gst/law/mulaw-decode.*: Calculate outgoing buffer duration if incoming buffer didn...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
2
3         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
4         (gst_mulawdec_chain):
5         * gst/law/mulaw-decode.h:
6         Calculate outgoing buffer duration if incoming buffer didn't have a
7         valid duration.
8
9 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
10
11         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
12         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
13         Smarter combine_flow code that also deals with downstream elements
14         returning UNEXPECTED when they receive data out of the segment
15         boundaries. Fixes #491305.
16
17 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
18
19         * sys/v4l2/v4l2src_calls.c:
20           Fix 'unused variable' compiler warning when compiling against
21           older kernel headers.
22
23 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
24
25         * ext/taglib/gstid3v2mux.cc (add_funcs):
26           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
27
28 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
29
30         * tests/check/pipelines/simple-launch-lines.c:
31            Improve the tests a little more.
32
33 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
34
35         patch by: Yun Zheng Hu
36
37         * sys/osxaudio/gstosxaudiosrc.c:
38         Use default input device instead of default output device and
39         only memcpy actual available bytes.
40
41 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
42
43         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
44           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
45           early. It is temporary until we find something better.
46
47 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
48
49         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
50
51         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
52         Fix race when pausing a RTSP stream in interleaved.
53         Fixes #475784.
54
55 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
56
57         Patch by: Peter Kjellerstedt <pkj at axis com>
58
59         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
60         Use correct unref function for buffers. #488844.
61
62 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
63
64         * gst/avi/gstavimux.c:
65         * tests/check/elements/avimux.c:
66           Add some debug and sync tests with the fix.     
67
68 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
69
70         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
71
72         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
73         When the socket is used by the app for other purposes, don't generate an
74         error if there is activaty on the socket that is not data related.
75         Fixes #487488.
76
77 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
78
79         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
80         (gst_v4l2src_grab_frame):
81         Add some more debug info. Generate an error when we run out of buffers
82         for some reason. See #480557.
83
84 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
85
86         Patch by: Anders Skargren <anders dot skargren at axis dot com>
87
88         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
89         Set marker bit correctly.
90
91 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
92
93         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
94         Use allowed name for the GstStructure.
95
96 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
97
98         * ext/gconf/gstswitchsink.c:
99         * gst/autodetect/gstautoaudiosink.c:
100           Use new gst_bus_pop_filtered().
101
102 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
103
104         * sys/v4l2/gstv4l2src.c:
105         * sys/v4l2/v4l2src_calls.c:
106           When probing the formats and sizes a camera supports, make
107           sure the best ones (highest resolution, prefered format)
108           end up at the beginning of the probed caps and the less
109           desirable ones at the end.  This is important because the
110           order within the caps matters for things like fixation and
111           negotiation, ie. what format is chosen in the end.
112           With recent kernels, the current probing code will end up
113           querying the supported sizes from lowest resolution to
114           highest resolution, adding them to the probed caps in that
115           order, resulting to v4l2src fixating to the lowest possible
116           resolution if downstream does not express a size preference.
117           Also make up a somewhat random ranking of prefered output
118           formats for the same reason. Fixes #485828.
119         
120 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
121
122         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
123
124         * gst/id3demux/id3v2frames.c:
125           Extract license/copyright URIs from ID3v2 WCOP frames
126           (Fixes #447000).
127
128         * tests/check/elements/id3demux.c:
129         * tests/files/Makefile.am:
130         * tests/files/id3-447000-wcop.tag:
131           Add simple unit test.
132
133 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
134
135         * ext/taglib/gstid3v2mux.cc:
136           Add support for license/copyright URI tags (ID3v2 WCOP frame).
137           Prerequisite for #447000.
138
139 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
140
141         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
142         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
143         a GstClockTime.
144
145 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
146
147         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
148         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
149         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
150         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
151         (gst_rtspsrc_change_state):
152         More seeking fixes, mostly passing around the new playback segment in
153         order to configure it properly.
154         Also reset base_time of udp sources when setting them back to PLAYING as
155         a temporary hack until core supports seek in live sources properly.
156
157 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
158
159         * gst/rtp/gstrtpmp4adepay.c:
160         Fix caps as to not confuse autopluggers.
161
162 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
163
164         * gst/id3demux/gstid3demux.c:
165         * gst/id3demux/gstid3demux.h:
166         * gst/id3demux/id3tags.c:
167         * gst/id3demux/id3tags.h:
168         * gst/id3demux/id3v2frames.c:
169           Port ID3 tag demuxer over to the new GstTagDemux in -base
170           (now would be a good time to test re-importing your music
171           collection).
172
173 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
174
175         * gst/apetag/Makefile.am:
176         * gst/apetag/gstapedemux.c:
177         * gst/apetag/gstapedemux.h:
178         * gst/apetag/gsttagdemux.c:
179         * gst/apetag/gsttagdemux.h:
180           Port APE tag demuxer over to the new GstTagDemux in -base.
181
182 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
183
184         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
185         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
186         (gst_rtspsrc_handle_internal_src_query),
187         (gst_rtspsrc_handle_src_query), (new_session_pad),
188         (gst_rtspsrc_stream_configure_tcp),
189         (gst_rtspsrc_stream_configure_transport),
190         (gst_rtspsrc_loop_send_cmd):
191         Improve flushing behaviour.
192         Set state of the udp sources to PAUSE/PLAYING correctly.
193         Handle events and queries for UDP and TCP transport now.
194
195 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
196
197         * gst/rtp/gstrtpgsmdepay.c:
198         * gst/rtp/gstrtpgsmpay.c:
199           Add log category.
200
201 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
202
203         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
204
205         * tests/check/Makefile.am:
206         * tests/check/pipelines/simple-launch-lines.c:
207           Add unit tests for payloaders/depayloaders.
208
209 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
210
211         * gst/avi/gstavimux.c:
212         * gst/avi/gstavimux.h:
213           Also save codec data for audio streams. Fixes #482495.
214
215 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
216
217         * gst/avi/gstavimux.c:
218           Fix "Index entry has invalid stream nr 1".
219           Add support for muxing aac - work in progress (see #482495).
220
221 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
222
223         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
224         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
225         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
226         * gst/rtsp/gstrtspsrc.h:
227         Parse bandwidth modifiers, they are not yet configured in the session
228         manager because we don't have an API for that yet.
229
230 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
231
232         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
233         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
234         Use shiny new function in -base to get the default clock-rate.
235         Update some docs.
236
237 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
238
239         * win32/MANIFEST:
240         Add files to win32 manifest.
241         * win32/vs6/libgstaudiofx.dsp:
242         * win32/vs6/libgstqtdemux.dsp:
243         * win32/vs6/libgstrtp.dsp:
244         * win32/vs6/libgstrtsp.dsp:
245         Update project files.
246
247 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
248
249         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
250         (gst_rtspsrc_play):
251         * gst/rtsp/gstrtspsrc.h:
252         In TCP mode, only timestamp the first buffer. TCP is not real time and
253         it does not make sense to try to skew compensate, also some servers send
254         the first batch of data in a burst.
255
256 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
257
258         * gst/matroska/matroska-demux.c:
259           Fix setting the discont flag on the first buffer
260           pushed downstream for formats with private codec
261           data that needs to be deserialised into buffers
262           (such as vorbis and FLAC when in a matroska container).
263
264 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
265
266         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
267
268         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
269         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
270         (gst_rtp_mp4v_pay_handle_buffer):
271         * gst/rtp/gstrtpmp4vpay.h:
272         Free the config string. Fixes #480707.
273         Clean up the timestamp code a little.
274
275 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
276
277         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
278         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
279         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
280         * gst/rtsp/gstrtspsrc.h:
281         Set timestamps on RTP buffers in interleaved mode.
282         Mark first buffers with a DISCONT.
283         Remove flush hack now that sync for live sources has been figured out.
284
285 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
286
287         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
288         Update documentation.
289
290 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
291
292         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
293         (gst_rtp_xqt_depay_change_state):
294         * gst/qtdemux/gstrtpxqtdepay.h:
295         Fail if we don't know the quicktime format.
296
297 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
298
299         * ext/flac/gstflacenc.c:
300         * ext/flac/gstflacenc.h:
301           Save the flow return from the last gst_pad_push() and
302           make sure we pass the right flow return value upstream
303           in the case of failure; minor clean-ups.
304
305 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
306
307         * ext/taglib/gstapev2mux.cc:
308         * ext/taglib/gstid3v2mux.cc:
309         * gst/apetag/gstapedemux.c:
310           Add support for the new GST_TAG_COMPOSER (#459809).
311
312 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
313
314         * gst/law/alaw-decode.c:
315         * gst/law/alaw-decode.h:
316         * gst/law/alaw-encode.c:
317         * gst/law/alaw-encode.h:
318         * gst/law/alaw.c:
319         * gst/law/mulaw-conversion.h:
320           Compulsive clean-ups: use boilerplate macros, add debug
321           categories, fix up things to conform to symbol nomenklatura,
322           etc.
323
324 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
325
326         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
327
328         * gst/law/alaw-decode.c:
329         * gst/law/alaw-encode.c:
330           Use static tables for A-Law decoding and encoding; this makes
331           A-Law decoding and encoding less CPU-intensive, but increases
332           the binary size a bit. Leaving old code around for now,
333           selectable by a define in the code. Fixes #435435.
334
335 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
336
337         * configure.ac:
338         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
339         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
340         in configure.ac.
341
342 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
343
344         Patch by: <j at bootlab dot org>
345
346         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
347         Add fourccs for MPEG2 HDV streams. Fixes #479960.
348
349 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
350
351         * sys/oss/gstosshelper.c:
352           Use GST_WARNING instead of a g_critical. This situation is not caused
353           by the application.
354
355 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
356
357         * po/LINGUAS:
358         * po/nl.po:
359           Updated translations.
360
361 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
362
363         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
364
365         * po/eu.po:
366           Added Basque translation.
367
368 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
369
370         translated by: Abel Cheung <abelcheung@gmail.com>
371
372         * po/zh_HK.po:
373         * po/zh_TW.po:
374           Added Chinese (traditional and Hong Kong) translation.
375
376 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
377
378         translated by: Jakub Bogusz <qboosh@pld-linux.org>
379
380         * po/pl.po:
381           Added Polish translation.
382
383 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
384
385         translated by: Ilkka Tuohela <hile@iki.fi>
386
387         * po/fi.po:
388           Added Finnish translation.
389
390 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
391
392         translated by: Jorge González González <aloriel@gmail.com>
393
394         * po/es.po:
395           Added Spanish translation.
396
397 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
398
399         translated by: Mogens Jaeger <mogens@jaeger.tf>
400
401         * po/da.po:
402           Added Danish translation.
403
404 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
405
406         translated by: Funda Wang <fundawang@linux.net.cn>
407
408         * po/zh_CN.po:
409           Added Chinese (simplified) translation.
410
411 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
412
413         translated by: Alexander Shopov <ash@contact.bg>
414
415         * po/bg.po:
416           Added Bulgarian translation.
417
418 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
419
420         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
421         Set outgoing packet duration because we can. Fixes #478244 some more.
422
423 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
424
425         * ext/cairo/gsttextoverlay.c:
426           Add info about static leak.
427         
428         * tests/check/Makefile.am:
429         * tests/check/generic/states.c:
430           Improved state change unit test.
431
432 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
433
434         * docs/plugins/.cvsignore:
435         * tests/check/.cvsignore:
436           Ignore registries in any format.
437
438 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
439
440         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
441         Removed some unused code.
442
443         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
444         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
445         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
446         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
447         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
448         (gst_rtp_theora_pay_flush_packet):
449         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
450         Try to preserve the incomming buffer duration on the outgoing
451         packets. Fixes #478244.
452
453 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
454
455         * ext/taglib/gstapev2mux.cc:
456         * ext/taglib/gstid3v2mux.cc:
457           Work around compiler warnings with g++-4.2 when assigning a
458           string constant to a gchar * (partially fixes #478092).
459
460 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
461
462         * configure.ac:
463           We require core CVS now for gst_base_src_set_do_timestamp().
464
465 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
466
467         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
468         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
469         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
470         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
471         (gst_rtspsrc_handle_message):
472         Fix compiler warnings shown with Forte.
473
474 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
475
476         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
477         (gst_rtspsrc_dup_printf):
478         Give meaningfull error when all streams failed to configure for some
479         reason.
480
481 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
482
483         * gst/rtp/README:
484         Update README with the design for synchronisation rules of RTP on
485         sender and receiver.
486
487 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
488
489         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
490         (gst_wavparse_chain):
491         Don't push EOS from the chain function, the element
492         driving the pipeline is responsible for this. The bug
493         this was meant to fix seems to be queue not forwarding
494         EOS in all cases (see #476514).
495
496 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
497
498         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
499         (gst_level_transform_ip):
500         * gst/level/gstlevel.h:
501         Use basetransform segment so that it is correctly managed on flushes and
502         start/stop.
503         Report message timestamp as stream time, which is what an application
504         can understand.
505
506 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
507
508         * ext/taglib/gstapev2mux.cc:
509         * ext/taglib/gstapev2mux.h:
510         * ext/taglib/gsttaglibmux.c:
511         * tests/check/elements/apev2mux.c:
512         Update my mail address.
513
514 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
515
516         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
517         (gst_wavparse_loop), (gst_wavparse_chain):
518         Add EOS logic for the push-based mode too. Fixes #476514.
519
520 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
521
522         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
523         * gst/law/alaw-encode.h:
524         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
525         (gst_mulawenc_chain):
526         * gst/law/mulaw-encode.h:
527         Fix law encoder timestamps.
528
529 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
530
531         * ext/gconf/gstgconfaudiosink.c:
532           Fix warning when building without debug.
533
534         * sys/oss/gstossmixertrack.c:
535           Use const like in alsamixertrack.c (fixes warnings).
536
537 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
538
539         * sys/v4l2/v4l2src_calls.c:
540         (gst_v4l2src_probe_caps_for_format_and_size):
541         Fix framerate detection code some more.
542         Handle the case where there is a weird step in the stepwise framerates.
543         Don't overwrite the min interval with the framerate, use a temp variable
544         instead.
545         Use max in the Continuous framerate intervals instead of step, which is
546         1 according to the docs. Fixes #475424.
547
548 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
549
550         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
551         Make udpsrc timestamp outgoing buffers based on when they were received.
552         Also make it output a segment in time.
553
554 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
555
556         * gst/avi/gstavidemux.c:
557           Plug a little leak. Little code cleanups.
558
559 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
560
561         * configure.ac:
562           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
563           flac versions, 's good for cross-compilation karma.
564
565 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
566
567         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
568
569         * gst/rtp/gstrtph263pay.c:
570           Fix up header structure so that compilers don't add padding
571           between the structure fields, since that would lead to us
572           sending RTP packets with broken headers (as is currently the
573           case when compiling with MSVC). Also see similar fixes in
574           libgstrtp in gst-plugins-base. (#474616; #471194)
575
576 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
577
578         * sys/v4l2/v4l2src_calls.c:
579         (gst_v4l2src_probe_caps_for_format_and_size):
580         Don't overwrite our GValue with 0 but instead use the previously
581         computed value. Fixes #471823 some more.
582
583 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
584
585         * docs/plugins/gst-plugins-good-plugins.hierarchy:
586           No tabs in this file please, or gtk-doc will end up documenting
587           rather absurd class hierarchies.
588
589 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
590
591         * ext/gconf/gstswitchsink.c:
592           If the new kid element fails to change state for some reason
593           (e.g. esdsink not being able to connect to the sound server),
594           forward the error message it posted on the bus instead of just
595           posting a generic 'Internal state change error: please file a
596           bug' error message. Fixes #471364.
597
598 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
599
600         * gst/qtdemux/Makefile.am:
601         * gst/qtdemux/qtdemux.c:
602           Don't assume tags are encoded as UTF-8 (#473670).
603
604 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
605
606         * sys/v4l2/gstv4l2src.c:
607         * sys/v4l2/gstv4l2src.h:
608         * sys/v4l2/v4l2src_calls.c:
609           Implement LATENCY queries in the crudest way possible so I don't
610           have to use sync=false any longer when testing with videosinks.
611
612 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
613
614         * configure.ac:
615           Fix build.
616
617 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
618
619         * sys/v4l2/v4l2src_calls.c:
620         (gst_v4l2src_probe_caps_for_format_and_size):
621         Add some more debugging in the framerate function.
622         Iterate stepwise framerate up to and _including_ the max and if nothing
623         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
624         don't end up with an empty list. Fixes #471823
625
626 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
627
628         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
629         (gst_multiudpsink_set_clients_string),
630         (gst_multiudpsink_get_clients_string),
631         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
632         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
633         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
634         (gst_multiudpsink_clear):
635         Add property do configure destination address/port pairs
636         API:GstMultiUDPSink::clients
637
638 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
639
640         * tests/examples/Makefile.am:
641         * tests/examples/rtp/Makefile.am:
642         * tests/examples/rtp/client-H263p-AMR.sh:
643         * tests/examples/rtp/client-H263p-PCMA.sdp:
644         * tests/examples/rtp/client-H263p-PCMA.sh:
645         * tests/examples/rtp/client-H264-PCMA.sdp:
646         * tests/examples/rtp/client-H264-PCMA.sh:
647         * tests/examples/rtp/client-PCMA.sh:
648         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
649         * tests/examples/rtp/server-alsasrc-PCMA.sh:
650         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
651         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
652         Added some RTP example scripts for sending and receiving RTP streams.
653
654 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
655
656         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
657         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
658         Restructure the setcaps function so that we can also compute the
659         expected GStreamer output size of the video frames.
660         Set frame_byte_size correctly so that read-based devices have a chance
661         of working correctly.
662         When grabbing a frame, discard frames that are not of the expected size.
663         Some cameras don't output the right framesize for the first buffer.
664         Try only a couple of times to get a valid frame, else error out.
665
666         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
667         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
668         Add some more debug info when scanning the device.
669
670         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
671         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
672         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
673         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
674         Add some more debug info when dequeing a frame.
675
676 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
677
678         * gst/wavparse/gstwavparse.c:
679           More code cleanups. Add some more comment and improve debugs logs.
680
681 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
682
683         * gst/wavparse/gstwavparse.c:
684         * gst/wavparse/gstwavparse.h:
685           Implement seek-query. Refactor duration calculations. Appropriate use
686           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
687           out of loops.
688
689 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
690
691         * gst/avi/gstavidemux.c:
692           Implement seek-query.
693
694 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
695
696         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
697         (gst_rtspsrc_dup_printf):
698         Use new basesink async property to make sparse RTCP packet not wait for
699         preroll.
700
701 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
702
703         * gst/audiofx/Makefile.am:
704         Dist the right file.
705
706 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
707
708         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
709         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
710         Make sure we generate and parse floating point values in the POSIX
711         locale instead of the current locale. 
712
713 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
714
715         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
716         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
717         (gst_rtspsrc_play):
718         * gst/rtsp/gstrtspsrc.h:
719         Fix method detection again.
720         Keep track of when we must send a Range header.
721         Use segment values for Range, Speed and Scale headers.
722         Parse Speed and Scale headers to update the segment values.
723
724 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
725
726         patch by: Mark Nauwelaerts <manauw@skynet.be>
727
728         * sys/v4l2/v4l2src_calls.c:
729           Handle optional v4l2 ioctls gracefully.
730
731 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
732
733         * gst/rtp/Makefile.am:
734         * gst/rtp/gstrtp.c: (plugin_init):
735         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
736         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
737         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
738         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
739         (gst_rtp_h263_depay_get_property),
740         (gst_rtp_h263_depay_change_state),
741         (gst_rtp_h263_depay_plugin_init):
742         * gst/rtp/gstrtph263depay.h:
743         Added an H263 depayloader. Fixes #369392.
744
745         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
746         (gst_rtp_h263p_depay_process):
747         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
748         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
749         Make the H263+ pay/depayloader support H263-1998 and H263-2000
750         payloads.
751         Also alow plain H263 on the h263p payloaders. Fixes #465040.
752
753 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
754
755         * gst/audiofx/audiochebyshevfreqband.c:
756         * gst/audiofx/audiochebyshevfreqlimit.c:
757         Add small comparision with the windowed sinc filters in the docs.
758
759 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
760
761         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
762         (audiochebyshevfreqband_suite):
763         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
764         (audiochebyshevfreqlimit_suite):
765         Also test 32 bit float mode and the type 2 variants of the filters.
766
767 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
768
769         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
770         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
771         (gst_rtspsrc_loop):
772         Refactor the udp and interleaved loop function a bit.
773
774 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
775
776         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
777         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
778         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
779         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
780         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
781         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
782         * gst/rtsp/gstrtspsrc.h:
783         Protect connection activity with a new lock, avoids deadlocks when going
784         to PAUSED. Fixes #455808.
785
786 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
787
788         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
789         Fix debug statement.
790
791 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
792
793         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
794         Fix stray %u in debug line as spotted by Saur on IRC.
795
796 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
797
798         * gst/audiofx/audiochebyshevfreqband.c:
799         (gst_audio_chebyshev_freq_band_class_init):
800         * gst/audiofx/audiochebyshevfreqlimit.c:
801         (gst_audio_chebyshev_freq_limit_class_init):
802         Use generator macros for the process functions for the different
803         sample types, add lower upper boundaries for the GObject properties
804         so automatically generated UIs can use sliders and add a note about
805         the number of poles as a too high number of poles combined with
806         very low or very high frequencies will produce only noise.
807         * docs/plugins/gst-plugins-good-plugins.args:
808         Regenerated for the property changes.
809
810 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
811
812         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
813         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
814         (gst_rtspsrc_stream_configure_udp_sink),
815         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
816         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
817         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
818         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
819         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
820         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
821         * gst/rtsp/gstrtspsrc.h:
822         Improve timeout handling.
823         Use the same socket for sending and receiving RTCP packets so that some
824         servers can track clients better.
825         Improve connection closed handling. Try to reconnect.
826         Don't overwrite our content base with NULL.
827         Improve debugging.
828         Improve range parsing and handling.
829         Remove flushing hack now that core does the right thing.
830
831 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
832
833         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
834         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
835         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
836         (gst_multiudpsink_close), (gst_multiudpsink_add):
837         * gst/udp/gstmultiudpsink.h:
838         Add support for getting and setting the socket to use.
839
840         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
841         (gst_udpsrc_create), (gst_udpsrc_get_property):
842         Add support for getting the currently used socket.
843
844 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
845
846         reviewed by: Stefan Kost  <ensonic@users.sf.net>
847
848         * gst/audiofx/Makefile.am:
849         * gst/audiofx/audiochebyshevfreqband.c:
850         (gst_audio_chebyshev_freq_band_mode_get_type),
851         (gst_audio_chebyshev_freq_band_base_init),
852         (gst_audio_chebyshev_freq_band_dispose),
853         (gst_audio_chebyshev_freq_band_class_init),
854         (gst_audio_chebyshev_freq_band_init),
855         (generate_biquad_coefficients), (calculate_gain),
856         (generate_coefficients),
857         (gst_audio_chebyshev_freq_band_set_property),
858         (gst_audio_chebyshev_freq_band_get_property),
859         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
860         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
861         (gst_audio_chebyshev_freq_band_start):
862         * gst/audiofx/audiochebyshevfreqband.h:
863         * gst/audiofx/audiochebyshevfreqlimit.c:
864         (gst_audio_chebyshev_freq_limit_mode_get_type),
865         (gst_audio_chebyshev_freq_limit_base_init),
866         (gst_audio_chebyshev_freq_limit_dispose),
867         (gst_audio_chebyshev_freq_limit_class_init),
868         (gst_audio_chebyshev_freq_limit_init),
869         (generate_biquad_coefficients), (calculate_gain),
870         (generate_coefficients),
871         (gst_audio_chebyshev_freq_limit_set_property),
872         (gst_audio_chebyshev_freq_limit_get_property),
873         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
874         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
875         (gst_audio_chebyshev_freq_limit_start):
876         * gst/audiofx/audiochebyshevfreqlimit.h:
877         * gst/audiofx/audiofx.c: (plugin_init):
878         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
879         Fixes #464800.
880
881         * tests/check/Makefile.am:
882         * tests/check/elements/.cvsignore:
883         * tests/check/elements/audiochebyshevfreqband.c:
884         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
885         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
886         * tests/check/elements/audiochebyshevfreqlimit.c:
887         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
888         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
889         Add unit tests for the chebyshev filters.
890
891         * docs/plugins/Makefile.am:
892         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
893         * docs/plugins/gst-plugins-good-plugins-sections.txt:
894         * docs/plugins/gst-plugins-good-plugins.args:
895         * docs/plugins/inspect/plugin-1394.xml:
896         * docs/plugins/inspect/plugin-audiofx.xml:
897         * docs/plugins/inspect/plugin-dv.xml:
898         * docs/plugins/inspect/plugin-flac.xml:
899         * docs/plugins/inspect/plugin-jpeg.xml:
900         * docs/plugins/inspect/plugin-png.xml:
901         * docs/plugins/inspect/plugin-rtp.xml:
902         * docs/plugins/inspect/plugin-shout2send.xml:
903         * docs/plugins/inspect/plugin-wavpack.xml:
904         And add docs for the chebyshev filters. While doing
905         that also run make update in docs/plugins.
906
907 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
908
909         * ext/annodex/gstcmmltag.c:
910         * gst/rtp/gstrtpvorbispay.c:
911           Make ro memory to share.
912
913 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
914
915         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
916         Improve UDP performance by avoiding a select() when we have data
917         available immediatly.
918
919 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
920
921         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
922         (gst_rtp_dec_class_init):
923         * gst/rtsp/gstrtpdec.h:
924         Add (dummy) SSRC management signals.
925
926         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
927         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
928         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
929         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
930         (on_timeout), (gst_rtspsrc_stream_configure_manager),
931         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
932         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
933         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
934         * gst/rtsp/gstrtspsrc.h:
935         Add connection-speed property.
936         Add find_stream helper functions.
937         Handle stream EOS based on BYE messages or SSRC timeout.
938         Returns SUCCESS from the state change function as we hide our async
939         elements from the parent.
940
941 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
942
943         * gst/debug/rndbuffersize.c:
944           Fix da leak.
945
946 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
947
948         * gst/debug/Makefile.am:
949         * gst/debug/breakmydata.c:
950         * gst/debug/gstdebug.c:
951         * gst/debug/negotiation.c:
952         * gst/debug/progressreport.c:
953         * gst/debug/rndbuffersize.c:
954         * gst/debug/testplugin.c:
955           Add new test element and clean-up the others a little.
956
957 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
958
959         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
960         Fix parsing of mp4a version 0 atoms. Fixes #465774.
961
962 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
963
964         * gst/rtp/gstrtpilbcdepay.c:
965           Include stdlib.
966
967 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
968
969         * gst/rtp/gstrtpmpvdepay.c:
970         Set the mpegversion in the caps so that autoplugging does not get
971         confused.
972
973 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
974
975         * po/hu.po:
976         * po/uk.po:
977         * po/vi.po:
978           Updated translations.
979
980 2007-08-08  Michael Smith <msmith@fluendo.com>
981
982         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
983           Render right border in the correct location.
984
985 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
986
987         Patch by: Olivier Crete <tester at tester dot ca>
988
989         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
990         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
991         Make mode property a string. Fixes #464475.
992
993 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
994
995         * ext/flac/gstflacenc.c:
996           Widen caps to match decoder a bit and add more FIXMEs.
997
998 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
999
1000         patch by: Mark Nauwelaerts <manauw@skynet.be>
1001
1002         * gst/avi/gstavimux.c:
1003           Fix ODML index tag numbering. Fixes #463624.
1004
1005 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
1006
1007         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
1008         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
1009         (gst_rtspsrc_stream_configure_tcp),
1010         (gst_rtspsrc_stream_configure_udp_sink):
1011         Fix default clock-rate for realmedia.
1012         Fix parsing of transport.
1013         Don't try to link NULL pads.
1014
1015 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
1016
1017         * po/POTFILES.skip:
1018           Add POTFILES.skip with list of source files that aren't disted at the
1019           moment but contain translatable strings. Should hopefully pacify
1020           broken tools and make it clearer that these files are left out
1021           intentionally (#461600).
1022
1023 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
1024
1025         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
1026         If the buffer was entirely clipped ... don't try sending it :)
1027
1028 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
1029
1030         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
1031         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
1032         (gst_rtspsrc_create_transports_string),
1033         (gst_rtspsrc_prepare_transports):
1034         If we don't hav a session manager, set the caps on outgoing buffers
1035         ourselves.
1036         Force PAUSE/PLAY methods for now until the extensions can overwrite.
1037         Append final bit of the transport string even when it does not contain a
1038         placeholder.
1039
1040 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
1041
1042         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
1043         (gst_rtsp_ext_list_connect):
1044         * gst/rtsp/gstrtspext.h:
1045         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
1046         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
1047         Clean up the interface list.
1048         Allow connecting to interface signals for the extensions.
1049         Remove old extension code.
1050         Free list on cleanup.
1051         Allow extensions to send additional RTSP messages.
1052
1053 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
1054
1055         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
1056         Handle a NULL gconf key gracefully by rendering the default element.
1057
1058 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
1059
1060         * gst/rtsp/gstrtspext.h:
1061         Fix include path for extension interface.
1062
1063 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
1064
1065         * gst/audiofx/audioamplify.h:
1066         Also remove a now unecessary variable here.
1067
1068 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
1069
1070         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
1071         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
1072         * gst/audiofx/audiodynamic.c:
1073         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
1074         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
1075         * gst/audiofx/audiodynamic.h:
1076         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
1077         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
1078         * gst/audiofx/audioinvert.h:
1079         Don't save format information ourselves, this is already saved in
1080         GstAudioFilter.
1081
1082 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
1083
1084         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
1085         (gst_rtsp_ext_list_stream_select):
1086         * gst/rtsp/gstrtspext.h:
1087         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1088         Use rank to filter out extensions.
1089         Add url to stream_select interface call.
1090
1091 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
1092
1093         * gst/rtsp/Makefile.am:
1094         * gst/rtsp/base64.c:
1095         * gst/rtsp/base64.h:
1096         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
1097         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
1098         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
1099         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
1100         (gst_rtsp_ext_list_setup_media),
1101         (gst_rtsp_ext_list_configure_stream),
1102         (gst_rtsp_ext_list_get_transports),
1103         (gst_rtsp_ext_list_stream_select):
1104         * gst/rtsp/gstrtspext.h:
1105         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
1106         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
1107         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
1108         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
1109         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
1110         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
1111         (gst_rtspsrc_stream_configure_tcp),
1112         (gst_rtspsrc_stream_configure_mcast),
1113         (gst_rtspsrc_stream_configure_udp),
1114         (gst_rtspsrc_stream_configure_udp_sink),
1115         (gst_rtspsrc_stream_configure_transport),
1116         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
1117         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
1118         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
1119         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
1120         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
1121         (gst_rtspsrc_parse_methods),
1122         (gst_rtspsrc_create_transports_string),
1123         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
1124         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
1125         (gst_rtspsrc_play), (gst_rtspsrc_pause),
1126         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
1127         * gst/rtsp/gstrtspsrc.h:
1128         * gst/rtsp/rtsp.h:
1129         * gst/rtsp/rtspconnection.c:
1130         * gst/rtsp/rtspconnection.h:
1131         * gst/rtsp/rtspdefs.c:
1132         * gst/rtsp/rtspdefs.h:
1133         * gst/rtsp/rtspext.h:
1134         * gst/rtsp/rtspextwms.c:
1135         * gst/rtsp/rtspextwms.h:
1136         * gst/rtsp/rtspmessage.c:
1137         * gst/rtsp/rtspmessage.h:
1138         * gst/rtsp/rtsprange.c:
1139         * gst/rtsp/rtsprange.h:
1140         * gst/rtsp/rtsptransport.c:
1141         * gst/rtsp/rtsptransport.h:
1142         * gst/rtsp/rtspurl.c:
1143         * gst/rtsp/rtspurl.h:
1144         * gst/rtsp/sdp.h:
1145         * gst/rtsp/sdpmessage.c:
1146         * gst/rtsp/sdpmessage.h:
1147         * gst/rtsp/test.c:
1148         Use shiny new RTSP and SDP library.
1149         Implement RTSP extensions using the new interface.
1150         Remove a lot of old code.
1151
1152 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
1153
1154         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1155         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
1156
1157 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
1158
1159         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1160         Don't unref the outgoing buffer twice when dropping it because it's
1161         outside of the segment.
1162
1163 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
1164
1165         * configure.ac:
1166         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1167         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
1168         Use the new buffer clipping function from gstaudio here and
1169         require gst-plugins-base CVS.
1170         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
1171         For framed Wavpack buffers we require a valid timestamp.
1172
1173 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
1174
1175         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1176         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
1177         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
1178         Clip raw audio and video when we can, keep track of current output
1179         segment.
1180         Don't leak buffers and events when there is no output pad.
1181         Improve debugging here and there.
1182
1183 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
1184
1185         * configure.ac:
1186           Sync liboil check with plugins-base.
1187
1188 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
1189
1190         * ext/annodex/Makefile.am:
1191           Fix CFLAGS/LIBS.
1192
1193         * ext/cdio/gstcdiocddasrc.c:
1194         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1195           Include stdlib
1196
1197         * ext/cairo/Makefile.am:
1198         * gst/videofilter/Makefile.am:
1199         * tests/examples/level/Makefile.am:
1200           Use $(LIBM) instead of -lm
1201
1202 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
1203
1204         * sys/v4l2/gstv4l2src.c:
1205           Add another example pipeline.
1206
1207 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
1208
1209         Patch by: Alexander Eichner <alexeichi@yahoo.de>
1210
1211         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
1212           Use define here.
1213
1214         * sys/v4l2/gstv4l2tuner.c:
1215         (gst_v4l2_tuner_set_frequency_and_notify):
1216           Don't touch the property - its still disabled.
1217
1218         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
1219         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
1220         * sys/v4l2/v4l2src_calls.h:
1221           Improve fallback format negotionation. Fixes #451388
1222
1223 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
1224
1225         * tests/check/elements/videocrop.c: (GST_START_TEST):
1226           Fix the test.
1227
1228 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
1229
1230         * docs/plugins/Makefile.am:
1231         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1232         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1233         * docs/plugins/inspect/plugin-jpeg.xml:
1234         * docs/plugins/inspect/plugin-png.xml:
1235         * ext/jpeg/gstjpegdec.c:
1236         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
1237         (gst_pngdec_sink_setcaps):
1238           More docs. More logs in pngdec.
1239
1240 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
1241
1242         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
1243           Initialize num_buffers with minimum value.
1244
1245         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
1246         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
1247           Handle frame-size query failure gracefully.
1248
1249 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
1250
1251         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1252         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
1253         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
1254         of qt/aac files.
1255
1256 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
1257
1258         * ext/wavpack/gstwavpackdec.c:
1259         (gst_wavpack_dec_clip_outgoing_buffer):
1260         Fix buffer clipping to correctly clip to the segment stop.
1261
1262 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1263
1264         * configure.ac:
1265         * tests/Makefile.am:
1266         Remove bogus check for libcheck, since we check for
1267         gstreamer-check and it pulls in the required info from there,
1268         and we weren't actually _using_ the information for libcheck
1269         ourselves anyway.
1270
1271 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
1272
1273         * configure.ac:
1274           Use pkg-config to locate check.
1275
1276 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
1277
1278         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
1279         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
1280         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
1281         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1282         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
1283         * gst/effectv/gstaging.c: (gst_agingtv_transform):
1284         * gst/effectv/gstdice.c: (gst_dicetv_transform):
1285         * gst/effectv/gstedge.c: (gst_edgetv_transform):
1286         * gst/effectv/gstquark.c: (gst_quarktv_transform):
1287         * gst/effectv/gstrev.c: (gst_revtv_transform):
1288         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
1289         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
1290         * gst/effectv/gstwarp.c: (gst_warptv_transform):
1291         * gst/matroska/matroska-demux.c:
1292         (gst_matroska_demux_add_wvpk_header),
1293         (gst_matroska_demux_check_subtitle_buffer),
1294         (gst_matroska_decode_buffer):
1295         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
1296           Fix build against core CVS.
1297
1298 2007-07-10  Edward Hervey  <bilboed@gmail.com>
1299
1300         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
1301         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
1302         don't have enough granularity to convert that boolean into a
1303         GstFlowReturn.
1304
1305 2007-07-06  Michael Smith <msmith@fluendo.com>
1306
1307         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
1308         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
1309         (gst_alawdec_change_state):
1310         * gst/law/alaw-decode.h:
1311         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1312         (gst_mulawdec_class_init), (gst_mulawdec_init),
1313         (gst_mulawdec_chain), (gst_mulawdec_change_state):
1314         * gst/law/mulaw-decode.h:
1315           Fix capsnego bogosity in *law decoders. 
1316
1317 2007-07-06  Michael Smith <msmith@fluendo.com>
1318
1319         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
1320         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
1321         (gst_smokeenc_change_state):
1322         * ext/jpeg/gstsmokeenc.h:
1323           Remove stupidity in get/set caps functions.
1324           Fix some refcounting problems.
1325
1326 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
1327
1328         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
1329         Remove endianness-flipping hack that seems to have been required
1330         only because of a bug in ffmpegcolorspace.
1331         Partially Fixes: #451908
1332
1333 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
1334
1335         * docs/plugins/Makefile.am:
1336           Simplify --extra-dir as gtkdoc scans recursively.
1337
1338 2007-07-03  Wim Taymans,,,  <set EMAIL_ADDRESS environment variable>
1339
1340         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1341
1342         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
1343         Set the encoding-name in the rtp caps to all uppercase, as required by
1344         the caps spec.
1345         Some small cleanups in the error paths. Fixes #453037.
1346
1347 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
1348
1349         * ext/wavpack/gstwavpackparse.c:
1350         (gst_wavpack_parse_index_get_last_entry),
1351         (gst_wavpack_parse_index_get_entry_from_sample),
1352         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1353         (gst_wavpack_parse_scan_to_find_sample):
1354         * ext/wavpack/gstwavpackparse.h:
1355         Use a GSList for the GArray that is used like a list anyway.
1356
1357 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
1358
1359         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
1360         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
1361         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
1362           Add state change function where we set 0/1 as default framerate in
1363           case our setcaps function isn't called, like it might not in a
1364           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
1365           gdkpixbufdec trying to create caps with a 0/0 framerate.
1366           Also post an error message on the bus if gst_pad_push() fails when
1367           called from our sink event handler (+1 for flow returns for event
1368           functions in 0.11) instead of failing silently.
1369
1370 2007-06-27  Wim Taymans  <wim@fluendo.com>
1371
1372         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
1373         Cast stack args to the proper types. Fixes #451249.
1374
1375 2007-06-27  Wim Taymans  <wim@fluendo.com>
1376
1377         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1378         (new_session_pad), (gst_rtspsrc_setup_streams):
1379         * gst/rtsp/gstrtspsrc.h:
1380         For container formats we only need to activate one of the streams so
1381         that we correctly signal no-more-pads. Fixes #451015.
1382
1383 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
1384
1385         * docs/plugins/gst-plugins-good-plugins.args:
1386         * docs/plugins/inspect/plugin-aasink.xml:
1387         * docs/plugins/inspect/plugin-alaw.xml:
1388         * docs/plugins/inspect/plugin-alpha.xml:
1389         * docs/plugins/inspect/plugin-alphacolor.xml:
1390         * docs/plugins/inspect/plugin-annodex.xml:
1391         * docs/plugins/inspect/plugin-apetag.xml:
1392         * docs/plugins/inspect/plugin-audiofx.xml:
1393         * docs/plugins/inspect/plugin-auparse.xml:
1394         * docs/plugins/inspect/plugin-autodetect.xml:
1395         * docs/plugins/inspect/plugin-avi.xml:
1396         * docs/plugins/inspect/plugin-cacasink.xml:
1397         * docs/plugins/inspect/plugin-cairo.xml:
1398         * docs/plugins/inspect/plugin-cdio.xml:
1399         * docs/plugins/inspect/plugin-cutter.xml:
1400         * docs/plugins/inspect/plugin-debug.xml:
1401         * docs/plugins/inspect/plugin-efence.xml:
1402         * docs/plugins/inspect/plugin-effectv.xml:
1403         * docs/plugins/inspect/plugin-esdsink.xml:
1404         * docs/plugins/inspect/plugin-flac.xml:
1405         * docs/plugins/inspect/plugin-flxdec.xml:
1406         * docs/plugins/inspect/plugin-gconfelements.xml:
1407         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
1408         * docs/plugins/inspect/plugin-goom.xml:
1409         * docs/plugins/inspect/plugin-halelements.xml:
1410         * docs/plugins/inspect/plugin-icydemux.xml:
1411         * docs/plugins/inspect/plugin-id3demux.xml:
1412         * docs/plugins/inspect/plugin-jpeg.xml:
1413         * docs/plugins/inspect/plugin-ladspa.xml:
1414         * docs/plugins/inspect/plugin-level.xml:
1415         * docs/plugins/inspect/plugin-matroska.xml:
1416         * docs/plugins/inspect/plugin-mulaw.xml:
1417         * docs/plugins/inspect/plugin-multipart.xml:
1418         * docs/plugins/inspect/plugin-navigationtest.xml:
1419         * docs/plugins/inspect/plugin-ossaudio.xml:
1420         * docs/plugins/inspect/plugin-png.xml:
1421         * docs/plugins/inspect/plugin-quicktime.xml:
1422         * docs/plugins/inspect/plugin-rtp.xml:
1423         * docs/plugins/inspect/plugin-rtsp.xml:
1424         * docs/plugins/inspect/plugin-smpte.xml:
1425         * docs/plugins/inspect/plugin-speex.xml:
1426         * docs/plugins/inspect/plugin-taglib.xml:
1427         * docs/plugins/inspect/plugin-udp.xml:
1428         * docs/plugins/inspect/plugin-videobalance.xml:
1429         * docs/plugins/inspect/plugin-videobox.xml:
1430         * docs/plugins/inspect/plugin-videocrop.xml:
1431         * docs/plugins/inspect/plugin-videoflip.xml:
1432         * docs/plugins/inspect/plugin-videomixer.xml:
1433         * docs/plugins/inspect/plugin-wavenc.xml:
1434         * docs/plugins/inspect/plugin-wavparse.xml:
1435         * docs/plugins/inspect/plugin-ximagesrc.xml:
1436           Update docs with caps info.
1437
1438 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
1439
1440         * po/POTFILES.in:
1441           Add more files with translatable strings (#450878).
1442
1443 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
1444
1445         * MAINTAINERS:
1446         Updating all the maintainers files
1447
1448 2007-06-22  Edward Hervey  <edward@fluendo.com>
1449
1450         * ext/flac/gstflactag.c: (gst_flac_tag_init):
1451         * gst/interleave/deinterleave.c: (deinterleave_init),
1452         (deinterleave_sink_link):
1453         * gst/interleave/interleave.c: (interleave_init):
1454         * gst/median/gstmedian.c: (gst_median_init):
1455         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
1456         Fix memory leaks.
1457         * tests/check/elements/id3demux.c: (pad_added_cb):
1458         Remove unused variable.
1459
1460 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
1461
1462         * ext/gconf/gconf.h:
1463         Make the prototype of gst_gconf_get_key_for_sink_profile
1464         match the implementation.
1465         Patch by: Damien Carbery <damien dot carbery at sun dot com>
1466         Fixes: #449747
1467
1468 2007-06-20  Michael Smith <msmith@fluendo.com>
1469
1470         * gst/rtp/gstrtpdepay.c:
1471           Fix description - rtpdepay is not a payloader.
1472
1473 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
1474
1475         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
1476         (qtdemux_video_caps):
1477         * gst/qtdemux/qtdemux_fourcc.h:
1478           Add MJPG to the variants of motion jpeg.
1479
1480 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
1481
1482         * tests/check/Makefile.am:
1483         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1484         * tests/check/elements/videocrop.c: (GST_START_TEST):
1485         * tests/check/elements/videofilter.c:
1486         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
1487         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
1488           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
1489           error flags are included and it errors out on compiler warnings
1490           for CVS builds; remove unused variables in various unit tests.
1491
1492 2007-06-19  Wim Taymans  <wim@fluendo.com>
1493
1494         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
1495         (rtsp_connection_close), (rtsp_connection_free):
1496         Use threadsafe inet_ntop to convert an ip number to a string. 
1497         Fixes #447961.
1498         Don't leak fd (and ip) when freeing a connection without first closing
1499         it.
1500
1501 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
1502
1503         * configure.ac:
1504         Back to CVS
1505
1506         * gst-plugins-good.doap:
1507         Add 0.10.6 to the doap file.
1508
1509 === release 0.10.6 ===
1510
1511 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
1512
1513         * configure.ac:
1514           releasing 0.10.6, "Wobble Board"
1515
1516 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
1517
1518         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
1519         (rtsp_connection_free):
1520           Revert previous commit again, since we are frozen (sorry).
1521
1522 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
1523
1524         Patch by: Peter Kjellerstedt <pkj at axis com>
1525
1526         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
1527         (rtsp_connection_free):
1528           inet_ntoa() uses a static buffer internally, so we need to copy the
1529           returned string if we want to store it for later (#447961).
1530
1531 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
1532
1533         * win32/vs6/autogen.dsp:
1534         * win32/vs6/gst_plugins_good.dsw:
1535         * win32/vs6/libgstalaw.dsp:
1536         * win32/vs6/libgstalpha.dsp:
1537         * win32/vs6/libgstalphacolor.dsp:
1538         * win32/vs6/libgstapetag.dsp:
1539         * win32/vs6/libgstaudiofx.dsp:
1540         * win32/vs6/libgstauparse.dsp:
1541         * win32/vs6/libgstautodetect.dsp:
1542         * win32/vs6/libgstavi.dsp:
1543         * win32/vs6/libgstcutter.dsp:
1544         * win32/vs6/libgstdirectdraw.dsp:
1545         * win32/vs6/libgstdirectsound.dsp:
1546         * win32/vs6/libgsteffectv.dsp:
1547         * win32/vs6/libgstflx.dsp:
1548         * win32/vs6/libgstgoom.dsp:
1549         * win32/vs6/libgsticydemux.dsp:
1550         * win32/vs6/libgstid3demux.dsp:
1551         * win32/vs6/libgstinterleave.dsp:
1552         * win32/vs6/libgstjpeg.dsp:
1553         * win32/vs6/libgstlevel.dsp:
1554         * win32/vs6/libgstmatroska.dsp:
1555         * win32/vs6/libgstmedian.dsp:
1556         * win32/vs6/libgstmonoscope.dsp:
1557         * win32/vs6/libgstmulaw.dsp:
1558         * win32/vs6/libgstmultipart.dsp:
1559         * win32/vs6/libgstqtdemux.dsp:
1560         * win32/vs6/libgstrtp.dsp:
1561         * win32/vs6/libgstrtsp.dsp:
1562         * win32/vs6/libgstsmpte.dsp:
1563         * win32/vs6/libgstspeex.dsp:
1564         * win32/vs6/libgstudp.dsp:
1565         * win32/vs6/libgstvideobalance.dsp:
1566         * win32/vs6/libgstvideobox.dsp:
1567         * win32/vs6/libgstvideocrop.dsp:
1568         * win32/vs6/libgstvideoflip.dsp:
1569         * win32/vs6/libgstvideomixer.dsp:
1570         * win32/vs6/libgstwaveform.dsp:
1571         * win32/vs6/libgstwavenc.dsp:
1572         * win32/vs6/libgstwavparse.dsp:
1573         Mark *.dsp & *.dsw as binary files and convert to DOS line
1574         endings, as they don't load into VS6 correctly otherwise.
1575
1576 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
1577
1578         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
1579         (rtsp_connection_connect):
1580         Fix the MingW build. 
1581         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
1582         Fixes: #446981
1583
1584 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
1585
1586         * tests/check/elements/.cvsignore:
1587         * tests/icles/.cvsignore:
1588         Hush the buildbots up
1589
1590 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
1591
1592         * configure.ac:
1593         * sys/Makefile.am:
1594         * sys/directdraw/Makefile.am:
1595         * sys/directsound/Makefile.am:
1596         * sys/waveform/Makefile.am:
1597         Make sure to dist everything needed for win32 builds.
1598
1599 2007-06-14  Edward Hervey  <edward@fluendo.com>
1600
1601         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
1602         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
1603         caps.
1604         Fixes #447458
1605
1606 2007-06-13  Wim Taymans  <wim@fluendo.com>
1607
1608         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1609         Make sure we allocate enough memory for the codec_data.
1610         Fixes #447210.
1611
1612 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
1613
1614         * win32/MANIFEST:
1615         Add videocrop project file to the win32 manifest.
1616         * win32/vs6/gst_plugins_good.dsw:
1617         Add qtdemux,videocrop and waveform projects to the workspace.
1618         * win32/vs6/libgstqtdemux.dsp:
1619         Add zlib to the link list of qtdemux.
1620         * win32/vs6/libgstvideocrop.dsp:
1621         Add a project file for videocrop.
1622
1623 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
1624
1625         * po/POTFILES.in:
1626         Add qtdemux for translation
1627
1628 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
1629
1630         * configure.ac:
1631         * docs/plugins/Makefile.am:
1632         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1633         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1634         * docs/plugins/inspect/plugin-videocrop.xml:
1635         * gst-plugins-good.spec.in:
1636         * sys/Makefile.am:
1637         * tests/check/Makefile.am:
1638         * tests/icles/Makefile.am:
1639         * tests/icles/videocrop-test.c:
1640         Move videocrop and osxvideo from -bad.
1641
1642 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
1643
1644         * configure.ac:
1645         * docs/plugins/Makefile.am:
1646         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1647         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1648         * docs/plugins/gst-plugins-good-plugins.args:
1649         * docs/plugins/inspect/plugin-qtdemux.xml:
1650         * docs/plugins/inspect/plugin-quicktime.xml:
1651         * win32/MANIFEST:
1652         Move qtdemux from -bad.
1653
1654         * gst-plugins-good.spec.in:
1655         Update spec file to reflect moving of qtdemux and wavpack
1656
1657 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
1658         
1659         * win32/MANIFEST:
1660         * docs/plugins/Makefile.am:
1661         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1662         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1663         * docs/plugins/inspect/plugin-directdraw.xml:
1664         * docs/plugins/inspect/plugin-directsound.xml:
1665         * docs/plugins/inspect/plugin-waveform.xml:
1666         Move the waveform plugin from -bad too. Update the inspect xml
1667         files to mention Plugins Good instead of Plugins Bad.
1668
1669 2007-06-12  Andy Wingo  <wingo@pobox.com>
1670
1671         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
1672         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
1673         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
1674         finalization and resuscitation. No longer public.
1675         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
1676         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
1677         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
1678         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
1679         miniobject semantics, and be threadsafe.
1680         (gst_v4l2src_queue_frame): Remove this function, as we just call
1681         the ioctls directly in the two places where we queue buffers.
1682         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
1683         directly.
1684         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
1685         to allocate the pool, which also preallocates the GstBuffers.
1686         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
1687         queueing the frames directly.
1688         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
1689         mmap buffers have been dequeued.
1690
1691         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
1692         real MiniObject instead of rolling our own refcounting and
1693         finalizing. Give it a lock.
1694         (struct _GstV4l2Buffer): Remove one intermediary object, having
1695         the buffers hold the struct v4l2_buffer directly.
1696
1697         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
1698         capture_init so that it can set them on the buffers that it will
1699         create.
1700         (gst_v4l2src_get_read): For better or for worse, include the
1701         timestamping and offsetting code here; really we should be using
1702         bufferalloc though.
1703         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
1704         preallocated, mmap'd buffers.
1705
1706 2007-06-11  Wim Taymans  <wim@fluendo.com>
1707
1708         Patch by: daniel fischer <dan at f3c dot com>
1709
1710         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1711         (gst_ximage_src_get_caps):
1712         Actually use the display_name property so that we can dump any
1713         available X display. Fixes #445905.
1714
1715 2007-06-11  Wim Taymans  <wim@fluendo.com>
1716
1717         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1718
1719         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
1720         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
1721         Add missing rate fields to caps. Fixes #441118.
1722
1723 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
1724
1725         * win32/vs6/gst_plugins_good.dsw:
1726         * win32/vs8/gst-plugins-good.sln:
1727         Add DirectSound and DirectDraw sinks project files to
1728         workspace and solution files.
1729
1730 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
1731
1732         Patch by: Josh Coalson <xflac at yahoo dot com>,
1733         updated by Alexis Ballier <aballier at gentoo dot org>:
1734
1735         * configure.ac:
1736         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
1737         (gst_flac_dec_setup_seekable_decoder),
1738         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
1739         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
1740         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
1741         * ext/flac/gstflacdec.h:
1742         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
1743         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
1744         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
1745         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
1746         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
1747         (gst_flac_enc_chain), (gst_flac_enc_set_property),
1748         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
1749         * ext/flac/gstflacenc.h:
1750         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
1751         
1752 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
1753
1754         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
1755         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
1756         not necessary anymore as we need at least that core version. 
1757
1758 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
1759
1760         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1761         (gst_wavpack_dec_chain):
1762         * ext/wavpack/gstwavpackdec.h:
1763         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
1764         (gst_wavpack_parse_push_buffer):
1765         * ext/wavpack/gstwavpackparse.h:
1766         Improve discont handling by checking if the next Wavpack block has
1767         the expected, following block index.
1768
1769 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1770
1771         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
1772           Fix element description.
1773
1774 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1775
1776         * configure.ac:
1777         * docs/plugins/Makefile.am:
1778         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1779         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1780         * docs/plugins/gst-plugins-good-plugins.args:
1781         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1782         * docs/plugins/gst-plugins-good-plugins.signals:
1783         * docs/plugins/inspect/plugin-autodetect.xml:
1784         * docs/plugins/inspect/plugin-gconfelements.xml:
1785         * docs/plugins/inspect/plugin-ladspa.xml:
1786         * docs/plugins/inspect/plugin-rtp.xml:
1787         * docs/plugins/inspect/plugin-wavpack.xml:
1788         * ext/Makefile.am:
1789         * tests/check/Makefile.am:
1790           move wavpack plugin.  See #352605.
1791
1792 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
1793
1794         * configure.ac:
1795         * docs/plugins/Makefile.am:
1796         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1797         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1798         * docs/plugins/gst-plugins-good-plugins.args:
1799         * sys/Makefile.am:
1800         * win32/MANIFEST:
1801         Add DirectDraw & DirectSound plugins to the build and docs.
1802
1803 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
1804
1805         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
1806         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
1807           When operating in pull mode, error out correct on not-linked.
1808
1809 2007-06-06  Andy Wingo  <wingo@pobox.com>
1810
1811         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
1812         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
1813         format and size if the ioctls are defined; should fix compilation
1814         on Linux < 2.16.19.
1815
1816 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
1817
1818         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
1819           Printf fixes in debug statements; use LOG level for debug statements
1820           that are printed for each and every frame; convert c++ comments to
1821           C-style comments; not much point using g_try_malloc() if we then not
1822           even check the return value.
1823
1824 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
1825
1826         * configure.ac:
1827           Bump requirements to released versions (core and base 0.10.13).
1828
1829         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
1830           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
1831           own implementation.
1832
1833 2007-06-05  Andy Wingo  <wingo@pobox.com>
1834
1835         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
1836         some useless comments.
1837
1838         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
1839         frames before calling STREAMON, that might leave them in a state
1840         where they can't be dequeued if we go back to NULL without calling
1841         STREAMON, according to the docs.
1842         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
1843         before we call STREAMON.
1844         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
1845         failures. (For me this code hung.) The pool refcounting is still
1846         crack; added a note to that effect.
1847
1848 2007-06-05  Wim Taymans  <wim@fluendo.com>
1849
1850         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
1851         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
1852         Add support for mapping gst structure names to the MIME type equivalent.
1853         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
1854
1855 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1856
1857         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
1858         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
1859         (gst_wavenc_chain), (gst_wavenc_change_state):
1860         * gst/wavenc/gstwavenc.h:
1861         Properly write wav files with width!=depth by having the depth most
1862         significant bytes set and all others zero. Fixes #442535.
1863
1864 2007-06-01  Wim Taymans  <wim@fluendo.com>
1865
1866         * gst/rtsp/rtspconnection.c:
1867         Add include to make buildbot happy.
1868
1869 2007-06-01  Wim Taymans  <wim@fluendo.com>
1870
1871         Patch by: Peter Kjellerstedt  <pkj at axis com>
1872
1873         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
1874         (rtsp_connection_connect), (add_date_header),
1875         (rtsp_connection_send), (parse_response_status),
1876         (parse_request_line), (parse_line), (rtsp_connection_receive):
1877         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
1878         * gst/rtsp/rtspdefs.h:
1879         * gst/rtsp/rtspmessage.c: (key_value_foreach),
1880         (rtsp_message_init_request), (rtsp_message_init_response),
1881         (rtsp_message_remove_header), (rtsp_message_append_headers),
1882         (rtsp_message_dump):
1883         * gst/rtsp/rtspmessage.h:
1884         Improves version checking, allowing an RTSP server to reply with "505
1885         RTSP Version not supported.
1886         Adds a Date header to all messages.
1887         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
1888         want to be able to send a response even if something in the request was
1889         invalid. EINVAL is only used when passing wrong arguments to functions.
1890         Do not handle an invalid method in parse_request_line(). Defer this to
1891         the caller so it can respond with "405 Method Not Allowed".
1892         Improves parsing of the timeout parameter to the Session header,
1893         allowing whitespace after the semicolon. 
1894         Avoids a compiler warning due to variables shadowing a function argument.
1895
1896 2007-06-01  Wim Taymans  <wim@fluendo.com>
1897
1898         Based on Patch by: Daniel Charles <dcharles at ti dot com>
1899
1900         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
1901         (gst_rtp_amr_depay_process):
1902         * gst/rtp/gstrtpamrdepay.h:
1903         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
1904         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
1905         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
1906         * gst/rtp/gstrtpamrpay.h:
1907         Add support for AMR-WB.
1908         Small cleanups such as using BOILERPLATE.
1909
1910 2007-05-31  Wim Taymans  <wim@fluendo.com>
1911
1912         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
1913         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
1914
1915 2007-05-30  Andy Wingo  <wingo@pobox.com>
1916
1917         * sys/v4l2/gstv4l2object.h: 
1918         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
1919         unintended changes.
1920
1921         * sys/v4l2/v4l2src_calls.h: 
1922         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
1923         the format list in the order that the driver gives it to us.
1924         (gst_v4l2src_probe_caps_for_format_and_size)
1925         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
1926         based on the capabilities of the device.
1927         (gst_v4l2src_grab_frame): Update for object variable renaming.
1928         (gst_v4l2src_set_capture): Update to be strict in its parameters,
1929         as in the set_caps below.
1930         (gst_v4l2src_capture_init): Update for object variable renaming,
1931         and reflow.
1932         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
1933         (gst_v4l2src_capture_deinit): Update for object variable renaming.
1934         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
1935         (gst_v4l2src_get_fps): Remove; these functions don't have much
1936         meaning outside of an atomic set_caps method.
1937         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
1938         known.
1939
1940         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
1941         call to update_fps; not sure about this change.
1942         (gst_v4l2_tuner_set_norm): Work around the fact that for the
1943         moment we don't have an update_fps_func.
1944
1945         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
1946         structures in the object, just store what we need. Do store the
1947         probed caps of the device. Don't store the current frame rate.
1948
1949         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
1950         update_fps_function, for now. Update for new object variable
1951         naming.
1952         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
1953         new object variable naming.
1954         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
1955         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
1956         (gst_v4l2src_get_caps): Rework to probe the device for supported
1957         frame sizes and frame rates.
1958         (gst_v4l2src_set_caps): Rework to be strict in the given
1959         parameters: if someone asks us to have a certain size and rate,
1960         that is what we configure.
1961         (gst_v4l2src_get_read): Update for object variable naming. Don't
1962         leak buffers on short reads.
1963         (gst_v4l2src_get_mmap): Update for object variable naming, and add
1964         comments.
1965         (gst_v4l2src_create): Update for object variable naming.
1966
1967 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
1968
1969         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
1970         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
1971         * gst/avi/gstavidemux.h:
1972           Parse subtitle text streams instead of erroring out (#442034). Still
1973           needs a parser for the subtitles to actually show up.
1974
1975 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
1976
1977         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
1978         (gst_avi_demux_loop):
1979           Make _push_event() return TRUE if the event could be pushed on at
1980           least one pad and not only if it could be pushed on all pads,
1981           otherwise we'll end up posting an error message on EOS if one or
1982           more source pads are not connected.
1983
1984 2007-05-28  Wim Taymans  <wim@fluendo.com>
1985
1986         * gst/rtsp/rtsptransport.c:
1987         Use renamed RTP bin.
1988
1989 2007-05-28  Wim Taymans  <wim@fluendo.com>
1990
1991         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
1992
1993         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
1994         (gst_video_box_set_property), (gst_video_box_transform_caps),
1995         (video_box_recalc_transform), (gst_video_box_set_caps),
1996         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
1997         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
1998         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
1999         (gst_video_box_i420_i420), (gst_video_box_transform),
2000         (plugin_init):
2001         Add AYUV->AYUV and AYUV->I420 formats. 
2002         Fix negotiation and I420->AYUV conversion.
2003         Fixes #429329.
2004
2005 2007-05-26  Wim Taymans  <wim@fluendo.com>
2006
2007         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
2008         Use different variables for nested for loops so that the outer loop
2009         functions properly and speex files with multiple frames per buffer work
2010         properly.
2011         Fixes #441408.
2012
2013 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
2014
2015         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
2016           Don't leak newsegment events.
2017
2018 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
2019
2020         * gst/wavparse/Makefile.am:
2021           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
2022           drags it in.
2023
2024 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
2025
2026         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2027         (notgst_value_array_append_buffer),
2028         (gst_flac_enc_process_stream_headers),
2029         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
2030         (gst_flac_enc_change_state):
2031         * ext/flac/gstflacenc.h:
2032           Collect headers, add "streamheader" field to output caps and set
2033           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
2034           produces output according to the official FLAC-to-Ogg mapping
2035           instead of completely broken files. Fixes #426044.
2036
2037 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
2038
2039         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
2040         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
2041         (gst_id3demux_sink_event):
2042         * gst/id3demux/gstid3demux.h:
2043         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
2044         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
2045         (gst_tag_demux_send_new_segment):
2046         Handle and adjust new-segment events so that downstream really
2047         sees a stream with the tag pieces stripped off the front and back.
2048         Fixes strangeness in seeking when mp3 decoders use the new-segment
2049         byte position to estimate their current playback position timestamp
2050         and then the arriving buffers don't match up.
2051
2052 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
2053
2054         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
2055           Don't unnecessarily perform a READY->NULL->READY transition on the
2056           detected audio sink when starting up. Fixes: #440127
2057
2058 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
2059
2060         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
2061         (gst_flac_enc_chain):
2062           Don't crash in chain function if setcaps hasn't been called.
2063
2064 2007-05-24  Wim Taymans  <wim@fluendo.com>
2065
2066         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
2067         Init value to avoid infinte loops.
2068
2069 2007-05-24  Wim Taymans  <wim@fluendo.com>
2070
2071         Patch by: Peter Kjellerstedt  <pkj at axis com>
2072
2073         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
2074         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
2075         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
2076         (gst_rtspsrc_play):
2077         (rtsp_connection_send), (rtsp_connection_receive):
2078         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
2079         Fix for new API.
2080
2081         * gst/rtsp/rtspconnection.c: (add_auth_header),
2082         Only add authorisation and session headers when sending messages.
2083
2084         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
2085         (rtsp_message_init_request), (rtsp_message_init_response),
2086         (rtsp_message_unset), (rtsp_message_add_header),
2087         (rtsp_message_remove_header), (rtsp_message_get_header),
2088         (rtsp_message_append_headers), (dump_key_value),
2089         (rtsp_message_dump):
2090         * gst/rtsp/rtspmessage.h:
2091         Add support for multiple headers of the same type by storing the parsed
2092         headers in a GArray instaed of a hashtable.
2093
2094 2007-05-21  Wim Taymans  <wim@fluendo.com>
2095
2096         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
2097         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
2098         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
2099         safer shutdown.
2100
2101 2007-05-21  Wim Taymans  <wim@fluendo.com>
2102
2103         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
2104         * gst/rtsp/gstrtpdec.h:
2105         Added signal for backwards compat.
2106
2107 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2108         
2109         Patch by: René Stadler <mail at renestadler dot de>
2110
2111         * configure.ac:
2112         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
2113         (gst_au_parse_parse_header), (gst_au_parse_chain):
2114         * gst/auparse/gstauparse.h:
2115         Use audioconvert for converting from non-native endianness floats
2116         in auparse instead of doing it ourself. Fixes #424527.
2117         This needs the audioconvert from plugins-base CVS.
2118         
2119 2007-05-21  Wim Taymans  <wim@fluendo.com>
2120
2121         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2122         (gst_rtp_h263p_pay_flush):
2123         Fix enum registration.
2124
2125 2007-05-21  Wim Taymans  <wim@fluendo.com>
2126
2127         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2128
2129         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2130         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
2131         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
2132         (gst_rtp_h263p_pay_flush):
2133         * gst/rtp/gstrtph263ppay.h:
2134         Add new fragmentation mode base on GOB headers. Fixes #438940.
2135
2136 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
2137
2138         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
2139           Printf format fix.
2140
2141 2007-05-18  Wim Taymans  <wim@fluendo.com>
2142
2143         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2144         Don't crash when an unsupported transport error was returned by the
2145         server, just try to configure the next stream. Fixes #439255.
2146
2147 2007-05-18  Wim Taymans  <wim@fluendo.com>
2148
2149         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2150         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2151         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
2152         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2153         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
2154         * gst/rtsp/gstrtspsrc.h:
2155         Add TCP timeout property and use it for all TCP connection.
2156
2157         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2158         (rtsp_connection_write), (rtsp_connection_next_timeout),
2159         (rtsp_connection_reset_timeout):
2160         Make connect and writes cancelable and make them use the timeout.
2161
2162 2007-05-18  Wim Taymans  <wim@fluendo.com>
2163
2164         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
2165         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2166         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2167         (gst_rtspsrc_setup_streams):
2168         Refactor timeout handling.
2169         Also send keep-alive when dealing with TCP transport.
2170
2171         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2172         (rtsp_connection_free), (rtsp_connection_next_timeout),
2173         (rtsp_connection_reset_timeout):
2174         * gst/rtsp/rtspconnection.h:
2175         Use a timer to handle the session timeouts, add some methods to deal
2176         with timeouts.
2177
2178 2007-05-17  Wim Taymans  <wim@fluendo.com>
2179
2180         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
2181         (gst_rtspsrc_setup_streams):
2182         Ignore streams that fail the setup command, we will retry with a
2183         different transport later on.
2184
2185         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
2186         (rtsp_ext_wms_configure_stream):
2187         Fix encoding name case.
2188
2189 2007-05-16  Edward Hervey  <edward@fluendo.com>
2190
2191         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
2192         Fix build on macosx.
2193
2194 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2195
2196         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2197         Replace direct comparison of a string with the string literal "" with
2198         a comparison of the first character with '\0'. Fixes #438926.
2199
2200 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2201
2202         * gst/debug/breakmydata.c (gst_break_my_data_init):
2203           One more try. This should be the proper fix now.
2204
2205 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2206
2207         * gst/debug/breakmydata.c:
2208           Ooops, no // comments please.
2209
2210 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
2211
2212         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
2213         (gst_break_my_data_init):
2214           Fix gst_buffer_is_writable() assertion.
2215
2216 2007-05-14  David Schleef  <ds@schleef.org>
2217
2218         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
2219           video/x-raw-bayer.  Fixes #314160.
2220
2221 2007-05-14  Wim Taymans  <wim@fluendo.com>
2222
2223         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
2224         (gst_rtp_theora_depay_parse_configuration):
2225         * gst/rtp/gstrtptheorapay.c: (encode_base64),
2226         (gst_rtp_theora_pay_finish_headers),
2227         (gst_rtp_theora_pay_handle_buffer):
2228         Update theora pay/depayloader in a similar to vorbis.
2229
2230         * gst/rtp/gstrtpvorbisdepay.c:
2231         (gst_rtp_vorbis_depay_parse_configuration):
2232         Update docs.
2233
2234 2007-05-14  Wim Taymans  <wim@fluendo.com>
2235
2236         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
2237         When we try to execute a method that is not supported by the server,
2238         don't error out but remove the method from the accepted methods so that
2239         we never try to perform this method again.
2240
2241 2007-05-14  Wim Taymans  <wim@fluendo.com>
2242
2243         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
2244         Remove annoying _dump_mem.
2245
2246 2007-05-14  Wim Taymans  <wim@fluendo.com>
2247
2248         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
2249         Parse range correctly.
2250
2251         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
2252         The baseurl now always has a '/' at the start.
2253
2254 2007-05-14  Wim Taymans  <wim@fluendo.com>
2255
2256         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
2257         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
2258         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
2259         Factor out caps configuration and configure more stuff such as the time
2260         ranges and speed/scale values.
2261
2262         * gst/rtsp/rtsptransport.c:
2263         Add Copyright after non-trival fixes.
2264
2265 2007-05-12  Wim Taymans  <wim@fluendo.com>
2266
2267         Patch by: Peter Kjellerstedt  <pkj at axis com>
2268
2269         * gst/rtsp/gstrtspsrc.h:
2270         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
2271         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
2272         (rtsp_message_get_header):
2273         * gst/rtsp/rtspmessage.h:
2274         Make channel guint8 where possible.
2275         Make rtsp_message_init_data() take the channel as a guint8.
2276
2277         * gst/rtsp/rtspdefs.c:
2278         Fixed a typo: Timout -> Timeout
2279
2280         * gst/rtsp/rtspdefs.h:
2281         Make RTSP_CHECK() behave as a statement.
2282
2283         * gst/rtsp/sdpmessage.c:
2284         Avoid a compiler warning in INIT_ARRAY().
2285         Fixes #437692.
2286
2287 2007-05-12  Wim Taymans  <wim@fluendo.com>
2288
2289         Patch by: Peter Kjellerstedt  <pkj at axis com>
2290
2291         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
2292         (rtsp_url_get_request_uri):
2293         * gst/rtsp/rtspurl.h:
2294         Add support for query parameters to RTSP URLs.
2295
2296 2007-05-12  Wim Taymans  <wim@fluendo.com>
2297
2298         Patch by: Peter Kjellerstedt  <pkj at axis com>
2299
2300         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
2301         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
2302         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
2303         (rtsp_transport_parse), (rtsp_transport_as_text):
2304         * gst/rtsp/rtsptransport.h:
2305         Add validation to rtsp_transport_parse().
2306         Add rtsp_transport_as_text() to generate an RTSP header from an
2307         RTSPTransport.
2308         Change ssrc to guint (was a string) since that is what it is, even
2309         though it is sent as a hex string.
2310         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
2311         incorrect, which can be seen when looking at the examples in the RFC).
2312         Fixes #437670.
2313
2314 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
2315
2316         Patch by: Eric Anholt
2317
2318         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
2319           gst_ximage_src_ximage_get):
2320         Use union of all damage between frames to make it faster.
2321         Fixes bug #342463.
2322         Also fix crasher when cursor is at bottom right of window.
2323
2324 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
2325
2326         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
2327           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
2328           streaming mode regression for file from #343837 with 'bext' chunk
2329           before the 'fmt' chunk.
2330
2331 2007-05-11  Wim Taymans  <wim@fluendo.com>
2332
2333         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2334         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
2335         (gst_rtspsrc_handle_src_event),
2336         (gst_rtspsrc_stream_configure_manager),
2337         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
2338         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
2339         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
2340         * gst/rtsp/gstrtspsrc.h:
2341         * gst/rtsp/rtspdefs.h:
2342         Preliminary seek support.
2343         Activate internal pads so that we can receive events on them.
2344         Don't try to parse a range string when it's NULL.
2345
2346 2007-05-11  Wim Taymans  <wim@fluendo.com>
2347
2348         * gst/rtp/README:
2349         Update README with new RTP variables that will be used for
2350         synchronisation.
2351
2352         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
2353         (gst_rtp_vorbis_depay_parse_configuration),
2354         (gst_rtp_vorbis_depay_process):
2355         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
2356         (gst_rtp_vorbis_pay_finish_headers),
2357         (gst_rtp_vorbis_pay_handle_buffer):
2358         Update vorbis pay and depayloader to draft-04.
2359
2360 2007-05-11  Wim Taymans  <wim@fluendo.com>
2361
2362         * gst/rtsp/rtsptransport.c:
2363         UDP MCAST is actually the default for RTP/AVP.
2364 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
2365
2366         * gst/level/gstlevel.c: (gst_level_transform_ip):
2367         Use guint8 * instead of gpointer then vs6 can build 
2368         in_data += (filter->width / 8).
2369
2370 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
2371
2372         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
2373           gst_ximage_src_ximage_get):
2374         * sys/ximage/gstximagesrc.h (last_ximage):
2375         When using Damage actually keep the last frame, and not assume
2376         that the buffer we get already has the last frame on it.
2377         Copy the cursor over if we specify a non-zero start x and
2378         start y.
2379
2380 2007-05-11  Wim Taymans  <wim@fluendo.com>
2381
2382         * gst/rtsp/rtsptransport.c:
2383         Make UDP the default transport when not specified.
2384
2385 2007-05-09  David Schleef  <ds@schleef.org>
2386
2387         * gst/level/gstlevel.c:
2388           Revert last change.
2389
2390 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
2391
2392         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
2393         (gst_level_transform_ip):
2394         Use guint8 * instead of gpointer then vs6 know the size of data
2395         pointed when moving the pointer.
2396         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
2397         Move instructions after variables declaration.
2398         * win32/vs6/autogen.dsp:
2399         * win32/vs6/libgstrtp.dsp:
2400         * win32/vs6/libgstrtsp.dsp:
2401         Update vs6 project files.
2402
2403 2007-05-09  Wim Taymans  <wim@fluendo.com>
2404
2405         * gst/rtsp/Makefile.am:
2406         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
2407         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
2408         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
2409         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
2410         (rtsp_range_free):
2411         * gst/rtsp/rtsprange.h:
2412         Add code to parse time ranges.
2413         Report DURATION on the stream when possible.
2414
2415 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
2416
2417         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
2418         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
2419         (gst_videomixer_collected):
2420           Fix strides calculation for AYUV (it's just width*4) (#436910).
2421
2422 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2423
2424         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
2425         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
2426         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
2427         Sync the GObject properties before each processing step to properly
2428         work with the controller.
2429
2430 2007-05-04  Wim Taymans  <wim@fluendo.com>
2431
2432         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
2433         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2434         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
2435         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
2436         (gst_rtspsrc_change_state):
2437         Let more error state trickle down so that we can catch more error
2438         cases.
2439         Handle keep-alive a little smarter by selecting a method the server
2440         actually supports.
2441         Fix a race in UDP streaming shutdown.
2442
2443 2007-05-04  Wim Taymans  <wim@fluendo.com>
2444
2445         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
2446         Ignore errors when trying to use the keep-alive messages.
2447
2448 2007-05-04  Wim Taymans  <wim@fluendo.com>
2449
2450         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
2451         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
2452         (gst_rtspsrc_stream_configure_manager),
2453         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
2454         (gst_rtspsrc_stream_configure_mcast),
2455         (gst_rtspsrc_stream_configure_udp),
2456         (gst_rtspsrc_stream_configure_udp_sink),
2457         (gst_rtspsrc_stream_configure_transport):
2458         Send RTCP messages back to the server over the TCP connection.
2459
2460         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
2461         (rtsp_connection_send), (rtsp_connection_read), (read_body),
2462         (rtsp_connection_receive):
2463         * gst/rtsp/rtspconnection.h:
2464         Factor out and expose lowlevel _write and _read methods.
2465         Implement sending data messages to the server.
2466
2467 2007-05-03  Wim Taymans  <wim@fluendo.com>
2468
2469         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
2470         (gst_multipart_mux_collected):
2471         Fix timestamps on outgoing buffers.
2472
2473 2007-05-03  Wim Taymans  <wim@fluendo.com>
2474
2475         * gst/multipart/multipartmux.c:
2476         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
2477         (gst_multipart_mux_change_state):
2478         Emit NEWSEGMENT events before pushing the first buffer.
2479
2480 2007-05-03  Wim Taymans  <wim@fluendo.com>
2481
2482         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
2483         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
2484         (gst_rtspsrc_handle_src_query),
2485         (gst_rtspsrc_stream_configure_manager),
2486         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
2487         (gst_rtspsrc_stream_configure_mcast),
2488         (gst_rtspsrc_stream_configure_udp),
2489         (gst_rtspsrc_stream_configure_udp_sink),
2490         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
2491         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
2492         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
2493         (gst_rtspsrc_pause):
2494         Refactor transport configuration code.
2495         Create internal pads for TCP transport so that we can implement events
2496         and queries.
2497         Handle events and queries.
2498         Parse range from the SDP.
2499         Fix race in pause handler where the connection could still be flushing.
2500
2501 2007-05-02  Wim Taymans  <wim@fluendo.com>
2502
2503         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2504         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
2505         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
2506         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
2507         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
2508         (gst_rtspsrc_change_state):
2509         * gst/rtsp/gstrtspsrc.h:
2510         Fix race when multiple udp sources post timeouts, just act on the first
2511         received timeout.
2512         Protect stream list with a recursive lock to fix some races.
2513         Flush connection when we need to do a reconnect or stop.
2514         Make state lock recursive.
2515
2516         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2517         (rtsp_connection_close):
2518         Some small cleanups.
2519
2520 2007-05-02  Wim Taymans  <wim@fluendo.com>
2521
2522         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
2523         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
2524         Only set DISCONT when there actually is a discont or when we just
2525         started.
2526
2527 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
2528
2529         * ext/flac/gstflac.c: (plugin_init):
2530         Call bindtextdomain() to get localized strings.
2531
2532 2007-05-02  Wim Taymans  <wim@fluendo.com>
2533
2534         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
2535         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
2536         (gst_wavparse_stream_data):
2537         * gst/wavparse/gstwavparse.h:
2538         Be a bit more clever when dealing with VBR files with FACT tags, we
2539         don't want to timestamp buffers in that case but the estimated BPS can
2540         be used for seeking.
2541         Only send close segment in the streaming thread.
2542
2543 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
2544
2545         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
2546         Correctly post an error on the bus if something went wrong in the loop
2547         function. This fixes a few cases where the task was paused and nothing
2548         happened anymore.
2549
2550 2007-05-02  Wim Taymans  <wim@fluendo.com>
2551
2552         * gst/rtsp/test.c: (main):
2553         Fix compilation of deprecated test just because I'm too lazy to delete
2554         it.
2555
2556 2007-05-02  Wim Taymans  <wim@fluendo.com>
2557
2558         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2559         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
2560         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
2561         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
2562         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
2563         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
2564         * gst/rtsp/gstrtspsrc.h:
2565         Fix sending RTCP to the right place.
2566         Fix bug in reffing the wrong UDP element.
2567         Use new pad names for the session manager.
2568         Implement handling server requests in interleaved and UDP modes.
2569         Handle session keep-alive in UDP modes.
2570         Remove GCond for handling UDP timeouts.
2571
2572         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2573         (rtsp_connection_send), (rtsp_connection_read), (read_body),
2574         (rtsp_connection_receive), (rtsp_connection_close):
2575         * gst/rtsp/rtspconnection.h:
2576         Store connection IP address for later.
2577         Add timeout args to all operations that might block forever.
2578         Parse session timeout.
2579         Only close sockets when not already closed.
2580
2581         * gst/rtsp/rtspdefs.c:
2582         * gst/rtsp/rtspdefs.h:
2583         Add timeout return value and error string.
2584
2585         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
2586         Add small comment.
2587
2588 2007-05-01  Wim Taymans  <wim@fluendo.com>
2589
2590         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2591
2592         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
2593         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
2594         * gst/rtp/gstrtpmp4vpay.h:
2595         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
2596
2597 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
2598
2599         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2600           Remove v4l2src from docs, since it breaks the docs build, and the
2601           plugin is only built if --enable-experimental is used anyway.
2602
2603         * docs/plugins/Makefile.am:
2604           Spaces => tab.
2605
2606 2007-04-29  Wim Taymans  <wim@fluendo.com>
2607
2608         * gst/udp/gstmultiudpsink.c: (leave_multicast),
2609         (gst_multiudpsink_add), (gst_multiudpsink_remove):
2610         Add code to drop membership of a multicast group.
2611
2612         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
2613         (gst_udpsink_set_uri):
2614         Implement URI handler.
2615
2616         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
2617         (gst_rtspsrc_parse_rtpinfo):
2618         Use URI handler to make udpsink instace.
2619         Improve code to configure port and destination.
2620
2621 2007-04-29  Wim Taymans  <wim@fluendo.com>
2622
2623         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
2624         Fix multicast detection.
2625         Don't try to join a multicast group if the address is not multicast.
2626
2627         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
2628         Small debug improvement.
2629
2630 2007-04-27  Wim Taymans  <wim@fluendo.com>
2631
2632         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
2633         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
2634         (gst_rtspsrc_handle_message):
2635         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
2636         parent.
2637
2638 2007-04-27  Wim Taymans  <wim@fluendo.com>
2639
2640         * gst/rtp/gstrtpilbcdepay.h:
2641         Fix mode property when specified as an arg.
2642
2643 2007-04-26  Edward Hervey  <edward@fluendo.com>
2644
2645         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2646         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2647         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2648         * docs/plugins/inspect/plugin-osxaudio.xml:
2649         Add documentation for osxaudio plugin.
2650
2651 2007-04-26  Wim Taymans  <wim@fluendo.com>
2652
2653         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2654         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
2655         (gst_rtspsrc_open), (gst_rtspsrc_close),
2656         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
2657         (gst_rtspsrc_pause):
2658         * gst/rtsp/gstrtspsrc.h:
2659         Protect state changes with a lock.
2660
2661         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2662         (parse_line):
2663         * gst/rtsp/rtspconnection.h:
2664         Remove some unused stuff.
2665
2666 2007-04-26  Wim Taymans  <wim@fluendo.com>
2667
2668         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2669         Handle the case where there are exactly 0 bytes to read and the ioctl
2670         did not report an error. Fixes #433530.
2671
2672 2007-04-26  Wim Taymans  <wim@fluendo.com>
2673
2674         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
2675         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
2676         * gst/wavparse/gstwavparse.h:
2677         Apply DISCONT to buffers.
2678         Only apply timestamp to the first sample after a DISCONT, too many VBR
2679         files cause random jitter in the timestamps. Fixes #433119.
2680
2681 2007-04-25  Wim Taymans  <wim@fluendo.com>
2682
2683         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
2684         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
2685         (gst_rtp_dec_get_property):
2686         * gst/rtsp/gstrtpdec.h:
2687         Add dummy latency property to be backwards compat with rtpbin.
2688
2689         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2690         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2691         (gst_rtspsrc_stream_configure_transport),
2692         (gst_rtspsrc_parse_rtpinfo):
2693         * gst/rtsp/gstrtspsrc.h:
2694         Add latency property and configure in the session manager.
2695         Don't set invalid clock-base and seqnum-base on caps, some servers
2696         sometimes don't send them.
2697
2698 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
2699
2700         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
2701         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
2702           Double-check that RGB input caps are really RGBA caps (apparently
2703           the core doesn't always catch it if those caps aren't a subset of
2704           our template caps, also see #421543). Fixes #429319 in a way.
2705           Also, don't leak the pad template in the transform_caps function.
2706
2707         * tests/check/Makefile.am:
2708         * tests/check/elements/.cvsignore:
2709         * tests/check/elements/alphacolor.c: (setup_alphacolor),
2710         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
2711         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
2712         (GST_START_TEST), (alphacolor_suite):
2713           Add some basic unit tests for alphacolor.
2714
2715 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
2716
2717         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2718           If we get a fatal flow return in the loop function, first post the
2719           error message and only then send the EOS event downstream, otherwise
2720           applications might get an eos message before the error message and
2721           think everything was ok (related to #429319).
2722
2723 2007-04-25  Wim Taymans  <wim@fluendo.com>
2724
2725         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
2726         Read the channel byte as an unsigned byte.
2727
2728 2007-04-25  Wim Taymans  <wim@fluendo.com>
2729
2730         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
2731         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
2732         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
2733         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
2734         (gst_rtp_gsm_depay_setcaps):
2735         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
2736         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
2737         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
2738         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
2739         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
2740         (gst_ilbc_depay_get_property):
2741         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
2742         * gst/rtp/gstrtpmp4adepay.c:
2743         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
2744         (gst_rtp_pcma_depay_setcaps):
2745         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
2746         (gst_rtp_pcmu_depay_setcaps):
2747         Make sure we configure the clock_rate in the baseclass in the setcaps
2748         function. Fixes #431282.
2749
2750 2007-04-25  Wim Taymans  <wim@fluendo.com>
2751
2752         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
2753         (gst_rtspsrc_stream_free), (request_pt_map),
2754         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
2755         * gst/rtsp/gstrtspsrc.h:
2756         Parse server address from SDP.
2757         Hook up a udpsink to send RTCP back to the server.
2758
2759         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2760         * gst/rtsp/rtsptransport.h:
2761         Add some docs.
2762
2763 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
2764
2765         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
2766           Make header field check conditional. Fixes #433135
2767
2768 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
2769
2770         * docs/plugins/Makefile.am:
2771         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2772         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2773         * docs/plugins/inspect/plugin-alphacolor.xml:
2774         * gst/alpha/Makefile.am:
2775         * gst/alpha/gstalphacolor.c:
2776         * gst/alpha/gstalphacolor.h:
2777           Add minimal docs blurb to alphacolor; split out headers into
2778           separate header file for gtk-doc.
2779
2780 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
2781
2782         * gst/debug/progressreport.c: (gst_progress_report_report):
2783           Don't try to post NULL message (in case we can't query upstream
2784           position or duration).
2785
2786 2007-04-18  Michael Smith  <msmith@fluendo.com>
2787
2788         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
2789         (gst_cutter_get_caps):
2790         * gst/cutter/gstcutter.h:
2791           Fix some of the most obvious bugs in cutter. Now doesn't leak
2792           everything if input is silent.
2793
2794 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
2795
2796         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
2797         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
2798         * gst/wavenc/gstwavenc.h:
2799         Wav apparently only supports width==GST_ROUND_UP(depth), everything
2800         else results in a invalid block align and invalid files.
2801
2802 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
2803
2804         Patch by: Snaik <snaik32 gmail com>
2805
2806         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
2807           Add missing break statement for BOX_HORIZONTAL case.
2808
2809 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2810
2811         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
2812
2813         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
2814         Use correct format strings for integer types.
2815
2816 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2817
2818         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
2819         (gst_wavparse_create_sourcepad):
2820         Use gst_riff_create_audio_template_caps () instead of the local caps.
2821         This makes updates of the local caps unecessary whenever libgstriff
2822         gets support for new formats.
2823
2824 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
2825
2826         Patch by: Brian Cameron  <brian.cameron at sun dot com>
2827
2828         * sys/sunaudio/gstsunaudio.c:
2829         * sys/sunaudio/gstsunaudiomixer.c:
2830         * sys/sunaudio/gstsunaudiomixer.h:
2831         * sys/sunaudio/gstsunaudiomixerctrl.c:
2832         * sys/sunaudio/gstsunaudiomixerctrl.h:
2833         * sys/sunaudio/gstsunaudiomixertrack.h:
2834         * sys/sunaudio/gstsunaudiosink.c:
2835         * sys/sunaudio/gstsunaudiosink.h:
2836         * sys/sunaudio/gstsunaudiosrc.c:
2837         * sys/sunaudio/gstsunaudiosrc.h:
2838           Fix and/or update copyright attributions (#430228).
2839
2840 2007-04-13  Wim Taymans  <wim@fluendo.com>
2841
2842         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2843         Fix docs.
2844
2845         * gst/rtsp/URLS:
2846         Add some more example urls.
2847
2848         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
2849         (gst_rtp_dec_chain_rtp):
2850         Better debugging.
2851
2852         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
2853         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
2854         (gst_rtspsrc_parse_rtpinfo):
2855         Remove unused code.
2856
2857 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
2858
2859         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
2860         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
2861         (gst_wavparse_stream_data):
2862           Relax the audio/mpeg caps again and add FIXME: comment.
2863
2864 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
2865
2866         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
2867         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
2868         (gst_wavparse_stream_data):
2869         * gst/wavparse/gstwavparse.h:
2870           More sanity check for the header fields. Fix type for 'rate' header
2871           field.
2872
2873 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
2874
2875         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
2876         (gst_icydemux_unicodify):
2877           If the metadata strings we get in the stream are not UTF-8, try to
2878           interpret them according to the character encodings specified in the
2879           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
2880           only fall back to locale/ISO-8859-1 if those aren't set or don't
2881           work. Should fix #428901.
2882
2883 2007-04-12  Wim Taymans  <wim@fluendo.com>
2884
2885         * gst/rtp/gstrtph264depay.c:
2886         Use the proper sync word for SPS and PPS.
2887
2888 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
2889
2890         * gst/rtp/Makefile.am:
2891         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
2892           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
2893         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
2894           Add a simple hashing implementation that we can use to generate
2895           a 24-bit ident value based on the codebooks for vorbis and theora.
2896         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
2897           gst_rtp_theora_pay_handle_buffer):
2898         * gst/rtp/gstrtpvorbisdepay.c
2899           (gst_rtp_vorbis_depay_parse_configuration,
2900           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
2901         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
2902           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
2903           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
2904           Use the hashing function, ensuring that the same codebooks result
2905           in the same ident and thus the same SDP description.
2906           Various log fixes/changes.
2907
2908 2007-04-12  Wim Taymans  <wim@fluendo.com>
2909
2910         Patch by: jerry tan <jerry dot tan at sun dot com>
2911
2912         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
2913         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
2914         application's responsibility to make sure it open the device once.
2915         Remove a careless error if AUDIODEV is set. Fixes #392620.
2916
2917 2007-04-12  Wim Taymans  <wim@fluendo.com>
2918
2919         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
2920         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
2921         * gst/rtsp/gstrtpdec.h:
2922         Make backward compat with rtpbin by adding the request-pt-map signals.
2923
2924         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2925         (new_session_pad), (request_pt_map),
2926         (gst_rtspsrc_stream_configure_transport),
2927         (gst_rtspsrc_stream_configure_caps),
2928         (gst_rtspsrc_activate_streams):
2929         * gst/rtsp/gstrtspsrc.h:
2930         Implement request-pt-map signals instead of setting caps on the buffers
2931         for the session manager.
2932
2933 2007-04-11  Wim Taymans  <wim@fluendo.com>
2934
2935         * gst/udp/gstudp.c: (plugin_init):
2936         Register GstNetBuffer in plugin_init so that the type can be used from
2937         multiple threads without races.
2938
2939 2007-04-10  Wim Taymans  <wim@fluendo.com>
2940
2941         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
2942         (gst_rtp_amr_depay_process):
2943         Fix depayloader clock_rate and some cleanups.
2944
2945         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
2946         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
2947         * gst/rtp/gstrtph264depay.h:
2948         Don't push codec_data in the adapter because it might get flushed when
2949         we get a discont.
2950
2951         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
2952         Handle multiple AU per packet.
2953
2954         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
2955         (gst_rtp_sv3v_depay_plugin_init):
2956         Disable rank, this one does not work.
2957         Remove timestamping, base class does that.
2958
2959 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
2960
2961         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
2962           limit caps to the formats we announce in the template
2963
2964         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
2965         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
2966         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
2967           fix some crashers/asserts when dealing with broken files
2968
2969 2007-04-10  Wim Taymans  <wim@fluendo.com>
2970
2971         Patch by: Peter Kjellerstedt  <pkj at axis com>
2972
2973         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
2974         * gst/rtp/gstrtpL16depay.c:
2975         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
2976         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
2977         (gst_rtp_speex_depay_setcaps):
2978         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
2979         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
2980         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
2981         Fix some compiler warnings. Fixes #428182.
2982
2983 2007-04-06  Wim Taymans  <wim@fluendo.com>
2984
2985         * gst/rtsp/Makefile.am:
2986         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
2987         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
2988         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
2989         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
2990         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
2991         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
2992         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
2993         (create_rtcp), (gst_rtp_dec_request_new_pad),
2994         (gst_rtp_dec_release_pad):
2995         * gst/rtsp/gstrtpdec.h:
2996         * gst/rtsp/gstrtsp.c: (plugin_init):
2997         Morph RTPDec into something compatible with RTPBin as a fallback.
2998         Various other style fixes.
2999
3000         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
3001         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
3002         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
3003         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
3004         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
3005         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
3006         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
3007         * gst/rtsp/gstrtspsrc.h:
3008         Implement RTPBin session manager handling.
3009         Don't try to add empty properties to caps.
3010         Implement fallback session manager, handling.
3011         Don't combine errors from RTCP streams, just ignore them.
3012
3013         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
3014         * gst/rtsp/rtsptransport.h:
3015         Implement fallback session manager.
3016         Make RTPBin the default one when available.
3017
3018 2007-04-05  Wim Taymans  <wim@fluendo.com>
3019
3020         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
3021         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
3022         This element is ready to be autoplugged.
3023
3024 2007-04-05  Julien MOUTTE  <julien@moutte.net>
3025
3026         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
3027         Don't leave the offsets defined by upstream element on the
3028         compressed data buffer we are pushing downstream. Make them
3029         GST_BUFFER_OFFSET_NONE.
3030
3031 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
3032
3033         * gst/avi/README:
3034         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
3035         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
3036         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
3037         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
3038         (gst_avi_demux_calculate_durations_from_index),
3039         (gst_avi_demux_stream_header_push),
3040         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
3041         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
3042           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
3043
3044 2007-04-03  Wim Taymans  <wim@fluendo.com>
3045
3046         * gst/smpte/barboxwipes.c:
3047         Fix error as spotted by Snaik <snaik32 at gmail dot com>
3048
3049 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
3050
3051         * gst/wavparse/gstwavparse.c:
3052         Support audio/x-raw-float in wav files. This only works with
3053         plugins-base CVS, using an older version doesn't have any
3054         disadvantages though.
3055
3056 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
3057
3058         * configure.ac:
3059         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3060         (gst_au_parse_parse_header), (gst_au_parse_chain):
3061         * gst/auparse/gstauparse.h:
3062         Revert last change as we don't want plugins-good to depend on
3063         plugins-base CVS now.
3064
3065 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
3066
3067         * configure.ac:
3068         Require gst-plugins-base CVS for audioconvert with non-native
3069         float support and width/depth fix in libgstriff.
3070
3071         Patch by: René Stadler <mail at renestadler dot de>
3072
3073         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3074         (gst_au_parse_parse_header), (gst_au_parse_chain):
3075         * gst/auparse/gstauparse.h:
3076         Don't swap the floats ourself if they're not in native endianness.
3077         Instead let audioconvert handle this. Fixes #339838.
3078
3079 2007-03-29  Wim Taymans  <wim@fluendo.com>
3080
3081         * gst/rtp/gstasteriskh263.h:
3082         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
3083         (gst_rtp_h263p_depay_change_state):
3084         * gst/rtp/gstrtph263pdepay.h:
3085         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3086         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
3087         (gst_rtp_h264_depay_change_state):
3088         * gst/rtp/gstrtph264depay.h:
3089         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
3090         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
3091         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
3092         Flush adapter on disconts.
3093
3094 2007-03-29  Wim Taymans  <wim@fluendo.com>
3095
3096         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
3097         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
3098         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
3099         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
3100         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
3101         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
3102         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
3103         (gst_rtp_mp4v_depay_process):
3104         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
3105         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
3106         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
3107         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
3108         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
3109         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
3110         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
3111         Use more efficient adapter and rtpbuffer methods when possible.
3112
3113 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
3114
3115         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3116         (gst_wavenc_sink_setcaps):
3117         Correctly handle width!=depth input.
3118         * gst/wavparse/gstwavparse.c:
3119         Already export in the caps that width==8 uses unsigned samples and
3120         everything else uses signed samples.
3121
3122 2007-03-29  Wim Taymans  <wim@fluendo.com>
3123
3124         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
3125
3126         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
3127         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
3128         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
3129         (gst_dynudpsink_close):
3130         * gst/udp/gstdynudpsink.h:
3131         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3132         (gst_udpsrc_create), (gst_udpsrc_set_property),
3133         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3134         * gst/udp/gstudpsrc.h:
3135         Rework the socket allocation a bit based on the sockfd argument so that
3136         it becomes usable.
3137         Add a closefd property to instruct the udp elements to close the custom
3138         file descriptors when going to READY. Fixes #423304.
3139         API:GstUDPSrc::closefd property
3140         API:GstDynUDPSink::closefd property
3141
3142 2007-03-29  Wim Taymans  <wim@fluendo.com>
3143
3144         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
3145
3146         * gst/rtp/Makefile.am:
3147         * gst/rtp/gstrtp.c: (plugin_init):
3148         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
3149         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
3150         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
3151         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
3152         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
3153         (gst_rtp_h264_pay_plugin_init):
3154         * gst/rtp/gstrtph264pay.h:
3155         Added H264 payloader. Fixes #423782.
3156
3157         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3158         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
3159         Small fixes.
3160
3161 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
3162
3163         * gst/wavparse/gstwavparse.c:
3164         Actually support depths from 1 to 32, not only 8 to 32.
3165
3166 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
3167
3168         * gst/wavparse/gstwavparse.c:
3169         Add support for wav files containing audio/x-raw-int with random
3170         depths between 1 and 32 bits.
3171
3172 2007-03-28  Wim Taymans  <wim@fluendo.com>
3173
3174         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
3175
3176         * gst/rtp/Makefile.am:
3177         * gst/rtp/gstrtp.c: (plugin_init):
3178         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
3179         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
3180         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
3181         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
3182         (gst_rtp_mp4a_depay_get_property),
3183         (gst_rtp_mp4a_depay_change_state),
3184         (gst_rtp_mp4a_depay_plugin_init):
3185         * gst/rtp/gstrtpmp4adepay.h:
3186         Added MP4A-LATM depayloader. Fixes #417792.
3187
3188         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
3189         (gst_rtp_mp4v_depay_process):
3190         Fixup depayloader, setting codec_data, using more efficient adaptor and
3191         rtpbuffer handling.
3192
3193         * gst/rtsp/URLS:
3194         Add url to test above.
3195
3196 2007-03-25  Wim Taymans  <wim@fluendo.com>
3197
3198         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
3199         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
3200         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
3201         (gst_rtspsrc_media_to_caps),
3202         (gst_rtspsrc_stream_configure_transport),
3203         (gst_rtspsrc_stream_configure_caps),
3204         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
3205         * gst/rtsp/gstrtspsrc.h:
3206         Handle default clock-rates for static payload types, rearrange stuff so
3207         that the rtpmap field in the sdp can override the defaults.
3208         Parse RTP-Info field to get the seqnum and timebase fields that should
3209         go in the caps.
3210         Delay configuring caps after we got the RTP-Info from the PLAY reply from
3211         the server. 
3212
3213 2007-03-22  Wim Taymans  <wim@fluendo.com>
3214
3215         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
3216
3217         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
3218         Accept complex pipeline descriptions as an audio profile instead of just
3219         a single element. Fixes #420658.
3220
3221 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
3222
3223         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
3224           Rename registered type in preparation of GstTagDemux moving to
3225           -base at some point in the future.
3226
3227 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
3228
3229         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3230           Streaming mode fixes: don't unref buffer we don't own any longer;
3231           remove bogus adapter flush. Fixes #419338.
3232
3233 2007-03-17  David Schleef  <ds@schleef.org>
3234
3235         * REQUIREMENTS: Change the format to key/value, add a bunch of
3236           information, remove a bunch of requirements that are for
3237           other GStreamer packages.
3238
3239 2007-03-17  David Schleef  <ds@schleef.org>
3240
3241         * REQUIREMENTS: Fix a few things.  This file really needs a
3242         good once-over.
3243
3244 2007-03-15  Edward Hervey  <edward@fluendo.com>
3245
3246         * sys/Makefile.am:
3247         Don't forget to distribute the sys/osxaudio/ directory.
3248
3249 2007-03-15  Edward Hervey  <edward@fluendo.com>
3250
3251         * configure.ac:
3252         * sys/Makefile.am:
3253         * sys/osxaudio/Makefile.am:
3254         * sys/osxaudio/gstosxaudio.c:
3255         * sys/osxaudio/gstosxaudiosink.c:
3256         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
3257         (gst_osx_audio_sink_getcaps),
3258         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
3259         * sys/osxaudio/gstosxaudiosrc.c:
3260         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
3261         (gst_osx_audio_src_create_ringbuffer):
3262         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
3263         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
3264         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
3265         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
3266         * sys/osxaudio/gstosxringbuffer.h:
3267         Activate osxaudio in gst-plugins-good with proper build setup.
3268         Add inlined documentation.
3269         Fix debug statements
3270         Fix ringbuffer when pausing.
3271         Fixes #323471
3272
3273 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3274         * gst/rtp/gstrtppcmapay.c:
3275         * gst/rtp/gstrtppcmapay.h:
3276         * gst/rtp/gstrtppcmupay.c:
3277         * gst/rtp/gstrtppcmupay.h:
3278         Ported mulaw and alaw payloaders to use new base class
3279
3280 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3281
3282         * po/af.po:
3283         * po/az.po:
3284         * po/cs.po:
3285         * po/en_GB.po:
3286         * po/it.po:
3287         * po/nl.po:
3288         * po/or.po:
3289         * po/sq.po:
3290         * po/sr.po:
3291         * po/sv.po:
3292         * po/uk.po:
3293         * po/vi.po:
3294           Update translations.
3295
3296 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
3297
3298         * configure.ac:
3299           Fix string replace error (AG_AG_GST_* => AG_GST_*).
3300
3301 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
3302
3303         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
3304           Fix handling of -1 values for start and stop values when seeking,
3305           and SEEK_CUR+SEEK_END here as well.
3306
3307 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
3308
3309         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
3310           Fix handling of -1 values for start and stop values when seeking, 
3311           and SEEK_CUR+SEEK_END.
3312
3313 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
3314
3315         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3316           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
3317           the image format a variable-length NUL-terminated string; in
3318           versions before that the image format is a fixed-length string of
3319           3 characters (see #348644 for a sample tag).
3320           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
3321
3322 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
3323
3324         * win32/MANIFEST:
3325         Add new project files to MANIFEST.
3326         * win32/vs6/libgstaudiofx.dsp:
3327         * win32/vs6/libgstrtp.dsp:
3328         * win32/vs6/libgstrtsp.dsp:
3329         Update project files.
3330         
3331 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
3332
3333         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
3334         (gst_avi_demux_parse_index):
3335         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3336         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
3337           Printf format fixes; also add some missing quotes in translated
3338           strings. Fixes #416728 and #416727.
3339
3340 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
3341
3342         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
3343           Tim and I can't think of any reason the child audio sink needs to 
3344           be set back to NULL after successfully determining that it can 
3345           reach READY - it gets immediately set back to READY by the caller
3346           anyway, causing an unnecessary close/open of any audio devices
3347           involved.
3348
3349 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3350
3351         * po/LINGUAS:
3352         * po/ja.po:
3353           Add ja.po file from #377306.
3354
3355 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
3356
3357         * sys/sunaudio/gstsunaudio.c: (plugin_init):
3358         * sys/sunaudio/gstsunaudiomixertrack.c:
3359         (gst_sunaudiomixer_track_new):
3360           Actually translate sunaudio mixer track labels instead of just
3361           marking the strings as translatable (#377306); clean up weird
3362           label string mapping code that serves no apparent purpose. Also
3363           set the 'untranslated-label' property when creating mixer tracks
3364           if the GstMixerTrack base class supports this.
3365
3366         * tests/check/Makefile.am:
3367         * tests/check/elements/.cvsignore:
3368         * tests/check/elements/sunaudio.c: (GST_START_TEST),
3369         (sunaudio_suite):
3370           Very minimalistic unit test for sunaudiomixer element (compiles, but not
3371           actually tested on a system where sunaudiomixer is available).
3372
3373 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
3374
3375         * tests/check/Makefile.am:
3376         Re-enable the states test and see if it works on the buildbots.
3377
3378 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
3379
3380         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
3381         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
3382         (gst_dvdec_change_state):
3383         * ext/dv/gstdvdec.h:
3384         Infer pixel-aspect-ratio from the video frame format if it isn't
3385         provided by the container, as happens when playing DV from AVI
3386         or Quicktime containers.
3387
3388         Patch by: Wim Taymans <wim@fluendo.com>
3389         Fixes #380944
3390
3391 2007-03-09  Wim Taymans  <wim@fluendo.com>
3392
3393         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
3394         When activated, remove the udpsrc timeout, we have dataflow and timeouts
3395         will later be handled by the jitterbuffer.
3396
3397 2007-03-09  Wim Taymans  <wim@fluendo.com>
3398
3399         * ext/taglib/gstid3v2mux.cc:
3400         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
3401         Fixes #414496.
3402         
3403         Patch by: Alex Lancaster <alexl at users sourceforge net>
3404
3405 2007-03-09  Wim Taymans  <wim@fluendo.com>
3406
3407         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3408         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
3409         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
3410         (gst_avi_demux_chain):
3411         Fix stream position reporting after a seek. Fixes #416445.
3412
3413 2007-03-08  Wim Taymans  <wim@fluendo.com>
3414
3415         Patch by: René Stadler <mail at renestadler dot de>
3416
3417         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3418         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
3419         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
3420         Make avidemux accept optional header chunks in any order.
3421         Fixes #415446.
3422
3423 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
3424
3425         * tests/check/Makefile.am:
3426         Disable the states check until the remaining Valgrind errors
3427         are fixed or suppressed.
3428
3429 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
3430
3431         * tests/check/elements/.cvsignore:
3432           Add audiodynamic check to .cvsignore
3433
3434 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
3435
3436         reviewed by: Stefan Kost  <ensonic@users.sf.net>
3437
3438         * gst/audiofx/Makefile.am:
3439         * gst/audiofx/audiodynamic.c:
3440         (gst_audio_dynamic_characteristics_get_type),
3441         (gst_audio_dynamic_mode_get_type),
3442         (gst_audio_dynamic_set_process_function),
3443         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
3444         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
3445         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
3446         (gst_audio_dynamic_transform_hard_knee_compressor_int),
3447         (gst_audio_dynamic_transform_hard_knee_compressor_float),
3448         (gst_audio_dynamic_transform_soft_knee_compressor_int),
3449         (gst_audio_dynamic_transform_soft_knee_compressor_float),
3450         (gst_audio_dynamic_transform_hard_knee_expander_int),
3451         (gst_audio_dynamic_transform_hard_knee_expander_float),
3452         (gst_audio_dynamic_transform_soft_knee_expander_int),
3453         (gst_audio_dynamic_transform_soft_knee_expander_float),
3454         (gst_audio_dynamic_transform_ip):
3455         * gst/audiofx/audiodynamic.h:
3456         * gst/audiofx/audiofx.c: (plugin_init):
3457         Add new audiodynamic element which can act as a compressor or
3458         expander. Supported are hard-knee and soft-knee operation modes with
3459         user-specified ratio and threshold.
3460         Attack and release parameters are not yet implemented but will follow.
3461         * docs/plugins/Makefile.am:
3462         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3463         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3464         * docs/plugins/gst-plugins-good-plugins.args:
3465         * docs/plugins/inspect/plugin-audiofx.xml:
3466         Integrate audiodynamic into the docs.
3467         * tests/check/Makefile.am:
3468         * tests/check/elements/audiodynamic.c: (setup_dynamic),
3469         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
3470         Add unit test for audiodynamic.
3471
3472 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
3473
3474         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
3475         Free handles that we allocated when exiting via the error paths.
3476
3477 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
3478
3479         * gst/level/gstlevel.c: (gst_level_class_init),
3480         (gst_level_set_caps), (gst_level_start), (gst_level_event),
3481         (gst_level_transform_ip):
3482         * gst/level/gstlevel.h:
3483           Resolve message timestamps against the playback segment.
3484
3485 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
3486
3487         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
3488         (gst_id3demux_sink_activate):
3489           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
3490           caps passed to it (previously one code path assumed it took ownership
3491           while another one assumed it didn't, while in fact it sometimes did and
3492           sometimes didn't ...).
3493
3494         * configure.ac:
3495         * tests/files/Makefile.am:
3496         * tests/files/id3-407349-1.tag:
3497         * tests/files/id3-407349-2.tag:
3498           Add directory where data for unit tests can be stored.
3499
3500         * tests/Makefile.am:
3501         * tests/check/Makefile.am:
3502         * tests/check/elements/.cvsignore:
3503         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
3504         (read_tags_from_file), (run_check_for_file),
3505         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
3506           Add unit test for id3demux, and in particular for bug #407349. Only
3507           testing pull-mode for now; push mode doesn't work yet because the test
3508           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
3509
3510 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
3511
3512         * tests/check/Makefile.am:
3513           Add missing backslash at end of line.
3514
3515 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
3516
3517         Trigger rebuild.
3518
3519 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
3520
3521         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
3522         * gst/id3demux/id3tags.h:
3523         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
3524         (parse_obsolete_tdat_frame):
3525           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
3526           the four-digit number will be interpreted as a year, whereas it is
3527           month and day in DDMM format. Instead, parse TDAT frames and fix up
3528           the date in the GST_TAG_DATE tag later if we also extracted a year.
3529           Fixes #407349.
3530
3531 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
3532
3533         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
3534         (gst_switch_commit_new_kid):
3535         Fix up the dispose logic so it doesn't leak, and fix setting of 
3536         the child state so that we don't set a child to our current state 
3537         just as we are changing it to something else.
3538
3539 2007-03-06  Wim Taymans  <wim@fluendo.com>
3540
3541         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
3542         (gst_goom_chain):
3543         * gst/goom/gstgoom.h:
3544         Document, fix and improve goom adapter behaviour.
3545         Fixes #407006.
3546
3547 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
3548
3549         * ext/esd/esdsink.c: (gst_esdsink_open):
3550         Unref static pad template after using it.
3551
3552 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
3553
3554         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
3555         (gst_switch_commit_new_kid):
3556         Fix up the reference counting of the child elements.
3557
3558 2007-03-05  Wim Taymans  <wim@fluendo.com>
3559
3560         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
3561         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
3562         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
3563         Fix encoding-name case.
3564
3565 2007-03-05  Wim Taymans  <wim@fluendo.com>
3566
3567         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
3568         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
3569         (gst_rtp_speex_depay_process):
3570         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
3571         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
3572         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
3573         (gst_rtp_speex_pay_change_state):
3574         * gst/rtp/gstrtpspeexpay.h:
3575         Fix speex (de)payloader. Fixes #358040.
3576
3577 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
3578
3579         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
3580         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
3581         Install fakesink in NULL by fixing some broken logic. This obviates
3582         the need to manually set _IS_SINK.
3583         Add some comments and remove a little cruft while I'm at it.
3584
3585 2007-03-05  Wim Taymans  <wim@fluendo.com>
3586
3587         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
3588         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
3589
3590 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
3591
3592         * po/POTFILES.in:
3593           Update.
3594
3595 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
3596
3597         * tests/check/Makefile.am:
3598         Gah! Also disable gconfvideosink from the tests, otherwise
3599         it will instantiate autovideosink, and dfbvideosink and
3600         leak on the buildbots.
3601
3602 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
3603
3604         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
3605         (gst_cdio_cdda_src_finalize):
3606         Make sure we always destroy our libcdio handle.
3607
3608 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
3609
3610         * tests/check/Makefile.am:
3611         Disable autovideosink so the buildbots don't barf over memory
3612         leaked in the directfb sink.
3613
3614 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
3615
3616         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
3617         Chain up in dispose
3618
3619 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
3620
3621         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
3622         (gst_multipart_find_pad_by_mime):
3623         Use gst_pad_new_from_static_template instead of
3624         static_pad_template_get+pad_new.
3625
3626 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
3627
3628         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
3629         Catch the case where no clock has been set.
3630
3631 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
3632
3633         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
3634         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
3635         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
3636         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
3637         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
3638         (gst_gconf_audio_src_finalize), (do_toggle_element):
3639         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
3640         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
3641         (do_toggle_element):
3642         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
3643         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
3644         (gst_gconf_video_src_finalize), (do_toggle_element):
3645         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
3646         (gst_switch_sink_reset), (gst_switch_sink_set_child):
3647         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
3648         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
3649         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
3650         (gst_shout2send_init), (gst_shout2send_finalize):
3651         * gst/debug/testplugin.c: (gst_test_class_init),
3652         (gst_test_finalize):
3653         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
3654         (gst_flxdec_dispose):
3655         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
3656         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
3657         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3658         (gst_rtspsrc_finalize):
3659         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
3660         * gst/rtsp/rtspextwms.h:
3661         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
3662         (gst_smpte_finalize):
3663         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
3664         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
3665         (gst_udpsink_finalize):
3666         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
3667         (gst_wavparse_sink_activate):
3668         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
3669         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
3670         (gst_oss_src_finalize):
3671         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
3672         * sys/v4l2/gstv4l2object.h:
3673         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3674         (gst_v4l2src_finalize):
3675         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
3676
3677         Fix a bunch of leaks shown by the newly-added states test.
3678
3679 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
3680
3681         * ext/dv/gstdvdec.c: (gst_dvdec_init):
3682         Use gst_pad_new_from_static_template instead of 
3683         static_pad_template_get+pad_new.
3684
3685 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3686
3687         Patch by: Loïc Minier <lool+gnome at via ecp fr>
3688
3689         * ext/libcaca/Makefile.am:
3690         * gst/debug/Makefile.am:
3691           Don't mix tabs and spaces (#414168).
3692
3693 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
3694
3695         * tests/check/generic/.cvsignore:
3696           Ignore files to please buildbot.
3697
3698 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
3699
3700         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
3701         (gst_wavparse_stream_data):
3702           Unbreak my previous commit (swapped nominator & denominator). Tim,
3703           thanks for spotting.
3704
3705 2007-03-02  Wim Taymans  <wim@fluendo.com>
3706
3707         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
3708         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
3709         (gst_cdio_cdda_src_finalize):
3710         Small code cleanups.
3711         Don't use pad_alloc as the base class cannot deal with the error codes.
3712
3713 2007-03-02  Wim Taymans  <wim@fluendo.com>
3714
3715         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3716         (gst_udpsrc_create):
3717         Fix doc.
3718
3719 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
3720
3721         Patch by: René Stadler <mail@renestadler.de>
3722
3723         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
3724         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
3725         (gst_wavparse_stream_data):
3726           Handle rounding better to not drop last sample frame. Fixes #356692
3727
3728 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
3729
3730         * tests/check/Makefile.am:
3731         Disable cacasink from the states check too - it also calls exit(1)
3732         on us when it can't find a terminal to talk to.
3733
3734 2007-03-02  Wim Taymans  <wim@fluendo.com>
3735
3736         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3737
3738         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3739         (gst_udpsrc_create), (gst_udpsrc_set_property),
3740         (gst_udpsrc_get_property):
3741         * gst/udp/gstudpsrc.h:
3742         Add support to strip proprietary headers. Fixes #350296.
3743
3744 2007-03-02  Wim Taymans  <wim@fluendo.com>
3745
3746         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
3747         Fix compilation.
3748
3749 2007-03-02  Wim Taymans  <wim@fluendo.com>
3750
3751         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3752
3753         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
3754         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
3755         (gst_rtp_mp2t_depay_set_property),
3756         (gst_rtp_mp2t_depay_get_property):
3757         * gst/rtp/gstrtpmp2tdepay.h:
3758         Add support to strip off proprietary headers. Fixes #350278.
3759
3760 2007-03-02  Wim Taymans  <wim@fluendo.com>
3761
3762         * ext/hal/hal.c:
3763         Fix compilation.
3764
3765 2007-03-02  Wim Taymans  <wim@fluendo.com>
3766
3767         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
3768         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
3769         (gst_sunaudiosrc_open):
3770         * sys/sunaudio/gstsunaudiosrc.h:
3771         Remove device-name from GstSunAudioSrc. Fixes #412597.
3772
3773 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
3774
3775         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
3776         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
3777         Having NULL as UDI previously selected the default sink/src. Change
3778         this back but mention it in the debug output.
3779         * ext/hal/hal.c: (gst_hal_get_alsa_element),
3780         (gst_hal_get_oss_element), (gst_hal_get_string),
3781         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
3782         (gst_hal_get_audio_src):
3783         * ext/hal/hal.h:
3784         Refactor a bit, check all error conditions, greatly improve debugging
3785         and fix some possible memory leaks. Also implement OSS support
3786         and allow specifying an UDI that points to a real device. For this the
3787         child device which supports ALSA (preferred) or OSS is used.
3788         As a side effect this makes it impossible now to get a alsasink in
3789         halaudiosrc and a alsasrc in halaudiosink.
3790
3791 2007-03-01  Wim Taymans  <wim@fluendo.com>
3792
3793         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
3794         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
3795         Errors from the udp sources are not fatal unless all of them are in
3796         error.
3797
3798 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
3799
3800         * tests/check/Makefile.am:
3801         Disable aasink in the states test. I suspect this is the element that
3802         is calling exit(1) when it can't proceed.
3803
3804 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
3805
3806         * tests/check/Makefile.am:
3807         Draw plugins in from the build tree sys/ dir, rather than picking
3808         up the already installed versions.
3809
3810 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3811
3812         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
3813         Error out correctly when getting xcontext fails.
3814
3815 2007-03-01  Wim Taymans  <wim@fluendo.com>
3816
3817         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
3818         Make state change to PAUSED NO_PREROLL because that's what it will be in
3819         the future and rtspsrc relies on it.
3820
3821         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3822         (gst_rtspsrc_change_state):
3823         Don't error out when we don't get an error from the state change
3824         function.
3825
3826 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
3827
3828         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
3829         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
3830           Check if the device UDI is set before trying to query HAL
3831           about it and give a useful error message if it wasn't set.
3832         * ext/hal/hal.c: (gst_hal_get_string):
3833           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
3834           gives an assertion failure in D-Bus when running with
3835           DBUS_FATAL_WARNINGS=1.
3836
3837 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3838
3839         * configure.ac:
3840           Convert to new AG_GST style.
3841
3842 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3843
3844         * tests/check/Makefile.am:
3845         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
3846           add test for states
3847
3848 2007-02-28  Wim Taymans  <wim@fluendo.com>
3849
3850         * tests/check/elements/.cvsignore:
3851         Add new videofilter check to .cvsignore.
3852
3853 2007-02-28  Wim Taymans  <wim@fluendo.com>
3854
3855         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
3856         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
3857         (gst_avi_demux_loop), (gst_avi_demux_chain):
3858         Fix combined flow return. Fixes #412608.
3859
3860 2007-02-28  Wim Taymans  <wim@fluendo.com>
3861
3862         * gst/videofilter/Makefile.am:
3863         Dist header..
3864
3865 2007-02-28  Wim Taymans  <wim@fluendo.com>
3866
3867         * gst/videofilter/gstgamma.h:
3868         Add header too.
3869
3870 2007-02-28  Wim Taymans  <wim@fluendo.com>
3871
3872         Patch by: Mark Nauwelaerts <manauw at skynet be>
3873
3874         * gst/videofilter/Makefile.am:
3875         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
3876         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
3877         (gst_gamma_get_property), (gst_gamma_calculate_tables),
3878         (oil_tablelookup_u8), (gst_gamma_set_caps),
3879         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
3880         Port gamma filter to 0.10. Fixes #412704.
3881
3882         * tests/check/Makefile.am:
3883         * tests/check/elements/videofilter.c: (setup_filter),
3884         (cleanup_filter), (check_filter), (GST_START_TEST),
3885         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
3886         Add unit tests for videofilters.
3887
3888 2007-02-28  Wim Taymans  <wim@fluendo.com>
3889
3890         * gst/rtsp/URLS:
3891         Add another interesting test url.
3892
3893         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
3894         Don't allow getting header fields from data packets.
3895
3896 2007-02-28  Michael Smith  <msmith@fluendo.com>
3897
3898         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
3899         (gst_shout2send_init), (gst_shout2send_start),
3900         (gst_shout2send_set_property), (gst_shout2send_get_property):
3901         * ext/shout2/gstshout2.h:
3902           Add a property for username.
3903
3904 2007-02-27  Christian Schallerr <christian@fluendo.com>
3905
3906         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
3907
3908 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
3909
3910         * gst/rtsp/Makefile.am:
3911         Fix make check too.
3912
3913 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
3914
3915         * gst/rtsp/base64.c: (util_base64_encode):
3916         * gst/rtsp/base64.h:
3917         Commit missing files for base64 encoding.
3918
3919 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
3920
3921         Patch by: Loïc Minier <lool+gnome at via ecp fr>
3922
3923         * configure.ac:
3924         * ext/annodex/Makefile.am:
3925         * ext/jpeg/Makefile.am:
3926         * ext/speex/Makefile.am:
3927         * gst/alpha/Makefile.am:
3928         * gst/cutter/Makefile.am:
3929         * gst/debug/Makefile.am:
3930         * gst/effectv/Makefile.am:
3931         * gst/goom/Makefile.am:
3932         * gst/level/Makefile.am:
3933         * gst/smpte/Makefile.am:
3934         * gst/videofilter/Makefile.am:
3935           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
3936
3937 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
3938
3939         * gst/rtsp/Makefile.am:
3940         * gst/rtsp/rtspconnection.c: (append_auth_header),
3941         (rtsp_connection_send), (rtsp_connection_set_auth):
3942         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
3943         from icecast to replace it. Relicensed from GPL courtesy of Mike
3944         Smith.
3945
3946 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
3947
3948         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3949         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
3950         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
3951         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
3952         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
3953         (gst_rtspsrc_uri_set_uri):
3954         * gst/rtsp/gstrtspsrc.h:
3955         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3956         (append_auth_header), (rtsp_connection_send),
3957         (rtsp_connection_free), (rtsp_connection_set_auth):
3958         * gst/rtsp/rtspconnection.h:
3959         * gst/rtsp/rtspdefs.h:
3960         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
3961         * gst/rtsp/rtspurl.h:
3962
3963         Implement simple Basic Authentication support so that urls like
3964         rtsp://user:pass@hostname/rtspstream work on hosts that require
3965         authentication.
3966
3967 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
3968
3969         * sys/v4l2/gstv4l2object.c:
3970         * sys/v4l2/gstv4l2tuner.c:
3971         * sys/v4l2/v4l2_calls.c:
3972         Fix segfault when oppening a radio device.
3973         
3974 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
3975
3976         * gst/level/gstlevel.c: (gst_level_set_caps),
3977         (gst_level_transform_ip):
3978         * sys/v4l2/README:
3979         * tests/check/elements/level.c: (GST_START_TEST):
3980           Fix level for multi-channel case.
3981
3982 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
3983
3984         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
3985         (gst_level_transform_ip):
3986         * gst/level/gstlevel.h:
3987           Use function pointer for process function and add process functions
3988           for float audio.
3989
3990 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
3991
3992         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
3993         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
3994         (gst_v4l2src_capture_init):
3995           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
3996           fixes #407369
3997
3998 2007-02-18  Wim Taymans  <wim@fluendo.com>
3999
4000         * gst/rtp/Makefile.am:
4001         * gst/rtp/gstrtp.c: (plugin_init):
4002         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
4003         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
4004         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
4005         (gst_rtp_mp2t_pay_plugin_init):
4006         * gst/rtp/gstrtpmp2tpay.h:
4007         Added simple mpeg transport stream payloader.
4008
4009 2007-02-16  Wim Taymans  <wim@fluendo.com>
4010
4011         * gst/rtsp/URLS:
4012         Add example H264 rtsp url.
4013
4014         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4015         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4016         Don't convert values to lowercase or we might mess up base64 encoded
4017         properties.
4018
4019 2007-02-16  Wim Taymans  <wim@fluendo.com>
4020
4021         * gst/rtp/README:
4022         Fix case of string params.
4023
4024         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4025         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4026         Fix depayloader, support more packet types.
4027         Add sync codes to make sure the packetizer can do its job.
4028
4029         * gst/rtp/gstrtpmp4gdepay.c:
4030         * gst/rtp/gstrtpmp4gpay.c:
4031         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4032         Fix caps case again.
4033
4034 2007-02-15  Wim Taymans  <wim@fluendo.com>
4035
4036         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4037         Set right caps on output buffers.
4038
4039 2007-02-14  Wim Taymans  <wim@fluendo.com>
4040
4041         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
4042         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
4043         Clear stack allocated SDPMedia struct before calling _init() on it.
4044         Clarify this in the docs as well.
4045
4046 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
4047
4048         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
4049         (do_change_child):
4050         Don't reset the profile when going switching states, as it makes
4051         the element non-reusable.
4052
4053 2007-02-14  Wim Taymans  <wim@fluendo.com>
4054
4055         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
4056         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
4057         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
4058         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
4059         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
4060         (sdp_parse_line):
4061         * gst/rtsp/sdpmessage.h:
4062         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
4063         Fix memory management of SDP messages. Fixes #407793.
4064
4065 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
4066
4067         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
4068
4069         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
4070         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
4071
4072 2007-02-14  Wim Taymans  <wim@fluendo.com>
4073
4074         Patch by: jp.liu <jp_liu at astrocom dot cn>
4075
4076         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
4077         Fix parsing of password field in url. Fixes #407797.
4078
4079 2007-02-14  Wim Taymans  <wim@fluendo.com>
4080
4081         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
4082         (gst_wavparse_reset), (gst_wavparse_init),
4083         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
4084         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
4085         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
4086         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
4087         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
4088         (gst_wavparse_loop), (gst_wavparse_chain),
4089         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
4090         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
4091         (plugin_init):
4092         * gst/wavparse/gstwavparse.h:
4093         Update docs.
4094         Use boilerplate.
4095         Various code cleanups.
4096         When the bitrate is not known (bps == 0 or compressed formats) let
4097         downstream element guestimate the duration and position and don't
4098         generate timestamps or durations. Fixes #405213.
4099         Fix EOS and ERROR conditions in chain mode, we just need to forward the
4100         error flowreturn upstream.
4101
4102 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
4103
4104         * ext/gconf/Makefile.am:
4105         * ext/gconf/gconf.c: (gst_gconf_get_string),
4106         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
4107         (gst_gconf_render_bin_with_default):
4108         * ext/gconf/gconf.h:
4109         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
4110         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
4111         (gst_gconf_audio_sink_dispose), (do_change_child),
4112         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
4113         (cb_change_child), (gst_gconf_audio_sink_change_state):
4114         * ext/gconf/gstgconfaudiosink.h:
4115         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
4116         (gst_switch_sink_class_init), (gst_switch_sink_reset),
4117         (gst_switch_sink_init), (gst_switch_sink_dispose),
4118         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
4119         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
4120         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
4121         * ext/gconf/gstswitchsink.h:
4122         * gst/autodetect/gstautoaudiosink.c:
4123         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
4124         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
4125         (gst_auto_audio_sink_detect):
4126         * gst/autodetect/gstautovideosink.c:
4127         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
4128         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
4129         (gst_auto_video_sink_detect):
4130         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
4131         and a child that implements the GConf key monitoring. The end goal of
4132         this is an audio sink that can be changed on the fly, but at the 
4133         moment it still only changes on the next READY transition.
4134
4135 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
4136
4137         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4138         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
4139         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
4140         (gst_avi_demux_calculate_durations_from_index),
4141         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
4142         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4143         (gst_avi_demux_loop):
4144           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
4145
4146 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
4147
4148         * configure.ac:
4149         * docs/plugins/Makefile.am:
4150           Add crossreferences to glib/gobject/gstream docs.
4151
4152 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4153
4154         * gst/monoscope/Makefile.am:
4155         * gst/monoscope/gstmonoscope.c:
4156           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
4157           (but no LIBS, since we only use defines from the headers).
4158
4159 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4160
4161         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
4162
4163         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
4164         (gst_wavparse_stream_data):
4165           Fix massive memory leak when operating in streaming mode due to
4166           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
4167           Fixes #407057.
4168
4169 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
4170
4171         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
4172         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
4173         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
4174         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
4175         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
4176         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
4177         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4178         (gst_avi_demux_calculate_durations_from_index),
4179         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
4180         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
4181         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
4182         * gst/avi/gstavidemux.h:
4183           Save some memory (8%) by repacking the index entry structure (more to
4184           come). Add more FIXMEs to questionable parts.
4185
4186 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
4187
4188         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
4189         (gst_v4l2src_get_caps):
4190         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
4191         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
4192         (gst_v4l2src_capture_init):
4193           More FIXME comments and messaging changes.
4194
4195 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
4196
4197         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
4198         (gst_goom_change_state):
4199         * gst/goom/gstgoom.h:
4200           Improved docs and use GST_DEBUG_FUNCPTR.
4201
4202         * gst/level/gstlevel.c: (gst_level_class_init):
4203           Use GST_DEBUG_FUNCPTR.
4204
4205         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
4206         (gst_monoscope_chain), (gst_monoscope_change_state):
4207           Improved docs source cleanups.
4208
4209 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4210
4211         * gst/debug/Makefile.am:
4212         * gst/debug/gstdebug.c: (plugin_init):
4213         * gst/debug/gstpushfilesrc.c:
4214         * gst/debug/gstpushfilesrc.h:
4215           Add code for a pushfilesrc element that implements a pushfile:// URI
4216           handler, to make debugging push-mode operation of demuxer/decoders
4217           that support both easier in connection with seek/playbin/etc.
4218           The element isn't registered at the moment.
4219
4220 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
4221
4222         * gst/avi/gstavimux.c:
4223           Comment a #if 0 in caps template definition as VS6 seems to 
4224         do not support it.
4225         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
4226           Use gst_guint64_to_gdouble for conversion.
4227         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
4228           Move variables declaration before the first instruction.
4229         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
4230           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
4231           And don't include netdb.h for G_OS_WIN32
4232         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
4233           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
4234           by VS6 then use an other way to initialize SDPMedia structure.
4235         * gst/udp/gstdynudpsink.h:
4236         * gst/udp/gstdynudpnetutils.h:
4237           Do not include <sys/time.h> for G_OS_WIN32
4238         * gst/udp/gstudpsrc.c:
4239           Define socklen_t as int for G_OS_WIN32
4240         * win/common/config.h.in:
4241           Undef HAVE_NETINET_IN_H
4242         * win32/vs6/gst_plugins_good.dsw:
4243         * win32/vs6/libgstrtp.dsp:
4244         * win32/vs6/libgstrtsp.dsp:
4245         * win32/vs6/libgstautogen.dsp:
4246         * win32/vs6/libgstaudiofx.dsp:
4247         * win32/vs6/libgstudp.dsp:
4248           Add and update project files.
4249         * win32/common/gstudp-enumtypes.c:
4250         * win32/common/gstudp-enumtypes.h:
4251           Add a copy of udp enumtypes to win32/common as in core 
4252           and base.
4253         
4254 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
4255
4256         * configure.ac:
4257           Activate monoscope when building with --enable-experimental. Fix
4258           --enable-external configure switch description.
4259
4260         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
4261         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
4262           Help gst-indent.
4263
4264 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
4265
4266         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
4267           Explicitly cast result of pointer arithmetic to integer in order to
4268           avoid compiler warnings on some 64-bit systems. Should fix #406018.
4269
4270 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
4271
4272         * gst/debug/progressreport.c:
4273           Some more docs.
4274
4275 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4276
4277         * docs/plugins/inspect/plugin-rtp.xml:
4278           Update for new elements.
4279
4280         * gst/debug/progressreport.h:
4281           Commit newly-created header file as well.
4282
4283 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4284
4285         * docs/plugins/Makefile.am:
4286         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4287         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4288         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4289         * gst/debug/Makefile.am:
4290         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
4291         (gst_progress_report_do_query), (gst_progress_report_report):
4292           Make progressreport element post messages with the current progress
4293           on the bus. Also add some basic docs for it.
4294
4295 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4296
4297         * ext/hal/hal.c: (gst_hal_get_string):
4298         * ext/hal/hal.h:
4299           Some small cleanups; deal with errors when parsing the HAL ALSA
4300           capabilities a bit better.
4301
4302 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
4303
4304         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
4305           Let's try this again and use the right cast this time.
4306
4307 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
4308
4309         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
4310           Add cast to avoid compiler warnings with older GLib versions
4311           where the nick/name members in GEnumValue are not declared as
4312           constant strings.
4313
4314 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
4315
4316         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
4317         (gst_gconf_render_bin_from_key),
4318         (gst_gconf_get_default_audio_sink):
4319         * ext/gconf/gconf.h:
4320         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
4321         (do_toggle_element), (gst_gconf_audio_sink_set_property),
4322         (gst_gconf_audio_sink_get_property):
4323           In gconfaudiosink, get the right key as the old key in do_toggle
4324           (ie. one dependent on the profile selected). Log some more stuff so
4325           we can see what's actually going on.
4326
4327 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
4328
4329         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
4330         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
4331         (gst_audio_amplify_set_process_function),
4332         (gst_audio_amplify_setup):
4333         * gst/audiofx/audioamplify.h:
4334         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
4335         (gst_audio_invert_class_init), (gst_audio_invert_setup):
4336         * gst/audiofx/audioinvert.h:
4337         Some small cleanups and port both elements to the new GstAudioFilter
4338         base class to save a few lines of common code.
4339         * gst/audiofx/Makefile.am:
4340         Link against libgstaudio for the above changes
4341
4342 2007-01-29  Wim Taymans  <wim@fluendo.com>
4343
4344         * tests/check/elements/.cvsignore:
4345         Some more ignores.
4346
4347 2007-01-26  Wim Taymans  <wim@fluendo.com>
4348
4349         Patch by: charles <charlesg3 at gmail dot com>
4350
4351         * ext/shout2/gstshout2.c: (gst_shout2send_init),
4352         (set_shout_metadata), (gst_shout2send_event):
4353         * ext/shout2/gstshout2.h:
4354         Properly handle tags in shout2send. Fixes #399825.
4355
4356 2007-01-25  Wim Taymans  <wim@fluendo.com>
4357
4358         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4359         (gst_rtspsrc_activate_streams):
4360         Convert SDP fields to upper/lowercase following the rules in the SDP to
4361         caps document. 
4362
4363 2007-01-25  Wim Taymans  <wim@fluendo.com>
4364
4365         * gst/rtp/README:
4366         * gst/rtp/gstrtpilbcdepay.c:
4367         * gst/rtp/gstrtpilbcpay.c:
4368         * gst/rtp/gstrtpmp4gdepay.c:
4369         * gst/rtp/gstrtpmp4gpay.c:
4370         * gst/rtp/gstrtpspeexdepay.c:
4371         * gst/rtp/gstrtpspeexpay.c:
4372         * gst/rtp/gstrtpsv3vdepay.c:
4373         * gst/rtp/gstrtptheoradepay.c:
4374         * gst/rtp/gstrtptheorapay.c:
4375         * gst/rtp/gstrtpvorbisdepay.c:
4376         * gst/rtp/gstrtpvorbispay.c:
4377         Fix case of encoding-name and key/value pairs to match the document.
4378         This is to make interoperation with SDP case-insensitive as required by
4379         the relevant RFCs.
4380
4381 2007-01-25  Wim Taymans  <wim@fluendo.com>
4382
4383         * configure.ac:
4384         Bump required -core/-base to CVS
4385
4386 2007-01-25  Wim Taymans  <wim@fluendo.com>
4387
4388         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
4389         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
4390         * gst/rtp/gstrtpL16pay.h:
4391         Fill up to MTU using adapter.
4392         Timestamp rtp packets.
4393
4394 2007-01-25  Edward Hervey  <edward@fluendo.com>
4395
4396         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
4397         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
4398         Use G_GSIZE_FORMAT in print statements for portability.
4399         Fixes build on macosx.
4400
4401 2007-01-24  Wim Taymans  <wim@fluendo.com>
4402
4403         * gst/rtp/Makefile.am:
4404         * gst/rtp/gstrtp.c: (plugin_init):
4405         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
4406         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
4407         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
4408         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
4409         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
4410         (gst_rtp_L16_depay_plugin_init):
4411         * gst/rtp/gstrtpL16depay.h:
4412         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
4413         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
4414         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
4415         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
4416         (gst_rtp_L16_pay_plugin_init):
4417         * gst/rtp/gstrtpL16pay.h:
4418         Port and enable raw audio payloader/depayloader. Needs a bit more work
4419         on the payloader side.
4420
4421 2007-01-24  Wim Taymans  <wim@fluendo.com>
4422
4423         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
4424         (gst_rtspsrc_stream_configure_transport),
4425         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
4426         * gst/rtsp/gstrtspsrc.h:
4427         Only unblock the udp pads when we linked and activated them all.
4428         Fixes #395688.
4429
4430 2007-01-24  Wim Taymans  <wim@fluendo.com>
4431
4432         * gst/rtp/Makefile.am:
4433         * gst/rtp/gstrtp.c: (plugin_init):
4434         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
4435         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
4436         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
4437         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
4438         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
4439         * gst/rtp/gstrtpac3depay.h:
4440         Added simple AC3 depayloader (RFC 4184).
4441
4442         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4443         Fix a leak.
4444
4445 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
4446
4447         reviewed by: Stefan Kost  <ensonic@users.sf.net>
4448
4449         * gst/audiofx/Makefile.am:
4450         * gst/audiofx/audioamplify.c:
4451         (gst_audio_amplify_clipping_method_get_type),
4452         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
4453         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
4454         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
4455         (gst_audio_amplify_set_caps),
4456         (gst_audio_amplify_transform_int_clip),
4457         (gst_audio_amplify_transform_int_wrap_negative),
4458         (gst_audio_amplify_transform_int_wrap_positive),
4459         (gst_audio_amplify_transform_float_clip),
4460         (gst_audio_amplify_transform_float_wrap_negative),
4461         (gst_audio_amplify_transform_float_wrap_positive),
4462         (gst_audio_amplify_transform_ip):
4463         * gst/audiofx/audioamplify.h:
4464         * gst/audiofx/audiofx.c: (plugin_init):
4465         Add new element "audioamplify". This allows scaling of raw audio
4466         samples, similar to the "volume" element, but provides different modes
4467         for clipping and allows unlimited amplification. It's mainly targeted
4468         for creative sound design and not as a replacement of the "volume"
4469         element. Fixes #397162
4470         * docs/plugins/Makefile.am:
4471         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4472         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4473         * docs/plugins/gst-plugins-good-plugins.args:
4474         * docs/plugins/inspect/plugin-audiofx.xml:
4475         Add docs for audioamplify and integrate them into the build system
4476         * tests/check/Makefile.am:
4477         * tests/check/elements/audioamplify.c: (setup_amplify),
4478         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
4479         Add fairly extensive unit test suite for audioamplify
4480
4481 2007-01-24  Wim Taymans  <wim@fluendo.com>
4482
4483         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
4484         Unblock pads after adding the pads to the element so that autopluggers
4485         get a change to link something. Possibly fixes #395688.
4486
4487 2007-01-24  Wim Taymans  <wim@fluendo.com>
4488
4489         * gst/rtp/gstrtpamrdepay.c:
4490         * gst/rtp/gstrtpgsmdepay.c:
4491         * gst/rtp/gstrtph263pdepay.c:
4492         * gst/rtp/gstrtph263ppay.c:
4493         * gst/rtp/gstrtph264depay.c:
4494         * gst/rtp/gstrtpilbcdepay.c:
4495         * gst/rtp/gstrtpmp2tdepay.c:
4496         * gst/rtp/gstrtpmp4gdepay.c:
4497         * gst/rtp/gstrtpmp4gpay.c:
4498         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
4499         * gst/rtp/gstrtpmp4vpay.c:
4500         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
4501         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
4502         (gst_rtp_mpa_depay_process):
4503         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
4504         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
4505         * gst/rtp/gstrtppcmadepay.c:
4506         * gst/rtp/gstrtppcmudepay.c:
4507         * gst/rtp/gstrtpspeexdepay.c:
4508         * gst/rtp/gstrtpspeexpay.c:
4509         * gst/rtp/gstrtpsv3vdepay.c:
4510         * gst/rtp/gstrtptheoradepay.c:
4511         * gst/rtp/gstrtptheorapay.c:
4512         * gst/rtp/gstrtpvorbisdepay.c:
4513         * gst/rtp/gstrtpvorbispay.c:
4514         Fix caps with payload numbers.
4515         Add some fixed payload numbers to caps when possible.
4516
4517 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
4518
4519         reviewed by: Stefan Kost  <ensonic@users.sf.net>
4520
4521         * gst/audiofx/Makefile.am:
4522         * gst/audiofx/audiofx.c: (plugin_init):
4523         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
4524         (gst_audio_invert_class_init), (gst_audio_invert_init),
4525         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
4526         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
4527         (gst_audio_invert_transform_float),
4528         (gst_audio_invert_transform_ip):
4529         * gst/audiofx/audioinvert.h:
4530         Add new audiofx element "audioinvert". This element swaps the upper
4531         and lower half of samples and can be used for example for a
4532         wide-stereo effect. Fixes #396057
4533         * docs/plugins/Makefile.am:
4534         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4535         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4536         * docs/plugins/gst-plugins-good-plugins.args:
4537         * docs/plugins/inspect/plugin-audiofx.xml:
4538         Add docs for the audioinvert element and add them to the build system.
4539         * tests/check/Makefile.am:
4540         * tests/check/elements/audioinvert.c: (setup_invert),
4541         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
4542         Add unit test suite for the audioinvert element.
4543
4544 2007-01-23  Wim Taymans  <wim@fluendo.com>
4545
4546         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
4547         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
4548         Parse config params as string and int.
4549         Parse and use AU header length
4550
4551 2007-01-23  Wim Taymans  <wim@fluendo.com>
4552
4553         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
4554         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
4555         * gst/smpte/gstmask.c: (_gst_mask_register):
4556         * gst/smpte/gstmask.h:
4557         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
4558         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
4559         (gst_smpte_paint_triangle_clock):
4560         constify some static structs.
4561         Don't update the mask if nothing changed to the params.
4562         Make sure we never draw outside of the picture. Fixes #398325.
4563
4564 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
4565
4566         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
4567           Error out properly when pull_range fails while we're reading the
4568           headers, instead of just pausing the task silently. Fixes #399338.
4569
4570 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
4571
4572         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
4573           Some more sanity checks to make sure the input formats match and the
4574           input pads are actually negotiated, in case someone tries to feed
4575           buffers from fakesrc or filesrc. Fixes #398299.
4576           Also const-ify an array, just because we can.
4577
4578 2007-01-19  Edward Hervey  <edward@fluendo.com>
4579
4580         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
4581         Ignore previous commit, that was only valid for widths and heights
4582         that are multiples of 4.
4583         Copy over size/stride macros from jpegdec. This allows the element
4584         to work with any width,height...
4585         ... but puts in evidence that the actual transformations only work
4586         with width/height that are multiples of 4.
4587
4588 2007-01-19  Edward Hervey  <edward@fluendo.com>
4589
4590         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
4591         Allocate buffers of the right size.
4592         The proper size of a I420 buffer in bytes is:
4593         
4594             width * height * 3
4595             ------------------
4596                     2
4597
4598 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
4599
4600         * gst/smpte/gstsmpte.c: (gst_smpte_init):
4601           Proxy getcaps on sink pads too, so that we either end up with the
4602           same dimensions on all pads or error out if that's not possible
4603           (seems to work even!). Fixes #398086, I think.
4604
4605 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
4606
4607         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4608         * docs/plugins/gst-plugins-good-plugins.args:
4609         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4610           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
4611           fix integer properties with -1 as minimum value.
4612
4613         * docs/plugins/inspect/plugin-1394.xml:
4614         * docs/plugins/inspect/plugin-aasink.xml:
4615         * docs/plugins/inspect/plugin-alaw.xml:
4616         * docs/plugins/inspect/plugin-alpha.xml:
4617         * docs/plugins/inspect/plugin-alphacolor.xml:
4618         * docs/plugins/inspect/plugin-annodex.xml:
4619         * docs/plugins/inspect/plugin-apetag.xml:
4620         * docs/plugins/inspect/plugin-audiofx.xml:
4621         * docs/plugins/inspect/plugin-auparse.xml:
4622         * docs/plugins/inspect/plugin-autodetect.xml:
4623         * docs/plugins/inspect/plugin-avi.xml:
4624         * docs/plugins/inspect/plugin-cacasink.xml:
4625         * docs/plugins/inspect/plugin-cairo.xml:
4626         * docs/plugins/inspect/plugin-cdio.xml:
4627         * docs/plugins/inspect/plugin-cutter.xml:
4628         * docs/plugins/inspect/plugin-debug.xml:
4629         * docs/plugins/inspect/plugin-dv.xml:
4630         * docs/plugins/inspect/plugin-efence.xml:
4631         * docs/plugins/inspect/plugin-effectv.xml:
4632         * docs/plugins/inspect/plugin-esdsink.xml:
4633         * docs/plugins/inspect/plugin-flac.xml:
4634         * docs/plugins/inspect/plugin-flxdec.xml:
4635         * docs/plugins/inspect/plugin-gconfelements.xml:
4636         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4637         * docs/plugins/inspect/plugin-goom.xml:
4638         * docs/plugins/inspect/plugin-halelements.xml:
4639         * docs/plugins/inspect/plugin-icydemux.xml:
4640         * docs/plugins/inspect/plugin-id3demux.xml:
4641         * docs/plugins/inspect/plugin-jpeg.xml:
4642         * docs/plugins/inspect/plugin-level.xml:
4643         * docs/plugins/inspect/plugin-matroska.xml:
4644         * docs/plugins/inspect/plugin-mulaw.xml:
4645         * docs/plugins/inspect/plugin-multipart.xml:
4646         * docs/plugins/inspect/plugin-navigationtest.xml:
4647         * docs/plugins/inspect/plugin-ossaudio.xml:
4648         * docs/plugins/inspect/plugin-png.xml:
4649         * docs/plugins/inspect/plugin-rtp.xml:
4650         * docs/plugins/inspect/plugin-rtsp.xml:
4651         * docs/plugins/inspect/plugin-shout2send.xml:
4652         * docs/plugins/inspect/plugin-smpte.xml:
4653         * docs/plugins/inspect/plugin-speex.xml:
4654         * docs/plugins/inspect/plugin-taglib.xml:
4655         * docs/plugins/inspect/plugin-udp.xml:
4656         * docs/plugins/inspect/plugin-videobalance.xml:
4657         * docs/plugins/inspect/plugin-videobox.xml:
4658         * docs/plugins/inspect/plugin-videoflip.xml:
4659         * docs/plugins/inspect/plugin-videomixer.xml:
4660         * docs/plugins/inspect/plugin-wavenc.xml:
4661         * docs/plugins/inspect/plugin-wavparse.xml:
4662         * docs/plugins/inspect/plugin-ximagesrc.xml:
4663           Update to CVS.
4664
4665 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
4666
4667         Patch by: Sebastian Dröge <slomo circular-chaos org>
4668
4669         * gst/audiofx/audiopanorama.c:
4670           Fix doc section name (Fixes #397946)
4671
4672 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
4673
4674         * sys/v4l2/gstv4l2object.c:
4675         (gst_v4l2_object_install_properties_helper),
4676         (gst_v4l2_object_set_property_helper),
4677         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
4678         * sys/v4l2/gstv4l2object.h:
4679         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4680         (gst_v4l2src_init), (gst_v4l2src_set_property),
4681         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
4682         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
4683         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
4684         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
4685         (gst_v4l2src_capture_deinit):
4686           Fix EIO handing when capturing. Add new property to specify the number of
4687           buffers to enque (and remove the borked num-buffers usage).
4688
4689 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
4690
4691         Patch by: Sebastian Dröge <slomo circular-chaos org>
4692
4693         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
4694         (gst_audio_panorama_set_process_function):
4695           Use a function array for process methods, add more docs and define the
4696           startindex of enums.
4697
4698 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
4699
4700         Patch by: Mark Nauwelaerts <manauw at skynet be>
4701
4702         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
4703         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
4704         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
4705         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
4706         (gst_avi_mux_riff_get_avi_header),
4707         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
4708         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
4709         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
4710         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
4711         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
4712         (gst_avi_mux_change_state):
4713         * gst/avi/gstavimux.h:
4714         * tests/check/elements/avimux.c: (teardown_src_pad):
4715           Add support for more than one audio stream; write better AVIX
4716           header; refactor code a bit; don't announce vorbis caps on our audio
4717           sink pads since we don't support it anyway. Closes #379298.
4718
4719 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
4720
4721         Patch by: Sebastian Dröge <slomo circular-chaos org>
4722
4723         * gst/audiofx/audiopanorama.c:
4724         (gst_audio_panorama_method_get_type),
4725         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
4726         (gst_audio_panorama_set_process_function),
4727         (gst_audio_panorama_set_property),
4728         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
4729         (gst_audio_panorama_transform_m2s_int_simple),
4730         (gst_audio_panorama_transform_s2s_int_simple),
4731         (gst_audio_panorama_transform_m2s_float_simple),
4732         (gst_audio_panorama_transform_s2s_float_simple):
4733         * gst/audiofx/audiopanorama.h:
4734           Add 'method' property and provide a simple (non-psychoacustic)
4735           processing method (#394859).
4736
4737         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
4738         (panorama_suite):
4739           Tests for new method.
4740
4741 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
4742
4743         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
4744         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
4745           Set correct caps on outgoing pulled buffers, or things blow up
4746           after recent core changes.
4747
4748 2007-01-11  Wim Taymans  <wim@fluendo.com>
4749
4750         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
4751
4752         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
4753         (gst_multipart_mux_request_new_pad),
4754         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
4755         (gst_multipart_mux_change_state):
4756         Return FLOW errors ASAP. Fixes #394977.
4757         Misc cleanups.
4758
4759 2007-01-11  Wim Taymans  <wim@fluendo.com>
4760
4761         Patch by: Lutz Mueller <lutz at topfrose dot de>
4762
4763         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
4764         Check for stream pad before activating. 
4765
4766 2007-01-10  Wim Taymans  <wim@fluendo.com>
4767
4768         Patch by: Peter Kjellerstedt  <pkj at axis com>
4769
4770         * gst/rtsp/COPYING.MIT:
4771         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4772         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
4773         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
4774         (gst_rtspsrc_stream_configure_transport),
4775         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4776         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
4777         (gst_rtspsrc_parse_methods),
4778         (gst_rtspsrc_create_transports_string),
4779         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
4780         (gst_rtspsrc_open), (gst_rtspsrc_close):
4781         * gst/rtsp/gstrtspsrc.h:
4782         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4783         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
4784         (parse_request_line), (parse_line), (rtsp_connection_read),
4785         (rtsp_connection_close):
4786         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
4787         (rtsp_method_as_text), (rtsp_header_as_text),
4788         (rtsp_status_as_text), (rtsp_find_header_field),
4789         (rtsp_find_method):
4790         * gst/rtsp/rtspdefs.h:
4791         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
4792         (rtsp_ext_wms_configure_stream):
4793         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
4794         (rtsp_message_new_request), (rtsp_message_init_request),
4795         (rtsp_message_new_response), (rtsp_message_init_response),
4796         (rtsp_message_init_data), (rtsp_message_unset),
4797         (rtsp_message_free), (rtsp_message_add_header),
4798         (rtsp_message_get_header), (rtsp_message_set_body),
4799         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
4800         * gst/rtsp/rtspmessage.h:
4801         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
4802         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
4803         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
4804         (sdp_message_dump):
4805         Allow url to be NULL to be able to use it for server connections.
4806         Can now send responses as well as requests.
4807         No longer hangs in an endless loop if EOF is received.
4808         Can now convert a status code to a text string.
4809         Return RTSP_HDR_INVALID for unknown headers.
4810         Return RTSP_INVALID for unknown methods.
4811         Copy CSeq and Session headers from the request.
4812         Only free memory corresponding to the currently set message type.
4813         Added const to function arguments as appropriate.
4814         Avoid a compiler warning when initializing nmedia.
4815         Use guint rather than gint to avoid compiler warnings.
4816         Fix crasher in wms extension.
4817         Factor out stream setup from open_connection.
4818         Delay activation of streams when actual data is received from the
4819         server, this prepares us to do proper protocol switching.
4820         Added new license.
4821         Fixes #380895.
4822
4823
4824 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
4825
4826         Patch by: Sebastian Dröge <slomo ubuntu com>
4827
4828         * docs/plugins/Makefile.am:
4829         * gst/audiofx/audiopanorama.c:
4830           Some small docs fixes (#394851).
4831
4832 2007-01-09  Wim Taymans  <wim@fluendo.com>
4833
4834         * gst/avi/gstavidemux.c:
4835         Fix docs.
4836
4837 2007-01-09  Wim Taymans  <wim@fluendo.com>
4838
4839         * gst/rtp/Makefile.am:
4840         * gst/rtp/gstrtp.c: (plugin_init):
4841         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
4842         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
4843         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
4844         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
4845         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
4846         * gst/rtp/gstrtpmpvdepay.h:
4847           Added RFC 2250 MPEG Video Depayloader.
4848
4849         * gst/rtp/gstrtpL16depay.h:
4850         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
4851         (gst_rtp_h263p_depay_process):
4852         Fix Header file. Small cleanups.
4853
4854         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
4855         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
4856         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
4857         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
4858         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
4859         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
4860         (gst_rtp_mp4v_depay_change_state):
4861         Remove usused code. Remove Adapter from state Change. Added debug.
4862
4863         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
4864         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
4865         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
4866         * gst/rtp/gstrtpmpadepay.h:
4867         Subclass base depayloader.
4868         Added debug.
4869         Support static payload type assignment as well.
4870
4871         * gst/rtp/gstrtpmpapay.c:
4872         Fix caps.
4873
4874 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4875
4876         Patch by: Vincent Torri  <vtorri at univ-evry fr>
4877
4878         * ext/jpeg/gstjpegdec.c:
4879         * ext/jpeg/gstjpegenc.c:
4880         * ext/jpeg/smokecodec.c:
4881           These libjpeg callbacks should return a 'boolean' (unsigned char
4882           apparently) and not a 'gboolean' (which maps to gint). Fixes
4883           warnings when compiling with MingW (#393427).
4884
4885         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
4886           Use ioctlsocket on win32.
4887
4888         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4889           Some printf format fixes for win32.
4890
4891 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
4892
4893         * gst/cutter/gstcutter.c: (gst_cutter_chain):
4894           Use gst_guint64_to_gdouble for conversion.
4895         * win32/vs6/libgstmatroska.dsp:
4896           Add zlib to the link.
4897         * win32/vs6/libgstvideobox.dsp:
4898           Update liboil library name (project is linked to 
4899           liboil-0.3-0.lib now).
4900           
4901 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4902
4903         * gst/matroska/Makefile.am:
4904           If zlib is available and used, we must link it explicitly for
4905           things to work on MingW (fixes #392855).
4906
4907 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
4908
4909         * ext/esd/esdsink.c: (gst_esdsink_delay):
4910           Don't return bogus values when esd_get_delay() fails for some
4911           reason (#392189).
4912
4913 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
4914
4915         * sys/ximage/gstximagesrc.c: (composite_pixel):
4916           Fix presumably copy'n'pasto for 16bpp depth.
4917
4918 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
4919
4920         * gst/matroska/matroska-mux.c:
4921         (gst_matroska_mux_audio_pad_setcaps):
4922           The "signed" field in audio caps is of boolean type, trying to use
4923           gst_structure_get_int() to extract it will fail. Fixing this makes
4924           matroskamux accept raw audio input (#387121) (use at your own risk
4925           though, due to the matroska spec being not entirely useful in this
4926           respect).
4927           Also fix up raw audio structures in template caps so that they
4928           represent what our setcaps function will actually accept, so that
4929           converters know what to convert to.
4930           Finally, don't fail if there isn't an "endianness" field in 8-bit
4931           PCM caps.
4932
4933 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
4934
4935         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
4936         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
4937         * tests/check/elements/cmmldec.c: (setup_cmmldec),
4938         (teardown_cmmldec):
4939         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
4940         (teardown_cmmlenc):
4941         * tests/check/elements/level.c: (setup_level), (cleanup_level):
4942           reapply consistent pad (de)activation
4943
4944 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
4945
4946         * configure.ac:
4947         Back to CVS
4948
4949         * gst-plugins-good.doap:
4950         Add 0.10.5 doap entry
4951
4952 === release 0.10.5 ===
4953
4954 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
4955
4956         * configure.ac:
4957           releasing 0.10.5, "The Path of Thorns"
4958
4959 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
4960
4961         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
4962         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
4963         * tests/check/elements/cmmldec.c: (setup_cmmldec),
4964         (teardown_cmmldec):
4965         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
4966         (teardown_cmmlenc):
4967         * tests/check/elements/level.c: (setup_level), (cleanup_level):
4968           revert my freeze breakage
4969
4970 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
4971
4972         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
4973         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
4974         * tests/check/elements/cmmldec.c: (setup_cmmldec),
4975         (teardown_cmmldec):
4976         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
4977         (teardown_cmmlenc):
4978         * tests/check/elements/level.c: (setup_level), (cleanup_level):
4979           consistent pad (de)activation
4980
4981 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
4982
4983         * configure.ac:
4984         * ext/Makefile.am:
4985         Disable LADPSA, as it has moved to the -bad module for the duration.
4986
4987 2006-12-18  Wim Taymans  <wim@fluendo.com>
4988
4989         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
4990         (gst_signal_processor_event):
4991         Reset flow_state back to _OK after a flush stop so that we exit our
4992         error state after the flush. Fixes #374213
4993
4994 2006-12-16  David Schleef  <ds@schleef.org>
4995
4996         * sys/osxvideo/osxvideosink.h:
4997         * sys/osxvideo/osxvideosink.m:
4998           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
4999
5000 2006-12-16  David Schleef  <ds@schleef.org>
5001
5002         Patch by: Vijay Santhanam <vijay santhanam gmail com>
5003
5004         * sys/osxvideo/Makefile.am:
5005         * sys/osxvideo/osxvideosink.h:
5006         * sys/osxvideo/osxvideosink.m:
5007           Preliminary patch for porting osxvideosink
5008
5009 2006-12-16  Wim Taymans  <wim@fluendo.com>
5010
5011         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5012
5013         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
5014         (gst_videomixer_set_master_geometry),
5015         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
5016         (gst_videomixer_reset), (gst_videomixer_init),
5017         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
5018         (gst_videomixer_release_pad), (gst_videomixer_collected),
5019         (gst_videomixer_change_state):
5020         Introduce some locking around the videomixer state so that it does not
5021         crash when adding/removing pads. Fixes #383043.
5022
5023 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5024
5025         * configure.ac:
5026           Make sure libcaca can actually be used instead of just checking for
5027           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
5028           cross-compiling (fixes #384587).
5029
5030 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5031
5032         * Makefile.am:
5033         * gst-plugins-good.doap:
5034         * gst-plugins-good.spec.in:
5035           adding doap file
5036
5037 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
5038
5039         * configure.ac:
5040           libflac-1.1.3 changed API again, but we can't build against it yet,
5041           so make sure our check doesn't use libflac-1.1.3 and add a comment
5042           to this effect.
5043
5044 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
5045
5046         * gst/effectv/gstquark.c: (gst_quarktv_transform),
5047         (gst_quarktv_planetable_clear):
5048           Add some NULL pointer checks (possibly related to #385623).
5049
5050 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
5051
5052         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
5053         (gst_tag_demux_chain):
5054         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
5055           In streaming mode, if the first buffer we get doesn't have an
5056           offset, fix it up to be 0, otherwise trimming won't work later on
5057           and we'll be typefinding application/x-id3, which may result in
5058           decodebin plugging an endless number of id3demux elements as a
5059           consequence. Fixes #385031.
5060           
5061 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
5062
5063         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
5064           Ignore the buffer_time the sound device reports. Turns out it is 
5065           sometimes completely bogus and we're better off without it.
5066
5067 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5068
5069         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
5070         (gst_matroska_demux_video_caps):
5071         * gst/matroska/matroska-ids.c:
5072         (gst_matroska_track_init_video_context):
5073         * gst/matroska/matroska-ids.h:
5074           Try harder to extract the framerate for video tracks correctly and
5075           save it directly instead of converting it back and forth a few
5076           times. Mostly makes a difference for very small framerates (<1).
5077           Fixes #380199.
5078
5079 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5080
5081         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
5082         (gst_gconf_audio_src_dispose), (do_toggle_element):
5083         * ext/gconf/gstgconfaudiosrc.h:
5084           Remove gconf notify hook when the gconfaudiosrc element is
5085           destroyed, otherwise the callback may be called on an
5086           already-destroyed instance and bad things happen. Should fix
5087           #378184.
5088           Also ignore gconf key changes when the source is already running.
5089
5090 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
5091
5092         Patch by: Sebastian Dröge  <mail at slomosnail de>
5093
5094         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
5095           We need to be able to read and parse any possible floating point string
5096           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
5097           will parse the former only in certain locales though, so we really need
5098           to canonicalise the separator to '.' and then use g_ascii_strtod() to
5099           make sure we can parse either version at all times.
5100           Fixes #382982 for real.
5101
5102 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
5103
5104         * sys/sunaudio/gstsunaudiomixerctrl.c:
5105         * sys/sunaudio/gstsunaudiosrc.c:
5106
5107         Use the sunaudio debug category.
5108
5109         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
5110         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
5111         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
5112         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
5113         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
5114         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
5115         (gst_sunaudiosink_reset):
5116         * sys/sunaudio/gstsunaudiosink.h:
5117
5118         Uses the sunaudio debug category for all debug output
5119         Implements the _delay() callback to synchronise video playback better
5120         Change the segtotal and segsize values back to the parent class 
5121           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
5122           respectively)
5123         Measure the samples written to the device vs. played.
5124         Keep track of segments in the device by writing empty eof frames, and
5125         sleep using a GCond when we get too far ahead and risk overrunning the
5126         sink's ringbuffer.
5127
5128         Fixes: #360673
5129
5130 2006-12-08  Wim Taymans  <wim@fluendo.com>
5131
5132         Patch by: Sebastian Dröge  <mail at slomosnail de >
5133
5134         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
5135         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
5136         * gst/audiofx/audiopanorama.h:
5137         Fix audiopanorame with float samples. Fixes #383726.
5138
5139 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
5140
5141         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
5142         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
5143         (gst_sunaudiosrc_reset):
5144
5145         Implement reset functions to unblock the src/sink more quickly on 
5146         state change requests.
5147         Patch by: Brian Cameron <brian dot cameron at sun com>
5148
5149 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
5150
5151         * sys/sunaudio/gstsunaudiomixer.c:
5152         (gst_sunaudiomixer_change_state):
5153         Construct the correct mixer device name when the AUDIODEV env var
5154         is set.
5155
5156         Patch by: Jerry Tan <jerry.tan at sun dot com>
5157         Fixes: #383596
5158
5159 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
5160
5161         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
5162         Apply patch to open the mixer control and set the MULTIPLE_OPEN
5163         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
5164         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
5165         Patch by: Jerry Tan <jerry.tan at sun dot com>
5166         Fixes: #349015
5167
5168 2006-12-07  Wim Taymans  <wim@fluendo.com>
5169
5170         * gst/smpte/gstmask.h:
5171         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5172         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
5173         (gst_smpte_collected), (gst_smpte_set_property),
5174         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
5175         * gst/smpte/gstsmpte.h:
5176         Port to 0.10 some more. 
5177         Added duration property to specify the duration of the transition.
5178         Make framerate a fraction.
5179         Deprecate fps property, we only use negotiated fps.
5180         Added docs.
5181         Fix collectpad usage.
5182         Reset state in READY.
5183         Send NEWSEGMENT event.
5184         Fix racy updates of object properties.
5185         Added debug category.
5186         Fixes #383323.
5187
5188 2006-12-06  Wim Taymans  <wim@fluendo.com>
5189
5190         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5191
5192         * gst/videomixer/videomixer.c:
5193         (gst_videomixer_set_master_geometry),
5194         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
5195         Don't reset xpos and ypos in the setcaps function because causes
5196         unexpected behaviour.
5197         Fixes #382179.
5198
5199 2006-12-06  Wim Taymans  <wim@fluendo.com>
5200
5201         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
5202         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
5203         Keep track of the buffer timestamp in the collectdata member instead
5204         of modifying the buffer without making the metadata writable first.
5205         Fixes #382277.
5206
5207 2006-12-06  Wim Taymans  <wim@fluendo.com>
5208
5209         Patch by: Rob Taylor <robtaylor at floopily dot org>
5210
5211         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5212         If using multicast in udpsrc, bind to the multicast address rather than
5213         IN_ADDR_ANY.
5214         This allows the simultanous use of multiple udpsrcs listening on
5215         different multicat addresses. Without this all udpsrcs will receive all
5216         packets from all subscribed multicast addresses.
5217         Fixes #383001.
5218
5219 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
5220
5221         * ext/taglib/gstid3v2mux.cc:
5222         Don't attempt to write a NULL frame into the ID3 tag set when the 
5223         createFrame method returned NULL.
5224         Fixes: #381857
5225         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
5226
5227 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
5228
5229         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
5230         Use g_strtod() instead of sscanf to parse doubles, so that it will
5231         try parsing in the C locale if the current locale fails.
5232         Fixes: #382982
5233         Patch by: Sebastian Dröge  <mail at slomosnail de >
5234
5235 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
5236
5237         * win32/MANIFEST:
5238         Fix compilation on win32 under VS8
5239         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
5240         Partially fixes #381175
5241
5242 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
5243
5244         * gst/avi/gstavimux.c:
5245           accept all mpegversions,fixes #380825
5246           spotted by: Jerome Alet  
5247
5248 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
5249
5250         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5251         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
5252         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
5253         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
5254           cleanup the error message a bit more
5255
5256 2006-11-28  Wim Taymans  <wim@fluendo.com>
5257
5258         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
5259         Fix width and height properties.
5260
5261         * ext/libcaca/gstcacasink.h:
5262         Fix compilation on newer libcaca that require us to include a new
5263         header. Fixes #379918.
5264
5265 2006-11-28  Wim Taymans  <wim@fluendo.com>
5266
5267         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
5268         * gst/rtsp/gstrtspsrc.h:
5269         * gst/rtsp/rtspext.h:
5270         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
5271         (rtsp_ext_wms_get_context):
5272         Add method so that extensions can choose to disable the setup of
5273         a stream.
5274         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
5275
5276 2006-11-27  Wim Taymans  <wim@fluendo.com>
5277
5278         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
5279
5280         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5281         Push header in a separate buffer instead of memcpy:ing all data.
5282         Change LF => CRLF in headers.
5283         Move trailing LF to header. Fixes #379792.
5284
5285 2006-11-27  Wim Taymans  <wim@fluendo.com>
5286
5287         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
5288         Small buffer overflow fix and improve debugging.
5289
5290 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
5291
5292         * ext/esd/esdmon.h:
5293         * ext/esd/esdsink.h:
5294           remove obsolete _factory_init protos
5295
5296 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
5297
5298         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
5299         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
5300         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
5301         (gst_avi_demux_read_subindexes_push),
5302         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
5303         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5304         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5305         (gst_avi_demux_massage_index),
5306         (gst_avi_demux_calculate_durations_from_index),
5307         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
5308         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
5309         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5310           remove dead code, tweak debugs statements, add comments, use
5311           _uint64_scale instead _uint64_scale_int when using guint64 values,
5312           small optimizations, reflow some error handling
5313
5314 2006-11-22  Edward Hervey  <edward@fluendo.com>
5315
5316         * po/.cvsignore:
5317         We never put .pot files in cvs. Let's ignore them all.
5318
5319 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
5320
5321         * po/POTFILES.in:
5322           ... but better exclude files that aren't disted.
5323
5324 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
5325
5326         * po/POTFILES.in:
5327           Add v4l2 source files to list of files with translations, so the
5328           strings are actually extracted (however bad they still may be).
5329
5330 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
5331
5332         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
5333           Minor clean-ups: const-ify static array, remove trailing comma from
5334           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
5335
5336 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
5337
5338         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
5339         Make sure that g_free always gets called on the same pointer that was 
5340         returned by g_malloc.  Fixes #376594.
5341         Do not leak memory if decompressed size is wrong.
5342         Remove unneeded check of return value of g_malloc.
5343         Patch by: René Stadler <mail@renestadler.de>
5344
5345 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
5346
5347         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
5348           Add missing curly brackets.
5349
5350 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
5351
5352         * sys/v4l2/v4l2src_calls.c:
5353         Fix capture_deinit.
5354
5355 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5356
5357         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
5358         (gst_matroska_mux_request_new_pad):
5359           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
5360
5361         * tests/check/elements/matroskamux.c: (setup_src_pad),
5362         (setup_sink_pad), (GST_START_TEST):
5363         Activate pads before using them.
5364
5365 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5366
5367         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
5368           Initialise variable to get rid of bogus compiler warning.
5369
5370 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
5371
5372         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
5373
5374         * gst/rtp/gstrtph263pay.c:
5375         * gst/rtp/gstrtph263pdepay.c:
5376         * gst/rtp/gstrtph263ppay.c:
5377           Specify H.263 variant and version in the caps (fixes #361637)
5378
5379 2006-11-15  Wim Taymans  <wim@fluendo.com>
5380
5381         * gst/rtsp/rtspconnection.c: (read_body):
5382         Don't set a data pointer to NULL and a size > 0 when we deal
5383         with empty packets.
5384
5385         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
5386         (rtsp_message_init_response), (rtsp_message_init_data),
5387         (rtsp_message_unset), (rtsp_message_free),
5388         (rtsp_message_take_body):
5389         Check that we can't create invalid empty packets. 
5390
5391 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
5392
5393         Patch by: Mark Nauwelaerts  <manauw at skynet be>
5394
5395         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
5396         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
5397         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
5398         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
5399         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
5400         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
5401         * gst/matroska/matroska-mux.h:
5402           Add basic tag writing support; implement releasing pads (#374658).
5403
5404 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
5405
5406         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
5407         (gst_matroska_demux_audio_caps):
5408           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
5409
5410 2006-11-14  David Schleef  <ds@schleef.org>
5411
5412         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
5413
5414 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5415
5416         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
5417
5418         * win32/vs8/gst-plugins-good.sln:
5419         * win32/vs8/libgst1394.vcproj:
5420         * win32/vs8/libgstaasink.vcproj:
5421         * win32/vs8/libgstalaw.vcproj:
5422         * win32/vs8/libgstalpha.vcproj:
5423         * win32/vs8/libgstalphacolor.vcproj:
5424         * win32/vs8/libgstannodex.vcproj:
5425         * win32/vs8/libgstapetag.vcproj:
5426         * win32/vs8/libgstaudiofx.vcproj:
5427         * win32/vs8/libgstauparse.vcproj:
5428         * win32/vs8/libgstautodetect.vcproj:
5429         * win32/vs8/libgstavi.vcproj:
5430         * win32/vs8/libgstcacasink.vcproj:
5431         * win32/vs8/libgstcdio.vcproj:
5432         * win32/vs8/libgstcutter.vcproj:
5433         * win32/vs8/libgstdv.vcproj:
5434         * win32/vs8/libgsteffectv.vcproj:
5435         * win32/vs8/libgstflac.vcproj:
5436         * win32/vs8/libgstflxdec.vcproj:
5437         * win32/vs8/libgstgoom.vcproj:
5438         * win32/vs8/libgsticydemux.vcproj:
5439         * win32/vs8/libgstid3demux.vcproj:
5440         * win32/vs8/libgstjpeg.vcproj:
5441         * win32/vs8/libgstladspa.vcproj:
5442         * win32/vs8/libgstlevel.vcproj:
5443         * win32/vs8/libgstmatroska.vcproj:
5444         * win32/vs8/libgstmikmod.vcproj:
5445         * win32/vs8/libgstmng.vcproj:
5446         * win32/vs8/libgstmonoscope.vcproj:
5447         * win32/vs8/libgstmulaw.vcproj:
5448         * win32/vs8/libgstmultipart.vcproj:
5449         * win32/vs8/libgstpng.vcproj:
5450         * win32/vs8/libgstrtp.vcproj:
5451         * win32/vs8/libgstrtsp.vcproj:
5452         * win32/vs8/libgstshout2.vcproj:
5453         * win32/vs8/libgstsmpte.vcproj:
5454         * win32/vs8/libgstspeex.vcproj:
5455         * win32/vs8/libgsttaglib.vcproj:
5456         * win32/vs8/libgstudp.vcproj:
5457         * win32/vs8/libgstvideobalance.vcproj:
5458         * win32/vs8/libgstvideobox.vcproj:
5459         * win32/vs8/libgstvideoflip.vcproj:
5460         * win32/vs8/libgstvideomixer.vcproj:
5461         * win32/vs8/libgstwavenc.vcproj:
5462         * win32/vs8/libgstwavparse.vcproj:
5463           Make end-of-line returns unixy, so that when the files are checked
5464           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
5465           Hopefully fixes #366492.
5466
5467 2006-11-14  Wim Taymans  <wim@fluendo.com>
5468
5469         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
5470         Disable init_frames delay timestamp adjustment, it does not
5471         seem to be needed at all. Fixes #369621.
5472
5473 2006-11-13  Wim Taymans  <wim@fluendo.com>
5474
5475         Patch by: Mark Nauwelaerts  <manauw at skynet be>
5476
5477         * gst/videomixer/videomixer.c:
5478         (gst_videomixer_set_master_geometry),
5479         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
5480         (gst_videomixer_collect_free), (gst_videomixer_reset),
5481         (gst_videomixer_init), (gst_videomixer_finalize),
5482         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
5483         (gst_videomixer_collected), (gst_videomixer_change_state):
5484         Fix memleak by unref'ing collectpads instance (when finalizing)
5485         Implement releasing a request pad. Fixes #374479.
5486
5487 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
5488
5489         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
5490
5491         * win32/vs8/gst-plugins-good.sln:
5492         * win32/vs8/libgst1394.vcproj:
5493         * win32/vs8/libgstaasink.vcproj:
5494         * win32/vs8/libgstalaw.vcproj:
5495         * win32/vs8/libgstalpha.vcproj:
5496         * win32/vs8/libgstalphacolor.vcproj:
5497         * win32/vs8/libgstannodex.vcproj:
5498         * win32/vs8/libgstapetag.vcproj:
5499         * win32/vs8/libgstaudiofx.vcproj:
5500         * win32/vs8/libgstauparse.vcproj:
5501         * win32/vs8/libgstautodetect.vcproj:
5502         * win32/vs8/libgstavi.vcproj:
5503         * win32/vs8/libgstcacasink.vcproj:
5504         * win32/vs8/libgstcdio.vcproj:
5505         * win32/vs8/libgstcutter.vcproj:
5506         * win32/vs8/libgstdv.vcproj:
5507         * win32/vs8/libgsteffectv.vcproj:
5508         * win32/vs8/libgstflac.vcproj:
5509         * win32/vs8/libgstflxdec.vcproj:
5510         * win32/vs8/libgstgoom.vcproj:
5511         * win32/vs8/libgsticydemux.vcproj:
5512         * win32/vs8/libgstid3demux.vcproj:
5513         * win32/vs8/libgstjpeg.vcproj:
5514         * win32/vs8/libgstladspa.vcproj:
5515         * win32/vs8/libgstlevel.vcproj:
5516         * win32/vs8/libgstmatroska.vcproj:
5517         * win32/vs8/libgstmikmod.vcproj:
5518         * win32/vs8/libgstmng.vcproj:
5519         * win32/vs8/libgstmonoscope.vcproj:
5520         * win32/vs8/libgstmulaw.vcproj:
5521         * win32/vs8/libgstmultipart.vcproj:
5522         * win32/vs8/libgstpng.vcproj:
5523         * win32/vs8/libgstrtp.vcproj:
5524         * win32/vs8/libgstrtsp.vcproj:
5525         * win32/vs8/libgstshout2.vcproj:
5526         * win32/vs8/libgstsmpte.vcproj:
5527         * win32/vs8/libgstspeex.vcproj:
5528         * win32/vs8/libgsttaglib.vcproj:
5529         * win32/vs8/libgstudp.vcproj:
5530         * win32/vs8/libgstvideobalance.vcproj:
5531         * win32/vs8/libgstvideobox.vcproj:
5532         * win32/vs8/libgstvideoflip.vcproj:
5533         * win32/vs8/libgstvideomixer.vcproj:
5534         * win32/vs8/libgstwavenc.vcproj:
5535         * win32/vs8/libgstwavparse.vcproj:
5536           Add VS8 project files (note that many of the plugins in ext are
5537           disabled by default). Fixes #366492.
5538
5539 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
5540
5541         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5542           we do not translate debug messages
5543
5544 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
5545
5546         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
5547           fix categorisation, make short desc more explicit, remove unused code
5548           Fixes #372021
5549
5550 2006-11-08  Wim Taymans  <wim@fluendo.com>
5551
5552         * gst/rtp/gstrtpL16depay.c:
5553         * gst/rtp/gstrtpamrdepay.c:
5554         * gst/rtp/gstrtpamrpay.c:
5555         * gst/rtp/gstrtpgsmdepay.c:
5556         * gst/rtp/gstrtph263pay.c:
5557         * gst/rtp/gstrtph263pdepay.c:
5558         * gst/rtp/gstrtph263ppay.c:
5559         * gst/rtp/gstrtph264depay.c:
5560         * gst/rtp/gstrtpmp2tdepay.c:
5561         * gst/rtp/gstrtpmp4gdepay.c:
5562         * gst/rtp/gstrtpmp4gpay.c:
5563         * gst/rtp/gstrtpmp4vdepay.c:
5564         * gst/rtp/gstrtpmp4vpay.c:
5565         * gst/rtp/gstrtpmpadepay.c:
5566         * gst/rtp/gstrtpmpapay.c:
5567         * gst/rtp/gstrtppcmadepay.c:
5568         * gst/rtp/gstrtppcmapay.c:
5569         * gst/rtp/gstrtppcmudepay.c:
5570         * gst/rtp/gstrtppcmupay.c:
5571         * gst/rtp/gstrtpspeexdepay.c:
5572         * gst/rtp/gstrtpspeexpay.c:
5573         * gst/rtp/gstrtpsv3vdepay.c:
5574         Fix element descriptions.
5575
5576 2006-11-08  Wim Taymans  <wim@fluendo.com>
5577
5578         * gst/rtp/gstrtpvorbisdepay.c:
5579         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
5580         Fix description.
5581         Small cleanup in the payloader.
5582
5583 2006-11-08  Wim Taymans  <wim@fluendo.com>
5584
5585         * gst/rtp/Makefile.am:
5586         * gst/rtp/gstrtp.c: (plugin_init):
5587         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
5588         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
5589         (gst_rtp_theora_depay_finalize),
5590         (gst_rtp_theora_depay_parse_configuration),
5591         (gst_rtp_theora_depay_setcaps),
5592         (gst_rtp_theora_depay_switch_codebook),
5593         (gst_rtp_theora_depay_process),
5594         (gst_rtp_theora_depay_set_property),
5595         (gst_rtp_theora_depay_get_property),
5596         (gst_rtp_theora_depay_change_state),
5597         (gst_rtp_theora_depay_plugin_init):
5598         * gst/rtp/gstrtptheoradepay.h:
5599         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
5600         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
5601         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
5602         (gst_rtp_theora_pay_init_packet),
5603         (gst_rtp_theora_pay_flush_packet),
5604         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
5605         (gst_rtp_theora_pay_handle_buffer),
5606         (gst_rtp_theora_pay_plugin_init):
5607         * gst/rtp/gstrtptheorapay.h:
5608         Add theora pay/depayloaders.
5609
5610 2006-11-06  Wim Taymans  <wim@fluendo.com>
5611
5612         * gst/rtp/Makefile.am:
5613         We depend on gsttag to generate the vorbis comments.
5614
5615         * gst/rtp/gstrtpvorbisdepay.c:
5616         (gst_rtp_vorbis_depay_parse_configuration),
5617         (gst_rtp_vorbis_depay_setcaps),
5618         (gst_rtp_vorbis_depay_switch_codebook),
5619         (gst_rtp_vorbis_depay_process):
5620         * gst/rtp/gstrtpvorbisdepay.h:
5621         Parse configuration string in the depayloader.
5622         Implement selecting and switching to a new codebook.
5623         Receiving vorbis over RTP now works.
5624
5625         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
5626         (gst_rtp_vorbis_pay_init_packet),
5627         (gst_rtp_vorbis_pay_finish_headers),
5628         (gst_rtp_vorbis_pay_handle_buffer):
5629         * gst/rtp/gstrtpvorbispay.h:
5630         Set timestamps on outgoing buffers and RTP packets.
5631         Fix configuration string, prepend number of Packet headers.
5632         Fix encoding of ident string.
5633         Add delivery-method to caps.
5634         Streaming vorbis over RTP now works.
5635
5636 2006-11-06  Wim Taymans  <wim@fluendo.com>
5637
5638         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
5639         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
5640         (gst_rtp_vorbis_pay_handle_buffer):
5641         * gst/rtp/gstrtpvorbispay.h:
5642         Generate a valid configuration string in the caps based on the
5643         vorbis headers.
5644
5645 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5646
5647         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
5648         * ext/cdio/gstcdio.h:
5649         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
5650           Move CD-TEXT utility function into common file so it can also be
5651           used by a future cdioparanoiasrc.
5652
5653 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
5654         
5655         * sys/v4l2/Makefile.am:
5656         * sys/v4l2/gstv4l2object.c:
5657         * sys/v4l2/gstv4l2src.c:
5658         * sys/v4l2/gstv4l2xoverlay.c:
5659         * sys/v4l2/v4l2_calls.c:
5660         * sys/v4l2/v4l2src_calls.c:
5661         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
5662         xoverlay code that is still not implemented.
5663
5664 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5665
5666         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5667           We require a -base more recent than 0.10.9, so it's safe to use
5668           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
5669
5670         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
5671         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
5672           Use _newsegment_full() now that we depend on a recent enough core.
5673
5674         * gst/wavparse/gstwavparse.c:
5675           Remove cruft that we don't need any longer now that we depend on
5676           a recent enough -base.
5677
5678 2006-10-31  Wim Taymans  <wim@fluendo.com>
5679
5680         * gst/rtp/Makefile.am:
5681         * gst/rtp/gstrtp.c: (plugin_init):
5682         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
5683         (gst_rtpilbcpay_setcaps):
5684         Fix and activate ILBC pay and depayloaders. Fixes #368162.
5685
5686 2006-10-31  Wim Taymans  <wim@fluendo.com>
5687
5688         * ext/speex/gstspeexdec.c: (speex_dec_convert),
5689         (speex_dec_sink_event), (speex_dec_chain_parse_header):
5690         Some small cleanups, use _scale.
5691
5692 2006-10-31  Wim Taymans  <wim@fluendo.com>
5693
5694         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
5695         Use higher precision scale function.
5696
5697 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
5698
5699         Patch by: Michal Benes  <michal dot benes at itonis tv>
5700
5701         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
5702         (gst_matroska_demux_read_track_encodings),
5703         (gst_matroska_decode_buffer):
5704           Fix several issues with encoded/compressed/encrypted/signed tracks;
5705           also, remove superfluous newline characters from some debug
5706           statements. (#366155)
5707
5708 2006-10-30  Wim Taymans  <wim@fluendo.com>
5709
5710         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
5711         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
5712         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
5713         (gst_smokedec_change_state):
5714         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
5715         (gst_smokeenc_init), (gst_smokeenc_finalize),
5716         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
5717         (gst_smokeenc_resync), (gst_smokeenc_chain),
5718         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
5719         (gst_smokeenc_change_state):
5720         Various cleanups, capsnego and leak fixes.
5721
5722 2006-10-30  Wim Taymans  <wim@fluendo.com>
5723
5724         Patch by: Mark Nauwelaerts  <manauw at skynet be>
5725
5726         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
5727         Fix videomixer so that it can handle any combination of framerates.
5728         Fixes #367221.
5729
5730 2006-10-28  Wim Taymans  <wim@fluendo.com>
5731
5732         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5733         (gst_avi_demux_parse_file_header),
5734         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
5735         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
5736         (gst_avi_demux_chain):
5737         Fix position query for audio. also fixes timestamps in streaming
5738         mode and bug #364958.
5739         Small cleanups.
5740
5741 2006-10-27  Wim Taymans  <wim@fluendo.com>
5742
5743         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
5744         * ext/libpng/gstpngenc.h:
5745         Fix strides. Fixes #364856.
5746         Cleanup capsnego.
5747         Set caps on outgoing buffers.
5748
5749 2006-10-18  Wim Taymans  <wim@fluendo.com>
5750
5751         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
5752
5753         * gst/rtp/gstrtpgsmpay.c:
5754         * gst/rtp/gstrtph263pay.c:
5755         * gst/rtp/gstrtpmpapay.c:
5756         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
5757         (gst_rtp_pcma_pay_handle_buffer):
5758         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
5759         Add static payload numbers in addition to the dynamic ones.
5760         Fixes #361639.
5761
5762 2006-10-18  Wim Taymans  <wim@fluendo.com>
5763
5764         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
5765         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
5766         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
5767         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
5768         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
5769         * gst/rtsp/rtspdefs.h:
5770         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5771         * gst/rtsp/rtspurl.h:
5772         Reuse already existing enum for lower transport.
5773         Add rtspt and rtspu protocols.
5774         Send redirect to rtspt when udp times out.
5775
5776 2006-10-18  Wim Taymans  <wim@fluendo.com>
5777
5778         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
5779         (gst_wavparse_stream_data):
5780         Fix seeking some more, mostly for speed changes.
5781
5782 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5783
5784         Patch by: Fredrik Persson  <frepe at bredband net>
5785
5786         * sys/v4l2/gstv4l2tuner.c:
5787         * sys/v4l2/gstv4l2tuner.h:
5788           Fix _set_channel(): remove useless g_object_notify() for "channel"
5789           property that doesn't exist any longer and therefore now also
5790           useless redirect (#338818).
5791
5792 2006-10-17  Wim Taymans  <wim@fluendo.com>
5793
5794         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
5795         Some drivers do not support unsetting the non-blocking flag once the
5796         device is opened. In those cases, close/open the device in
5797         non-blocking mode. Fixes #362673.
5798
5799 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
5800
5801         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5802         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
5803         (gst_v4l2src_get_fps):
5804           dear stefan, framespersecond is not frameperiod, reverting but adding
5805           comment
5806
5807 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
5808
5809         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5810         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
5811         (gst_v4l2src_get_fps):
5812           Numerator is numerator and denominator is denominator. Say that aloud
5813           5 times and retry after next beer.
5814
5815 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
5816
5817         Patch by: Josep Torra Valles  <josep at fluendo com>
5818
5819         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
5820         * ext/esd/esdsink.c: (gst_esdsink_write):
5821         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
5822         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
5823         (gst_flac_dec_send_newsegment):
5824         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
5825         (gst_flac_enc_tell_callback):
5826         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
5827         (smokecodec_parse_header), (smokecodec_decode):
5828         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
5829         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
5830         * gst/goom/Makefile.am:
5831         * gst/goom/gstgoom.c:
5832         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
5833         * gst/rtsp/gstrtspsrc.c:
5834         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
5835         * gst/udp/gstudpsink.c:
5836         * gst/udp/gstudpsrc.c:
5837         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
5838         * sys/sunaudio/gstsunaudiomixertrack.h:
5839           Fix a bunch of problems discovered by the Forte compiler, mostly type
5840           mixups and pointer arithmetics with void pointers. Fixes #362603.
5841
5842 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
5843
5844         * ext/speex/gstspeex.c: (plugin_init):
5845         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
5846         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
5847         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
5848         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
5849         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
5850         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
5851         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
5852         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
5853         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
5854         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
5855         (gst_speex_enc_chain), (gst_speex_enc_get_property),
5856         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
5857         * ext/speex/gstspeexenc.h:
5858           Miscellaneous clean-ups, among other things: speexenc => enc to
5859           enhance code readability; change speexenc => speex_enc; in chain
5860           function unref input buffer in case of error; take reference in
5861           event function; use boilerplate macro; use gst_pad_query_peer_*
5862           convenience functions.
5863
5864 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
5865
5866         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
5867         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
5868         (gst_speexenc_set_header_on_caps):
5869           Fix some mem leaks.
5870
5871 2006-10-11  Wim Taymans  <wim@fluendo.com>
5872
5873         * gst/rtsp/URLS:
5874         Added some other URL.
5875
5876         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
5877         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
5878         (gst_rtspsrc_open), (gst_rtspsrc_play),
5879         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5880         * gst/rtsp/gstrtspsrc.h:
5881         Work on fallback to TCP connection when the UDP socket times out.
5882         Handler server requests, just reply with OK for now.
5883
5884         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
5885         * gst/rtsp/rtspdefs.h:
5886         Added some more Real extension headers.
5887
5888         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5889         Fix parsing of urls with a ':' that is not part of the hostname:port
5890         part of the url.
5891
5892 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
5893
5894         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
5895         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
5896         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
5897           Activate pad before adding it to the already-running element.
5898
5899         * tests/check/elements/icydemux.c: (icydemux_found_pad):
5900           Activate newly-created pad too.
5901
5902 2006-10-11  Wim Taymans  <wim@fluendo.com>
5903
5904         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
5905
5906         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5907         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
5908         (gst_udpsrc_start):
5909         Fix some leaks in caps and uris. Fixes #361252.
5910
5911 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
5912
5913         * gst/wavparse/Makefile.am:
5914           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
5915
5916 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
5917
5918         * sys/v4l2/gstv4l2xoverlay.c:
5919         * sys/v4l2/gstv4l2xoverlay.h:
5920         Fix build as per the patch in #338818 comment 36.
5921
5922 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
5923
5924         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
5925           Activate pads before adding them to the source.
5926
5927 2006-10-06  Wim Taymans  <wim@fluendo.com>
5928
5929         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
5930         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
5931         Activate pads before adding.
5932
5933 2006-10-06  Wim Taymans  <wim@fluendo.com>
5934
5935         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5936         (gst_multipart_find_pad_by_mime):
5937         Activate pads before adding.
5938
5939         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
5940         BOILERPLATE sets parent_class for us.
5941
5942 2006-10-06  Wim Taymans  <wim@fluendo.com>
5943
5944         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
5945         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
5946         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
5947         (gst_rtspsrc_alloc_udp_ports),
5948         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
5949         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
5950         (gst_rtspsrc_create_transports_string),
5951         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
5952         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5953         * gst/rtsp/gstrtspsrc.h:
5954         Rework how the transport string is constructed, try to share channels
5955         and udp ports.
5956         Make most of the stuff less dependant on RTP as we are also going to use
5957         it for RDT.
5958         Add support for transport specific session managers.
5959
5960         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
5961         Implement _flush().
5962
5963         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
5964         * gst/rtsp/rtspdefs.h:
5965         Add generic error return code.
5966
5967         * gst/rtsp/rtspext.h:
5968         Add support for pluggable tranport strings.
5969
5970         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
5971         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
5972         (rtsp_ext_wms_get_context):
5973         Detect WMServer and activate the extension.
5974
5975         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
5976         (rtsp_transport_get_manager), (rtsp_transport_parse):
5977         * gst/rtsp/rtsptransport.h:
5978         Added methods to get mime/manager for certain transports.
5979
5980 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
5981
5982         * ext/cairo/gsttimeoverlay.c:
5983         (gst_cairo_time_overlay_update_font_height):
5984         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
5985         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
5986         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
5987         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
5988         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5989         * ext/libpng/gstpngdec.c: (user_endrow_callback):
5990         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
5991         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
5992         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5993         (gst_avi_demux_stream_data):
5994         * gst/cutter/gstcutter.c: (gst_cutter_chain):
5995         * gst/debug/efence.c: (gst_efence_buffer_alloc),
5996         (gst_fenced_buffer_copy):
5997         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
5998         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
5999         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
6000         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
6001         (gst_rtspsrc_handle_message):
6002         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6003         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
6004           Printf format fixes.
6005
6006 2006-10-04  Wim Taymans  <wim@fluendo.com>
6007
6008         * gst/rtsp/Makefile.am:
6009         Dist new .h file too.
6010
6011 2006-10-04  Wim Taymans  <wim@fluendo.com>
6012
6013         * gst/rtsp/Makefile.am:
6014         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
6015         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
6016         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
6017         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
6018         (gst_rtspsrc_parse_rtpmap),
6019         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
6020         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
6021         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
6022         * gst/rtsp/gstrtspsrc.h:
6023         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
6024         * gst/rtsp/rtspdefs.h:
6025         * gst/rtsp/rtspext.h:
6026         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
6027         (rtsp_ext_wms_get_context):
6028         * gst/rtsp/rtspextwms.h:
6029         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
6030         (rtsp_transport_parse):
6031         * gst/rtsp/rtsptransport.h:
6032         Factor out extension in separate module.
6033         Fix getcaps to filter against the padtemplate.
6034         Use Content-Base if the server gives one.
6035         Rework the transport parsing a bit for future extensions.
6036         Added some Real Header field definitions.
6037
6038 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6039
6040         * docs/plugins/Makefile.am:
6041         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6042         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6043           added v4l2 stubs
6044         * gst-plugins-good.spec.in:
6045           add v4l2
6046
6047 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
6048
6049         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6050           Extract disc/album/medium number and count and try harder
6051           to extract track number/count.
6052
6053 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6054
6055         * configure.ac:
6056         * sys/Makefile.am:
6057           add build stuff for v4l2, needs --enable-experimental until
6058           the last bits are resolved
6059
6060 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
6061
6062         * tests/check/Makefile.am:
6063           Disable autodetect test temporarily, so that the build bots
6064           update -bad and the ranks of unreliable video sinks in there.
6065
6066         * tests/check/elements/autodetect.c: (GST_START_TEST):
6067           Skip test if no usable videosink is found.
6068
6069 2006-09-29  Wim Taymans  <wim@fluendo.com>
6070
6071         * gst/rtsp/URLS:
6072         Add some more URLs.
6073
6074         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
6075         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
6076         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
6077         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
6078         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
6079         (gst_rtspsrc_loop), (gst_rtspsrc_send),
6080         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
6081         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
6082         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6083         * gst/rtsp/gstrtspsrc.h:
6084         Add timeout property to control UDP timeouts.
6085         Fix error messages.
6086         Also start a loop function when operating in UDP mode so that we can
6087         do some more stuff async.
6088         Handle element messages from udpsrc to detect timeouts. If a timeout
6089         happens we currently generate an error.
6090         API: rtspsrc::timeout property.
6091
6092         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
6093         (gst_udpsrc_create):
6094         Really implement the timeout in microseconds and not milliseconds.
6095
6096 2006-09-29  Wim Taymans  <wim@fluendo.com>
6097
6098         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
6099         (gst_udpsrc_create), (gst_udpsrc_set_property),
6100         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
6101         * gst/udp/gstudpsrc.h:
6102         Added property to post a message on timeout.
6103         Updated docs.
6104         When restarting the select, initialize the fdsets again.
6105         Init control sockets so we don't accidentally close a random socket.
6106         API: GstUDPSrc::timeout property
6107
6108 2006-09-29  Wim Taymans  <wim@fluendo.com>
6109
6110         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
6111         Fix flag registration.
6112
6113         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6114         Reading 0 also means 'no more commands'
6115
6116 2006-09-29  Wim Taymans  <wim@fluendo.com>
6117
6118         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6119
6120         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6121         Fix possible infinite loop when shutting down, a read can also return
6122         0 to indicate no more messages are available. Fixes #358156.
6123
6124 2006-09-25  Wim Taymans  <wim@fluendo.com>
6125
6126         * gst/autodetect/gstautoaudiosink.c:
6127         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
6128         (gst_auto_audio_sink_find_best):
6129         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
6130         Small cleanups.
6131         don't try to set "sync" property when it is not available.
6132
6133 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6134
6135         Patch by: Peter Kjellerstedt  <pkj at axis com>
6136
6137         * gst/alpha/gstalpha.c:
6138         * gst/rtp/gstrtpamrdepay.c:
6139         * gst/rtsp/gstrtspsrc.c:
6140         * gst/udp/gstudpsrc.c:
6141         * gst/videomixer/videomixer.c:
6142           Include stdlib.h in some more places, makes things compile
6143           with uClibc and -Werror (#357592).
6144
6145 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6146
6147         * ext/jpeg/gstjpegdec.c:
6148           Set minimum height to 8 (from 16), our code should handle
6149           that fine. Some of the buttons on the apple trailer site
6150           are apparently only 15 pixels high (see #357470).
6151
6152 2006-09-23  Wim Taymans  <wim@fluendo.com>
6153
6154         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
6155         (gst_rtspsrc_open):
6156         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6157         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
6158         (rtsp_connection_receive):
6159         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
6160         * gst/rtsp/rtspdefs.h:
6161         Improve error reporting.
6162
6163 2006-09-23  Wim Taymans  <wim@fluendo.com>
6164
6165         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
6166         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
6167         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
6168         * gst/rtp/gstrtpdepay.c:
6169         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
6170         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
6171         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
6172         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
6173         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
6174         (gst_rtp_mp2t_depay_plugin_init):
6175         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
6176         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
6177         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
6178         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
6179         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
6180         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
6181         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
6182         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
6183         Fix klass typos.
6184         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
6185
6186 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
6187
6188         * configure.ac:
6189           Need  -base CVS for gst_base_rtp_depayload_push_ts().
6190
6191 2006-09-22  Wim Taymans  <wim@fluendo.com>
6192
6193         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
6194         Don't check for a tag that is never there and check if we read the
6195         correct tag. Fixes seeking again.
6196         We must post an error when all pads are unlinked.
6197
6198 2006-09-22  Wim Taymans  <wim@fluendo.com>
6199
6200         * gst/rtp/Makefile.am:
6201         * gst/rtp/gstrtp.c: (plugin_init):
6202         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
6203         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
6204         (gst_rtp_vorbis_pay_reset_packet),
6205         (gst_rtp_vorbis_pay_init_packet),
6206         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
6207         (gst_rtp_vorbis_pay_handle_buffer):
6208         More fixage, set endoder-params correctly in the payloader.
6209
6210 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
6211
6212         * gst/autodetect/gstautoaudiosink.c:
6213         (gst_auto_audio_sink_base_init):
6214         * gst/autodetect/gstautovideosink.c:
6215         (gst_auto_video_sink_base_init):
6216           Make static pad templates static to appease valgrind's leak
6217           detector.
6218
6219         * tests/check/Makefile.am:
6220         * tests/check/elements/.cvsignore:
6221         * tests/check/elements/autodetect.c: (GST_START_TEST),
6222         (autodetect_suite):
6223           Add simple test for the ghostpad lockup on shutdown fixed in core
6224           CVS (audio bit disabled because it would need dozens of alsa
6225           suppressions and I'm too lazy to add those now).
6226
6227 2006-09-22  Wim Taymans  <wim@fluendo.com>
6228
6229         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
6230         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
6231         Small cleanups.
6232
6233         * gst/rtp/Makefile.am:
6234         * gst/rtp/gstrtp.c: (plugin_init):
6235         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
6236         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
6237         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
6238         (gst_rtp_vorbis_depay_process),
6239         (gst_rtp_vorbis_depay_set_property),
6240         (gst_rtp_vorbis_depay_get_property),
6241         (gst_rtp_vorbis_depay_change_state),
6242         (gst_rtp_vorbis_depay_plugin_init):
6243         * gst/rtp/gstrtpvorbisdepay.h:
6244         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
6245         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
6246         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
6247         (gst_rtp_vorbis_pay_flush_packet),
6248         (gst_rtp_vorbis_pay_append_buffer),
6249         (gst_rtp_vorbis_pay_handle_buffer),
6250         (gst_rtp_vorbis_pay_plugin_init):
6251         * gst/rtp/gstrtpvorbispay.h:
6252         Add experimental vorbis pay and depayloaders.
6253
6254 2006-09-21  Wim Taymans  <wim@fluendo.com>
6255
6256         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
6257         Fix profile-level-id parsing and setup.
6258
6259 2006-09-21  Wim Taymans  <wim@fluendo.com>
6260
6261         * gst/udp/README:
6262         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
6263         Update README, simple cleanup.
6264
6265 2006-09-21  Wim Taymans  <wim@fluendo.com>
6266
6267         * gst/rtp/README:
6268         Update README with some examples.
6269
6270         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
6271         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
6272         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
6273         (gst_rtp_mp4g_pay_setcaps):
6274         * gst/rtp/gstrtpmp4gpay.h:
6275         Make optional RTP parameters of type STRING, as required by the
6276         application/x-rtp caps specification.
6277
6278 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
6279
6280         * gst/rtp/gstrtph263pdepay.c:
6281         * gst/rtp/gstrtph263ppay.c:
6282         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
6283         RTP header.
6284
6285 2006-09-20  Wim Taymans  <wim@fluendo.com>
6286
6287         * gst/rtp/Makefile.am:
6288         And makefile too.
6289
6290 2006-09-20  Wim Taymans  <wim@fluendo.com>
6291
6292         * gst/rtp/gstrtp.c: (plugin_init):
6293         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
6294         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
6295         (decode_base64), (gst_rtp_asf_depay_setcaps),
6296         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
6297         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
6298         (gst_rtp_asf_depay_plugin_init):
6299         * gst/rtp/gstrtpasfdepay.h:
6300         Added preliminary ASF depayloader.
6301
6302         * gst/rtp/gstrtph264depay.c: (decode_base64):
6303         Fix base64 decoding.
6304
6305 2006-09-20  Wim Taymans  <wim@fluendo.com>
6306
6307         * gst/rtsp/URLS:
6308         Added some test URLS.
6309
6310         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6311         (gst_rtspsrc_loop), (gst_rtspsrc_open):
6312         * gst/rtsp/gstrtspsrc.h:
6313         When creating streams, give access to the complete SDP.
6314         Fix some leaks.
6315         Collect and merge global stream properties in stream caps.
6316         Preliminary support for WMServer.
6317
6318         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6319         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
6320         (rtsp_connection_receive):
6321         * gst/rtsp/rtspconnection.h:
6322         Make connection interruptable.
6323         Refactor to make it reconnectable.
6324         Don't fail on short reads when reading data packets.
6325
6326         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
6327         (rtsp_url_get_port):
6328         * gst/rtsp/rtspurl.h:
6329         Add methods for getting/setting the port.
6330
6331         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6332         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
6333         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
6334         (sdp_media_get_format), (sdp_parse_line),
6335         (sdp_message_parse_buffer):
6336         Fix headers. 
6337         Add methods for getting multiple attributes with the same name.
6338         Increase buffer size when parsing.
6339         Fix parsing of a=foo fields.
6340
6341         * gst/rtsp/test.c: (main):
6342         Update to new connection API.
6343
6344         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6345         (rtsp_message_init_response), (rtsp_message_init_data),
6346         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
6347         * gst/rtsp/rtspmessage.h:
6348         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
6349         * gst/rtsp/rtsptransport.h:
6350         * gst/rtsp/sdp.h:
6351         * gst/rtsp/sdpmessage.h:
6352         * gst/rtsp/gstrtsp.c:
6353         * gst/rtsp/gstrtsp.h:
6354         * gst/rtsp/gstrtpdec.c:
6355         * gst/rtsp/gstrtpdec.h:
6356         * gst/rtsp/rtsp.h:
6357         * gst/rtsp/rtspdefs.c:
6358         * gst/rtsp/rtspdefs.h:
6359         Dual licensed under MIT and LGPL now.
6360
6361 2006-09-19  Wim Taymans  <wim@fluendo.com>
6362
6363         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
6364         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
6365         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
6366         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
6367         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
6368         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
6369         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
6370         * gst/rtsp/gstrtspsrc.h:
6371         Reorganize stream parsing and creation.
6372         Detect container formats in interleaved mode.
6373         Keep more state about the streams.
6374         Assume a server also supports PLAY if it does not say.
6375         Add unicast and interleaved properties to TCP transport requests to make
6376         some servers happy (WMServer).
6377
6378         * gst/rtsp/sdpmessage.h:
6379         Add some defines for the standard Bandwidth types.
6380
6381 2006-09-19  Wim Taymans  <wim@fluendo.com>
6382
6383         * gst/rtsp/test.c: (main):
6384         Fix build.
6385
6386 2006-09-19  Wim Taymans  <wim@fluendo.com>
6387
6388         * gst/wavparse/gstwavparse.c:
6389         Add ms-gsm to the src template.
6390
6391 2006-09-18  Wim Taymans  <wim@fluendo.com>
6392
6393         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6394         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
6395         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
6396         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
6397         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
6398         * gst/rtsp/gstrtspsrc.h:
6399         Small cleanups, added documentation.
6400         Try to clean up the requests and responses.
6401         Refactor parsing the supported methods.
6402
6403         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
6404         (rtsp_connection_create), (rtsp_connection_send),
6405         (parse_response_status), (parse_request_line),
6406         (rtsp_connection_receive), (rtsp_connection_close),
6407         (rtsp_connection_free):
6408         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
6409         (rtsp_transport_init), (rtsp_transport_parse),
6410         (rtsp_transport_free):
6411         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
6412         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
6413         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
6414         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
6415         Use g_return_val some more.
6416
6417         * gst/rtsp/rtspdefs.h:
6418         Add more enum values to track initial states.
6419
6420         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
6421         (rtsp_message_init_request), (rtsp_message_new_response),
6422         (rtsp_message_init_response), (rtsp_message_init_data),
6423         (rtsp_message_unset), (rtsp_message_free),
6424         (rtsp_message_add_header), (rtsp_message_remove_header),
6425         (rtsp_message_get_header), (rtsp_message_set_body),
6426         (rtsp_message_take_body), (rtsp_message_get_body),
6427         (rtsp_message_steal_body), (rtsp_message_dump):
6428         * gst/rtsp/rtspmessage.h:
6429         Reorder arguments, object goes as the first one.
6430         Use g_return_val some more.
6431
6432 2006-09-18  Wim Taymans  <wim@fluendo.com>
6433
6434         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
6435         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
6436         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
6437         * gst/rtsp/gstrtspsrc.h:
6438         Export sometimes source pad with correct caps on the template, create
6439         the ghostpad from the template.
6440         Remove RTCP template as we never expose RTCP.
6441         Protect against invalid body size.
6442         Avoid memcpy when creating the output buffer.
6443         Properly post an error and send EOS when the loop function is shut down.
6444
6445 2006-09-18  Wim Taymans  <wim@fluendo.com>
6446
6447         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
6448
6449         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
6450         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
6451         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
6452         * gst/rtsp/gstrtspsrc.h:
6453         Make sure we can never set an invalid location.
6454
6455         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
6456         * gst/rtsp/rtspmessage.h:
6457         Added _steal_body method for future use.
6458
6459         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
6460         Make freeing of NULL url return immediatly.
6461
6462 2006-09-18  Wim Taymans  <wim@fluendo.com>
6463
6464         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
6465
6466         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
6467         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
6468         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
6469         (gst_rtspsrc_change_state):
6470         * gst/rtsp/gstrtspsrc.h:
6471         Use boilerplate.
6472         Make rtspsrc subclass GstBin to make state changes easier.
6473         Add Range header field on the PLAY request.
6474
6475 2006-09-18  Wim Taymans  <wim@fluendo.com>
6476
6477         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
6478
6479         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
6480         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
6481         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
6482         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
6483         * gst/rtsp/rtspconnection.c: (inet_aton):
6484         Small cleanups.
6485         when multicast is selected as the transport, create UDP sources and
6486         connect to the multicast group.
6487         Move parsing and setting of caps to a common place.
6488         Fixes #349894.
6489
6490 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
6491
6492         * ext/flac/gstflactag.c:
6493         * gst/alpha/gstalpha.c:
6494         * gst/debug/breakmydata.c:
6495         * gst/debug/negotiation.c:
6496         * gst/debug/testplugin.c:
6497         * gst/effectv/gstaging.c:
6498         * gst/effectv/gstdice.c:
6499         * gst/effectv/gstedge.c:
6500         * gst/effectv/gstquark.c:
6501         * gst/effectv/gstrev.c:
6502         * gst/effectv/gstshagadelic.c:
6503         * gst/effectv/gstvertigo.c:
6504         * gst/effectv/gstwarp.c:
6505         * gst/multipart/multipartdemux.c:
6506         * gst/multipart/multipartmux.c:
6507         * gst/videobox/gstvideobox.c:
6508         * gst/videofilter/gstgamma.c:
6509         * gst/videofilter/gstvideotemplate.c:
6510         * gst/videomixer/videomixer.c:
6511         * sys/sunaudio/gstsunaudiosrc.h:
6512         More G_OBJECT macro fixing.
6513
6514 2006-09-16  Wim Taymans  <wim@fluendo.com>
6515
6516         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
6517
6518         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
6519         Correctly set the dwLength in strh.
6520         With this patch, the file duration is now displayed correctly in window
6521         media player and the AVI plays completely. Fixes #356147
6522
6523 2006-09-15  Wim Taymans  <wim@fluendo.com>
6524
6525         Patch by: Darren Kenny <darren dot kenny at sun dot com>
6526
6527         * sys/sunaudio/gstsunaudiomixerctrl.c:
6528         (gst_sunaudiomixer_ctrl_build_list):
6529         Set the output track as the MASTER so that the gnome-settings-daemon
6530         keybindings for changing the volume using the keyboard works.
6531         Fixes #356142.
6532
6533 2006-09-15  Wim Taymans  <wim@fluendo.com>
6534
6535         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6536         Fix documentation, it is not possible to control the framerate of jpegdec
6537         using filtered caps yet. Fixes #355210.
6538         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
6539         stop when there is an error.
6540
6541 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
6542
6543         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
6544         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6545           Don't interpret a first buffer with an offset of NONE as
6546           'from the middle of the stream', but only a first buffer
6547           that has a valid buffer offset that's non-zero (see #345449).
6548
6549 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
6550
6551         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
6552         (gst_icydemux_typefind_or_forward):
6553         * gst/icydemux/gsticydemux.h:
6554           When we merge/collect multiple incoming buffers for typefinding
6555           purposes, keep an initial 0 offset on the first outgoing buffer
6556           as well (otherwise id3demux won't work right). Fixes #345449.
6557           Also Make buffer metadata writable before setting buffer caps.
6558
6559         * tests/check/elements/icydemux.c: (typefind_succeed),
6560         (cleanup_icydemux), (push_data), (GST_START_TEST),
6561         (icydemux_suite):
6562           Small test case for the above.
6563
6564 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
6565
6566         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
6567         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
6568         (gst_avi_demux_stream_header_push),
6569         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
6570         (gst_avi_demux_loop):
6571           More code reuse and better logging in _peek_chunk(). Reintroduce check
6572           for chunk sizes before reading them (avoid oom). Better handling for 
6573           invalid chunksizes when streaming.
6574
6575 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
6576
6577         * gst/level/gstlevel.c: (gst_level_set_property):
6578         * gst/level/gstlevel.h:
6579           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
6580           René Stadler
6581
6582 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
6583
6584         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
6585         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
6586         (gst_avi_demux_stream_data):
6587           Revert one change to fix streaming avi (adapter size != data size).
6588
6589 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
6590
6591         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
6592
6593         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
6594         (gst_matroska_demux_reset),
6595         (gst_matroska_demux_read_track_encodings),
6596         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
6597         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
6598         (gst_matroska_demux_subtitle_caps):
6599         * gst/matroska/matroska-ids.h:
6600           Add support for VOBSUB subtitle tracks and zlib-compressed
6601           tracks. Make sure we start on a keyframe after a seek. (#343348)
6602
6603 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
6604
6605         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
6606         (gst_matroska_demux_push_flac_codec_priv_data),
6607         (gst_matroska_demux_push_xiph_codec_priv_data),
6608         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
6609         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
6610         * gst/matroska/matroska-ids.h:
6611           Add basic FLAC support (#311586), not perfect yet though, needs some
6612           tweaking in flacdec; also, seeking could be better.
6613           Do better bounds checking when deserialising vorbis stream headers
6614           to make sure we don't read beyond the end of the buffer on bad input.
6615
6616 2006-09-04  Wim Taymans  <wim@fluendo.com>
6617
6618         Patch by: Alessandro Decina <alessandro at nnva dot org>
6619
6620         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
6621         Seeking back in a file containing a CMML stream errors out if the seek
6622         goes back up to the CMML headers. This is because after the seek the xml
6623         processing instruction <?xml ...?> is submitted to the xml parser again, 
6624         which results in an error. The attached patch fixes the problem. 
6625         Fixes #353908.
6626
6627         * ext/annodex/gstcmmlenc.h:
6628         Fix authors name.
6629
6630
6631 2006-08-28  Andy Wingo  <wingo@pobox.com>
6632
6633         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
6634         New helper function to lessen the ifdefs.
6635         (GST_INFO_OBJECT): 
6636         (gst_dv1394src_iso_receive): Use it.
6637         (gst_dv1394src_create): Also use the control sockets in iec61883
6638         mode.
6639         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
6640         handle for AVC operations; fixes #348233.
6641
6642 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
6643
6644         * configure.ac:
6645         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6646         * docs/plugins/inspect/plugin-audiofx.xml:
6647         * docs/plugins/inspect/plugin-audiofxgood.xml:
6648         * gst/audiofx/Makefile.am:
6649         * gst/audiofx/audiofx.c:
6650         * gst/audiofxgood/.cvsignore:
6651         * gst/audiofxgood/Makefile.am:
6652         * gst/audiofxgood/audiofx.c:
6653         * gst/audiofxgood/audiopanorama.c:
6654         * gst/audiofxgood/audiopanorama.h:
6655           Rename again (audiofxgood -> audiofx).
6656
6657 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
6658
6659         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
6660         (gst_avi_demux_stream_scan):
6661           Initialze variables.
6662
6663 2006-08-25  Wim Taymans  <wim@fluendo.com>
6664
6665         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
6666         (gst_avi_demux_init), (gst_avi_demux_finalize),
6667         (gst_avi_demux_reset), (gst_avi_demux_index_last),
6668         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
6669         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
6670         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
6671         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
6672         (gst_avi_demux_massage_index),
6673         (gst_avi_demux_calculate_durations_from_index),
6674         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
6675         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
6676         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
6677         (gst_avi_demux_change_state):
6678         * gst/avi/gstavidemux.h:
6679         More attempts to turn this into readable code.
6680         Don't leak adapters.
6681         Calculate duration according to index more efficiently.
6682         Don't try to act like we drive the pipeline in chain mode.
6683
6684 2006-08-25  Wim Taymans  <wim@fluendo.com>
6685
6686         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
6687         Fix build.
6688
6689 2006-08-25  Wim Taymans  <wim@fluendo.com>
6690
6691         Patch by: Alessandro Decina <alessandro at nnva dot org>
6692
6693         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
6694         Do some extra sanity checks.
6695         Fixes #350340.
6696
6697         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
6698         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
6699         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
6700         Check if clip->start_time is valid before adding the clip to the
6701         track list.
6702         Reset enc->preamble going from PAUSED to READY.
6703         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
6704         only used for EOS.
6705         Only post an error message if we were the one that created the fatal
6706         GstFlowReturn value.
6707
6708         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
6709         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
6710         Parse the seconds field of the npt-sec time format using %llu rather than
6711         %d and check that the value scaled by GST_SECOND doesn't overflow.
6712         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
6713         Lookup a clip's track with clip->track rather than clip->id which
6714         makes no sense.
6715         Identify a clip by its track and start time and not its xml id.
6716         do some more input checking and make sure we don't do undefined shifts.
6717
6718         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6719         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
6720         (cmml_tag_message_pop), (check_headers), (push_clip_full),
6721         (push_clip), (push_empty_clip), (check_output_clip),
6722         (GST_START_TEST), (cmmldec_suite):
6723         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6724         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
6725         (check_headers), (push_clip), (check_clip_times), (check_clip),
6726         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
6727         Added some more checks.
6728
6729 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
6730
6731         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
6732         (gst_audio_panorama_set_property),
6733         (gst_audio_panorama_get_property),
6734         (gst_audio_panorama_transform_m2s_int),
6735         (gst_audio_panorama_transform_s2s_int),
6736         (gst_audio_panorama_transform_m2s_float),
6737         (gst_audio_panorama_transform_s2s_float):
6738         * gst/audiofxgood/audiopanorama.h:
6739         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
6740           Make also the pan-property float (saves scaling and yields better
6741           resolution)
6742
6743 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
6744
6745         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
6746         (gst_audio_panorama_transform_m2s_float),
6747         (gst_audio_panorama_transform_s2s_float):
6748           ChangeLog surgery to add cymax's real name
6749
6750
6751 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
6752
6753         Patch by: René Stadler <mail@renestadler.de>
6754
6755         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
6756         (gst_audio_panorama_transform_m2s_int),
6757         (gst_audio_panorama_transform_s2s_int),
6758         (gst_audio_panorama_transform_m2s_float),
6759         (gst_audio_panorama_transform_s2s_float),
6760         (gst_audio_panorama_transform):
6761         * gst/audiofxgood/audiopanorama.h:
6762           Added float support
6763
6764 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
6765
6766         * gst/audiofxgood/audiopanorama.c:
6767         (gst_audio_panorama_transform_m2s):
6768           Fix docs & debug category. Add Fixme for volume pan levels.
6769
6770 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
6771
6772         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
6773         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
6774         (gst_avi_demux_stream_header_pull),
6775         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
6776         (gst_avi_demux_chain):
6777           unbreak AVI index handling, some more debug, remove an obsolete
6778           adapter_flush that caused streaming to wander off in the wild
6779
6780 2006-08-24  Wim Taymans  <wim@fluendo.com>
6781
6782         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6783         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
6784         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
6785         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6786         (gst_avi_demux_calculate_durations_from_index),
6787         (gst_avi_demux_stream_header_push),
6788         (gst_avi_demux_stream_header_pull):
6789         * gst/avi/gstavidemux.h:
6790         Some more cleanups. 
6791         Fix totalFrames parsing in ODML.
6792         Disable use of index for length calculation in case of ODML as this is
6793         broken now.
6794
6795 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
6796
6797         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
6798           Use libgsttag helper function here too.
6799
6800 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
6801
6802         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
6803         (gst_avi_demux_init), (gst_avi_demux_dispose),
6804         (gst_avi_demux_reset), (gst_avi_demux_index_next),
6805         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
6806         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
6807         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
6808         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
6809         (gst_avi_demux_parse_subindex),
6810         (gst_avi_demux_read_subindexes_push),
6811         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
6812         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6813         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
6814         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
6815         (gst_avi_demux_stream_header_pull),
6816         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
6817         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
6818         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
6819         (gst_avi_demux_change_state):
6820         * gst/avi/gstavidemux.h:
6821           Initial streaming support for avidemux (fixes #336465)
6822
6823 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6824
6825         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6826           There is no taglibmux element ...
6827
6828         * gst/rtsp/gstrtspsrc.c:
6829           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
6830           was complaining about unknown entity here.
6831
6832 2006-08-22  Wim Taymans  <wim@fluendo.com>
6833
6834         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
6835         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
6836         (gst_avi_demux_process_next_entry):
6837         * gst/avi/gstavidemux.h:
6838         Mark DISCONT.
6839         Remove old unused fields and reorder the struct a bit.
6840
6841 2006-08-22  Wim Taymans  <wim@fluendo.com>
6842
6843         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6844         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
6845         (gst_rtspsrc_pause):
6846         * gst/rtsp/gstrtspsrc.h:
6847         * sys/oss/gstosssink.c: (gst_oss_sink_open),
6848         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
6849         Small documentation updates.
6850
6851 2006-08-22  Wim Taymans  <wim@fluendo.com>
6852
6853         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
6854         (gst_avi_demux_index_entry_for_time),
6855         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
6856         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
6857         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
6858         (gst_avi_demux_next_data_buffer),
6859         (gst_avi_demux_calculate_durations_from_index),
6860         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
6861         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
6862         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
6863         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
6864         * gst/avi/gstavidemux.h:
6865         Precalc most of the duration query for each stream.
6866         Make seeking more correct.
6867         Use GstSegment to track position and duration.
6868         Code cleanups and leak fixes.
6869         Calculate correct total duration based on index length.
6870
6871 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
6872
6873         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
6874         (parse_insert_string_field):
6875           If strings in text fields are marked ISO8859-1, but contain
6876           valid UTF-8 already, then handle them as UTF-8 and ignore
6877           the encoding. (#351794)
6878
6879 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6880
6881         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
6882         (gst_flac_dec_write), (gst_flac_dec_loop),
6883         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
6884         (gst_flac_dec_src_query):
6885         * ext/flac/gstflacdec.h:
6886           Make flac-in-ogg work (#352100).
6887
6888 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6889
6890         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
6891           Don't unref buffers of which we've already given away
6892           ownership to the adapter.
6893
6894 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6895
6896         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
6897           Make metadata extraction actually work.
6898
6899         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
6900         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
6901         (gst_speexenc_chain):
6902           Fix metadata writing: replace old code which wrote completely
6903           broken tags with libgsttag-based code. Plus miscellaneous
6904           code cleanups (use static pad templates etc.) and a bunch
6905           of leak fixes.
6906
6907 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
6908
6909         * gst/audiopanorama/.cvsignore:
6910         * gst/audiopanorama/Makefile.am:
6911         * gst/audiopanorama/audiofx.c:
6912         * gst/audiopanorama/audiopanorama.c:
6913         * gst/audiopanorama/audiopanorama.h:
6914           die! die! die! you should never have been there
6915
6916 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
6917
6918         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
6919         Fix invalid memory access in audiopanorama test suite.
6920
6921 2006-08-21  Edward Hervey  <edward@fluendo.com>
6922
6923         * tests/check/elements/.cvsignore:
6924         ignore built file
6925
6926 2006-08-21  Wim Taymans  <wim@fluendo.com>
6927
6928         * gst/rtp/Makefile.am:
6929         Fix the build again.
6930
6931 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
6932
6933         * gst/audiofxgood/.cvsignore:
6934         * gst/audiofxgood/Makefile.am:
6935         * gst/audiofxgood/audiofx.c: (plugin_init):
6936         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
6937         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6938         (gst_audio_panorama_set_property),
6939         (gst_audio_panorama_get_property),
6940         (gst_audio_panorama_get_unit_size),
6941         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
6942         (gst_audio_panorama_transform_m2s),
6943         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
6944         * gst/audiofxgood/audiopanorama.h:
6945           resubmit with the desired name *again*
6946
6947 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
6948
6949         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
6950         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
6951           use g_assert in _get_unit_size
6952
6953 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
6954
6955         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6956         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6957         * docs/plugins/inspect/plugin-audiofxgood.xml:
6958           cleanup -unused.txt to make it useful, add previously missing docs
6959
6960         * ext/Makefile.am:
6961           Quietly (accidentally) enable LADSPA for building by default, 
6962           despite the fact that it doesn't meet the plugin checklist.
6963             -- Added by Jan Schmidt 18 Dec 2006
6964
6965         * ext/esd/esdmon.c:
6966         * ext/esd/esdsink.c:
6967         * ext/esd/gstesd.c: (plugin_init):
6968           reflow to get rid of two external symbols
6969
6970         * gst/audiofxgood/audiofx.c: (plugin_init):
6971           re-add
6972
6973 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
6974
6975         * configure.ac:
6976         * gst/audiofxgood/.cvsignore:
6977         * gst/audiofxgood/Makefile.am:
6978         * gst/audiofxgood/audiofx.c
6979         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
6980         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6981         (gst_audio_panorama_set_property),
6982         (gst_audio_panorama_get_property),
6983         (gst_audio_panorama_get_unit_size),
6984         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
6985         (gst_audio_panorama_transform_m2s),
6986         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
6987         * gst/audiofxgood/audiopanorama.h:
6988         * tests/check/Makefile.am:
6989         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
6990         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
6991         (panorama_suite), (main):
6992         Add audiofxgood plugin with audiopanorama element
6993
6994 2006-08-18  Wim Taymans  <wim@fluendo.com>
6995
6996         * docs/plugins/Makefile.am:
6997         More Oss docs fixage. 
6998
6999 2006-08-18  Wim Taymans  <wim@fluendo.com>
7000
7001         * gst/rtp/Makefile.am:
7002         * gst/rtp/gstrtp.c: (plugin_init):
7003         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
7004         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
7005         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
7006         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
7007         (gst_rtp_sv3v_depay_get_property),
7008         (gst_rtp_sv3v_depay_change_state),
7009         (gst_rtp_sv3v_depay_plugin_init):
7010         * gst/rtp/gstrtpsv3vdepay.h:
7011         Added experimental SVQ3 depayloader.
7012
7013 2006-08-18  Edward Hervey  <edward@fluendo.com>
7014
7015         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
7016         (gst_dvdemux_loop), (gst_dvdemux_change_state):
7017         * ext/dv/gstdvdemux.h:
7018         When handling seek requests, don't send the newsegment event from the
7019         calling thread. Instead save it so it can be sent from the streaming
7020         thread.
7021
7022 2006-08-17  Wim Taymans  <wim@fluendo.com>
7023
7024         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7025
7026         * gst/multipart/multipartdemux.c: (multipart_parse_header):
7027         Accept leading whitespace before the boundary
7028         This patch makes the demuxer allow some whitespace before the actual
7029         boundary. This makes the demuxer work with the ``old'' gstreamer
7030         multipartmuxer again (which placed an extra \n before the start
7031         of the stream) Fixes #349068.
7032
7033 2006-08-17  Wim Taymans  <wim@fluendo.com>
7034
7035         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
7036         Error out on non-implemented stuff.
7037
7038 2006-08-16  Wim Taymans  <wim@fluendo.com>
7039
7040         Patch by: Andy Wingo <wingo at pobox dot com>
7041
7042         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
7043         (gst_signal_processor_start), (gst_signal_processor_stop),
7044         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
7045         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
7046         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
7047         (gst_signal_processor_change_state):
7048         Make ladspa elements reusable. Fixes #350006.
7049
7050 2006-08-16  Wim Taymans  <wim@fluendo.com>
7051
7052         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
7053         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
7054         names as possible. Fixes #349901.
7055
7056 2006-08-16  Wim Taymans  <wim@fluendo.com>
7057
7058         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
7059         (gst_signal_processor_do_pushes):
7060         A push() gives away our refcount so we should not use the buffer on the
7061         pen anymore.
7062
7063 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
7064
7065         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
7066         (gst_oss_mixer_element_finalize):
7067           Don't leak device string.
7068
7069 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
7070
7071         * configure.ac:
7072           Require CVS of GStreamer core and -base (for
7073           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
7074
7075         * ext/taglib/gstid3v2mux.cc:
7076           Write extended comment tags properly (#348762).
7077
7078         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
7079         (parse_comment_frame):
7080           Extract COMM frames into extended comments, which makes it
7081           easier to properly retain the description bit of the tag
7082           and maintain this information when re-tagging (#348762).
7083
7084 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
7085
7086         * tests/check/Makefile.am:
7087           Don't try to run annodex unit tests if the annodex
7088           plugin has not been built (Fixes #351116).
7089
7090 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
7091
7092         * gst/autodetect/gstautoaudiosink.c:
7093         (gst_auto_audio_sink_find_best):
7094           When we can't find a usable audiosink, don't error out,
7095           but use a fake sink instead and post a warning message
7096           on the bus (#341278).
7097
7098 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
7099
7100         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
7101         * sys/oss/gstosssink.c:
7102         * sys/oss/gstosssrc.c:
7103           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
7104           ossmixer's new device property.
7105
7106         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7107         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7108           Add docs for OSS elements.
7109
7110         * docs/plugins/inspect/plugin-aasink.xml:
7111         * docs/plugins/inspect/plugin-alaw.xml:
7112         * docs/plugins/inspect/plugin-alpha.xml:
7113         * docs/plugins/inspect/plugin-alphacolor.xml:
7114         * docs/plugins/inspect/plugin-annodex.xml:
7115         * docs/plugins/inspect/plugin-apetag.xml:
7116         * docs/plugins/inspect/plugin-auparse.xml:
7117         * docs/plugins/inspect/plugin-autodetect.xml:
7118         * docs/plugins/inspect/plugin-avi.xml:
7119         * docs/plugins/inspect/plugin-cacasink.xml:
7120         * docs/plugins/inspect/plugin-cairo.xml:
7121         * docs/plugins/inspect/plugin-cdio.xml:
7122         * docs/plugins/inspect/plugin-cutter.xml:
7123         * docs/plugins/inspect/plugin-debug.xml:
7124         * docs/plugins/inspect/plugin-dv.xml:
7125         * docs/plugins/inspect/plugin-efence.xml:
7126         * docs/plugins/inspect/plugin-effectv.xml:
7127         * docs/plugins/inspect/plugin-esdsink.xml:
7128         * docs/plugins/inspect/plugin-flac.xml:
7129         * docs/plugins/inspect/plugin-flxdec.xml:
7130         * docs/plugins/inspect/plugin-gconfelements.xml:
7131         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
7132         * docs/plugins/inspect/plugin-goom.xml:
7133         * docs/plugins/inspect/plugin-halelements.xml:
7134         * docs/plugins/inspect/plugin-icydemux.xml:
7135         * docs/plugins/inspect/plugin-id3demux.xml:
7136         * docs/plugins/inspect/plugin-jpeg.xml:
7137         * docs/plugins/inspect/plugin-level.xml:
7138         * docs/plugins/inspect/plugin-matroska.xml:
7139         * docs/plugins/inspect/plugin-mulaw.xml:
7140         * docs/plugins/inspect/plugin-multipart.xml:
7141         * docs/plugins/inspect/plugin-navigationtest.xml:
7142         * docs/plugins/inspect/plugin-ossaudio.xml:
7143         * docs/plugins/inspect/plugin-png.xml:
7144         * docs/plugins/inspect/plugin-rtp.xml:
7145         * docs/plugins/inspect/plugin-rtsp.xml:
7146         * docs/plugins/inspect/plugin-shout2send.xml:
7147         * docs/plugins/inspect/plugin-smpte.xml:
7148         * docs/plugins/inspect/plugin-speex.xml:
7149         * docs/plugins/inspect/plugin-taglib.xml:
7150         * docs/plugins/inspect/plugin-udp.xml:
7151         * docs/plugins/inspect/plugin-videobalance.xml:
7152         * docs/plugins/inspect/plugin-videobox.xml:
7153         * docs/plugins/inspect/plugin-videoflip.xml:
7154         * docs/plugins/inspect/plugin-videomixer.xml:
7155         * docs/plugins/inspect/plugin-wavenc.xml:
7156         * docs/plugins/inspect/plugin-wavparse.xml:
7157         * docs/plugins/inspect/plugin-ximagesrc.xml:
7158           Update to CVS version.
7159           
7160 2006-08-16  Wim Taymans  <wim@fluendo.com>
7161
7162         * gst/rtp/gstrtpamrdepay.c:
7163         * gst/rtp/gstrtpmp4gdepay.c:
7164         Caps extra properties must be defined as strings for
7165         depayloaders because they are generated from an SDP.
7166
7167         * gst/rtp/Makefile.am:
7168         * gst/rtp/gstrtp.c: (plugin_init):
7169         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
7170         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
7171         (gst_rtp_h264_depay_finalize), (decode_base64),
7172         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
7173         (gst_rtp_h264_depay_set_property),
7174         (gst_rtp_h264_depay_get_property),
7175         (gst_rtp_h264_depay_change_state),
7176         (gst_rtp_h264_depay_plugin_init):
7177         * gst/rtp/gstrtph264depay.h:
7178         Added basic, not completely functional RFC 3984 H264 depayloader.
7179
7180 2006-08-16  Wim Taymans  <wim@fluendo.com>
7181
7182         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
7183         Add pads after setting them up.
7184
7185         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7186         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7187         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
7188         (gst_rtspsrc_stream_setup_rtp),
7189         (gst_rtspsrc_stream_configure_transport),
7190         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
7191         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7192         (gst_rtspsrc_pause):
7193         * gst/rtsp/gstrtspsrc.h:
7194         Fix interleaved mode.
7195          - Protect streaming with lock.
7196          - Combine flows
7197          - set caps on outgoing buffers.
7198          - strip trailing \0 from data packets.
7199          - Configure RTP/RTCP in stream.
7200         Use DEBUG_OBJECT more.
7201
7202 2006-08-16  Wim Taymans  <wim@fluendo.com>
7203
7204         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
7205         Turn a g_print into a DEBUG line.
7206
7207 2006-08-13  Wim Taymans  <wim@fluendo.com>
7208
7209         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
7210         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
7211         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
7212         (gst_oss_mixer_element_get_property),
7213         (gst_oss_mixer_element_change_state):
7214         * sys/oss/gstossmixerelement.h:
7215         Small cleanups. Better error reporting.
7216         Add device property for the mixer instead of the hardcoded
7217         /dev/mixer. Fixes #350785.
7218         API: GstOssMixerElement::device property
7219
7220 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7221
7222         Patch by: Jens Granseuer <jensgr at gmx net>
7223
7224         * gconf/Makefile.am:
7225           Make --disable-schemas work right (they still need
7226           to be copied to the installation directory, just not
7227           applied). Fixes #351347 (also #344100).
7228           
7229 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7230
7231         * configure.ac: back to HEAD
7232
7233 === release 0.10.4 ===
7234
7235 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
7236
7237         * configure.ac:
7238           releasing 0.10.4, "Dear Leader"
7239
7240 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7241
7242         Patch by: Edward Hervey <edward@fluendo.com>
7243
7244         * configure.ac:
7245         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7246         (gst_wavparse_stream_data):
7247         Send the newsegment event in the streaming thread.
7248         Fixes #347529
7249
7250 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
7251
7252         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7253         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
7254         (gst_smokeenc_resync), (gst_smokeenc_chain):
7255           Refuse sink caps in the encoder if width or height is not a
7256           multiple of 16, the encoder does not support that yet (#349939);
7257           along the same lines, check the return value of the encoder
7258           setup function; also remove some debug log clutter.
7259
7260 2006-08-04  Andy Wingo  <wingo@pobox.com>
7261
7262         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
7263         whether a processor can work in place or not, and for keeping
7264         track of its state. Change the FlowReturn instance variable from
7265         "state" to "flow_state", all callers changed.
7266
7267         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
7268         (gst_signal_processor_start, gst_signal_processor_stop)
7269         (gst_signal_processor_cleanup): New functions to manage the
7270         processor's state.
7271         (gst_signal_processor_setcaps): start() as well as setup() here.
7272         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
7273         (gst_signal_processor_change_state): Stop and cleanup the
7274         processor as we go to NULL.
7275
7276         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
7277         INPLACE_BROKEN is not set.
7278
7279         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
7280         Do the alloc_buffer in bytes, not frames.
7281         
7282 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7283
7284         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7285         Fix rgb masks when recording in < 24bpp.
7286
7287 2006-08-04  Andy Wingo  <wingo@pobox.com>
7288
7289         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
7290         (gst_signal_processor_prepare)
7291         (gst_signal_processor_update_inputs)
7292         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
7293         (gst_signal_processor_flush)
7294         (gst_signal_processor_sink_activate_push)
7295         (gst_signal_processor_src_activate_pull)
7296         (gst_signal_processor_change_state): Remove the last of the code
7297         that assumes that we process whole buffers at a time. Fix some
7298         debugging. Seems to work now in some cases.
7299         (gst_signal_processor_src_activate_pull): BPB
7300
7301 2006-08-01  Andy Wingo  <wingo@pobox.com>
7302
7303         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
7304         Fix nframes-choosing.
7305         (gst_signal_processor_init): Init pending_in and pending_out.
7306
7307         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
7308         more default sample rate, although we never check that the sample
7309         rate actually gets set. Something for the future.
7310         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
7311         (gst_signal_processor_event): Refcount fixen.
7312         (gst_signal_processor_process): Pull the number of frames to
7313         process from the sizes of the buffers in the input pens.
7314         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
7315         (gst_signal_processor_do_pulls): Add an nframes argument, and use
7316         it instead of buffer_frames.
7317         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
7318         to do_pulls.
7319         (gst_signal_processor_chain)
7320         (gst_signal_processor_sink_activate_push)
7321         (gst_signal_processor_src_activate_pull):  Refcount fixen.
7322
7323         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
7324
7325 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
7326
7327         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
7328         (gst_signal_processor_process):
7329           don't query buffer-frames from caps, add lots of debug-log,
7330           try fix for assert (#349189)
7331
7332 2006-07-31  Wim Taymans  <wim@fluendo.com>
7333
7334         * gst/udp/gstudpsrc.c:
7335         Fix docs.
7336
7337 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
7338
7339         * ext/ladspa/gstsignalprocessor.c:
7340         (gst_signal_processor_add_pad_from_template),
7341         (gst_signal_processor_init), (gst_signal_processor_setcaps),
7342         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
7343         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
7344         (gst_signal_processor_sink_activate_push),
7345         (gst_signal_processor_src_activate_pull),
7346         (gst_signal_processor_change_state):
7347          Add debugs logs here and there, add more error handling, add some
7348          FIXME comments, filed #349189
7349
7350 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7351
7352         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
7353         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
7354         Set caps on buffer correctly.  Fixes bug #349155.
7355
7356 2006-07-28  Wim Taymans  <wim@fluendo.com>
7357
7358         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7359
7360         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
7361         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
7362         (gst_multipart_demux_finalize), (get_line_end),
7363         (multipart_parse_header), (multipart_find_boundary),
7364         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
7365         (gst_multipart_set_property), (gst_multipart_get_property):
7366         Uses GstAdapter instead of own buffering.
7367         Actually parses the mime-type correctly (In tests the mime-type was
7368         always "" with the old version).
7369         Uses the Content-length header if available to speed up things.
7370         Reliably autoscans the boundary name by default.
7371         Fixes #349068.
7372
7373         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
7374         Don't start the stream with a \n.
7375
7376 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
7377
7378         Patch by: Brian Cameron <brian dot cameron at sun com>
7379
7380         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
7381           Open source with O_NONBLOCK (#349015).
7382
7383 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
7384
7385         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7386         (gst_avi_demux_massage_index):
7387         * gst/avi/gstavidemux.h:
7388           Whitespace fixes and more debug
7389
7390 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
7391
7392         * gst/autodetect/gstautoaudiosink.c:
7393         (gst_auto_audio_sink_create_element_with_pretty_name),
7394         (gst_auto_audio_sink_find_best),
7395         (gst_auto_audio_sink_change_state):
7396           Get rid of old and unused magic sound-server properties stuff.
7397           Add suffix to child sink's name that makes it easy to see from
7398           the name alone which type it actually is (alsa, oss, esd, etc.).
7399
7400 2006-07-27  Wim Taymans  <wim@fluendo.com>
7401
7402         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7403         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
7404         (gst_udpsrc_start):
7405         * gst/udp/gstudpsrc.h:
7406         Rename "buffer" to "buffer-size" to make clear it is a size we set and
7407         not some sort of feature we enable.
7408
7409 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
7410
7411         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7412           Use CLOSE_SOCKET() here instead of close() to maintain
7413           win32 workiness.
7414
7415 2006-07-27  Wim Taymans  <wim@fluendo.com>
7416
7417         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
7418
7419         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7420         (gst_udpsrc_create), (gst_udpsrc_set_property),
7421         (gst_udpsrc_get_property), (gst_udpsrc_start):
7422         * gst/udp/gstudpsrc.h:
7423         Added "buffer-size" property to control the kernel receive buffer size.
7424         Update documentation.
7425         Small cleanups. Fixes #348752.
7426         API: buffer-size property
7427
7428 2006-07-26  Wim Taymans  <wim@fluendo.com>
7429
7430         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
7431
7432         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7433         (gst_rtp_pcma_pay_handle_buffer):
7434         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
7435         (gst_rtp_pcmu_pay_handle_buffer):
7436         Fix timestamp calculation on outgoing RTP packets.
7437         Fixes #348675.
7438
7439 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
7440
7441         * ext/taglib/gstid3v2mux.cc:
7442           Fix writing of comment frames (should be COMM not TCOM),
7443           is still sub-optimal though, since we don't retain or
7444           extract the comment descriptions properly (#334375,
7445           also see #334375).
7446
7447 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
7448
7449         * gst/wavparse/gstwavparse.c:
7450           #define 'fact' RIFF chunk if we are not compiling against
7451           -base CVS (we don't want to depend on -base CVS for this
7452           one define only, and also not for release order reasons).
7453
7454 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
7455
7456         * ext/taglib/gstid3v2mux.cc:
7457           Handle multiple tags of the same type properly. Re-inject
7458           unparsed ID3v2 frames that we get as binary blobs from
7459           id3demux into the tag again so we don't lose information
7460           when retagging (#334375).
7461
7462 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
7463
7464         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
7465           Document newly-added properties properly, so that there is a
7466           'Since: 0.10.4' in the plugin docs. Convert some property
7467           names into canonical GObject style (GObject will do that
7468           internally anyway).
7469
7470 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
7471
7472         * gst/id3demux/id3tags.c:
7473         (id3demux_add_id3v2_frame_blob_to_taglist):
7474           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
7475           well, and add the version to the blob's buffer caps, since that
7476           information will be needed for deserialisation later on (#348644).
7477
7478 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
7479
7480         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
7481         (gst_avi_demux_parse_stream):
7482          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
7483          indentation and spacing.
7484
7485 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
7486
7487         * docs/plugins/Makefile.am:
7488         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7489         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7490         * docs/plugins/gst-plugins-good-plugins.args:
7491         * docs/plugins/inspect/plugin-1394.xml:
7492         * docs/plugins/inspect/plugin-aasink.xml:
7493         * docs/plugins/inspect/plugin-alaw.xml:
7494         * docs/plugins/inspect/plugin-alpha.xml:
7495         * docs/plugins/inspect/plugin-alphacolor.xml:
7496         * docs/plugins/inspect/plugin-annodex.xml:
7497         * docs/plugins/inspect/plugin-apetag.xml:
7498         * docs/plugins/inspect/plugin-auparse.xml:
7499         * docs/plugins/inspect/plugin-autodetect.xml:
7500         * docs/plugins/inspect/plugin-avi.xml:
7501         * docs/plugins/inspect/plugin-cacasink.xml:
7502         * docs/plugins/inspect/plugin-cairo.xml:
7503         * docs/plugins/inspect/plugin-cdio.xml:
7504         * docs/plugins/inspect/plugin-cutter.xml:
7505         * docs/plugins/inspect/plugin-debug.xml:
7506         * docs/plugins/inspect/plugin-dv.xml:
7507         * docs/plugins/inspect/plugin-efence.xml:
7508         * docs/plugins/inspect/plugin-effectv.xml:
7509         * docs/plugins/inspect/plugin-esdsink.xml:
7510         * docs/plugins/inspect/plugin-flac.xml:
7511         * docs/plugins/inspect/plugin-flxdec.xml:
7512         * docs/plugins/inspect/plugin-gconfelements.xml:
7513         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
7514         * docs/plugins/inspect/plugin-goom.xml:
7515         * docs/plugins/inspect/plugin-halelements.xml:
7516         * docs/plugins/inspect/plugin-icydemux.xml:
7517         * docs/plugins/inspect/plugin-id3demux.xml:
7518         * docs/plugins/inspect/plugin-jpeg.xml:
7519         * docs/plugins/inspect/plugin-level.xml:
7520         * docs/plugins/inspect/plugin-matroska.xml:
7521         * docs/plugins/inspect/plugin-mulaw.xml:
7522         * docs/plugins/inspect/plugin-multipart.xml:
7523         * docs/plugins/inspect/plugin-navigationtest.xml:
7524         * docs/plugins/inspect/plugin-ossaudio.xml:
7525         * docs/plugins/inspect/plugin-png.xml:
7526         * docs/plugins/inspect/plugin-rtp.xml:
7527         * docs/plugins/inspect/plugin-rtsp.xml:
7528         * docs/plugins/inspect/plugin-shout2send.xml:
7529         * docs/plugins/inspect/plugin-smpte.xml:
7530         * docs/plugins/inspect/plugin-speex.xml:
7531         * docs/plugins/inspect/plugin-udp.xml:
7532         * docs/plugins/inspect/plugin-videobalance.xml:
7533         * docs/plugins/inspect/plugin-videobox.xml:
7534         * docs/plugins/inspect/plugin-videoflip.xml:
7535         * docs/plugins/inspect/plugin-videomixer.xml:
7536         * docs/plugins/inspect/plugin-wavenc.xml:
7537         * docs/plugins/inspect/plugin-wavparse.xml:
7538         * docs/plugins/inspect/plugin-ximagesrc.xml:
7539           Update files to CVS/Prerelease version, add esdsink docs.
7540
7541         * ext/esd/esdsink.c:
7542           Add gtk-doc blurb.
7543
7544         * gst/rtp/gstrtpmp4vpay.c:
7545           Fix typo in element description.
7546
7547 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
7548
7549         * ext/esd/esdsink.c: (gst_esdsink_open),
7550         (gst_esdsink_factory_init):
7551           Prevent libesd from auto-spawning a sound daemon if it
7552           is not already running. Now that we don't do evil stuff
7553           like that any longer we can give esdsink a rank so that
7554           autoaudiosink will try it as well if all other audio
7555           sinks fail (#343051).
7556
7557 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
7558
7559         * ext/esd/Makefile.am:
7560           Oops, need to remove README from EXTRA_DIST as well.
7561
7562 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
7563
7564         * ext/esd/README:
7565           Remove, it contains nothing useful anyway.
7566
7567         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
7568         (gst_esdsink_delay):
7569           Some small clean-ups; use GST_BOILERPLATE etc.
7570
7571 2006-07-24  Wim Taymans  <wim@fluendo.com>
7572
7573         * gst/law/alaw-decode.c: (alawdec_getcaps):
7574         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
7575         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
7576         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
7577         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
7578
7579 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
7580
7581         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
7582         (gst_wavparse_other), (gst_wavparse_perform_seek),
7583         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
7584         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
7585         (gst_wavparse_pad_query):
7586         * gst/wavparse/gstwavparse.h:
7587           Use information from 'fact' chunk for length calculation of compressed
7588           samples. Calculate bps if bogus value is found in wav header (embeded
7589           mp2/mp3).
7590           
7591
7592 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
7593
7594         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
7595
7596         * configure.ac:
7597         * gst/udp/Makefile.am:
7598         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
7599         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
7600         * gst/udp/gstdynudpsink.h:
7601         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
7602         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
7603         * gst/udp/gstmultiudpsink.h:
7604         * gst/udp/gstudp.c: (plugin_init):
7605         * gst/udp/gstudpsink.h:
7606         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
7607         (gst_udpsrc_start), (gst_udpsrc_stop):
7608         * gst/udp/gstudpsrc.h:
7609         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
7610         (gst_udp_net_utils_win32_wsa_startup):
7611         * gst/udp/gstudpnetutils.h:
7612           Port udp plugin to win32 (#345288).
7613
7614 2006-07-24  Wim Taymans  <wim@fluendo.com>
7615
7616         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
7617         Remove unwanted DEBUG line.
7618
7619 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7620
7621         * gst/id3demux/gstid3demux.c: (plugin_init):
7622         * gst/id3demux/id3tags.c:
7623         (id3demux_add_id3v2_frame_blob_to_taglist):
7624         * gst/id3demux/id3tags.h:
7625           On second thought, it might be wiser and more efficient
7626           not to do tag registration from a streaming thread.
7627
7628 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7629
7630         * gst/id3demux/id3tags.c:
7631         (id3demux_add_id3v2_frame_blob_to_taglist),
7632         (id3demux_id3v2_frames_to_tag_list):
7633           Put ID3v2 frames we can't parse as binary blobs into private
7634           tags, so that they are not lost when retagging, at least once
7635           id3v2mux has been taught to re-inject those frames again.
7636           See bug #334375.
7637
7638 2006-07-21  Wim Taymans  <wim@fluendo.com>
7639
7640         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
7641         (gst_avi_demux_process_next_entry):
7642         Fix some leaks.
7643
7644         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
7645         Don't use \n in debug lines.
7646
7647 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
7648
7649         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7650         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7651           Add annodex and icydemux, cleanup the sections a bit
7652
7653 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
7654
7655         Patch by: Alex Lancaster <alexl at users sourceforge net>
7656
7657         * ext/taglib/gstid3v2mux.cc:
7658           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
7659           ID3v2 TSSE frames (#347898).
7660
7661 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
7662
7663         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
7664           Respect mpegversion for "video/mpeg" and give message in case of
7665           unhandled versions.
7666
7667 2006-07-17  Wim Taymans  <wim@fluendo.com>
7668
7669         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
7670         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
7671         (gst_pngdec_chain), (gst_pngdec_sink_event),
7672         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
7673         (gst_pngdec_sink_activate_push):
7674         * ext/libpng/gstpngdec.h:
7675         Use statically allocated segment instead of leaking.
7676         Various cleanups.
7677         Fix flush and seek handling.
7678
7679 2006-07-16  Wim Taymans  <wim@fluendo.com>
7680
7681         * gst/rtp/Makefile.am:
7682         * gst/rtp/gstrtp.c: (plugin_init):
7683         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
7684         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
7685         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
7686         (gst_rtp_mp4g_depay_set_property),
7687         (gst_rtp_mp4g_depay_get_property),
7688         (gst_rtp_mp4g_depay_change_state),
7689         (gst_rtp_mp4g_depay_plugin_init):
7690         * gst/rtp/gstrtpmp4gdepay.h:
7691         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
7692         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
7693         (gst_rtp_mp4g_pay_flush):
7694         Added simple generic mpeg4 depayloader.
7695         Fix generic mpeg4 payloader.
7696
7697 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
7698
7699         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
7700           Don't try doing state changes on a NULL pointer.
7701
7702 2006-07-14  Wim Taymans  <wim@fluendo.com>
7703
7704         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7705
7706         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
7707         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
7708         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
7709         * gst/rtp/gstrtpamrdepay.h:
7710         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
7711         Fixes #321191
7712
7713 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7714
7715         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
7716         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
7717         Fix segfault when moving mouse pointer to the bottom right corner.
7718
7719 2006-07-12  Wim Taymans  <wim@fluendo.com>
7720
7721         * gst/rtp/Makefile.am:
7722         * gst/rtp/gstrtp.c: (plugin_init):
7723         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
7724         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
7725         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
7726         (gst_rtp_mp2t_depay_set_property),
7727         (gst_rtp_mp2t_depay_get_property),
7728         (gst_rtp_mp2t_depay_change_state),
7729         (gst_rtp_mp2t_depay_plugin_init):
7730         * gst/rtp/gstrtpmp2tdepay.h:
7731         Added mpeg2 TS depayloader. Closing #347234.
7732
7733 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
7734
7735         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
7736           Remove g_assert that shouldn't be there and was triggered
7737           after trying to open a device that doesn't exist or can't
7738           be opened for some other reason (#347972).
7739
7740 2006-07-10  Edward Hervey  <edward@fluendo.com>
7741
7742         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
7743         (gst_avi_demux_stream_header), (push_tag_lists):
7744         * gst/avi/gstavidemux.h:
7745         Don't push tag events found by gst_riff_parse_info() before outputting
7746         GST_EVENT_NEWSEGMENT.
7747
7748 2006-07-10  Wim Taymans  <wim@fluendo.com>
7749
7750         * gst/rtsp/Makefile.am:
7751         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
7752         (rtsp_connection_close):
7753         * gst/rtsp/rtspdefs.h:
7754         replaced closesocket and close in code with one CLOSE_SOCKET. 
7755         Some more cleanups. Fixes #345301.
7756
7757 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
7758
7759         * gst/autodetect/gstautoaudiosink.c:
7760           Fix example pipeline in docs.
7761
7762 2006-07-10  Wim Taymans  <wim@fluendo.com>
7763
7764         Patch by: Rob Taylor <robtaylor at floopily dot org>
7765
7766         * gst/udp/gstmultiudpsink.c: (join_multicast),
7767         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
7768         If a destination is added before the stream is set to PAUSED, the
7769         multicast group is not joined as the socket is not created yet. 
7770         Also TTL and LOOP should also be set. Fixes #346921.
7771
7772 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7773
7774         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
7775         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
7776         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
7777         (gst_ximage_src_init):
7778         * sys/ximage/gstximagesrc.h:
7779         Fix use-damage property to actually work :)
7780         Add startx, starty, endx, endy properties so screencasts other than full
7781         screen ones can work.
7782
7783 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7784
7785         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
7786         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
7787         (gst_ximage_src_class_init), (gst_ximage_src_init):
7788         * sys/ximage/gstximagesrc.h:
7789         Add use_damage property to offer ability to choose whether to use
7790         XDamage or not.
7791
7792 2006-07-07  Wim Taymans  <wim@fluendo.com>
7793
7794         * gst/goom/filters.c: (zoomFilterSetResolution):
7795         Avoid goom coredumping by clearing memory. 
7796         Fixes 345679.
7797
7798 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
7799
7800         * win32/vs6/libgstid3demux.dsp:
7801         Add a link to libgsttag-0.10.lib.
7802
7803 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
7804
7805         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
7806         (gst_tag_demux_read_range):
7807         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
7808         (gst_id3demux_read_range):
7809           Don't return FLOW_UNEXPECTED when a buffer is before
7810           the start of the stream (which might happen with
7811           large ID3v2 tags if the tag reading was done pullrange
7812           based and we then switched to push mode later on).
7813           Fixes regression introduced by commit from June 29th.
7814
7815 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
7816
7817         * ext/taglib/gstid3v2mux.cc:
7818           Make UTF-8 the default encoding when writing string
7819           tags (before, our UTF-8 strings would automatically
7820           be converted to ISO-8859-1 by taglib and written as
7821           ISO-8859-1 fields if that was possible).
7822
7823         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
7824         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
7825         (test_taglib_id3mux_with_tags):
7826           Add test case that makes sure our UTF-8 strings have
7827           actually been written into the tag as UTF-8.
7828
7829 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
7830
7831         * configure.ac:
7832           Let's try that again.
7833
7834 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
7835
7836         * configure.ac:
7837           Disable monoscope plugin for now until it fulfills
7838           all the requirements.
7839
7840 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
7841
7842         * configure.ac:
7843         * gst/monoscope/Makefile.am:
7844         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
7845         (gst_monoscope_class_init), (gst_monoscope_init),
7846         (gst_monoscope_finalize), (gst_monoscope_reset),
7847         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
7848         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
7849         (gst_monoscope_sink_event), (gst_monoscope_src_event),
7850         (gst_monoscope_change_state), (plugin_init):
7851         * gst/monoscope/gstmonoscope.h:
7852           Port monoscope visualisation to 0.10.
7853
7854 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
7855
7856         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
7857         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7858           Return FLOW_UNEXPECTED when at the end of the file, not
7859           FLOW_ERROR. Fixes 'internal stream error' errors that
7860           would sometimes occur in totem when scrubbing to the
7861           end of an ID3v1 tagged mp3 file.
7862
7863 2006-07-03  Edward Hervey  <edward@fluendo.com>
7864
7865         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
7866         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
7867         (gst_pngdec_sink_event), (gst_pngdec_change_state):
7868         * ext/libpng/gstpngdec.h:
7869         Implement buffer clipping/dropping using GstSegment.
7870         This provides accurate seeking.
7871
7872 2006-07-03  Edward Hervey  <edward@fluendo.com>
7873
7874         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
7875         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
7876         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
7877         (gst_avi_demux_process_next_entry), (push_tag_lists),
7878         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
7879         * gst/avi/gstavidemux.h:
7880         Proper aggregation of each stream's GstFlowReturn in order to figure out
7881         whether the task should stop or not.
7882         Don't send inline events before pushing out a NEW_SEGMENT, more
7883         specifically for GST_TAG_EVENT.
7884         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
7885         sub-indexes.
7886
7887 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
7888
7889         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
7890
7891         * sys/sunaudio/gstsunaudiomixerctrl.c:
7892         (gst_sunaudiomixer_ctrl_build_list):
7893           Move "Monitor" slider to input tab so it works more like
7894           sdtaudiocontrol, which is what people on Solaris are used
7895           to using for their mixer program (#346259).
7896
7897 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7898
7899         * tests/check/elements/level.c: (GST_START_TEST):
7900           fix a leak, clean up at the end
7901
7902 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
7903
7904         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7905         (gst_matroska_demux_send_event),
7906         (gst_matroska_demux_loop_stream_parse_id):
7907         * gst/matroska/matroska-ids.h:
7908           Send tag event after newsegment event.
7909
7910 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
7911
7912         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
7913         (gst_id3demux_read_range):
7914           Make sure we don't return GST_FLOW_OK with a NULL buffer in
7915           certain cases where a read beyond the end of the file is
7916           requested. Fixes #345930.
7917
7918         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
7919         (gst_tag_demux_read_range):
7920           Fix same issue here as well.
7921
7922 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7923
7924         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
7925         
7926         Fix hypothetical crash.
7927
7928 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
7929
7930         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
7931
7932         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
7933           Do not modify the ports value. If the user has turned off the
7934           built-in speakers, then we should not reset it in the prepare
7935           function, since this causes the built-in speakers to turn
7936           back on anytime the user changes a track in totem, rhythmbox,
7937           etc. (#346066).
7938
7939 2006-06-23  Wim Taymans  <wim@fluendo.com>
7940
7941         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
7942         Fix double caps unref when negotiation fails.
7943
7944 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7945
7946         * ext/annodex/gstcmmldec.c:
7947         * ext/annodex/gstcmmlenc.c:
7948         * ext/annodex/gstcmmlparser.c:
7949         * ext/dv/gstdvdec.c:
7950         * ext/dv/gstdvdemux.c:
7951         * ext/gdk_pixbuf/pixbufscale.c:
7952         * ext/jpeg/gstjpegenc.c:
7953         * ext/jpeg/gstsmokedec.c:
7954         * ext/jpeg/gstsmokeenc.c:
7955         * ext/libpng/gstpngdec.c:
7956         * ext/libpng/gstpngenc.c:
7957         * ext/speex/gstspeexenc.c:
7958         * gst/alpha/gstalphacolor.c:
7959         * gst/cutter/gstcutter.c:
7960         * gst/debug/gstnavigationtest.c:
7961         * gst/icydemux/gsticydemux.c:
7962         * gst/level/gstlevel.c:
7963         * gst/multipart/multipart.c:
7964         * gst/rtp/gstrtpamrpay.c:
7965         * gst/rtp/gstrtpdepay.c:
7966         * gst/rtp/gstrtpilbcpay.c:
7967         * gst/rtp/gstrtpmp4gpay.c:
7968         * gst/rtp/gstrtpmp4vpay.c:
7969         * gst/rtsp/gstrtpdec.c:
7970         * gst/rtsp/gstrtspsrc.c:
7971         * gst/udp/gstdynudpsink.c:
7972         * gst/udp/gstmultiudpsink.c:
7973         * gst/udp/gstudpsrc.c:
7974         * gst/videobox/gstvideobox.c:
7975         * gst/videofilter/gstvideoflip.c:
7976           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
7977           plus two minor macro fixes.
7978
7979 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7980
7981         * gst/matroska/matroska-demux.c:
7982         (gst_matroska_demux_check_subtitle_buffer),
7983         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7984         (gst_matroska_demux_subtitle_caps):
7985         * gst/matroska/matroska-ids.c:
7986         (gst_matroska_track_init_subtitle_context):
7987         * gst/matroska/matroska-ids.h:
7988           Try to fix up broken matroska files containing subtitle
7989           streams with non-UTF8 character encodings (courtesy of
7990           mkvmerge) using either the encoding specified in the
7991           GST_SUBTITLE_ENCODING environment variable or the
7992           current locale's character set if it is non-UTF8.
7993           Fixes #337076.
7994
7995 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7996
7997         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7998           Set image type from APIC frame as "image-type" field
7999           of GST_TAG_IMAGE buffer caps (#344605).
8000
8001 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
8002
8003         * ext/flac/Makefile.am:
8004         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
8005         (gst_flac_dec_reset_decoders),
8006         (gst_flac_dec_setup_seekable_decoder),
8007         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
8008         (gst_flac_dec_metadata_callback),
8009         (gst_flac_dec_metadata_callback_seekable),
8010         (gst_flac_dec_metadata_callback_stream),
8011         (gst_flac_dec_error_callback),
8012         (gst_flac_dec_error_callback_seekable),
8013         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
8014         (gst_flac_dec_read_stream), (gst_flac_dec_write),
8015         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
8016         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
8017         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
8018         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
8019         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
8020         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
8021         (gst_flac_dec_sink_activate_push),
8022         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
8023         * ext/flac/gstflacdec.h:
8024           Support chain-based operation, should make flac-over-DAAP
8025           work (#340492).
8026
8027 2006-06-20  Wim Taymans  <wim@fluendo.com>
8028
8029         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8030         Doc updates, merge some unused symbols.
8031
8032 2006-06-20  Wim Taymans  <wim@fluendo.com>
8033
8034         * docs/plugins/Makefile.am:
8035         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8036         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8037         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
8038         * gst/rtsp/gstrtspsrc.c:
8039         * gst/rtsp/gstrtspsrc.h:
8040         Added documentation for the rtsp plugin. Fixes #345393.
8041
8042 2006-06-20  Wim Taymans  <wim@fluendo.com>
8043
8044         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
8045         (rtsp_connection_close), (rtsp_connection_free):
8046         Use better G_OS_* macros. Fixes #345301 some more.
8047
8048 2006-06-20  Wim Taymans  <wim@fluendo.com>
8049
8050         Patch by: Brian Cameron <brian dot cameron at sun dot com>
8051
8052         * sys/sunaudio/Makefile.am:
8053         * sys/sunaudio/gstsunaudio.c: (plugin_init):
8054         * sys/sunaudio/gstsunaudiomixerctrl.c:
8055         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
8056         (gst_sunaudiomixer_ctrl_list_tracks),
8057         (gst_sunaudiomixer_ctrl_get_volume),
8058         (gst_sunaudiomixer_ctrl_set_volume),
8059         (gst_sunaudiomixer_ctrl_set_mute),
8060         (gst_sunaudiomixer_ctrl_set_record):
8061         * sys/sunaudio/gstsunaudiomixerctrl.h:
8062         * sys/sunaudio/gstsunaudiomixertrack.c:
8063         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
8064         * sys/sunaudio/gstsunaudiomixertrack.h:
8065         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
8066         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
8067         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
8068         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
8069         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
8070         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
8071         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
8072         (gst_sunaudiosrc_reset):
8073         * sys/sunaudio/gstsunaudiosrc.h:
8074         Add a SunAudio source plugin.
8075         Support stereo and right/left channel gain in the mixer plugin.
8076         Support the RECORD flag so that you can switch between line-input and
8077         microphone in gnome-volume-control.
8078         Code cleanups like using an enumerator for track number instead of an 
8079         integer. Fixes #344923.
8080
8081 2006-06-20  Wim Taymans  <wim@fluendo.com>
8082
8083         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
8084
8085         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
8086         (rtsp_connection_close):
8087         Make RTSP plugin compile on windows. Fixes #345301.
8088         Some changes to original patch to catch errors better.
8089         use ifdef WIN32 instead of ifndef.
8090
8091 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8092
8093         * configure.ac:
8094         If we have libraw1394 >= 1.2.1, then we need libiec61883.
8095
8096 2006-06-18  Edward Hervey  <edward@fluendo.com>
8097
8098         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
8099         After a failed buffer alloc, we need to abort the jpeg decoding (it
8100         started when parsing headers to figure out how many bytes we need
8101         to request downstream).
8102
8103 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
8104
8105         Patch by: Mark Nauwelaerts  <manauw at skynet be>
8106
8107         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
8108           Make sure we don't read beyond the end of the file (#345232).
8109
8110 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8111
8112         * configure.ac:
8113           Fix --disable-external (can't set conditionals conditionally,
8114           #343602).
8115
8116 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
8117
8118         * autogen.sh:
8119         * configure.ac:
8120         * docs/Makefile.am:
8121           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
8122
8123         * docs/plugins/Makefile.am:
8124         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8125         * docs/plugins/inspect/plugin-taglib.xml:
8126           Add/fix apev2mux docs.
8127
8128 2006-06-14  Wim Taymans  <wim@fluendo.com>
8129
8130         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
8131         (gst_dvdec_finalize), (gst_dvdec_sink_event),
8132         (gst_dvdec_change_state):
8133         Reset segment info on flush.
8134         Alloc segment in _init, free in _finalize.
8135
8136         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
8137         Don't send segments twice.
8138
8139 2006-06-14  Wim Taymans  <wim@fluendo.com>
8140
8141         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
8142         Respect segment.stop. Fixes #342592.
8143
8144 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8145
8146         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
8147           No language specified means the implied language is English
8148           according to the matroska spec (partially fixes #344708);
8149           add some more debug output.
8150
8151 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8152
8153         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
8154         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
8155         (gst_wavparse_chain):
8156           When operating chain-based, don't make any assumptions about the
8157           chunking of the incoming data and make streaming work on days other
8158           than the second Thursday after a full moon. Also fix up debug
8159           messages here and there and make use of the most excellent new
8160           gst_pad_query_peer_duration() utility function.
8161           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
8162
8163         * gst/wavparse/gstwavparse.h:
8164           Remove trailing comma after last enum value, some compilers don't
8165           like that.
8166
8167 2006-06-13  Wim Taymans  <wim@fluendo.com>
8168
8169         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
8170         Handle premature EOS gracefully.
8171
8172 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
8173
8174         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
8175           Prevent out of bounds array access when scrubbing towards
8176           the end of the file between the last index entry and the
8177           end. Fixes occasional 'start <= stop' newsegment event
8178           assertions when scrubbing in MJPEG files.
8179
8180 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
8181
8182         * tests/check/elements/.cvsignore:
8183           And another one.
8184
8185 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
8186
8187         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8188         (scan_encoded_string), (parse_picture_frame):
8189           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
8190
8191         * configure.ac:
8192           Require core >= 0.10.8 (for GST_TAG_IMAGE and
8193           GST_TAG_PPEVIEW_IMAGE used in the patch above).
8194
8195 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8196
8197         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
8198           gratuitous comment changes
8199         * tests/check/elements/level.c: (GST_START_TEST):
8200           fix level test leaks
8201
8202 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
8203
8204         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
8205         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
8206           Use gst_pad_query_peer_duration() utility function here.
8207
8208 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8209
8210         * autogen.sh:
8211           require am17
8212         * configure.ac:
8213         * ext/annodex/Makefile.am:
8214         * ext/cdio/Makefile.am:
8215         * ext/dv/Makefile.am:
8216         * ext/esd/Makefile.am:
8217         * ext/flac/Makefile.am:
8218         * ext/gdk_pixbuf/Makefile.am:
8219         * ext/ladspa/Makefile.am:
8220         * ext/libcaca/Makefile.am:
8221         * ext/speex/Makefile.am:
8222         * ext/taglib/Makefile.am:
8223         * sys/oss/Makefile.am:
8224         * sys/sunaudio/Makefile.am:
8225         * sys/ximage/Makefile.am:
8226           clean up build further
8227
8228 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
8229
8230         * gconf/Makefile.am:
8231           Honour --disable-schemas-install configure option. Fixes #344100.
8232
8233 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
8234
8235         * tests/examples/level/Makefile.am:
8236           Add -lm to LIBS for pow() function, don't assume one of our
8237           dependencies (such as libxml-2.0) drags it in automatically
8238           (#343603).
8239
8240 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
8241
8242         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
8243
8244         * configure.ac:
8245           We should use $SED and not $(SED) in configure.ac (#343678).
8246
8247 2006-06-09  Wim Taymans  <wim@fluendo.com>
8248
8249         Patch by: Brian Cameron <brian dot cameron at sun dot com>
8250
8251         * sys/sunaudio/gstsunaudiomixerctrl.c:
8252         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
8253         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
8254         (gst_sunaudiomixer_ctrl_set_mute):
8255         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
8256         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
8257         (gst_sunaudiosink_write):
8258         Attached find a patch that fixes a number of bugs with the SunAudio
8259         mixer plugin and fixes #344101:
8260         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
8261            tracks onto the tracklist causing gnome-volume-control's preferences
8262            dialog to be messed up and would core dump if you checked/unchecked
8263            any item.
8264         2. We weren't previously setting the MUTE flag properly.  Fixing this
8265            makes gnome-volume-control work better.
8266         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
8267            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
8268            gnome-volume-control look better.
8269         Also some minor cleanup in gstsunaudiosink.c.
8270
8271 2006-06-09  Wim Taymans  <wim@fluendo.com>
8272
8273         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
8274         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
8275         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
8276         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
8277         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
8278         * ext/jpeg/gstjpegdec.h:
8279         API: Added IDCT method property
8280         Small cleanups.
8281         Avoid dynamic allocation of trivial fixed structure.
8282         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
8283
8284 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8285
8286         * configure.ac:
8287         We now require libraw1394 >= 1.1.0 and that version onwards all
8288         have .pc files.
8289
8290 2006-06-02  Edward Hervey  <edward@fluendo.com>
8291
8292         * gst/law/alaw-decode.c: (alawdec_getcaps): 
8293         Trying to get items from an ANY or EMPTY caps is ... stupid.
8294
8295 2006-06-02  Edward Hervey  <edward@fluendo.com>
8296
8297         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
8298         (gst_dvdec_chain), (gst_dvdec_change_state):
8299         * ext/dv/gstdvdec.h:
8300         Added GstSegment handling, now implements dropping/clipping.
8301
8302 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
8303
8304         * ext/aalib/gstaasink.h:
8305         * ext/annodex/gstcmmldec.h:
8306         * ext/cairo/gsttimeoverlay.h:
8307         * ext/dv/gstdvdec.h:
8308         * ext/dv/gstdvdemux.h:
8309         * ext/esd/esdmon.h:
8310         * ext/esd/esdsink.h:
8311         * ext/flac/gstflacenc.h:
8312         * ext/gconf/gstgconfaudiosink.h:
8313         * ext/gconf/gstgconfaudiosrc.h:
8314         * ext/gconf/gstgconfvideosink.h:
8315         * ext/gconf/gstgconfvideosrc.h:
8316         * ext/gdk_pixbuf/gstgdkanimation.h:
8317         * ext/gdk_pixbuf/pixbufscale.h:
8318         * ext/hal/gsthalaudiosink.h:
8319         * ext/hal/gsthalaudiosrc.h:
8320         * ext/jpeg/gstjpegenc.h:
8321         * ext/jpeg/gstsmokedec.h:
8322         * ext/jpeg/gstsmokeenc.h:
8323         * ext/libcaca/gstcacasink.h:
8324         * ext/libmng/gstmngdec.h:
8325         * ext/libmng/gstmngenc.h:
8326         * ext/libpng/gstpngdec.h:
8327         * ext/libpng/gstpngenc.h:
8328         * ext/raw1394/gstdv1394src.h:
8329         * ext/speex/gstspeexenc.h:
8330         * gst/autodetect/gstautoaudiosink.h:
8331         * gst/autodetect/gstautovideosink.h:
8332         * gst/avi/gstavidemux.h:
8333         * gst/cutter/gstcutter.h:
8334         * gst/debug/efence.h:
8335         * gst/debug/gstnavigationtest.h:
8336         * gst/debug/gstnavseek.h:
8337         * gst/flx/gstflxdec.h:
8338         * gst/goom/gstgoom.h:
8339         * gst/icydemux/gsticydemux.h:
8340         * gst/id3demux/gstid3demux.h:
8341         * gst/law/alaw-decode.h:
8342         * gst/law/alaw-encode.h:
8343         * gst/law/mulaw-decode.h:
8344         * gst/law/mulaw-encode.h:
8345         * gst/matroska/matroska-mux.h:
8346         * gst/median/gstmedian.h:
8347         * gst/oldcore/gstaggregator.h:
8348         * gst/oldcore/gstfdsink.h:
8349         * gst/oldcore/gstmd5sink.h:
8350         * gst/oldcore/gstmultifilesrc.h:
8351         * gst/oldcore/gstpipefilter.h:
8352         * gst/oldcore/gstshaper.h:
8353         * gst/oldcore/gststatistics.h:
8354         * gst/rtp/gstasteriskh263.h:
8355         * gst/rtp/gstrtpL16depay.h:
8356         * gst/rtp/gstrtpL16pay.h:
8357         * gst/rtp/gstrtpamrdepay.h:
8358         * gst/rtp/gstrtpamrpay.h:
8359         * gst/rtp/gstrtpdepay.h:
8360         * gst/rtp/gstrtpgsmdepay.h:
8361         * gst/rtp/gstrtpgsmpay.h:
8362         * gst/rtp/gstrtph263pay.h:
8363         * gst/rtp/gstrtph263pdepay.h:
8364         * gst/rtp/gstrtph263ppay.h:
8365         * gst/rtp/gstrtpmp4gpay.h:
8366         * gst/rtp/gstrtpmp4vdepay.h:
8367         * gst/rtp/gstrtpmp4vpay.h:
8368         * gst/rtp/gstrtpmpadepay.h:
8369         * gst/rtp/gstrtpmpapay.h:
8370         * gst/rtp/gstrtppcmadepay.h:
8371         * gst/rtp/gstrtppcmapay.h:
8372         * gst/rtp/gstrtppcmudepay.h:
8373         * gst/rtp/gstrtppcmupay.h:
8374         * gst/rtp/gstrtpspeexdepay.h:
8375         * gst/rtp/gstrtpspeexpay.h:
8376         * gst/rtsp/gstrtpdec.h:
8377         * gst/rtsp/gstrtspsrc.h:
8378         * gst/smpte/gstsmpte.h:
8379         * gst/udp/gstdynudpsink.h:
8380         * gst/udp/gstmultiudpsink.h:
8381         * gst/udp/gstudpsink.h:
8382         * gst/udp/gstudpsrc.h:
8383         * gst/videofilter/gstvideobalance.h:
8384         * gst/videofilter/gstvideoflip.h:
8385         * sys/oss/gstossdmabuffer.h:
8386         * sys/oss/gstossmixerelement.h:
8387         * sys/oss/gstosssink.h:
8388         * sys/oss/gstosssrc.h:
8389         * sys/osxvideo/osxvideosink.h:
8390         * sys/sunaudio/gstsunaudiomixer.h:
8391         * sys/sunaudio/gstsunaudiosink.h:
8392         * sys/ximage/gstximagesrc.h:
8393         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
8394
8395 2006-05-31  Wim Taymans  <wim@fluendo.com>
8396
8397         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
8398         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
8399         (gst_goom_src_setcaps), (gst_goom_src_event),
8400         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
8401         (gst_goom_change_state):
8402         * gst/goom/gstgoom.h:
8403         Handle QoS.
8404         Handle flushing, discont and events.
8405         Fix timestamps and various other cleanups.
8406
8407 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8408
8409         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
8410         Fix bus reset when using libiec61883
8411
8412 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8413
8414         * configure.ac:
8415         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
8416         * ext/raw1394/Makefile.am:
8417         Add CFLAGS.
8418         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
8419         New method, to receive using libiec61883.
8420         (gst_dv1394src_iso_receive),
8421         #ifdef'd out if libiec61883 is present.
8422         (gst_dv1394src_bus_reset),
8423         Get userdata correctly if using libiec61883. 
8424         (gst_dv1394src_create),
8425         When using libiec61883, only poll one fd and no need to read.
8426         (gst_dv1394src_discover_avc_node),
8427         Replace g_warnings.
8428         (gst_dv1394src_start),
8429         Create new handle when we know which dv port.  More reliable
8430         than setting port on an existing handle.  Initialise libiec61883.
8431         (gst_dv1394src_stop):
8432         If using libiec61883, then cleanup its handle properly.
8433         * ext/raw1394/gstdv1394src.h:
8434         Add libiec61883 handle.
8435
8436 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
8437
8438         * gst/avi/gstavidemux.c:
8439           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
8440         * win32/MANIFEST:
8441           sort file listing
8442         * win32/vs6/libgstavi.dsp:
8443           add gstavimux.c to the project
8444         * win32/vs6/libgstid3demux.dsp:
8445           add link to zlib library
8446         * win32/vs6/libgstmatroska.dsp:
8447           add matroska-ids.c to the project
8448
8449 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8450
8451         Patch by: Sebastian Dröge  <mail at slomosnail de >
8452
8453         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8454         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8455         * ext/taglib/Makefile.am:
8456         * ext/taglib/gstapev2mux.cc:
8457         * ext/taglib/gstapev2mux.h:
8458         * ext/taglib/gstid3v2mux.cc:
8459         * ext/taglib/gsttaglibmux.c: (plugin_init):
8460         * ext/taglib/gsttaglibmux.h:
8461           Add apev2mux element (#343122).
8462         
8463         * tests/check/Makefile.am:
8464         * tests/check/elements/apev2mux.c:
8465         (test_taglib_apev2mux_create_tags),
8466         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
8467         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
8468         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
8469         (apev2mux_suite), (main):
8470           Add unit test for apev2mux element.
8471
8472 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
8473
8474         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
8475         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
8476         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8477           GST_PTR_FORMAT should be used to print caps in debug statements.
8478
8479 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
8480
8481         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
8482
8483         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
8484         (ape_demux_parse_tags):
8485           Some clean-ups and additions: map APE 'file' tag to
8486           GST_TAG_LOCATION (#343123); add support for extracting
8487           the track count and clean up parsing a bit (#343127).
8488
8489 2006-05-28  Edward Hervey  <edward@fluendo.com>
8490
8491         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
8492         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
8493
8494 2006-05-28  Edward Hervey  <edward@fluendo.com>
8495
8496         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
8497         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
8498         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
8499         * ext/jpeg/gstjpegdec.h:
8500         Clip outgoing buffers according to currently configured segment.
8501
8502 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
8503
8504         * ext/taglib/gstid3v2mux.cc:
8505           Handle  writing of track-count or album-volume-count without
8506           track-number or albume-volume-number (in this case the number
8507           will just be set to 0).
8508
8509         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
8510           It would be nice if we actually checked the values received for
8511           track/album-volume number/count in  _check_tags(), rather than
8512           setting them again ...
8513
8514 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
8515
8516         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
8517           A track/volume number or count of 0 does not make sense,
8518           just ignore it along with negative numbers (a tag might
8519           only contain a track count without a track number).
8520
8521 2006-05-27  Edward Hervey  <edward@fluendo.com>
8522
8523         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
8524         (gst_jpeg_dec_sink_event):
8525         Abort decompression when receiving FLUSH_STOP. This should avoid
8526         issues when interrupting decoding with flushes.
8527
8528 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
8529
8530         * ext/flac/gstflac.c:
8531           Don't #include file we don't dist any longer.
8532
8533 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
8534
8535         * README:
8536           Replace current README (containing the release notes from
8537           some 0.9.x version) with a proper README taken from the core.
8538
8539 2006-05-24  Wim Taymans  <wim@fluendo.com>
8540
8541         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
8542         Implement EOS correctly by either posting
8543         SEGMENT_DONE or pushing an EOS message depending
8544         on the seek type. Fixes #342592
8545
8546 2006-05-24  Wim Taymans  <wim@fluendo.com>
8547
8548         * gst/law/alaw-decode.c: (gst_alawdec_chain):
8549         * gst/law/alaw-decode.h:
8550         * gst/law/alaw-encode.c: (gst_alawenc_chain):
8551         * gst/law/alaw-encode.h:
8552         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
8553         * gst/law/mulaw-decode.h:
8554         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
8555         * gst/law/mulaw-encode.h:
8556         Some cleanups in the chain functions.
8557         Remove some GStreamer 0.0.2 bits.
8558
8559 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
8560
8561         Patch by: Mark Nauwelaerts  <manauw at skynet be>
8562
8563         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
8564           gst_collect_pads_stop() needs to be called before chaining up
8565           to the parent class (#342734).
8566
8567 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
8568
8569         * ext/flac/Makefile.am:
8570         * ext/flac/flac_compat.h:
8571         * ext/flac/gstflac.c:
8572         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
8573         * ext/flac/gstflacenc.c:
8574           Remove backwards compatibility cruft for dealing with FLAC API
8575           changes in the 1.0.x series - we require 1.1.1 or newer these days.
8576
8577 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
8578
8579         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
8580         (gst_matroska_demux_push_xiph_codec_priv_data),
8581         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8582         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8583         * gst/matroska/matroska-ids.h:
8584         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
8585         (gst_matroska_mux_video_pad_setcaps),
8586         (xiph3_streamheader_to_codecdata),
8587         (vorbis_streamheader_to_codecdata),
8588         (theora_streamheader_to_codecdata),
8589         (gst_matroska_mux_audio_pad_setcaps),
8590         (gst_matroska_mux_write_data):
8591           Add support for muxing/demuxing theora video (#342448; too bad
8592           none of the usual linux players can actually play this). Playback
8593           in GStreamer will require additional changes to theoradec in -base.
8594           Refactor streamheaders <=> CodecPrivateData code a bit; some small
8595           cleanups.
8596
8597 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8598
8599         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
8600         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
8601           Fix crashes when the horizontal subsampling is 1.
8602           Fixes #342097.
8603
8604 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8605
8606         Patch by: Mark Nauwelaerts  <manauw at skynet be>
8607
8608         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
8609         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
8610         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
8611         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
8612         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
8613         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
8614         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
8615         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
8616         (gst_avi_mux_change_state):
8617         * gst/avi/gstavimux.h:
8618           Some enhancements for avimux (#342526):
8619            - add odml (large file) index support
8620            - store codec init data (e.g. huffyuv)
8621            - miscellaneous other fixes/cleanups
8622
8623 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
8624
8625         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
8626         Don't output any tag when we encounter a negative track number - the
8627         tag type is uint, so we end up outputting huge positive numbers
8628         instead. (Fixes: #342029)
8629
8630 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
8631
8632         * configure.ac:
8633           update for new GSTPB_PLUGINS_DIR
8634
8635 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
8636
8637         * rtp/gst/gstrtph263pay.c:
8638         Properly set static caps for H263 at 34.
8639
8640 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8641
8642         Patch by: James "Doc" Livingston  <doclivingston gmail com>
8643
8644         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
8645           Merge event tags and tag setter tags correctly (#339918). Also,
8646           don't leak taglist in case of an error.
8647           
8648 2006-05-17  Edward Hervey  <edward@fluendo.com>
8649
8650         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
8651         We can only do caps intersection if the othercaps are non-empty and not
8652         ANY. Else we return the pad template (base_caps).
8653
8654 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8655
8656         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
8657           Fix crash when outputting debugging information for certain
8658           pictures (always good to use the right struct member for
8659           the number of records in an array).
8660
8661 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
8662
8663         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
8664
8665         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
8666         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
8667         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
8668         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
8669         (gst_ebml_read_float), (gst_ebml_read_ascii),
8670         (gst_ebml_read_binary):
8671           Don't create unnecessary sub-buffers all the time. Dramatically
8672           improves performance with multiple concurrently running
8673           matroskademux instances (#341818) (and avoids doing
8674           unnecessarily inefficient things in the general case).
8675
8676 2006-05-16  Edward Hervey  <edward@fluendo.com>
8677
8678         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
8679         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
8680         return value of gst_pad_push_event().
8681
8682 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
8683
8684         * gst/autodetect/gstautoaudiosink.c:
8685         (gst_auto_audio_sink_find_best):
8686         * gst/autodetect/gstautovideosink.c:
8687         (gst_auto_video_sink_find_best):
8688         Make the name of the child element be based on the name of the
8689         parent, so that debug output is more useful.
8690         
8691         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
8692         (parse_insert_string_field), (parse_split_strings):
8693         Rework string parsing to always walk over BOM markers in UTF16
8694         strings, using the endianness indicated by the innermost one,
8695         then trying the opposite endianness if that fails to convert
8696         to valid UTF-8. Fixes #341774
8697
8698 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8699
8700         Patch from: Matthieu <matthieu at fluendo dot com>
8701
8702         * ext/libpng/Makefile.am:
8703         Add LIBPNG_CFLAGS.
8704
8705 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8706
8707         * ext/taglib/gstid3v2mux.cc:
8708           Add support for writing images (APIC frames) into ID3v2
8709           tags (picture type always set to 'other' for now though).
8710
8711 2006-05-14  Michael Smith  <msmith@fluendo.com>
8712
8713         * gst/wavparse/gstwavparse.c:
8714           Update docs; wavparse implements push and pull modes.
8715
8716 2006-05-12  Wim Taymans  <wim@fluendo.com>
8717
8718         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
8719         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
8720         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
8721         Ooops, bitten by the copy-and-paste design paradigm, fixes
8722         seek again.
8723
8724 2006-05-12  Wim Taymans  <wim@fluendo.com>
8725
8726         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8727         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
8728         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
8729         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
8730         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
8731         (gst_avi_demux_massage_index),
8732         (gst_avi_demux_calculate_durations_from_index),
8733         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
8734         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
8735         (gst_avi_demux_loop):
8736         * gst/avi/gstavidemux.h:
8737         Some cleanups, prepare to use GstSegment.
8738         Fix error in entry walking code.
8739         Fix VBR detection.
8740         Smarter timestamp calculation code.
8741         Uniform error/eos handling.
8742
8743 2006-05-12  Michael Smith  <msmith@fluendo.com>
8744
8745         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
8746         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
8747           Fix use of uninitialised values if we're NOT seeking in ready.
8748           Fix typos.
8749
8750 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
8751
8752         * gst/wavparse/Makefile.am:
8753           Add CFLAGS and LIBS for libgstbase, fixes build on
8754           Cygwin (#341489).
8755
8756 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
8757
8758         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
8759           Some more debug info. No need to check whether the string
8760           returned by g_convert() is really UTF-8 - either it is or
8761           we get NULL returned.
8762
8763 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
8764
8765         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
8766           Fix parsing of numeric genre strings some more, by ensuring that
8767           we only try and parse strings that a) Start with '(' and b) Consist
8768           only of digits.
8769           Also, when finding an escaping '((' sequence, bust it back to '(' by
8770           swallowing the first parenthesis
8771
8772 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
8773
8774         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
8775         (gst_esdsink_open), (gst_esdsink_close):
8776         * ext/esd/esdsink.h:
8777           Move the esd_get_server_info() into gst_esdsink_open() and fail
8778           with a decent error message on errors.
8779
8780 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8781
8782         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
8783         (gst_esdmon_channels_get_type):
8784         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
8785         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
8786         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
8787         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
8788         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
8789         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
8790         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
8791         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
8792         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
8793         * gst/videomixer/videomixer.c:
8794         (gst_video_mixer_background_get_type):
8795           Const-ify GEnumValue arrays.
8796
8797 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8798
8799         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
8800
8801         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
8802         (gst_avi_mux_do_video_buffer):
8803           Work around gst_buffer_make_metadata_writable() bug that
8804           results in avimux marking all frames in the index as
8805           keyframes (#340859).
8806           
8807 2006-05-08  Wim Taymans  <wim@fluendo.com>
8808
8809         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
8810         Make parsing of urls suck slightly less.
8811
8812 2006-05-08  Edward Hervey  <edward@fluendo.com>
8813
8814         * autogen.sh: (CONFIGURE_DEF_OPT): 
8815         libtoolize on Darwin/MacOSX is called glibtoolize.
8816
8817 2006-05-08  Wim Taymans  <wim@fluendo.com>
8818
8819         Patch by: Jens Granseuer <jensgr at gmx dot net>
8820
8821         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
8822         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
8823         C89 compliance fixes. Fixes #340980
8824
8825 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
8826
8827         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
8828         * ext/flac/gstflacdec.h:
8829           Handle segment seeks that include the end of the file as stop point
8830           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
8831           message instead of an EOS event in case we're in segment seek
8832           mode (fixes #340699).
8833           
8834 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
8835
8836         * ext/cairo/gsttextoverlay.c:
8837         * ext/flac/gstflacdec.c:
8838         * ext/gdk_pixbuf/pixbufscale.c:
8839         * gst/apetag/gstapedemux.c:
8840         * gst/debug/breakmydata.c:
8841         * gst/debug/testplugin.c:
8842         * gst/matroska/ebml-write.c:
8843         * gst/multipart/multipartdemux.c:
8844         * sys/osxaudio/gstosxaudiosink.c:
8845         * sys/osxaudio/gstosxaudiosrc.c:
8846         Add semicolons after GST_BOILERPLATE[_FULL] so that
8847         indent doesn't mess up following lines.
8848
8849 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8850
8851         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
8852
8853         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
8854           Don't leak caps when freeing the stream context (#340623).
8855
8856 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
8857
8858         * configure.ac:
8859           Back to CVS
8860
8861 === release 0.10.3 ===
8862
8863 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
8864
8865         * configure.ac:
8866           releasing 0.10.3, "Desplazado"
8867
8868 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
8869
8870         * gst/matroska/matroska-mux.c:
8871         (gst_matroska_mux_stream_is_vorbis_header),
8872         (gst_matroska_mux_write_data):
8873           Don't strcmp() NULL strings.
8874           Only start new clusters on video keyframes, not on any
8875           random audio buffer that doesn't have the DELTA_UNIT
8876           flag set (fixes 'make check' again).
8877
8878 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
8879
8880         Patch by: Mark Nauwelaerts  <manauw at skynet be>
8881
8882         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
8883         (gst_matroska_mux_stream_is_vorbis_header),
8884         (gst_matroska_mux_write_data):
8885           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
8886           value and then dead-lock when muxing vorbis audio streams
8887           (the three vorbis header buffers carry no timestamp, and it
8888           would try to mux these after all video buffers). Fixes #340346.
8889
8890           Improve clustering: start a new cluster also whenever we get
8891           a keyframe.     
8892
8893 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8894
8895         * win32/common/config.h:
8896         * win32/MANIFEST
8897           add the generated file as well
8898
8899 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8900
8901         * Makefile.am:
8902         * configure.ac:
8903         * win32/common/config.h.in:
8904           add win32 stuff
8905
8906 2006-05-03  Michael Smith  <msmith@fluendo.com>
8907
8908         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8909           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
8910           SUCKS.
8911
8912 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
8913
8914         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
8915         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
8916         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8917           don't leak caps-string
8918
8919 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
8920
8921         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
8922         (gst_id3demux_sink_activate):
8923           Let core insert default error message for TYPE_NOT_FOUND
8924           errors, it's just as good as our own and has the added
8925           bonus of being translated.
8926
8927 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
8928
8929         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
8930         (gst_tag_demux_sink_event):
8931         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
8932         (gst_id3demux_sink_event):
8933           Post an error message when we get an EOS event and were not
8934           able to find out the type of stream.
8935
8936         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
8937         (test_taglib_id3mux_with_tags):
8938           Decrease num-buffers to 16 per iteration again, otherwise the
8939           many memcpy()s and reallocations in the test will hammer slow
8940           CPUs completely and make the test timeout.
8941
8942 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8943
8944         * configure.ac:
8945           figure out where plugins-base plugins are
8946         * tests/check/Makefile.am:
8947           use plugins-base plugins, so we have typefind functions
8948         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
8949           increase num-buffers, this makes sure the test errors out instead
8950           of timing out when no typefind functions are present
8951
8952 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8953
8954         * docs/plugins/Makefile.am:
8955           also check .cc files for gtk-doc markup
8956         * configure.ac:
8957         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8958         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8959         * tests/check/Makefile.am:
8960         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
8961         * ext/Makefile.am:
8962         * ext/taglib/Makefile.am:
8963         * ext/taglib/gstid3v2mux.h:
8964         * ext/taglib/gsttaglibmux.c:
8965         * ext/taglib/gsttaglibmux.h:
8966           move taglib-based id3v2muxer to -good.  Fixes #336110.
8967
8968 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
8969
8970         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8971           ... and fix multichannel/WAVFORMATEX support again.
8972
8973 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
8974
8975         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
8976         (gst_wavparse_class_init), (gst_wavparse_dispose),
8977         (gst_wavparse_reset), (gst_wavparse_init),
8978         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
8979         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
8980         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
8981         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
8982         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
8983         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
8984         (gst_wavparse_stream_data), (gst_wavparse_loop),
8985         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
8986         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
8987         (gst_wavparse_change_state), (plugin_init):
8988         * gst/wavparse/gstwavparse.h:
8989           Add push (streaming) mode to wavparse (fixes #337625)
8990
8991 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8992
8993         * configure.ac:
8994         * tests/Makefile.am:
8995           add ximagesrc icles test
8996
8997 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8998
8999         * configure.ac:
9000         * docs/plugins/Makefile.am:
9001         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9002         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9003         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
9004         (gst_cmml_enc_push_clip):
9005         * sys/Makefile.am:
9006         * sys/ximage/Makefile.am:
9007         * sys/ximage/gstximagesrc.c:
9008           Move ximagesrc plug-in to good after review.  Fixes #336756.
9009
9010 2006-04-28  Michael Smith  <msmith@fluendo.com>
9011
9012         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
9013         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
9014         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
9015         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
9016         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
9017         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
9018         * gst/icydemux/gsticydemux.h:
9019           Fix event handling: cache events when typefinding and forward later.
9020
9021 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9022
9023         * sys/osxaudio/gstosxaudiosink.c:
9024         (plugin_init):
9025          Register osxaudiosrc to the plugin.
9026         * sys/osxaudio/gstosxaudiosrc.c:
9027         (gst_osx_audio_src_osxelement_do_init),
9028         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
9029         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
9030         (gst_osx_audio_src_get_property),
9031         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
9032         (gst_osx_audio_src_osxelement_init):
9033         * sys/osxaudio/gstosxaudiosrc.h:
9034           Port of osxaudiosrc to 0.10.
9035         * sys/osxaudio/Makefile.am:
9036           Add osxaudiosrc
9037
9038 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9039
9040         * sys/osxaudio/gstosxringbuffer.c:
9041         * sys/osxaudio/gstosxringbuffer.h:
9042           Forgot to commit earlier, part of the OSX audio plugin port
9043
9044 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
9045
9046         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
9047         (parse_split_strings):
9048           Recognise and skip any byte order marker (BOM) in
9049           UTF-16 strings.
9050
9051 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
9052
9053         * docs/plugins/Makefile.am:
9054         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9055         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9056         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9057         * docs/plugins/inspect/plugin-avi.xml:
9058         * gst/avi/gstavidemux.c:
9059         * gst/avi/gstavimux.c:
9060           Add docs for both avidemux and avimux.
9061
9062 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
9063
9064         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
9065
9066         * gst/avi/Makefile.am:
9067         * gst/avi/gstavi.c: (plugin_init):
9068         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
9069         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
9070         (gst_avi_mux_class_init), (gst_avi_mux_init),
9071         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
9072         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
9073         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
9074         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
9075         (gst_avi_mux_riff_get_avix_header),
9076         (gst_avi_mux_riff_get_video_header),
9077         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
9078         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
9079         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
9080         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
9081         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
9082         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
9083         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
9084         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
9085         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
9086         (gst_avi_mux_change_state):
9087         * gst/avi/gstavimux.h:
9088           Port AVI muxer to GStreamer-0.10 (#332031).
9089
9090         * tests/check/Makefile.am:
9091         * tests/check/elements/avimux.c:
9092         * tests/check/elements/.cvsignore:
9093           Add unit test for AVI muxer.
9094
9095 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
9096
9097         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9098         (gst_wavparse_class_init), (gst_wavparse_reset),
9099         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
9100         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
9101         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9102         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
9103         (gst_wavparse_stream_data), (gst_wavparse_loop),
9104         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
9105         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
9106         (plugin_init):
9107         * gst/wavparse/gstwavparse.h:
9108           reverted patch #337625 for the price of 1 hour sleep
9109
9110 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
9111
9112         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9113         (gst_wavparse_class_init), (gst_wavparse_reset),
9114         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
9115         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
9116         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
9117         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9118         (gst_wavparse_stream_data), (gst_wavparse_loop),
9119         (gst_wavparse_chain), (plugin_init):
9120         * gst/wavparse/gstwavparse.h:
9121           correct partial implementation of push mode
9122           (from my last commit)
9123
9124 2006-04-26  Wim Taymans  <wim@fluendo.com>
9125
9126         * ext/esd/esdsink.c:
9127         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
9128         it is not in esd.h
9129
9130 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
9131
9132         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
9133         (gst_au_parse_class_init), (gst_au_parse_init),
9134         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
9135         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
9136         (gst_au_parse_chain), (gst_au_parse_src_convert),
9137         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
9138         (gst_au_parse_sink_event), (gst_au_parse_src_event),
9139         (gst_au_parse_change_state):
9140         * gst/auparse/gstauparse.h:
9141           Rewrite auparse to suck a little bit less: make source pad
9142           dynamic, so decodebin/playbin work with non-raw formats
9143           like alaw/mulaw; add query function for duration/position
9144           queries; check whether we have enough data before attempting
9145           to parse the header (instead of crashing when that is not the
9146           case); work around audioconvert sucking by swapping endianness
9147           to the native endianness ourselves for float formats; send
9148           initial newsegment event. Fixes #161712.
9149
9150 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9151
9152         * sys/osxaudio/Makefile.am:
9153         * sys/osxaudio/gstosxaudioelement.c:
9154         (gst_osx_audio_element_get_type),
9155         (gst_osx_audio_element_class_init):
9156         * sys/osxaudio/gstosxaudioelement.h:
9157         * sys/osxaudio/gstosxaudiosink.c:
9158         (gst_osx_audio_sink_osxelement_do_init),
9159         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
9160         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
9161         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
9162         (gst_osx_audio_sink_create_ringbuffer),
9163         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
9164         (plugin_init):
9165         * sys/osxaudio/gstosxaudiosink.h:
9166         Port of osxaudiosink to 0.10
9167
9168 2006-04-26  Wim Taymans  <wim@fluendo.com>
9169
9170         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
9171         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
9172         the size of the ringbuffer. This should fix hangs with older 
9173         esd sound servers.
9174
9175 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
9176
9177         * ext/aalib/gstaasink.c:
9178         * ext/annodex/gstcmmldec.c:
9179         * ext/annodex/gstcmmlenc.c:
9180         * ext/cairo/gsttextoverlay.c:
9181         * ext/cairo/gsttimeoverlay.c:
9182         * ext/cdio/gstcdiocddasrc.c:
9183         * ext/dv/gstdvdec.c:
9184         * ext/dv/gstdvdemux.c:
9185         * ext/esd/esdmon.c:
9186         * ext/esd/esdsink.c:
9187         * ext/flac/gstflacenc.c:
9188         * ext/flac/gstflactag.c:
9189         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
9190         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
9191         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
9192         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
9193         * ext/gdk_pixbuf/pixbufscale.c:
9194         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
9195         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
9196         * ext/jpeg/gstjpegdec.c:
9197         * ext/jpeg/gstjpegenc.c:
9198         * ext/jpeg/gstsmokedec.c:
9199         * ext/jpeg/gstsmokeenc.c:
9200         * ext/libcaca/gstcacasink.c:
9201         * ext/libmng/gstmngdec.c:
9202         * ext/libmng/gstmngenc.c:
9203         * ext/libpng/gstpngdec.c:
9204         * ext/libpng/gstpngenc.c:
9205         * ext/mikmod/gstmikmod.c:
9206         * ext/raw1394/gstdv1394src.c:
9207         * ext/shout2/gstshout2.c: (gst_shout2send_init):
9208         * ext/shout2/gstshout2.h:
9209         * ext/speex/gstspeexdec.c:
9210         * ext/speex/gstspeexenc.c:
9211         * gst/alpha/gstalpha.c:
9212         * gst/alpha/gstalphacolor.c:
9213         * gst/apetag/gstapedemux.c:
9214         * gst/auparse/gstauparse.c:
9215         * gst/autodetect/gstautoaudiosink.c:
9216         (gst_auto_audio_sink_base_init):
9217         * gst/autodetect/gstautovideosink.c:
9218         (gst_auto_video_sink_base_init):
9219         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
9220         * gst/avi/gstavimux.c: (gst_avimux_base_init):
9221         * gst/cutter/gstcutter.c:
9222         * gst/debug/breakmydata.c:
9223         * gst/debug/efence.c:
9224         * gst/debug/gstnavigationtest.c:
9225         * gst/debug/gstnavseek.c:
9226         * gst/debug/negotiation.c:
9227         * gst/debug/progressreport.c:
9228         * gst/debug/testplugin.c:
9229         * gst/effectv/gstaging.c:
9230         * gst/effectv/gstdice.c:
9231         * gst/effectv/gstedge.c:
9232         * gst/effectv/gstquark.c:
9233         * gst/effectv/gstrev.c:
9234         * gst/effectv/gstshagadelic.c:
9235         * gst/effectv/gstvertigo.c:
9236         * gst/effectv/gstwarp.c:
9237         * gst/flx/gstflxdec.c:
9238         * gst/goom/gstgoom.c:
9239         * gst/icydemux/gsticydemux.c:
9240         * gst/id3demux/gstid3demux.c:
9241         * gst/interleave/deinterleave.c:
9242         * gst/interleave/interleave.c:
9243         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
9244         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
9245         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
9246         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
9247         * gst/level/gstlevel.c:
9248         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
9249         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
9250         * gst/median/gstmedian.c:
9251         * gst/monoscope/gstmonoscope.c:
9252         * gst/multipart/multipartdemux.c:
9253         * gst/multipart/multipartmux.c:
9254         * gst/oldcore/gstaggregator.c:
9255         * gst/oldcore/gstfdsink.c:
9256         * gst/oldcore/gstmd5sink.c:
9257         * gst/oldcore/gstmultifilesrc.c:
9258         * gst/oldcore/gstpipefilter.c:
9259         * gst/oldcore/gstshaper.c:
9260         * gst/oldcore/gststatistics.c:
9261         * gst/rtp/gstasteriskh263.c:
9262         * gst/rtp/gstrtpL16depay.c:
9263         * gst/rtp/gstrtpL16pay.c:
9264         * gst/rtp/gstrtpamrdepay.c:
9265         * gst/rtp/gstrtpamrpay.c:
9266         * gst/rtp/gstrtpdepay.c:
9267         * gst/rtp/gstrtpgsmpay.c:
9268         * gst/rtp/gstrtph263pay.c:
9269         * gst/rtp/gstrtph263pdepay.c:
9270         * gst/rtp/gstrtph263ppay.c:
9271         * gst/rtp/gstrtpilbcdepay.c:
9272         * gst/rtp/gstrtpmp4gpay.c:
9273         * gst/rtp/gstrtpmp4vdepay.c:
9274         * gst/rtp/gstrtpmp4vpay.c:
9275         * gst/rtp/gstrtpmpadepay.c:
9276         * gst/rtp/gstrtpmpapay.c:
9277         * gst/rtp/gstrtppcmadepay.c:
9278         * gst/rtp/gstrtppcmapay.c:
9279         * gst/rtp/gstrtppcmudepay.c:
9280         * gst/rtp/gstrtppcmupay.c:
9281         * gst/rtp/gstrtpspeexdepay.c:
9282         * gst/rtp/gstrtpspeexpay.c:
9283         * gst/rtsp/gstrtpdec.c:
9284         * gst/rtsp/gstrtspsrc.c:
9285         * gst/smpte/gstsmpte.c:
9286         * gst/udp/gstdynudpsink.c:
9287         * gst/udp/gstmultiudpsink.c:
9288         * gst/udp/gstudpsink.c:
9289         * gst/udp/gstudpsrc.c:
9290         * gst/videobox/gstvideobox.c:
9291         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
9292         * gst/videofilter/gstvideobalance.c:
9293         * gst/videofilter/gstvideoflip.c:
9294         * gst/videofilter/gstvideotemplate.c:
9295         (gst_videotemplate_base_init):
9296         * gst/videomixer/videomixer.c:
9297         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9298         (gst_wavparse_class_init), (gst_wavparse_dispose),
9299         (gst_wavparse_reset), (gst_wavparse_init),
9300         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
9301         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9302         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
9303         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9304         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
9305         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
9306         (gst_wavparse_change_state):
9307         * gst/wavparse/gstwavparse.h:
9308         * sys/oss/gstossmixerelement.c:
9309         * sys/oss/gstosssink.c:
9310         * sys/oss/gstosssrc.c:
9311         * sys/osxaudio/gstosxaudioelement.c:
9312         * sys/osxaudio/gstosxaudiosink.c:
9313         * sys/osxaudio/gstosxaudiosrc.c:
9314         * sys/sunaudio/gstsunaudiomixer.c:
9315         * sys/sunaudio/gstsunaudiosink.c:
9316           Define GstElementDetails as const and also static (when defined as
9317           global)
9318
9319 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9320
9321         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
9322           Source pad has fixed caps. If we don't set this, bad
9323           things happen when the window is resized.
9324
9325 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9326
9327         * gst/matroska/Makefile.am:
9328         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9329         (gst_matroska_demux_handle_src_event):
9330         * gst/matroska/matroska-ids.c:
9331         (gst_matroska_track_init_video_context),
9332         (gst_matroska_track_init_audio_context),
9333         (gst_matroska_track_init_subtitle_context),
9334         (gst_matroska_track_init_complex_context):
9335         * gst/matroska/matroska-ids.h:
9336           Handle case where the TrackType ebml chunk does not come before the
9337           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
9338           events.
9339
9340 2006-04-25  Wim Taymans  <wim@fluendo.com>
9341
9342         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
9343         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
9344         It's codec_data, not codec_info.
9345
9346 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9347
9348         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
9349
9350         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
9351           Handle codec_data for VfW compatibility codec IDs (#339451)
9352
9353         * gst/matroska/matroska-mux.c:
9354         (gst_matroska_mux_video_pad_setcaps):
9355           Same here, handle codec_data and add additional caps we can handle
9356           now to the pad template (huffyuv, dv and h263 video) (#339451)
9357
9358 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9359
9360         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
9361
9362         * gst/matroska/matroska-mux.c:
9363         (gst_matroska_mux_create_buffer_header),
9364         (gst_matroska_mux_write_data):
9365           Fix timestamping of B-frames, use signed integers, do
9366           some rounding (#339678).
9367
9368 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
9369
9370         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
9371         just make it compile with --disable-gst-debug.
9372
9373 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
9374
9375         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
9376         Fix a bad conversion using gst_guint64_to_gdouble.
9377         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
9378         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
9379         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
9380     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
9381         mistake.
9382
9383 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
9384
9385         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
9386         Use gst_guint64_to_gdouble for conversions
9387         * win32/vs6/gst_plugins_good.dsw:
9388         * win32/vs6/libgsticydemux.dsp:
9389         Add a project file for icydemux
9390
9391 2006-04-21  Wim Taymans  <wim@fluendo.com>
9392
9393         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
9394
9395         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9396         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
9397         When splitting audio chunks, the block alignment is not taken in
9398         consideration, so the smaller chunks could be of size which is 
9399         not a multiple of the block alignment. Fixes #336904
9400
9401 2006-04-21  Wim Taymans  <wim@fluendo.com>
9402
9403         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
9404         Use scale functions
9405
9406 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9407
9408         * ext/dv/gstdv.c: (plugin_init):
9409           Fix build.
9410
9411 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9412
9413         * gst/debug/progressreport.c: (gst_progress_report_finalize),
9414         (gst_progress_report_class_init), (gst_progress_report_init),
9415         (gst_progress_report_do_query), (gst_progress_report_report),
9416         (gst_progress_report_set_property),
9417         (gst_progress_report_get_property):
9418           Add 'format' property to force querying to a particular format.
9419
9420 2006-04-21  Andy Wingo  <wingo@pobox.com>
9421
9422         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
9423         best, on big endian systems. Drop its rank in that case. OTOH on
9424         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
9425
9426 2006-04-21  Michael Smith  <msmith@fluendo.com>
9427
9428         * configure.ac:
9429         * gst/icydemux/Makefile.am:
9430         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
9431         (gst_icydemux_base_init), (gst_icydemux_class_init),
9432         (gst_icydemux_reset), (gst_icydemux_init),
9433         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
9434         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
9435         (unicodify), (gst_icydemux_unicodify),
9436         (gst_icydemux_parse_and_send_tags),
9437         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
9438         (gst_icydemux_chain), (gst_icydemux_change_state),
9439         (gst_icydemux_send_tag_event), (plugin_init):
9440         * gst/icydemux/gsticydemux.h:
9441         * tests/check/Makefile.am:
9442         * tests/check/elements/icydemux.c: (typefind_succeed),
9443         (plugin_init), (icydemux_found_pad), (create_icydemux),
9444         (cleanup_icydemux), (push_data), (GST_START_TEST),
9445         (icydemux_suite), (main):
9446           Add icydemux, and tests.
9447
9448 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9449
9450         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9451           Post SEGMENT_DONE message in TIME format.
9452
9453 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9454
9455         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
9456
9457         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
9458         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
9459           Fix index creation when we have to scan the file to create
9460           an index. There may be other types of RIFF 'LIST' chunks than
9461           'movi' and we need to skip them properly as well or we'll end up
9462           reading garbage (#336889). Some other cosmetic changes.
9463           
9464 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9465
9466         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
9467         (gst_flac_dec_handle_seek_event):
9468           Add support for segment seeks (fixes #338290). Also demote
9469           some recurring debug message from DEBUG to LOG level.
9470
9471 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9472
9473         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9474         (gst_matroskademux_do_index_seek),
9475         (gst_matroska_demux_handle_seek_event),
9476         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
9477         * gst/matroska/matroska-ids.h:
9478           Set DISCONT flag on first buffer after a discontinuity.
9479           Fix newsegment events sent when seeking and honour KEY_UNIT
9480           seek flag. Create pad with bogus caps if we don't recognise
9481           the stream codec id.
9482
9483         * gst/matroska/matroska-demux.h:
9484           Fix GObject macros.
9485
9486 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9487
9488         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
9489
9490         * gst/matroska/matroska-demux.c:
9491         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
9492           Handle end of segment properly when set; don't dead-lock when
9493           posting start of segment message when doing a segment seek.
9494           Fixes #338810.
9495
9496 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9497
9498         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
9499         (gst_matroska_demux_plugin_init):
9500           Make mpeg2 aac audio work: create artificial private codec data
9501           chunk which faad2 seems to require, just as we do for mpeg4 aac.
9502           Also call gst_riff_init(). Partially fixes #338767.
9503
9504 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
9505
9506         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
9507         (gst_wavenc_class_init), (gst_wavenc_init),
9508         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
9509         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
9510         (gst_wavenc_chain), (gst_wavenc_change_state):
9511         * gst/wavenc/gstwavenc.h:
9512           Set caps on first outgoing buffer, so that it doesn't error out
9513           immediately with a non-negotiated error (#338716). Rewrite and
9514           clean up a bit; fix setcaps function to parse things properly;
9515           fix sink caps (8bit audio is unsigned and doesn't have depth);
9516           use boilerplate macros; remove unused properties stuff.
9517
9518 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
9519
9520         * ext/gdk_pixbuf/gstgdkpixbuf.c:
9521           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
9522           handle MJPEG streams and might be autoplugged for those if the
9523           user doesn't have jpegdec installed (resulting in a cryptic error
9524           message about huffman tables). Better to disable JPEG decoding here
9525           and let the user figure out that she needs to install jpegdec.
9526
9527 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
9528
9529         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
9530         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
9531         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
9532         * ext/gdk_pixbuf/gstgdkpixbuf.h:
9533           Make work with packetised/framed input (e.g. png-in-quicktime). Use
9534           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
9535           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
9536           debug messages. Fix boilerplate macros.
9537
9538 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
9539
9540         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
9541         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
9542           No need to special-case for Gdk-2.0 any longer, we require
9543           Gdk 2.2 or newer; minor clean-ups.
9544
9545 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
9546
9547         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
9548         (gst_shout2send_class_init), (gst_shout2send_init),
9549         (set_shout_metadata), (gst_shout2send_set_metadata),
9550         (gst_shout2send_event), (gst_shout2send_start),
9551         (gst_shout2send_connect), (gst_shout2send_stop),
9552         (gst_shout2send_render), (gst_shout2send_set_property),
9553         (gst_shout2send_get_property), (gst_shout2send_setcaps),
9554         (plugin_init):
9555         * ext/shout2/gstshout2.h:
9556         * po/POTFILES.in:
9557           Rewrite a bit: use GstBaseSink::start and stop instead of a state
9558           change function; use GST_ELEMENT_ERROR for error reporting, not
9559           g_error() or GST_ERROR(); don't unref caps in setcaps function,
9560           will cause crashes or assertion failures; remove (unused) "sync"
9561           property, basesink already has such a property; misc. other
9562           minor fixes and cleanups.
9563
9564 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
9565
9566         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
9567         * ext/esd/gstesd.c: (plugin_init):
9568         * po/POTFILES.in:
9569           Add translatable error message for when we cannot
9570           connect to the sound server, as "Cannot open resource
9571           for writing" isn't really an acceptable message to show
9572           to the user in this case.
9573
9574 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
9575
9576         * sys/oss/gst-i18n-plugin.h:
9577           Remove bogus file that doesn't belong here.
9578
9579 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
9580
9581         Patch by: Philippe Valembois
9582
9583         * ext/shout2/gstshout2.c: (gst_shout2send_init),
9584         (gst_shout2send_set_metadata), (gst_shout2send_event),
9585         (gst_shout2send_render), (gst_shout2send_change_state):
9586         * ext/shout2/gstshout2.h:
9587           Handle tags being received before the connection to
9588           the server is established properly (see #338636).
9589
9590 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
9591
9592         * ext/shout2/gstshout2.c: (gst_shout2send_render):
9593           Don't crash in case the connection to the server fails:
9594           don't set pointer to NULL by assigning FALSE; error out
9595           properly by using GST_ELEMENT_ERROR and returning
9596           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
9597           before resetting the pointer.
9598
9599 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
9600
9601         * gst/id3demux/id3tags.c:
9602         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
9603         (Fixes #338713)
9604
9605 2006-04-12  Wim Taymans  <wim@fluendo.com>
9606
9607         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
9608         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
9609         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
9610         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
9611         (gst_gdk_pixbuf_chain):
9612         Some cleanups.
9613         Added RGBA as a possible output format.
9614         Correctly free the supported mimetypes.
9615         deprecate silent arg, it's not used.
9616         Return result from _alloc_buffer to peer.
9617
9618 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
9619
9620         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
9621           Don't leak memory allocated by gst_buffer_new_and_alloc() by
9622           overwriting GST_BUFFER_MALLOCDATA.
9623
9624 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
9625
9626         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
9627         (user_endrow_callback), (user_end_callback),
9628         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
9629         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
9630         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
9631         * ext/libpng/gstpngdec.h:
9632           Handle more than one frame if the content is framed,
9633           like with png-in-quicktime (#331917).
9634
9635 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9636
9637         * sys/oss/Makefile.am:
9638         * sys/oss/common.h:
9639         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
9640         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
9641         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
9642         (gst_oss_src_unprepare):
9643           - the user-visible error strings were in the wrong category
9644           - and the messages were not marked for translation
9645           - which is actually a good thing, because they were exactly
9646             the kind of message you would never want anyone to see
9647           - the macros were using variables that didn't exist in the macro
9648             arguments
9649           - and they were obviously copied from each other and then modified
9650           - so a common header makes sense
9651
9652 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
9653
9654         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
9655           Don't try to modify read-only data.
9656
9657         * gst/matroska/matroska-demux.c:
9658         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
9659           Fix comment (won't crash any longer now).
9660
9661 2006-04-10  Michael Smith  <msmith@fluendo.com>
9662
9663         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
9664           Use copies of header buffers for caps to avoid circular refcounting
9665           problems (as in theoradec, vorbisdec).
9666
9667         * tests/check/elements/cmmldec.c: (GST_START_TEST):
9668           Fix a typo in test that meant it was testing the wrong thing.
9669
9670         * tests/check/elements/cmmlenc.c: (check_headers):
9671           Fix refcount checks now that we use buffer-copies for caps.
9672
9673 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
9674
9675         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
9676         (gst_matroska_demux_handle_seek_event),
9677         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
9678         (gst_matroska_demux_subtitle_caps),
9679         (gst_matroska_demux_plugin_init):
9680           Use static pad templates with ANY caps for audio and video
9681           source pads and get rid of a lot of unnecessary (and partially
9682           broken) code for the template caps. Clean up caps finding
9683           functions. Fixes playback of audio files/streams that do not
9684           contain the sample rate and/or number of channels in the audio
9685           context (happens a lot with vorbis/mp3 .mka files it seems).
9686           Fixes #337183.
9687           Also add myself to copyright holders.
9688
9689 2006-04-10  Michael Smith  <msmith@fluendo.com>
9690
9691         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
9692           Use g_list_delete_link () instead of g_list_remove_link () so that
9693           we free the link as well as the contained data.
9694
9695 2006-04-10  Wim Taymans  <wim@fluendo.com>
9696
9697         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
9698
9699         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
9700         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9701         (gst_avi_demux_stream_header):
9702         Fix some crashers with empty chunks. (Fixes #337749)
9703
9704 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
9705
9706         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
9707           use G_GINT64_CONSTANT for INT64 constants
9708         * gst/videofilter/gstvideobalance.c:
9709           define rint for WIN32 #define rint(x) (floor((x)+0.5))
9710         * win32/vs6/libgstavi.dsp:
9711          add missing libraries for the link and remove avimux.c from
9712          the project as it isn't ported to 0.10 yet
9713         
9714 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
9715
9716         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
9717           Even better would be if we actually did the right thing
9718           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
9719
9720 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
9721
9722         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
9723           Can't just replace 1LL with 1L here just because MSVC doesn't
9724           support it, as it might lead to incorrect results when doing the
9725           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
9726           force a 64-bit constant in a way that all compilers are happy with.
9727
9728 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9729
9730         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
9731         * ext/esd/esdsink.c: (gst_esdsink_class_init):
9732         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
9733         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
9734         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
9735         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
9736         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
9737         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
9738         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
9739         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
9740         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
9741         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
9742         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
9743         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
9744         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
9745         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
9746         * gst/avi/gstavimux.c: (gst_avimux_class_init):
9747         * gst/debug/efence.c: (gst_efence_class_init):
9748         * gst/debug/negotiation.c: (gst_negotiation_class_init):
9749         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
9750         * gst/goom/gstgoom.c: (gst_goom_class_init):
9751         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
9752         * gst/interleave/deinterleave.c: (deinterleave_class_init):
9753         * gst/interleave/interleave.c: (interleave_class_init):
9754         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
9755         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
9756         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
9757         * gst/median/gstmedian.c: (gst_median_class_init):
9758         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
9759         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
9760         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
9761         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
9762         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
9763         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
9764         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
9765         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
9766         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
9767         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
9768         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
9769         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
9770         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
9771         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
9772         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
9773         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
9774         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
9775         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
9776         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
9777         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
9778         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
9779         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
9780         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
9781         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
9782         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9783         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
9784         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
9785         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
9786         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
9787         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
9788         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
9789         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
9790         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
9791         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
9792         * sys/osxaudio/gstosxaudioelement.c:
9793         (gst_osxaudioelement_class_init):
9794         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
9795         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
9796         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
9797         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
9798
9799 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9800
9801         * ext/mikmod/gstmikmod.h:
9802         * gst/level/gstlevel.h:
9803         Fix more broken GObject macros
9804
9805 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9806
9807         * ext/annodex/gstcmmldec.h:
9808         * ext/annodex/gstcmmlenc.h:
9809         * ext/annodex/gstcmmltag.h:
9810         * ext/cairo/gsttextoverlay.h:
9811         * ext/ladspa/gstsignalprocessor.h:
9812         * gst/matroska/ebml-read.h:
9813         * gst/matroska/ebml-write.h:
9814         * sys/osxaudio/gstosxaudioelement.h:
9815         Fix broken GObject macros
9816
9817 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
9818
9819         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
9820           Don't try to seek beyond the end of the file (would
9821           occasionally display error dialogs in totem when seeking
9822           to the end) (#335869). Will still throw an error though
9823           if the file is truncated and the total_samples value in
9824           the stream header is wrong.
9825
9826 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
9827
9828         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
9829         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
9830         (gst_flac_dec_metadata_callback):
9831         * ext/flac/gstflacdec.h:
9832           If the stream header doesn't contain the total number of samples,
9833           search for the last flac frame at the end of the file and calculate
9834           the total duration from that frame's offset (fixes #337609).
9835
9836 2006-04-07  Edward Hervey  <edward@fluendo.com>
9837
9838         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
9839         Don't unref the GstPadTemplate returned by
9840         gst_element_class_get_pad_template().
9841
9842 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9843
9844         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9845
9846         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
9847         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
9848         * sys/sunaudio/gstsunaudiosink.h:
9849           Use spec->segsize and spec->segtotal in the prepare function
9850           to initialise the ring buffer instead of using the buffer-time
9851           property (#337421).
9852
9853 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9854
9855         * configure.ac:
9856           Bump core requirements to CVS for gst_pad_query_peer_duration()
9857           which is used by speexdec.
9858
9859 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
9860
9861         * ext/speex/gstspeex.c: (plugin_init):
9862         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
9863         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
9864         (speex_get_sink_query_types), (speex_dec_sink_query),
9865         (speex_get_src_query_types), (speex_dec_src_query),
9866         (speex_dec_src_event), (speex_dec_sink_event),
9867         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
9868         (speex_dec_chain_parse_data), (speex_dec_chain),
9869         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
9870         (speex_dec_change_state):
9871         * ext/speex/gstspeexdec.h:
9872           Fix seeking and duration queries (#337033); clean up and
9873           refactor a bit.
9874
9875 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9876
9877         * ext/raw1394/gstdv1394src.c:
9878           distinguish between device not found and could not open for
9879           reading
9880
9881 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9882
9883         * Makefile.am:
9884         * configure.ac:
9885         * pkgconfig/.cvsignore:
9886         * pkgconfig/Makefile.am:
9887         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
9888           add a .pc file so other modules can use good plugins in tests
9889
9890 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9891
9892         * configure.ac:
9893           clean up, use AS_VERSION and AS_NANO
9894         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
9895           use PACKAGE_VERSION define
9896         * po/af.po:
9897         * po/az.po:
9898         * po/cs.po:
9899         * po/en_GB.po:
9900         * po/hu.po:
9901         * po/it.po:
9902         * po/nb.po:
9903         * po/nl.po:
9904         * po/or.po:
9905         * po/sq.po:
9906         * po/sr.po:
9907         * po/sv.po:
9908         * po/uk.po:
9909         * po/vi.po:
9910           updated
9911
9912 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
9913
9914         * ext\jpeg\smokecodec.c:
9915           use of GST_DEBUG instead of DEBUG(a...) for WIN32
9916         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
9917           move first instruction after all variables declarations
9918         * gst\alpha\gstalpha.c:
9919         * gst\effectv\gstshagadelic.c:
9920         * gst\smpte\paint.c:
9921         * gst\videofilter\gstvideobalance.c:
9922           define M_PI if it's not defined (it's not defined on WIN32)
9923         * gst\cutter\gstcutter.c: (gst_cutter_chain):
9924         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
9925         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
9926         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
9927         (gst_matroska_demux_video_caps):
9928         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
9929         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
9930           use gst_guint64_to_gdouble for conversions
9931         * gst\goom\filters.c: (setPixelRGB_):
9932           fix a debug which was using undefined variable
9933         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
9934         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
9935           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
9936         * win32/vs6:
9937           add vs6 projects files for most of plugins-good
9938         
9939 2006-03-30  j^  <j@bootlab.org>
9940
9941         * ext/aalib/gstaasink.c:
9942         * ext/annodex/gstcmmldec.c:
9943         * ext/annodex/gstcmmlenc.c:
9944         * ext/cairo/gsttextoverlay.c:
9945         * ext/cairo/gsttimeoverlay.c:
9946         * ext/cdio/gstcdiocddasrc.c:
9947         * ext/dv/gstdvdec.c:
9948         * ext/esd/esdmon.c:
9949         * ext/esd/esdsink.c:
9950         * ext/flac/gstflacdec.c:
9951         * ext/flac/gstflacenc.c:
9952         * ext/flac/gstflactag.c:
9953         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
9954         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
9955         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
9956         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
9957         * ext/gdk_pixbuf/gstgdkpixbuf.c:
9958         * ext/gdk_pixbuf/pixbufscale.c:
9959         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
9960         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
9961         * ext/jpeg/gstjpegdec.c:
9962         * ext/jpeg/gstjpegenc.c:
9963         * ext/jpeg/gstsmokedec.c:
9964         * ext/jpeg/gstsmokeenc.c:
9965         * ext/libcaca/gstcacasink.c:
9966         * ext/libmng/gstmngdec.c:
9967         * ext/libmng/gstmngenc.c:
9968         * ext/libpng/gstpngdec.c:
9969         * ext/libpng/gstpngenc.c:
9970         * ext/mikmod/gstmikmod.c:
9971         * ext/raw1394/gstdv1394src.c:
9972         * ext/shout2/gstshout2.c:
9973         * ext/speex/gstspeexdec.c:
9974         * ext/speex/gstspeexenc.c:
9975         * gst/alpha/gstalpha.c:
9976         * gst/alpha/gstalphacolor.c:
9977         * gst/auparse/gstauparse.c:
9978         * gst/autodetect/gstautoaudiosink.c:
9979         (gst_auto_audio_sink_base_init):
9980         * gst/autodetect/gstautovideosink.c:
9981         (gst_auto_video_sink_base_init):
9982         * gst/avi/gstavimux.c: (gst_avimux_base_init):
9983         * gst/cutter/gstcutter.c:
9984         * gst/debug/breakmydata.c:
9985         * gst/debug/efence.c:
9986         * gst/debug/gstnavigationtest.c:
9987         * gst/debug/negotiation.c:
9988         * gst/debug/progressreport.c:
9989         * gst/debug/testplugin.c:
9990         * gst/effectv/gstaging.c:
9991         * gst/effectv/gstdice.c:
9992         * gst/effectv/gstedge.c:
9993         * gst/effectv/gstquark.c:
9994         * gst/effectv/gstrev.c:
9995         * gst/effectv/gstvertigo.c:
9996         * gst/effectv/gstwarp.c:
9997         * gst/flx/gstflxdec.c:
9998         * gst/goom/gstgoom.c:
9999         * gst/interleave/deinterleave.c:
10000         * gst/interleave/interleave.c:
10001         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10002         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10003         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10004         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10005         * gst/level/gstlevel.c:
10006         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10007         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10008         * gst/median/gstmedian.c:
10009         * gst/monoscope/gstmonoscope.c:
10010         * gst/multipart/multipartdemux.c:
10011         * gst/multipart/multipartmux.c:
10012         * gst/oldcore/gstmd5sink.c:
10013         * gst/oldcore/gstmultifilesrc.c:
10014         * gst/oldcore/gstpipefilter.c:
10015         * gst/oldcore/gstshaper.c:
10016         * gst/oldcore/gststatistics.c:
10017         * gst/rtp/gstasteriskh263.c:
10018         * gst/rtp/gstrtpL16depay.c:
10019         * gst/rtp/gstrtpL16pay.c:
10020         * gst/rtp/gstrtpamrdepay.c:
10021         * gst/rtp/gstrtpamrpay.c:
10022         * gst/rtp/gstrtpdepay.c:
10023         * gst/rtp/gstrtpgsmpay.c:
10024         * gst/rtp/gstrtph263pay.c:
10025         * gst/rtp/gstrtph263pdepay.c:
10026         * gst/rtp/gstrtph263ppay.c:
10027         * gst/rtp/gstrtpmp4gpay.c:
10028         * gst/rtp/gstrtpmp4vdepay.c:
10029         * gst/rtp/gstrtpmp4vpay.c:
10030         * gst/rtp/gstrtpmpadepay.c:
10031         * gst/rtp/gstrtpmpapay.c:
10032         * gst/rtp/gstrtppcmadepay.c:
10033         * gst/rtp/gstrtppcmapay.c:
10034         * gst/rtp/gstrtppcmudepay.c:
10035         * gst/rtp/gstrtppcmupay.c:
10036         * gst/rtp/gstrtpspeexdepay.c:
10037         * gst/rtp/gstrtpspeexpay.c:
10038         * gst/rtsp/gstrtpdec.c:
10039         * gst/smpte/gstsmpte.c:
10040         * gst/videobox/gstvideobox.c:
10041         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10042         * gst/videofilter/gstvideobalance.c:
10043         * gst/videofilter/gstvideoflip.c:
10044         * gst/videofilter/gstvideotemplate.c:
10045         (gst_videotemplate_base_init):
10046         * gst/videomixer/videomixer.c:
10047         * gst/wavenc/gstwavenc.c:
10048         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
10049          better/unified long descriptions
10050          Fixed #336602
10051          Some cleanups to auparse, don't send multiple newsegments.
10052
10053 2006-03-29  Wim Taymans  <wim@fluendo.com>
10054
10055         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
10056
10057         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
10058         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
10059         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
10060         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
10061         * ext/dv/gstdvdemux.h:
10062         Seek in READY patch. Only works for pull based mode.
10063         Fixes #323880
10064
10065 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
10066
10067         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
10068         (gst_gdk_pixbuf_event):
10069           Fix two crashers: don't unref the same caps twice, and
10070           set pixbuf loader to NULL after freeing it.
10071
10072 2006-03-27  Wim Taymans  <wim@fluendo.com>
10073
10074         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
10075         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
10076         (gst_speexenc_chain):
10077         * ext/speex/gstspeexenc.h:
10078         Don't leak adapter.
10079         A push *always* takes ownership of the buffer, even on
10080         errors.
10081         Small cleanups.
10082
10083 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
10084
10085         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
10086           Create source pad without leaking.
10087
10088 2006-03-24  Wim Taymans  <wim@fluendo.com>
10089
10090         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
10091         * ext/flac/gstflacdec.h:
10092         * ext/flac/gstflacenc.h:
10093         Spifify a bit.
10094         Fix deadly lock order error in seeking code, STREAM_LOCK
10095         cannot be taken within LOCK and the streaming variables are
10096         protected with the STREAM_LOCK anyway.
10097
10098 2006-03-24  Wim Taymans  <wim@fluendo.com>
10099
10100         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
10101         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10102         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
10103         this patch combines the global init_frames with the stream
10104         init_frames. Rationale being that the global delay should 
10105         be subtracted from any stream delay.
10106         Fixes #335858.
10107
10108 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
10109
10110         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
10111         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
10112         * gst/smpte/gstsmpte.c: (gst_smpte_init):
10113         * gst/videomixer/videomixer.c: (gst_videomixer_init):
10114         use DEBUG_FUNCPTR for collectpads
10115
10116 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
10117
10118         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
10119           Don't crash when encoding images where the number of rows isn't
10120           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
10121
10122 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
10123
10124         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
10125         * gst/interleave/deinterleave.c: (deinterleave_change_state):
10126         * gst/interleave/interleave.c: (interleave_change_state):
10127         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
10128           More state change function fixes.
10129
10130 2006-03-23  Wim Taymans  <wim@fluendo.com>
10131
10132         * ext/esd/esdsink.c: (gst_esdsink_class_init),
10133         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
10134         (gst_esdsink_prepare), (gst_esdsink_unprepare),
10135         (gst_esdsink_delay), (gst_esdsink_reset):
10136         * ext/esd/esdsink.h:
10137         Fix esd choppy playback by configuring audiosink
10138         correctly. Fixes #325191
10139
10140 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
10141
10142         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
10143           Make state change function thread-safe.
10144
10145 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
10146
10147         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
10148         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10149           Don't try to read beyond the end of the file just because
10150           the header claims a bigger size (like with truncated files).
10151
10152 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
10153
10154         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10155         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
10156         (gst_wavparse_stream_data), (gst_wavparse_loop):
10157         * gst/wavparse/gstwavparse.h:
10158           Delay source pad creation until we have the first chunk of
10159           media data, so the we can examine the data and adjust the
10160           caps accordingly if required. This makes playback of .wav
10161           files with DTS-declared-as-PCM content work (#313266).
10162
10163 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
10164
10165         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
10166         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
10167         Don't attempt typefinding on too-short buffers that have been
10168         completely trimmed away. (Fixes #330239)
10169
10170         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
10171         Improve the debug output
10172
10173 2006-03-21  Wim Taymans  <wim@fluendo.com>
10174
10175         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
10176         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
10177         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
10178         (gst_esdsink_set_property), (gst_esdsink_get_property):
10179         Some cleanups.
10180         Reset fd to -1 when we close them.
10181
10182 2006-03-21  Wim Taymans  <wim@fluendo.com>
10183
10184         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
10185         the OPTIONS request result is optional so don't
10186         fail on it.
10187
10188 2006-03-21  Edward Hervey  <edward@fluendo.com>
10189
10190         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
10191         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
10192         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
10193         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
10194         (gst_wavparse_change_state):
10195         gcc 4.1 unreferenced pointer fixes.
10196
10197 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10198
10199         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
10200
10201         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
10202           Fix block alignment calculation. Alignment should be done before
10203           adding the byte offset where the data starts (#335231).
10204
10205 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
10206
10207         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
10208           Ensure that we set correct caps on buffers that are transferred
10209           direct from the input.
10210
10211 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
10212
10213         * gst/goom/filters.c: (zoomFilterDestroy):
10214         * gst/goom/goom_core.c: (goom_close):
10215           Free filter data when cleaning up. (Fixes: #334995)
10216
10217 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
10218
10219         * configure.ac:
10220           Don't compile udp and rtsp plugins on win32 (mingw) or other
10221           systems that don't have <sys/socket.h> for some reason (#316203).
10222
10223 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10224
10225         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
10226         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
10227         * ext/raw1394/gstdv1394src.h:
10228           Change bus reset handler so it reports useful information such as
10229           whether the device being used connected or disconnected
10230
10231 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
10232
10233         * gst/id3demux/id3v2frames.c:
10234         (parse_relative_volume_adjustment_two):
10235           We only care about gain and peak data for the master volume.
10236
10237 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
10238
10239         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10240         (parse_id_string), (parse_unique_file_identifier),
10241         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
10242           Read replay gain tags (#323721).
10243
10244 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
10245
10246         * configure.ac:
10247           Bump requirements to gst-plugins-base CVS because
10248           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
10249
10250 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10251
10252         * rtp/gst/gstrtppcmadepay.c:
10253         Fixed one of the caps in the code from mulaw to alaw.
10254
10255 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
10256
10257         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
10258           Ensure that we set caps on the buffers we pass.
10259
10260         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10261         (gst_id3demux_sink_activate):
10262           Ensure that we set caps on the buffers we pass.
10263
10264           Use STREAM, TYPE_NOT_FOUND as the error class when
10265           typefinding fails.
10266
10267 2006-03-15  Edward Hervey  <edward@fluendo.com>
10268
10269         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
10270         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
10271         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
10272         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10273         (gst_jpeg_dec_setcaps):
10274         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
10275         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
10276         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
10277         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
10278         (gst_mngdec_src_getcaps):
10279         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
10280         (gst_pngdec_caps_create_and_set):
10281         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
10282         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
10283         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
10284         * gst/alpha/gstalpha.c: (gst_alpha_init):
10285         * gst/auparse/gstauparse.c: (gst_au_parse_init):
10286         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
10287         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
10288         * gst/cutter/gstcutter.c: (gst_cutter_init):
10289         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
10290         (gst_efence_checkgetrange):
10291         * gst/debug/negotiation.c: (gst_negotiation_init):
10292         * gst/flx/gstflxdec.c: (gst_flxdec_init):
10293         * gst/goom/gstgoom.c: (gst_goom_init):
10294         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
10295         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
10296         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
10297         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
10298         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
10299         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
10300         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
10301         * gst/smpte/gstsmpte.c: (gst_smpte_init):
10302         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
10303         (gst_wavparse_create_sourcepad):
10304         Fix memleak with gst_static_pad_template_get().
10305         This uses gst_pad_new_from_static_template() instead.
10306         Fixes #333512
10307
10308 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10309
10310         * configure.ac:
10311           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
10312           used by id3demux.
10313
10314         * gst/id3demux/gstid3demux.c: (plugin_init):
10315         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10316         (parse_user_text_identification_frame),
10317         (parse_unique_file_identifier):
10318           Add support for UFID and TXXX frames and extract musicbrainz tags.
10319
10320 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10321
10322         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10323           Catch short reads, like they might happen with truncated
10324           files (see #305279); remove unnecessary indentation.
10325
10326 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10327
10328         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
10329           Fix DIB image inversion for pictures with a
10330           depth != 8 (#305279).
10331
10332 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10333
10334         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
10335         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
10336         * ext/jpeg/gstjpegdec.h:
10337           Fix durations on outgoing buffers after seeking
10338           in MJPEG files (#334083); some minor clean-ups.
10339
10340 2006-03-13  Wim Taymans  <wim@fluendo.com>
10341
10342         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
10343         (gst_wavparse_change_state):
10344         Implement seek in READY (re-fixes #327658)
10345
10346 2006-03-13  Wim Taymans  <wim@fluendo.com>
10347
10348         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
10349         * ext/esd/esdmon.c: (gst_esdmon_get):
10350         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
10351         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10352         (gst_gdk_pixbuf_sink_getcaps):
10353         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
10354         (gst_jpegenc_setcaps):
10355         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
10356         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
10357         (gst_smokeenc_setcaps):
10358         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
10359         (gst_mngdec_src_getcaps):
10360         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
10361         (gst_mngenc_chain):
10362         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
10363         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
10364         * ext/speex/gstspeexdec.c: (speex_dec_convert),
10365         (speex_dec_src_event), (speex_dec_chain):
10366         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
10367         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
10368         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
10369         (gst_negotiation_pad_link), (gst_negotiation_chain):
10370         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
10371         (gst_flxdec_chain):
10372         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
10373         (deinterleave_chain):
10374         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
10375         * gst/median/gstmedian.c: (gst_median_link):
10376         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
10377         (gst_monoscope_chain):
10378         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
10379         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
10380         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
10381         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
10382         close #333784 unref the result of gst_pad_get_parent()
10383         by: Christophe Fergeau.
10384
10385 2006-03-09  Wim Taymans  <wim@fluendo.com>
10386
10387         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
10388         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
10389         Handle events in push mode better, can now do non-flushing
10390         seeks in push mode as well.
10391
10392 2006-03-07  Wim Taymans  <wim@fluendo.com>
10393
10394         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
10395         Applied patch from Kai Vehmanen, fixes #333624.
10396
10397 2006-03-06  Julien MOUTTE  <julien@moutte.net>
10398
10399         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
10400         Implement paletted and grayscale png files handling.
10401         (#150363).
10402
10403 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10404
10405         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
10406         (gst_speexenc_chain):
10407           fix a tag list assert
10408           follow gst-plugins-base/ext/ogg/README; set OFFSET
10409           and OFFSET_END.  Muxes correctly with gst-plugins-base
10410           > 0.9.3
10411
10412 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10413
10414         * gst/id3demux/Makefile.am:
10415         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10416         (gst_id3demux_chain), (gst_id3demux_sink_activate):
10417           Use new typefind helper functions here as well, and
10418           do typefinding in pull-mode if upstream supports that.
10419
10420 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10421
10422         * sys/sunaudio/gstsunaudiomixerctrl.c:
10423         (gst_sunaudiomixer_ctrl_get_volume),
10424         (gst_sunaudiomixer_ctrl_set_volume):
10425         * sys/sunaudio/gstsunaudiomixertrack.c:
10426         (gst_sunaudiomixer_track_new):
10427           Remove unused variables, breaks build from CVS
10428           with -Werror (#333392, patch by: Benjamin Pineau)
10429
10430 2006-03-03  Wim Taymans  <wim@fluendo.com>
10431
10432         * docs/plugins/Makefile.am:
10433         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10434         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10435         Added wavparse docs.
10436
10437         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10438         (gst_wavparse_reset), (gst_wavparse_init),
10439         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
10440         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10441         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
10442         (gst_wavparse_stream_data), (gst_wavparse_loop),
10443         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
10444         (gst_wavparse_change_state):
10445         * gst/wavparse/gstwavparse.h:
10446         Implement seek in READY (fixes #327658)
10447         Added docs and did some cleanups.
10448
10449 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
10450
10451         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10452         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
10453         (gst_avi_demux_calculate_durations_from_index),
10454         (gst_avi_demux_stream_header):
10455         * gst/avi/gstavidemux.h:
10456           If we have an index, use a duration based on the index instead
10457           of blindly trusting the information in the stream headers
10458           (fixes #331817).
10459
10460 2006-03-03  Wim Taymans  <wim@fluendo.com>
10461
10462         * docs/plugins/Makefile.am:
10463         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10464         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10465         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10466         Added smoke and jpeg to the docs.
10467
10468         * ext/jpeg/Makefile.am:
10469         * ext/jpeg/gstjpeg.c: (plugin_init):
10470         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10471         * ext/jpeg/gstjpegenc.h:
10472         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
10473         (gst_smokedec_chain):
10474         * ext/jpeg/gstsmokedec.h:
10475         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
10476         * ext/jpeg/gstsmokeenc.h:
10477         * ext/jpeg/smokecodec.h:
10478         Port smokedec (fixes #331905).
10479         Added some docs.
10480         Some cleanups.
10481
10482 2006-03-03  Wim Taymans  <wim@fluendo.com>
10483
10484         * docs/plugins/Makefile.am:
10485         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10486         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10487         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10488         Added videobalance and videoflip to the docs.
10489
10490         * gst/videofilter/Makefile.am:
10491         * gst/videofilter/gstvideobalance.c:
10492         (gst_video_balance_update_tables_planar411),
10493         (gst_video_balance_is_passthrough),
10494         (gst_video_balance_update_properties), (oil_tablelookup_u8),
10495         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
10496         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
10497         (gst_video_balance_finalize), (gst_video_balance_class_init),
10498         (gst_video_balance_init), (gst_video_balance_interface_supported),
10499         (gst_video_balance_interface_init),
10500         (gst_video_balance_colorbalance_list_channels),
10501         (gst_video_balance_colorbalance_set_value),
10502         (gst_video_balance_colorbalance_get_value),
10503         (gst_video_balance_colorbalance_init),
10504         (gst_video_balance_set_property), (gst_video_balance_get_property),
10505         (gst_video_balance_get_type), (plugin_init):
10506         * gst/videofilter/gstvideobalance.h:
10507         Ported to 0.10. (Fixes #326160)
10508         Added docs.
10509
10510         * gst/videofilter/gstvideoflip.c:
10511         * gst/videofilter/gstvideoflip.h:
10512         Added docs.
10513
10514 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
10515
10516         * configure.ac:
10517           Bump requirements to current core and -base CVS
10518           (core for new typefind helper API, and -base for the
10519           WAVFORMATEX support that was added to libgstriff and
10520           is needed by wavparse).
10521         
10522         * gst/apetag/Makefile.am:
10523         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
10524         (gst_tag_demux_sink_activate):
10525           Use new typefind helpers for typefinding instead of our
10526           home-grown stuff; also, do typefinding in pull-mode if
10527           upstream supports that.
10528
10529 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
10530
10531         Reviewed by: Christian Schaller <christian@fluendo.com>
10532
10533         This patch fixes bug: 329107
10534
10535         This Changelog entry is for a commit done on February 17
10536
10537         * ext/gconf/gconf.c
10538         * ext/gconf/gconf.h
10539         * ext/gconf/gstgconfaudiosink.c
10540         * ext/gconf/gstgconfaudiosink.h
10541         * gconf/gstreamer.schemas.in
10542
10543 2006-02-28  Wim Taymans  <wim@fluendo.com>
10544
10545         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10546         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
10547         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
10548         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
10549         Use DEBUG_OBJECT more.
10550
10551 2006-02-28  Wim Taymans  <wim@fluendo.com>
10552
10553         * docs/plugins/Makefile.am:
10554         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10555         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10556         Added dvdec and dvdemux to docs.
10557
10558         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
10559         Added docs.
10560         Check frame sizes so we don't crash when don't have enough
10561         data.
10562         Send nice error messages on error.
10563
10564         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
10565         (gst_dvdemux_class_init), (gst_dvdemux_init),
10566         (gst_dvdemux_finalize), (gst_dvdemux_reset),
10567         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
10568         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
10569         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
10570         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
10571         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
10572         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
10573         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
10574         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
10575         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
10576         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
10577         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
10578         * ext/dv/gstdvdemux.h:
10579         Added docs.
10580         Implement pull mode.
10581         Fix memleaks.
10582         Reduce memcpy for the video demuxing.
10583
10584 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
10585
10586         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
10587         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
10588         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
10589         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
10590           Add a little extra debug. Make the decoder not return NOT_LINKED,
10591           as we want to continue decoding all CMML and emitting tags.
10592
10593 2006-02-27  Michael Smith  <msmith@fluendo.com>
10594
10595         * ext/annodex/gstskeltag.c:
10596         * ext/annodex/gstskeltag.h:
10597           Deleted; these files aren't used any more either.
10598
10599 2006-02-25  Julien MOUTTE  <julien@moutte.net>
10600
10601         * ext/Makefile.am: Fix dist-check.
10602
10603 2006-02-25  Julien MOUTTE  <julien@moutte.net>
10604
10605         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
10606         memleak.
10607
10608 2006-02-25  Alessandro Decina <alessandro@nnva.org>
10609
10610         * ext/annodex/Makefile.am:
10611         * ext/annodex/gstannodex.c:
10612         * ext/annodex/gstcmmldec.c:
10613         * ext/annodex/gstcmmlenc.c:
10614         * ext/annodex/gstcmmlparser.c:
10615         * ext/annodex/gstcmmlparser.h:
10616         * ext/annodex/gstcmmlutils.c:
10617         * tests/check/elements/cmmldec.c:
10618         * tests/check/elements/cmmlenc.c:
10619           Fix a memleak in gst_cmml_track_list_add_clip.
10620           Handle overflows in clip's start and end times.
10621           Add the "encoded" parameter to cmmldec and cmmlenc caps.
10622           Do not parse junk at the end of a CMML preamble buffer.
10623           Register a libxml error handler to not print stuff on stderr.
10624           Check for bad clip start and end times in the testsuites.
10625
10626 2006-02-25  Julien MOUTTE  <julien@moutte.net>
10627
10628         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
10629         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
10630         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10631         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
10632         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
10633         possible memleaks.
10634
10635 2006-02-25  Julien MOUTTE  <julien@moutte.net>
10636
10637         * tests/check/Makefile.am:
10638         * tests/check/elements/cmmldec.c:
10639         * tests/check/elements/cmmlenc.c: Fix tests so that they use
10640         the plugins-base tags.
10641
10642 2006-02-25  Julien MOUTTE  <julien@moutte.net>
10643
10644         * ext/Makefile.am: Re-enable module.
10645
10646 2006-02-25  Julien MOUTTE  <julien@moutte.net>
10647
10648         * tests/check/Makefile.am: Forgot to remove that test.
10649
10650 2006-02-25  Julien MOUTTE  <julien@moutte.net>
10651
10652         * ext/annodex/Makefile.am:
10653         * ext/annodex/gstannodex.c: (plugin_init):
10654         * ext/annodex/gstcmmldec.c:
10655         * ext/annodex/gstskeldec.c:
10656         * ext/annodex/gstskeldec.h:
10657         * tests/check/Makefile.am:
10658         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
10659
10660 2006-02-25  Julien MOUTTE  <julien@moutte.net>
10661
10662         * tests/check/Makefile.am: Disable those checks as well.
10663
10664 2006-02-24  Julien MOUTTE  <julien@moutte.net>
10665
10666         * ext/Makefile.am: Disable annodex for now until we figure out
10667         how to make it build.
10668         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
10669         Add a rule to your checklist : "please try to at least build 
10670         what you are going to commit into -good, or if you are too lazy
10671         to do that, please check that the buildbots are not crying because
10672         of your commit."
10673
10674 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
10675
10676         * configure.ac:
10677         * ext/Makefile.am:
10678         * ext/gdk_pixbuf/Makefile.am:
10679         * ext/gdk_pixbuf/gstgdkpixbuf.c:
10680         * ext/gdk_pixbuf/gstgdkpixbuf.h:
10681         * ext/gdk_pixbuf/pixbufscale.c:
10682         * ext/gdk_pixbuf/pixbufscale.h:
10683           Gdkpixbuf ported from 0.8 to 0.10 by
10684           Renato Filho <renato.filho@indt.org.br>.
10685           gst_loader and gdkpixbufanimation still need port.
10686
10687 2006-02-24  Michael Smith  <msmith@fluendo.com>
10688
10689         * configure.ac:
10690         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10691         * ext/Makefile.am:
10692         * ext/annodex/Makefile.am:
10693         * ext/annodex/gstannodex.c:
10694         * ext/annodex/gstannodex.h:
10695         * ext/annodex/gstcmmldec.c:
10696         * ext/annodex/gstcmmldec.h:
10697         * ext/annodex/gstcmmlenc.c:
10698         * ext/annodex/gstcmmlenc.h:
10699         * ext/annodex/gstcmmlparser.c:
10700         * ext/annodex/gstcmmlparser.h:
10701         * ext/annodex/gstcmmltag.c:
10702         * ext/annodex/gstcmmltag.h:
10703         * ext/annodex/gstcmmlutils.c:
10704         * ext/annodex/gstcmmlutils.h:
10705         * ext/annodex/gstskeldec.c:
10706         * ext/annodex/gstskeldec.h:
10707         * ext/annodex/gstskeltag.c:
10708         * ext/annodex/gstskeltag.h:
10709         * tests/check/Makefile.am:
10710         * tests/check/elements/cmmldec.c:
10711         * tests/check/elements/cmmlenc.c:
10712         * tests/check/elements/skeldec.c:
10713           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
10714           Includes tests & docs, oh my! Passes Thomas's -good checklist
10715           entirely. Wow.
10716
10717 2006-02-24  Michael Smith  <msmith@fluendo.com>
10718
10719         * autogen.sh:
10720           Check for automake 1.9 as well.
10721
10722 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10723
10724         * ext/flac/gstflacenc.c:
10725           Change min. sample rate to 8kHz to match flacdec's.
10726           
10727 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10728
10729         * ext/cdio/Makefile.am:
10730           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
10731           required for Cygwin, see #317048)
10732
10733         * gst/rtp/gstasteriskh263.c:
10734           Cygwin has includes for both the unix network socket API
10735           and the windows API, but only one can be included, so fix
10736           includes to only use one or the other, prefering the unxi
10737           one (#317048).
10738
10739 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10740
10741         * rtp/gst/gstrtppcmadepay.c:
10742         * rtp/gst/gstrtppcmadepay.h:
10743         * rtp/gst/gstgstrtppcmapay.c:
10744         * rtp/gst/gstgstrtppcmapay.h:
10745         * rtp/gst/gstrtppcmudepay.c:
10746         * rtp/gst/gstrtppcmudepay.h:
10747         * rtp/gst/gstrtppcmupay.c:
10748         * rtp/gst/gstrtppcmupay.h:
10749         * rtp/gst/Makefile.am:
10750         * rtp/gst/gstrtp.c:
10751         * rtp/gst/README:
10752         Separated the G711 payloaders/depayloaders into separate elements for
10753         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
10754
10755 2006-02-22  Wim Taymans  <wim@fluendo.com>
10756
10757         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
10758         (gst_dvdec_change_state):
10759         * ext/dv/gstdvdec.h:
10760         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
10761         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
10762         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
10763         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
10764         (gst_dvdemux_flush), (gst_dvdemux_chain),
10765         (gst_dvdemux_change_state):
10766         * ext/dv/gstdvdemux.h:
10767         Ueber spiffify some more, added debug category.
10768         Use _scale.
10769         Use segments, respect playback rate from newsegment.
10770         Fix refcount issue.
10771
10772 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
10773
10774         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
10775         (gst_signal_processor_process):
10776         Fix compilation of LADPSA. It doesn't seem to work, and isn't
10777         enabled for the build, but it helps me win the feature-count
10778         competitions ooh yeah.
10779
10780 2006-02-19  Wim Taymans  <wim@fluendo.com>
10781
10782         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
10783         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
10784         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
10785         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
10786         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
10787         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
10788         Use scaling code for added precission and more correct stop
10789         position in case scale==0.
10790
10791 2006-02-19  Wim Taymans  <wim@fluendo.com>
10792
10793         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
10794         (gst_flxdec_chain):
10795         * gst/flx/gstflxdec.h:
10796         Implement DURATION query.
10797
10798 2006-02-19  Wim Taymans  <wim@fluendo.com>
10799
10800         * gst/flx/flx_color.h:
10801         * gst/flx/flx_fmt.h:
10802         * gst/flx/gstflxdec.c: (gst_flxdec_init),
10803         (gst_flxdec_src_query_handler), (flx_decode_color),
10804         (gst_flxdec_chain):
10805         * gst/flx/gstflxdec.h:
10806         Set MALLOCDATA for the temp buffers so we don't leak.
10807         Some debug cleanups.
10808         Consume all data in the adapter before leaving the chain
10809         function. Fixes #330678.
10810
10811 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
10812
10813         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10814         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10815          Handle 0 data size in otherwise valid frames.
10816          Handle numeric strings in 2.4.0 even when not in parentheses 
10817
10818 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
10819
10820         * gst/matroska/matroska-demux.c:
10821         (gst_matroska_demux_subtitle_caps),
10822         (gst_matroska_demux_plugin_init):
10823         * gst/matroska/matroska-ids.h:
10824           Recognise SSA/ASS and USF subtitle formats and
10825           set proper caps when they are found.
10826
10827 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
10828
10829         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
10830         (gst_jpeg_dec_chain):
10831           Fix invalid memory access for some odd-sized images
10832           (see image contained in quicktime stream in #327083);
10833           use g_malloc() instead of g_alloca().
10834
10835 2006-02-17  Wim Taymans  <wim@fluendo.com>
10836
10837         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
10838         Patch from Sebastien Cote, fixes #319884
10839
10840 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
10841
10842         * ext/cdio/gstcdio.c: (plugin_init):
10843           Init debug category (#331253).
10844
10845 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10846
10847         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10848           Pass extra_data to gst_riff_create_audio_caps(), so that
10849           WAVEFORMATEX stuff works. Post audio codec name and post
10850           it as taglist on the bus. Allow up to 8 channesl for raw
10851           PCM in the source pad template caps.
10852
10853 2006-02-16  Wim Taymans  <wim@fluendo.com>
10854
10855         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
10856         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
10857         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
10858         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
10859         (gst_multipart_set_property), (gst_multipart_get_property):
10860         Applied #318663. Gives quite a few false positives in
10861         autoscan mode, but it's better than nothing. Not closing yet.
10862
10863 2006-02-16  Wim Taymans  <wim@fluendo.com>
10864
10865         * docs/plugins/Makefile.am:
10866         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10867         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10868         * docs/plugins/gst-plugins-good-plugins.args:
10869         * docs/plugins/inspect/plugin-udp.xml:
10870         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10871         (gst_udpsrc_start):
10872         Update documentation.
10873         Fix args.
10874
10875 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
10876
10877         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10878         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
10879         frame size. (Fixes #331368)
10880
10881 2006-02-16  Wim Taymans  <wim@fluendo.com>
10882
10883         * gst/rtsp/README:
10884         Updated README.
10885
10886         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
10887         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
10888         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
10889         * gst/rtsp/gstrtspsrc.h:
10890         Make sure the RTP port is an even port an try to allocate 
10891         another if not.
10892         Added retry property to control max retries for port allocation.
10893         Make sure RTCP port is RTP port+1.
10894         Cleanup when port allocation fails.
10895         Fixes #319183.
10896         
10897 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10898
10899         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
10900           Don't ignore return value of the parent class's state
10901           change function (#331385, patch by: Wouter Paesen).
10902
10903 2006-02-15  Wim Taymans  <wim@fluendo.com>
10904
10905         * configure.ac:
10906         * docs/plugins/Makefile.am:
10907         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10908         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10909         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10910         * ext/Makefile.am:
10911         * ext/hal/Makefile.am:
10912         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
10913         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
10914         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
10915         (do_toggle_element), (gst_hal_audio_sink_set_property),
10916         (gst_hal_audio_sink_get_property),
10917         (gst_hal_audio_sink_change_state):
10918         * ext/hal/gsthalaudiosink.h:
10919         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
10920         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
10921         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
10922         (do_toggle_element), (gst_hal_audio_src_set_property),
10923         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
10924         * ext/hal/gsthalaudiosrc.h:
10925         * ext/hal/gsthalelements.c: (plugin_init):
10926         * ext/hal/gsthalelements.h:
10927         * ext/hal/hal.c: (gst_hal_get_string),
10928         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
10929         (gst_hal_get_audio_src):
10930         * ext/hal/hal.h:
10931         Add HAL sound device wrapper plugins. Closes #329106
10932
10933 2006-02-15  Wim Taymans  <wim@fluendo.com>
10934
10935         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10936         Add comment in a fultile attempt to stop the copy-and-paste 
10937         paradigm leading to duplication of bad code.
10938
10939         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
10940         Mime parameters have to be checked case insensitive
10941
10942 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
10943
10944         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
10945           Advance stream time for lagging subtitle streams by sending
10946           newsegment events with the update flag set.
10947
10948 2006-02-14  Edward Hervey  <edward@fluendo.com>
10949
10950         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
10951         There can be bogus data before the hdrl LIST tag in the RIFF header.
10952         It's hard to say if it's not respecting the AVI specifications or not,
10953         but since Google Video is producing AVIs like that and the other player
10954         don't seem to complain, I guess we should do the same.
10955
10956 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
10957
10958         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
10959         (parse_split_strings):
10960         Add more validation to ensure that a char encoding conversion
10961         produced a valid UTF-8 string.
10962
10963 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
10964
10965         Reviewed by: Edward Hervey  <edward@fluendo.com>
10966
10967         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10968         Properly handle end of segment. Closes #330885.
10969
10970 2006-02-13  Wim Taymans  <wim@fluendo.com>
10971
10972         * gst/rtp/gstrtpmp4gpay.h:
10973         For got to commit this one.
10974
10975 2006-02-12  Wim Taymans  <wim@fluendo.com>
10976
10977         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
10978         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
10979         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
10980         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
10981         * gst/rtp/gstrtpmp4gpay.h:
10982         Make more things work.
10983         Handle ACC config strings.
10984
10985 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10986
10987         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
10988           set timestamps if no incoming timestamps set
10989
10990 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
10991
10992         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
10993         (gst_tag_demux_do_typefind):
10994           ... and fix the very same leaks in GstTagDemux.
10995
10996 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
10997
10998         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
10999         (gst_id3demux_do_typefind):
11000         Fix a couple of mem leaks. (Patch by Jonathan Matthew
11001         <jonathan at kaolin dot wh9 dot net>)
11002
11003 2006-02-10  Wim Taymans  <wim@fluendo.com>
11004
11005         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
11006         First set options, then set caps or else the baseclass
11007         will not know about the options, duh.
11008
11009 2006-02-10  Wim Taymans  <wim@fluendo.com>
11010
11011         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
11012         (gst_rtp_mp4v_pay_setcaps):
11013         Don't waste time looking for a config string if we have codec_info
11014         on the incomming caps.
11015
11016 2006-02-10  Wim Taymans  <wim@fluendo.com>
11017
11018         * gst/rtp/README:
11019         Say something about case-sensitivity of caps vs mime-attributes.
11020
11021         * gst/rtp/Makefile.am:
11022         * gst/rtp/gstrtp.c: (plugin_init):
11023         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
11024         (gst_rtp_amr_pay_handle_buffer):
11025         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
11026         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
11027         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
11028         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
11029         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
11030         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
11031         (gst_rtp_mp4g_pay_plugin_init):
11032         * gst/rtp/gstrtpmp4gpay.h:
11033         Added beginnings of mpeg4-generic payloader (RFC 3640)
11034
11035 2006-02-09  Wim Taymans  <wim@fluendo.com>
11036
11037         * gst/rtsp/Makefile.am:
11038         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
11039         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
11040         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
11041         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
11042         (gst_rtpdec_change_state):
11043         * gst/rtsp/gstrtpdec.h:
11044         * gst/rtsp/gstrtsp.c: (plugin_init):
11045         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
11046         * gst/rtsp/rtspconnection.c: (read_body),
11047         (rtsp_connection_receive):
11048         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
11049         Resurected rtpdec to make rtspsrc happy again.
11050         Skip attributes from the session id.
11051         Don't crash when dumping a message with an empty body.
11052
11053
11054 2006-02-09  Wim Taymans  <wim@fluendo.com>
11055
11056         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
11057         Added more meaningfull warnings when something goes wrong.
11058         Clear F bit on outgoing AMR packets.
11059
11060         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
11061         (gst_rtp_amr_pay_handle_buffer):
11062         Added debugging category
11063         Support payloading of multiple AMR frames.
11064
11065         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
11066         Added some debugging.
11067
11068 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
11069
11070         * configure.ac:
11071           Back to CVS
11072
11073 === release 0.10.2 ===
11074
11075 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
11076
11077         * configure.ac:
11078           releasing 0.10.2, "Papa was a rolling stone"
11079
11080 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11081
11082         * configure.ac:
11083           Bump core and plugins-base requirement to 0.10.2.2
11084           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
11085
11086 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11087
11088         * ext/flac/gstflac.c: (plugin_init):
11089         * ext/speex/gstspeex.c: (plugin_init):
11090           Register musicbrainz tags.
11091
11092 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11093
11094         * ext/gconf/gconf.h:
11095           Remove declaration of function that no longer exists.
11096
11097 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11098
11099         * ext/shout2/gstshout2.c: (gst_shout2send_render),
11100         (gst_shout2send_setcaps), (gst_shout2send_change_state):
11101         Make shout2 work for non ogg streams
11102
11103 2006-02-06  Wim Taymans  <wim@fluendo.com>
11104
11105         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
11106         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
11107         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
11108         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
11109         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
11110         * gst/udp/gstmultiudpsink.h:
11111         Updated docs.
11112         Added properties bytes-served, bytes_to_serve.
11113         Post proper error messages,
11114         Emit client added signal too.
11115
11116 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11117
11118         * docs/plugins/Makefile.am:
11119         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11120         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11121         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
11122         (gst_multiudpsink_get_stats):
11123           adding docs for multiudpsink
11124
11125 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11126
11127         * gst/level/gstlevel.c: (gst_level_transform_ip):
11128           peak below decay is not necessarily an error, so don't ERROR log
11129
11130 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11131
11132         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
11133         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
11134         (gst_ebml_write_seek):
11135         * gst/matroska/ebml-write.h:
11136           Make sure we send a newsegment event in BYTES format
11137           before sending buffers (#328531).
11138
11139 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11140
11141         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
11142         (gst_dvdemux_sink_query):
11143         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
11144         * ext/speex/gstspeexdec.c: (speex_get_query_types),
11145         (speex_dec_src_query):
11146         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
11147         (gst_speexenc_sink_query):
11148         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
11149         * gst/matroska/matroska-demux.c:
11150         (gst_matroska_demux_get_src_query_types),
11151         (gst_matroska_demux_handle_src_query):
11152         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
11153         (gst_wavparse_pad_query):
11154           Pass unhandled queries upstream instead of just dropping
11155           them (#326446). Update query type arrays here and there.
11156
11157 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11158
11159         * tests/check/elements/matroskamux.c: (setup_src_pad):
11160           Collectpads in core got changed and now also holds a
11161           reference to any pad that is part of it. Fix refcount
11162           checks in test case accordingly.
11163
11164 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11165
11166         * gst/apetag/gstapedemux.h:
11167           Fix include, for now GstTagDemux is in the apetag dir.
11168
11169 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11170
11171         * docs/plugins/Makefile.am:
11172         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11173         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11174         * docs/plugins/inspect/plugin-cdio.xml:
11175           Add cdio plugin to docs.
11176
11177         * ext/cdio/gstcdiocddasrc.c:
11178           Add gtk-doc blurb.
11179
11180         * ext/cdio/gstcdio.c:
11181           The plugin is called 'cdio' not 'cddio'.
11182
11183 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11184
11185         * configure.ac:
11186         * docs/plugins/Makefile.am:
11187         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11188         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11189         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11190         * docs/plugins/inspect/plugin-apetag.xml:
11191         * gst/apetag/Makefile.am:
11192         * gst/apetag/gstapedemux.c:
11193         * gst/apetag/gstapedemux.h:
11194         * gst/apetag/gsttagdemux.c:
11195         * gst/apetag/gsttagdemux.h:
11196           Add APE tag demuxer (#325649).
11197
11198 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11199
11200         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
11201         (gst_gconf_get_default_video_sink),
11202         (gst_gconf_get_default_audio_src),
11203         (gst_gconf_get_default_video_src):
11204         * ext/gconf/gconf.h:
11205         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11206         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
11207         (do_toggle_element):
11208         * ext/gconf/gstgconfaudiosink.h:
11209         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
11210         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
11211         (do_toggle_element):
11212         * ext/gconf/gstgconfaudiosrc.h:
11213         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
11214         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
11215         (do_toggle_element):
11216         * ext/gconf/gstgconfvideosink.h:
11217         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
11218         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
11219         (do_toggle_element):
11220         * ext/gconf/gstgconfvideosrc.h:
11221           Ignore changing the GConf key to "". Ignore GConf key updates
11222           that don't actually change the string.
11223           For now, ignore the GConf key when the state is > READY, as
11224           it breaks streaming. Sometime it will be nice to bring the
11225           new sink online even mid-stream, by sending NEWSEGMENT info
11226           and possibly prerolling.
11227           (Fixes #326736)
11228
11229 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11230
11231         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
11232         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
11233         (zoomFilterSetResolution), (zoomFilterDestroy),
11234         (zoomFilterFastRGB), (pointFilter):
11235         * gst/goom/filters.h:
11236         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
11237         (goom_update), (goom_close):
11238         * gst/goom/goom_core.h:
11239         * gst/goom/goom_tools.h:
11240         * gst/goom/graphic.c:
11241         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11242         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
11243         * gst/goom/gstgoom.h:
11244         * gst/goom/lines.c: (goom_lines):
11245         * gst/goom/lines.h:
11246           Make goom reentrant by moving all important static variables
11247           into instance structures.
11248           (Fixes #329181)
11249
11250 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
11251
11252         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11253         (gst_avi_demux_all_source_pads_unlinked),
11254         (gst_avi_demux_process_next_entry):
11255         * gst/avi/gstavidemux.h:
11256           Third attempt, use gst_pad_is_linked() this time.
11257
11258 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
11259
11260         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11261         (parse_split_strings):
11262         Adjust for data length indicators when parsing (Fixes #329810)
11263         Fix stupid bug parsing UTF-8 tag text.
11264         Output tag strings with multiple fields as multiple tags, so the
11265         app gets all the data.
11266
11267 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
11268
11269         * ext/flac/gstflacenc.c:
11270         Fixed a bug add in last commit, where no event is send. Thanks Tim to
11271         show me.
11272         
11273 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
11274
11275         * ext/flac/gstflacenc.c:
11276         * gst/matroska/ebml-read.c:
11277         Just make it compile with --disable-gst-debug.
11278
11279 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
11280
11281         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
11282         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
11283         (id3v2_genre_fields_to_taglist):
11284           Never output a tag with a null contents string.
11285
11286 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11287
11288         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
11289           Only pause if all pads are unlinked AND we've tried to send data
11290           on all of them at least once.
11291
11292 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11293
11294         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
11295         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
11296           Make loop function/task pause itself when all source pads are
11297           unlinked.
11298
11299 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11300
11301         * configure.ac:
11302         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
11303           Use new functions from core to render a bin from a
11304           string. Fixes build. Up requirements to core CVS.
11305
11306 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11307
11308         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
11309           Don't push buffers into the adapter that we are going to
11310           push downstream again without framing anyway. Also, the
11311           adaptor takes ownership of buffers put into it (fixes
11312           auparse pushing invalid buffers for .au files with
11313           ADPCM contents). Finally, set caps on all outgoing buffers.
11314
11315 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
11316
11317         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11318         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
11319         (gst_id3demux_send_tag_event):
11320         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
11321         Someone should kick my butt. Remove ID3v1 tags from the end of the
11322         file.
11323
11324         Improve error messages. Send the TAG message as soon as we complete
11325         typefinding, instead of waiting until we send the first buffer.
11326         Downstream tag event is still sent before the first buffer.
11327
11328 2006-01-27  Jan Gerber  <j@bootlab.org>
11329
11330         Reviewed by: Andy Wingo <wingo@pobox.com>
11331
11332         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
11333         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
11334         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
11335         to not have warings flooding stderr. this is the suggested way
11336         also used in dvgrab and kino. (#328336)
11337
11338 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11339
11340         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
11341         (gst_oss_sink_init), (gst_oss_sink_finalise):
11342           Free the device name string when finalised.
11343
11344 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11345
11346         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
11347           Don't put function calls in g_return_if_fail() statements,
11348           or they'll be replaced with NOOPs if someone compiles with
11349           G_DISABLE_CHECKS defined.
11350           
11351 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
11352
11353         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
11354         Never trust ANY information encoded in a media file, especially
11355         when it's giving you sizes. (Fixes #328452)
11356
11357 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
11358
11359         * gst/rtp/gstrtpg711pay.c:
11360         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
11361         bug #325148.
11362
11363 2006-01-23  Edward Hervey  <edward@fluendo.com>
11364
11365         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
11366         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
11367         * gst/matroska/matroska-ids.h:
11368         Added recognition of Real Audio and Video streams in matroska demuxer.
11369
11370 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
11371
11372         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
11373           Remove errant break statement, and fix compilation with
11374           older GCC.
11375
11376 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
11377
11378         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11379
11380         * sys/sunaudio/gstsunaudiomixerctrl.c:
11381         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
11382           Export functions that are needed in other parts of the code,
11383           makes the mixer actually work; adjust magic minimum buffer-time
11384           value from 3ms to 5ms to work around stuttering during mp3
11385           playback (#327765).
11386
11387 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
11388
11389         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11390
11391         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
11392         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
11393           Fix possible deadlock in matroska muxer (#327825).
11394
11395 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
11396
11397         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
11398         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11399         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
11400         * gst/rtsp/sdpmessage.h:
11401         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
11402         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
11403           C89 fixes: declare variables at the beginning of a block and
11404           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
11405           <jensgr at gmx dot net>).
11406
11407 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
11408
11409         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11410         * gst/id3demux/id3tags.h:
11411         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11412         (parse_comment_frame), (parse_text_identification_frame),
11413         (id3v2_tag_to_taglist), (id3v2_are_digits),
11414         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
11415         (parse_split_strings), (free_tag_strings):
11416           Rewrite parsing of text tags to handle multiple NULL terminated
11417           strings. Parse numeric genre strings and ID3v2 type
11418           "(3)(6)Alternative" style genre strings.
11419           Parse dates that are only YYYY or YYYY-mm format.
11420           (Fixes #328241 and #322154)
11421
11422 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
11423
11424         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
11425           Don't forget to initialize liboil, otherwise our oil functions
11426           will crash (fixes #327871; patch by: Christoph Burghardt
11427           <hawkes at web dot de>).
11428
11429 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11430
11431         * configure.ac:
11432           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
11433           like in the core and gst-plugins-base. Fixes #324367 and #326683;
11434           patch by: Brian Cameron <brian dot cameron at sun dot com>
11435
11436 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11437
11438         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
11439         * ext/cdio/gstcdio.h:
11440         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
11441           Fix build for libcdio versions >= 76; give slightly lower rank
11442           than cdparanoia.
11443
11444 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11445
11446         * configure.ac:
11447         * ext/Makefile.am:
11448         * ext/cdio/Makefile.am:
11449         * ext/cdio/gstcdio.c:
11450         * ext/cdio/gstcdio.h:
11451         * ext/cdio/gstcdiocddasrc.c:
11452         * ext/cdio/gstcdiocddasrc.h:
11453           Port libcdio cdda source, formerly known as cddasrc, now known as
11454           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
11455           but that's not tested (fixes #317658).
11456
11457 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11458
11459         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
11460           Fix conversion from TIME to BYTES format (fixes #326864;
11461           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
11462
11463 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
11464
11465         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
11466           Fix compilation of id3demux when zlib is not present.
11467           (Fixes #326602; patch by: Sergey Scobich)
11468
11469 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
11470
11471         * ext/esd/Makefile.am:
11472           Add $(ESD_CFLAGS), otherwise build will fail for folks
11473           with libesd in a non-standard prefix (#327009).
11474
11475 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11476
11477         * configure.ac:
11478           back to HEAD
11479
11480 === release 0.10.1 ===
11481
11482 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
11483
11484         * configure.ac:
11485           releasing 0.10.1, "Li"
11486
11487 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11488
11489           patch by: Wim Taymans
11490
11491         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11492           fix memleak.  Fixes #326618
11493
11494 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11495
11496           patch by: Mike Smith
11497
11498         * gst/level/gstlevel.c: (gst_level_message_new),
11499         (gst_level_message_append_channel):
11500           Fix memleak.  Fixes #326612
11501
11502 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11503
11504         * configure.ac:
11505           prereleasing
11506         * po/af.po:
11507         * po/az.po:
11508         * po/cs.po:
11509         * po/en_GB.po:
11510         * po/hu.po:
11511         * po/it.po:
11512         * po/nb.po:
11513         * po/nl.po:
11514         * po/or.po:
11515         * po/sq.po:
11516         * po/sr.po:
11517         * po/sv.po:
11518         * po/uk.po:
11519         * po/vi.po:
11520           update translations
11521
11522 2006-01-10  Michael Smith  <msmith@fluendo.com>
11523
11524         * gst/level/gstlevel.c: (gst_level_class_init),
11525         (gst_level_dispose):
11526           Don't leak filter arrays.
11527
11528 2006-01-09 Brian Cameron <brian.cameron@sun.com>
11529
11530         reviewed by: Christian Schaller <uraeus@gnome.org>
11531         
11532         * configure.ac:
11533         * gst-plugins-good.spec.in:
11534         * sys/Makefile.am:
11535         * sys/sunaudio/Makefile.am:
11536         * sys/sunaudio/gstsunaudio.c: (plugin_init):
11537         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
11538         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
11539         (gst_sunaudiomixer_change_state):
11540         * sys/sunaudio/gstsunaudiomixer.h:
11541         * sys/sunaudio/gstsunaudiomixerctrl.c:
11542         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
11543         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
11544         (gst_sunaudiomixer_ctrl_list_tracks),
11545         (gst_sunaudiomixer_ctrl_get_volume),
11546         (gst_sunaudiomixer_ctrl_set_volume),
11547         (gst_sunaudiomixer_ctrl_set_mute),
11548         (gst_sunaudiomixer_ctrl_set_record):
11549         * sys/sunaudio/gstsunaudiomixerctrl.h:
11550         * sys/sunaudio/gstsunaudiomixertrack.c:
11551         (gst_sunaudiomixer_track_class_init),
11552         (gst_sunaudiomixer_track_init), (fill_labels),
11553         (gst_sunaudiomixer_track_new):
11554         * sys/sunaudio/gstsunaudiomixertrack.h:
11555         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
11556         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
11557         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
11558         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
11559         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
11560         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
11561         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
11562         * sys/sunaudio/gstsunaudiosink.h:
11563
11564         Add SunAudio plugin - tested to make sure it doesn't break
11565         the build under GNU/Linux.      
11566
11567 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
11568
11569         * gst-plugins-good/gst/udp/gstdynudpsink.c:
11570         * gst-plugins-good/gst/udp/gstudpsrc.c:
11571         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
11572         overrides the port or multicast parameters. Fixes bugs #323021.
11573         API addition: adds GstUDPSrc::sockfd property   
11574
11575 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
11576
11577         * ext/gconf/Makefile.am:
11578         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
11579         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
11580         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
11581         (do_toggle_element), (cb_toggle_element),
11582         (gst_gconf_audio_src_change_state):
11583         * ext/gconf/gstgconfaudiosrc.h:
11584         * ext/gconf/gstgconfelements.c: (plugin_init):
11585         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
11586         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
11587         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
11588         (do_toggle_element), (cb_toggle_element),
11589         (gst_gconf_video_src_change_state):
11590         * ext/gconf/gstgconfvideosrc.h:
11591           Add new gconfaudiosrc and gconfvideosrc elements
11592           (needed for gnome-sound-recorder).
11593
11594 2006-01-06  Edward Hervey  <edward@fluendo.com>
11595
11596         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11597         Add gst_element_no_more_pads() for proper decodebin behaviour.
11598         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
11599         (parse_text_identification_frame), (parse_split_strings):
11600         Failure to decode some tags is not a GST_ERROR() but a
11601         GST_WARNING()
11602         When iterating over a chunk of text, check that we haven't gone too
11603         far.
11604
11605 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
11606
11607         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
11608         (plugin_init):
11609           call oil_init() when using liboil
11610
11611 2006-01-04  Wim Taymans  <wim@fluendo.com>
11612
11613         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11614         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11615         Fix leaks.
11616
11617 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
11618
11619         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11620
11621         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
11622         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
11623         (gst_flac_dec_change_state):
11624           Don't g_assert() where we should just return FALSE; remove
11625           unnecessary g_assert(); initialize some fields properly in
11626           state change function (fixes #325504). Also, use
11627           GST_DEBUG_OBJECT in two more places.
11628
11629 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
11630
11631         * configure.ac:
11632           also remove smoothwave's Makefile.am
11633         * docs/plugins/Makefile.am:
11634           fix plugin docs
11635
11636 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
11637
11638         * tests/examples/Makefile.am:
11639           added missing Makefile.am
11640
11641 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
11642
11643         * configure.ac:
11644         * gst/level/Makefile.am:
11645         * gst/level/level-example.c:
11646         * tests/Makefile.am:
11647         * tests/examples/level/Makefile.am:
11648         * tests/examples/level/level-example.c: (message_handler), (main):
11649           moved level-example to tests/examples/level-example
11650         * tests/old/examples/level/demo.c: (main):
11651         * tests/old/examples/level/plot.c: (main):
11652           some initial fixes
11653
11654 2005-12-29  Michael Smith  <msmith@fluendo.com>
11655
11656         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
11657         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
11658         * gst/udp/gstmultiudpsink.h:
11659           Track packets sent per client in addition to bytes sent; provide
11660           this info through get-stats signal
11661
11662 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11663
11664         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
11665           Can't use gst_object_unref() on a GstAdapter (#325191).
11666
11667 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
11668
11669         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11670         If a broken tag has 0 bytes payload, at least still skip
11671         the 10 byte header
11672
11673 2005-12-22  Philippe Khalaf  <burger@speedy.org>
11674
11675         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
11676         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
11677         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
11678         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
11679           Making these depayloaders (H263+ and mpeg4 video) inherit from
11680           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
11681
11682 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
11683
11684         * docs/plugins/gst-plugins-good-plugins.args:
11685         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11686         Regenerate the plugin hiearchy.
11687
11688 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
11689
11690         * docs/plugins/Makefile.am:
11691         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11692         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11693         * docs/plugins/gst-plugins-good-plugins.args:
11694         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
11695         (gst_id3demux_base_init), (gst_id3demux_class_init),
11696         (gst_id3demux_chain):
11697         * gst/id3demux/gstid3demux.h:
11698           Add documentation for id3demux.
11699           Don't fail if the first buffer is not at offset 0, just
11700           attempt to typefind and do pass through
11701           Rename the gst_type function from gst_gst_id3demux..
11702
11703 2005-12-20  Michael Smith  <msmith@fluendo.com>
11704
11705         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
11706         (gst_multiudpsink_add), (gst_multiudpsink_remove),
11707         (gst_multiudpsink_get_stats):
11708         * gst/udp/gstmultiudpsink.h:
11709           Collect statistics; return them from get_stats.
11710
11711 2005-12-19  Edward Hervey  <edward@fluendo.com>
11712
11713         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
11714         Stupid signedness issue...
11715
11716 2005-12-19  Edward Hervey  <edward@fluendo.com>
11717
11718         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
11719         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
11720         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
11721         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
11722         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
11723         Construct index for indexless files.
11724         Make sure pad/buffers are correctly reset to NULL once we don't need
11725         them anymore, else we get lovely segfaults/assertions.
11726         * gst/wavparse/gstwavparse.c:
11727         Yes, you can have 96KHz audio and wma in wav :(
11728
11729 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
11730
11731         * configure.ac:
11732           Check for optional dependency on zlib for id3demux
11733
11734         * gst/id3demux/Makefile.am:
11735         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
11736         (gst_id3demux_base_init), (gst_id3demux_class_init),
11737         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
11738         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
11739         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
11740         (gst_id3demux_set_property), (gst_id3demux_get_property),
11741         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
11742         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
11743         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
11744         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
11745         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
11746         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
11747         (simple_find_peek), (simple_find_suggest),
11748         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
11749         (plugin_init):
11750         * gst/id3demux/gstid3demux.h:
11751         * gst/id3demux/id3tags.c: (read_synch_uint),
11752         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
11753         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
11754         (id3demux_id3v2_frames_to_tag_list):
11755         * gst/id3demux/id3tags.h:
11756         * gst/id3demux/id3v2.4.0-frames.txt:
11757         * gst/id3demux/id3v2.4.0-structure.txt:
11758         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11759         (parse_comment_frame), (parse_text_identification_frame),
11760         (id3v2_tag_to_taglist), (parse_split_strings):
11761           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
11762           otherwise it discards them. Works on my test files. 
11763
11764         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
11765           Don't send EOS to a non-existing srcpad
11766           The debug category can be static
11767
11768 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
11769
11770         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
11771         * ext/esd/esdsink.c: (gst_esdsink_prepare):
11772         * gst/multipart/multipartdemux.c:
11773           change some char* into char[]
11774
11775 2005-12-16  Wim Taymans  <wim@fluendo.com>
11776
11777         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
11778         (gst_wavparse_other), (gst_wavparse_perform_seek),
11779         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
11780         (gst_wavparse_loop), (gst_wavparse_pad_convert),
11781         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
11782         * gst/wavparse/gstwavparse.h:
11783         Use GstSegment to implement more seeking features.
11784
11785 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11786
11787         * gst/rtsp/rtspconnection.c:
11788           Add <netinet/in.h> include and move <arpa/inet.h> include
11789           to make things work on OpenBSD as well (fixes #323717;
11790           patch by: Benjamin Pineau)
11791
11792 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
11793
11794         * gst/rtp/gstrtpspeexdepay.c:
11795         * gst/rtp/gstrtpspeexpay.c:
11796         Set clock rate to be fixed in 8000. It fixes bug #324012.
11797
11798 2005-12-14  Philippe Khalaf  <burger@speedy.org>
11799
11800         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
11801         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
11802         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
11803         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
11804         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
11805         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
11806         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
11807         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
11808         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
11809         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
11810         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
11811         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
11812         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
11813         * gst-plugins-good/gst/rtp/README:
11814         Fixed payload range in payloder caps. Removed payload range completely
11815         from depayloaders as they don't require payload type in their caps.
11816         In effect, there isn't any specific payload type for any given codec,
11817         only suggestions.
11818         Fixes bug #324011.
11819
11820 2005-12-13  Julien MOUTTE  <julien@moutte.net>
11821
11822         * gst/videomixer/videomixer.c: (gst_videomixer_init),
11823         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
11824         (gst_videomixer_collected): Code cleanup and re-enabling 
11825         queued time validity check for correct EOS handling.
11826
11827 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
11828
11829         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
11830         (gst_oss_mixer_element_get_property),
11831         (gst_oss_mixer_element_change_state):
11832         Add 'device-name' property and fix state change function.
11833
11834 2005-12-13  Edward Hervey  <edward@fluendo.com>
11835
11836         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
11837         If the speed of the file is null in the header, set the frame_time to
11838         the default setting of GST_SECOND / 70. Which is the default
11839         frame_delay for .fli files as stated in this document :
11840         http://www.compuphase.com/flic.htm
11841         Would be nice to have the time conversion done properly too (duration =
11842         flxh->frames * flxdec->frame_time)
11843
11844 2005-12-12  Julien MOUTTE  <julien@moutte.net>
11845
11846         * docs/plugins/Makefile.am:
11847         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11848         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11849         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11850         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
11851         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
11852         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
11853         documentation for videomixer on my way with a funny sample
11854         pipeline.
11855
11856 2005-12-12  Julien MOUTTE  <julien@moutte.net>
11857
11858         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
11859         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
11860         (gst_videomixer_update_queues), (gst_videomixer_collected):
11861         Fix caps negotiation. (#323896)
11862
11863 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
11864
11865         * gst/matroska/matroska-demux.c:
11866         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11867           Set correct timestamps on audio laces, fixes playback of mp3 from
11868                 matroska.
11869
11870 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
11871
11872         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
11873         (gst_au_parse_class_init), (gst_au_parse_init),
11874         (gst_au_parse_dispose), (gst_au_parse_chain),
11875         (gst_au_parse_change_state), (plugin_init):
11876         * gst/auparse/gstauparse.h:
11877           Use gst_object_unref() for GstObjects instead of
11878           g_object_unref() and fix a mem leak in a debug
11879           statement; while we're at it, also borgify, use
11880           boilerplate macros and clean up a little bit.
11881
11882 2005-12-11  Edward Hervey  <edward@fluendo.com>
11883
11884         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
11885         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
11886         Added pull mode.
11887
11888 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11889
11890         * gst/goom/gstgoom.c:
11891         * gst/level/level-example.c: (main):
11892         * gst/smoothwave/demo-osssrc.c: (main):
11893           Use audiotestsrc instead of sinesrc (#323798).
11894
11895 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
11896
11897         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11898           more debug-func-ptr usage
11899
11900 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
11901
11902         * gst/flx/flx_color.c: (flx_colorspace_convert):
11903         * gst/flx/flx_color.h:
11904         * gst/flx/flx_fmt.h:
11905         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
11906         * gst/flx/gstflxdec.h:
11907           Now flxdec works on big-endian machines as well.
11908
11909 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11910
11911         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
11912         (gst_fenced_buffer_copy):
11913           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
11914           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
11915           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
11916           and use GST_DEBUG_FUNCPTR for pad functions.
11917
11918 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
11919
11920         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
11921         (gst_flac_dec_class_init), (gst_flac_dec_init),
11922         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
11923         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
11924         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
11925         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
11926         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
11927         (gst_flac_dec_change_state):
11928         * ext/flac/gstflacdec.h:
11929           Rewrite flacdec a bit, so that even seeking might work now. Most
11930           importantly, don't act upon any flow return values we get, just tell
11931           the decoder everything's dandy and act on the flow return values
11932           later on in the loop function. We don't want to mess up the internal
11933           decoder state for non-fatal things like flushing pads etc. Other
11934           than that, use GstSegment (segment seeks don't work yet though, but
11935           should be easy to add), use boilerplate macros, drop the superfluous
11936           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
11937           lots of other things.
11938
11939 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
11940
11941         * configure.ac:
11942           Update comment in OSS includes check.
11943
11944         * sys/oss/gstossdmabuffer.c:
11945         * sys/oss/gstosshelper.c:
11946         * sys/oss/gstossmixer.c:
11947         * sys/oss/gstossmixertrack.c:
11948         * sys/oss/gstosssink.c:
11949         * sys/oss/gstosssrc.c:
11950         * sys/oss/oss_probe.c:
11951           Don't assume the OSS soundcard.h include is always in
11952           the sys/ directory. Instead, use the existing defines
11953           from config.h to include the right file. Fixes
11954           compilation on OpenBSD 3.8 (#323718).
11955
11956 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11957
11958         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11959         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11960         * docs/plugins/inspect/plugin-1394.xml:
11961         * docs/plugins/inspect/plugin-aasink.xml:
11962         * docs/plugins/inspect/plugin-alaw.xml:
11963         * docs/plugins/inspect/plugin-alpha.xml:
11964         * docs/plugins/inspect/plugin-alphacolor.xml:
11965         * docs/plugins/inspect/plugin-auparse.xml:
11966         * docs/plugins/inspect/plugin-autodetect.xml:
11967         * docs/plugins/inspect/plugin-avi.xml:
11968         * docs/plugins/inspect/plugin-cacasink.xml:
11969         * docs/plugins/inspect/plugin-cairo.xml:
11970         * docs/plugins/inspect/plugin-cutter.xml:
11971         * docs/plugins/inspect/plugin-debug.xml:
11972         * docs/plugins/inspect/plugin-dv.xml:
11973         * docs/plugins/inspect/plugin-efence.xml:
11974         * docs/plugins/inspect/plugin-effectv.xml:
11975         * docs/plugins/inspect/plugin-esdsink.xml:
11976         * docs/plugins/inspect/plugin-flac.xml:
11977         * docs/plugins/inspect/plugin-flxdec.xml:
11978         * docs/plugins/inspect/plugin-gconfelements.xml:
11979         * docs/plugins/inspect/plugin-goom.xml:
11980         * docs/plugins/inspect/plugin-jpeg.xml:
11981         * docs/plugins/inspect/plugin-level.xml:
11982         * docs/plugins/inspect/plugin-matroska.xml:
11983         * docs/plugins/inspect/plugin-mulaw.xml:
11984         * docs/plugins/inspect/plugin-multipart.xml:
11985         * docs/plugins/inspect/plugin-navigationtest.xml:
11986         * docs/plugins/inspect/plugin-ossaudio.xml:
11987         * docs/plugins/inspect/plugin-png.xml:
11988         * docs/plugins/inspect/plugin-rtp.xml:
11989         * docs/plugins/inspect/plugin-rtsp.xml:
11990         * docs/plugins/inspect/plugin-shout2send.xml:
11991         * docs/plugins/inspect/plugin-smpte.xml:
11992         * docs/plugins/inspect/plugin-speex.xml:
11993         * docs/plugins/inspect/plugin-udp.xml:
11994         * docs/plugins/inspect/plugin-videobox.xml:
11995         * docs/plugins/inspect/plugin-videoflip.xml:
11996         * docs/plugins/inspect/plugin-videomixer.xml:
11997         * docs/plugins/inspect/plugin-wavenc.xml:
11998         * docs/plugins/inspect/plugin-wavparse.xml:
11999         * ext/flac/gstflac.c: (plugin_init):
12000         * ext/flac/gstflacdec.c: (flacdec_get_type),
12001         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
12002         (gst_flac_dec_init), (gst_flac_dec_finalize),
12003         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
12004         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
12005         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
12006         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
12007         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
12008         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
12009         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
12010         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
12011         * ext/flac/gstflacdec.h:
12012         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
12013         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
12014         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
12015         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
12016         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
12017         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
12018         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
12019         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
12020         (gst_flac_enc_change_state):
12021         * ext/flac/gstflacenc.h:
12022           borgify and fix up documentation
12023
12024 2005-12-09  Michael Smith  <msmith@fluendo.com>
12025
12026         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
12027           Accept a wider range of flac files, more closely matching flac spec.
12028
12029 2005-12-08  Julien MOUTTE  <julien@moutte.net>
12030
12031         * docs/plugins/Makefile.am: Add multipart elements.
12032         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12033         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
12034         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12035         * gst/multipart/multipartdemux.c:
12036         * gst/multipart/multipartmux.c: Add docs.
12037
12038 2005-12-07  Edward Hervey  <edward@fluendo.com>
12039
12040         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
12041         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
12042         (gst_avi_demux_invert):
12043         Memleak and crasher fixes.
12044         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
12045         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
12046         Memleak fixes
12047
12048 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12049
12050         * ext/aalib/gstaasink.h:
12051         * ext/cairo/gsttextoverlay.h:
12052         * ext/dv/gstdvdec.h:
12053         * ext/dv/gstdvdemux.c:
12054         * ext/dv/gstdvdemux.h:
12055         * ext/esd/esdsink.h:
12056         * ext/flac/flac_compat.h:
12057         * ext/flac/gstflacdec.h:
12058         * ext/flac/gstflacenc.h:
12059         * ext/gconf/gconf.h:
12060         * ext/gconf/gstgconfaudiosink.h:
12061         * ext/gconf/gstgconfvideosink.h:
12062         * ext/gdk_pixbuf/gstgdkanimation.h:
12063         * ext/jpeg/gstjpegdec.h:
12064         * ext/jpeg/smokecodec.h:
12065         * ext/jpeg/smokeformat.h:
12066         * ext/ladspa/gstsignalprocessor.h:
12067         * ext/ladspa/search.c: (LADSPAPluginSearch):
12068         * ext/ladspa/utils.h:
12069         * ext/libmng/gstmng.c:
12070         * ext/libmng/gstmngdec.h:
12071         * ext/libmng/gstmngenc.c:
12072         * ext/libmng/gstmngenc.h:
12073         * ext/libpng/gstpng.c:
12074         * ext/libpng/gstpngenc.c:
12075         * ext/libpng/gstpngenc.h:
12076         * ext/shout2/gstshout2.h:
12077         * ext/speex/gstspeexdec.h:
12078         * ext/speex/gstspeexenc.c:
12079         * ext/speex/gstspeexenc.h:
12080         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12081         * gst/autodetect/gstautoaudiosink.h:
12082         * gst/autodetect/gstautovideosink.h:
12083         * gst/avi/gstavidemux.h:
12084         * gst/cutter/gstcutter.c: (gst_cutter_chain),
12085         (gst_cutter_set_property), (gst_cutter_get_caps):
12086         * gst/cutter/gstcutter.h:
12087         * gst/debug/tests.c: (md5_process_block):
12088         * gst/debug/tests.h:
12089         * gst/effectv/gstwarp.c:
12090         * gst/flx/flx_fmt.h:
12091         * gst/flx/gstflxdec.h:
12092         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
12093         (zoomFilterFastRGB):
12094         * gst/goom/filters.h:
12095         * gst/goom/goom_tools.h:
12096         * gst/law/alaw-encode.c:
12097         * gst/level/gstlevel.c:
12098         * gst/level/gstlevel.h:
12099         * gst/matroska/ebml-write.h:
12100         * gst/matroska/matroska-demux.h:
12101         * gst/matroska/matroska-ids.h:
12102         * gst/matroska/matroska-mux.h:
12103         * gst/monoscope/convolve.c: (convolve_match):
12104         * gst/monoscope/convolve.h:
12105         * gst/multipart/multipartmux.c:
12106         * gst/oldcore/gstaggregator.c:
12107         * gst/oldcore/gstaggregator.h:
12108         * gst/oldcore/gstmd5sink.c: (md5_process_block):
12109         * gst/oldcore/gstmd5sink.h:
12110         * gst/oldcore/gstmultifilesrc.c:
12111         * gst/oldcore/gstmultifilesrc.h:
12112         * gst/oldcore/gstpipefilter.h:
12113         * gst/oldcore/gstshaper.h:
12114         * gst/rtp/gstrtpL16depay.h:
12115         * gst/rtp/gstrtpL16pay.h:
12116         * gst/rtp/gstrtpdepay.h:
12117         * gst/rtp/gstrtpmp4vpay.c:
12118         * gst/rtp/gstrtpmp4vpay.h:
12119         * gst/rtsp/gstrtspsrc.c:
12120         * gst/rtsp/gstrtspsrc.h:
12121         * gst/rtsp/rtspconnection.h:
12122         * gst/rtsp/rtspdefs.h:
12123         * gst/rtsp/rtspmessage.h:
12124         * gst/rtsp/rtsptransport.h:
12125         * gst/rtsp/rtspurl.c:
12126         * gst/rtsp/rtspurl.h:
12127         * gst/rtsp/sdpmessage.c:
12128         * gst/rtsp/sdpmessage.h:
12129         * gst/smpte/barboxwipes.c:
12130         * gst/smpte/gstmask.h:
12131         * gst/smpte/gstsmpte.h:
12132         * gst/smpte/paint.c:
12133         * gst/smpte/paint.h:
12134         * gst/udp/gstdynudpsink.h:
12135         * gst/udp/gstmultiudpsink.h:
12136         * gst/udp/gstudpsink.c:
12137         * gst/udp/gstudpsink.h:
12138         * gst/udp/gstudpsrc.c:
12139         * gst/videomixer/videomixer.c:
12140         * gst/wavenc/riff.h:
12141         * gst/wavparse/gstwavparse.h:
12142         * sys/oss/gstossdmabuffer.h:
12143         * sys/oss/gstossmixer.h:
12144         * sys/oss/gstossmixerelement.h:
12145         * sys/oss/gstossmixertrack.h:
12146         * sys/oss/gstosssink.c:
12147         * sys/oss/gstosssink.h:
12148         * sys/oss/gstosssrc.c:
12149         * sys/oss/gstosssrc.h:
12150         * sys/osxaudio/gstosxaudioelement.h:
12151         * sys/osxaudio/gstosxaudiosink.h:
12152         * sys/osxaudio/gstosxaudiosrc.h:
12153           expand tabs
12154
12155 === release 0.10.0 ===
12156
12157 2005-12-05   <thomas (at) apestaart (dot) org>
12158
12159         * configure.ac:
12160           releasing 0.10.0, "Abondance"
12161
12162 2005-12-05  Andy Wingo  <wingo@pobox.com>
12163
12164         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
12165         * ext/flac/gstflacdec.c: (gst_flacdec_write):
12166         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
12167         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
12168         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
12169         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12170         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
12171         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
12172         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
12173         * ext/speex/gstspeexdec.c: (speex_dec_chain):
12174         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
12175         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12176         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
12177         * gst/goom/gstgoom.c: (gst_goom_chain):
12178         * gst/matroska/matroska-demux.c:
12179         (gst_matroska_demux_push_vorbis_codec_priv_data),
12180         (gst_matroska_demux_add_wvpk_header):
12181         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
12182         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12183         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
12184         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
12185         alloc_buffer changes.
12186
12187 2005-12-05  Michael Smith  <msmith@fluendo.com>
12188
12189         * docs/plugins/gst-plugins-good-plugins.args:
12190           Remove args for plugins that aren't in -good.
12191
12192 === release 0.9.7 ===
12193
12194 2005-12-01   <thomas (at) apestaart (dot) org>
12195
12196         * configure.ac:
12197           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
12198
12199 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12200
12201         * docs/plugins/.cvsignore:
12202         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12203         * docs/plugins/inspect/plugin-multipart.xml:
12204         * docs/plugins/inspect/plugin-rtp.xml:
12205           add multipart plugin to docs
12206
12207 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12208
12209         * configure.ac:
12210         * ext/Makefile.am:
12211         * ext/pango/Makefile.am:
12212         * ext/pango/gstclockoverlay.c:
12213         * ext/pango/gstclockoverlay.h:
12214         * ext/pango/gsttextoverlay.c:
12215         * ext/pango/gsttextoverlay.h:
12216         * ext/pango/gsttextrender.c:
12217         * ext/pango/gsttextrender.h:
12218         * ext/pango/gsttimeoverlay.c:
12219         * ext/pango/gsttimeoverlay.h:
12220           move pango to base
12221
12222 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12223
12224         * gst/rtp/Makefile.am:
12225         * gst/rtp/gstrtpL16depay.c:
12226         * gst/rtp/gstrtpL16depay.h:
12227         * gst/rtp/gstrtpL16parse.c:
12228         * gst/rtp/gstrtpL16parse.h:
12229         * gst/rtp/gstrtpgsmdepay.c:
12230         * gst/rtp/gstrtpgsmdepay.h:
12231         * gst/rtp/gstrtpgsmparse.c:
12232         * gst/rtp/gstrtpgsmparse.h:
12233           parsers are depayers
12234
12235 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12236
12237         * gst/rtp/Makefile.am:
12238         * gst/rtp/gstasteriskh263.c:
12239         * gst/rtp/gstrtp.c:
12240         * gst/rtp/gstrtpL16enc.c:
12241         * gst/rtp/gstrtpL16enc.h:
12242         * gst/rtp/gstrtpL16parse.c:
12243         * gst/rtp/gstrtpL16parse.h:
12244         * gst/rtp/gstrtpL16pay.c:
12245         * gst/rtp/gstrtpL16pay.h:
12246         * gst/rtp/gstrtpamrdec.c:
12247         * gst/rtp/gstrtpamrdec.h:
12248         * gst/rtp/gstrtpamrdepay.c:
12249         * gst/rtp/gstrtpamrdepay.h:
12250         * gst/rtp/gstrtpamrenc.c:
12251         * gst/rtp/gstrtpamrenc.h:
12252         * gst/rtp/gstrtpamrpay.c:
12253         * gst/rtp/gstrtpamrpay.h:
12254         * gst/rtp/gstrtpdec.c:
12255         * gst/rtp/gstrtpdec.h:
12256         * gst/rtp/gstrtpdepay.c:
12257         * gst/rtp/gstrtpdepay.h:
12258         * gst/rtp/gstrtpg711dec.c:
12259         * gst/rtp/gstrtpg711dec.h:
12260         * gst/rtp/gstrtpg711depay.c:
12261         * gst/rtp/gstrtpg711depay.h:
12262         * gst/rtp/gstrtpg711enc.c:
12263         * gst/rtp/gstrtpg711enc.h:
12264         * gst/rtp/gstrtpg711pay.c:
12265         * gst/rtp/gstrtpg711pay.h:
12266         * gst/rtp/gstrtpgsmenc.c:
12267         * gst/rtp/gstrtpgsmenc.h:
12268         * gst/rtp/gstrtpgsmparse.c:
12269         * gst/rtp/gstrtpgsmparse.h:
12270         * gst/rtp/gstrtpgsmpay.c:
12271         * gst/rtp/gstrtpgsmpay.h:
12272         * gst/rtp/gstrtph263enc.c:
12273         * gst/rtp/gstrtph263enc.h:
12274         * gst/rtp/gstrtph263pay.c:
12275         * gst/rtp/gstrtph263pay.h:
12276         * gst/rtp/gstrtph263pdec.c:
12277         * gst/rtp/gstrtph263pdec.h:
12278         * gst/rtp/gstrtph263pdepay.c:
12279         * gst/rtp/gstrtph263pdepay.h:
12280         * gst/rtp/gstrtph263penc.c:
12281         * gst/rtp/gstrtph263penc.h:
12282         * gst/rtp/gstrtph263ppay.c:
12283         * gst/rtp/gstrtph263ppay.h:
12284         * gst/rtp/gstrtpmp4vdec.c:
12285         * gst/rtp/gstrtpmp4vdec.h:
12286         * gst/rtp/gstrtpmp4vdepay.c:
12287         * gst/rtp/gstrtpmp4vdepay.h:
12288         * gst/rtp/gstrtpmp4venc.c:
12289         * gst/rtp/gstrtpmp4venc.h:
12290         * gst/rtp/gstrtpmp4vpay.c:
12291         * gst/rtp/gstrtpmp4vpay.h:
12292         * gst/rtp/gstrtpmpadec.c:
12293         * gst/rtp/gstrtpmpadec.h:
12294         * gst/rtp/gstrtpmpadepay.c:
12295         * gst/rtp/gstrtpmpadepay.h:
12296         * gst/rtp/gstrtpmpaenc.c:
12297         * gst/rtp/gstrtpmpaenc.h:
12298         * gst/rtp/gstrtpmpapay.c:
12299         * gst/rtp/gstrtpmpapay.h:
12300         * gst/rtp/gstrtpspeexdec.c:
12301         * gst/rtp/gstrtpspeexdec.h:
12302         * gst/rtp/gstrtpspeexdepay.c:
12303         * gst/rtp/gstrtpspeexdepay.h:
12304         * gst/rtp/gstrtpspeexenc.c:
12305         * gst/rtp/gstrtpspeexenc.h:
12306         * gst/rtp/gstrtpspeexpay.c:
12307         * gst/rtp/gstrtpspeexpay.h:
12308           Do burger's rename for rtp payloaders and depayloaders
12309
12310 2005-11-30  Wim Taymans  <wim@fluendo.com>
12311
12312         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
12313         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
12314         * ext/dv/gstdvdemux.h:
12315         Fix seeking in dvdemux again, add some more debug info.
12316
12317 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12318
12319         * configure.ac:
12320           fix tests
12321
12322 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12323
12324         * PORTED_09:
12325         * docs/random/PORTED_09:
12326           move
12327         * tests/Makefile.am:
12328           add
12329         * win32/gst.sln:
12330           remove
12331
12332 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12333
12334         * Makefile.am:
12335         * check/.cvsignore:
12336         * check/Makefile.am:
12337         * check/elements/.cvsignore:
12338         * check/elements/level.c:
12339         * check/elements/matroskamux.c:
12340         * configure.ac:
12341         * examples/Makefile.am:
12342         * examples/capsfilter/Makefile.am:
12343         * examples/capsfilter/capsfilter1.c:
12344         * examples/gob/Makefile.am:
12345         * examples/gob/gst-identity2.gob:
12346         * examples/gstplay/.cvsignore:
12347         * examples/gstplay/Makefile.am:
12348         * examples/gstplay/player.c:
12349         * examples/indexing/.cvsignore:
12350         * examples/indexing/Makefile.am:
12351         * examples/indexing/indexmpeg.c:
12352         * examples/level/Makefile.am:
12353         * examples/level/README:
12354         * examples/level/demo.c:
12355         * examples/level/plot.c:
12356         * examples/stats/Makefile.am:
12357         * examples/stats/mp2ogg.c:
12358         * examples/switch/.cvsignore:
12359         * examples/switch/Makefile.am:
12360         * examples/switch/switcher.c:
12361           move under tests/
12362
12363 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
12364
12365         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
12366         (gst_text_render_class_init), (resize_bitmap),
12367         (gst_text_render_render_text), (gst_text_render_setcaps),
12368         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
12369         (gst_text_render_chain), (gst_text_render_finalize),
12370         (gst_text_render_init), (gst_text_render_set_property):
12371         * ext/pango/gsttextrender.h:
12372           Add missing files.
12373
12374 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
12375
12376         * configure.ac:
12377         * ext/Makefile.am:
12378         * ext/pango/Makefile.am:
12379         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
12380         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
12381         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
12382         * ext/pango/gstclockoverlay.h:
12383         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
12384         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
12385         (gst_text_overlay_finalize), (gst_text_overlay_init),
12386         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
12387         (gst_text_overlay_text_pad_linked),
12388         (gst_text_overlay_text_pad_unlinked),
12389         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
12390         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
12391         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
12392         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
12393         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
12394         (gst_text_overlay_change_state), (plugin_init):
12395         * ext/pango/gsttextoverlay.h:
12396         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
12397         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
12398         (gst_time_overlay_class_init), (gst_time_overlay_init):
12399         * ext/pango/gsttimeoverlay.h:
12400           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
12401           and add background shading and text wrapping modes. Make 
12402           timoverlay derive from textoverlay. Also add new clockoverlay
12403           element.
12404
12405 2005-11-30  Julien MOUTTE  <julien@moutte.net>
12406
12407         * gst/udp/Makefile.am: Moved to netbuffer.
12408
12409 2005-11-30  Julien MOUTTE  <julien@moutte.net>
12410
12411         * configure.ac:
12412         * PORTED_O9:
12413         * gst/multipart/Makefile.am:
12414         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12415         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12416         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
12417         (gst_multipart_demux_change_state),
12418         (gst_multipart_demux_plugin_init):
12419         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
12420         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
12421         (gst_multipart_mux_sinkconnect),
12422         (gst_multipart_mux_request_new_pad),
12423         (gst_multipart_mux_handle_src_event),
12424         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
12425         (gst_multipart_mux_change_state): Ported multipart mux/demux to
12426         0.9.
12427
12428 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12429
12430         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
12431         * gst/debug/gstnavigationtest.h:
12432         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
12433         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
12434         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
12435         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
12436         * gst/effectv/gstrev.c: (gst_revtv_get_type):
12437         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
12438         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
12439         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
12440         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
12441         (gst_video_flip_get_type):
12442         * gst/videofilter/gstvideoflip.h:
12443           update for symbols change
12444
12445 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12446
12447         * gst/udp/gstdynudpsink.c:
12448         * gst/udp/gstudpsrc.c:
12449           the old gstnet lib was renamed gstnetbuffer (#322257)
12450
12451 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
12452
12453         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
12454         (gst_text_overlay_collected):
12455           Actually render the text from the text pad.
12456
12457 2005-11-29  Edward Hervey  <edward@fluendo.com>
12458
12459         * gst/debug/gstnavseek.c: (gst_navseek_event):
12460         * gst/debug/progressreport.c: (gst_progress_report_event):
12461         Update for GstBaseTransform event virtual method
12462
12463 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12464
12465         * ext/cairo/Makefile.am:
12466           no need to link to videofilter
12467
12468 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12469
12470         * gst/debug/Makefile.am:
12471         * gst/debug/gstnavigationtest.h:
12472         * gst/effectv/Makefile.am:
12473         * gst/effectv/gstaging.c:
12474         * gst/effectv/gstdice.c:
12475         * gst/effectv/gstedge.c:
12476         * gst/effectv/gstquark.c:
12477         * gst/effectv/gstrev.c:
12478         * gst/effectv/gstshagadelic.c:
12479         * gst/effectv/gstvertigo.c:
12480         * gst/effectv/gstwarp.c:
12481         * gst/videofilter/Makefile.am:
12482         * gst/videofilter/gstvideofilter.c:
12483         * gst/videofilter/gstvideofilter.h:
12484         * gst/videofilter/gstvideoflip.h:
12485           remove the videofilter library and link to the one in base
12486
12487 2005-11-28  Edward Hervey  <edward@fluendo.com>
12488
12489         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12490         Useless check now we're setting the current entry correctly.
12491
12492 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
12493
12494         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
12495         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
12496         (gst_jpegenc_change_state):
12497           Don't leak input buffer in chain function (fixes #322667); make 
12498           state change function thread-safe; don't repeat the current function
12499           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
12500           gst_pad_alloc_buffer(); misc. minor cleanups.
12501
12502 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
12503
12504         * gst/matroska/matroska-mux.c:
12505         (gst_matroska_mux_video_pad_setcaps):
12506         Look for pixel-aspect-ratio in caps, not pixel_width and
12507         pixel_height (Fixes: #322645)
12508
12509 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
12510
12511         * gst/matroska/matroska-mux.c:
12512         (gst_matroska_mux_video_pad_setcaps):
12513         From Michal Benes:
12514         frame duration should be GST_SECOND / framerate, not
12515         GST_SECOND * framerate. (Fixes: #322643)
12516
12517 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12518
12519         * configure.ac:
12520           fix up GST_PLUGIN_LDFLAGS
12521         * gst/rtsp/rtspconnection.c:
12522           fix includes (see #317043)
12523         * gst/videofilter/Makefile.am:
12524           stop installing this library
12525
12526 2005-11-26  Edward Hervey  <edward@fluendo.com>
12527
12528         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
12529         Handle the case where the incoming Video dv stream doesn't have
12530         a pixel aspect ratio set.
12531
12532 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12533
12534         * docs/plugins/Makefile.am:
12535         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12536         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12537         * ext/flac/gstflacdec.c:
12538           document flacdec
12539
12540 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12541
12542         * docs/plugins/Makefile.am:
12543         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12544         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12545         * docs/plugins/inspect/plugin-autodetect.xml:
12546         * ext/cairo/gstcairo.c: (plugin_init):
12547         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
12548         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
12549         (gst_text_overlay_init), (gst_text_overlay_font_init),
12550         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
12551         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
12552         (gst_text_overlay_text_pad_linked),
12553         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
12554         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
12555         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
12556         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
12557         (gst_text_overlay_change_state):
12558         * ext/cairo/gsttextoverlay.h:
12559         * ext/cairo/gsttimeoverlay.c:
12560         (gst_cairo_time_overlay_update_font_height),
12561         (gst_cairo_time_overlay_set_caps),
12562         (gst_cairo_time_overlay_get_unit_size),
12563         (gst_cairo_time_overlay_print_smpte_time),
12564         (gst_cairo_time_overlay_transform),
12565         (gst_cairo_time_overlay_base_init),
12566         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
12567         (gst_cairo_time_overlay_get_type):
12568         * ext/cairo/gsttimeoverlay.h:
12569           do some name borgifying
12570           document
12571
12572 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12573
12574         * docs/plugins/Makefile.am:
12575         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12576         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12577         * gst/autodetect/gstautoaudiosink.c:
12578         (gst_auto_audio_sink_base_init):
12579         * gst/autodetect/gstautovideosink.c:
12580         (gst_auto_video_sink_base_init),
12581         (gst_auto_video_sink_factory_filter):
12582           documenting auto*sink
12583           using strstr for the video sink lookup, class field is not ordered
12584         * docs/plugins/inspect/plugin-1394.xml:
12585         * docs/plugins/inspect/plugin-aasink.xml:
12586         * docs/plugins/inspect/plugin-alaw.xml:
12587         * docs/plugins/inspect/plugin-alpha.xml:
12588         * docs/plugins/inspect/plugin-alphacolor.xml:
12589         * docs/plugins/inspect/plugin-auparse.xml:
12590         * docs/plugins/inspect/plugin-autodetect.xml:
12591         * docs/plugins/inspect/plugin-avi.xml:
12592         * docs/plugins/inspect/plugin-cacasink.xml:
12593         * docs/plugins/inspect/plugin-cairo.xml:
12594         * docs/plugins/inspect/plugin-cutter.xml:
12595         * docs/plugins/inspect/plugin-debug.xml:
12596         * docs/plugins/inspect/plugin-dv.xml:
12597         * docs/plugins/inspect/plugin-efence.xml:
12598         * docs/plugins/inspect/plugin-effectv.xml:
12599         * docs/plugins/inspect/plugin-esdsink.xml:
12600         * docs/plugins/inspect/plugin-flac.xml:
12601         * docs/plugins/inspect/plugin-flxdec.xml:
12602         * docs/plugins/inspect/plugin-gconfelements.xml:
12603         * docs/plugins/inspect/plugin-goom.xml:
12604         * docs/plugins/inspect/plugin-jpeg.xml:
12605         * docs/plugins/inspect/plugin-level.xml:
12606         * docs/plugins/inspect/plugin-matroska.xml:
12607         * docs/plugins/inspect/plugin-mulaw.xml:
12608         * docs/plugins/inspect/plugin-navigationtest.xml:
12609         * docs/plugins/inspect/plugin-ossaudio.xml:
12610         * docs/plugins/inspect/plugin-png.xml:
12611         * docs/plugins/inspect/plugin-rtp.xml:
12612         * docs/plugins/inspect/plugin-rtsp.xml:
12613         * docs/plugins/inspect/plugin-shout2send.xml:
12614         * docs/plugins/inspect/plugin-smpte.xml:
12615         * docs/plugins/inspect/plugin-speex.xml:
12616         * docs/plugins/inspect/plugin-udp.xml:
12617         * docs/plugins/inspect/plugin-videobox.xml:
12618         * docs/plugins/inspect/plugin-videoflip.xml:
12619         * docs/plugins/inspect/plugin-videomixer.xml:
12620         * docs/plugins/inspect/plugin-wavenc.xml:
12621         * docs/plugins/inspect/plugin-wavparse.xml:
12622           update for HEAD version
12623
12624 2005-11-25  Michael Smith  <msmith@fluendo.com>
12625
12626         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
12627           Patch from Sebastien Cote to close control sockets in udpsrc.
12628
12629 2005-11-24  Julien MOUTTE  <julien@moutte.net>
12630
12631         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
12632         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
12633         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
12634         (gst_quarktv_base_init), (gst_quarktv_class_init),
12635         (gst_quarktv_init): Flush the planes list on reverse caps
12636         negotiation. This was crashing because of differently sized
12637         buffers.
12638
12639 2005-11-24  Julien MOUTTE  <julien@moutte.net>
12640
12641         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
12642         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
12643         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
12644         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
12645         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
12646         (gst_videoflip_set_property), (gst_videoflip_base_init),
12647         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
12648         correctly, fix identity flipping, convert navigation event 
12649         correctly again.
12650
12651 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12652
12653         * configure.ac: back to HEAD
12654
12655 === release 0.9.6 ===
12656
12657 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
12658
12659         * configure.ac:
12660           releasing 0.9.6, "Everything's Not Lost"
12661
12662 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
12663
12664         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
12665         Oops, initialise the framerate GValue
12666
12667 2005-11-23  Julien MOUTTE  <julien@moutte.net>
12668
12669         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
12670         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
12671         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
12672         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
12673         (gst_timeoverlay_get_type):
12674         * ext/cairo/gsttimeoverlay.h:
12675         * gst/debug/Makefile.am:
12676         * gst/debug/gstnavigationtest.c:
12677         (gst_navigationtest_handle_src_event),
12678         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
12679         (gst_navigationtest_transform), (gst_navigationtest_change_state),
12680         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
12681         (gst_navigationtest_init), (gst_navigationtest_get_type),
12682         (plugin_init):
12683         * gst/debug/gstnavigationtest.h:
12684         * gst/effectv/Makefile.am:
12685         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
12686         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
12687         (gst_agingtv_base_init), (gst_agingtv_class_init),
12688         (gst_agingtv_init), (gst_agingtv_get_type):
12689         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
12690         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
12691         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
12692         (gst_dicetv_get_type):
12693         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
12694         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
12695         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
12696         (gst_edgetv_get_type):
12697         * gst/effectv/gsteffectv.c:
12698         * gst/effectv/gsteffectv.h:
12699         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
12700         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
12701         (gst_quarktv_change_state), (gst_quarktv_base_init),
12702         (gst_quarktv_class_init), (gst_quarktv_init),
12703         (gst_quarktv_get_type):
12704         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
12705         (gst_revtv_get_unit_size), (gst_revtv_transform),
12706         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
12707         (gst_revtv_get_type):
12708         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
12709         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
12710         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
12711         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
12712         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
12713         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
12714         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
12715         (gst_vertigotv_init), (gst_vertigotv_get_type):
12716         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
12717         (gst_warptv_get_unit_size), (gst_warptv_transform),
12718         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
12719         (gst_warptv_get_type):
12720         * gst/videofilter/Makefile.am:
12721         * gst/videofilter/gstvideobalance.c:
12722         * gst/videofilter/gstvideobalance.h:
12723         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
12724         (gst_videofilter_class_init), (gst_videofilter_init):
12725         * gst/videofilter/gstvideofilter.h:
12726         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
12727         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
12728         (gst_videoflip_flip), (gst_videoflip_transform),
12729         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
12730         (gst_videoflip_base_init), (gst_videoflip_class_init),
12731         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
12732         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
12733         BaseTransform, it's just a place holder for now and every video
12734         effect plugin has been ported to use BaseTransform features 
12735         directly. QuarkTV was fixed too (was broken), navigationtest works
12736         and best for the end, videoflip converts navigation events depending
12737         on flip method ! Fixes #320953
12738
12739 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
12740
12741         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
12742         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
12743         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
12744         (gst_goom_src_negotiate), (gst_goom_chain):
12745         * gst/matroska/matroska-mux.c:
12746         (gst_matroska_mux_video_pad_setcaps):
12747         * sys/osxvideo/osxvideosink.m:
12748           Fixes for API changes
12749
12750 2005-11-23  Michael Smith <msmith@fluendo.com>
12751
12752         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
12753         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
12754         * ext/jpeg/gstjpegdec.h:
12755         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
12756         * ext/jpeg/gstjpegenc.h:
12757         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
12758         (gst_smokeenc_resync):
12759         * ext/jpeg/gstsmokeenc.h:
12760           JPEG fractiony goodness.
12761
12762 2005-11-22  Michael Smith <msmith@fluendo.com>
12763
12764         * gst/goom/filters.c:
12765         * gst/goom/graphic.h:
12766           Fix compilation by making some functions static inline instead of
12767           extern inline, matching the way they're used.
12768
12769 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
12770
12771         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
12772         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
12773         * ext/cairo/gsttextoverlay.h:
12774         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
12775         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12776         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
12777         (gst_pngdec_caps_create_and_set):
12778         * ext/libpng/gstpngdec.h:
12779         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
12780         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
12781         * gst/avi/gstavimux.c: (gst_avimux_init),
12782         (gst_avimux_vidsinkconnect):
12783         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
12784         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
12785         (gst_goom_src_negotiate), (gst_goom_chain):
12786         * gst/goom/gstgoom.h:
12787         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
12788         * gst/matroska/matroska-mux.c:
12789         (gst_matroska_mux_video_pad_setcaps):
12790         * sys/osxvideo/osxvideosink.h:
12791         * sys/osxvideo/osxvideosink.m:
12792           More fractional framerate conversions 
12793
12794 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
12795
12796         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
12797         * gst/debug/gstnavigationtest.c:
12798         (gst_navigationtest_handle_src_event):
12799         * gst/videofilter/gstvideofilter.c:
12800         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
12801         (gst_videofilter_init):
12802         * gst/videofilter/gstvideofilter.h:
12803           Convert to fractional framerates.
12804
12805 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12806
12807         * ext/aalib/gstaasink.c:
12808         * ext/dv/gstdvdec.c:
12809         * ext/esd/esdmon.c:
12810         * ext/flac/gstflacenc.c:
12811         * ext/gdk_pixbuf/pixbufscale.c:
12812         * ext/libcaca/gstcacasink.c:
12813         * ext/shout2/gstshout2.c:
12814         * gst/alpha/gstalpha.c:
12815         * gst/oldcore/gstaggregator.c:
12816         * gst/oldcore/gstshaper.c:
12817         * gst/smpte/barboxwipes.c:
12818         * gst/smpte/gstsmpte.c:
12819         * gst/videobox/gstvideobox.c:
12820         * gst/videofilter/gstvideoflip.c:
12821         * gst/videomixer/videomixer.c:
12822           fix up more enums
12823
12824 2005-11-22  Michael Smith <msmith@fluendo.com>
12825
12826         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
12827         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
12828         (gst_videomixer_update_queues):
12829           Fractional framerates, videomixer.
12830
12831 2005-11-22  Michael Smith <msmith@fluendo.com>
12832
12833         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
12834         * ext/dv/gstdvdec.h:
12835         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
12836         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12837         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12838         (gst_dvdemux_flush):
12839         * ext/dv/gstdvdemux.h:
12840           Fractional framerates for DV. 
12841
12842 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
12843
12844         * gst/autodetect/gstautoaudiosink.c:
12845         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
12846         * gst/autodetect/gstautovideosink.c:
12847         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
12848           Use gst_plugin_feature_list_free() to free feature list and
12849           in the case of autovideosink free the list at all. Also
12850           miscellaneous cosmetic fixes.
12851
12852 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12853
12854         * gst/cutter/gstcutter.c: (gst_cutter_chain),
12855         (gst_cutter_set_property), (gst_cutter_get_caps):
12856           copy calculation code from level; remove use of some audio
12857           functions
12858
12859 2005-11-22  Andy Wingo  <wingo@pobox.com>
12860
12861         * Update for gst_tag_setter API changes.
12862
12863 2005-11-22  Andy Wingo  <wingo@pobox.com>
12864
12865         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
12866         (gst_dvdemux_demux_frame)
12867         * ext/flac/gstflacdec.c (gst_flacdec_write)
12868         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
12869         (gst_flacenc_sink_event)
12870         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
12871         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
12872         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
12873         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
12874         * gst/auparse/gstauparse.c (gst_auparse_chain)
12875         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
12876         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
12877         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
12878         (gst_avi_demux_handle_seek)
12879         * gst/goom/gstgoom.c (gst_goom_event)
12880         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
12881         * gst/matroska/matroska-demux.c
12882         (gst_matroska_demux_handle_seek_event)
12883         (gst_matroska_demux_loop_stream_parse_id)
12884         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
12885         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
12886         (gst_wavparse_stream_headers): Run update-funcnames.
12887
12888 2005-11-22  Edward Hervey  <edward@fluendo.com>
12889
12890         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
12891         (gst_dv1394src_init), (gst_dv1394src_dispose),
12892         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
12893         (gst_dv1394src_uri_set_uri):
12894         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12895         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
12896         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
12897         URIHandler interface and element properties are now properly
12898         synchronized for DV1394src and UDPSrc
12899
12900 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
12901
12902         * ext/flac/Makefile.am:
12903         * ext/speex/Makefile.am:
12904           libgsttagedit has been renamed to libgsttag.
12905
12906 2005-11-21  Wim Taymans  <wim@fluendo.com>
12907
12908         * gst/rtsp/rtspconnection.c: (read_body):
12909         Apply patch from Sebastien Cote to fix #319184.
12910
12911 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12912
12913         * configure.ac:
12914         * gst/cutter/Makefile.am:
12915         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
12916         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
12917         (gst_cutter_set_property), (gst_cutter_get_property),
12918         (plugin_init), (gst_cutter_get_caps):
12919           port cutter
12920         * gst/level/gstlevel.c:
12921           fix up plugin details
12922
12923 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12924
12925         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
12926         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
12927         (gst_flacdec_src_event):
12928         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
12929         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12930         (gst_signal_processor_getrange), (gst_signal_processor_chain):
12931         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
12932         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
12933         (gst_flxdec_sink_event_handler):
12934         * gst/matroska/matroska-demux.c:
12935         (gst_matroska_demux_handle_seek_event):
12936         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
12937           Update for stream lock API changes: don't take stream log
12938           in sink event handlers any longer and change GST_STREAM_LOCK
12939           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
12940           functions.
12941
12942 2005-11-21  Michael Smith <msmith@fluendo.com>
12943
12944         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
12945           gst_object_unref, not g_object_unref
12946
12947 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12948
12949         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
12950         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
12951           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
12952
12953 2005-11-21  Michael Smith <msmith@fluendo.com>
12954
12955         * gst/auparse/Makefile.am:
12956         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
12957         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
12958         (gst_auparse_change_state):
12959         * gst/auparse/gstauparse.h:
12960           Partially fix #161712. playbin still doesn't work on these files,
12961           (on the bug report, Andy says we aren't typefinding it for some
12962           reason?) but at least auparse isn't totally busted like it was before.
12963
12964 2005-11-21  Andy Wingo  <wingo@pobox.com>
12965
12966         * *.h:
12967         * *.c: Ran scripts/update-macros. Oh yes.
12968
12969 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12970
12971         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12972           Filler events are gone for now, comment out section generating
12973           them.
12974
12975 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
12976
12977         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
12978         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
12979         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
12980         * sys/osxvideo/osxvideosink.m:
12981           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
12982           (#322027)
12983
12984 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12985
12986         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
12987         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
12988         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
12989         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
12990         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
12991         (gst_avi_demux_stream_data):
12992         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
12993         * gst/wavenc/gstwavenc.c: (write_metadata):
12994         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
12995         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
12996         Fixes for GST_FOURCC_FORMAT API change.
12997
12998 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12999
13000         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
13001         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
13002         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
13003         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13004         (gst_text_overlay_change_state):
13005         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
13006         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
13007         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
13008         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
13009         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13010         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
13011         (gst_videomixer_change_state):
13012           Fix for collect pads API change. Also fix textoverlay state
13013           change function.
13014
13015 2005-11-20  Julien MOUTTE  <julien@moutte.net>
13016
13017         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
13018         GST_PAD_IS_USABLE by something approaching it.
13019
13020 2005-11-20  Julien MOUTTE  <julien@moutte.net>
13021
13022         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
13023         API changes.
13024         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
13025         but also fix the code that was not checking return values from
13026         pad_push neither using pad_alloc_buffer.
13027
13028 2005-11-18  Edward Hervey  <edward@fluendo.com>
13029
13030         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
13031         (gst_pngenc_chain):
13032         Added debug category
13033         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
13034         goes to EOS.
13035
13036 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
13037
13038         * gst/rtp/Makefile.am
13039         * gst/rtp/gstrtp.c
13040         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
13041         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
13042         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
13043         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
13044         * gst/rtp/gstrtpg711enc.h:
13045         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
13046         * gst/rtp/gstrtpspeexenc.c:
13047         * gst/rtp/gstrtpspeexenc.h:
13048         * gst/rtp/gstrtpspeexdec.c:
13049         * gst/rtp/gstrtpspeexdec.h:
13050         Created Speex payloader and depayloader; Optimize G711 payloader to
13051         use adapter and send packets until MTU size.
13052
13053 2005-11-16  Wim Taymans  <wim@fluendo.com>
13054
13055         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
13056         Fix leak in check.
13057
13058 2005-11-16  Wim Taymans  <wim@fluendo.com>
13059
13060         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
13061         Fix state change.
13062
13063 2005-11-16  Andy Wingo  <wingo@pobox.com>
13064
13065         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
13066         (gst_udpsrc_create): Move comment.
13067
13068 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
13069
13070         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13071
13072         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
13073           When seeking, seek to closest index entry at or before the requested
13074           seek position, not just the closest one (#321001).
13075
13076 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13077
13078         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
13079         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
13080           Invert DIB images again (see #132341).
13081
13082 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13083
13084         * configure.ac:
13085           rework configure.ac file
13086         * ext/aalib/gstaasink.c:
13087         * ext/cairo/gstcairo.c:
13088         * ext/dv/gstdv.c:
13089         * ext/esd/gstesd.c:
13090         * ext/flac/gstflac.c:
13091         * ext/gconf/gstgconfelements.c:
13092         * ext/gdk_pixbuf/gstgdkpixbuf.c:
13093         * ext/jpeg/gstjpeg.c:
13094         * ext/ladspa/gstladspa.c:
13095         * ext/libcaca/gstcacasink.c:
13096         * ext/libmng/gstmng.c:
13097         * ext/libpng/gstpng.c:
13098         * ext/mikmod/gstmikmod.c:
13099         * ext/pango/gsttextoverlay.c:
13100         * ext/pango/gsttimeoverlay.c:
13101         * ext/raw1394/gst1394.c:
13102         * ext/speex/gstspeex.c:
13103         * gst/alpha/Makefile.am:
13104         * gst/alpha/gstalpha.c:
13105         * gst/alpha/gstalphacolor.c:
13106         * gst/auparse/gstauparse.c:
13107         * gst/autodetect/gstautoaudiosink.c:
13108         (gst_auto_audio_sink_factory_filter),
13109         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
13110         * gst/autodetect/gstautodetect.c:
13111         * gst/avi/gstavi.c:
13112         * gst/cutter/gstcutter.c:
13113         * gst/debug/efence.c:
13114         * gst/debug/gstdebug.c:
13115         * gst/debug/gstnavigationtest.c:
13116         * gst/effectv/gsteffectv.c:
13117         * gst/flx/gstflxdec.c:
13118         * gst/goom/gstgoom.c:
13119         * gst/interleave/plugin.c:
13120         * gst/law/alaw.c:
13121         * gst/law/mulaw.c:
13122         * gst/level/gstlevel.c:
13123         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
13124         * gst/matroska/matroska.c:
13125         * gst/median/gstmedian.c:
13126         * gst/monoscope/gstmonoscope.c:
13127         * gst/multipart/multipart.c:
13128         * gst/oldcore/gstelements.c:
13129         * gst/rtp/gstrtp.c:
13130         * gst/rtsp/gstrtsp.c:
13131         * gst/smoothwave/gstsmoothwave.c:
13132         * gst/smpte/gstsmpte.c:
13133         * gst/udp/gstudp.c:
13134         * gst/videobox/gstvideobox.c:
13135         * gst/videofilter/gstgamma.c:
13136         * gst/videofilter/gstvideobalance.c:
13137         * gst/videofilter/gstvideoflip.c:
13138         * gst/videofilter/gstvideotemplate.c:
13139         * gst/videomixer/videomixer.c:
13140         * gst/wavenc/gstwavenc.c:
13141         * gst/wavparse/gstwavparse.c:
13142         * sys/oss/gstossaudio.c:
13143         * sys/osxaudio/gstosxaudio.c:
13144           update GST_PLUGIN_DEFINE
13145         * gst/rtp/Makefile.am:
13146         * gst/rtp/gstasteriskh263.c:
13147           check for htons/htonl headers and possibly link to winsock2 lib
13148
13149 2005-11-12  Edward Hervey  <edward@fluendo.com>
13150
13151         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
13152         Only GST_DEBUG() information on the valid components.
13153
13154 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13155
13156         * configure.ac: back to HEAD
13157
13158 === release 0.9.5 ===
13159
13160 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
13161
13162         * configure.ac:
13163           releasing 0.9.5, "Phone Alarm"
13164
13165 2005-11-11  Edward Hervey  <edward@fluendo.com>
13166
13167         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13168         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
13169         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
13170         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13171         (gst_avi_demux_loop):
13172         * gst/avi/gstavidemux.h:
13173         Yeah, implement proper seeking. Exact seeking and segment seeking.
13174         Still need to do some checks for segment_stop.
13175
13176 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
13177
13178         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13179
13180         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
13181           Don't try to ready buffer duration from buffer that we don't
13182           own any  longer and that might already have been unreffed.
13183           (#321136)
13184
13185 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
13186
13187         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
13188         (flx_decode_delta_flc), (gst_flxdec_chain):
13189         Attempting to optimize the code for embedded systems.
13190
13191 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
13192
13193         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13194
13195         * sys/oss/gstosssink.c: (gst_oss_sink_close):
13196           Don't re-use already closed file descriptor. (#320920)
13197
13198 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13199
13200         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
13201         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
13202         (gst_oss_sink_prepare):
13203         * sys/oss/gstosssink.h:
13204           Cache probed caps; fix debug output for SET_PARAM macros.
13205
13206 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13207
13208         * ext/cairo/Makefile.am:
13209         * ext/cairo/gstcairo.c: (plugin_init):
13210         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
13211         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
13212         (gst_text_overlay_init), (gst_text_overlay_font_init),
13213         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
13214         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
13215         (gst_text_overlay_text_pad_linked),
13216         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
13217         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13218         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13219         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13220         (gst_text_overlay_change_state):
13221         * ext/cairo/gsttextoverlay.h:
13222           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
13223           property and redo positioning. Doesn't handle upstream renegotiation
13224           yet though.
13225
13226 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13227
13228         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13229         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13230         (gst_avi_demux_loop):
13231           No need to take the STREAM_LOCK in the loop function. Improve
13232           some debug messages. Don't leak pad names in debug messages.
13233
13234 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13235
13236         * gst/matroska/matroska-demux.c:
13237         (gst_matroska_demux_push_vorbis_codec_priv_data),
13238         (gst_matroska_demux_add_wvpk_header):
13239           Don't error out when the source pad isn't linked.
13240
13241 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
13242
13243         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
13244         (gst_gconf_audio_sink_change_state):
13245         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
13246         (gst_gconf_video_sink_change_state):
13247           Fix state change functions here as well and set kid
13248           to NULL state before removing it.
13249
13250 2005-11-01  Edward Hervey  <edward@fluendo.com>
13251
13252         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
13253         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
13254         Added proper event handlind, 
13255         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
13256         ignored),
13257         and don't set a duration of 0 for buffers otherwise they are discarded
13258         by GstBaseSink.
13259
13260         GstWavEnc needs some serious loving, after going through the code I'm
13261         really wondering how this can stay in -good ...
13262
13263 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13264
13265         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
13266         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
13267         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
13268         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
13269         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
13270         (gst_matroska_mux_collected):
13271           Fix leaks and invalid memory access as reported by valgrind
13272
13273 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
13274
13275         Patch by: Michal Benes <michal.benes@xeris.cz>
13276
13277         * check/Makefile.am:
13278         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
13279         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
13280         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
13281           add a unit test for matroskamux
13282           fix the bugs that the unit test exposed
13283
13284 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
13285
13286         * gst/autodetect/gstautoaudiosink.c:
13287         (gst_auto_audio_sink_class_init),
13288         (gst_auto_audio_sink_change_state):
13289         * gst/autodetect/gstautovideosink.c:
13290         (gst_auto_video_sink_class_init),
13291         (gst_auto_video_sink_change_state):
13292           Fix state change function and use GST_DEBUG_FUNCPTR in
13293           class_init.
13294
13295 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
13296
13297         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13298
13299         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
13300         (gst_ebml_write_reset), (gst_ebml_write_element_new):
13301         * gst/matroska/ebml-write.h:
13302         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
13303           Set timestamps on outgoing ebml headers as well, so that the
13304           element after matroskamux can get the timestamp already when
13305           reading the first ebml element and doesn't have to wait for
13306           the actual data buffer for that (#320308).
13307           
13308 2005-10-31  Andy Wingo  <wingo@pobox.com>
13309
13310         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
13311         (gst_videomixer_pad_link): Kill some memleaks.
13312         (gst_videomixer_pad_get_property): Style fix.
13313         (gst_videomixer_pad_set_property): Style fix.
13314         (gst_videomixer_pad_init): Style fix.
13315         (gst_videomixer_update_queues): Kill memleak.
13316         (gst_videomixer_loop): Kill memleak.
13317         (gst_videomixer_collected): Kill memleak.
13318
13319 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
13320
13321         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
13322         gst_auparse_change_state:
13323         Just some cleanup.
13324
13325 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
13326
13327         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
13328         Add checks to GST_FLOW_NOT_LINKED for values returned
13329         from gst_pad_push.
13330         
13331 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
13332
13333         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
13334         (gst_rtpg711dec_process):
13335         * gst/rtp/gstrtpgsmenc.c:
13336         Payloader now sets some default caps on the srcpad if caps on the sinkpad
13337         are never set. This is important for the g711 to work with burger's rtpbin
13338         element.
13339
13340 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
13341
13342         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
13343         (gst_speexenc_push_buffer):
13344         Add checks for return values from gst_pad_push and
13345         gst_pad_alloc_buffer.
13346
13347 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
13348
13349         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13350
13351         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
13352         (gst_matroska_demux_parse_info),
13353         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13354         (gst_matroska_demux_parse_cluster):
13355         * gst/matroska/matroska-ids.h:
13356         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
13357         (gst_matroska_mux_init), (gst_matroska_mux_start),
13358         (gst_matroska_mux_create_buffer_header),
13359         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
13360         (gst_matroska_mux_get_property):
13361         * gst/matroska/matroska-mux.h:
13362           Add SimpleBlock support to matroska demuxer and muxer (part of
13363           Matroska v2). (#319731)
13364
13365 2005-10-28  Wim Taymans  <wim@fluendo.com>
13366
13367         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
13368         (gst_jpeg_dec_change_state):
13369         * ext/jpeg/gstjpegdec.h:
13370         Cleanups. Don't create caps for every chain.
13371
13372 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
13373
13374         * gst/law/alaw-encode.c: (gst_alawenc_init),
13375         (alawenc_setcaps), (gst_alawenc_chain)
13376         * gst/law/alaw-encode.h:
13377         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
13378         (mulawenc_setcaps), (gst_mulawenc_chain)
13379         * gst/law/mulaw-encode.h:
13380         Set timestamp on buffer and it allows RTP G711 elements
13381         work properly.
13382
13383 2005-10-27  Wim Taymans  <wim@fluendo.com>
13384
13385         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
13386         Set correct format on oss instead of a silly value. 
13387
13388 2005-10-27  Julien MOUTTE  <julien@moutte.net>
13389
13390         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13391         (gst_video_box_transform_caps), (gst_video_box_set_caps),
13392         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
13393         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
13394         I420 rendering as well, doesn't bring much for my platform.
13395         Might help on some other platforms.
13396
13397 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
13398
13399         * gst/rtp/gstrtpgsmenc.c:
13400         * gst/rtp/gstrtpgsmparse.c:
13401         Declaring the padtemplate correctly.
13402
13403 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
13404
13405         * gst/rtp/gstrtpg711dec.c:
13406         * gst/rtp/gstrtpg711enc.c:
13407         * gst/rtp/gstrtpgsmenc.c:
13408         * gst/rtp/gstrtpgsmparse.c:
13409         Setting the proper copyright notice.
13410
13411 2005-10-26  Julien MOUTTE  <julien@moutte.net>
13412
13413         * gst/videobox/Makefile.am: Use liboil.
13414         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13415         (gst_video_box_set_property), (gst_video_box_transform_caps),
13416         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
13417         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
13418         using liboil. Will dot the same to I420 border generation
13419         tomorrow.
13420
13421 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
13422
13423         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
13424         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
13425         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
13426         * gst/rtp/gstrtpg711dec.h:
13427         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
13428         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
13429         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
13430         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
13431         (gst_rtpgsmenc_handle_buffer):
13432         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
13433         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
13434         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
13435         * gst/rtp/gstrtpgsmparse.h:
13436         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
13437         inherits from the basertpdepayloader.
13438
13439 2005-10-26  Julien MOUTTE  <julien@moutte.net>
13440
13441         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13442         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
13443         (gst_video_box_ayuv): Removing this forgotten debug.
13444
13445 2005-10-26  Julien MOUTTE  <julien@moutte.net>
13446
13447         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13448         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
13449         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
13450
13451 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
13452
13453         * sys/oss/gstossaudio.c:
13454         * sys/oss/gstossdmabuffer.c:
13455         * sys/oss/gstosshelper.c:
13456         * sys/oss/gstossmixer.c:
13457         * sys/oss/gstossmixerelement.c:
13458         * sys/oss/gstossmixertrack.c:
13459         * sys/oss/gstosssink.c:
13460         * sys/oss/gstosssrc.c:
13461           Actually use the 'oss' debug category we register.
13462
13463 2005-10-26  Julien MOUTTE  <julien@moutte.net>
13464
13465         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
13466         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
13467         Use gst_pad_get_parent and drop the ref that was added through
13468         that call.
13469
13470 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13471
13472         * gst/rtp/gstrtpgsmenc.c:
13473           Fix compilation
13474
13475 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
13476
13477         * gst/rtp/gstrtpg711dec.c
13478         Just removed a couple of lines of weird code used during
13479         development/test time.
13480
13481 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
13482
13483         * gst/rtp/Makefile.am
13484         * gst/rtp/gstrtp.c
13485         * gst/rtp/gstrtpg711enc.c
13486         * gst/rtp/gstrtpg711enc.h
13487         * gst/rtp/gstrtpg711dec.c
13488         * gst/rtp/gstrtpg711dec.h
13489         Created G711 payloader and depayloader (it supports mulaw and alaw
13490         (dec)encoders)
13491
13492 2005-10-25  Julien MOUTTE  <julien@moutte.net>
13493
13494         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13495         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
13496         Doh ! I introduced wingo's bug again ! Sorry...
13497
13498 2005-10-25  Christian Schaller <christian@fluendo.com> 
13499
13500         * gst/rtp/Makefile.am: add missing header files for disting
13501
13502 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
13503
13504         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
13505         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
13506         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
13507         (gst_rtpgsmenc_handle_buffer):
13508         * gst/rtp/gstrtpgsmenc.h:
13509         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
13510         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
13511         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
13512         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
13513         * gst/rtp/gstrtpgsmparse.h:
13514         Getting the GSM (de)payloader working and compatible with our plans for RTP.
13515
13516 2005-10-25  Julien MOUTTE  <julien@moutte.net>
13517
13518         * ext/libpng/gstpngdec.c: (user_info_callback),
13519         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
13520         a newsegment event, move some redundant code in a single place.
13521
13522 2005-10-25  Julien MOUTTE  <julien@moutte.net>
13523
13524         * ext/libpng/gstpngdec.c: (user_info_callback),
13525         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
13526         hack to get correct colors order when we have a png image with
13527         alpha channel.
13528
13529 2005-10-24  Edward Hervey  <edward@fluendo.com>
13530
13531         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
13532         Call gst_element_no_more_pads when there will be no more pads.
13533
13534 2005-10-24  Wim Taymans  <wim@fluendo.com>
13535
13536         * gst/rtp/Makefile.am:
13537         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
13538         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
13539         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
13540         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
13541         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
13542         (gst_asteriskh263_plugin_init):
13543         * gst/rtp/gstasteriskh263.h:
13544         * gst/rtp/gstrtp.c: (plugin_init):
13545         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
13546         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
13547         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
13548         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
13549         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
13550         (gst_rtph263enc_plugin_init):
13551         * gst/rtp/gstrtph263enc.h:
13552         Added two new payloaders, an RFC 2190 payloader for h263 and
13553         a payload convertor for an asterisk server.
13554
13555 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
13556
13557         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
13558           Set bytes_per_sample correctly (is not always 4, but 
13559           depends on width and number of channels).
13560
13561 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
13562
13563         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
13564         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
13565         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
13566         (gst_flacenc_sink_event), (gst_flacenc_chain),
13567         (gst_flacenc_set_property), (gst_flacenc_get_property),
13568         (gst_flacenc_change_state):
13569         * ext/flac/gstflacenc.h:
13570           Fix seeking, so that flacenc can rewrite the header with the
13571           correct duration and amount of samples and all that at EOS;
13572           also set timestamps and granulepos on outgoing buffers; add
13573           debug category; fix state change function.
13574           
13575 2005-10-24  Julien MOUTTE  <julien@moutte.net>
13576
13577         * gst/videomixer/videomixer.c: Don't restrict video geometry
13578         from 16 to 4096.
13579
13580 2005-10-24  Julien MOUTTE  <julien@moutte.net>
13581
13582         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13583         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
13584         Fix caps negotiation correctly, add debugging category.
13585
13586 2005-10-24  Christian Schaller  <christian@fluendo.com>
13587
13588         * configure.ac: Port over Thomas's change from base listing all plugins
13589
13590 2005-10-24  Julien MOUTTE  <julien@moutte.net>
13591
13592         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
13593         a sink pad.
13594
13595 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13596
13597         * configure.ac:
13598         * docs/upload.mak:
13599           back to HEAD
13600
13601 === release 0.9.4 ===
13602
13603 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13604
13605         * configure.ac:
13606           Releasing 0.9.4, "Dromiceiomimus"
13607
13608 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
13609
13610         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
13611         (gst_speexenc_src_query):
13612           Add position and duration query, fix query type function.
13613           
13614         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
13615         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13616           Let's not set non-fixed caps on source pads.
13617
13618 2005-10-21  Wim Taymans  <wim@fluendo.com>
13619
13620         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
13621         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
13622         (gst_avi_demux_handle_seek):
13623         Set correct stream_time in newsegment event.
13624         avi can also handle a duration query now.
13625
13626 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
13627
13628         * gst/matroska/matroska-demux.c:
13629         (gst_matroska_demux_handle_src_query),
13630         (gst_matroska_demux_handle_seek_event),
13631         (gst_matroska_demux_loop_stream_parse_id):
13632           Fix duration query; fix basetime in newsegment event after
13633           seek; fix duration in initial newsegment event.
13634
13635         * gst/matroska/matroska-mux.c:
13636         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
13637           Extract number of channels and samplerate from vorbis headers;
13638           add some debug messages when querying the durations of the
13639           input streams.
13640
13641 2005-10-20  Wim Taymans  <wim@fluendo.com>
13642
13643         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
13644         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13645         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
13646         Set stream time correctly in newsegment.
13647
13648 2005-10-20  Wim Taymans  <wim@fluendo.com>
13649
13650         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
13651         Correctly fill in the stream time.
13652
13653 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13654
13655         * check/elements/level.c: (GST_START_TEST):
13656         * gst/level/gstlevel.c: (gst_level_message_new):
13657         * gst/level/level-example.c: (message_handler):
13658           use ELEMENT messages instead
13659
13660 2005-10-19  Wim Taymans  <wim@fluendo.com>
13661
13662         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
13663         (gst_dvdemux_src_query):
13664         * ext/flac/gstflacdec.c: (gst_flacdec_length),
13665         (gst_flacdec_src_query):
13666         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
13667         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
13668         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13669         * gst/debug/gstnavseek.c: (gst_navseek_seek):
13670         * gst/debug/progressreport.c: (gst_progress_report_report):
13671         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
13672         * gst/matroska/matroska-demux.c:
13673         (gst_matroska_demux_handle_src_query):
13674         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13675         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
13676         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13677         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
13678         (gst_wavparse_srcpad_event):
13679         API change fix.
13680
13681 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
13682
13683         * gst/goom/filters.c:
13684         * gst/goom/graphic.h:
13685         * gst/goom/lines.c:
13686           Make inline functions either 'static inline' or 'extern inline',
13687           otherwise the Forte compiler apparently won't inline them (#317300).
13688
13689 2005-10-19  Julien MOUTTE  <julien@moutte.net>
13690
13691         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
13692         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
13693         (user_info_callback), (user_endrow_callback), (user_end_callback),
13694         (user_read_data), (gst_pngdec_caps_create_and_set),
13695         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
13696         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
13697         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
13698         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
13699         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
13700         very nice and handle push/pull based model. if you have filesrc
13701         connected to it, it will do random access to load the png file.
13702         If you have a network source that can't do _getrange, it does 
13703         progressive loading through the chain function.
13704         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
13705         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
13706         thanks to Master Wim Taymans ;-)
13707
13708 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
13709
13710         * gst/matroska/Makefile.am:
13711         * gst/matroska/ebml-read.c:
13712         * gst/matroska/ebml-read.h:
13713         * gst/matroska/matroska-demux.c:
13714         * gst/matroska/matroska-demux.h:
13715         * gst/matroska/matroska.c: (plugin_init):
13716           Ported matroska demuxer to 0.9.
13717
13718 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
13719
13720         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13721
13722         * gst/matroska/matroska-mux.c:
13723         (gst_matroska_mux_video_pad_setcaps),
13724         (gst_matroska_mux_audio_pad_setcaps):
13725           Fix mpeg4 input handling (#318847); also, while we're at it,
13726           fix media type for Motion-JPEG: should be image/jpeg.
13727
13728 2005-10-18  Wim Taymans  <wim@fluendo.com>
13729
13730         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
13731         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13732         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
13733         Fix for segment-start/stop API change.
13734
13735 2005-10-17  Julien MOUTTE  <julien@moutte.net>
13736
13737         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
13738         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
13739         way.
13740
13741 2005-10-17  Julien MOUTTE  <julien@moutte.net>
13742
13743         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
13744         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
13745         output declared in transform_caps.
13746
13747 2005-10-17  Julien MOUTTE  <julien@moutte.net>
13748
13749         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
13750
13751 2005-10-17  Julien MOUTTE  <julien@moutte.net>
13752
13753         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
13754         (gst_video_box_get_unit_size): Fix wrong size calculations and
13755         implement get_unit_size correctly.
13756
13757 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
13758
13759         * configure.ac:
13760           Enable flx plugin.
13761
13762         * gst/flx/gstflxdec.c: (flx_decode_chunks):
13763           Fix gcc4 signedness issue.
13764
13765 2005-10-17  Julien MOUTTE  <julien@moutte.net>
13766
13767         * configure.ac: Adding videomixer.
13768         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
13769         (user_read_data), (gst_pngdec_chain): More debugging.
13770         * gst/alpha/Makefile.am: Adding alphacolor
13771         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
13772         (gst_alpha_color_class_init), (gst_alpha_color_init),
13773         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
13774         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
13775         (plugin_init): Ported to 0.9 using in place base tranform.
13776         * gst/videomixer/Makefile.am:
13777         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
13778         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
13779         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
13780         (gst_videomixer_pad_init), (gst_videomixer_class_init),
13781         (gst_videomixer_init), (gst_videomixer_getcaps),
13782         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
13783         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
13784         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
13785         to 0.9 using collectpads.
13786
13787 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
13788
13789         * configure.ac:
13790         * gst/flx/Makefile.am:
13791         * gst/flx/gstflxdec.c: (gst_flxdec_init),
13792         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
13793         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
13794         * gst/flx/gstflxdec.h:
13795         flx plugin ported to 0.9
13796
13797 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13798
13799         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
13800           use new gst_version_string()
13801
13802 2005-10-16  Andy Wingo  <wingo@pobox.com>
13803
13804         * configure.ac: GLIB_CHECK.
13805
13806 2005-10-15  Julien MOUTTE  <julien@moutte.net>
13807
13808         * ext/libpng/Makefile.am:
13809         * ext/libpng/gstpng.c: (plugin_init):
13810         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
13811         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
13812         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
13813
13814 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
13815
13816         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13817
13818         * configure.ac:
13819         * gst/matroska/Makefile.am:
13820         * gst/matroska/ebml-ids.h:
13821         * gst/matroska/ebml-write.c:
13822         * gst/matroska/ebml-write.h:
13823         * gst/matroska/matroska-ids.h:
13824         * gst/matroska/matroska-mux.c:
13825         * gst/matroska/matroska-mux.h:
13826         * gst/matroska/matroska.c: (plugin_init):
13827           Port matroska muxer to 0.9 (#318847).
13828
13829 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
13830
13831         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
13832         (comment_init), (comment_add):
13833           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
13834           use GST_READ_UINT32_LE() and friends rather than the private
13835           implementation of those same macros.
13836
13837 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
13838
13839         * examples/stats/mp2ogg.c:
13840           more typo fixes
13841
13842 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
13843
13844         * examples/indexing/indexmpeg.c: (main):
13845         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
13846         (gst_esdmon_close_audio), (gst_esdmon_change_state):
13847         * ext/esd/esdmon.h:
13848         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
13849         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
13850         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
13851         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
13852         * gst/avi/gstavimux.c: (gst_avimux_init):
13853         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
13854         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
13855         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
13856         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
13857         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
13858         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
13859         * gst/oldcore/gstmultifilesrc.h:
13860         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
13861         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
13862         (gst_pipefilter_change_state):
13863         * gst/oldcore/gstpipefilter.h:
13864         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
13865         * gst/videomixer/videomixer.c: (gst_videomixer_init):
13866         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
13867         * sys/osxaudio/gstosxaudiosink.h:
13868         * sys/osxaudio/gstosxaudiosrc.h:
13869           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
13870           moved bitshift from macro to enum definition
13871
13872 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
13873
13874         * ext/Makefile.am:
13875         * ext/cairo/Makefile.am:
13876         * ext/cairo/gstcairo.c: (plugin_init):
13877         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
13878         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
13879         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
13880         * ext/cairo/gsttimeoverlay.h:
13881           update of cairo-based timeoverlay to 1.0 Cairo API
13882           doesn't work yet for resizing of output sink
13883
13884 2005-10-11  Wim Taymans  <wim@fluendo.com>
13885
13886         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
13887         newsegment API fix.
13888
13889 2005-10-11  Wim Taymans  <wim@fluendo.com>
13890
13891         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
13892         (gst_dvdemux_demux_frame):
13893         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13894         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13895         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
13896         (gst_avi_demux_handle_seek):
13897         * gst/goom/gstgoom.c: (gst_goom_event):
13898         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
13899         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
13900         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13901         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13902         (gst_wavparse_srcpad_event):
13903         newsegment API update.
13904
13905 2005-10-11  Andy Wingo  <wingo@pobox.com>
13906
13907         * ext/speex/gstspeexenc.c: Signedness cleanups.
13908
13909 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
13910
13911         * PORTED_09:
13912         * ext/speex/Makefile.am:
13913         * ext/speex/gstspeex.c:
13914         * ext/speex/gstspeexenc.c:
13915         Speexenc ported to 0.9
13916
13917 2005-10-10  Wim Taymans  <wim@fluendo.com>
13918
13919         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
13920         (gst_oss_sink_init), (gst_oss_sink_set_property),
13921         (gst_oss_sink_get_property), (gst_oss_sink_open),
13922         (gst_oss_sink_prepare), (gst_oss_sink_reset):
13923         * sys/oss/gstosssink.h:
13924         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
13925         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
13926         (gst_oss_src_prepare):
13927         Cleanups, make device configurable in the sink, handle and report
13928         errors.
13929
13930 2005-10-10  Wim Taymans  <wim@fluendo.com>
13931
13932         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
13933         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
13934         Make sure element is NULL before removing from the bin.
13935
13936 2005-10-07  Andy Wingo  <wingo@pobox.com>
13937
13938         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
13939         block forever in a read().
13940         (gst_dv1394src_bus_reset): Post a message when the cable is
13941         unplugged.
13942         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
13943         (gst_dv1394src_bus_reset): Don't unref the message.
13944
13945         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
13946         hacking. The only change should be that the state change stuff was
13947         put into basesrc's start() and stop() routines, which coalesces
13948         some steps.
13949
13950 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13951
13952         * configure.ac:
13953           Add check for mmap
13954           
13955         * gst/debug/Makefile.am:
13956           Only compile efence plugin on systems that have mmap.
13957
13958 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13959
13960         * gst/debug/Makefile.am:
13961         * gst/debug/breakmydata.c:
13962         * gst/debug/gstdebug.c:
13963         * gst/debug/gstnavigationtest.c:
13964         * gst/debug/gstnavseek.c: 
13965         * gst/debug/gstnavseek.h:
13966         * gst/debug/progressreport.c: 
13967         * gst/debug/testplugin.c:
13968           Port progressreport, navseek, navigationtest, testsink and
13969           breakmydata.
13970
13971 2005-10-05  Edward Hervey  <edward@fluendo.com>
13972
13973         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
13974         (gst_dvdemux_src_query):
13975         Fixes for better conversion
13976
13977 2005-10-04  Michael Smith <msmith@fluendo.com>
13978
13979         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
13980         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
13981         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
13982         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
13983           Set state of elements to NULL before removing from bins.
13984           Set state of test element to NULL if we failed to move it to READY
13985
13986 2005-10-04  Edward Hervey  <edward@fluendo.com>
13987
13988         * ext/dv/Makefile.am:
13989         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
13990         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
13991         Corrected the query function for position so it doesn't forget what
13992         format was asked, and calls the conversion functions on the correct pad.
13993
13994 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13995
13996         * configure.ac:
13997           back to development
13998
13999 === release 0.9.3 ===
14000
14001 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14002
14003         * configure.ac:
14004           Releasing 0.9.3, "Aramis"
14005
14006 2005-10-03  Andy Wingo  <wingo@pobox.com>
14007
14008         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
14009         error returns.
14010
14011 2005-10-02  Andy Wingo  <wingo@pobox.com>
14012
14013         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
14014
14015         * ext/flac/gstflacenc.c: Ported to 0.9.
14016
14017         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
14018
14019         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
14020         and link to gsttagedit. Enable flacenc.
14021
14022         * ext/flac/gstflacdec.c: Re-enable tag reading.
14023
14024 2005-09-30  Wim Taymans  <wim@fluendo.com>
14025
14026         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
14027         * gst/rtp/gstrtpgsmparse.c:
14028         * gst/rtp/gstrtph263penc.c:
14029         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
14030         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
14031         (gst_rtpmp4venc_set_property):
14032         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
14033         Various class and caps fixes from Andre Magalhaes (andrunko)
14034
14035 2005-09-29  Wim Taymans  <wim@fluendo.com>
14036
14037         * gst/level/level-example.c: (main):
14038         Update for new bus API.
14039
14040 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
14041
14042         * configure.ac:
14043           Fix unexpanded autoconf macro GST_DOC, which has been renamed
14044           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
14045
14046 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
14047
14048         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
14049           Fix playback of mono streams (bytes_per_sample should be set
14050           from the sample width and the number of channels negotiated,
14051           and not just be set to 4) (#317338)
14052
14053 2005-09-26  Wim Taymans  <wim@fluendo.com>
14054
14055         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
14056         (gst_rtpmpaenc_handle_buffer):
14057         Set buffer duration correctly.
14058
14059 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
14060
14061         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
14062         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
14063         (gst_avi_demux_change_state):
14064           Don't crash when encountering a stream with an unknown fourcc or
14065           codec id. Instead, create a pad of type video/x-avi-unknown or
14066           audio/x-avi-unknown, which as a side-effect also results in less
14067           confusing error messages in players ('no decoder' vs. 'no streams');
14068           minor fixes to state change function and class_init function.
14069
14070 2005-09-24  Wim Taymans  <wim@fluendo.com>
14071
14072         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
14073         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
14074         These are sinks.
14075
14076 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14077
14078         * check/elements/level.c: (GST_START_TEST):
14079           fix test for new GstClockTime use
14080         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
14081         (gst_level_transform_ip):
14082         * gst/level/gstlevel.h:
14083           fix up the decay peak, ensuring the decay peak is never lower
14084           than the peak for that interval
14085
14086 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14087
14088         * docs/plugins/gst-plugins-good-plugins.args:
14089         * docs/plugins/inspect/plugin-alpha.xml:
14090         * docs/plugins/inspect/plugin-rtp.xml:
14091         * gst/level/gstlevel.c: (gst_level_set_caps),
14092         (gst_level_transform_ip):
14093           updating docs
14094
14095 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14096
14097         * Makefile.am:
14098         * check/elements/level.c: (GST_START_TEST):
14099         * gst/level/Makefile.am:
14100         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
14101         (gst_level_set_property), (gst_level_get_property),
14102         (gst_level_set_caps), (gst_level_message_new),
14103         (gst_level_transform_ip):
14104         * gst/level/gstlevel.h:
14105         * gst/level/level-example.c: (message_handler), (main):
14106           convert to using GstClockTime for all time values, finally.
14107
14108 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14109
14110         * gst/auparse/Makefile.am:
14111         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14112           fix up build
14113         * configure.ac:
14114         * ext/cairo/Makefile.am:
14115         * ext/dv/Makefile.am:
14116         * ext/esd/Makefile.am:
14117         * ext/flac/Makefile.am:
14118         * ext/gconf/Makefile.am:
14119         * ext/gdk_pixbuf/Makefile.am:
14120         * ext/jpeg/Makefile.am:
14121         * ext/ladspa/Makefile.am:
14122         * ext/libcaca/Makefile.am:
14123         * ext/libmng/Makefile.am:
14124         * ext/libpng/Makefile.am:
14125         * ext/mikmod/Makefile.am:
14126         * ext/pango/Makefile.am:
14127         * ext/raw1394/Makefile.am:
14128         * ext/shout2/Makefile.am:
14129         * ext/speex/Makefile.am:
14130         * gst/alpha/Makefile.am:
14131         * gst/autodetect/Makefile.am:
14132         * gst/avi/Makefile.am:
14133         * gst/cutter/Makefile.am:
14134         * gst/debug/Makefile.am:
14135         * gst/effectv/Makefile.am:
14136         * gst/flx/Makefile.am:
14137         * gst/goom/Makefile.am:
14138         * gst/interleave/Makefile.am:
14139         * gst/law/Makefile.am:
14140         * gst/matroska/Makefile.am:
14141         * gst/median/Makefile.am:
14142         * gst/monoscope/Makefile.am:
14143         * gst/multipart/Makefile.am:
14144         * gst/oldcore/Makefile.am:
14145         * gst/rtp/Makefile.am:
14146         * gst/rtsp/Makefile.am:
14147         * gst/smoothwave/Makefile.am:
14148         * gst/smpte/Makefile.am:
14149         * gst/videobox/Makefile.am:
14150         * gst/videofilter/Makefile.am:
14151         * gst/videomixer/Makefile.am:
14152         * gst/wavenc/Makefile.am:
14153         * gst/wavparse/Makefile.am:
14154         * sys/oss/Makefile.am:
14155         * sys/osxaudio/Makefile.am:
14156         * sys/osxvideo/Makefile.am:
14157           fix up GST_LIBS use
14158
14159 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14160
14161         * gst/auparse/Makefile.am:
14162         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14163           fix build of auparse
14164
14165 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
14166
14167         * configure.ac:
14168         * PORTED_09:
14169         * gst/auparse/gstauparse.c:
14170         * gst/auparse/gstauparse.h:
14171         Auparse ported to 0.9.
14172
14173 2005-09-22  Wim Taymans  <wim@fluendo.com>
14174
14175         * gst/rtp/TODO:
14176         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
14177         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
14178         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
14179         (gst_rtpmp4venc_set_property):
14180         * gst/rtp/gstrtpmp4venc.h:
14181         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
14182         * gst/rtp/gstrtpmpaenc.h:
14183         Use is_filled to both check MTU and max-ptime of base class.
14184
14185 2005-09-22  Wim Taymans  <wim@fluendo.com>
14186
14187         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
14188         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
14189         (gst_rtpmp4venc_set_property):
14190         Don't fragment packets with multiple frames.
14191
14192 2005-09-22  Wim Taymans  <wim@fluendo.com>
14193
14194         * gst/rtp/TODO:
14195         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
14196         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
14197         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
14198         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
14199         (gst_rtpmp4venc_get_property):
14200         * gst/rtp/gstrtpmp4venc.h:
14201         Remove g_print.
14202         Update TODO
14203         Make payload encoder a bit smarter and more correct with
14204         timestamps.
14205         Added option in payloader to include config string in-band.
14206
14207 2005-09-21  Wim Taymans  <wim@fluendo.com>
14208
14209         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
14210         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
14211         (gst_rtspsrc_send):
14212         Strip spaces for key/value pairs.
14213
14214 2005-09-21  Wim Taymans  <wim@fluendo.com>
14215
14216         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
14217         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
14218         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
14219         (gst_rtspsrc_change_state):
14220         More SDP parsing and caps setting.
14221         Do NO_PREROLL differently.
14222         add pads only after negotiated.
14223
14224         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14225         (gst_udpsrc_getcaps):
14226         Implement the getcaps function.
14227
14228 2005-09-21  Wim Taymans  <wim@fluendo.com>
14229
14230         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
14231         (gst_rtpamrdec_chain):
14232         Handle multiple AMr packets per payload. Handle CRC and
14233         parse ILL/ILP.
14234
14235         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
14236         Make caps params strings for easy SDP mapping.
14237         
14238         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14239         Handle capsnego better.
14240
14241         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
14242         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
14243         Generate and parse config string in the caps.
14244
14245 2005-09-21  Wim Taymans  <wim@fluendo.com>
14246
14247         * gst/rtp/README:
14248         Update README
14249
14250         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
14251         Make extra params as strings.
14252
14253         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
14254         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
14255         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
14256         Make state change return NO_PREROLL as this is a live
14257         source.
14258
14259         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
14260         Don't unref old caps when NULL.
14261
14262 2005-09-20  Wim Taymans  <wim@fluendo.com>
14263
14264         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
14265         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
14266         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
14267         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
14268         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
14269         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
14270         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
14271         * gst/rtsp/sdpmessage.h:
14272         Add URI handler.
14273         Parse SDP and create caps.
14274
14275 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
14276
14277         * gst/alpha/gstalpha.c:
14278           fix element description
14279
14280 2005-09-19  Wim Taymans  <wim@fluendo.com>
14281
14282         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
14283         Don't check payload for now.
14284
14285 2005-09-19  Wim Taymans  <wim@fluendo.com>
14286
14287         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14288         (gst_wavparse_init), (gst_wavparse_parse_file_header),
14289         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
14290         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14291         (gst_wavparse_loop), (gst_wavparse_pad_convert),
14292         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
14293         (gst_wavparse_change_state):
14294         * gst/wavparse/gstwavparse.h:
14295         Fix wavparse some more.
14296
14297 2005-09-19  Wim Taymans  <wim@fluendo.com>
14298
14299         * check/elements/level.c: (GST_START_TEST):
14300         Fix for bus API change.
14301
14302 2005-09-19  Wim Taymans  <wim@fluendo.com>
14303
14304         * gst/level/level-example.c: (main):
14305         Fix for new bus API.
14306
14307         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
14308         Set caps on pads.
14309
14310 2005-09-15  Wim Taymans  <wim@fluendo.com>
14311
14312         * gst/rtp/Makefile.am:
14313         * gst/rtp/README:
14314         * gst/rtp/gstrtp.c: (plugin_init):
14315         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
14316         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
14317         (gst_rtpamrdec_change_state):
14318         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
14319         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
14320         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
14321         * gst/rtp/gstrtpamrenc.h:
14322         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
14323         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
14324         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
14325         * gst/rtp/gstrtpgsmenc.h:
14326         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
14327         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
14328         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
14329         (gst_rtpgsmparse_change_state):
14330         * gst/rtp/gstrtpgsmparse.h:
14331         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
14332         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
14333         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
14334         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
14335         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
14336         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
14337         * gst/rtp/gstrtph263penc.h:
14338         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
14339         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
14340         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
14341         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
14342         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
14343         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
14344         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
14345         * gst/rtp/gstrtpmp4venc.h:
14346         * gst/rtp/gstrtpmpadec.c:
14347         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
14348         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
14349         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
14350         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
14351         * gst/rtp/gstrtpmpaenc.h:
14352         Updates to payloader/depayloaders, make payloaders use
14353         the base classes.
14354         Updated README with suggested RTP caps and how to convert
14355         to/from SDP.
14356         Added config descriptor in mp4v payloader.
14357
14358 2005-09-15  Andy Wingo  <wingo@pobox.com>
14359
14360         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
14361         * gst/autodetect/gstautovideosink.c
14362         (gst_auto_video_sink_find_best): Update for new registry API.
14363
14364 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14365
14366         * common/c-to-xml.py:
14367         * common/gtk-doc-plugins.mak:
14368           a simple py script to generate valid xml from a C example
14369           probably also need to strip an MIT license when we decide
14370         * docs/plugins/Makefile.am:
14371         * gst/level/Makefile.am:
14372         * gst/level/gstlevel.c: (gst_level_init):
14373         * gst/level/level-example.c: (message_handler), (main):
14374           add an example to level that will show up in the docs
14375         * gst/rtp/TODO:
14376           add a note for the future
14377
14378 2005-09-14  Michael Smith <msmith@fluendo.com>
14379
14380         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
14381           Actually define the debug object being used in wavenc. Fixes #316205
14382
14383 2005-09-14  Michael Smith <msmith@fluendo.com>
14384
14385         * gst/smpte/Makefile.am:
14386           Link against GST_BASE_LIBS, to get it linked against libgstbase;
14387           needed to build on windows (bug 316204)
14388
14389 2005-09-12  Andy Wingo  <wingo@pobox.com>
14390
14391         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
14392
14393 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
14394
14395         * configure.ac:
14396         * gst/fdsrc/Makefile.am:
14397         * gst/fdsrc/gstfdsrc.c:
14398         * gst/fdsrc/gstfdsrc.h:
14399           Move fdsrc back into gstreamer core elements.
14400
14401         * gst/level/gstlevel.c: (gst_level_class_init),
14402         (gst_level_transform_ip):
14403         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
14404           Basetransform changes.
14405
14406 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14407
14408         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
14409         * ext/jpeg/smokecodec.c: (find_best_size):
14410           fix compiler warnings
14411
14412 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14413
14414         * gst-plugins-good.spec.in:
14415           spec file fixes
14416         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
14417         (gst_multiudpsink_render), (gst_multiudpsink_add),
14418         (gst_multiudpsink_clear):
14419           it actually helps to actually stream if we hook up the
14420           "add" signal to an actual implementation
14421         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14422           some debugging
14423
14424 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
14425
14426         * ext/jpeg/Makefile.am:
14427         * ext/jpeg/gstjpeg.c
14428         * ext/jpeg/gstjpegenc.c:
14429         * ext/jpeg/gstsmokeenc.c:
14430
14431 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
14432
14433         * ext/flac/gstflacdec.c:
14434         * ext/flac/gstflacenc.c:
14435         * ext/flac/gstflactag.c:
14436         * ext/speex/gstspeexenc.c:
14437           gsttaginterface.h -> gsttagsetter.h
14438
14439 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
14440
14441         * configure.ac:
14442         * gst/debug/Makefile.am:
14443         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
14444         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
14445         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
14446         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
14447         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
14448           Port to 0.9 and re-enable efence plugin.
14449
14450 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
14451
14452         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
14453         (gst_flacdec_write), (gst_flacdec_convert_src):
14454         * ext/flac/gstflacdec.h:
14455           Add support for flac files with 24/32 bits per sample; and misc.
14456           minor clean-ups. Seeking is still partly broken (for me at least).
14457
14458 2005-09-06  Wim Taymans  <wim@fluendo.com>
14459
14460         * gst/rtp/Makefile.am:
14461         * gst/rtp/gstrtp.c: (plugin_init):
14462         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
14463         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
14464         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
14465         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
14466         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
14467         (gst_rtpmp4vdec_plugin_init):
14468         * gst/rtp/gstrtpmp4vdec.h:
14469         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
14470         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
14471         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
14472         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
14473         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
14474         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
14475         * gst/rtp/gstrtpmp4venc.h:
14476         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
14477         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
14478         Added mpeg4 video payload encoder/decoder.
14479         Added some docs in mpa payloader.
14480
14481 === release 0.9.1 ===
14482
14483 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14484
14485         * NEWS:
14486         * README:
14487         * RELEASE:
14488         * autogen.sh:
14489         * configure.ac:
14490           releasing 0.9.1, "Blondie"
14491
14492 2005-09-05  Andy Wingo  <wingo@pobox.com>
14493
14494         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
14495         here from the state change handler, so we fire signals without
14496         holding the state lock.
14497
14498 2005-09-02  Andy Wingo  <wingo@pobox.com>
14499
14500         * All plugins updated for element state changes.
14501
14502 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14503
14504         * Makefile.am:
14505         * check/.cvsignore:
14506         * check/Makefile.am:
14507         * check/elements/.cvsignore:
14508         * check/elements/level.c: (setup_level), (cleanup_level),
14509         (GST_START_TEST), (level_suite), (main):
14510           add a test for level
14511         * common/release.mak:
14512           move the enum checking to release.mak
14513         * configure.ac:
14514           add valgrind and check checking
14515         * gst/level/gstlevel.c: (gst_level_transform):
14516         * gst/level/gstlevel.h:
14517           fix Andy's cast bug
14518           convert a field to int
14519           fix the arithmetic to int when checking for emit so that a
14520           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
14521
14522 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14523
14524         * Makefile.am:
14525         * configure.ac:
14526           add docs to build
14527         * common/plugins.xsl:
14528           wrap Description into a refsect2
14529         * docs/Makefile.am:
14530         * docs/plugins/Makefile.am:
14531         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14532         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14533         * gst/goom/Makefile.am:
14534         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
14535         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
14536         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
14537         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
14538         (gst_goom_change_state):
14539         * gst/goom/gstgoom.h:
14540           GstGOOM -> GstGoom
14541           add an example launch line
14542         * gst/level/gstlevel.h:
14543         * gst/monoscope/gstmonoscope.c:
14544           cleanups
14545
14546 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14547
14548         * configure.ac:
14549         * docs/plugins/Makefile.am:
14550         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14551         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14552         * docs/plugins/gst-plugins-good-plugins.types:
14553           document elements and plugins.  Shazam !
14554
14555 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14556
14557         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
14558           be found under doc/random/ChangeLog-0.8