db2ec854f4d5229365fc4c4b4057293da80b48e3
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5           Add support for https protocol. Fixes #510229.
6
7 2008-02-11  Julien Moutte  <julien@fluendo.com>
8         
9         Patch by: Alan Peevers <peeves@pacbell.net>
10
11         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
12         lock when calling alsa methods.
13
14 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
15
16         * gst/typefind/gsttypefindfunctions.c:
17           Bump rank of jpeg and png typefinders, which will return maximum
18           probability in the most common cases (thus short-circuiting more
19           expensive typefinders like the mp3 one for these two quite common
20           image types).
21
22 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
23
24         * ext/theora/theoraparse.c:
25         Fix long description of the theora parser to be more verbose than just
26         the type name.
27
28 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
29
30         Patch by: Branko Čibej <brane at xbc dot nu>
31
32         * sys/xvimage/xvimagesink.c:
33         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
34         Fixes bug #515654.
35
36 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
37
38         * gst/playback/gstplaybasebin.c:
39         Set is_dynamic as True if there are elements with both request
40         and sometimes src pad templates instead of breaking out when it
41         finds the first pad template that is a src.
42
43 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
44
45         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
46         (update_streams), (video_combo_cb), (audio_combo_cb),
47         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
48         Add some stream switching and volume gui for playbin2.
49
50 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
51
52         * gst/playback/gstplay-marshal.list:
53         Added marshal for streamselector Tags.
54
55         * gst/playback/gstplaybasebin.c: (set_active_source):
56         Streamselector now selects pads based on the pad object instead of its
57         name.
58
59         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
60         (init_group), (gst_play_bin_init), (get_group), (get_tags),
61         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
62         (gst_play_bin_get_text_tags),
63         (gst_play_bin_set_current_video_stream),
64         (gst_play_bin_set_current_audio_stream),
65         (gst_play_bin_set_current_text_stream),
66         (gst_play_bin_set_property), (gst_play_bin_get_property),
67         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
68         Remove option to mute streams with the current-a/v/t property, we have
69         this functionality in the flags.
70         Add signals to notify when the number of A/V/T channels changed.
71         Add action signals to get tags for the A/V/T streams.
72         Implement setting the current A/V/T stream.
73         Rearrange some things to simplify stream selection.
74         Implement volume.
75
76         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
77         (gst_play_sink_get_volume), (gst_play_sink_set_property),
78         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
79         (activate_vis), (gst_play_sink_reconfigure):
80         * gst/playback/gstplaysink.h:
81         Add and implement volume setting methods.
82
83         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
84         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
85         (gst_selector_pad_event), (gst_stream_selector_class_init),
86         (gst_stream_selector_init), (gst_stream_selector_finalize),
87         (gst_stream_selector_set_property),
88         (gst_stream_selector_get_property),
89         (gst_stream_selector_get_linked_pad),
90         (gst_stream_selector_request_new_pad):
91         * gst/playback/gststreamselector.h:
92         Add pad properties for tags and status of pads.
93         Keep tags on pads.
94         Make active pad selection based on pad object instead of name.
95
96 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
97
98         * configure.ac:
99           Revert last change as we now check in gtk-doc.m4 for sed.
100
101 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
102
103         * configure.ac:
104         Find and subst SED when building the docs.
105
106 2008-02-08  Julien Moutte  <julien@fluendo.com>
107
108         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
109         (main): Make sure bus signals are reconnected when pressing STOP
110         and then PLAY again for a parse launch pipeline. Fix a ref leak
111         on the bus.
112         * win32/common/config.h: Updated.
113
114 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
115
116         * configure.ac:
117         Make DISABLE_DEPRECATED defined *only* during CVS, not during
118         pre-releases or releases.
119
120 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
121
122         * configure.ac:
123         * ext/gio/Makefile.am:
124         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
125         reporting
126
127 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
128
129         * docs/plugins/Makefile.am:
130         Add the headers which need scanning for the GIO plugin. The rest of
131         the docs still need migrating.
132
133 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
134
135         * ext/Makefile.am:
136         * tests/check/Makefile.am:
137         * tests/check/pipelines/.cvsignore:
138         Add gio in a few more places.
139
140 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
141
142         * configure.ac:
143         * ext/Makefile.am:
144         * tests/check/Makefile.am:
145         Move gio plugin from -bad and mark as experimental.
146
147 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
148
149         * gst-libs/gst/interfaces/mixeroptions.c:
150         * gst-libs/gst/interfaces/mixertrack.c:
151         Comment out a couple of other things which break the build when
152         GST_DISABLE_DEPRECATED isn't on but -Werror is.
153
154 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
155
156         * docs/libs/gst-plugins-base-libs-sections.txt:
157           Fix pbutils header.
158
159 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
160
161         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
162         Fix compiler warning.
163
164 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
165
166         Patch by: Peter Kjellerstedt  <pkj at axis com>
167
168         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
169         Clear the addrinfo struct using memset. Fixes #514937.
170
171 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
172
173         * gst/tcp/gstfdset.h:
174         Remove unused field to same some memory.
175
176         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
177         Mark action signals as such.
178
179 2008-02-06  Michael Smith <msmith@fluendo.com>
180
181         * ext/theora/theoradec.c: (_theora_granule_frame),
182         (_inc_granulepos):
183           Increment granulepos for new-bitstream versions appropriately.
184           Fixes #514623.
185
186 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
187
188         * tests/examples/seek/seek.c: (do_seek),
189         (rate_spinbutton_changed_cb), (update_streams), (main):
190         Remove obsolete stream_time reset after flushing seek, core does that
191         automatically now.
192         Improve accuracy of speed spinbutton.
193         Only do playbin2 stuff when we actually use it.
194
195 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
196
197         * tests/check/Makefile.am:
198           Revert previous change of the test environment's GST_PLUGIN_PATH.
199           The problem is not with the plugins, but with element factories
200           and only occurs if elements are split out from existing plugins
201           or if plugins change name (see #512740).
202
203 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
204
205         * tests/check/Makefile.am:
206           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
207           with the core's plugins first and our local build directories last,
208           since we might be building against an installed core, and that
209           core's plugin directory may contain older or other versions of
210           our own -base plugins, but we really do want to test our local
211           ones (if there are multiple plugins or element factories with the
212           same name, those inspected last will trump those read in earlier).
213           Fixes #512740 for the most part.
214
215 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
216
217         * configure.ac:
218         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
219         Use gmtime_r if available as gmtime is not MT-safe.
220         Fixes bug #511810.
221
222 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
223
224         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
225         Cast glong to time_t as time_t might have a different type on
226         other platforms, like FreeBSD, and we get a compiler warning
227         otherwise. Fixes bug #511825.
228
229 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
230
231         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
232         (get_group), (get_n_pads), (gst_play_bin_get_property),
233         (pad_added_cb), (no_more_pads_cb), (perform_eos),
234         (autoplug_select_cb), (deactivate_group):
235         Remove stream-info, we going for something easier.
236         Refactor getting the current group.
237         Implement getting the number of audio/video/text streams.
238
239         * gst/playback/gststreamselector.c:
240         (gst_stream_selector_class_init), (gst_stream_selector_init),
241         (gst_stream_selector_get_property),
242         (gst_stream_selector_request_new_pad),
243         (gst_stream_selector_release_pad):
244         * gst/playback/gststreamselector.h:
245         Add property for number of pads.
246
247         * tests/examples/seek/seek.c: (set_scale), (update_flag),
248         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
249         (text_toggle_cb), (update_streams), (msg_async_done),
250         (msg_state_changed), (main):
251         Block slider callback when updating the slider position.
252         Add gui elements for controlling playbin2.
253         Add callback for async_done that updates position/duration.
254
255 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
256
257         * docs/plugins/Makefile.am:
258         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
259         * docs/plugins/gst-plugins-base-plugins-sections.txt:
260         * docs/plugins/gst-plugins-base-plugins.hierarchy:
261         * docs/plugins/gst-plugins-base-plugins.interfaces:
262         * docs/plugins/gst-plugins-base-plugins.prerequisites:
263           First round of plugin docs cleansups.
264
265         * docs/plugins/inspect/plugin-adder.xml:
266         * docs/plugins/inspect/plugin-alsa.xml:
267         * docs/plugins/inspect/plugin-audioconvert.xml:
268         * docs/plugins/inspect/plugin-audiorate.xml:
269         * docs/plugins/inspect/plugin-audioresample.xml:
270         * docs/plugins/inspect/plugin-audiotestsrc.xml:
271         * docs/plugins/inspect/plugin-cdparanoia.xml:
272         * docs/plugins/inspect/plugin-decodebin.xml:
273         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
274         * docs/plugins/inspect/plugin-gdp.xml:
275         * docs/plugins/inspect/plugin-gnomevfs.xml:
276         * docs/plugins/inspect/plugin-libvisual.xml:
277         * docs/plugins/inspect/plugin-ogg.xml:
278         * docs/plugins/inspect/plugin-pango.xml:
279         * docs/plugins/inspect/plugin-subparse.xml:
280         * docs/plugins/inspect/plugin-tcp.xml:
281         * docs/plugins/inspect/plugin-theora.xml:
282         * docs/plugins/inspect/plugin-typefindfunctions.xml:
283         * docs/plugins/inspect/plugin-video4linux.xml:
284         * docs/plugins/inspect/plugin-videorate.xml:
285         * docs/plugins/inspect/plugin-videoscale.xml:
286         * docs/plugins/inspect/plugin-videotestsrc.xml:
287         * docs/plugins/inspect/plugin-volume.xml:
288         * docs/plugins/inspect/plugin-vorbis.xml:
289         * docs/plugins/inspect/plugin-ximagesink.xml:
290         * docs/plugins/inspect/plugin-xvimagesink.xml:
291           Regenerate.
292
293         * ext/ogg/Makefile.am:
294         * ext/ogg/gstoggmux.c:
295         * ext/ogg/gstoggmux.h:
296           Add header for oggmux. the c-file needs a doc blob still.
297
298 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
299
300         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
301
302         * gst-libs/gst/rtp/gstrtpbuffer.c:
303         (gst_rtp_buffer_set_extension_data):
304         * gst-libs/gst/rtp/gstrtpbuffer.h:
305         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
306         Add gst_rtp_buffer_set_extension_data() 
307         Add a unit test for this addition. Fixes #511478.
308         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
309
310 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
311
312         * configure.ac:
313         Back to CVS
314
315 === release 0.10.17 ===
316
317 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
318
319         * configure.ac:
320           releasing 0.10.17, "Peanut Butter and Jelly"
321
322 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
323
324         * gst-libs/gst/interfaces/mixeroptions.c:
325         * gst-libs/gst/interfaces/mixertrack.c:
326         Also remove the conditional registration of the signals
327         that disappeared with the ABI change in 0.10.14
328
329 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
330
331         * gst-libs/gst/rtsp/gstrtspconnection.c:
332         Revert patch to gstrtspconnection.c for brown paper bag
333         release of -base. Re-opens: #511825
334
335 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
336
337         * gst-libs/gst/interfaces/mixeroptions.h:
338         * gst-libs/gst/interfaces/mixertrack.h:
339         Change the way these deprecated function pointers are removed
340         so that the compiled ABI is unconditionally smaller. This 
341         sets in stone an ABI break that actually occurred when the
342         things were deprecated in 0.10.14, which seems to be the best
343         fix as the only known users are oss-mixer and sunaudio-mixer in 
344         gst-plugins-good.
345         Fixes: #513018
346
347 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
348
349         * win32/common/libgstpbutils.def:
350           Export the two new _get_type() functions which are needed
351           by the python bindings.
352
353 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
354
355         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
356         Cast glong to time_t as time_t might have a different type on
357         other platforms, like FreeBSD, and we get a compiler warning
358         otherwise. Fixes bug #511825.
359
360 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
361
362         * gst-libs/gst/audio/gstaudiofilter.c:
363         (gst_audio_filter_class_init):
364         Initialize the GstRingerBuffer class to get it's debug category
365         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
366         category and otherwise we get some g_critical(). Fixes bug #512334.
367
368 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
369
370         * configure.ac:
371         Back to CVS
372
373 === release 0.10.16 ===
374
375 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
376
377         * configure.ac:
378           releasing 0.10.16, "Scheduled Interruption"
379
380 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
381
382         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
383
384         * gst-libs/gst/rtp/gstrtpbuffer.c:
385         (gst_rtp_buffer_get_extension_data):
386         Fix typos and wrong extension check. Fixes #511274.
387
388 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
389
390         * po/sk.po:
391         Oops - add new sk.po mentioned in the LINGUAS I just committed
392
393 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
394
395         * po/LINGUAS:
396         Add ca translation to the disted list.
397
398         * win32/vs6/libgstsdp.dsp:
399         Convert line endings to CRLF
400
401 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
402
403         * win32/MANIFEST:
404         Add win32/vs6/libgstrtsp.dsp to MANIFEST
405
406 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
407
408         * win32/common/libgstsdp.def:
409         * win32/common/libgstvideo.def:
410         Add new API declarations
411
412 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
413
414         * ext/theora/gsttheoradec.h:
415         * ext/theora/gsttheoraparse.h:
416         * ext/theora/theoradec.c:
417         * ext/theora/theoraparse.c:
418         Take a 2nd stab at handling libtheora granulepos changes in the decoder
419         and parser by inspecting the bitstream version of the incoming data.
420
421 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
422
423         * configure.ac:
424         * pkgconfig/Makefile.am:
425         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
426         * pkgconfig/gstreamer-audio.pc.in:
427         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
428         * pkgconfig/gstreamer-cdda.pc.in:
429         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
430         * pkgconfig/gstreamer-fft.pc.in:
431         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
432         * pkgconfig/gstreamer-floatcast.pc.in:
433         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
434         * pkgconfig/gstreamer-interfaces.pc.in:
435         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
436         * pkgconfig/gstreamer-netbuffer.pc.in:
437         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
438         * pkgconfig/gstreamer-pbutils.pc.in:
439         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
440         * pkgconfig/gstreamer-riff.pc.in:
441         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
442         * pkgconfig/gstreamer-rtp.pc.in:
443         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
444         * pkgconfig/gstreamer-rtsp.pc.in:
445         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
446         * pkgconfig/gstreamer-sdp.pc.in:
447         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
448         * pkgconfig/gstreamer-tag.pc.in:
449         * pkgconfig/gstreamer-video-uninstalled.pc.in:
450         * pkgconfig/gstreamer-video.pc.in:
451         Provide one pkg-config file for every gst-plugins-base library.
452         This makes linking to those libraries much more intuitive and
453         provides standard pkg-config behaviour for them. Fixes bug #499697.
454
455 2008-01-13  David Schleef  <ds@schleef.org>
456
457         * gst/videoscale/vs_4tap.c:
458           Fix valgrind error on 4tap scaling method.
459
460 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
461
462         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
463         Include Winsock2.h for VS6 and use a different way initialize
464         hints structure so it can build with VS6.
465         * win32/MANIFEST:
466         * win32/vs6/libgstsdp.dsp:
467         * win32/common/libgstsdp.def:
468         Add new files for libgstsdp.
469         * win32/vs6/grammar.dsp:
470         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
471         * win32/vs6/gst_plugins_base.dsw:
472         * win32/vs6/libgstdecodebin.dsp:
473         * win32/vs6/libgstdecodebin2.dsp:
474         * win32/vs6/libgstplaybin.dsp:
475         * win32/vs6/libgstvolume.dsp:
476         Add new dependencies to the link list.
477
478 2008-01-13  Julien Moutte  <julien@fluendo.com>
479
480         * win32/common/config.h:
481         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
482         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
483         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
484         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
485         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
486         * win32/common/interfaces-enumtypes.c:
487         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
488         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
489         (gst_mixer_track_flags_get_type),
490         (gst_tuner_channel_flags_get_type):
491         * win32/common/multichannel-enumtypes.c:
492         (gst_audio_channel_position_get_type):
493         * win32/common/pbutils-enumtypes.c:
494         (gst_install_plugins_return_get_type):
495         * win32/common/pbutils-enumtypes.h: Update/Add generated files
496         in the win32 build directory.
497
498 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
499
500         * tests/check/Makefile.am:
501         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
502
503         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
504         * tests/check/elements/playbin.c:
505         * tests/check/libs/mixer.c: (test_element_interface_supported),
506         (gst_implements_interface_init):
507         * tests/check/libs/rtp.c: (GST_START_TEST):
508         Fix various assignment type mismatches.
509
510 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
511
512         * configure.ac:
513         * gst-libs/gst/rtsp/Makefile.am:
514         Add test to see if hstrerror is available or if we need libresolv
515         (Solaris) for it, then use it in libgstrtsp.
516
517 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
518
519         * gst-libs/gst/tag/Makefile.am:
520         Fix include path order
521
522 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
523
524         * gst-libs/gst/pbutils/install-plugins.c:
525         (gst_install_plugins_context_copy),
526         (gst_install_plugins_context_get_type):
527         * gst-libs/gst/pbutils/install-plugins.h:
528         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
529         for bindings.
530
531 2008-01-11  Michael Smith <msmith@fluendo.com>
532
533         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
534         (_theora_granule_frame), (_theora_granule_start_time),
535         (theora_dec_sink_convert), (theora_dec_decode_buffer):
536           Adapt for post-alpha meaning of granulepos, when we
537           have a newer version of libtheora.
538         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
539         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
540         (theora_enc_is_discontinuous), (theora_enc_chain):
541           Likewise.
542         * tests/check/Makefile.am:
543           Link libtheora into theoraenc test so we can check which version of
544           libtheora we're testing against.
545         * tests/check/pipelines/theoraenc.c: (check_libtheora),
546         (check_buffer_granulepos),
547         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
548         (theoraenc_suite):
549           Adapt tests to check the values that are now defined for theora; make
550           the tests backwards-adapt the passed values if we're running against an
551           old libtheora.
552           Fixes #497964
553
554 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
555
556         * gst-libs/gst/audio/gstbaseaudiosink.c:
557           (gst_base_audio_sink_class_init):
558         * gst-libs/gst/audio/gstbaseaudiosrc.c:
559           (gst_base_audio_src_class_init):
560           Ref audio clock class from a thread-safe context to make sure
561           we're not bit by GObjects lack of thread-safety here (#349410),
562            however unlikely that may be in practice.
563
564 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
565
566         * autogen.sh:
567           Add -Wno-portability to the automake parameters to stop warnings
568           about GNU make extensions being used. We require GNU make in almost
569           every Makefile anyway.
570           
571         * configure.ac:
572           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
573           at the same time is required for per target flags.
574
575 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
576
577         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
578           Post an error message if we can't pull as many bytes as we need
579           for the tag. This makes sure the user gets to see a proper error
580           message if a file with a partial ID3 tag is fed to decodebin, and
581           not a 'no ID3 tag demuxer' error, which would be confusing
582           (see #508138).
583
584 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
585
586         * gst-libs/gst/pbutils/descriptions.c: (formats):
587           Add description strings for ID3, APE, and ICY tags.
588
589 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
590
591         * gst/playback/gstdecodebin.c: (try_to_link_1):
592           Make sure we error out correctly if we can't activate one of
593           the elements we've added.  Fixes #508138.
594           
595 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
596
597         Patch by: Bastien Nocera <hadess at hadess net>
598
599         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
600           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
601           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
602           the volume is the same for all channels. This works around
603           some problem in alsa that leaves us with inconsistent state
604           for some reason (#486840).
605
606 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
607
608         Patch by: Jerone Young <jerone at gmail com>
609
610         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
611           If there's no mixer track by the name of 'Master' or 'Front',
612           check if there's one called 'PCM' before trying the generic
613           fallback logic (fixes #506928, where we pick 'Mic' as master
614           track for the AD1984 card in a Thinkpad T61/X61 laptop).
615
616 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
617
618         * gst/playback/gstplay-enum.c:
619         (register_gst_autoplug_select_result),
620         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
621         (gst_play_flags_get_type):
622         * gst/playback/gstplay-enum.h:
623         Add enums for configuration flags.
624
625         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
626         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
627         (gst_play_bin_get_property), (no_more_pads_cb),
628         (autoplug_select_cb), (gst_play_bin_change_state):
629         Merge mode with flags.
630         Add more property getters/setters, defaults and docs.
631         Add properties to get number of audio/video/text streams.
632         Create sink object in _init so that we can always rely on it being
633         there.
634
635         * gst/playback/gstplaysink.c: (gst_play_sink_init),
636         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
637         (activate_vis), (gst_play_sink_reconfigure),
638         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
639         (gst_play_sink_change_state):
640         * gst/playback/gstplaysink.h:
641         Use flags to configure the sink pipelines.
642         Add tee before audio pipeline so that we can use it for visualisations.
643         Start working on integrating visualisations.
644         Remove mode, we can do everything with the flags now.
645         Add method to configue the sink pipeline.
646
647 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
648
649         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
650           (check_buffer_timestamp), (check_buffer_duration):
651           Turn these functions into macros so we can see right away
652           where the failure occured.
653
654 2008-01-05  Julien Moutte  <julien@fluendo.com>
655
656         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
657         debugging information to understand how X calculates the stride
658         for XvImages.
659
660 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
661
662         * gst/volume/Makefile.am:
663         * gst/volume/gstvolume.c: (volume_choose_func),
664         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
665         (volume_setup):
666         * gst/volume/gstvolume.h:
667         Use GstAudioFilter as base class for the volume element instead of
668         plain GstBaseTransform.
669
670 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
671
672         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
673         Don't set element details for the abstract GstAudioFilter class.
674
675 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
676
677         * gst-libs/gst/audio/gstaudiofilter.c:
678         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
679         Implement get_unit_size() vmethod of GstBaseTransform.
680
681 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
682
683         * gst-libs/gst/pbutils/Makefile.am:
684         * gst-libs/gst/pbutils/pbutils.h:
685         Use glib-enum generator to have a proper enum GType for
686         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
687
688 2007-12-31  David Schleef  <ds@schleef.org>
689
690         * tests/check/Makefile.am:
691         * tests/check/pipelines/theoraenc.c:
692           Reenable theoraenc test, which fails on the buildbot but
693           not locally.
694
695 2007-12-31  David Schleef  <ds@schleef.org>
696
697         * docs/libs/.cvsignore:
698         * docs/plugins/.cvsignore:
699           Add *-undeclared.txt to fix buildbot.
700
701 2007-12-31  David Schleef  <ds@schleef.org>
702
703         * tests/check/Makefile.am:
704           Second attempt at disabling theoraenc test long enough to
705           get buildbot to compile -base.
706
707 2007-12-31  David Schleef  <ds@schleef.org>
708
709         * tests/check/pipelines/theoraenc.c:
710           Disable theoraenc test long enough to get the buildbot to
711           compile a recent -base.
712
713 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
714
715         * tests/examples/seek/seek.c: (stop_cb):
716         Make sure we reset the slider value to 0.0 without racing against a
717         possible g_idle that sets it to something else.
718
719 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
720
721         * sys/ximage/ximagesink.c:
722         fix typo
723
724 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
725
726         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
727         * gst-libs/gst/rtsp/gstrtspdefs.h:
728         Add Location header so that we can start implementing redirects.
729         See #506025.
730
731 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
732
733         * gst/subparse/gstssaparse.c:
734         combine if's
735
736 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
737
738         * gst/subparse/gstssaparse.c:
739         remove duplicate log message
740
741 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
742
743         * ext/libvisual/visual.c: (gst_visual_chain):
744         Fix 'xyz may be used uninitialized' compiler warnings caused
745         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
746         abort() in any case but properly report the error.
747
748 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
749
750         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
751         (gst_play_bin_finalize), (gst_play_bin_set_uri),
752         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
753         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
754         (autoplug_select_cb), (activate_group), (deactivate_group),
755         (setup_next_source), (save_current_group),
756         (gst_play_bin_change_state):
757         Code cleanups.
758         Remove next-uri, we can use the uri property just fine.
759         Fix some crasher.
760         Unref uridecodebin when switching.
761         Fix going to READY.
762
763         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
764         (gst_play_sink_init), (gst_play_sink_dispose),
765         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
766         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
767         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
768         (gst_play_sink_set_property), (gst_play_sink_get_property),
769         (gen_video_chain), (gen_text_element), (gen_audio_chain),
770         (gen_vis_element), (gst_play_sink_get_mode),
771         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
772         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
773         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
774         (gst_play_sink_change_state):
775         * gst/playback/gstplaysink.h:
776         Add some locking to make things threadsafe.
777
778         * gst/playback/test7.c: (about_to_finish_cb):
779         Fix test.
780
781 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
782
783         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
784           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
785           (gst_video_scale_transform):
786           Don't claim to be able to handle/transform caps that can't really
787           be handled by the currently selected scaling method (here: RGB or
788           packed YUV with 4-tap method). Also add locking to method property.
789
790         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
791           (test_basetransform_based):
792           Some test pipelines for the above (not entirely valgrind clean yet
793           apparently).
794
795 2007-12-21  David Schleef  <ds@schleef.org>
796
797         * gst-libs/gst/video/video.c:
798         * gst-libs/gst/video/video.h:
799           Add additional RGBA and RGB-24 video formats.
800
801 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
802
803         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
804           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
805           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
806         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
807           (cddabasesrc_suite):
808           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
809           deprecated in the future (see #498924).
810
811 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
812
813         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
814           Don't leak event.
815
816 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
817
818         * gst-libs/gst/riff/riff-read.c:
819         Use GST_ROUND_UP_2 macro
820
821 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
822
823         * gst/playback/.cvsignore:
824           Ignore more.
825
826 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
827
828         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
829         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
830           (set_active_source):
831         * gst/playback/gstplaybasebin.h:
832         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
833           (setup_sinks), (playbin_set_subtitles_visible):
834           Make switching off of subtitles work. To avoid all kind of
835           problems with unlinking of the subtitle input, we just keep
836           the subtitle inputs linked as they are and tell textoverlay
837           not to render them. Fixes #373011.
838           Other subtitle switching issues (esp. when there are both
839           external and in-stream subtitles) remain. They'll be solved
840           in playbin2.
841
842 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
843
844         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
845         Init the pad segment too.
846
847 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
848
849         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
850         (gst_audioringbuffer_open_device),
851         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
852         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
853         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
854         (gst_audio_sink_create_ringbuffer):
855         Improve debug output.
856
857         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
858         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
859         Prevent some functions from doing things and failing when the
860         ringbuffer is not yet acquired.
861
862 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
863
864         * gst-libs/gst/interfaces/interfaces.h:
865           Also remove interfaces.h from CVS as it is not needed anymore.
866
867 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
868
869         * gst-libs/gst/interfaces/Makefile.am:
870           interfaces.h is not used anymore so remove it from the build
871           process.
872
873 2007-12-17  David Schleef  <ds@schleef.org>
874
875         * gst/videotestsrc/gstvideotestsrc.c:
876         * gst/videotestsrc/gstvideotestsrc.h:
877           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
878           for testing vertical refresh synchronization.
879
880 2007-12-17  David Schleef  <ds@schleef.org>
881
882         * docs/libs/gst-plugins-base-libs-sections.txt:
883         * gst-libs/gst/video/video.c:
884         * gst-libs/gst/video/video.h:
885           Add new GstVideFormat enum and write a bunch of helper functions
886           based around it.
887
888 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
889
890         * Makefile.am:
891           Use new common/win32.mak.
892
893 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
894
895         * gst-libs/gst/audio/gstbaseaudiosrc.c:
896         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
897         Add debug info.
898         When going from PLAYING to PAUSED, pause the ringbuffer before calling
899         the parent state change function, just like the audiosink, because the
900         parent waits for the element to finish its processing before completing
901         the state change. This makes going to PAUSED a lot snappier.
902         When going from READY to PAUSED, don't allow the ringbuffer to start
903         yet.
904
905 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
906
907         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
908         Yet another fix for broken software that produce files with an empty
909         blockalign field. Instead of completely failing, make a second attempt
910         at guessing the width/depth by looking at strf->size.
911
912 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
913
914         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
915           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
916         * gst-libs/gst/pbutils/install-plugins.c:
917           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
918         * gst-libs/gst/pbutils/missing-plugins.c:
919           (gst_missing_plugin_message_get_installer_detail),
920           (gst_missing_encoder_installer_detail_new):
921         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
922         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
923           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
924           avoid compiler warnings (#503930).
925
926 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
927
928         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
929         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
930         for jpeg video streams.
931         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
932         for the above modification.
933
934 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
935
936         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
937           (gst_x_overlay_handle_events):
938           More guards (we don't want klass to end up being NULL).
939
940 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
941
942         * configure.ac:
943         * gst/volume/gstvolume.c: (gst_volume_init):
944           Use new gst_base_transform_set_gap_aware() function as volume
945           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
946           for this.
947
948 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
949
950         * tests/examples/seek/seek.c: (msg_segment_done), (main):
951         Don't go to READY on EOS as this avoids testing of seeking and
952         restarting after EOS, use the stop button when you want to READY.
953         Don't try to do a flushing seek in segment-done, it does not make
954         sense to use this for gapless playback and is not needed.
955
956 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
957
958         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
959         (reset_rate_timer), (update_in_rates), (update_out_rates),
960         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
961         (gst_queue_chain), (gst_queue_loop):
962         Use separate timers for input and output rates.
963         Pause measuring the output rate when we block for more data.
964         See #503262.
965
966 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
967
968         * gst/playback/gstqueue2.c: (gst_queue_chain):
969         Pause the timer to measure the input rate when we block because the
970         queue is filled. See #503262.
971
972 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
973
974         Patch by: Peter Kjellerstedt  <pkj at axis com>
975
976         * gst-libs/gst/rtsp/gstrtspconnection.c:
977         (gst_rtsp_connection_free):
978         Close control sockets. Fixes #503440.
979
980 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
981
982         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
983         Expose the right pad in the right place with the right element.
984
985 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
986
987         * gst-libs/gst/pbutils/descriptions.c: (formats):
988           Add description for 'private' dts caps (who come up with that name?).
989
990 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
991
992         * Makefile.am:
993           Add check-exports target and run it with 'make check'.
994
995         * configure.ac:
996           Be stricter about what we export in our libraries: change regexp so that
997           we only export _gst_foo(), but not __gst_foo().
998
999         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
1000         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
1001           Change internal functions to __gst_foo so they dont' get exported.
1002
1003         * win32/common/libgstaudio.def:
1004           Add missing symbols.
1005
1006 2007-12-11  David Schleef  <ds@schleef.org>
1007
1008         * ChangeLog: remove conflict markers
1009
1010 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1011
1012         * ext/gnomevfs/Makefile.am:
1013         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
1014           Use gst_tag_freeform_string_to_utf8() here, which also takes
1015           into account any character sets specified by the user via
1016           environment variables.
1017
1018 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
1019
1020         * gst/audioconvert/Makefile.am:
1021         Also link to libm.
1022
1023 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
1024
1025         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1026         No need for floating point operations here. avoids having to link
1027         against the math library too.
1028
1029 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
1030
1031         * gst-libs/gst/pbutils/descriptions.c: (formats),
1032           (format_info_get_desc):
1033         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
1034           (GST_START_TEST):
1035           Add one or two missing formats.  Generate ADPCM description
1036           dynamically depending on layout/format.
1037
1038 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1039
1040         * configure.ac:
1041           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1042
1043 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
1044
1045         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
1046
1047         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
1048           Some .srt files start with chunk number 0 and not chunk number 1,
1049           recognise and accept those as well (fixes #502497).
1050
1051         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
1052           (test_src):
1053           Add unit test for the above.
1054
1055 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
1056
1057         * gst/playback/gstplay-enum.c:
1058         (register_gst_autoplug_select_result),
1059         (gst_autoplug_select_result_get_type):
1060         * gst/playback/gstplay-enum.h:
1061         Add missing files.
1062
1063 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1064
1065         * gst/playback/Makefile.am:
1066         Group decodebin2 and uridecodebin into the same plugin so that they
1067         can share the GEnumType.
1068
1069         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
1070         (_gst_select_accumulator), (gst_decode_bin_class_init),
1071         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
1072         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
1073         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
1074         Add signal to sort factories instead of the more awkward autoplug-select
1075         signal.
1076         Modify autoplug_select so that we can try, skip or expose the
1077         autopluggin of an element on a pad.
1078
1079         * gst/playback/gstfactorylists.c: (compare_ranks),
1080         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
1081         (element_filter), (gst_factory_list_get_elements),
1082         (gst_factory_list_debug), (gst_factory_list_filter):
1083         * gst/playback/gstfactorylists.h:
1084         Simplify the API, allow getting elements based on mask.
1085
1086         * gst/playback/gstplay-marshal.list:
1087         Add some more marshallers.
1088
1089         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
1090         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
1091         (autoplug_select_cb), (activate_group):
1092         Add support for managing non-raw sinks by providing a custom element and
1093         sink list to decodebin2.
1094         Try to plug non-raw sinks when decodebin2 using autoplug-select of
1095         decodebin2.
1096
1097         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
1098         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
1099         * gst/playback/gstplaysink.h:
1100         Add support for raw and non-raw sinks. 
1101         Add support to force sinks selected by playbin2.
1102         Don't plug raw converters for non-raw sinks.
1103
1104         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
1105         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
1106         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
1107         (plugin_init):
1108         Use right accumulators.
1109         Proxy new signal.
1110
1111 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
1112
1113         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
1114         Use runnning time as the base time instead of the timestamp.
1115         Spotted by Saur on IRC.
1116
1117 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
1118
1119         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1120         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
1121
1122 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
1123
1124         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
1125         (gst_ogg_demux_read_chain):
1126         If we find a new serial number but it does not contain a BOS page, make
1127         sure we initialize the chain to NULL because else we will try to scan it
1128         and crash. Fixes #500763
1129
1130 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
1131
1132         * gst/playback/Makefile.am:
1133         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
1134         (get_feature_array), (decoders_filter), (sinks_filter),
1135         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
1136         (gst_factory_list_filter):
1137         * gst/playback/gstfactorylists.h:
1138         Refactor some common code to filter factories and check caps compat.
1139
1140         * gst/playback/gstdecodebin.c:
1141         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
1142         (gst_decode_bin_init), (gst_decode_bin_dispose),
1143         (gst_decode_bin_autoplug_continue),
1144         (gst_decode_bin_autoplug_factories),
1145         (gst_decode_bin_autoplug_select), (analyze_new_pad),
1146         (find_compatibles):
1147         * gst/playback/gstplaybin.c:
1148         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
1149         (gst_play_bin_init), (gst_play_bin_finalize),
1150         (autoplug_factories_cb), (activate_group):
1151         * gst/playback/gstqueue2.c:
1152         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
1153         (proxy_autoplug_continue_signal),
1154         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
1155         (proxy_drained_signal):
1156         Add some more debug info and use factor filtering code.
1157
1158 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1159
1160         * gst/audiotestsrc/gstaudiotestsrc.c:
1161         * gst/volume/gstvolume.c:
1162         * gst/volume/gstvolume.h:
1163           Add GAP-flag support.
1164
1165 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1166
1167         * tests/examples/seek/seek.c: (main): Increase the range of the
1168         rate selector as I would like to test QOS behavior at higher
1169         forward and reverse playback speed like say 64x.
1170
1171 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
1172
1173         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
1174         (audioresample_query), (audioresample_query_type),
1175         (gst_audioresample_set_property):
1176         Implement latency query.
1177
1178 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
1179
1180         * gst-libs/gst/audio/gstbaseaudiosink.c:
1181         (gst_base_audio_sink_drain):
1182         Our EOS time contains the base_time, _wait_eos() expects a running_time
1183         so we have to subtract the base_time again before calling the function.
1184         This fixes an EOS regression where the base_time was added twice and EOS
1185         took longer and longer in certain situations.
1186         Fixes #498767.
1187
1188 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
1189
1190         * docs/libs/gst-plugins-base-libs-sections.txt:
1191         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
1192         (gst_base_audio_sink_set_provide_clock),
1193         (gst_base_audio_sink_get_provide_clock),
1194         (gst_base_audio_sink_set_slave_method),
1195         (gst_base_audio_sink_get_slave_method),
1196         (gst_base_audio_sink_set_property),
1197         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
1198         (gst_base_audio_sink_none_slaving),
1199         (gst_base_audio_sink_handle_slaving):
1200         * gst-libs/gst/audio/gstbaseaudiosink.h:
1201         Expose methods for some object properties so that subclasses can more
1202         easily configure them.
1203         Added slave method none, that completely disables slaving to the
1204         internal clock.
1205         API: gst_base_audio_sink_set_provide_clock()
1206         API: gst_base_audio_sink_get_provide_clock()
1207         API: gst_base_audio_sink_set_slave_method()
1208         API: gst_base_audio_sink_get_slave_method()
1209
1210         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1211         (gst_base_audio_src_set_provide_clock),
1212         (gst_base_audio_src_get_provide_clock),
1213         (gst_base_audio_src_set_property),
1214         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
1215         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1216         Expose methods for some object properties so that subclasses can more
1217         easily configure them.
1218         API: gst_base_audio_src_set_provide_clock()
1219         API: gst_base_audio_src_get_provide_clock()
1220
1221 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
1222
1223         Patch by: Joe Peterson <lavajoe at gentoo dot org>
1224
1225         * gst-libs/gst/sdp/gstsdpmessage.c:
1226         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
1227
1228 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
1229
1230         * tests/check/libs/fft.c: (GST_START_TEST):
1231         Fix scaling to really have dB instead of something else.
1232
1233 2007-11-19  Julien MOUTTE  <julien@moutte.net>
1234
1235         * tests/examples/seek/seek.c: (main): There's a nice macro to check
1236         GTK version, use it.
1237
1238 2007-11-19  Julien MOUTTE  <julien@moutte.net>
1239
1240         * tests/examples/seek/seek.c: (main): Try to support stable version
1241         of GTK.
1242
1243 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
1244
1245         * gst/playback/README:
1246         * gst/playback/test7.c:
1247           Fix the build + little README update.
1248
1249 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
1250
1251         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
1252         Add playbin2 seek pipeline.
1253
1254 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
1255
1256         * gst/playback/Makefile.am:
1257         * gst/playback/gstplayback.c: (plugin_init):
1258         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
1259         (eos_cb), (about_to_finish_cb), (main):
1260         Add playbin2.
1261         Added gapless playback example.
1262
1263         * gst/playback/gstplaybasebin.c:
1264         * gst/playback/gstplaybasebin.h:
1265         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
1266         * gst/playback/gstqueue2.c:
1267         * gst/playback/test.c:
1268         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
1269         (pad_removed_cb):
1270         * gst/playback/gststreaminfo.h:
1271         Change email.
1272
1273         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
1274         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
1275         (gst_play_bin_dispose), (gst_play_bin_set_uri),
1276         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
1277         (gst_play_bin_get_property), (gst_play_bin_handle_message),
1278         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
1279         (drained_cb), (unlink_group), (activate_group),
1280         (setup_next_source), (gst_play_bin_change_state),
1281         (gst_play_bin2_plugin_init):
1282         Added raw first version of playbin2. Does chained oggs and gapless
1283         playback fine. No support for raw sinks yet. No visualisations or
1284         subtitles yet.
1285
1286         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
1287         (gst_play_sink_class_init), (gst_play_sink_init),
1288         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
1289         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
1290         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
1291         (gst_play_sink_set_property), (gst_play_sink_get_property),
1292         (post_missing_element_message), (free_chain), (add_chain),
1293         (activate_chain), (gen_video_chain), (gen_text_element),
1294         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
1295         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
1296         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
1297         (gst_play_sink_send_event), (gst_play_sink_change_state):
1298         * gst/playback/gstplaysink.h:
1299         Added Element that abstracts the sinks and their pipelines for playbin2.
1300
1301 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
1302
1303         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
1304         (gst_selector_pad_class_init), (gst_selector_pad_init),
1305         (gst_selector_pad_finalize), (gst_selector_pad_reset),
1306         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
1307         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
1308         (gst_selector_pad_chain), (gst_stream_selector_get_type),
1309         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
1310         (gst_stream_selector_init), (gst_stream_selector_set_property),
1311         (gst_stream_selector_get_linked_pad),
1312         (gst_stream_selector_getcaps),
1313         (gst_stream_selector_is_active_sinkpad),
1314         (gst_stream_selector_activate_sinkpad),
1315         (gst_stream_selector_get_linked_pads),
1316         (gst_stream_selector_request_new_pad),
1317         (gst_stream_selector_release_pad):
1318         * gst/playback/gststreamselector.h:
1319         Improve streamselector, make it select and unselect the current pad more
1320         intelligently. 
1321         Subclass GstPad for the sinkpads of the selector.
1322         Handle segments more correctly.
1323         Fix caps negotiation.
1324         Implement release_pad.
1325
1326 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
1327
1328         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
1329         (gst_decode_group_check_if_drained), (source_pad_event_probe),
1330         (remove_fakesink):
1331         Add drained signal fired when decodebin finishes decoding the data.
1332         Remove deprecated STATE_DIRTY message.
1333
1334         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
1335         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
1336         (analyse_source), (proxy_drained_signal), (make_decoder),
1337         (source_new_pad), (value_list_append_structure_list),
1338         (handle_redirect_message), (handle_message):
1339         Proxy the new drained signal.
1340         Handle pad removed from decodebin.
1341         Handle redirect messages by sorting multiple redirections based on the
1342         connection speed.
1343
1344 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
1345
1346         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
1347
1348         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
1349         Fix leaking headers. Fixes #496761.
1350
1351 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
1352
1353         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
1354
1355         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
1356         (gst_ximagesink_change_state):
1357         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
1358         Don't leak the PAR on errors. Fixes #496731.
1359
1360 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1361
1362         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
1363           (gst_tag_from_id3_user_tag):
1364           Add mapping for audio cd discid tags, so we can extract
1365           them from tags as well (see #347848). Also compare identifiers
1366           in ID3v2 TXXX frames in a case-insensitive way to increase
1367           compatibility when reading tags (discid vs. DiscID vs. DiscId).
1368
1369 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
1370
1371         * gst-plugins-base.doap:
1372         Oops, fix the release name.
1373
1374 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
1375
1376         * gst-plugins-base.doap:
1377         Add 0.10.15 release
1378
1379 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
1380
1381         * configure.ac:
1382         Back to CVS
1383
1384 === release 0.10.15 ===
1385
1386 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
1387
1388         * configure.ac:
1389           releasing 0.10.15, "No need to argue"
1390
1391 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
1392
1393         * win32/vs6/libgstfft.dsp:
1394         Convert line endings to DOS.
1395
1396 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
1397
1398         * win32/vs6/gst_plugins_base.dsw:
1399         * win32/vs6/libgstfft.dsp:
1400         * win32/MANIFEST:
1401         Add a project file for fft plugin and remove socket
1402         based plugin which don't build from the workspace.
1403         * win32/vs6/libgstaudio.dsp:
1404         * win32/vs6/libgstrtp.dsp:
1405         * win32/vs6/libgsttag.dsp:
1406         Convert line endings back to DOS.
1407         Fixes #496724
1408
1409 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
1410
1411         * win32/vs6/libgstinterfaces.dsp:
1412         * win32/vs6/libgstrtsp.dsp:
1413         Convert line endings back to DOS
1414
1415 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
1416
1417         * gst-libs/gst/fft/kiss_fft_f32.h:
1418         * gst-libs/gst/fft/kiss_fft_f64.h:
1419         * gst-libs/gst/fft/kiss_fft_s16.h:
1420         * gst-libs/gst/fft/kiss_fft_s32.h:
1421         Don't include malloc.h which doesn't exist on Mac OSX.
1422         Instead, pull in glib.h and use g_malloc/g_free for 
1423         consistency. Fixes: #496548
1424
1425 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
1426
1427         * gst/playback/gstdecodebin2.c:
1428           Dont leak ghostpad. Fixes #475451.
1429
1430 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
1431
1432         * docs/design/design-decodebin.txt:
1433         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1434         Update some more docs and comments.
1435
1436 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1437
1438         Patch by: Sebastien Moutte  <sebastien moutte net>
1439
1440         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
1441           (gst_rtcp_unix_to_ntp):
1442         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
1443           Fix some C99-isms and and a missing function that some versions of
1444           MSVC don't like too much (#494346).
1445
1446         * win32/vs6/gst_plugins_base.dsw:
1447         * win32/vs6/libgstaudio.dsp:
1448         * win32/vs6/libgstrtp.dsp:
1449         * win32/vs6/libgsttag.dsp:
1450           Update vs6 projects files (#494346).
1451
1452 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1453
1454         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1455
1456         * win32/common/libgstaudio.def:
1457         * win32/common/libgstcdda.def:
1458         * win32/common/libgstinterfaces.def:
1459         * win32/common/libgstnetbuffer.def:
1460         * win32/common/libgstpbutils.def:
1461         * win32/common/libgstrtp.def:
1462         * win32/common/libgstrtsp.def:
1463         * win32/common/libgsttag.def:
1464         * win32/common/libgstvideo.def:
1465           More missing symbols to export (fixes #493986).
1466
1467 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
1468
1469         * docs/libs/gst-plugins-base-libs-sections.txt:
1470         * gst-libs/gst/fft/gstfftf32.c:
1471         * gst-libs/gst/fft/gstfftf32.h:
1472         * gst-libs/gst/fft/gstfftf64.c:
1473         * gst-libs/gst/fft/gstfftf64.h:
1474         * gst-libs/gst/fft/gstffts16.c:
1475         * gst-libs/gst/fft/gstffts16.h:
1476         * gst-libs/gst/fft/gstffts32.c:
1477         * gst-libs/gst/fft/gstffts32.h:
1478         * tests/check/libs/fft.c: (GST_START_TEST):
1479         Remove the magnitude and phase calculation functions as these have
1480         very special use cases and can't even be used for the spectrum
1481         element. Also adjust the docs to mention some properties of the used
1482         FFT implemention, i.e. how the values are scaled. Fixes #492098.
1483
1484 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1485
1486         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
1487           (finish_source):
1488           Avoid crash when there are external subtitles (fixes #491722).
1489
1490 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
1491
1492         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
1493         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
1494           'Could not open resource for writing' is not an acceptable
1495           error message when we can't open the audio device (see #492334),
1496           even less so when we're trying to open it to record something.
1497
1498 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1499
1500         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1501
1502         * win32/common/libgstrtp.def:
1503           Add some more missing symbols (#492813).
1504
1505 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1506
1507         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
1508
1509         * tests/check/elements/audioconvert.c: (verify_convert):
1510           Add check to make sure that the out caps have a channel layout
1511           set on them where they should have one.
1512
1513 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
1514
1515         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
1516
1517         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
1518         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
1519           Include our own _stdint.h instead of sys/types.h, makes MingW happy
1520           (#492306).
1521
1522         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
1523           Use _pipe directly, GLib doesn't have a pipe() macro any longer
1524           (it disappeared in GLib 2.14.0) (#492306).
1525
1526         * gst-libs/gst/sdp/Makefile.am:
1527         * gst-libs/gst/sdp/gstsdpmessage.c:
1528           Fix includes and LIBS for win32/Mingw (#492306).
1529
1530         * tests/examples/dynamic/addstream.c (pause_play_stream):
1531           Use more portable g_usleep() instead of sleep() (#492306).
1532
1533 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
1534
1535         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1536
1537         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
1538           (gst_ring_buffer_parse_caps):
1539           Return NULL instead of an enum that happens to be 0, fixes warning
1540           on MSVC (#492114).
1541
1542         * gst-libs/gst/audio/gstringbuffer.h:
1543           No trailing commas in enum list (for gcc-2.9x).
1544
1545         * gst/videotestsrc/videotestsrc.c: (random_char):
1546           Make information loss explicit instead of implicitly truncating to
1547           eight bits via the return value.  Fixes runtime error on MSVC when
1548           using the debug CRT (#492114).
1549
1550         * win32/common/config.h.in:
1551           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
1552
1553         * win32/common/libgstinterfaces.def:
1554         * win32/common/libgstrtp.def:
1555           Export a few more symbols (#492114).
1556
1557 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
1558
1559         * gst-libs/gst/audio/audio.c:
1560         * gst-libs/gst/audio/audio.h:
1561           Readd the deprecation guards, but preserve compilability.
1562
1563 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
1564
1565         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
1566           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
1567           Preserve channel layout when fixating the number of channels in the
1568           output caps, or make sure there's a suitable channel position layout
1569           set on the caps if required. Fixes #430677.
1570
1571 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
1572
1573         * tests/check/elements/decodebin.c: (test_text_plain_streams):
1574           Make sure the pipeline really operates in push mode as it should
1575           in this case.
1576
1577 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
1578
1579         * gst-libs/gst/audio/audio.h:
1580           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
1581           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
1582           (ie. normal cvs builds) will fail.
1583
1584 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
1585
1586         * docs/libs/Makefile.am:
1587         * gst-libs/gst/audio/audio.c:
1588         * gst-libs/gst/audio/audio.h:
1589         * gst-libs/gst/interfaces/mixer.c:
1590           tell gtk-doc about the deprecation guard. Apply more doc fixes.
1591
1592 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
1593
1594         * tests/check/libs/audio.c: (init_value_to_channel_layout),
1595           (test_channel_layout_value_intersect), (audio_suite):
1596           Add simple unit test to make sure GstValue intersection
1597           of channel layouts works the way I think it does.
1598
1599 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
1600
1601         * docs/libs/gst-plugins-base-libs-sections.txt:
1602         * gst-libs/gst/audio/gstaudiofilter.h:
1603         * gst-libs/gst/interfaces/mixer.h:
1604         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1605         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1606         * gst-libs/gst/sdp/gstsdpmessage.c:
1607           Fix the docs according to what gtk-doc complained about.
1608
1609 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
1610
1611         * tests/icles/stress-playbin.c:
1612           Fix the build.
1613
1614 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
1615
1616         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
1617         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1618           Post nice/more useful error message if we don't have a decoder for
1619           the primary type.
1620
1621 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1622
1623         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
1624         Be a bit more useful, unblock the pads after we fired the no-more-pads
1625         signal so that we can use the signal to inspect and connect all pads
1626         without having to keep extra state outside of decodebin.
1627
1628 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1629
1630         * gst/playback/gsturidecodebin.c:
1631         (gst_uri_decode_bin_autoplug_continue),
1632         (gst_uri_decode_bin_class_init), (no_more_pads_full):
1633         Implement default signal handler so that we return TRUE when nothing is
1634         connected.
1635
1636 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
1637
1638         * gst-libs/gst/riff/riff-media.c:
1639         (gst_riff_wavext_add_channel_layout),
1640         (gst_riff_wave_add_default_channel_layout),
1641         (gst_riff_wavext_get_default_channel_mask),
1642         (gst_riff_create_audio_caps):
1643         Use the ALSA channel layout as default for wav files without channel
1644         layout information. This fixes playback of chan-id.wav on 5.1 systems
1645         for example. Also refactor the channel layout setting a bit and add
1646         more default channel orders. Fixes #489010.
1647
1648 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1649
1650         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
1651           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
1652           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
1653           instead.
1654
1655 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
1656
1657         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
1658         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
1659         (gst_decode_bin_set_subs_encoding),
1660         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
1661         (gst_decode_bin_get_property), (analyze_new_pad):
1662         Move subtitle encoding property to decodebin2 so that it can set the
1663         property value on all elements that it autoplugs and that require it.
1664         Make caps refcounting more consistent in get/set.
1665
1666         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
1667         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
1668         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
1669         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
1670         (proxy_autoplug_continue_signal),
1671         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
1672         (make_decoder):
1673         Proxy properties and relevant signals from the internal decodebin.
1674         Make properties MT safe.
1675
1676 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1677
1678         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
1679         * gst-libs/gst/tag/tags.c:
1680           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
1681           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
1682
1683         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
1684           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
1685
1686         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
1687           (gst_tag_to_vorbis_comments):
1688           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
1689           just mapping everything I found in the wild) (#414539).
1690
1691 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
1692
1693         Inspired by patch of: René Stadler <mail at renestadler dot de>
1694
1695         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
1696         (gst_decode_bin_autoplug_continue),
1697         (gst_decode_bin_autoplug_factories),
1698         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
1699         (find_compatibles):
1700         * gst/playback/gstplay-marshal.list:
1701         Remove the autoplug-sort signal and replace it with a binding friendly
1702         autoplug-select signal.
1703         Add an autoplug-factories signal that can be used to generate a list of
1704         factories to try to autoplug.
1705         Add the GstPad to the autoplugging signal args as it might be needed to
1706         make a good factory selection.
1707         Fix up the marshallers for this. Fixes #407282.
1708
1709 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1710
1711         * gst-libs/gst/tag/gsttagdemux.c:
1712           Don't abort with an assertion if we receive a seek event with
1713           a start type of NONE (see launchpad bug #155878).
1714
1715 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1716
1717         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
1718         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
1719         (gst_ximagesink_change_state), (gst_ximagesink_reset):
1720         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
1721         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
1722         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
1723         Make sure that before we clean up the X resources, we shutdown and join
1724         the event thread.
1725         Also make sure the event thread does not shut down immediatly after
1726         startup because the running variable is not yet correctly set.
1727         Fixes #378770. 
1728
1729 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
1730
1731         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
1732         Make the window for a race in typefind and shutting down smaller until
1733         we figure out the right locking here. Avoids #485753 usually.
1734
1735         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
1736         Remove unneeded lock causing a race in typefind and shutting down.
1737         Fixes #485753.
1738
1739         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
1740         Also remove sinks when going to NULL because we might not complete the
1741         state change to PAUSED, causing the PAUSED->READY state change not to
1742         happen.
1743
1744 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
1745
1746         * gst-libs/gst/audio/gstbaseaudiosink.c:
1747         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
1748         Also explicitly release the ringbuffer when going to NULL because it
1749         is required in the setcaps function, before the state change to PAUSED
1750         completes.
1751
1752 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
1753
1754         * tests/icles/.cvsignore:
1755         * tests/icles/Makefile.am:
1756         * tests/icles/stress-playbin.c:
1757           Does what it says on the tin.
1758
1759 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
1760
1761         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
1762         Fix queue negotiation. See #486758.
1763
1764 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
1765
1766         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
1767         (gst_xvimagesink_xwindow_new),
1768         (gst_xvimagesink_update_colorbalance),
1769         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
1770
1771         Fix handling of some of the X atoms. If the last parameter is True,
1772         XInternAtom won't create the atom if it doesn't exist, and therefore
1773         might return None. This causes X errors on Xv implementations that
1774         don't provide the colour balance attributes.
1775
1776 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1777
1778         * gst-libs/gst/tag/gstvorbistag.c:
1779         * tests/check/libs/tag.c:
1780           Extract vorbis comment LICENSE tags correctly.
1781
1782 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1783
1784         Patch by: Jason Kivlighn  <jkivlighn gmail com>
1785
1786         * gst-libs/gst/tag/gstid3tag.c:
1787         * tests/check/libs/tag.c:
1788           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
1789
1790 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
1791
1792         * gst-libs/gst/tag/gsttagdemux.c:
1793           Don't error out when a buggy downstream element doesn't
1794           handle the newsegment event we send properly (especially
1795           not without posting a meaningful error message on the
1796           bus). See bug #471370 and launchpad bug #136264.
1797
1798 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
1799
1800         * gst-libs/gst/audio/gstbaseaudiosink.c:
1801         (gst_base_audio_sink_drain):
1802         Use new basesink method to make our EOS drain interruptable.
1803
1804 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
1805
1806         * gst-libs/gst/rtp/gstrtppayloads.c:
1807         Fix silly search-replace oversight.
1808
1809 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
1810
1811         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
1812
1813         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
1814         (gst_basertppayload_set_outcaps):
1815         Fix caps memleak. Fixes #484989.
1816
1817
1818 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1819
1820         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1821         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
1822         Fix debug output.
1823
1824 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1825
1826         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1827         (gst_base_audio_src_create):
1828         Also handle the case where there is no clock set on the audio source,
1829         like in the unit tests.
1830
1831 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1832
1833         * gst-libs/gst/rtp/gstrtppayloads.c:
1834         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
1835         to avoid compiler warnings
1836
1837 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1838
1839         * gst/playback/gstdecodebin.c: (type_found),
1840         (gst_decode_bin_change_state):
1841         * gst/playback/gstdecodebin2.c: (type_found),
1842         (gst_decode_bin_change_state):
1843         Don't disconnect the have_type signal because we never reconnect it
1844         later on. Instead keep a variable to see if we already detected a type.
1845
1846 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1847
1848         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
1849         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
1850         (type_found):
1851         Unlink the signal handler when we found the type, we're not going to do
1852         anything sensible with more type_found signals anyway.
1853
1854 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1855
1856         * gst-libs/gst/tag/gsttagdemux.c:
1857           Don't leak caps.
1858
1859 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1860
1861         * gst-libs/gst/tag/Makefile.am:
1862         * gst-libs/gst/tag/gsttagdemux.c:
1863         * gst-libs/gst/tag/gsttagdemux.h:
1864           API: add GstTagDemux base class for simple tag demuxers.
1865
1866         * docs/libs/gst-plugins-base-libs-docs.sgml:
1867         * docs/libs/gst-plugins-base-libs-sections.txt:
1868           Add GstTagDemux to docs.
1869
1870 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
1871
1872         * gst-libs/gst/rtp/gstrtpbuffer.c:
1873         (gst_rtp_buffer_get_payload_subbuffer):
1874         Fix bug introduced with last commit which inverted the logic and
1875         caused all buffers to be dropped. Fixes #483620.
1876         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
1877
1878 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1879
1880         * gst-libs/gst/rtp/gstrtpbuffer.c:
1881           Replace g_return_if_val (as it could be disabled), with regular return
1882           and warning.
1883
1884 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
1885
1886         * tests/check/pipelines/simple-launch-lines.c:
1887           Print message name and not just number.
1888
1889 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
1890
1891         * gst-libs/gst/audio/gstbaseaudiosink.c:
1892         (gst_base_audio_sink_async_play):
1893         When slaved to the clock, don't try to align a sample with the previous
1894         one when going to PLAYING again.
1895
1896 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1897
1898         * tests/examples/snapshot/snapshot.c:
1899           Fix the build.
1900
1901 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1902
1903         * gst-libs/gst/sdp/gstsdpmessage.h:
1904         Add RFC 3556 bandwidth modifiers.
1905
1906 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1907
1908         * docs/libs/gst-plugins-base-libs-docs.sgml:
1909         * docs/libs/gst-plugins-base-libs-sections.txt:
1910         * gst-libs/gst/rtp/gstrtppayloads.c:
1911         Update documentation.
1912
1913 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1914
1915         * gst-libs/gst/rtp/Makefile.am:
1916         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
1917         (gst_rtp_payload_info_for_name):
1918         * gst-libs/gst/rtp/gstrtppayloads.h:
1919         Added new file and header to deal with payload info.
1920
1921         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
1922         (gst_rtp_buffer_default_clock_rate):
1923         * gst-libs/gst/rtp/gstrtpbuffer.h:
1924         Payload specific stuff is move to new headers.
1925         Implement _default_clock rate using the new payload function.
1926
1927         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
1928         (gst_sdp_parse_line):
1929         * gst-libs/gst/sdp/gstsdpmessage.h:
1930         Add some more comments.
1931
1932 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1933
1934         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1935         (sdp_check_header), (sdp_type_find), (plugin_init):
1936         Add typefind function for application/sdp.
1937         Remove some old dirac typefind code that was ifdeffed out.
1938
1939 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
1940
1941         * win32/common/libgstaudio.def:
1942         Add new exported functions.
1943         * win32/vs6/grammar.dsp:
1944         Add autogeneration and copy of some autegenerated files from win32/common
1945         for rtsp library.
1946         * win32/vs6/libgstaudioconvert.dsp:
1947         Add gstaudioquantize.c to the build.
1948         * win32/vs6/libgstinterfaces.dsp:
1949         Add videoorientation.c to the build.
1950         * win32/vs6/libgstriff.dsp:
1951         Add libgsttag to the link libraries list.
1952         * win32/vs6/libgstvolume.dsp:
1953         Add liboil to the link.
1954         * win32/vs6/gst_plugins_base.dsw:
1955         * win32/vs6/libgstrtsp.dsp:
1956         * win32/common/libgstrtsp.def:
1957         Add files to build libgstrtsp library.
1958         
1959 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1960
1961         * tests/examples/snapshot/snapshot.c: (main):
1962         Print error when pipeline failed to construct.
1963
1964 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1965
1966         * configure.ac:
1967         * gst-libs/gst/tag/gstid3tag.c:
1968         * gst-libs/gst/tag/gstvorbistag.c:
1969           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
1970           and ID3v2 tags.
1971
1972 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1973
1974         * gst-libs/gst/floatcast/floatcast.h:
1975           Don't include config.h in an installed public header, this
1976           might break compilation of applications that don't have such
1977           a header and doesn't necessarily do what it's supposed to do
1978           anyway (ie. check for the lrint/lrintf defines) (#442065).
1979           Add docs for the various macros and document how this header
1980           has to be used (link against libm, etc.); add a few FIXMEs;
1981           include math.h for non-c99 code path.  Based on patch by
1982           Jan Schmidt.
1983           
1984 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1985
1986         * configure.ac:
1987         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
1988         of duplicating these macros in configure.ac.
1989
1990 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1991
1992         * po/hu.po:
1993         * po/sv.po:
1994         * po/uk.po:
1995           Updated translations to 0.10.14
1996
1997 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1998
1999         translated by: Jakub Bogusz <qboosh@pld-linux.org>
2000
2001         * po/pl.po:
2002           Added Polish translation.
2003
2004 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2005
2006         translated by: Ilkka Tuohela <hile@iki.fi>
2007
2008         * po/fi.po:
2009           Added Finnish translation.
2010
2011 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2012
2013         translated by: Jorge González González <aloriel@gmail.com>
2014
2015         * po/es.po:
2016           Added Spanish translation.
2017
2018 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2019
2020         translated by: Mogens Jaeger <mogens@jaeger.tf>
2021
2022         * po/da.po:
2023           Added Danish translation.
2024
2025 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2026
2027         translated by: Funda Wang <fundawang@linux.net.cn>
2028
2029         * po/zh_CN.po:
2030           Added Chinese (simplified) translation.
2031
2032 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2033
2034         translated by: Alexander Shopov <ash@contact.bg>
2035
2036         * po/bg.po:
2037           Added Bulgarian translation.
2038
2039 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
2040
2041         * gst/playback/gstqueue2.c: (gst_queue_push_one):
2042         Fix compilation wrt printf arguments.
2043
2044 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
2045
2046         * configure.ac:
2047         * tests/examples/Makefile.am:
2048         * tests/examples/snapshot/.cvsignore:
2049         * tests/examples/snapshot/Makefile.am:
2050         * tests/examples/snapshot/snapshot.c: (main):
2051         Add simple snapshot example program using appsink.
2052
2053 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
2054
2055         * tests/check/generic/states.c:
2056           Improved state change unit test.
2057
2058 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
2059
2060         * docs/plugins/.cvsignore:
2061         * tests/check/.cvsignore:
2062           Ignore registries in any format.
2063
2064 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
2065
2066         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2067         (gst_base_rtp_depayload_chain),
2068         (gst_base_rtp_depayload_set_gst_timestamp):
2069         Only copy timestamp on outgoing packets if the depayloader did not set
2070         one.
2071         Also copy duration on outgoing packets.
2072
2073 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
2074
2075         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
2076         (gst_basertppayload_set_outcaps):
2077         Fix compilation because of missing %d in printf.
2078         When fixating caps, fixate what we can and throw away all remaining
2079         unfixed caps, subclasses should do something smart if they need to.
2080
2081 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
2082
2083         * ext/gnomevfs/gstgnomevfssrc.c:
2084           Improve debug logs a bit and be more verbose if things go wrong.
2085
2086 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2087
2088         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2089         (gst_text_overlay_set_property):
2090         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2091         * gst-libs/gst/audio/gstbaseaudiosink.c:
2092         (gst_base_audio_sink_render):
2093         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
2094         (gst_rtcp_unix_to_ntp):
2095         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
2096         * gst/playback/gstqueue2.c:
2097         * tests/examples/seek/seek.c: (set_scale):
2098         Fix a bunch of compile warnings shown with Forte.
2099
2100         * gst/audiorate/gstaudiorate.c:
2101         Always pull in config.h before including any system headers.
2102
2103 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
2104
2105         * gst/playback/gstqueue2.c: (update_buffering),
2106         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
2107         (gst_queue_handle_sink_event), (gst_queue_chain),
2108         (gst_queue_push_one), (gst_queue_sink_activate_push),
2109         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
2110         Also fix #476514 for queue2.
2111
2112 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2113
2114         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2115         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
2116         (gst_base_rtp_depayload_chain),
2117         (gst_base_rtp_depayload_handle_sink_event),
2118         (gst_base_rtp_depayload_push_full),
2119         (gst_base_rtp_depayload_set_gst_timestamp),
2120         (gst_base_rtp_depayload_change_state):
2121         Remove code to deal with RTP to GST time conversion, we now just copy
2122         the GST timestamp we receive to the outgoing buffers.
2123         Handle segment and flushes correctly.
2124
2125         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2126         When we have no valid input timestamp, use the previous rtp timestamp on
2127         the outgoing RTP packet instead of the RTP base time.
2128
2129 2007-09-15  David Schleef  <ds@schleef.org>
2130
2131         * ext/alsa/gstalsa.c:
2132         * ext/alsa/gstalsadeviceprobe.c:
2133         * ext/alsa/gstalsamixer.c:
2134         * ext/alsa/gstalsasink.c:
2135         * ext/alsa/gstalsasrc.c:
2136           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
2137
2138 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
2139
2140         * gst-libs/gst/rtp/gstbasertppayload.c:
2141         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
2142         Add some debug info when negotiating caps.
2143
2144 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
2145
2146         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
2147         A buffer with an empty payload is also a valid buffer.
2148
2149 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
2150
2151         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
2152         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2153         (gst_basertppayload_change_state):
2154         Make sure we start our RTP timestamp from the random base RTP
2155         timestamp even if the buffer timestamp starts from some random value.
2156
2157 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
2158
2159         * configure.ac:
2160         * tests/examples/Makefile.am:
2161         * tests/examples/dynamic/.cvsignore:
2162         * tests/examples/dynamic/Makefile.am:
2163         * tests/examples/dynamic/addstream.c: (create_stream),
2164         (pause_play_stream), (message_received), (eos_message_received),
2165         (perform_step), (main):
2166         Add simple exmple app to demonstrate starting and pausing live and
2167         non-live bins in a PLAYING pipeline.
2168
2169 2007-09-14  Julien MOUTTE  <julien@moutte.net>
2170
2171         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
2172         typefind for QCP files (RFC #3625)
2173
2174 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2175
2176         * gst-libs/gst/audio/gstbaseaudiosink.c:
2177         (gst_base_audio_sink_init):
2178         Disable pull mode scheduling, we're not ready for it yet and it subtly
2179         breaks a lot of things.
2180
2181 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
2182
2183         * tests/check/elements/libvisual.c:
2184           Test all libvisual plugins, not just the first one; this reproduces
2185           bug #450336 quite easily.  Looks like a problem with the 'jess'
2186           visualisation.
2187
2188 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
2189
2190         * tests/check/Makefile.am:
2191         * tests/check/elements/.cvsignore:
2192         * tests/check/elements/libvisual.c:
2193           Add basic libvisual test case in an attempt to reproduce bug #450336.
2194           Doesn't reproduce that bug, but some other crasher instead (invalid
2195           free), at least with make elements/libvisual.forever and the bumscope
2196           plugin on x86-64/gutsy. Leaving test disabled for now.
2197
2198 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2199
2200         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2201
2202         * gst-libs/gst/rtsp/gstrtspconnection.c:
2203         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
2204         (read_body), (gst_rtsp_connection_receive):
2205         Make sure we can not cancel in the middle of receiving a message.
2206         Fixes #475731.
2207
2208 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
2209
2210         Patch by: Josep Torra Valles <josep@fluendo.com>
2211
2212         * gst/playback/gstplaybasebin.c:
2213           Increase upper limit for audio queue a bit; fixes preroll problem
2214           with playbin and decodebin2 when playing a quicktime trailer with
2215           multichannel audio via http (#464666).
2216
2217 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2218
2219         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2220         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
2221         (gst_base_audio_src_provide_clock),
2222         (gst_base_audio_src_set_property),
2223         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2224         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2225         Allow othe clocks than the internal clock to be used for the pipeline.
2226         Add property to disable clock provide.
2227         API: GstBaseAudioSrc::provide-clock
2228
2229 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2230
2231         * gst/playback/gstdecodebin2.c:
2232           Don't leak request pads. Fixes #475395.
2233
2234 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
2235
2236         Patch by: René Stadler <mail at renestadler dot de>
2237
2238         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
2239         (gst_ximage_buffer_class_init):
2240         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2241         (gst_xvimage_buffer_class_init):
2242         Correctly chain up finalize with the parent class to prevent
2243         memory leaks. Fixes #474880.
2244
2245 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
2246
2247         * gst/volume/gstvolume.c: (volume_choose_func):
2248         * tests/check/elements/volume.c: (GST_START_TEST):
2249         Revert the latest change: floating point samples are allowed to
2250         have any value, not only values in the range [-1,1]. Thanks to Andy
2251         Wingo for noticing.
2252         Also fix processing of int32 samples with volumes > 4 by making the
2253         unity value smaller which prevents overflows.
2254
2255 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2256
2257         * gst-libs/gst/rtp/gstrtpbuffer.c:
2258         * tests/check/libs/rtp.c:
2259           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
2260
2261 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2262
2263         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2264
2265         * gst-libs/gst/rtp/gstrtpbuffer.c:
2266           Fix up GstRTPHeader helper struct so that compilers will not under
2267           any circumstances add padding in between our fields, as currently
2268           happens with MSVC on win32, because that would lead to us sending
2269           out RTP payloads with broken RTP headers (#471194).
2270           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
2271           
2272         * tests/check/Makefile.am:
2273         * tests/check/libs/.cvsignore:
2274         * tests/check/libs/rtp.c:
2275           Add some simple unit tests for GstRTPBuffer. Some are disabled
2276           because the code tested still needs fixing (set_csrc() does not work).
2277
2278 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2279
2280         * win32/MANIFEST:
2281         * win32/common/gstrtsp-enumtypes.c:
2282         * win32/common/gstrtsp-enumtypes.h:
2283         * win32/common/interfaces-enumtypes.c:
2284         * win32/common/interfaces-enumtypes.h:
2285         * win32/common/multichannel-enumtypes.c:
2286           Add rtsp enumtypes (#474384) and update others.
2287
2288 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
2289
2290         * configure.ac:
2291           Fix configure check for HAVE_LIBXML_HTML.
2292
2293 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2294
2295         * tests/check/libs/.cvsignore:
2296           Ignore more, in case the build bots work again one day.
2297
2298 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
2299
2300         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
2301
2302         * configure.ac:
2303         * gst-libs/gst/Makefile.am:
2304         * gst-libs/gst/fft/Makefile.am:
2305         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
2306         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
2307         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
2308         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
2309         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
2310         * gst-libs/gst/fft/gstfft.h:
2311         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
2312         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
2313         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
2314         * gst-libs/gst/fft/gstfftf32.h:
2315         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
2316         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
2317         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
2318         * gst-libs/gst/fft/gstfftf64.h:
2319         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
2320         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
2321         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
2322         * gst-libs/gst/fft/gstffts16.h:
2323         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
2324         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
2325         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
2326         * gst-libs/gst/fft/gstffts32.h:
2327         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
2328         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
2329         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
2330         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
2331         * gst-libs/gst/fft/kiss_fft_f32.h:
2332         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
2333         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
2334         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
2335         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
2336         * gst-libs/gst/fft/kiss_fft_f64.h:
2337         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
2338         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
2339         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
2340         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
2341         * gst-libs/gst/fft/kiss_fft_s16.h:
2342         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
2343         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
2344         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
2345         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
2346         * gst-libs/gst/fft/kiss_fft_s32.h:
2347         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
2348         (kiss_fftr_f32), (kiss_fftri_f32):
2349         * gst-libs/gst/fft/kiss_fftr_f32.h:
2350         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
2351         (kiss_fftr_f64), (kiss_fftri_f64):
2352         * gst-libs/gst/fft/kiss_fftr_f64.h:
2353         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
2354         (kiss_fftr_s16), (kiss_fftri_s16):
2355         * gst-libs/gst/fft/kiss_fftr_s16.h:
2356         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
2357         (kiss_fftr_s32), (kiss_fftri_s32):
2358         * gst-libs/gst/fft/kiss_fftr_s32.h:
2359         * gst-libs/gst/fft/kiss_version:
2360         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2361         * pkgconfig/gstreamer-plugins-base.pc.in:
2362         Add libgstfft, a FFT library based on Kiss FFT which is
2363         BSD licensed. Supported sample formats are int16, int32,
2364         float and double. For those formats a real FFT and IFFT
2365         can be done, different windowing functions can be applied
2366         and functions for extracting the magnitude and phase exist.
2367         Fixes #468619.
2368
2369         * docs/libs/Makefile.am:
2370         * docs/libs/gst-plugins-base-libs-docs.sgml:
2371         * docs/libs/gst-plugins-base-libs-sections.txt:
2372         Integrate libgstfft into the docs.
2373
2374         * tests/check/Makefile.am:
2375         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
2376         Add unit tests for libgstfft, currently only testing the FFT.
2377         Unit tests for IFFT will follow soon.
2378
2379 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
2380
2381         Patch by: Peter Kjellerstedt  <pkj at axis com>
2382
2383         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
2384         (gst_sdp_message_init), (gst_sdp_message_uninit),
2385         (is_multicast_address), (gst_sdp_message_as_text),
2386         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
2387         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
2388         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
2389         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
2390         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
2391         (gst_sdp_media_init), (gst_sdp_media_uninit),
2392         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
2393         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
2394         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
2395         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
2396         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
2397         * gst-libs/gst/sdp/gstsdpmessage.h:
2398         Separate INIT_ARRAY() and related macros into two versions, one for
2399         structures and one for pointers (e.g., INIT_ARRAY() and
2400         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
2401         lists of emails and phone numbers.
2402         Add missing const as appropriate.
2403         Change all gint to guint since they all actually represent unsigned
2404         values.
2405         Do not use time as a variable name as it shadows the global time().
2406         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
2407         Actually implement gst_sdp_message_add_time().
2408         Make gst_sdp_message_add_time() take repeat times as an argument.
2409         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
2410         Corrected the definition of gst_sdp_media_get_bandwidth() (was
2411         misspelled as badwidth).
2412         gst-indented and a little clean up. Fixes #471067.
2413
2414 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
2415
2416         * gst/volume/gstvolume.c: (volume_choose_func),
2417         (volume_process_double), (volume_process_double_clamp),
2418         (volume_process_float_clamp):
2419         Correctly clamp float/double samples in the [-1.0,1.0] range to
2420         prevent weird effects.
2421         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
2422         Add unit tests for all samples types that had none before.
2423
2424 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2425
2426         * gst-libs/gst/rtp/gstrtpbuffer.c:
2427           Need to include stdlib.h for abs() here too.
2428
2429 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2430
2431         * gst/playback/gststreaminfo.c:
2432           Fix build.
2433
2434 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
2435
2436         * gst/playback/gststreaminfo.c:
2437           Clean up some half-disabled code and comment.
2438
2439 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2440
2441         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
2442
2443         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2444         (gst_base_rtp_payload_audio_handle_event):
2445         Return FALSE from the event handler to let the parent class handle the
2446         event. Fixes #446766.
2447
2448         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2449         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
2450         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
2451
2452         * gst-libs/gst/rtp/gstbasertppayload.c:
2453         Bump the MTU to 1400.
2454
2455 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
2456
2457         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
2458         Add an audio/x-nsf typefind function for the nsfdec element.
2459
2460 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
2461         * gst/playback/gstplaybasebin.c:
2462         Included "myth://" on stream_uris list for enable buffering to mythtv files
2463
2464 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
2465
2466         * docs/libs/gst-plugins-base-libs-sections.txt:
2467         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
2468         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
2469         (gst_rtcp_unix_to_ntp):
2470         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2471         Fix parsing of RB blocks.
2472         Fix docs.
2473         Added helper functions to convert to/from UNIX and NTP time.
2474         API: gst_rtcp_ntp_to_unix()
2475         API: gst_rtcp_unix_to_ntp()
2476
2477         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
2478         (gst_rtp_buffer_get_header_len),
2479         (gst_rtp_buffer_get_extension_data),
2480         (gst_rtp_buffer_get_payload_subbuffer),
2481         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
2482         (gst_rtp_buffer_ext_timestamp):
2483         * gst-libs/gst/rtp/gstrtpbuffer.h:
2484         Fix some more docs.
2485         Implement handling of packets with extensions.
2486         Fix padding check in _validate().
2487         Added function to get extension data.
2488         API: gst_rtp_buffer_get_header_len()
2489         API: gst_rtp_buffer_get_extension_data()
2490
2491 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
2492
2493         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2494         (gst_base_rtp_depayload_class_init),
2495         (gst_base_rtp_depayload_set_gst_timestamp):
2496         Add some more docs for the queue-delay property and fix a typo in a
2497         comment.
2498
2499         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2500         Fix typo.
2501
2502 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
2503
2504         * gst-libs/gst/audio/gstbaseaudiosink.c:
2505         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
2506         (gst_base_audio_sink_change_state):
2507         When skew slaving, try to hover around the middle of a segment so that
2508         we at most drift by half a segment.
2509         If we are aligning in the oposite direction of the clock skew, we don't
2510         have to resync.
2511
2512 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
2513
2514         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2515         (gst_base_rtp_depayload_setcaps),
2516         (gst_base_rtp_depayload_set_gst_timestamp):
2517         Be less silly with the segment start, just apply the clock-base to the
2518         timestamp.
2519
2520 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
2521
2522         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2523         (gst_base_rtp_depayload_class_init),
2524         (gst_base_rtp_depayload_finalize),
2525         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2526         (gst_base_rtp_depayload_handle_sink_event),
2527         (gst_base_rtp_depayload_set_gst_timestamp),
2528         (gst_base_rtp_depayload_change_state):
2529         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2530         Deprecate the queue handling thread thing and remove the code.
2531         Use new method to calculate the extended timestamp.
2532
2533 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
2534
2535         * gst-libs/gst/rtp/gstrtcpbuffer.c:
2536         (gst_rtcp_packet_sdes_copy_entry):
2537         Use g_strndup which does exactly what we want.
2538
2539         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
2540         (gst_rtp_buffer_ext_timestamp):
2541         * gst-libs/gst/rtp/gstrtpbuffer.h:
2542         Add helper function to compare seqnums.
2543         Add helper function to calculate extended timestamps.
2544         API: gst_rtp_buffer_compare_seqnum()
2545         API: gst_rtp_buffer_ext_timestamp()
2546
2547 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
2548
2549         * gst-libs/gst/rtp/gstrtcpbuffer.c:
2550         (gst_rtcp_packet_sdes_get_entry),
2551         (gst_rtcp_packet_sdes_copy_entry):
2552         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2553         Fix and document SDES item data function.
2554         Add new function that makes a proper copy of SDES item data.
2555         API: gst_rtcp_packet_sdes_copy_entry()
2556
2557 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
2558
2559         * configure.ac:
2560         * gst/Makefile.am:
2561           The tcp and subparse plugins are under gst, but not totaly free of
2562           dependencies. Handle selection inconfigure.ac, so that they show up
2563           on the final list of what is build and what is not. Maybe they should
2564           better be moved to ext.
2565
2566 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
2567
2568         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
2569
2570         * configure.ac:
2571         * gst/Makefile.am:
2572           Check if libxml provides HTML parser which subparse needs.
2573           Fixes #451970.
2574
2575 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
2576
2577         * ext/alsa/gstalsa.c:
2578           Fix typo and compilation on big endian systems.
2579
2580 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
2581
2582         * gst/subparse/gstssaparse.c:
2583           Convert SSA newline codes into actual newline characters (#470766).
2584
2585 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
2586
2587         * docs/libs/gst-plugins-base-libs-sections.txt:
2588         * gst-libs/gst/pbutils/install-plugins.c:
2589         * gst-libs/gst/pbutils/install-plugins.h:
2590         * tests/check/libs/pbutils.c:
2591           API: also add gst_install_plugins_supported() while we're at it
2592           (see #470456).
2593
2594 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
2595
2596         * docs/libs/gst-plugins-base-libs-sections.txt:
2597         * gst-libs/gst/pbutils/missing-plugins.c:
2598         * gst-libs/gst/pbutils/missing-plugins.h:
2599         * tests/check/libs/pbutils.c:
2600           API: add gst_missing_*_installer_detail_new() convenience API so
2601           that applications that know exactly what they're missing can request
2602           installer detail strings for those items directly instead of having
2603           to first create a dummy missing-plugin message and then get the
2604           installer detail string from that.  Fixes #470456.
2605
2606 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2607
2608         * gst/playback/gstdecodebin.c: (close_pad_link):
2609         We need to set up delayed-linking whenever the caps are non-fixed,
2610         not just when there are multiple types - use gst_pad_is_fixed()
2611         to test.
2612
2613 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
2614
2615         * gst-libs/gst/pbutils/missing-plugins.c:
2616           (gst_missing_plugin_message_get_installer_detail):
2617           Add missing separator in PID fallback case.
2618
2619 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
2620
2621         * ext/alsa/Makefile.am:
2622         There is no GST_PLUGINS_BASE_LIBS defined.
2623         
2624         * ext/alsa/gstalsa.c:
2625         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
2626         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
2627         Add support for ALSA 24-bit formats.
2628         snd_pcm_delay can return an error code, especially
2629         during XRUNS. In that case, the best we can do is assume
2630         delay = 0.
2631
2632         * gst/audioconvert/Makefile.am:
2633         Add flags from -base before any more-remote dependencies.
2634
2635 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
2636
2637         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
2638
2639         * gst/volume/gstvolume.c: (volume_choose_func),
2640         (volume_update_real_volume), (gst_volume_set_volume),
2641         (gst_volume_init), (volume_process_int32),
2642         (volume_process_int32_clamp), (volume_process_int24),
2643         (volume_process_int24_clamp), (volume_process_int16),
2644         (volume_process_int16_clamp), (volume_process_int8),
2645         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
2646         * gst/volume/gstvolume.h:
2647         Add support for int32, int24 and int8 to the volume element.
2648         Fixes #445529.
2649
2650 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
2651
2652         * tests/examples/Makefile.am:
2653           Fix even more.
2654
2655 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
2656
2657         * configure.ac:
2658         * docs/libs/Makefile.am:
2659         * docs/libs/gst-plugins-base-libs-docs.sgml:
2660         * docs/libs/gst-plugins-base-libs-sections.txt:
2661         * ext/gnomevfs/gstgnomevfssrc.c:
2662         * ext/gnomevfs/gstgnomevfssrc.h:
2663         * gst-libs/gst/Makefile.am:
2664         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2665         * pkgconfig/gstreamer-plugins-base.pc.in:
2666         * sys/v4l/v4lsrc_calls.c:
2667         * tests/examples/Makefile.am:
2668         * win32/common/config.h:
2669           Revert unwanted commit. many thanks to moap. I want a fix for 
2670           https://thomas.apestaart.org/moap/trac/ticket/239
2671
2672 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
2673
2674         * gst/volume/gstvolume.c:
2675           Move passthrough below gst_object_sync_values(). Fixes #442654.
2676
2677 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2678
2679         * gst-libs/gst/audio/audio.c:
2680         Clarify the docs a little.
2681
2682 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2683
2684         * gst/volume/gstvolume.c:
2685           Enable liboil for float and add more details about problems with
2686           int16.
2687
2688 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
2689
2690         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
2691         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
2692
2693 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
2694
2695         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
2696         When calculating the first timestamp of the buffers, don't go below 0
2697         and clip the samples because the offset was on the eos page.
2698         Fixes #466717.
2699
2700 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
2701
2702         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
2703         (gst_ogg_demux_collect_chain_info):
2704         Also submit the eos page when trying to find the first timestamp.
2705         See #466717.
2706
2707 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2708
2709         * gst-libs/gst/audio/audio.h:
2710         Use gst_util_uint64_scale() instead of doing the math
2711         with double for GST_FRAMES_TO_CLOCK_TIME() and
2712         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
2713         prevents rounding errors. Fixes #467667.
2714
2715 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2716
2717         * gst-libs/gst/rtsp/gstrtspconnection.c:
2718         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
2719         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
2720         * gst-libs/gst/rtsp/gstrtspconnection.h:
2721         Small cleanups.
2722         On shutdown, don't read the control socket yet.
2723         Set timeout value correctly in all cases.
2724         Add function to check if the server accepts reads or writes.
2725         API: gst_rtsp_connection_poll()
2726
2727         * gst-libs/gst/rtsp/gstrtspdefs.h:
2728         Fix compilation with -pedantic.
2729         Add enum for _poll.
2730
2731 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2732
2733         Patch by: Olivier Crete  <tester at tester ca>
2734
2735         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2736         (gst_basertppayload_getcaps):
2737         * gst-libs/gst/rtp/gstbasertppayload.h:
2738         Add getcaps vfunc to basertppayload. See #465146.
2739
2740 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2741
2742         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
2743         Only post buffering messages when we are a stream.
2744
2745 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
2746
2747         * gst-libs/gst/pbutils/install-plugins.c:
2748         * gst-libs/gst/pbutils/missing-plugins.c:
2749           Small docs fix and addition.
2750
2751 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
2752
2753         * tests/icles/.cvsignore:
2754         * tests/icles/Makefile.am:
2755         * tests/icles/test-textoverlay.c:
2756           Add a dumb little test for textoverlay alignments.
2757
2758 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
2759
2760         Patch by: Dan Williams  <dcbw redhat com>
2761
2762         * ext/pango/gsttextoverlay.c:
2763         * ext/pango/gsttextoverlay.h:
2764           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
2765           "silent" property so there's a Since tag in the API reference.
2766
2767 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2768
2769         * gst-libs/gst/rtp/gstbasertppayload.c:
2770         (gst_basertppayload_set_outcaps):
2771         * gst-libs/gst/rtp/gstbasertppayload.h:
2772         Improve caps negotiation so that downstream elements can confiure
2773         certain RTP properties by fixing them on the caps. See #465146.
2774         Add docs.
2775
2776 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
2777
2778         * docs/libs/gst-plugins-base-libs-sections.txt:
2779         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2780         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2781           Mark as deprecated some macros which were presumably meant to be
2782           private API and accidentally exposed in the public header file.
2783           Also actually _init() lock (only works at the moment because the
2784           struct is zeroed out when created and the initial values in the
2785           mutex struct are zeroes too). (#459585)
2786
2787 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2788
2789         * docs/libs/Makefile.am:
2790           Remove cruft and do some cleanups.
2791
2792         * docs/libs/gst-plugins-base-libs-docs.sgml:
2793           Prepare for comming gtkdoc features (rebase against online docs).
2794
2795 2007-08-10  Michael Smith <msmith@fluendo.com>
2796
2797         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2798           Debug output fixes.
2799         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
2800         (GST_START_TEST):
2801           Change the number of buffers used; 500 is too many and leads to
2802           timeouts.
2803
2804 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
2805
2806         * gst/playback/gstqueue2.c:
2807         * gst/videorate/gstvideorate.c:
2808           Printf format fixes (#465028).
2809
2810 2007-08-09  Michael Smith <msmith@fluendo.com>
2811
2812         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2813           If we have a large (> 1 second) discontinuity, push a series of
2814           smaller buffers rather than a single very large buffer. Avoids
2815           unreasonably large single buffer allocations when encountering a
2816           large gap.
2817         * tests/check/elements/audiorate.c: (GST_START_TEST),
2818         (audiorate_suite):
2819           Add a test for this.
2820
2821 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
2822
2823         * gst/playback/gstplaybasebin.c: (group_commit),
2824         (queue_remove_probe), (queue_threshold_reached):
2825
2826         Patch by: Josep Torra Valles <josep@fluendo.com>
2827         Fixes: #465015
2828         Make sure we remove the check_queues buffer probe from the 
2829         correct queue to avoid racily going back to "buffering 99%" when
2830         buffering is actually complete.
2831
2832         Also, fix the spelling of Josep's surname in the ChangeLog.
2833
2834 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
2835
2836         * ext/ogg/gstoggmux.c:
2837           Do not leak oggmux instance.
2838         
2839         * ext/vorbis/vorbisenc.c:
2840           Also log values.
2841
2842 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2843
2844         * po/hu.po:
2845         * po/it.po:
2846         * po/nl.po:
2847         * po/uk.po:
2848         * po/vi.po:
2849           Updated translations.
2850
2851 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
2852
2853         patch by: Yang Hong <hongyang@redflag-linux.com>
2854
2855         * ext/pango/gsttextoverlay.c:
2856         * ext/pango/gsttextoverlay.h:
2857           Add 'silent' property to GstTimeOverlay. Fixes #462979
2858
2859 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2860
2861         Patch by: Josep Torra Valles <josep@fluendo.com>
2862
2863         * docs/plugins/gst-plugins-base-plugins.args:
2864         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
2865         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
2866         (gst_uri_decode_bin_get_property), (gen_source_element):
2867         Add connection-speed property. Fixes #464690.
2868
2869 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
2870
2871         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2872
2873         * configure.ac:
2874         * gst-libs/gst/rtsp/Makefile.am:
2875         * gst-libs/gst/rtsp/gstrtspconnection.c:
2876         (gst_rtsp_connection_connect):
2877         Fix compilation on windows. Fixes #464320.
2878
2879 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
2880
2881         Patch by: Josep Torra Valles <josep@fluendo.com>
2882
2883         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2884         (gst_play_base_bin_init), (queue_threshold_reached),
2885         (gen_source_element), (setup_substreams),
2886         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
2887         (gst_play_base_bin_get_streaminfo_value_array):
2888         * gst/playback/gstplaybasebin.h:
2889         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2890         (gst_play_bin_set_property), (gst_play_bin_get_property),
2891         (gst_play_bin_handle_redirect_message):
2892         Move connection-speed property from playbin to playbasebin so that we
2893         can also configure it in source elements that have the connection-speed
2894         property. Fixes #464028.
2895         Add some debug info here and there.
2896
2897 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
2898
2899         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
2900         Properly respond to conversion queries. Fixes #464079.
2901
2902 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
2903
2904         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
2905         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
2906         (gst_audio_test_src_init_sine_table),
2907         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
2908         * gst/audiotestsrc/gstaudiotestsrc.h:
2909         Add float/double and int32 support to audiotestsrc. Fixes #460422.
2910         Also set the default volume to the default value specified in the
2911         GParamSpec.
2912
2913 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
2914
2915         Patch by: Jens Granseuer <jensgr at gmx dot net>
2916
2917         * gst/audioconvert/gstaudioquantize.c:
2918         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
2919
2920 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2921
2922         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
2923         Add rdt manager for rdt transport.
2924         Fix parsing of RDT transport.
2925
2926 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
2927
2928         * configure.ac:
2929         Back to CVS
2930
2931 === release 0.10.14 ===
2932
2933 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
2934
2935         * configure.ac:
2936           releasing 0.10.14, "Light Years Ahead"
2937
2938 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2939
2940         * tests/check/libs/audio.c: (GST_START_TEST):
2941         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
2942
2943 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2944
2945         * gst-libs/gst/audio/audio.c:
2946         When clipping a buffer with no timestamp, assume it is
2947         within the segment without warnings.
2948
2949         Fixes: #460978
2950
2951 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2952
2953         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
2954         Fire the signal on the object, not the interface.
2955
2956 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2957
2958         * gst-libs/gst/rtsp/.cvsignore:
2959         Ber. Don't include the full path, idiot.
2960
2961 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2962
2963         * gst-libs/gst/rtsp/.cvsignore:
2964         Ignore generated files.
2965
2966 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
2967
2968         * gst-libs/gst/interfaces/Makefile.am:
2969         * gst-libs/gst/interfaces/interfaces-marshal.list:
2970         * gst-libs/gst/interfaces/rtspextension.c:
2971         * gst-libs/gst/interfaces/rtspextension.h:
2972         * gst-libs/gst/rtsp/Makefile.am:
2973         * gst-libs/gst/rtsp/gstrtsp.h:
2974         * gst-libs/gst/rtsp/gstrtspextension.c:
2975         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
2976         (gst_rtsp_extension_detect_server),
2977         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
2978         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
2979         (gst_rtsp_extension_configure_stream),
2980         (gst_rtsp_extension_get_transports),
2981         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
2982         * gst-libs/gst/rtsp/gstrtspextension.h:
2983         * gst-libs/gst/rtsp/rtsp-marshal.list:
2984         Move the rtspextension.h interface into gstrtspextension.h
2985         as part of libgstrtsp instead of libgstinterfaces, because it's
2986         only for use within plugins, not applications. 
2987         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
2988         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
2989         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
2990         is abstract.
2991
2992 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2993
2994         * gst-libs/gst/interfaces/Makefile.am:
2995         * gst-libs/gst/interfaces/interfaces-marshal.list:
2996         * gst-libs/gst/interfaces/rtspextension.c:
2997         (gst_rtsp_extension_iface_init),
2998         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
2999         * gst-libs/gst/interfaces/rtspextension.h:
3000         Fix marshaller for the send signal.
3001         Add URL to stream selection interface method.
3002
3003 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
3004
3005         * gst-libs/gst/riff/Makefile.am:
3006         Pull in our dependencies from -base before those from outside.
3007
3008 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
3009
3010         * docs/libs/gst-plugins-base-libs-sections.txt:
3011         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
3012         * gst-libs/gst/rtsp/gstrtspbase64.h:
3013         API: gst_rtsp_base64_decode_ip()
3014         Added function to decode Base64 in-place.
3015
3016 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
3017
3018         * tests/check/libs/.cvsignore:
3019         Ignore the mixer test binary.
3020
3021 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
3022
3023         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
3024         Gratuitous comment change to trigger a rebuild on the buildbots.
3025
3026 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
3027
3028         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
3029         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
3030         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
3031         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
3032         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
3033         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
3034         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
3035         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
3036         (gst_sdp_media_get_attribute_val):
3037         * gst-libs/gst/sdp/gstsdpmessage.h:
3038         Constify args where we can.
3039
3040 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
3041
3042         * gst-libs/gst/interfaces/Makefile.am:
3043         * gst-libs/gst/interfaces/rtspextension.c:
3044         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
3045         (gst_rtsp_extension_detect_server),
3046         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
3047         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
3048         (gst_rtsp_extension_configure_stream),
3049         (gst_rtsp_extension_get_transports),
3050         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
3051         * gst-libs/gst/interfaces/rtspextension.h:
3052         Move interface for RTSP extensions from -good to here.
3053         Added helper methods to invoke interface methods.
3054
3055 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
3056
3057         * docs/libs/gst-plugins-base-libs-sections.txt:
3058         * gst-libs/gst/rtsp/gstrtspdefs.h:
3059         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
3060         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
3061         (gst_rtsp_message_init_response),
3062         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
3063         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
3064         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
3065         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
3066         (gst_rtsp_message_get_body), (dump_key_value):
3067         * gst-libs/gst/rtsp/gstrtspmessage.h:
3068         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
3069         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
3070         (gst_rtsp_range_parse):
3071         * gst-libs/gst/rtsp/gstrtsprange.h:
3072         * gst-libs/gst/rtsp/gstrtsptransport.c:
3073         * gst-libs/gst/rtsp/gstrtspurl.c:
3074         Fix some more RTSP docs.
3075         Add some missing methods for dealing with messages.
3076
3077 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
3078
3079         * docs/libs/gst-plugins-base-libs-docs.sgml:
3080         * docs/libs/gst-plugins-base-libs-sections.txt:
3081         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
3082         * gst-libs/gst/rtsp/gstrtspbase64.h:
3083         * gst-libs/gst/rtsp/gstrtspconnection.c:
3084         (gst_rtsp_connection_connect), (add_auth_header),
3085         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
3086         (read_body), (gst_rtsp_connection_receive),
3087         (gst_rtsp_connection_next_timeout),
3088         (gst_rtsp_connection_reset_timeout),
3089         (gst_rtsp_connection_set_auth):
3090         * gst-libs/gst/rtsp/gstrtspconnection.h:
3091         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
3092         * gst-libs/gst/rtsp/gstrtspdefs.h:
3093         * gst-libs/gst/rtsp/gstrtspmessage.h:
3094         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
3095         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
3096         (gst_rtsp_range_parse):
3097         * gst-libs/gst/rtsp/gstrtspurl.h:
3098         Added beginnings of RTSP documentation.
3099
3100 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
3101
3102         * docs/libs/Makefile.am:
3103         * docs/libs/gst-plugins-base-libs-docs.sgml:
3104         * docs/libs/gst-plugins-base-libs-sections.txt:
3105         * gst-libs/gst/sdp/gstsdp.h:
3106         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
3107         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
3108         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
3109         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
3110         (gst_sdp_message_get_attribute_val),
3111         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
3112         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
3113         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
3114         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
3115         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
3116         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
3117         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
3118         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
3119         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
3120         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
3121         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
3122         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
3123         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
3124         (gst_sdp_media_get_attribute_val_n),
3125         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
3126         (print_media), (gst_sdp_message_dump):
3127         * gst-libs/gst/sdp/gstsdpmessage.h:
3128         Document the SDP library.
3129         Add some of the missing SDPMedia methods.
3130
3131 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
3132
3133         * configure.ac:
3134         * gst-libs/gst/Makefile.am:
3135         * gst-libs/gst/rtsp/Makefile.am:
3136         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
3137         * gst-libs/gst/rtsp/gstrtspbase64.h:
3138         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
3139         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
3140         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
3141         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
3142         (parse_response_status), (parse_request_line), (parse_line),
3143         (gst_rtsp_connection_read), (read_body),
3144         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
3145         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
3146         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
3147         (gst_rtsp_connection_set_auth):
3148         * gst-libs/gst/rtsp/gstrtspconnection.h:
3149         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
3150         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
3151         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
3152         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
3153         (gst_rtsp_find_method):
3154         * gst-libs/gst/rtsp/gstrtspdefs.h:
3155         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
3156         (gst_rtsp_message_new), (gst_rtsp_message_init),
3157         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
3158         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
3159         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
3160         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
3161         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
3162         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
3163         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
3164         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
3165         (gst_rtsp_message_dump):
3166         * gst-libs/gst/rtsp/gstrtspmessage.h:
3167         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
3168         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
3169         (gst_rtsp_range_parse), (gst_rtsp_range_free):
3170         * gst-libs/gst/rtsp/gstrtsprange.h:
3171         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
3172         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
3173         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
3174         (range_as_text), (rtsp_transport_mode_as_text),
3175         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
3176         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
3177         (gst_rtsp_transport_free):
3178         * gst-libs/gst/rtsp/gstrtsptransport.h:
3179         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
3180         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
3181         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
3182         * gst-libs/gst/rtsp/gstrtspurl.h:
3183         * gst-libs/gst/sdp/Makefile.am:
3184         * gst-libs/gst/sdp/gstsdp.h:
3185         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
3186         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
3187         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
3188         (gst_sdp_attribute_init), (gst_sdp_message_new),
3189         (gst_sdp_message_init), (gst_sdp_message_uninit),
3190         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
3191         (gst_sdp_media_uninit), (gst_sdp_media_free),
3192         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
3193         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
3194         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
3195         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
3196         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
3197         (gst_sdp_message_get_attribute_val),
3198         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
3199         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
3200         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
3201         (gst_sdp_media_get_attribute_val_n),
3202         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
3203         (read_string), (read_string_del), (gst_sdp_parse_line),
3204         (gst_sdp_message_parse_buffer), (print_media),
3205         (gst_sdp_message_dump):
3206         * gst-libs/gst/sdp/gstsdpmessage.h:
3207         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3208         Move SDP and RTSP from helper objects in -good to a reusable library.
3209         Use a proper gst_ namespace.
3210
3211 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
3212
3213         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
3214         (vorbis_dec_flush_decode):
3215         Use the new buffer clipping function from gstaudio here.
3216
3217 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
3218
3219         * docs/libs/gst-plugins-base-libs-sections.txt:
3220         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
3221         * gst-libs/gst/audio/audio.h:
3222         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
3223         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
3224         Also add deprecation guards for gst_audio_structure_set_int() to the
3225         header.
3226
3227 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
3228
3229         * docs/libs/gst-plugins-base-libs-sections.txt:
3230           Cleanup the docs.
3231
3232 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
3233
3234         Patch by: Dan Williams <dcbw at redhat dot com>
3235
3236         * gst/playback/gstplaybasebin.c:
3237         (gst_play_base_bin_get_streaminfo_value_array):
3238         Don't return NULL when querying the stream info value array but instead
3239         return an empty array. Fixes #459204.
3240
3241 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
3242
3243         * gst/playback/gsturidecodebin.c:
3244           Init debug category before using it.
3245
3246 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
3247
3248         * gst-libs/gst/interfaces/mixer.h:
3249         Add padding vars in place of the signal pointers
3250         when building with DISABLE_DEPRECATED so that the
3251         interface structure doesn't change size.
3252
3253 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
3254
3255         * docs/libs/gst-plugins-base-libs-sections.txt:
3256         * ext/alsa/gstalsamixer.c:
3257         * ext/alsa/gstalsamixer.h:
3258         * ext/alsa/gstalsamixerelement.c:
3259         * ext/alsa/gstalsamixertrack.c:
3260         * gst-libs/gst/interfaces/mixer.c:
3261         * gst-libs/gst/interfaces/mixer.h:
3262         * gst-libs/gst/interfaces/mixeroptions.c:
3263         * gst-libs/gst/interfaces/mixeroptions.h:
3264         * gst-libs/gst/interfaces/mixertrack.c:
3265         * gst-libs/gst/interfaces/mixertrack.h:
3266         * tests/check/Makefile.am:
3267         * tests/check/libs/mixer.c:
3268
3269         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
3270         Fixes: #152864 
3271
3272         Add support for notifying mixer changes on the message bus, and
3273         implement it in alsamixer.
3274
3275         API: gst_mixer_get_mixer_flags
3276         API: gst_mixer_message_parse_mute_toggled
3277         API: gst_mixer_message_parse_record_toggled
3278         API: gst_mixer_message_parse_volume_changed
3279         API: gst_mixer_message_parse_option_changed
3280         API: GstMixerMessageType
3281         API: GstMixerFlags
3282
3283 2007-07-20  Michael Smith <msmith@fluendo.com>
3284
3285         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3286         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
3287           xcontext->im_format is only for testing XShm support (as the header
3288           file comments document). Use xvimage->im_format for everything else.
3289           Avoids spurious warnings on buffer allocation before setcaps.
3290
3291 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
3292
3293         * tests/examples/volume/Makefile.am:
3294         * tests/icles/Makefile.am:
3295           We should use $(LIBM).
3296
3297 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
3298
3299         * tests/icles/Makefile.am:
3300           This needs -lm.
3301
3302 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
3303
3304         * gst-libs/gst/rtp/gstbasertppayload.c:
3305         (gst_basertppayload_class_init), (gst_basertppayload_init),
3306         (gst_basertppayload_set_property),
3307         (gst_basertppayload_get_property):
3308         Don't break ABI, restore previous ranges. Keep the default random
3309         selection of timestamp and seqnum offset but as soon as the app sets a
3310         specific value, use that one.
3311
3312 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
3313
3314         Patch by: Bastien Nocera <hadess at hadess dot net>
3315
3316         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3317         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3318         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
3319         * sys/xvimage/xvimagesink.h:
3320         Add option to turn off double-buffering for debugging purposes.
3321         Fixes #437169.
3322
3323 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
3324
3325         Patch by: Jorn Baayen <jorn at openedhand dot com>
3326
3327         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
3328         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
3329         (gst_ximagesink_init), (gst_ximagesink_class_init):
3330         * sys/ximage/ximagesink.h:
3331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
3332         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3333         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
3334         * sys/xvimage/xvimagesink.h:
3335         add 'handle-expose' property. Useful for video widgets which may want to
3336         be in control of Expose behaviour. Fixes #380625
3337
3338 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
3339
3340         * gst-libs/gst/rtp/gstbasertppayload.c:
3341         (gst_basertppayload_class_init), (gst_basertppayload_init),
3342         (gst_basertppayload_event), (gst_basertppayload_push),
3343         (gst_basertppayload_set_property),
3344         (gst_basertppayload_get_property),
3345         (gst_basertppayload_change_state):
3346         * gst-libs/gst/rtp/gstbasertppayload.h:
3347         Fix ranges of rtp payloader properties so that the full range can be
3348         used in addition to -1 (random).
3349         Fix wrong seqnum reporting in caps.
3350         Fixes #420326.
3351
3352 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
3353
3354         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
3355         (gst_video_rate_query):
3356         Use boilerplate.
3357         Add latency query, might not be perfect yet but already works a lot
3358         better. Fixes #442557.
3359
3360 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3361
3362         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3363         (gst_xvimagesink_setcaps):
3364         * sys/xvimage/xvimagesink.h:
3365         After a caps change, redraw our borders to avoid garbage left there
3366         when the image format changes to a smaller size, like 16:9 -> 4:3
3367         Also, hold the flow_lock a bit longer in the set_caps while we're
3368         fiddling with the xcontext.
3369
3370 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3371
3372         * Makefile.am:
3373         * configure.ac:
3374         * tests/Makefile.am:
3375         Remove bogus check for libcheck, since we check for
3376         gstreamer-check and it pulls in the required info from there, and we
3377         weren't actually _using_ the information for libcheck ourselves
3378         anyway.
3379
3380 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3381
3382         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3383         (gst_ffmpeg_caps_to_pixfmt):
3384         Fix the r_mask test for RGBA32 on little-endian.
3385         Fix a stupid typo that would have obviously broken 
3386         compilation on big-endian, if anyone was testing.
3387
3388 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
3389
3390         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
3391         (paint_hline_str4):
3392         * gst/videotestsrc/videotestsrc.h:
3393         Add alpha to the color struct.
3394         Use a default alpha value of 255 instead of 128.
3395
3396 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
3397
3398         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
3399         (setup_source):
3400         Clear the dynamic pads counter when starting a new uri. This makes
3401         reusing playbin work again.
3402         Fixes #454264.
3403
3404 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
3405
3406         * configure.ac:
3407           Use pkg-config to locate check.
3408
3409 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
3410
3411         * configure.ac:
3412         * tests/check/elements/volume.c: (GST_START_TEST):
3413           Fix 'make check' build against core CVS.
3414
3415 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
3416
3417         * gst-libs/gst/interfaces/propertyprobe.c:
3418         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3419         * gst-libs/gst/tag/gstvorbistag.c:
3420           Make gtk-doc happy.
3421
3422 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
3423
3424         * gst-libs/gst/audio/gstbaseaudiosink.c:
3425         (gst_base_audio_sink_callback):
3426           Quick hack to make audiosinks stop at EOS when operating in
3427           pull-mode; needs to be fixed properly some day.
3428
3429 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
3430
3431         * docs/libs/gst-plugins-base-libs-sections.txt:
3432           Fix location of includes in the docs.
3433
3434 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
3435
3436         * gst/ffmpegcolorspace/avcodec.h:
3437         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3438         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3439         (gst_ffmpegcsp_avpicture_fill):
3440         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
3441         (img_get_alpha_info):
3442         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
3443         of the existing BGRA32 and RGBA32 formats with the alpha at the other
3444         end of the word. Partially fixes #451908
3445
3446 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
3447
3448         * docs/libs/Makefile.am:
3449         * docs/plugins/Makefile.am:
3450           Simplify --extra-dir as gtkdoc scans recursively.
3451
3452 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
3453
3454         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
3455         (gst_adder_request_new_pad):
3456         Make getcaps more robust by not using the proxycaps function. This makes
3457         sure that we don't end up recursively calling getcaps upstream.
3458         See #316248.
3459
3460 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
3461
3462         * gst/audioconvert/audioconvert.c:
3463         Include math.h to fix compilation.
3464
3465 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
3466
3467         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3468         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
3469         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
3470         format, as produced by some dc1394 cameras like the iSight.
3471         See http://www.fourcc.org/yuv.php#IYU1
3472
3473 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
3474
3475         * gst/audioconvert/Makefile.am:
3476         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
3477         (check_default), (audio_convert_prepare_context),
3478         (audio_convert_clean_context), (audio_convert_convert):
3479         * gst/audioconvert/audioconvert.h:
3480         * gst/audioconvert/gstaudioconvert.c:
3481         (gst_audio_convert_dithering_get_type),
3482         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
3483         (gst_audio_convert_init), (gst_audio_convert_set_caps),
3484         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
3485         * gst/audioconvert/gstaudioconvert.h:
3486         * gst/audioconvert/gstaudioquantize.c:
3487         (gst_audio_quantize_setup_noise_shaping),
3488         (gst_audio_quantize_free_noise_shaping),
3489         (gst_audio_quantize_setup_dither),
3490         (gst_audio_quantize_free_dither),
3491         (gst_audio_quantize_setup_quantize_func),
3492         (gst_audio_quantize_setup), (gst_audio_quantize_free):
3493         * gst/audioconvert/gstaudioquantize.h:
3494         Implement dithering and noise shaping in audioconvert. By default now
3495         TPDF dithering (and no noise shaping) will be used when converting
3496         from a higher bit depth to 20 bit depth or smaller, otherwise
3497         everything will be as it is now.
3498         For the last audioconvert in a pipeline it would make sense to
3499         use some kind of noise shaping, enabling it by default for all
3500         conversions would give undesired results though. Fixes #360246.
3501         * tests/check/elements/audioconvert.c: (setup_audioconvert),
3502         (GST_START_TEST):
3503         Adjust unit test for the new audioconvert.
3504
3505 2007-06-28  Wim Taymans  <wim@fluendo.com>
3506
3507         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
3508         Use other metrics as well when estimating the buffer level.
3509
3510 2007-06-28  Wim Taymans  <wim@fluendo.com>
3511
3512         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
3513         Small debug improvement.
3514
3515         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
3516         (plugin_init):
3517         Tweak the rate estimation period.
3518         When calculating the buffer filledness in rate estimation mode, don't
3519         mix it with other metrics.
3520
3521 2007-06-28  Wim Taymans  <wim@fluendo.com>
3522
3523         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
3524         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
3525         When creating the groups, allow for a 5 second, unlimited buffers
3526         preroll phase after which we expose the group.
3527         When the group is exposed, use a small number of buffers up to a 2
3528         second limit. Also disconnect the overrun signal from multiqueue when we
3529         exposed the group because it is not needed anymore.
3530
3531 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
3532
3533         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
3534           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
3535           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
3536           (#451707); also, output some debugging info when dealing with
3537           freeform strings.
3538
3539         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
3540           Add unit test for the above.
3541
3542 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
3543
3544         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
3545           Add description for Windows Media RTP caps.
3546
3547         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3548           Remove RTP fields that don't define the format from caps.
3549
3550 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
3551
3552         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
3553           Skip empty buffers, but not empty header buffers. That way the original
3554           vorbisdec unit test still passes (#451145); also, take into account
3555           that those empty packets might carry a granulepos.
3556
3557         * tests/check/Makefile.am:
3558         * tests/check/elements/vorbisdec.c:
3559         (_create_codebook_header_buffer), (_create_audio_buffer),
3560         (GST_START_TEST), (vorbisdec_suite):
3561           Add unit test that sends an empty packet.
3562
3563 2007-06-27  Wim Taymans  <wim@fluendo.com>
3564
3565         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
3566         Don't error out on 0-sized packets, just emit a warning because this is
3567         not a fatal error. Fixes #451145.
3568
3569 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
3570
3571         * docs/plugins/gst-plugins-base-plugins.args:
3572         * docs/plugins/gst-plugins-base-plugins.signals:
3573         * docs/plugins/inspect/plugin-adder.xml:
3574         * docs/plugins/inspect/plugin-alsa.xml:
3575         * docs/plugins/inspect/plugin-audioconvert.xml:
3576         * docs/plugins/inspect/plugin-audiorate.xml:
3577         * docs/plugins/inspect/plugin-audioresample.xml:
3578         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3579         * docs/plugins/inspect/plugin-cdparanoia.xml:
3580         * docs/plugins/inspect/plugin-decodebin.xml:
3581         * docs/plugins/inspect/plugin-decodebin2.xml:
3582         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3583         * docs/plugins/inspect/plugin-gdp.xml:
3584         * docs/plugins/inspect/plugin-gnomevfs.xml:
3585         * docs/plugins/inspect/plugin-libvisual.xml:
3586         * docs/plugins/inspect/plugin-ogg.xml:
3587         * docs/plugins/inspect/plugin-pango.xml:
3588         * docs/plugins/inspect/plugin-playbin.xml:
3589         * docs/plugins/inspect/plugin-subparse.xml:
3590         * docs/plugins/inspect/plugin-tcp.xml:
3591         * docs/plugins/inspect/plugin-theora.xml:
3592         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3593         * docs/plugins/inspect/plugin-video4linux.xml:
3594         * docs/plugins/inspect/plugin-videorate.xml:
3595         * docs/plugins/inspect/plugin-videoscale.xml:
3596         * docs/plugins/inspect/plugin-videotestsrc.xml:
3597         * docs/plugins/inspect/plugin-volume.xml:
3598         * docs/plugins/inspect/plugin-vorbis.xml:
3599         * docs/plugins/inspect/plugin-ximagesink.xml:
3600         * docs/plugins/inspect/plugin-xvimagesink.xml:
3601           Update docs with caps info.
3602
3603 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
3604
3605         * po/POTFILES.in:
3606           Add more files with translatable strings (#450875).
3607
3608 2007-06-23  Edward Hervey  <edward@fluendo.com>
3609
3610         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
3611         The chain should be freed if we error out here, else it will leak.
3612         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
3613         (cleanup_decodebin):
3614         Don't forget to *properly* remove the signals, else it will leak.
3615
3616 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
3617
3618         * MAINTAINERS:
3619         Updating all the maintainers files
3620
3621 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
3622
3623         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
3624         (main):
3625           Destroy and recreate parse-launch based pipeline after stop to be able
3626           to play again. Reorder some code and add more comments.
3627
3628 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
3629
3630         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
3631         When handling a delayed-caps notification case, mark
3632         the group as dynamic so that the nbdynamic count is
3633         incremented and decremented correctly. Fixes: #449156
3634         Patch by: Wim Taymans <wim@fluendo.com>
3635
3636 2007-06-19  Andy Wingo  <wingo@pobox.com>
3637
3638         * gst-libs/gst/audio/gstbaseaudiosink.c
3639         (gst_base_audio_sink_init): Enable pull-mode operation.
3640
3641 2007-06-19  Michael Smith <msmith@fluendo.com>
3642
3643         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3644           Change minimum rate back to 1000 to allow low-sample-rate wav files
3645           to play back.
3646
3647 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3648
3649         * po/vi.po:
3650           Update translations.
3651
3652 2007-06-15  David Schleef  <ds@schleef.org>
3653
3654         * gst/playback/gstqueue2.c:
3655           Fix compile error from ignored return value.
3656
3657 2007-06-15  Michael Smith <msmith@fluendo.com>
3658
3659         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3660           Update tmpbuf for all neccesary rows, not just one, as is required
3661           when downscaling.
3662           Fixes #402076.
3663
3664 2007-06-15  Michael Smith <msmith@fluendo.com>
3665
3666         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
3667         (eos_buffer_probe):
3668           Add a test that ensures we set DELTA_UNIT on all non-header,
3669           non-video buffers, if we have a video stream.
3670         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
3671         (gst_ogg_mux_process_best_pad):
3672           Move setting delta_pad to earlier, where we inspect all pads, so
3673           that leading audio pages don't get DELTA_UNIT unset if they come
3674           before the first DELTA_UNIT from video pages. Fixes the newly-added
3675           test. Fixes #385527.
3676
3677 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
3678
3679         * tests/check/pipelines/streamheader.c: (streamheader_suite):
3680           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
3681           fails on the p5-ppc64 build bot and the failure looks like it is due
3682           to the same issue as #348114, ie. a compiler bug.
3683
3684 2007-06-13  Edward Hervey  <edward@fluendo.com>
3685
3686         * gst/playback/gstqueue2.c: (gst_queue_create_read):
3687         Fix build on MacOSX.
3688
3689 2007-06-13  Wim Taymans  <wim@fluendo.com>
3690
3691         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3692         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
3693         Fix compilation on mingw. Fixes #446972.
3694
3695 2007-06-12  Wim Taymans  <wim@fluendo.com>
3696
3697         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
3698
3699         * gst/playback/gstqueue2.c: (update_buffering),
3700         (gst_queue_locked_enqueue):
3701         Fix a division by zero when the max percent is <= 0. Fixes #446572.
3702         also update the buffering status when receiving events. Fixes #446551.
3703
3704 2007-06-11  Wim Taymans  <wim@fluendo.com>
3705
3706         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
3707
3708         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
3709         (gst_queue_handle_src_query):
3710         Wait for preroll before attempting to forward a duration query upstream.
3711         Fixes #445505.
3712
3713 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
3714
3715         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
3716         (gst_base_rtp_depayload_set_gst_timestamp):
3717         Use G_GINT64_CONSTANT macro for int64 constant.
3718         * win32/common/libgstinterfaces.def:
3719         * win32/common/libgsttag.def:
3720         Add new exported functions.
3721
3722 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
3723
3724         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
3725           The BOS page of the first Dirac video stream needs to come before
3726           the BOS page of any Vorbis streams or other audio streams, just like
3727           it is with Theora.
3728
3729 2007-06-07  Wim Taymans  <wim@fluendo.com>
3730
3731         * gst/playback/gstqueue2.c: (gst_queue_get_range):
3732         Fix compilation.
3733
3734 2007-06-06  Wim Taymans  <wim@fluendo.com>
3735
3736         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
3737
3738         * gst/playback/gstqueue2.c: (gst_queue_init),
3739         (gst_queue_handle_sink_event), (gst_queue_chain),
3740         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
3741         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
3742         (gst_queue_src_activate_pull):
3743         Add pull based scheduling and fix some deadlocks. Fixes #444523.
3744         Does not yet completely work because duration queries upstream won't
3745         block yet.
3746
3747 2007-06-06  Wim Taymans  <wim@fluendo.com>
3748
3749         * configure.ac:
3750         * gst/playback/gstqueue2.c: (gst_queue_create_read):
3751         Some more fseeko checks.
3752
3753 2007-06-06  Wim Taymans  <wim@fluendo.com>
3754
3755         * configure.ac:
3756         check for large file support.
3757
3758 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
3759
3760         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
3761
3762         * gst/subparse/gstsubparse.c: (parse_subrip),
3763         (subviewer_unescape_newlines), (parse_subviewer),
3764         (gst_sub_parse_data_format_autodetect),
3765         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
3766         * gst/subparse/gstsubparse.h:
3767         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
3768         * tests/check/elements/subparse.c: (GST_START_TEST),
3769         (subparse_suite):
3770         Add a unit test for both SubViewer formats.
3771
3772 2007-06-01  Michael Smith <msmith@fluendo.com>
3773
3774         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
3775           Don't overflow intermediate values when seeking to large time values
3776           in audiotestsrc.
3777
3778 2007-06-05  Wim Taymans  <wim@fluendo.com>
3779
3780         * gst/playback/gstqueue2.c: (gst_queue_have_data),
3781         (gst_queue_create_read), (gst_queue_read_item_from_file),
3782         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
3783         Include stdio to define fseeko.
3784
3785 2007-06-05  Wim Taymans  <wim@fluendo.com>
3786
3787         Patch by: Edward Hervey  <edward@fluendo.com>
3788
3789         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
3790         (gst_v4lsrc_query):
3791         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
3792
3793 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3794
3795         * gst-libs/gst/riff/Makefile.am:
3796         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
3797           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3798           our own implementation.
3799
3800 2007-06-05  Wim Taymans  <wim@fluendo.com>
3801
3802         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3803         (gst_base_rtp_depayload_setcaps),
3804         (gst_base_rtp_depayload_set_gst_timestamp),
3805         (gst_base_rtp_depayload_change_state):
3806         Handle timestamp wraparound.
3807
3808 2007-06-05  Wim Taymans  <wim@fluendo.com>
3809
3810         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
3811         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
3812         (gst_uri_decode_bin_change_state):
3813         Make sure we name srcpads uniquely even when using different internal
3814         decodebins.
3815         Signal no-more-pads when no more dynamic elements exist.
3816         Remove pads on cleanup.
3817
3818 2007-06-05  Wim Taymans  <wim@fluendo.com>
3819
3820         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
3821
3822         * gst/playback/gstqueue2.c: (gst_queue_class_init),
3823         (gst_queue_init), (gst_queue_finalize),
3824         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
3825         (gst_queue_create_read), (gst_queue_read_item_from_file),
3826         (gst_queue_open_temp_location_file),
3827         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
3828         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
3829         (gst_queue_is_empty), (gst_queue_is_filled),
3830         (gst_queue_change_state), (gst_queue_set_temp_location),
3831         (gst_queue_set_property):
3832         Add support for filebased buffering. Fixes #441264.
3833
3834 2007-06-05  Wim Taymans  <wim@fluendo.com>
3835
3836         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
3837         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
3838         (caps_notify_group_cb), (gst_decode_group_new),
3839         (gst_decode_group_free):
3840         Add support for delayed caps fixation when autoplugging.
3841         Optimize cases where a multiqueue is not needed/wanted, like right after
3842         anything that is not a demuxer.
3843
3844 2007-06-05  Wim Taymans  <wim@fluendo.com>
3845
3846         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
3847         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
3848         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
3849         consideratly speedup ogg chain detection by not trying to find a base
3850         timestamp for skeleton streams. 
3851
3852 2007-06-05  Wim Taymans  <wim@fluendo.com>
3853
3854         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
3855         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
3856         (gst_multi_fd_sink_remove_flush),
3857         (gst_multi_fd_sink_remove_client_link),
3858         (gst_multi_fd_sink_handle_client_write),
3859         (gst_multi_fd_sink_handle_clients):
3860         * gst/tcp/gstmultifdsink.h:
3861         Add support for remove_flush.
3862
3863 2007-06-05  Wim Taymans  <wim@fluendo.com>
3864
3865         * docs/design/draft-keyframe-force.txt:
3866         * ext/theora/theoraenc.c: (theora_enc_sink_event),
3867         (theora_enc_chain):
3868         Add draft design for forcing keyframes in encoders and implement in
3869         theoraenc.
3870
3871 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
3872
3873         * configure.ac:
3874           Back to CVS
3875
3876 === release 0.10.13 ===
3877
3878 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
3879
3880         * configure.ac:
3881           releasing 0.10.13, "What's Going on?"
3882
3883 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
3884
3885         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3886         In riff, the depth is stored in the size field but it just means that
3887         the least significant bits are cleared. We can therefore just play
3888         the sample as if it had a depth == width. Fixes: #440997
3889
3890         Patch by: Wim Taymans <wim@fluendo.com> 
3891         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
3892
3893 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
3894
3895         * gst-libs/gst/floatcast/floatcast.h:
3896         Define inline when needed on win32 builds. Fixes: #441295
3897         Patch by: Sebastien Moutte  <sebastien@moutte.net>
3898
3899 2007-05-29  Wim Taymans  <wim@fluendo.com>
3900
3901         * gst/playback/gstplaybasebin.c: (queue_overrun),
3902         (no_more_pads_full):
3903         Stop buffering when the group is commited because the queues filled up.
3904         Fixes #442024.
3905
3906 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3907
3908         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3909         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
3910         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
3911         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
3912         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
3913         * ext/alsa/gstalsamixer.h:
3914         * ext/alsa/gstalsamixerelement.c:
3915         (gst_alsa_mixer_element_interface_supported),
3916         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
3917         (gst_alsa_mixer_element_set_property),
3918         (gst_alsa_mixer_element_get_property),
3919         (gst_alsa_mixer_element_change_state):
3920         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
3921         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
3922         (gst_mixer_option_changed):
3923         * gst-libs/gst/interfaces/mixer.h:
3924         Revert commits towards #152864 made so far. We'll pick it up again
3925         after the 0.10.13 release.
3926
3927 2007-05-24  Wim Taymans  <wim@fluendo.com>
3928
3929         * gst-libs/gst/audio/gstbaseaudiosink.c:
3930         (gst_base_audio_sink_render):
3931         After an interrupt (PAUSED/flush) assume that the next sample should not
3932         be aligned to the previous sample. Fixes #417992.
3933
3934 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3935
3936         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3937           Don't add channels and rate fields to the template caps for
3938           audio/x-dts, as wavparse might not always be able to set them,
3939           which would then lead to 'caps are not a real subset of the
3940           template caps' warnings.
3941
3942 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
3943
3944         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
3945         Handle unknown or invalid pads without crashing, as might occur if
3946         a media file like an mp3 is specified as a subtitle file.
3947         Fixes: #410039
3948
3949 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
3950
3951         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
3952         (setup_sinks):
3953         Block the subtitle bin output queue before ghosting it and linking,
3954         then unblock after. This avoids spurious not-linked errors caused 
3955         by the queue starting up (because it gets linked when it is ghosted). 
3956         Fixes: #350299
3957
3958 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
3959
3960         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
3961         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
3962         file. Avoids flukes where the input gets typefound to some valid but
3963         useless type.
3964
3965 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
3966
3967         * tests/check/Makefile.am:
3968         * tests/check/elements/.cvsignore:
3969         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
3970         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
3971           Add unit test for gnomevfssink seeking and position reporting for
3972           file:// URIs.
3973
3974 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
3975
3976         Patch by: Mark Nauwelaerts <manauw at skynet be>
3977
3978         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
3979         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
3980         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
3981         * ext/gnomevfs/gstgnomevfssink.h:
3982           Fix position reporting, especially after a seek (from upstream),
3983           see #412648.
3984
3985 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
3986
3987         * ext/cdparanoia/gstcdparanoiasrc.c:
3988           Repair umlaut.
3989
3990 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
3991
3992         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3993         Specify the full valid range for MP3 samplerates. Fixes a regression
3994         caused by extra header checks since the last release.
3995
3996 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
3997
3998         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3999         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
4000         Fix a locking-order bug I introduced with my changes the other day.
4001         Patch by Mike Smith.
4002
4003 2007-05-21  Michael Smith <msmith@fluendo.com>
4004
4005         * ext/theora/theoradec.c: (theora_handle_data_packet):
4006           Don't look inside 0-length packets (which indicate duplicated
4007           frames)
4008
4009 2007-05-21  Wim Taymans  <wim@fluendo.com>
4010
4011         * ext/cdparanoia/gstcdparanoiasrc.c:
4012         (gst_cd_paranoia_src_read_sector):
4013         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4014         (gst_base_audio_src_create):
4015         Small cleanups.
4016
4017         * ext/theora/theoradec.c: (theora_dec_sink_event):
4018         Fix typo.
4019
4020         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4021         (gst_base_rtp_depayload_set_gst_timestamp):
4022         Add some FIXME
4023
4024         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
4025         And some debug info when a FIXME path is hit.
4026
4027 2007-05-21  Wim Taymans  <wim@fluendo.com>
4028
4029         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4030         (gst_base_rtp_audio_payload_class_init),
4031         (gst_base_rtp_audio_payload_init),
4032         (gst_base_rtp_audio_payload_finalize),
4033         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4034         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
4035         (gst_base_rtp_payload_audio_handle_event):
4036         Some cleanups, remove minptime property as it is now in the parent
4037         class.
4038         Override parent class event function.
4039
4040         * gst-libs/gst/rtp/gstbasertppayload.c:
4041         (gst_basertppayload_class_init), (gst_basertppayload_init),
4042         (gst_basertppayload_event), (gst_basertppayload_set_property),
4043         (gst_basertppayload_get_property):
4044         * gst-libs/gst/rtp/gstbasertppayload.h:
4045         Add min-ptime property.
4046         Add handle-event vmethod. Fixes #415001.
4047
4048 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
4049
4050         * gst-libs/gst/audio/gstbaseaudiosink.c
4051           (gst_base_audio_sink_change_state):
4052           Fix typo in comment.
4053
4054         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
4055           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
4056           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
4057           close_link):
4058         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
4059           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
4060           Remove trailing whitespaces in comments.
4061
4062         * gst/volume/Makefile.am:
4063           Fix tabs.
4064
4065 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
4066
4067         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
4068
4069         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
4070           set_option, get_option, _gst_reserved):
4071           Revert reordering functions (keep ABI).
4072
4073 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
4074
4075         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
4076         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
4077         (gst_ximagesink_show_frame):
4078         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
4079         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
4080         (gst_xvimagesink_show_frame):
4081         When we create our own window, indicate that we handle the 
4082         WM_DELETE client message from the window manager, so that it won't 
4083         kill our window (and our app) along with it. Handle ClientMessage,
4084         post an error on the bus, and close the window. Further buffers
4085         arriving will result in a FlowError because the window has been
4086         destroyed.
4087
4088         Fixes: #393975
4089
4090         Clean up the X event handling loop and make them the same for
4091         both xvimagesink and ximagesink while I'm at it.
4092
4093 2007-05-17  Wim Taymans  <wim@fluendo.com>
4094
4095         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
4096         Make decodebin2 autoplug depayloaders too.
4097
4098         * gst/playback/gsturidecodebin.c: (source_new_pad):
4099         Set the newly created decoder in a usable state when autoplugging a
4100         dynamic source such as RTSP.
4101
4102 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
4103
4104         * gst/playback/gststreaminfo.c: (cb_probe):
4105           Ignore video-codec tag for audio streams and ignore audio-codec tags
4106           for video streams. Should make codec name collection a bit more
4107           robust against sloppy demuxers that send tag events containing both
4108           tags down each pad.
4109
4110 2007-05-17  Wim Taymans  <wim@fluendo.com>
4111
4112         * gst/playback/gstqueue2.c: (update_rates):
4113         Tweak the buffering thresholds a little.
4114         Update the buffer size with the previously calculate rate instead of
4115         only when we calculate a new rate so that we get smoother buffering
4116         updates.
4117
4118         * gst/playback/Makefile.am:
4119         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
4120         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
4121         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
4122         (gst_uri_decode_bin_get_property), (unknown_type),
4123         (add_element_stream), (no_more_pads_full), (no_more_pads),
4124         (source_no_more_pads), (new_decoded_pad), (array_has_value),
4125         (gen_source_element), (has_all_raw_caps), (analyse_source),
4126         (remove_decoders), (make_decoder), (remove_source),
4127         (source_new_pad), (setup_source), (decoder_query_init),
4128         (decoder_query_duration_fold), (decoder_query_duration_done),
4129         (decoder_query_position_fold), (decoder_query_position_done),
4130         (decoder_query_latency_fold), (decoder_query_latency_done),
4131         (decoder_query_seeking_fold), (decoder_query_seeking_done),
4132         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
4133         (gst_uri_decode_bin_change_state), (plugin_init):
4134         New element that intergrates a source, optional buffering element and
4135         decodebin.
4136
4137 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
4138
4139         * configure.ac:
4140           Bump libtheora requirement to 1.0alpha5 for the pixformat check
4141           (also has a .pc file, so we don't need the fallback check any
4142           longer). Fixes #438840.
4143
4144 2007-05-17  Wim Taymans  <wim@fluendo.com>
4145
4146         * gst/playback/gstqueue2.c: (gst_queue_get_type),
4147         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
4148         (apply_segment), (apply_buffer), (update_buffering),
4149         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
4150         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
4151         (gst_queue_handle_sink_event), (gst_queue_is_filled),
4152         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
4153         (plugin_init):
4154         fix build.
4155
4156 2007-05-17  Wim Taymans  <wim@fluendo.com>
4157
4158         * gst/playback/Makefile.am:
4159         * gst/playback/gstqueue2.c: (gst_queue_get_type),
4160         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
4161         (gst_queue_getcaps), (gst_queue_bufferalloc),
4162         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
4163         (apply_buffer), (update_buffering), (reset_rate_timer),
4164         (update_rates), (gst_queue_locked_flush),
4165         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
4166         (gst_queue_handle_sink_event), (gst_queue_is_empty),
4167         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
4168         (gst_queue_loop), (gst_queue_handle_src_event),
4169         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
4170         (gst_queue_src_activate_push), (gst_queue_change_state),
4171         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
4172         On our way to playbin2 this is the new network queue that does buffering
4173         all by itself using high and low watermarks. It can also measure up and
4174         downstream bandwidth to optimally size the queue.
4175
4176 2007-05-17  Michael Smith <msmith@fluendo.com>
4177
4178         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
4179         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
4180           Use the segment->last_stop value to calculate the next timestamp to
4181           generate after a seek; not the segment->start value.
4182
4183 2007-05-15  David Schleef  <ds@schleef.org>
4184
4185         * docs/Makefile.am: Install docs even when --disable-gtk-doc
4186           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
4187
4188 2007-05-15  Wim Taymans  <wim@fluendo.com>
4189
4190         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4191         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
4192         Some more chained streaming ogg timestamp fixes.
4193
4194 2007-05-15  Wim Taymans  <wim@fluendo.com>
4195
4196         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4197         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
4198         (gst_ogg_demux_handle_page):
4199         Add some FIXMEs.
4200         Fix chain start/stop segment handling based on patch by
4201         <ahalda at cs dot mcgill dot ca> see #320984.
4202
4203 2007-05-15  Michael Smith <msmith@fluendo.com>
4204
4205         * configure.ac:
4206           We don't require a C++ compiler. So don't require one.
4207
4208 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4209
4210         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
4211           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
4212           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
4213           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
4214           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
4215           gst_alsa_mixer_update_track):
4216           Apply some of the cleanup Tim suggested in #152864 afterwards.
4217
4218 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4219
4220         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
4221
4222         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
4223           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
4224           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
4225           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
4226           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
4227           gst_alsa_mixer_handle_source_callback,
4228           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
4229           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
4230           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
4231           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
4232           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
4233           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
4234         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
4235         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
4236           gst_alsa_mixer_element_interface_supported,
4237           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
4238           gst_alsa_mixer_element_set_property,
4239           gst_alsa_mixer_element_get_property,
4240           gst_alsa_mixer_element_change_state):
4241         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
4242         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
4243           gst_mixer_option_changed):
4244         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
4245           volume_changed, option_changed, _gst_reserved):
4246           Implement notification for alsamixer. Fixes #152864
4247
4248 2007-05-14  David Schleef  <ds@schleef.org>
4249
4250         * gst/videotestsrc/videotestsrc.c:
4251         * gst/videotestsrc/videotestsrc.h:
4252           Add support for video/x-raw-bayer.
4253
4254 2007-05-12  David Schleef  <ds@schleef.org>
4255
4256         * sys/xvimage/xvimagesink.c:
4257           Add some sanity checking for the XVImage size returned by X.
4258           Related to #377400.
4259
4260 2007-05-12  Wim Taymans  <wim@fluendo.com>
4261
4262         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4263         (gst_base_rtp_depayload_setcaps),
4264         (gst_base_rtp_depayload_set_gst_timestamp):
4265         Parse and use additional caps fields as described in updated
4266         application/x-rtp caps spec.
4267
4268 2007-05-12  Wim Taymans  <wim@fluendo.com>
4269
4270         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4271         (gst_ogg_demux_collect_chain_info):
4272         If there is a stream in a chain without any data packets, ignore the
4273         stream in the total length calculations. Might be related to #436820.
4274
4275 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
4276
4277         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
4278         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
4279         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
4280         (mpeg_video_type_find), (mpeg_video_stream_type_find),
4281         (plugin_init):
4282
4283         Consolidate and re-work our mpeg system stream detection to probe
4284         more packets and produce a higher confidence result. Fixes a
4285         regression caused by lowering the typefind probability last year
4286         - related to bug #397810. Remove the redundant MPEG-1 specific 
4287         typefind function, as the new one detects both MPEG-1 & MPEG-2
4288         happily.
4289
4290         Also cleanup the MPEG elementary and MPEG-TS detection functions a
4291         little. 
4292
4293         Tested against my media test directory, with some improvements and
4294         no regressions.
4295
4296 2007-05-10  Wim Taymans  <wim@fluendo.com>
4297
4298         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
4299         (queue_out_of_data):
4300         Connect to the new queue "pushing" signal instead of the broken
4301         "running" one.
4302
4303 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
4304
4305         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4306         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
4307         Move variable declaration before the first instruction.
4308         * gst/videotestsrc/videotestsrc.c:
4309         Define M_PI if it's not defined yet.
4310         * win32/common/libgstrtp.def:
4311         Add new exported functions.
4312
4313 2007-05-09  Michael Smith <msmith@fluendo.com>
4314
4315         * ext/theora/theoradec.c: (theora_handle_type_packet):
4316           gst_pad_push_event() does not return a GstFlowReturn!
4317
4318 2007-05-09  Wim Taymans  <wim@fluendo.com>
4319
4320         * tests/examples/seek/scrubby.c: (stop_cb), (main):
4321         * tests/examples/seek/seek.c: (do_seek):
4322         Some small cosmetic changes.
4323
4324 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
4325
4326         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
4327           gst_adder_change_state):
4328         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
4329           segment_pending, segment_position, segment_rate):
4330           Handle playback-rate on adder.
4331
4332 2007-05-07  Michael Smith <msmith@fluendo.com>
4333
4334         * ext/theora/gsttheoradec.h:
4335         * ext/theora/theoradec.c: (gst_theora_dec_reset),
4336         (theora_dec_sink_event), (theora_handle_comment_packet),
4337         (theora_handle_type_packet), (theora_dec_change_state):
4338           Don't push events (newsegment, tags) before initialising the
4339           decoder.
4340           This is neccesary for seeking to work correctly in gnonlin.
4341
4342 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
4343
4344         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4345         * gst/adder/gstadder.c:
4346         * gst/audiotestsrc/gstaudiotestsrc.c
4347           (gst_audio_test_src_create_white_noise):
4348         * gst/videotestsrc/gstvideotestsrc.c:
4349         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
4350           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
4351           volume_sink_template, volume_src_template, gst_volume_init,
4352           volume_process_double, volume_process_int16,
4353           volume_process_int16_clamp):
4354           Doc fixes and formatting.
4355
4356 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
4357
4358         * tests/check/Makefile.am:
4359         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
4360           Minimal check for volume's GstController usability; also another
4361           test for #422295.
4362
4363 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
4364
4365         * gst-libs/gst/cdda/gstcddabasesrc.c:
4366         (gst_cdda_base_src_add_track):
4367           Fix it so that it (a) makes sense and (b) doesn't break
4368           everything cdda-related including the unit test.
4369
4370 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
4371
4372         * gst-libs/gst/cdda/gstcddabasesrc.c:
4373         (gst_cdda_base_src_add_track):
4374           Fix build when disabling asserts.
4375
4376 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
4377
4378         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
4379           When XShm is not available, we might get row strides that are not
4380           rounded up to multiples of four; this is bad, because virtually
4381           every RGB-processing element in GStreamer assumes rowstrides are
4382           rounded up to multiples of four, so let's allocate at least enough
4383           memory to avoid crashes in this case. The image will still be
4384           displayed distorted though if this happens, so that still needs
4385           fixing (maybe by allocating a bigger image with an 'even' width
4386           and then clipping it appropriately when rendering - something for
4387           Xlib aficionados in any case).
4388
4389 2007-05-03  Michael Smith <msmith@fluendo.com>
4390
4391         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
4392           If a buffer doesn't have a timestamp, assume it's contiguous with
4393           the previous buffer, and synthesise timestamps appropriately.
4394
4395 2007-05-03  Edward Hervey  <edward@fluendo.com>
4396
4397         * tests/check/elements/videorate.c: (GST_START_TEST):
4398         Set buffer timestamp to a valid value in order to test the buffer
4399         really does stay in videorate.
4400
4401 2007-05-03  Edward Hervey  <edward@fluendo.com>
4402
4403         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
4404         There is no sensible way to handle incoming buffers which don't have a
4405         valid timestamp. We therefore discard them and wait for the next one.
4406
4407 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
4408
4409         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
4410         * gst/playback/gstdecodebin2.c: (plugin_init):
4411           Better error message for text files.
4412
4413 2007-04-29  Wim Taymans  <wim@fluendo.com>
4414
4415         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
4416         Fix offset bug in generation RR packets.
4417
4418 2007-04-27  Julien MOUTTE  <julien@moutte.net>
4419
4420         * ext/theora/theoradec.c: (_theora_granule_time),
4421         (theora_dec_push_forward), (theora_handle_data_packet),
4422         (theora_dec_decode_buffer): Calculate buffer duration correctly
4423         to generate a perfect stream (#433888).
4424         * gst/audioresample/gstaudioresample.c:
4425         (audioresample_check_discont): Glib provides ABS.
4426
4427 2007-04-27  Wim Taymans  <wim@fluendo.com>
4428
4429         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
4430         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
4431         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
4432         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
4433         (gst_rtcp_packet_bye_set_reason):
4434         * gst-libs/gst/rtp/gstrtcpbuffer.h:
4435         Fix RB block parsing and writing.
4436         Add support for constructing BYE packets.
4437
4438 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4439
4440         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
4441         (gst_base_audio_src_create):
4442         * po/POTFILES.in:
4443           When posting a warning message because samples were dropped, post
4444           something more intelligible than he default error message for clock
4445           errors which is just confusing in this context (#432984).
4446
4447 2007-04-25  Wim Taymans  <wim@fluendo.com>
4448
4449         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
4450         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
4451         (read_packet_header), (gst_rtcp_packet_move_to_next),
4452         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
4453         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
4454         (gst_rtcp_packet_sdes_get_item_count),
4455         (gst_rtcp_packet_sdes_first_item),
4456         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
4457         (gst_rtcp_packet_sdes_first_entry),
4458         (gst_rtcp_packet_sdes_next_entry),
4459         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
4460         (gst_rtcp_packet_sdes_add_entry):
4461         * gst-libs/gst/rtp/gstrtcpbuffer.h:
4462         Implement code to write SR, RR and SDES packets.
4463
4464 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4465
4466         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
4467
4468         * sys/ximage/ximagesink.c:
4469           Fix build if XShm is not available (#432362).
4470
4471 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4472
4473         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
4474         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
4475         pointers to random memory which are passed to g_free() when
4476         audio_convert_prepare_context() is called the first time.
4477
4478 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4479
4480         Patch by: Dan Williams <dcbw redhat com>
4481
4482         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
4483           Don't leak incoming buffer if gst_pad_push() returns a
4484           non-OK flow. Fixes #432755.
4485          
4486         * tests/check/elements/videorate.c: (GST_START_TEST),
4487         (videorate_suite):
4488           Unit test for the above by Yours Truly.
4489
4490 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
4491
4492         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
4493         (gst_adder_sink_event), (gst_adder_collected):
4494           Fix non-flushing segmented seeks, Fixes #340060 for me
4495
4496 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
4497
4498         Patch by: Olivier Crete  <tester at tester ca>
4499
4500         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4501         (gst_base_rtp_audio_payload_class_init),
4502         (gst_base_rtp_audio_payload_init),
4503         (gst_base_rtp_audio_payload_dispose):
4504           Chain up to parent class in dispose function; get rid of
4505           unnecessary 'diposed' flag in private structure (#415001).
4506
4507 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
4508
4509         * docs/libs/gst-plugins-base-libs.types:
4510         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4511         (gst_base_rtp_audio_payload_class_init):
4512         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4513         * gst-libs/gst/rtp/gstbasertppayload.c:
4514           Some minor docs fixes and additions; also add missing 'Since' bits.
4515
4516 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
4517
4518         Patch by: Zeeshan Ali  <zeenix gmail com>
4519
4520         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4521         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4522         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
4523         (gst_base_rtp_audio_payload_push):
4524         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4525           The recently-added gst_base_rtp_audio_payload_push() should take an
4526           object of type GstBaseRTPAudioPayload as first argument (#431672).
4527
4528 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
4529
4530         * gst/audioresample/gstaudioresample.c:
4531           Make more functions static, just because we can.
4532
4533 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
4534
4535         * tests/check/elements/audioresample.c:
4536           Add unit test for audioresample shutdown crasher (#420106).
4537
4538 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
4539
4540         * gst/subparse/gstsubparse.c:
4541         * gst/subparse/samiparse.c:
4542           Use GST_DISABLE_XML here
4543
4544         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
4545         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
4546         (gst_xvimagesink_buffer_alloc),
4547         (gst_xvimagesink_navigation_send_event):
4548         * sys/xvimage/xvimagesink.h:
4549           Include stdlib.h when using atoi.
4550           
4551         * tests/check/elements/playbin.c: (playbin_suite):
4552           Use GST_DISABLE_REGISTRY here
4553
4554 2007-04-19  Michael Smith  <msmith@fluendo.com>
4555
4556         * ext/theora/gsttheoraenc.h:
4557         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
4558         (theora_enc_sink_event), (theora_enc_change_state):
4559           Track initialisation state; don't try to use encoder state if we're
4560           not initialised (it'll segfault).
4561
4562 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
4563
4564         * tests/check/pipelines/.cvsignore:
4565         Fix build.
4566
4567 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4568
4569         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4570         Allow random depths between 1 and 32 instead of only multiplies of 8.
4571
4572 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4573
4574         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4575         Set the maximum number of channels for PCM and float in the correct
4576         place to have it also used when creating the template caps.
4577
4578 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4579
4580         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4581         Correctly support 4, 6 and 8 channels with normal PCM and float
4582         wav files.
4583
4584         Fix the depth and signedness calculation in extensible wav files and
4585         also handle 1, 2, 4, 6, 8 channels here when a file without channel
4586         mask is found.
4587
4588         Add support for float, alaw and mulaw in extensible wav files.
4589
4590         This allows correct playback of all but 5 files from
4591         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
4592         
4593         (gst_riff_create_audio_template_caps):
4594         Add voxware and float formats to the template caps.     
4595
4596 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4597
4598         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4599
4600         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
4601         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
4602
4603         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4604         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
4605         Use the correct format strings for integer formats.
4606
4607 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4608
4609         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
4610           Don't use pad_alloc_buffer_and_set_caps to create a small header
4611           packet, or, worse, to create a big temporary video buffer using the
4612           src pad.
4613
4614 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4615
4616         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
4617         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
4618           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
4619           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
4620
4621 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4622
4623         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
4624           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
4625           streamheader_suite):
4626           Add another test set up for failure
4627
4628 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4629
4630         * tests/check/Makefile.am:
4631         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
4632           GST_START_TEST, streamheader_suite, main):
4633           Add a test for the streamheader bug Wim fixed.
4634
4635 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
4636
4637         * ext/theora/theoradec.c: (theora_dec_sink_event):
4638         Fix misleading comment.
4639
4640 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4641
4642         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4643           More sanity checks for the header fields.
4644
4645 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4646
4647         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
4648           Try encodings from all environment variables, not just those in the
4649           first environment variable that is set.
4650
4651 2007-04-12  Wim Taymans  <wim@fluendo.com>
4652
4653         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
4654         (gst_video_rate_chain):
4655         Add some debug.
4656
4657         * tests/check/elements/videorate.c: (GST_START_TEST),
4658         (videorate_suite):
4659         Added check for videorate changing caps handling. Closes #421834.
4660
4661 2007-04-12  Michael Smith  <msmith@fluendo.com>
4662
4663         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4664           Use scale functions to avoid overflow when calculating duration of 
4665           vorbis buffers.
4666
4667 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4668
4669         * docs/libs/gst-plugins-base-libs-sections.txt:
4670         * gst-libs/gst/tag/tag.h:
4671         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
4672           API: add gst_tag_freeform_string_to_utf8() (#405072).
4673
4674         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
4675           Use gst_tag_freeform_string_to_utf8() here.
4676
4677 2007-04-12  Wim Taymans  <wim@fluendo.com>
4678
4679         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
4680         (gst_gdp_pay_sink_event):
4681         Make sure we set the IN_CAPS flag correctly.
4682
4683         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
4684         Get the IN_CAPS flag before we call functions that mess with the flags.
4685
4686 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4687
4688         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
4689           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
4690           Only stamp buffers with offset/offset_end right before they get
4691           pushed.  This ensures offset continuity, which was not the case
4692           before as shown by
4693           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
4694
4695 2007-04-06  Wim Taymans  <wim@fluendo.com>
4696
4697         * gst/playback/gstplaybin.c: (add_sink),
4698         (gst_play_bin_change_state):
4699         Activate sync in playbin, we are ready to handle it for live streams.
4700
4701 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4702
4703         * tests/check/elements/playbin.c:
4704         (test_sink_usage_video_only_stream), (playbin_suite):
4705           Add small test for stream-info-value-array code paths.
4706
4707 2007-04-05  Wim Taymans  <wim@fluendo.com>
4708
4709         * gst-libs/gst/audio/gstbaseaudiosink.c:
4710         (gst_base_audio_sink_skew_slaving):
4711         Don't try to create invalid calibration parameters by making the
4712         internal time go backwards, instead make external time go forward.
4713
4714 2007-04-05  Wim Taymans  <wim@fluendo.com>
4715
4716         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4717
4718         * gst/playback/gstplaybasebin.c: (add_stream):
4719         Fix leak in add_stream(), when g_value_set_object() increases the
4720         refcount of streaminfo object. Fixes #426250.
4721
4722 2007-04-03  David Schleef  <ds@schleef.org>
4723
4724         * gst/videotestsrc/gstvideotestsrc.c:
4725         * gst/videotestsrc/gstvideotestsrc.h:
4726         * gst/videotestsrc/videotestsrc.c:
4727         * gst/videotestsrc/videotestsrc.h:
4728           Add a test pattern called "circular", which has concentric
4729           rings with varying radial frequency.  The main purpose of this
4730           pattern is to test fidelity loss in a filter or scaler element.
4731           Notably, this pattern is scale invariant, and is optimally viewed
4732           with a width (and height) of 400.
4733
4734 2007-04-03  Wim Taymans  <wim@fluendo.com>
4735
4736         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4737
4738         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
4739         (deactivate_free_recursive):
4740         Decodebin2 doesn't unref pads it obtains in some occasions:
4741         - multiqueue src pads, when either connecting further or exposing
4742         - sink pads of new autoplugged elements
4743         - peer pads when recursively freeing elements
4744         Fixes #425455.
4745
4746 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4747
4748         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4749         Add audio/x-raw-float support, now that audioconvert support
4750         non-native endianness floats.
4751
4752 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
4753
4754         * docs/libs/gst-plugins-base-libs-docs.sgml:
4755           gstreamer-plugins-base.pc doesn't exist, it's
4756           gstreamer-plugins-base-0.10.pc.
4757
4758 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4759
4760         Patch by: René Stadler <mail at renestadler dot de>
4761         with some minor changes
4762
4763         * gst-libs/gst/floatcast/floatcast.h:
4764         Use more efficient float endianness conversion functions that don't
4765         involve 2 function calls per value.
4766         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
4767         (check_default), (audio_convert_prepare_context):
4768         * gst/audioconvert/gstaudioconvert.c:
4769         (gst_audio_convert_parse_caps), (make_lossless_changes):
4770         Support non-native endianness floats as input and output.
4771         Fixes #339838.
4772         * tests/check/elements/audioconvert.c: (verify_convert),
4773         (GST_START_TEST):
4774         Add unit tests for the non-native endianness float conversions.
4775
4776 2007-03-29  Wim Taymans  <wim@fluendo.com>
4777
4778         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4779         (gst_base_rtp_depayload_base_init),
4780         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4781         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
4782         (gst_base_rtp_depayload_set_gst_timestamp),
4783         (gst_base_rtp_depayload_change_state),
4784         (gst_base_rtp_depayload_set_property),
4785         (gst_base_rtp_depayload_get_property):
4786         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4787         Add Private structure.
4788         Bring element code to 2007.
4789         Parse clock-base caps param and use it when generating the
4790         newsegment.
4791         Reset variables before going to PAUSED.
4792         Fix some docs.
4793
4794 2007-03-29  Wim Taymans  <wim@fluendo.com>
4795
4796         * docs/libs/gst-plugins-base-libs-docs.sgml:
4797         * docs/libs/gst-plugins-base-libs-sections.txt:
4798         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4799         (gst_base_rtp_audio_payload_get_adapter):
4800         Add RTCP docs.
4801         Fix some more docs.
4802
4803         * gst-libs/gst/rtp/Makefile.am:
4804         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4805         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
4806         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
4807         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
4808         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
4809         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
4810         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
4811         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
4812         (gst_rtcp_packet_sr_get_sender_info),
4813         (gst_rtcp_packet_sr_set_sender_info),
4814         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
4815         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
4816         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
4817         (gst_rtcp_packet_sdes_get_chunk_count),
4818         (gst_rtcp_packet_sdes_first_chunk),
4819         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
4820         (gst_rtcp_packet_sdes_first_item),
4821         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
4822         (gst_rtcp_packet_bye_get_ssrc_count),
4823         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
4824         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
4825         (gst_rtcp_packet_bye_get_reason_len),
4826         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
4827         * gst-libs/gst/rtp/gstrtcpbuffer.h:
4828         Add new helper object for parsing and creating RTCP messages.
4829
4830 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4831
4832         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4833         PCM samples with width=8 must be always unsigned, no matter what
4834         depth they have.
4835
4836 2007-03-29  Andy Wingo  <wingo@pobox.com>
4837
4838         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
4839         perfect offsets also, not just timestamps.
4840
4841         * tests/check/elements/videorate.c (test_more): Test that given
4842         any incoming offsets, that videorate produces perfect offsets.
4843
4844 2007-03-29  Wim Taymans  <wim@fluendo.com>
4845
4846         * gst-libs/gst/riff/riff-ids.h:
4847         Add some more RIFF formats.
4848
4849 2007-03-29  Wim Taymans  <wim@fluendo.com>
4850
4851         * gst-libs/gst/rtp/gstrtpbuffer.c:
4852         (gst_rtp_buffer_default_clock_rate):
4853         * gst-libs/gst/rtp/gstrtpbuffer.h:
4854         Fix fixed payload names and docs.
4855         Added method to get the default clock rates of fixed payload types.
4856         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
4857
4858 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4859
4860         * tests/check/pipelines/.cvsignore:
4861         Add new vorbisdec test to cvsignore.
4862
4863 2007-03-28  Wim Taymans  <wim@fluendo.com>
4864
4865         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
4866         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
4867         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
4868         (gst_base_audio_sink_set_property),
4869         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
4870         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
4871         (gst_base_audio_sink_skew_slaving),
4872         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
4873         (gst_base_audio_sink_async_play):
4874         * gst-libs/gst/audio/gstbaseaudiosink.h:
4875         Store private stuff in GstBaseAudioSinkPrivate.
4876         Add configurable clock slaving modes property.
4877         API:: GstBaseAudioSink::slave-method property
4878         Some more latency reporting tweaks.
4879         Added skew based clock slaving correction and make it the default until
4880         the resampling method is more robust.
4881
4882 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
4883
4884         * gst/audioconvert/audioconvert.c:
4885         Add docs to the integer pack functions and implement proper
4886         rounding. Before we had rounding towards negative infinity, i.e.
4887         always the smaller number was taken. Now we use natural rounding,
4888         i.e. rounding to the nearest integer and to the one with the largest
4889         absolute value for X.5. The old rounding introduced some minor
4890         distortions. Fixes #420079
4891         * tests/check/elements/audioconvert.c: (GST_START_TEST):
4892         Fix one unit test that assumed the old rounding and added unit tests
4893         for checking signed/unsigned int16 <-> signed/unsigned int16 with
4894         depth 8, one for signed int16 <-> unsigned int16 and one for the new
4895         rounding from signed int32 to signed/unsigned int16.
4896
4897 2007-03-27  Michael Smith  <msmith@fluendo.com>
4898
4899         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
4900         (gst_audio_convert_transform_caps):
4901           Fix typo in debug line introduced recently, as pointed out on irc.
4902
4903 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
4904
4905         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
4906         * tests/check/libs/tag.c: (GST_START_TEST):
4907           Make sure we parse floating-point numbers in vorbis comments
4908           correctly with either '.' or ',' as separator, no matter what
4909           the current locale is. Add unit test for this too.
4910
4911 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
4912
4913         Patch by: René Stadler  <mail at renestadler de>
4914
4915         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
4916           When writing out floating-point numbers to vorbis comment tags, always
4917           use the same character as separator no matter what the current locale is
4918           (fixes #423051).
4919
4920         * tests/check/libs/tag.c: (GST_START_TEST):
4921           Add unit tests for replaygain tags in vorbis comments (closes #423055).
4922
4923 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4924
4925         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
4926           vorbis_handle_data_packet):
4927           Correctly set DURATION to generate a timestamp-continuous stream.
4928           One bug left at the end; see
4929           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
4930         * tests/check/Makefile.am:
4931         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
4932           Add a test to check this.  Without the above patch this test fails.
4933
4934 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
4935
4936         * gst-libs/gst/rtp/Makefile.am:
4937         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
4938
4939 2007-03-23  Michael Smith  <msmith@fluendo.com>
4940
4941         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
4942         (gst_video_rate_reset), (gst_video_rate_chain):
4943           If videorate changes caps, we can no longer use the old buffer
4944           (which may have a different size, incompatible with our caps).
4945           So don't do that; just duplicate the new frame more times.
4946
4947 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
4948
4949         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4950         Remove playbin's override of the set_clock vmethod. It's irrelevant
4951         after Wim's commit on the 19th.
4952
4953 2007-03-22  Wim Taymans  <wim@fluendo.com>
4954
4955         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
4956         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
4957         * ext/gnomevfs/gstgnomevfssrc.h:
4958         Don't cache file sizes. Fixes #341078.
4959
4960 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4961
4962         * gst/playback/gstplaybin.c: (add_sink):
4963           Use GST_PTR_FORMAT to log caps. 
4964
4965 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4966
4967         Patch by: Young-Ho Cha <ganadist at chollian net>
4968
4969         * gst/subparse/samiparse.c: (handle_start_font):
4970           Special-case some more colour names that pango doesn't handle by
4971           default. Fixes #420578.
4972
4973 2007-03-20  Michael Smith  <msmith@fluendo.com>
4974
4975         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
4976           If we get a zero-sized input buffer, don't pass it to libvorbis, as
4977           that marks EOS internally. After that, libvorbis will buffer all
4978           input data, and encode none of it, eventually leading to memory
4979           exhaustion.
4980
4981 2007-03-19  Wim Taymans  <wim@fluendo.com>
4982
4983         * gst/playback/gstdecodebin.c: (remove_fakesink):
4984         Don't post STATE_DIRTY anymore.
4985
4986         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
4987         (gst_play_bin_change_state):
4988         Remove stream_time reset in seek handling, core does that now.
4989         Disable clocking for live pipelines by forcing a NULL clock to the
4990         complete pipeline, core is too smart now for our previous hack.
4991         We can always autoplug in PAUSED now.
4992
4993 2007-03-17  David Schleef  <ds@schleef.org>
4994
4995         * REQUIREMENTS:  Update this file, change the formatting to make
4996         it more consistent, plus more machine readable.
4997
4998 2007-03-16  Michael Smith  <msmith@fluendo.com>
4999
5000         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5001         (strip_width_64), (append_with_other_format):
5002           Previous fix was too simplistic, and broke the tests. Use a better
5003           approach; only strip 64 from widths for integer audio.
5004
5005 2007-03-16  Michael Smith  <msmith@fluendo.com>
5006
5007         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5008         (gst_audio_convert_transform_caps):
5009           We don't support 64 bit integer audio, so don't try to claim we can.
5010           Stops us producing caps don't match our template caps.
5011           Update comments.
5012
5013 2007-03-15  Michael Smith  <msmith@fluendo.com>
5014
5015         * gst/audioresample/gstaudioresample.c:
5016         (audioresample_check_discont), (audioresample_transform):
5017           Don't trigger discontinuities for very small imperfections; a filter
5018           flush will sound bad, and many plugins have rounding errors leading
5019           to these.
5020
5021 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5022
5023         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
5024
5025         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5026         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5027         API: add "min-ptime" property to RTP base audio payloader.
5028         API: add gst_base_rtp_audio_payload_push().
5029         API: add gst_base_rtp_audio_payload_get_adapter().
5030         Fixes #415001
5031         Indentation/whitespace/documentation fixes.
5032
5033 2007-03-14  Julien MOUTTE  <julien@moutte.net>
5034
5035         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5036         (audioresample_transform_size), (audioresample_do_output),
5037         (audioresample_transform), (audioresample_pushthrough): Handle
5038         discontinuous streams.
5039         * gst/audioresample/gstaudioresample.h:
5040         * tests/check/elements/audioresample.c:
5041         (test_discont_stream_instance), (GST_START_TEST),
5042         (audioresample_suite): Add a test for discontinuous streams.
5043         * win32/common/config.h: Updated.
5044
5045 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5046
5047         * po/af.po:
5048         * po/az.po:
5049         * po/cs.po:
5050         * po/en_GB.po:
5051         * po/it.po:
5052         * po/nb.po:
5053         * po/nl.po:
5054         * po/or.po:
5055         * po/sq.po:
5056         * po/sr.po:
5057         * po/sv.po:
5058         * po/uk.po:
5059         * po/vi.po:
5060           Update translations from translation project.
5061
5062 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5063
5064         * gst/audioresample/debug.h:
5065         * gst/audioresample/resample.c: (resample_init):
5066           Since I really am not interested in a debug line for each sample
5067           being processed, move the library's debugging to its own category,
5068           libaudioresample
5069
5070 2007-03-13  Michael Smith  <msmith@fluendo.com>
5071
5072         * ext/theora/theoradec.c: (theora_handle_type_packet):
5073           Since the plugin doesn't support anything other than 4:2:0 right
5074           now, post an error and fail if we get something else. Won't matter
5075           until libtheora supports the other pixel formats, but hopefully
5076           that'll be soon...
5077
5078 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
5079
5080         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
5081         Use gst_guint64_to_gdouble for conversion.
5082         * win32/MANIFEST:
5083         Add new files to the win32 MANIFEST.
5084         * win32/common/libgstaudio.def:
5085         * win32/common/libgstpbutils.def:
5086         Add new exported functions.
5087         * win32/vs6/gst_plugins_base.dsw:
5088         * win32/vs6/libgstdecodebin.dsp:
5089         * win32/vs6/libgstplaybin.dsp:
5090         Change the link to libgstpbutils.lib.
5091         * win32/vs6/libgstdecodebin2.dsp:
5092         Add a new project for decodebin2.
5093         * win32/vs6/libgstpbutils.dsp:
5094         Add a new project for pbutils.
5095
5096 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
5097
5098         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
5099           Also accept partial dates with only year and month,
5100           like 1999-12-00 (fixes #410396 even more).
5101
5102         * tests/check/libs/tag.c: (GST_START_TEST):
5103           Add unit test for the above.
5104
5105 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
5106
5107         * tests/check/elements/subparse.c: (GST_START_TEST),
5108         (subparse_suite):
5109           Add unit test for MPL2 subtitle format (#413799).
5110
5111 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
5112
5113         Patch by: Kamil Pawlowski  <kamilpe gmail com>
5114
5115         * gst/subparse/Makefile.am:
5116         * gst/subparse/gstsubparse.c:
5117         (gst_sub_parse_data_format_autodetect),
5118         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
5119         (gst_subparse_type_find):
5120         * gst/subparse/gstsubparse.h:
5121         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
5122         * gst/subparse/mpl2parse.h:
5123           Add support for MPL2 subtitle format (#413799).
5124
5125 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5126
5127         * configure.ac:
5128           We require core CVS for the new buffer metadata copy functions.
5129
5130 2007-03-09  Wim Taymans  <wim@fluendo.com>
5131
5132         * gst-libs/gst/tag/gstid3tag.c:
5133         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
5134         Fixes #414496.
5135
5136         Patch by: Alex Lancaster <alexl at users sourceforge net>
5137
5138 2007-03-09  Wim Taymans  <wim@fluendo.com>
5139
5140         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
5141         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
5142         Improve adapter usage and comments.
5143
5144 2007-03-09  Wim Taymans  <wim@fluendo.com>
5145
5146         * ext/pango/gsttextrender.c: (gst_text_render_chain):
5147         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
5148         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
5149         Use new metadata copy function.
5150
5151         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5152         (gst_ffmpegcsp_transform):
5153         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
5154         Basetransform copied the metadata for us.
5155
5156 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5157
5158         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
5159         (gst_text_overlay_video_event):
5160           Some more logging. Only accept newsegment events in TIME format and
5161           send a WARNING message if they are not in TIME format.
5162
5163         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5164         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
5165         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
5166         * gst/subparse/gstsubparse.h:
5167           No need to allocate GstSegment structure dynamically, just put it
5168           into the instance structure; ignore newsegment events in BYTE
5169           format and in particular don't let it overwrite our saved TIME
5170           segment from the last seek.
5171
5172 2007-03-09  Michael Smith  <msmith@fluendo.com>
5173
5174         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
5175           Replace AC3 typefinder with one that isn't terrible, and actually
5176           works usefully.
5177
5178 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5179
5180         * gst/audioconvert/gstaudioconvert.c:
5181         (gst_audio_convert_transform):
5182           fix error category and translatable string
5183           
5184
5185 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5186
5187         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
5188         * pkgconfig/gstreamer-plugins-base.pc.in:
5189           Fix up utils => pbutils here too.
5190
5191 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5192
5193         * gst/subparse/gstsubparse.c: (handle_buffer):
5194           Break out of loop in chain function as soon as possible if we get
5195           a non-OK flow return.
5196
5197 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5198
5199         * tests/check/elements/alsa.c: (GST_START_TEST):
5200         Unref the mixer if the state change fails too (if the
5201         alsa devices are inaccessible, for example)
5202
5203 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5204
5205         * tests/check/Makefile.am:
5206         Don't test libvisual elements in the states check, because libvisual
5207         seems to leak internally.
5208
5209         Re-enable the alsa and states tests now that there's new suppressions
5210         in gst.supp.
5211
5212         * tests/check/elements/alsa.c: (GST_START_TEST):
5213         Don't leak the alsamixer we instantiated.
5214
5215 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5216
5217         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
5218         (gst_ximagesink_change_state), (gst_ximagesink_reset),
5219         (gst_ximagesink_finalize):
5220         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
5221         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
5222         Move some cleanup stuff from the state change handler into a _reset()
5223         function that can be called from _finalize(). This ensures that things
5224         get freed even if (for some reason) the NULL->READY state transition
5225         fails in the parent class.
5226         Even if a parent state change fails, process our downward state change
5227         logic instead of bailing out early.
5228         Free the correct xcontext pointer in ximagesink's xcontext_clear.
5229
5230 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5231
5232         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5233         Extra log line.
5234
5235         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
5236         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
5237         Use pango_font_description_set_family_static instead of 
5238         pango_font_description_set_family to save a string copy (it was
5239         leaking due to the strdup anyway)
5240
5241         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
5242         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
5243         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
5244         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
5245         Chain up in finalize.
5246
5247 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
5248
5249         * gst-libs/gst/interfaces/mixertrack.c:
5250         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
5251         (gst_mixer_track_set_property):
5252           API: add "untranslated-label" property which should be set by
5253           implementations at construct time (#414645).
5254
5255         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
5256         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
5257           Set "untranslated-label" when constructing mixer track objects.
5258
5259         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
5260           Unit test to check the above.
5261
5262 2007-03-07  Wim Taymans  <wim@fluendo.com>
5263
5264         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
5265         Fix confusing debug message.
5266
5267 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5268
5269         * gst-plugins-base.doap:
5270         update doap file with new version
5271
5272 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5273
5274         * configure.ac:
5275         Back to CVS
5276
5277 === release 0.10.12 ===
5278
5279 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
5280
5281         * configure.ac:
5282           releasing 0.10.12, "Zombie Horde"
5283
5284 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5285
5286         * configure.ac:
5287         Bump version to 0.10.11.4 pre-release
5288
5289 2007-03-06  Wim Taymans  <wim@fluendo.com>
5290
5291         * gst-libs/gst/audio/gstbaseaudiosink.c:
5292         (gst_base_audio_sink_async_play):
5293         Fix regression that made GStreamer skip the first samples of audio.
5294         Fixes #414684.
5295
5296 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5297
5298         * configure.ac:
5299         Bump version to 0.10.11.3 pre-release
5300
5301 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
5302
5303         * po/POTFILES.in:
5304           Update paths for the rename from utils to pbutils to fix the build.
5305
5306 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
5307
5308         * gst-libs/gst/pbutils/Makefile.am:
5309           Change directory to install headers in from gst/utils to gst/pbutils
5310           as well.
5311
5312 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5313
5314         * configure.ac:
5315         * docs/libs/gst-plugins-base-libs-docs.sgml:
5316         * docs/libs/gst-plugins-base-libs-sections.txt:
5317         * gst-libs/gst/Makefile.am:
5318         * gst-libs/gst/interfaces/mixer.c:
5319         * gst-libs/gst/pbutils/Makefile.am:
5320         * gst-libs/gst/pbutils/descriptions.c:
5321         (gst_pb_utils_get_source_description),
5322         (gst_pb_utils_get_sink_description),
5323         (gst_pb_utils_get_decoder_description),
5324         (gst_pb_utils_get_encoder_description),
5325         (gst_pb_utils_get_element_description),
5326         (gst_pb_utils_add_codec_description_to_tag_list),
5327         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
5328         * gst-libs/gst/pbutils/descriptions.h:
5329         * gst-libs/gst/pbutils/install-plugins.c:
5330         * gst-libs/gst/pbutils/install-plugins.h:
5331         * gst-libs/gst/pbutils/missing-plugins.c:
5332         (gst_missing_uri_source_message_new),
5333         (gst_missing_uri_sink_message_new),
5334         (gst_missing_element_message_new),
5335         (gst_missing_decoder_message_new),
5336         (gst_missing_encoder_message_new),
5337         (gst_missing_plugin_message_get_description):
5338         * gst-libs/gst/pbutils/missing-plugins.h:
5339         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
5340         * gst-libs/gst/pbutils/pbutils.h:
5341         * gst-libs/gst/utils/Makefile.am:
5342         * gst-libs/gst/utils/base-utils.c:
5343         * gst-libs/gst/utils/base-utils.h:
5344         * gst-libs/gst/utils/descriptions.c:
5345         * gst-libs/gst/utils/descriptions.h:
5346         * gst-libs/gst/utils/install-plugins.c:
5347         * gst-libs/gst/utils/install-plugins.h:
5348         * gst-libs/gst/utils/missing-plugins.c:
5349         * gst-libs/gst/utils/missing-plugins.h:
5350         * gst-plugins-base.spec.in:
5351         * gst/playback/Makefile.am:
5352         * gst/playback/gstdecodebin.c:
5353         * gst/playback/gstdecodebin2.c:
5354         * gst/playback/gstplaybasebin.c: (setup_subtitle),
5355         (gen_source_element):
5356         * gst/playback/gstplaybin.c: (plugin_init):
5357         * tests/check/Makefile.am:
5358         * tests/check/libs/pbutils.c: (GST_START_TEST),
5359         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
5360         * tests/check/libs/utils.c:
5361           rename utils to pbutils
5362
5363 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5364
5365         * docs/plugins/Makefile.am:
5366         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5367         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5368         * docs/plugins/inspect/plugin-decodebin2.xml:
5369         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
5370         Add documentation for decodebin2 that indicates that the API
5371         is still unstable.
5372
5373 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5374
5375         * configure.ac:
5376         Update to 0.10.11.2 (0.10.12 pre-release)
5377
5378 2007-03-01  Wim Taymans  <wim@fluendo.com>
5379
5380         * gst-libs/gst/audio/gstbaseaudiosink.c:
5381         (gst_base_audio_sink_async_play):
5382         base time is irrelevant here.
5383
5384 2007-03-01  Wim Taymans  <wim@fluendo.com>
5385
5386         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
5387         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
5388         Improve debugging.
5389
5390         * gst-libs/gst/audio/gstbaseaudiosink.c:
5391         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
5392         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
5393         Improve latency and clock slaving calculations.
5394         Improve slave clock calibration.
5395
5396         * gst-libs/gst/audio/gstringbuffer.c:
5397         (gst_ring_buffer_commit_full):
5398         When we are asked to render N sample to 0 bytes, return N.
5399
5400 2007-03-01  Wim Taymans  <wim@fluendo.com>
5401
5402         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
5403         (gst_alsasink_write), (gst_alsasink_reset):
5404         * ext/alsa/gstalsasink.h:
5405         Remove unused dispose function.
5406         Rename lock to not interfere with alsasrc lock.
5407
5408         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
5409         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
5410         (gst_alsasrc_read), (gst_alsasrc_reset):
5411         * ext/alsa/gstalsasrc.h:
5412         Implement finalize function.
5413         Use lock to protect alsa access.
5414         Implement _reset.
5415         Fine tune sw params.
5416
5417 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5418
5419         * configure.ac:
5420           Convert to new AG_GST style.
5421
5422 2007-02-28  Wim Taymans  <wim@fluendo.com>
5423
5424         Patch by: Ed Catmur <ed at catmur dot co dot uk>
5425
5426         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
5427         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
5428         Fix race condition when rapidly switching visualisations in playbin.
5429         Fixes #401029.
5430
5431 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
5432
5433         * tests/check/Makefile.am:
5434         Include local stuff before system installed things in LDFLAGS and
5435         CFLAGS.
5436
5437 2007-02-28  Wim Taymans  <wim@fluendo.com>
5438
5439         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
5440         Improve debugging.
5441
5442 2007-02-28  Wim Taymans  <wim@fluendo.com>
5443
5444         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
5445         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
5446         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
5447         Fix duration and timestamping, taking latency into account.
5448         Implement latency query.
5449
5450 2007-02-28  Wim Taymans  <wim@fluendo.com>
5451
5452         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
5453         (gst_audio_clock_new):
5454         Fix clock name.
5455
5456         * gst-libs/gst/audio/gstbaseaudiosink.c:
5457         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
5458         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
5459         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
5460         (gst_base_audio_src_create):
5461         Improve latency query code.
5462         Use proper clock names.
5463
5464 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5465
5466         * tests/check/generic/states.c: (GST_START_TEST):
5467           Copy the states.c test from core again
5468         * tests/check/Makefile.am:
5469           ignore cdio and cdparanoiasrc
5470
5471 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
5472
5473         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
5474         (double_hq), (audio_convert_get_func_index), (check_default),
5475         (audio_convert_prepare_context), (audio_convert_convert):
5476           Also make valgrind happy and avoid copying data in some cases.
5477
5478 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
5479
5480         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
5481         (double_hq), (audio_convert_get_func_index),
5482         (audio_convert_prepare_context), (audio_convert_convert):
5483         * gst/audioconvert/gstaudioconvert.c:
5484         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
5485         (gst_audio_convert_transform_caps):
5486         * tests/check/elements/audioconvert.c: (GST_START_TEST),
5487         (audioconvert_suite):
5488           Don't run inplace if that overwrites source data as we go. Add more
5489           tests. Fixes #339837 even more.
5490
5491 2007-02-27  Julien MOUTTE  <julien@moutte.net>
5492
5493         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
5494         (msg_segment_done): Fix various seeking bugs (Slider was not
5495         updating when doing a non flushing seek, Reverse playback 
5496         on segment seek was wrong).
5497
5498 2007-02-26  Wim Taymans  <wim@fluendo.com>
5499
5500         * tests/examples/seek/seek.c: (stop_seek):
5501         When we stop scrubbing, don't leave the pipeline PLAYING when we
5502         requested a PAUSED state.
5503
5504 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
5505
5506         Patch by: René Stadler <mail at renestadler de>
5507
5508         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
5509           Parse date strings in vorbis comments that have an invalid (zero)
5510           month or day (#410396).
5511
5512         * tests/check/libs/tag.c: (GST_START_TEST):
5513           Test case for the above.
5514
5515 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5516
5517         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5518
5519         * configure.ac:
5520         * ext/alsa/Makefile.am:
5521         * gst/audiotestsrc/Makefile.am:
5522           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
5523
5524 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5525
5526         * gst/playback/gstplaybin.c:
5527           Improve docs: point out that the application needs to assist playbin
5528           with buffering.
5529
5530 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5531
5532         * gst-libs/gst/utils/install-plugins.c:
5533         * gst-libs/gst/utils/missing-plugins.c:
5534         * tests/check/libs/utils.c: (missing_msg_check_getters):
5535           Change GStreamer marker prefix in detail string from 'gstreamer.net'
5536           to just 'gstreamer'. Document the caps string component of the
5537           decoder/encoder detail a bit better, since not everyone will be
5538           familiar with the GStreamer media type/caps system (but they better
5539           enjoy nested itemized lists).
5540
5541 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
5542
5543         * gst-libs/gst/netbuffer/gstnetbuffer.c:
5544         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
5545           Fix copying of GstNetBuffer (would crash before, or at least lead to
5546           invalid memory access, #410772), for now by copying the GstBuffer copy
5547           code from the core over here so we can copy the GstBuffer fields on a
5548           provided buffer instance (of type GstNetBuffer in this case). Would be
5549           better to fix this with some support by the core though (and in the long
5550           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
5551
5552         * tests/check/Makefile.am:
5553           Enable unit test for GstNetBuffer.
5554
5555 2007-02-22  Andy Wingo  <wingo@pobox.com>
5556
5557         * gst-libs/gst/audio/gstbaseaudiosink.c
5558         (gst_base_audio_sink_init): Disable pull-mode activation until we
5559         figure out how to make audio sinks go to PLAYING.
5560
5561 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5562
5563         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
5564         (double_hq), (audio_convert_get_func_index),
5565         (audio_convert_prepare_context), (audio_convert_convert):
5566         * gst/audioconvert/audioconvert.h:
5567         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
5568         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
5569         * gst/audioconvert/gstchannelmix.h:
5570         * tests/check/elements/audioconvert.c: (GST_START_TEST):
5571           Add float as an intermediate format, as well as float mixing. Enable
5572           test that was failing before. Fixes #339837
5573
5574 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
5575
5576         * tests/examples/seek/seek.c: (do_seek):
5577         Undo the previous commit: -1 as a stop time implies that the stop
5578         time is the end of file, clearing any previously configured segment.
5579
5580 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
5581
5582         * tests/examples/seek/seek.c: (do_seek):
5583         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
5584
5585 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5586
5587         * gst/volume/gstvolume.c: (volume_process_int16),
5588         (volume_process_int16_clamp), (volume_set_caps):
5589           Unbreak volume, value remains gint.
5590
5591 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5592
5593         * gst/volume/gstvolume.c: (volume_choose_func),
5594         (volume_update_real_volume), (gst_volume_set_volume),
5595         (gst_volume_init), (volume_process_double), (volume_process_float),
5596         (volume_process_int16), (volume_process_int16_clamp),
5597         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
5598         * gst/volume/gstvolume.h:
5599           Extend float audio support (double) and some int->uint cleanups.
5600
5601 2007-02-20  Edward Hervey  <edward@fluendo.com>
5602
5603         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
5604         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
5605         (sort_end_pads), (gst_decode_group_expose),
5606         (gst_decode_group_hide):
5607         Don't free groups from the streaming threads. Just put them aside and
5608         free them in dispose.
5609
5610 2007-02-20  Edward Hervey  <edward@fluendo.com>
5611
5612         * gst/playback/gstdecodebin2.c: (connect_element),
5613         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
5614         (sort_end_pads), (gst_decode_group_expose):
5615         Handle dynamic pads within groups.
5616         Sort pads before exposing them in order to make playbin happy.
5617         There still is a race with the multiqueue filling up. This should be
5618         solved separately.
5619         Fixes #398721
5620
5621 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
5622
5623         * gst-libs/gst/utils/base-utils.c:
5624         * gst-libs/gst/utils/descriptions.c:
5625         * gst-libs/gst/utils/install-plugins.c:
5626         * gst-libs/gst/utils/missing-plugins.c:
5627           Some more docs (and descriptions for two subtitle formats).
5628
5629 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
5630
5631         * gst-libs/gst/audio/audio.c:
5632           Fix documentation.
5633
5634 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
5635
5636         Patch by: Yves Lefebvre  <ivanohe abacom com>
5637
5638         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
5639           Don't leak caps. Fixes #408278.
5640
5641 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
5642
5643         * ext/cdparanoia/gstcdparanoiasrc.h:
5644         * ext/ogg/gstoggdemux.h:
5645         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
5646         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
5647         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
5648         * gst-libs/gst/audio/audio.h:
5649         * gst-libs/gst/audio/gstaudiofilter.h:
5650         * gst-libs/gst/interfaces/videoorientation.h:
5651         * gst/adder/gstadder.h:
5652           More docs coverage and some ChangeLog surgery (add missing names)
5653
5654 2007-02-15  Wim Taymans  <wim@fluendo.com>
5655
5656         * sys/ximage/ximagesink.c:
5657         (gst_ximagesink_calculate_pixel_aspect_ratio):
5658         * sys/xvimage/xvimagesink.c:
5659         (gst_xvimagesink_calculate_pixel_aspect_ratio):
5660         Small constifications.
5661
5662 2007-02-15  Wim Taymans  <wim@fluendo.com>
5663
5664         * gst-libs/gst/audio/gstbaseaudiosink.c:
5665         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
5666         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
5667         (gst_base_audio_sink_async_play),
5668         (gst_base_audio_sink_change_state):
5669         Answer latency query.
5670         Use configured latency when syncing.
5671         Fix clock slaving.
5672
5673         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5674         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
5675         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
5676         Fix possible memleak.
5677         Implement latency query.
5678         Small cleanups.
5679
5680 2007-02-15  Wim Taymans  <wim@fluendo.com>
5681
5682         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
5683         Ignore errors in reset, these are not fatal. They also grab the element
5684         lock which is already taking when this function is called. Fixes
5685         #405451.
5686
5687 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5688
5689         * configure.ac:
5690           Remove 'tests/examples/xerror/Makefile' from output files again.
5691
5692 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5693
5694         * configure.ac:
5695         * docs/plugins/Makefile.am:
5696           Also crossref against gst-plugins-base-libs.
5697
5698 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5699
5700         * configure.ac:
5701         * docs/libs/Makefile.am:
5702         * docs/plugins/Makefile.am:
5703           Add crossreferences to glib/gobject/gstream docs.
5704
5705         * gst-libs/gst/audio/audio.h:
5706           Source formatting.
5707
5708         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
5709           Add own debug category.
5710
5711 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5712
5713         Patch by: René Stadler <mail at renestadler de>
5714
5715         * gst-libs/gst/tag/gstvorbistag.c:
5716           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
5717           (#403597).
5718
5719 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
5720
5721         * gst/playback/gstplaybasebin.c: (setup_source):
5722           When we have external subtitles and wait for the subtitle decodebin
5723           to get up and running, we set up a (sync) bus handler for the
5724           subtitle decodebin, so we can stop waiting when it posts an error
5725           message. However, we should do that before we set the subtitle
5726           decodebin's state to playing, otherwise things are racy and we might
5727           miss error messages posted before we had a chance to set up the bus.
5728           This should finally fix totem hanging on .txt pseudo-subtitle files.
5729           
5730 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
5731
5732         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
5733           Use gst_gdouble_to_guint64 for conversions.
5734         * win32/common/config.h.in:
5735           Add a define for GST_INSTALL_PLUGINS_HELPER
5736         * win32/common/libgstaudio.def:
5737         * win32/common/libgstcdda.def:
5738         * win32/common/libgstnetbuffer.def:
5739         * win32/common/libgstrtp.def:
5740         * win32/common/libgutils.def:
5741           Add new exported functions.
5742         * win32/vs6/gst_plugins_base.dsw:
5743         * win32/vs6/libgstdecodebin.dsp:
5744         * win32/vs6/libgstnetbuffer.dsp:
5745         * win32/vs6/libgstplaybin.dsp:
5746         * win32/vs6/libgstrtp.dsp:
5747         * win32/vs6/libgstvorbis.dsp:
5748         * win32/vs6/libgstcdda.dsp:
5749         * win32/vs6/libgstgdp.dsp:
5750         * win32/vs6/libgstutils.dsp:
5751           Update and add new project files.
5752
5753 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
5754
5755         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
5756         (subrip_remove_unhandled_tags), (parse_subrip):
5757           For SubRip (.srt) subtitles, ignore all markup tags we don't
5758           handle (like font tags, for example).
5759
5760         * tests/check/elements/subparse.c:
5761           Add test for this.
5762
5763 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5764
5765         * gst/playback/gstdecodebin.c: (add_fakesink),
5766         (gst_decode_bin_change_state):
5767         * gst/playback/gstdecodebin2.c: (add_fakesink),
5768         (gst_decode_bin_change_state):
5769           Don't error out if there is no fakesink in the NULL to READY state
5770           change, since when decodebin is re-used, we're only adding the
5771           fakesink element in READY to PAUSED.
5772
5773         * tests/check/elements/decodebin.c:
5774         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
5775         (decodebin_suite):
5776           Minimal unit test to make sure we can use the same decodebin
5777           instance twice (at least with audiotestsrc input).
5778
5779 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5780
5781         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
5782           Try to get devic-name from device string first, and from handle only
5783           as fallback (seems to yield better results and is more robust
5784           against buggy probing code on the application side).
5785
5786 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5787
5788         Based on patch by: Julien Puydt <julien.puydt at laposte net>
5789
5790         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
5791         (gst_alsa_find_device_name):
5792         * ext/alsa/gstalsa.h:
5793         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
5794         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
5795           Improve device-name detection a bit, especially in the case where
5796           the device is not actually open (#405020, #405024). Move common code
5797           into gstalsa.c instead of duplicating it.
5798
5799 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5800
5801         * gst/audioconvert/gstaudioconvert.c:
5802           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
5803
5804 2007-02-06  Julien MOUTTE  <julien@moutte.net>
5805
5806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
5807         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
5808         (gst_xvimagesink_interface_supported),
5809         (gst_xvimagesink_probe_get_properties),
5810         (gst_xvimagesink_probe_probe_property),
5811         (gst_xvimagesink_probe_needs_probe),
5812         (gst_xvimagesink_probe_get_values),
5813         (gst_xvimagesink_property_probe_interface_init),
5814         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
5815         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
5816         (gst_xvimagesink_get_type):
5817         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
5818         for XVAdaptors so that one can choose the adaptor to use with 
5819         gstreamer-properties.
5820
5821 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
5822
5823         * gst/audioconvert/gstaudioconvert.c:
5824           Also mention that a conversion from double to float is suboptimal still.
5825
5826 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5827
5828         * gst-libs/gst/audio/gstaudiofilter.c:
5829         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
5830           Clear our formats structure and free the caps contained in it when
5831           shutting down.
5832
5833 2007-02-05  Andy Wingo  <wingo@pobox.com>
5834
5835         * gst-libs/gst/audio/gstbaseaudiosink.c
5836         (gst_base_audio_sink_callback): Update basesink->offset so that we
5837         pull monotonically increasing offsets instead of, um, seeking back
5838         to 0 each time. Fixes alsasrc ! alsasink!
5839
5840 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
5841
5842         * gst/videoscale/gstvideoscale.c:
5843           A width and height of 1 makes us crash, so increase minimum size to
5844           2x2 pixels until someone feels like fixing this (#404512).
5845
5846 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
5847
5848         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
5849           Add small test to make sure request pads are cleaned up properly
5850           even if oggmux never changes state out of NULL.
5851
5852 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
5853
5854         * tests/check/libs/utils.c: (GST_START_TEST):
5855           Fix unit test. Turns out things work much better when you
5856           NULL-terminate string arrays. Should make p5 build bot happy again.
5857
5858 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
5859
5860         * gst-libs/gst/audio/Makefile.am:
5861         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5862         (gst_audio_filter_template_base_init),
5863         (gst_audio_filter_template_class_init),
5864         (gst_audio_filter_template_init),
5865         (gst_audio_filter_template_set_property),
5866         (gst_audio_filter_template_get_property),
5867         (gst_audio_filter_template_setup),
5868         (gst_audio_filter_template_filter),
5869         (gst_audio_filter_template_filter_inplace), (plugin_init):
5870           Oops, forgot to commit fixed-up example.
5871
5872 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
5873
5874         * docs/libs/gst-plugins-base-libs-sections.txt:
5875         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
5876         (gst_audio_filter_class_init), (gst_audio_filter_init),
5877         (gst_audio_filter_set_caps),
5878         (gst_audio_filter_class_add_pad_templates):
5879         * gst-libs/gst/audio/gstaudiofilter.h:
5880           Port GstAudioFilter to 0.10. This change technically breaks
5881           API and ABI (and thus also every library developer's heart),
5882           but seems justifiable on the grounds that the base class was
5883           completely unusable before (ie. would crash immediately when
5884           actually used). Fixes #403963 (and eventually also #403572).
5885           Also document all of this a bit.
5886
5887 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
5888
5889         * gst-libs/gst/utils/install-plugins.c:
5890         (gst_install_plugins_spawn_child):
5891         * tests/check/libs/utils.c:
5892         (test_base_utils_install_plugins_do_callout):
5893           Lowering log level to see why things fail on the p5 build bot;
5894           fix some typos in unit test messages.
5895
5896 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
5897
5898         * tests/check/libs/utils.c:
5899         (test_base_utils_install_plugins_do_callout):
5900           Don't hard-code temp directory for test helper; use GLib functions
5901           to write out file and do error checking etc.
5902
5903 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5904
5905         * gst-libs/gst/utils/Makefile.am:
5906         * gst-libs/gst/utils/base-utils.h:
5907         * gst-libs/gst/utils/install-plugins.c:
5908         (gst_install_plugins_context_set_xid),
5909         (gst_install_plugins_context_new),
5910         (gst_install_plugins_context_free),
5911         (gst_install_plugins_get_helper),
5912         (gst_install_plugins_spawn_child),
5913         (gst_install_plugins_return_from_status),
5914         (gst_install_plugins_installer_exited),
5915         (gst_install_plugins_async), (gst_install_plugins_sync),
5916         (gst_install_plugins_return_get_name),
5917         (gst_install_plugins_installation_in_progress):
5918         * gst-libs/gst/utils/install-plugins.h:
5919           API: add API for applications to initiate installation of missing
5920           plugins, ie. gst_install_plugins_async() primarily.
5921           Based on libgimme-codec by Ryan Lortie.
5922
5923         * configure.ac:
5924           Add --with-install-plugins-helper configure option so distros can specify
5925           the path of the helper script or program to call when plugin installation
5926           is requested (distros: please do any argument munging in this helper
5927           script instead of patching GStreamer to pass arguments differently
5928           to another program directly).
5929
5930         * docs/libs/gst-plugins-base-libs-docs.sgml:
5931         * docs/libs/gst-plugins-base-libs-sections.txt:
5932           Build and document new API.
5933
5934         * tests/check/libs/utils.c: (result_cb),
5935         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
5936         (libgstbaseutils_suite):
5937           Some simple checks for the new API.
5938
5939 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5940
5941         * tests/check/elements/audioconvert.c: (test_float_conversion):
5942           Add small test for 32bit float <=> 64bit float conversion (works
5943           only one way so far, 32=>64 produces structured noise).
5944
5945 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5946
5947         * gst/audioconvert/gstaudioconvert.c:
5948         (set_structure_widths_32_and_64), (make_lossless_changes):
5949           We don't support floats with a width of 40, 48 or 56 bits.
5950
5951 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
5952
5953         * gst/audioconvert/audioconvert.c: (float), (double),
5954         (audio_convert_get_func_index):
5955         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
5956         (make_lossless_changes):
5957           Support for 64-bit float audio in audioconvert (#339837)
5958
5959 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
5960
5961         Patch by: Holger Wansing  <linux wansing-online de>
5962
5963         * po/LINGUAS:
5964         * po/de.po:
5965           Add German translation (#352069).
5966
5967 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
5968
5969         reviewed by: Wim Taymans <wim@fluendo.com>
5970
5971         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
5972         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
5973         Use newly added GstCollectPads API to free the allocated resources in
5974         the GstOggPad structures (#402393).
5975
5976 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
5977
5978         * gst/playback/gstplaybin.c: (gen_vis_element):
5979           Add audioresample+audioconvert in front of the visualisation
5980           element, so that elements like libvisual 0.4 that don't support all
5981           samplerates can work.
5982
5983           Fixes: #402505
5984
5985 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5986
5987         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
5988         (gst_play_base_bin_get_streaminfo_value_array):
5989           Take some locks and make a copy of the streaminfo value array we
5990           maintain while holding the lock, so that the application can
5991           retrieve the stream-info as a value array in a thread-safe way.
5992
5993 2007-01-30  Wim Taymans  <wim@fluendo.com>
5994
5995         * gst/audioconvert/gstaudioconvert.c:
5996         Don't fail on 0 sized buffers. Fixes #396835.
5997
5998 2007-01-29  David Schleef  <ds@schleef.org>
5999
6000         * gst/typefind/gsttypefindfunctions.c:
6001           Detect BBCD as video/x-dirac, so we can play raw dirac
6002           streams.
6003
6004 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
6005
6006         * ext/theora/theoraenc.c: (theora_enc_chain):
6007           Check return value of theora_encode_header(), or we might try to
6008           allocate a random number of bytes. theora_encode_header() can fail
6009           if libtheora has been compiled with encoding support disabled.
6010           Fixes #398110.
6011
6012 2007-01-29  Wim Taymans  <wim@fluendo.com>
6013
6014         * tests/check/gst/.cvsignore:
6015         Do as buildbot says.
6016
6017 2007-01-29  Wim Taymans  <wim@fluendo.com>
6018
6019         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
6020         Fix strides in libvisual. Gst uses X strides.
6021         Inspired by: <ed at catmur dot co dot uk> and 
6022         <tim at centricular dot net>
6023         Fixes #401118.
6024
6025 2007-01-27  Wim Taymans  <wim@fluendo.com>
6026
6027         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
6028         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
6029         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
6030         (gst_ogg_demux_perform_seek),
6031         (gst_ogg_demux_bisect_forward_serialno),
6032         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
6033         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
6034         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
6035         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
6036         * ext/ogg/gstoggdemux.h:
6037         Properly propagate streaming errors when we are scanning the file for
6038         chains so that we don't crash when shut down. Might fix some crashers
6039         when quickly switching oggs in RB such as #332503 and #378436.
6040
6041 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
6042
6043         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
6044           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
6045           error code as well.
6046
6047 2007-01-25  Wim Taymans  <wim@fluendo.com>
6048
6049         * gst/playback/gstplaybasebin.c: (remove_source):
6050         Don't try to disconnect a signal from a finalized object.
6051
6052 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
6053
6054         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
6055           Cast lock macro parameters to make sure we're actually accessing the
6056           lock member at the right class level. Free list itself in _dispose()
6057           as well and NULL it in case dispose gets called multiple times.
6058
6059 2007-01-25  Edward Hervey  <edward@fluendo.com>
6060
6061         * gst/playback/gstdecodebin2.c:
6062         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
6063         Free GstDecodeGroups no longer used.
6064         (gst_decode_group_expose):
6065         Don't unlock too many times !
6066         (deactivate_free_recursive):
6067         Free iterator once we're done with it.
6068         Fix for recursively deactivating elements (stop at ghostpads).
6069
6070 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
6071
6072         * gst/playback/gstplaybin.c: (handoff):
6073           Fix up caps on the frame buffer before we save it and potentially
6074           make it accessible to other threads via g_object_get; also use
6075           gst_buffer_replace() instead of gst_mini_object_replace().
6076
6077 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
6078
6079         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
6080           Make getting the current frame thread-safe.
6081
6082 2007-01-25  Edward Hervey  <edward@fluendo.com>
6083
6084         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
6085         (gst_decode_group_new), (gst_decode_group_free):
6086         Set queues to bigger sizes to cope with HD contents.
6087         Fix some mutex freeing and add comment about MT safe methods.
6088
6089 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
6090
6091         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
6092         (gst_text_overlay_text_event):
6093           Don't unnecessarily ref (and then leak) upstream events if the text
6094           pad is not linked. Fixes #399948.
6095
6096         * tests/check/gst-plugins-base.supp:
6097           Add suppression for pango on edgy/x86 for textoverlay test.
6098
6099 2007-01-24  Wim Taymans  <wim@fluendo.com>
6100
6101         * gst-libs/gst/rtp/gstrtpbuffer.h:
6102         Add some more fixed payloads.
6103
6104 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
6105
6106         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
6107           Error out properly if we get an error from libogg while reading the
6108           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
6109
6110 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
6111
6112         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
6113           Don't leak mutex.
6114
6115         * tests/check/elements/playbin.c:
6116         (test_sink_usage_video_only_stream),
6117         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
6118         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
6119         (test_missing_suburisource_handler),
6120         (test_missing_primary_decoder), (playbin_suite):
6121           Run all tests once with decodebin and once with decodebin2.
6122           One test does not pass yet with decodebin2.
6123
6124 2007-01-23  Edward Hervey  <edward@fluendo.com>
6125
6126         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
6127         Fix the cases where oggmux doesn't properly figure out that all
6128         sinkpads have gone EOS, and therefore doesn't push out the remaining
6129         buffers and the final EOS event.
6130         Fixes #363379
6131
6132 2007-01-23  Julien MOUTTE  <julien@moutte.net>
6133
6134         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
6135         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
6136         Don't lock on navigation event push, just on keysym to string.
6137         Fixes #397673 again.
6138
6139 2007-01-22  Edward Hervey  <edward@fluendo.com>
6140
6141         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
6142         (get_current_group), (group_demuxer_event_probe),
6143         (gst_decode_group_expose), (deactivate_free_recursive),
6144         (gst_decode_group_free):
6145         Cleanups.
6146         Don't forget to emit 'no-more-pads' once a group is exposed.
6147         Cleanup elements from a DecodeGroup once we remove it.
6148         Protect call to gst_decode_group_expose() with the decodebin lock.
6149
6150 2007-01-22  Julien MOUTTE  <julien@moutte.net>
6151
6152         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
6153         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
6154         Looking at Xorg code i can't figure out if that XKeysymToString
6155         function is thread sensible or not. Lock it just in case as
6156         recommended by Radek Doulik <rodo at ximian dot com>.
6157
6158 2007-01-22  Julien MOUTTE  <julien@moutte.net>
6159
6160         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
6161         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
6162         Lock that X Call as well. Fixes #397673.
6163
6164 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6165
6166         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
6167           Don't go into an endless loop if the file starts with 00 00 01 2X,
6168           like quicktime redirect files might. Fixes #396042.
6169
6170         * tests/check/Makefile.am:
6171         * tests/check/gst/.cvsignore:
6172         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
6173         (typefindfunctions_suite):
6174           Add unit test for the above.
6175
6176 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6177
6178         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6179           On second thought, use "depth" field rather than "bpp" field.
6180
6181 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6182
6183         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6184           Camtasia caps apparently need a bpp field (#398875).
6185
6186 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6187
6188         * gst/playback/gstplaybasebin.c: (setup_subtitle),
6189         (gen_source_element), (gst_play_base_bin_change_state):
6190           Attempt at a better error message in case we don't have the required
6191           URI handler installed; post missing-plugin message also when we're
6192           missing an URI handler for the subtitle URI; clean up properly also
6193           when an error occurs and we never made it to PAUSED state.
6194
6195         * tests/check/elements/playbin.c: (GST_START_TEST),
6196         (playbin_suite):
6197           Check that we're also getting a missing-plugin messsage for a
6198           missing subtitle URI handler (and clean up properly).
6199
6200 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6201
6202         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
6203           Plug a few reference leaks.
6204
6205 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6206
6207         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
6208           Lower probability a bit if the marker isn't right at the start,
6209           to decrease the chance of false positives.
6210
6211 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6212
6213         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
6214           Small mpeg2 system stream typefinding improvement: make typefinder
6215           probe a bit into the stream instead of just looking for a marker
6216           at the beginning. Fixes #397810.
6217
6218 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6219
6220         * gst/audioconvert/gstchannelmix.c:
6221           Remove compatibility cruft for prehistoric GLib versions.
6222
6223 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6224
6225         * gst/playback/Makefile.am:
6226         * gst/playback/gstdecodebin.c: (close_pad_link):
6227         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6228         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6229         (gst_play_base_bin_handle_message_func), (unknown_type):
6230           Let decodebin be the element to post missing-plugin messages for
6231           missing decoders (rather than playbin); make playbin implement
6232           GstBin::handle_message so we can suppress missing-plugin messages
6233           for types we're not handling on purpose (don't want to bring up an
6234           installer in those cases).
6235
6236 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
6237
6238         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6239         * gst-libs/gst/tag/gstvorbistag.c:
6240         (gst_tag_list_to_vorbiscomment_buffer):
6241         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
6242           Fix potentially unaligned access (#397207).
6243
6244 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6245
6246         * tests/examples/seek/seek.c: (set_scale), (update_scale),
6247         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
6248         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
6249         (main):
6250           Allow to toggle looping while it plays. Fix callback prototype. Clean
6251           up code a bit more. Add copyright header.
6252
6253 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6254
6255         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
6256           Red and blue mask was swapped (spotted by Dan Williams).
6257
6258 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
6259
6260         * gst-libs/gst/tag/gstid3tag.c:
6261         * gst-libs/gst/tag/gstvorbistag.c:
6262           Use new beats-per-minute tag from core.
6263
6264 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
6265
6266         * po/POTFILES.in:
6267           Add new files with translatable strings, so they actually make it
6268           into the template file one day.
6269
6270 2007-01-12  Andy Wingo  <wingo@pobox.com>
6271
6272         * gst-libs/gst/audio/gstbaseaudiosink.c
6273         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
6274         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
6275         stuff, as the base class handles this now. Actually tell the ring
6276         buffer to start.
6277         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
6278         How did this work before? Maybe I'm not as awesome a programmer as
6279         I think.
6280
6281         * gst-libs/gst/audio/gstbaseaudiosrc.c
6282         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
6283         of a pad function.
6284
6285 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
6286
6287         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
6288           Remove more fields so that the application can better blacklist
6289           formats that have been tried before.
6290
6291 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
6292
6293         * gst-libs/gst/audio/mixerutils.h:
6294           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
6295           used when compiling with c++ compilers as well.
6296
6297 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
6298
6299         * gst/typefind/gsttypefindfunctions.c:
6300           Fix comment.
6301
6302 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6303
6304         * gst/playback/gstplaybin.c: (post_missing_element_message),
6305         (gen_video_element), (gen_text_element), (gen_audio_element),
6306         (gen_vis_element):
6307           Post missing-plugin messages also when we error out because
6308           converters, textoverlay or auto*sinks are missing (#161922).
6309
6310 2007-01-10  Wim Taymans  <wim@fluendo.com>
6311
6312         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
6313         (is_demuxer_element), (new_caps):
6314         * gst/playback/gstplaybasebin.c: (source_new_pad):
6315         Fix the case where we try to ref a NULL element when we delay a link
6316         because of unfixed caps.
6317         Set the state of autoplugged decodebins to PAUSED.
6318         RTSP now works in playbin, we can remove it from the blacklist.
6319
6320 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6321
6322         * gst/playback/Makefile.am:
6323         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
6324         (unknown_type), (setup_subtitle), (gen_source_element):
6325         * gst/playback/gstplaybin.c: (plugin_init):
6326           Post missing-plugin messages on the bus for missing sources and
6327           missing decoders/demuxers/depayloaders; fix error code used when
6328           we're missing an URI handler source; for media types that we are not
6329           handling on purpose at the moment, don't print "don't know how to
6330           handle xyz" messages to the terminal or post missing-plugin
6331           messages on the bus.
6332
6333         * tests/check/elements/playbin.c: (create_playbin),
6334         (GST_START_TEST), (gst_codec_src_uri_get_type),
6335         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
6336         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
6337         (gst_codec_src_init_type), (gst_codec_src_base_init),
6338         (gst_codec_src_create), (gst_codec_src_class_init),
6339         (gst_codec_src_init), (plugin_init), (playbin_suite):
6340           Add some tests for the missing-plugin stuff.
6341
6342 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6343
6344         * configure.ac:
6345         * gst-libs/gst/Makefile.am:
6346         * gst-libs/gst/utils/Makefile.am:
6347         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
6348         * gst-libs/gst/utils/base-utils.h:
6349         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
6350         (find_format_info), (caps_are_rtp_caps),
6351         (gst_base_utils_get_source_description),
6352         (gst_base_utils_get_sink_description),
6353         (gst_base_utils_get_decoder_description),
6354         (gst_base_utils_get_encoder_description),
6355         (gst_base_utils_get_element_description),
6356         (gst_base_utils_add_codec_description_to_tag_list),
6357         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
6358         * gst-libs/gst/utils/descriptions.h:
6359         * gst-libs/gst/utils/missing-plugins.c:
6360         (missing_structure_get_type), (copy_and_clean_caps),
6361         (gst_missing_uri_source_message_new),
6362         (gst_missing_uri_sink_message_new),
6363         (gst_missing_element_message_new),
6364         (gst_missing_decoder_message_new),
6365         (gst_missing_encoder_message_new),
6366         (missing_structure_get_string_detail),
6367         (missing_structure_get_caps_detail),
6368         (gst_missing_plugin_message_get_installer_detail),
6369         (gst_missing_plugin_message_get_description),
6370         (gst_is_missing_plugin_message):
6371         * gst-libs/gst/utils/missing-plugins.h:
6372           API: add new libgstbaseutils library with functions
6373           - to create and parse missing-plugins messages
6374           - that provide (translated) descriptions for caps/decoders/sources/etc.
6375           Closes #392393.
6376
6377         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6378         * pkgconfig/gstreamer-plugins-base.pc.in:
6379           Add new lib.
6380
6381         * docs/libs/gst-plugins-base-libs-docs.sgml:
6382         * docs/libs/gst-plugins-base-libs-sections.txt:
6383           Generate docs for new lib and API.
6384
6385         * tests/check/Makefile.am:
6386         * tests/check/libs/.cvsignore:
6387         * tests/check/libs/utils.c: (missing_msg_check_getters),
6388         (GST_START_TEST), (libgstbaseutils_suite):
6389           Add some basic unit tests.
6390
6391 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6392
6393         * ext/ogg/Makefile.am:
6394           Dist gstoggdemux.h to fix 'make distcheck'.
6395
6396         * sys/v4l/Makefile.am:
6397           Fix 'make distcheck' even more.
6398
6399 2007-01-09  Wim Taymans  <wim@fluendo.com>
6400
6401         * docs/plugins/Makefile.am:
6402         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6403         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6404         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
6405         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
6406         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
6407         (gst_ogg_demux_perform_seek):
6408         * ext/ogg/gstoggdemux.h:
6409         Added docs.
6410         Add some more comments.
6411         Small cleanups.
6412
6413 2007-01-09  Wim Taymans  <wim@fluendo.com>
6414
6415         * ext/theora/theoradec.c:
6416         * ext/vorbis/vorbisdec.c:
6417         * gst-libs/gst/audio/gstringbuffer.c:
6418         (gst_ring_buffer_commit_full):
6419         * gst-libs/gst/audio/gstringbuffer.h:
6420         * gst-libs/gst/rtp/gstrtpbuffer.c:
6421         * gst-libs/gst/tag/gstvorbistag.c:
6422         Small documentation updates/fixes
6423
6424 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6425
6426         * configure.ac:
6427           Require core CVS HEAD for Andy's basesrc/sink API additions.
6428
6429 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6430
6431         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
6432
6433         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
6434         (plugin_init):
6435           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
6436           on flac.sf.net (there appear to be other versions of the first
6437           ogg page in the wild) (#391365).
6438
6439 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6440
6441         * configure.ac:
6442           Check if localtime_r() is available.
6443
6444         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
6445           If localtime_r() is not available, fall back to localtime(). Should
6446           fix build on MingW (#393310).
6447
6448 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6449
6450         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
6451         * gst/subparse/gstsubparse.h:
6452           Remove spurious 1000 subtrahend when calculating the timestamp from
6453           the frame number and the frame rate . Also, use the frames/second
6454           value specified in the first line of the file, if one is specified
6455           there. Should fix #357503.
6456
6457         * tests/check/elements/subparse.c: (do_test),
6458         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
6459         (subparse_suite):
6460           Add some basic unit tests for the microdvd subtitle format.
6461
6462 2007-01-07  Julien MOUTTE  <julien@moutte.net>
6463
6464         Patch by: Young-Ho Cha <ganadist at chollian dot net>
6465
6466         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6467         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
6468         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
6469         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
6470         (gst_xvimagesink_set_xwindow_id),
6471         (gst_xvimagesink_set_event_handling),
6472         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
6473         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
6474         Fixes: #390076.
6475         Add an adaptor property to select a specific XV adaptor.
6476         * sys/xvimage/xvimagesink.h:
6477
6478 2007-01-07  Julien MOUTTE  <julien@moutte.net>
6479
6480         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6481         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
6482         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
6483         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
6484         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
6485         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
6486         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6487         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
6488         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
6489         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
6490         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
6491         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
6492         Use flow_lock much more to protect every access to xwindow.
6493         Try to catch erros while creating images in case some drivers are
6494         just generating an XError when the requested image is too big.
6495         Should fix : #354698, #384008, #384060.
6496         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
6497         Implement some stress testing of setting window xid.
6498
6499 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6500
6501         * win32/common/libgsaudio.def:
6502           Add new exported function.
6503         * win32/common/libgstogg.dsp:
6504           Add gstoggaviparse.c to the build.
6505         * win32/common/libgstvideoscale.dsp:
6506           Add vs_4tap.c to the build.
6507         * win32/common/libgstvorbis.dsp:
6508           Add vorbistag.c to the build.
6509         
6510 2007-01-06  Andy Wingo  <wingo@pobox.com>
6511
6512         * gst-libs/gst/audio/gstbaseaudiosink.c
6513         (gst_base_audio_sink_class_init)
6514         (gst_base_audio_sink_init): 
6515         (gst_base_audio_sink_activate_pull): Add an activate_pull function
6516         to baseaudiosink, and tell basesink that we can work in pull mode.
6517         This way the ring buffer thread drives the pipeline directly, if
6518         pull mode is possible. There is some lingering nastiness regarding
6519         capsnego, however.
6520         (gst_base_audio_sink_callback): Implement the callback to pull
6521         data. This interface is a bit light, though -- it should get a
6522         GstFlowReturn return value at least.
6523
6524 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6525
6526         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
6527         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6528         * gst/playback/gstdecodebin2.c:
6529         (gst_decode_group_check_if_blocked):
6530           Printf format and missing argument fixes.
6531
6532 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
6533
6534         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
6535         (gst_ogm_parse_change_state):
6536         Activate pads before adding them to the element.
6537
6538 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6539
6540         * tests/examples/seek/scrubby.c: (main):
6541         * tests/examples/seek/seek.c: (main):
6542           Call g_thread_init() first thing in main() (see #391278).
6543
6544 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6545
6546         * tests/check/Makefile.am:
6547         * tests/check/libs/.cvsignore:
6548         * tests/check/libs/netbuffer.c: (GST_START_TEST),
6549         (netbuffer_suite):
6550           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
6551           for the time being, since it's broken, see #393099.
6552
6553 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6554
6555         * tests/check/Makefile.am:
6556           Update to use GST_PLUGINS_BASE_CFLAGS as well.
6557
6558 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6559
6560         * configure.ac:
6561           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
6562           so that GST_BASE_CFLAGS can go inbetween them, making sure
6563           we use uninstalled gst-libs headers
6564         * docs/libs/Makefile.am:
6565         * ext/alsa/Makefile.am:
6566         * ext/cdparanoia/Makefile.am:
6567         * ext/gnomevfs/Makefile.am:
6568         * ext/libvisual/Makefile.am:
6569         * ext/ogg/Makefile.am:
6570         * ext/theora/Makefile.am:
6571         * ext/vorbis/Makefile.am:
6572         * gst-libs/gst/audio/Makefile.am:
6573         * gst-libs/gst/cdda/Makefile.am:
6574         * gst-libs/gst/interfaces/Makefile.am:
6575         * gst-libs/gst/riff/Makefile.am:
6576         * gst-libs/gst/rtp/Makefile.am:
6577         * gst-libs/gst/tag/Makefile.am:
6578         * gst/adder/Makefile.am:
6579         * gst/audioconvert/Makefile.am:
6580         * gst/audiorate/Makefile.am:
6581         * gst/audioresample/Makefile.am:
6582         * gst/playback/Makefile.am:
6583         * gst/tcp/Makefile.am:
6584         * gst/videoscale/Makefile.am:
6585         * gst/volume/Makefile.am:
6586         * sys/ximage/Makefile.am:
6587         * sys/xvimage/Makefile.am:
6588         * tests/icles/Makefile.am:
6589           adapt
6590
6591 2007-01-04  Julien MOUTTE  <julien@moutte.net>
6592
6593         * gst-libs/gst/interfaces/xoverlay.c:
6594         (gst_x_overlay_handle_events):
6595         * gst-libs/gst/interfaces/xoverlay.h:
6596         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
6597         (gst_ximagesink_set_xwindow_id),
6598         (gst_ximagesink_set_event_handling),
6599         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
6600         (gst_ximagesink_get_property), (gst_ximagesink_init),
6601         (gst_ximagesink_class_init):
6602         * sys/ximage/ximagesink.h:
6603         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
6604         (gst_xvimagesink_set_xwindow_id),
6605         (gst_xvimagesink_set_event_handling),
6606         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
6607         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
6608         (gst_xvimagesink_class_init):
6609         * sys/xvimage/xvimagesink.h:
6610         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
6611         Add a method to the XOverlay interface to allow disabling of 
6612         event handling in x[v]imagesink elements. This will let X events
6613         propagate to parent windows which can be usefull in some cases.
6614         Be carefull that the application is then responsible of pushing
6615         navigation events and expose events to the video sink.
6616         Fixes: #387138.
6617
6618 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
6619
6620         * gst-libs/gst/tag/gstvorbistag.c:
6621         * tests/check/libs/tag.c: (GST_START_TEST):
6622           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
6623           (fixes #392070).
6624
6625 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
6626
6627         * configure.ac:
6628         * docs/Makefile.am:
6629         * docs/design/Makefile.am:
6630           Dist design docs.
6631
6632 2006-12-27  Julien MOUTTE  <julien@moutte.net>
6633
6634         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
6635         typo. Fixes: #390063.
6636
6637 2006-12-27  Julien MOUTTE  <julien@moutte.net>
6638
6639         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
6640         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
6641         caps leak.
6642         * win32/common/config.h: Updated.
6643
6644 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6645
6646         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
6647         (setup_gdpdepay_streamheader):
6648         * tests/check/elements/gdppay.c: (cleanup_gdppay),
6649         (setup_gdppay_streamheader):
6650           Fix the dp tests, but activating the pads for the streamheader tests
6651           too and cleaning up conditionaly
6652
6653 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
6654
6655         * gst/ffmpegcolorspace/avcodec.h:
6656         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6657         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6658         (gst_ffmpegcsp_avpicture_fill):
6659         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
6660         (img_get_alpha_info):
6661         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
6662         other end of the word. Fixes: #387073.
6663
6664         Add some inconsequential branch hints in a couple of places.
6665
6666 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
6667
6668         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6669         (gst_ffmpeg_caps_to_smpfmt):
6670           The "signed" field in raw audio caps is of boolean type, trying to
6671           extract the value with _get_int() will fail (fix to keep in sync with
6672           the copy in gst-ffmpeg)
6673
6674 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6675
6676         * tests/check/elements/audioresample.c: (cleanup_audioresample):
6677         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
6678         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
6679         (cleanup_gdpdepay):
6680         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
6681         * tests/check/elements/subparse.c: (teardown_subparse):
6682         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
6683         * tests/check/elements/videorate.c: (cleanup_videorate):
6684         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
6685         * tests/check/elements/volume.c: (cleanup_volume):
6686         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
6687         (cleanup_vorbisdec):
6688         * tests/check/elements/vorbistag.c: (setup_vorbistag),
6689         (cleanup_vorbistag):
6690           consistent pad (de)activation
6691
6692 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
6693
6694         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6695           Forgot to register the extensions.
6696
6697 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
6698
6699         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
6700         (plugin_init):
6701           Add typefinder for VIVO files (my christmas present to the 90s).
6702
6703 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6704
6705         * gst/playback/gstdecodebin.c: (type_found):
6706           Special-case the text/plain media type: we only want to recognise it
6707           as a 'raw' decoded media type if it comes from a demuxer or subtitle
6708           parser, but not if the entire stream is of text/plain type. If the
6709           entire stream is text/plain, we should just error out.
6710
6711           This fixes playback of audio files with lyrics in totem. Totem can't
6712           distinguish between text files and subtitle files and passes any
6713           .txt file with the same basename as the main file to playbin as
6714           suburi, and playbin will then throw a 'subtitle found, but no video
6715           stream' error, which isn't entirely helpful. See #380342.
6716
6717           Also, with this change we'll show a slightly more correct error
6718           message in case totem passes a playlist file to us (although a
6719           custom error message wording instead of the default text would
6720           probably not be a bad idea either).
6721
6722           Same problem also needs to be fixed for playbin+decodebin2.
6723
6724         * tests/check/Makefile.am:
6725         * tests/check/elements/decodebin.c: (src_handoff_cb),
6726         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
6727         (decodebin_suite):
6728           Add simple unit test for decodebin for the above.
6729
6730 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6731
6732         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
6733         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
6734           Refuse to change state to READY when we failed to create any of the
6735           required elements in our instance init function.
6736
6737 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
6738
6739         * docs/libs/gst-plugins-base-libs-sections.txt:
6740           Small docs fixes/updates.
6741
6742         * gst-libs/gst/video/gstvideosink.h:
6743           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
6744           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
6745           removed from the base sink API between 0.9.6 and 0.9.7).
6746           API: add GST_VIDEO_SINK_CAST and use it for the height/width
6747           accessor macros, so we don't do a runtime GObject type check every
6748           time we use them.
6749
6750 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6751
6752         * Makefile.am:
6753         * gst-plugins-base.doap:
6754         * gst-plugins-base.spec.in:
6755           add doap file
6756
6757 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6758
6759         Patch by: Jens Granseuer <jensgr at gmx net>
6760
6761         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
6762         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6763         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
6764         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
6765         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
6766           Declare variables at the beginning of a block. Fixes #383195.
6767
6768 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
6769
6770         * configure.ac:
6771         Bump version nano - back to CVS.
6772
6773
6774 === release 0.10.11 ===
6775
6776 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
6777
6778         * configure.ac:
6779           releasing 0.10.11, "Dumb things"
6780
6781 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
6782
6783         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
6784         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
6785         Handle the case where an element has multiple pads with 
6786         unfixed caps as well as still possibly producing more dynamic 
6787         pads by storing each case as a distinct entry in the dynamic list.
6788         Fixes #38223 again.
6789
6790 2006-12-04  Wim Taymans  <wim@fluendo.com>
6791
6792         * gst/playback/gstdecodebin.c: (close_pad_link):
6793         Fix #382223, add more dynamic caps handling.
6794
6795 2006-12-04  Wim Taymans  <wim@fluendo.com>
6796
6797         * gst-libs/gst/audio/gstringbuffer.h:
6798         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
6799         (gst_netaddress_set_ip4_interface),
6800         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
6801         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
6802         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
6803         (gst_netaddress_get_ttl):
6804         * gst-libs/gst/netbuffer/gstnetbuffer.h:
6805         * gst/playback/gstdecodebin.c: (close_pad_link):
6806         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
6807         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
6808         * win32/common/config.h:
6809
6810 2006-12-01  Michael Smith  <msmith@fluendo.com>
6811
6812         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6813           Delete bad debug code.
6814           Fixes #381219
6815
6816 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6817
6818         * gst/videoscale/vs_4tap.c:
6819         * win32/MANIFEST:
6820         * win32/common/config.h:
6821         * win32/vs8/libgstvideoscale.vcproj:
6822         Fix compilation on win32 under VS8
6823         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6824         Partially fixes #381175
6825
6826 2006-11-30  Michael Smith  <msmith@fluendo.com>
6827
6828         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
6829         (GST_START_TEST):
6830           It would be very bad if, after a discont buffer, we thought every
6831           single following buffer was also discont. So, add to the test to
6832           ensure that this isn't the case.
6833           
6834         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
6835           ... it was the case. So fix it.
6836
6837 2006-11-28  Wim Taymans  <wim@fluendo.com>
6838
6839         * gst/playback/gstplaybasebin.c: (check_queue_event):
6840         Improve debug.
6841
6842         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
6843         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
6844         padtemplate caps. Refixes #357577.
6845
6846 2006-11-28  Wim Taymans  <wim@fluendo.com>
6847
6848         * gst/playback/gstplaybasebin.c: (check_queue_event),
6849         (queue_threshold_reached), (queue_out_of_data),
6850         (gen_preroll_element):
6851         Add event probe to see when EOS is in a queue and we can disable the
6852         underrun signals. Fixes #357577.
6853
6854 2006-11-28  Edward Hervey  <edward@fluendo.com>
6855
6856         * gst/playback/Makefile.am:
6857         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
6858         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
6859         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
6860         (gst_decode_bin_init), (gst_decode_bin_dispose),
6861         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
6862         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
6863         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
6864         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
6865         (connect_element), (expose_pad), (type_found),
6866         (pad_added_group_cb), (pad_removed_group_cb),
6867         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
6868         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
6869         (are_raw_caps), (multi_queue_overrun_cb),
6870         (multi_queue_underrun_cb), (gst_decode_group_new),
6871         (get_current_group), (group_demuxer_event_probe),
6872         (gst_decode_group_control_demuxer_pad),
6873         (gst_decode_group_control_source_pad),
6874         (gst_decode_group_check_if_blocked),
6875         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
6876         (gst_decode_group_hide), (gst_decode_group_free),
6877         (gst_decode_group_set_complete), (source_pad_blocked_cb),
6878         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
6879         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
6880         (plugin_init):
6881         New decodebin2 element.
6882         Closes #370092
6883         * gst/playback/gstplay-marshal.list:
6884         Added marshallers for new signals in decodebin2
6885         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
6886         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
6887         is set.
6888
6889 2006-11-28  Wim Taymans  <wim@fluendo.com>
6890
6891         * gst/playback/gstplaybasebin.c: (setup_source),
6892         (gst_play_base_bin_change_state):
6893         Disable rtsp:// uris for the release, it's not good enough yet.
6894         Remove unused var.
6895
6896 2006-11-26  Wim Taymans  <wim@fluendo.com>
6897
6898         * ext/theora/theoradec.c: (gst_theora_dec_reset),
6899         (theora_dec_push_forward), (theora_dec_push_reverse),
6900         (theora_handle_data_packet), (theora_dec_decode_buffer),
6901         (theora_dec_flush_decode), (theora_dec_chain_reverse),
6902         (theora_dec_chain_forward), (theora_dec_chain):
6903         Implement reverse playback.
6904
6905         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
6906         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
6907         (vorbis_dec_chain_forward):
6908         Clear buffers used for reverse playback in _reset.
6909         No need to set the eos flag, we clip samples using the segment.
6910
6911 2006-11-24  Wim Taymans  <wim@fluendo.com>
6912
6913         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
6914         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
6915         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
6916         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
6917         Some cleanups.
6918         Handle continued pages in reverse mode.
6919
6920 2006-11-24  Wim Taymans  <wim@fluendo.com>
6921
6922         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
6923         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
6924         (vorbis_dec_flush_decode):
6925         Small cleanups.
6926         Don't try to add invalid timestamps.
6927         Clipping will unref the buffer.
6928
6929 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6930
6931         * gst/adder/gstadder.h:
6932         * gst/audiotestsrc/gstaudiotestsrc.h:
6933           remove obsolete _factory_init protos
6934
6935 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6936
6937         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
6938           Fix spacing in debug message.
6939
6940 2006-11-23  Wim Taymans  <wim@fluendo.com>
6941
6942         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
6943         (gst_ogg_demux_chain):
6944         Don't just ignore return values from _pad_push().
6945         Small debug improvements.
6946
6947 2006-11-23  Michael Smith  <msmith@fluendo.com>
6948
6949         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
6950           If our incoming buffer is marked as DISCONT, then increment the page
6951           number (so that the discontinuity is marked in the final ogg
6952           bitstream) and flush the previous page.
6953
6954 2006-11-22  Michael Smith  <msmith@fluendo.com>
6955
6956         * ext/theora/gsttheoraenc.h:
6957         * ext/theora/theoraenc.c: (gst_theora_enc_init),
6958         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
6959         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
6960         (theora_enc_chain), (theora_enc_change_state):
6961           Mark discontinuities of > 3/4 of a frame, reinit encoder.
6962
6963         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
6964         (GST_START_TEST), (theoraenc_suite):
6965           Enable discontinuity test, fix it.
6966
6967 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
6968
6969         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6970         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
6971         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
6972         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
6973         (gst_text_overlay_change_state):
6974         * ext/pango/gsttextoverlay.h:
6975           Some textoverlay fixes: for one, in the video chain function,
6976           actually wait for a text buffer to come in if there is none at the
6977           moment and there should be one; also, deal more gracefully with
6978           incoming buffers that do not have a timestamp or duration; discard
6979           text buffer when not needed any longer. Fixes #341681.
6980
6981         * tests/check/Makefile.am:
6982         * tests/check/elements/.cvsignore:
6983         * tests/check/elements/textoverlay.c:
6984         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
6985         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
6986         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
6987         (test_video_waits_for_text_send_text_newsegment_thread),
6988         (test_video_waits_for_text_shutdown_element),
6989         (test_render_continuity_push_video_buffers_thread),
6990         (textoverlay_suite):
6991           Add some unit tests for textoverlay.
6992
6993 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
6994
6995         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6996           Avoid integer underflow when the found probability for mp3 is
6997           smaller than the 'penalty' we subtract if there's not a clean
6998           mp3 header sync at offset 0.
6999
7000 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
7001
7002         * docs/libs/gst-plugins-base-libs-sections.txt:
7003           Add some new symbols to the docs
7004
7005 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
7006
7007         * tests/check/Makefile.am:
7008         * tests/check/elements/ffmpegcolorspace.c:
7009         (ffmpegcolorspace_suite):
7010           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
7011           (for now not for valgrinding though, since it takes too long).
7012
7013 2006-11-20  Wim Taymans  <wim@fluendo.com>
7014
7015         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7016         (gst_ffmpeg_pixfmt_to_caps):
7017         Fix RGBA32 caps. Fixes #357038.
7018
7019 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
7020
7021         * gst-libs/gst/interfaces/mixertrack.h:
7022           Add FIXME so we can add some padding here in 0.11
7023
7024 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7025
7026         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7027           Fix GstBaseRTPAudioPayload structure so the whole GObject
7028           inheritance business actually works (parent class instance structure
7029           must always come first in the derived class instance structure).
7030
7031 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7032
7033         * gst/videotestsrc/Makefile.am:
7034         * tests/check/Makefile.am:
7035           Make sure our checks and the videotestsrc plugin link against the
7036           local uninstalled gst libs and not any installed gst libs that
7037           might happen to exist as well.
7038
7039         * tests/check/elements/adder.c: (message_received),
7040         (test_event_message_received), (test_play_twice_message_received):
7041         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
7042           Fix compiler warnings when compiling against core with disabled
7043           debugging system.
7044
7045 2006-11-16  Michael Smith  <msmith@fluendo.com>
7046
7047         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
7048         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
7049           Fix audiorate, so that it accurately sets offsets and timestamps.
7050           Doesn't change the fundamental algorithmic decisions; so should be
7051           safe.
7052
7053         * tests/check/Makefile.am:
7054           Enable audiorate test now that it passes.
7055
7056 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
7057
7058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
7059           clear xv when going to NULL, remove // commented non-existant proto
7060
7061         * tests/examples/seek/seek.c: (main):
7062           add missing tooltip description for scrub and play_scrub
7063
7064 2006-11-14  David Schleef  <ds@schleef.org>
7065
7066         * configure.ac:
7067           Bump liboil requirement to 0.3.8.
7068         * gst-libs/gst/riff/riff-media.c:
7069           Add Dirac fourcc.
7070         * gst/videoscale/vs_image.h:
7071         * gst/videoscale/vs_scanline.h:
7072           Use liboil's stdint.h.
7073         * gst/videotestsrc/videotestsrc.c:
7074           Remove liboil related ifdef's, since they aren't needed now, and
7075           won't work with future versions.
7076
7077 2006-11-14  David Schleef  <ds@schleef.org>
7078
7079         * gst/videoscale/Makefile.am:
7080         * gst/videoscale/gstvideoscale.c:
7081         * gst/videoscale/gstvideoscale.h:
7082         * gst/videoscale/vs_4tap.c:
7083         * gst/videoscale/vs_4tap.h:
7084         * gst/videoscale/vs_image.c:
7085         * gst/videoscale/vs_image.h:
7086         * gst/videoscale/vs_scanline.c:
7087         * gst/videoscale/vs_scanline.h:
7088           Add a 4-tap image scaler.  Theoretically looks much prettier.
7089           The tap calculation could use some improvement.
7090
7091 2006-11-14  Wim Taymans  <wim@fluendo.com>
7092
7093         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
7094
7095         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
7096         (gst_riff_parse_strf_iavs):
7097         * gst/subparse/gstsubparse.c: (convert_encoding):
7098         * gst/tcp/gstmultifdsink.c:
7099         (gst_multi_fd_sink_handle_client_write):
7100         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
7101         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
7102         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
7103         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
7104         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7105         (gst_ximagesink_ximage_new):
7106         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
7107         Various gsize and gssize printf fixes. Fixes #372507.
7108
7109 2006-11-13  Wim Taymans  <wim@fluendo.com>
7110
7111         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7112         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
7113         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
7114         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
7115         (vorbis_dec_chain_forward), (vorbis_dec_chain):
7116         * ext/vorbis/vorbisdec.h:
7117         First stab at vorbis reverse playback.
7118
7119 2006-11-13  Wim Taymans  <wim@fluendo.com>
7120
7121         * gst-libs/gst/audio/gstbaseaudiosink.c:
7122         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
7123         * gst-libs/gst/audio/gstbaseaudiosink.h:
7124         Make the clock sync code more accurate wrt resampling and playback
7125         at different rates.
7126         
7127         * gst-libs/gst/audio/gstringbuffer.c:
7128         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
7129         * gst-libs/gst/audio/gstringbuffer.h:
7130         Use better algorithm to interpolate sample rates. 
7131
7132 2006-11-13  Michael Smith  <msmith@fluendo.com>
7133
7134         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
7135           Improve a debug line slightly.
7136
7137         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
7138           Call gst_riff_init() in plugin_init, to avoid getting errors from
7139           the debug system (unrelated changes to another plugin made this turn
7140           up; not sure why).
7141
7142 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7143
7144         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
7145
7146         * win32/common/libgsttag.def:
7147           Add missing symbol (#366492).
7148
7149 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
7150
7151         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
7152           Don't unref a NULL pad.
7153
7154 2006-11-09  Wim Taymans  <wim@fluendo.com>
7155
7156         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
7157         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
7158         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
7159         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
7160         (gst_ogg_demux_loop):
7161         Implement first stab at reverse playback.
7162
7163 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
7164
7165         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7166         (gst_riff_create_video_template_caps):
7167           add h263/h264 variants to the caps, Fixes #363118
7168
7169 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
7170
7171         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
7172         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
7173           Use g_strerror instead of strerror so we get UTF-8.
7174
7175 2006-11-03  David Schleef  <ds@schleef.org>
7176
7177         * ext/ogg/gstoggdemux.c:
7178         * ext/ogg/gstoggmux.c:
7179           Add/remove KW-DIRAC header here, since it is ogg-specific.
7180
7181 2006-11-03  Michael Smith  <msmith@fluendo.com>
7182
7183         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
7184           Recognise more mpeg4 elementary video streams.
7185
7186 2006-11-02  Edward Hervey  <edward@fluendo.com>
7187
7188         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7189         Lower the probability of mp3 typefinding functions if we don't find a
7190         valid mp3 header at the start of the file.
7191         Closes #369482
7192
7193 2006-11-02  Wim Taymans  <wim@fluendo.com>
7194
7195         * ext/theora/gsttheoradec.h:
7196         * ext/theora/theoradec.c: (gst_theora_dec_init),
7197         (theora_dec_sink_event), (theora_dec_chain_forward),
7198         (theora_dec_flush_decode), (theora_dec_chain_reverse),
7199         (theora_dec_chain):
7200         Document and partially implement an algorithm for doing reverse playback
7201         of theora video.
7202
7203 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7204
7205         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7206
7207         * win32/common/config.h:
7208         * win32/common/interfaces-enumtypes.c:
7209         * win32/common/libgsttag.def:
7210         * win32/vs8/gst-plugins-base.sln:
7211         * win32/vs8/libgstaudioresample.vcproj:
7212         * win32/vs8/libgstinterfaces.vcproj:
7213         * win32/vs8/libgstogg.vcproj:
7214         * win32/vs8/libgstriff.vcproj:
7215         * win32/vs8/libgsttag.vcproj:
7216         * win32/vs8/libgsttheora.vcproj:
7217         * win32/vs8/libgstvideoscale.vcproj:
7218         * win32/vs8/libgstvorbis.vcproj:
7219           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
7220           to libgsttag.def; add missing dependencies for some vs8 projects;
7221           re-arrange placement of .def files in vs8 projects (#366334).
7222
7223 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7224
7225         * ext/ogg/gstogg.c:
7226           Remove unused variable.
7227
7228         * ext/ogg/gstoggdemux.c:
7229           Fix Wim's surname in plugin description.
7230
7231 2006-10-31  Wim Taymans  <wim@fluendo.com>
7232
7233         * gst-plugins-base.spec.in:
7234         spec new .h file. Fixes #368310.
7235
7236 2006-10-31  Michael Smith  <msmith@fluendo.com>
7237
7238         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
7239         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
7240         (gst_multi_fd_sink_get_stats),
7241         (gst_multi_fd_sink_remove_client_link),
7242         (gst_multi_fd_sink_queue_buffer),
7243         (gst_multi_fd_sink_handle_clients):
7244         * gst/tcp/gstmultifdsink.h:
7245           Make using the remove or clear signals threadsafe.
7246           Make calling get-stats with an invalid fd not segfault.
7247           Fixes 368273.
7248
7249 2006-10-31  Wim Taymans  <wim@fluendo.com>
7250
7251         * gst-libs/gst/rtp/Makefile.am:
7252         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7253         (gst_base_rtp_audio_payload_init):
7254         Fix and activate base audio payloader.
7255
7256 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
7257
7258         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
7259         (plugin_init):
7260           Add typefinder for QuickTime Image Files (see #366156).
7261
7262 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
7263
7264         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
7265           Another typo fix (#366212).
7266
7267 2006-10-27  Wim Taymans  <wim@fluendo.com>
7268
7269         * gst/volume/gstvolume.c: (volume_transform_ip):
7270         Use stream time to synchronize volume property instead of rather random
7271         timestamps. This is needed when gnonlin does its time shifting.
7272
7273 2006-10-27  Wim Taymans  <wim@fluendo.com>
7274
7275         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
7276
7277         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
7278         Remove the pad from the element in release_pad. Fixes #364812.
7279
7280 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
7281
7282         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
7283         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
7284           Explicitly create our custom buffer classes at a thread-safe
7285           location as well, since g_type_class_ref() doesn't seem to be
7286           entirely thread-safe either (#365501; also see #349410).
7287
7288 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7289
7290         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
7291         (gst_riff_parse_info):
7292           If strings in INFO chunk are not UTF-8, do something similar to
7293           what we do for ID3v1 tags: check a number of environment variables
7294           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
7295           character sets to try, otherwise try the current locale and/or fall
7296           back on ISO-8859-1. Fixes #360552.
7297
7298 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
7299
7300         * gst/videotestsrc/gstvideotestsrc.c:
7301         (gst_video_test_src_pattern_get_type),
7302         (gst_video_test_src_set_pattern):
7303         * gst/videotestsrc/gstvideotestsrc.h:
7304         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
7305         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
7306         (gst_video_test_src_checkers8):
7307         * gst/videotestsrc/videotestsrc.h:
7308           Add a bunch of exciting new checkers patterns.
7309
7310 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
7311
7312         * gst/subparse/Makefile.am:
7313         * gst/subparse/gstsubparse.c:
7314         (gst_sub_parse_data_format_autodetect),
7315         (gst_sub_parse_format_autodetect), (handle_buffer),
7316         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
7317         * gst/subparse/gstsubparse.h:
7318         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
7319         (parse_tmplayer):
7320         * gst/subparse/tmplayerparse.h:
7321           Add support for TMPlayer-type subtitles (#362845).
7322
7323         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
7324         (GST_START_TEST), (subparse_suite):
7325           Add some basic unit tests for the above.
7326
7327 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
7328
7329         * tests/check/elements/audiorate.c: (test_injector_base_init),
7330         (test_injector_class_init), (test_injector_chain),
7331         (test_injector_init), (probe_cb), (do_perfect_stream_test),
7332         (GST_START_TEST), (audiorate_suite):
7333           More tests for audiorate: inject buffers to check behaviour when
7334           buffers overlap.
7335
7336 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
7337
7338         * tests/check/Makefile.am:
7339         * tests/check/elements/.cvsignore:
7340         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
7341         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
7342           Add some basic unit tests for audiorate. Disabled at the moment
7343           since it doesn't pass yet (see bug #363119).
7344
7345 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
7346
7347         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
7348         (parse_subrip), (handle_buffer):
7349           Add missing closing tags for markup and fix broken markup,
7350           otherwise pango won't render anything (fixes #357531). Also,
7351           make sure the text we send out is always NUL-terminated
7352           (better safe than sorry etc.).
7353
7354         * tests/check/elements/subparse.c: (test_srt_do_test),
7355         (test_srt):
7356           Some more tests for .srt incl. tests for the above stuff.
7357
7358 2006-10-20  Julien MOUTTE  <julien@moutte.net>
7359
7360         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
7361         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
7362         Patch by: Stefan Kost  <ensonic@users.sf.net>
7363         Try to redraw borders only when needed. Apparently this consumes
7364         resources on small devices... :-O (#363607)
7365
7366 2006-10-20  Michael Smith  <msmith@fluendo.com>
7367
7368         * gst/tcp/gstmultifdsink.c:
7369         (gst_multi_fd_sink_client_queue_buffer):
7370           If caps change, then update the client's idea of the caps so that we
7371           don't end up re-sending streamheaders for every single buffer after
7372           the caps change.
7373
7374 2006-10-20  Michael Smith  <msmith@fluendo.com>
7375
7376         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
7377         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
7378           Set caps on pushed buffers; fix up refcounting of caps objects.
7379
7380 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
7381
7382         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
7383         (plugin_init):
7384           Typefind mmsh header data packet to application/x-mmsh (#362625).
7385
7386 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
7387
7388         * tests/check/Makefile.am:
7389         * tests/check/elements/.cvsignore:
7390         * tests/check/elements/subparse.c: (buffer_from_static_string),
7391         (setup_subparse), (teardown_subparse), (test_srt_do_test),
7392         (GST_START_TEST), (subparse_suite):
7393           Add very simple unit test for subparse.
7394
7395 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
7396
7397         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
7398         (parse_subrip):
7399           Strip trailing newlines from subtitle text output.
7400
7401 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7402
7403         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7404         (gst_sub_parse_change_state):
7405           Fix memleak; clear subparse->textbuf n state change function.
7406
7407 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7408
7409         * gst/subparse/gstsubparse.c:
7410         (gst_sub_parse_data_format_autodetect):
7411           Don't require subrip (.srt) files to start with a chunk number of 1.
7412
7413 2006-10-18  Wim Taymans  <wim@fluendo.com>
7414
7415         * gst-libs/gst/audio/gstbaseaudiosink.c:
7416         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
7417         * gst-libs/gst/audio/gstbaseaudiosink.h:
7418         Extract rate from the NEWSEGMENT event.
7419         Use commit_full to also take rate adjustment into account when writing
7420         samples to the ringbuffer.
7421         
7422         * gst-libs/gst/audio/gstringbuffer.c:
7423         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
7424         (gst_ring_buffer_read):
7425         * gst-libs/gst/audio/gstringbuffer.h:
7426         Added _commit_full() to also take rate into account.
7427         Use simple interpolation algorithm to resample audio.
7428         API: gst_ring_buffer_commit_full()
7429
7430         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
7431         * tests/examples/seek/seek.c: (segment_done):
7432         Don't try to seek with 0.0 rate, just pause instead.
7433         Remove bogus debug line.
7434
7435 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7436
7437         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
7438         (setup_source):
7439           Catch async errors when starting up the subtitle bin, so we can
7440           stop waiting and continue with the main film instead of hanging
7441           forever. Fixes #339366.
7442
7443         * tests/check/elements/playbin.c: (playbin_suite):
7444           Enable unit test for the above.
7445
7446 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7447
7448         * tests/check/Makefile.am:
7449         * tests/check/elements/.cvsignore:
7450         * tests/check/elements/playbin.c: (GST_START_TEST),
7451         (gst_red_video_src_uri_get_type),
7452         (gst_red_video_src_uri_get_protocols),
7453         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
7454         (gst_red_video_src_uri_handler_init),
7455         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
7456         (gst_red_video_src_create), (gst_red_video_src_class_init),
7457         (gst_red_video_src_init), (plugin_init), (playbin_suite):
7458           Some small and basic unit tests for playbin; not very useful yet,
7459           but at least a start.
7460
7461 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7462
7463         * gst/playback/gstplaybin.c: (setup_sinks):
7464           The old pad activation spiel.
7465
7466 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7467
7468         * gst/playback/gstplaybasebin.c: (setup_source):
7469           Don't hang forever if the subbin already fails to start up in 
7470           the state change to PAUSED (#339366).
7471
7472 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7473
7474         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
7475         (gst_tuner_set_channel), (gst_tuner_get_channel),
7476         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
7477         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
7478         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
7479         (gst_tuner_find_channel_by_name):
7480           Fix some function guards, add some more function guards.
7481
7482 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
7483
7484         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7485         (remove_element_chain):
7486         Don't return a pad from get_our_ghost_pad unless it is actually the
7487         one we want.
7488         Change a cast in remove_element_chain slightly.
7489
7490 2006-10-13  Julien MOUTTE  <julien@moutte.net>
7491
7492         * tests/examples/seek/seek.c: (do_seek), (start_seek),
7493         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
7494         Segment seeking needs to use the rate and set stop to -1.
7495
7496 2006-10-13  Wim Taymans  <wim@fluendo.com>
7497
7498         * gst-libs/gst/audio/gstbaseaudiosink.c:
7499         (gst_base_audio_sink_setcaps):
7500         Don't crash when ringbuffer is not yet created.
7501         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7502         Fixes #361634.
7503
7504         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
7505         * gst/playback/gststreamselector.c:
7506         (gst_stream_selector_request_new_pad):
7507         Activate pads befre adding them to running elements.
7508
7509 2006-10-13  Julien MOUTTE  <julien@moutte.net>
7510
7511         * tests/examples/seek/seek.c: (do_seek), (start_seek),
7512         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
7513         updater when we start grabing the slider. Don't wait for the
7514         pipeline to be PAUSED.
7515
7516 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7517
7518         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
7519         (gst_mixer_set_volume), (gst_mixer_get_volume),
7520         (gst_mixer_set_mute), (gst_mixer_set_option),
7521         (gst_mixer_get_option), (gst_mixer_mute_toggled),
7522         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
7523         (gst_mixer_option_changed):
7524           Guard mixer interface functions against bogus arguments.
7525
7526 2006-10-12  Julien MOUTTE  <julien@moutte.net>
7527
7528         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
7529         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
7530         (msg_state_changed), (main): Use state-changed messages to trigger
7531         start/stop of scale update timer. Indeed the scale slider was
7532         jumping here and there because the update timer was activated 
7533         before seek completed. This fixes instant applying of rate changes
7534         by pressing the spinbutton like a crazy man !
7535
7536 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7537
7538         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
7539
7540         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7541         (gst_basertppayload_finalize):
7542           Fix two small memory leaks (#361456).
7543
7544 2006-10-10  Julien MOUTTE  <julien@moutte.net>
7545
7546         * tests/examples/seek/seek.c: (do_seek),
7547         (rate_spinbutton_changed_cb): When changing spinbutton we try
7548         to change the rate on the fly.
7549
7550 2006-10-10  Wim Taymans  <wim@fluendo.com>
7551
7552         * gst-libs/gst/riff/riff-ids.h:
7553         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
7554         (gst_riff_create_audio_template_caps):
7555         Add WMS caps.
7556
7557 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7558
7559         Patch by: Josep Torra Valles <josep@fluendo.com>
7560
7561         * ext/gnomevfs/gstgnomevfssink.c:
7562         * ext/gnomevfs/gstgnomevfssrc.c:
7563         Fix URI interface implementation return type.
7564         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
7565         Fix what looks like a copy/paste issue when assigning values.
7566         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7567         (gst_audio_filter_template_get_type):
7568         Cast to prevent Forte warnings.
7569         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7570         Fix URI interface implementation return type.
7571         gst_pad_query_position requires a signed integer pointer as
7572         3rd parameter, GstClockTime is unsigned.
7573         * gst/audioconvert/audioconvert.c:
7574         Fix integer overflow when treated as signed.
7575         * gst/audioresample/resample.c: (resample_add_input_data):
7576         Cast to prevent warnings on Forte.
7577         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
7578         Fix integer overflow when treated as signed.
7579         * gst/ffmpegcolorspace/imgconvert_template.h:
7580         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
7581         * gst/playback/gstdecodebin.c: (queue_filled_cb),
7582         (cleanup_decodebin):
7583         Who initialises a guint to -1!
7584         Cast function pointers to prevent warnings on Forte.
7585         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
7586         (queue_threshold_reached):
7587         Cast function pointers correctly to prevent warnings on Forte.
7588         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
7589         Cast function pointers correctly to prevent warnings on Forte.
7590         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
7591         Obvious change to unsigned, 0xEF > max signed char.
7592         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
7593         GstClockTime is unsigned, initialise correctly.
7594         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
7595         Cast so pointer arithemetic doesn't cause warnings on Forte.
7596         * gst/videorate/gstvideorate.c:
7597         Use correct return value.
7598         * tests/examples/seek/scrubby.c:
7599         GstClockTime is unsigned, initialise correctly.
7600
7601 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7602
7603         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
7604
7605         * gst/typefind/gsttypefindfunctions.c:
7606           Recognise XML files and XML-like files shorter than 256 bytes as
7607           well (fixes #359237).
7608
7609 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
7610
7611         Patch by: Renato Filho <renato.filho@indt.org.br>
7612         
7613         * gst/typefind/gsttypefindfunctions.c:
7614         Added typefind functions to video/x-nuv media.
7615         
7616 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
7617
7618         * gst-libs/gst/interfaces/xoverlay.c:
7619         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
7620           Some more guards against invalid input.
7621
7622 2006-10-07  Julien MOUTTE  <julien@moutte.net>
7623
7624         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
7625         Useless goto.
7626         * tests/examples/seek/seek.c: (do_seek),
7627         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
7628         seek example to experiment with rates != 1.0 (reverse playback !)
7629
7630 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
7631
7632         * gst-libs/gst/interfaces/xoverlay.c:
7633           Unref message in doc-example (spotted by Robert McQueen)
7634
7635 2006-10-06  Wim Taymans  <wim@fluendo.com>
7636
7637         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7638         (mpeg1_parse_header), (mpeg1_sys_type_find):
7639         printf fix.
7640
7641 2006-10-06  Wim Taymans  <wim@fluendo.com>
7642
7643         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
7644         (close_pad_link):
7645         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
7646         Activate dynamic pads before adding them to the element.
7647
7648 2006-10-06  Michael Smith  <msmith@fluendo.com>
7649
7650         * gst-libs/gst/floatcast/floatcast.h:
7651           Fix obviously-bogus macros; use the correct types.
7652
7653 2006-10-06  Wim Taymans  <wim@fluendo.com>
7654
7655         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7656         (gst_base_rtp_depayload_change_state):
7657         Also call parent state change function to activate pads.
7658
7659         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7660         (mpeg1_parse_header), (mpeg1_sys_type_find):
7661         Add some more debug info in mpeg typefinding.
7662
7663 2006-10-06  Michael Smith  <msmith@fluendo.com>
7664
7665         * ext/theora/theoradec.c: (theora_dec_chain):
7666           Zero byte theora packets are valid and well-defined; don't warn on
7667           them.
7668
7669 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7670
7671         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
7672         (gst_multi_fd_sink_get_stats), (find_limits),
7673         (gst_multi_fd_sink_queue_buffer):
7674           API: add dropped_buffers to the get-stats GValueArray
7675
7676 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7677
7678         * ext/alsa/gstalsadeviceprobe.c:
7679         (gst_alsa_device_property_probe_get_values):
7680         * ext/alsa/gstalsasink.c: (set_hwparams):
7681         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
7682         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
7683         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
7684         (gst_ogg_mux_process_best_pad):
7685         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
7686         (gst_ogg_parse_chain):
7687         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
7688         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7689         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
7690         (gst_vorbis_enc_buffer_check_discontinuous):
7691         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
7692         * gst-libs/gst/audio/gstbaseaudiosink.c:
7693         (gst_base_audio_sink_render):
7694         * gst-libs/gst/cdda/gstcddabasesrc.c:
7695         (gst_cdda_base_src_handle_track_seek):
7696         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7697         (gst_base_rtp_depayload_push_full):
7698         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7699         * gst/audioresample/resample.c: (resample_input_pushthrough):
7700         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
7701         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
7702         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7703         (wavpack_type_find):
7704         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
7705         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7706         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7707         * tests/check/elements/volume.c: (GST_START_TEST):
7708           Printf format fixes.
7709
7710 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7711
7712         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
7713           Fix a simple mistake (see the docs)
7714           Fixes #359580
7715
7716 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
7717
7718         * docs/plugins/Makefile.am:
7719         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7720         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7721         * docs/plugins/gst-plugins-base-plugins.args:
7722         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7723         * docs/plugins/inspect/plugin-adder.xml:
7724         * docs/plugins/inspect/plugin-alsa.xml:
7725         * docs/plugins/inspect/plugin-audioconvert.xml:
7726         * docs/plugins/inspect/plugin-audiorate.xml:
7727         * docs/plugins/inspect/plugin-audioresample.xml:
7728         * docs/plugins/inspect/plugin-audiotestsrc.xml:
7729         * docs/plugins/inspect/plugin-cdparanoia.xml:
7730         * docs/plugins/inspect/plugin-decodebin.xml:
7731         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7732         * docs/plugins/inspect/plugin-gdp.xml:
7733         * docs/plugins/inspect/plugin-gnomevfs.xml:
7734         * docs/plugins/inspect/plugin-libvisual.xml:
7735         * docs/plugins/inspect/plugin-ogg.xml:
7736         * docs/plugins/inspect/plugin-pango.xml:
7737         * docs/plugins/inspect/plugin-playbin.xml:
7738         * docs/plugins/inspect/plugin-subparse.xml:
7739         * docs/plugins/inspect/plugin-tcp.xml:
7740         * docs/plugins/inspect/plugin-theora.xml:
7741         * docs/plugins/inspect/plugin-typefindfunctions.xml:
7742         * docs/plugins/inspect/plugin-video4linux.xml:
7743         * docs/plugins/inspect/plugin-videorate.xml:
7744         * docs/plugins/inspect/plugin-videoscale.xml:
7745         * docs/plugins/inspect/plugin-videotestsrc.xml:
7746         * docs/plugins/inspect/plugin-volume.xml:
7747         * docs/plugins/inspect/plugin-vorbis.xml:
7748         * docs/plugins/inspect/plugin-ximagesink.xml:
7749         * docs/plugins/inspect/plugin-xvimagesink.xml:
7750           Add vorbistag element to docs; update version numbers to 0.10.10.1.
7751
7752 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
7753
7754         Patch by: James "Doc" Livingston <doclivingston at gmail com>
7755
7756         * ext/vorbis/Makefile.am:
7757         * ext/vorbis/vorbis.c: (plugin_init):
7758         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
7759         (vorbis_parse_parse_packet), (vorbis_parse_chain):
7760         * ext/vorbis/vorbisparse.h:
7761         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
7762         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
7763         (gst_vorbis_tag_parse_packet):
7764         * ext/vorbis/vorbistag.h:
7765           Add new vorbistag element which derives from vorbisparse
7766           and is essentially the same as well, only that it implements
7767           the GstTagSetter interface and can modify the stream's
7768           vorbiscomment on the fly (#335635).
7769
7770         * tests/check/Makefile.am:
7771         * tests/check/elements/.cvsignore:
7772         * tests/check/elements/vorbistag.c: (setup_vorbistag),
7773         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
7774         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
7775         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
7776           Add unit test for new vorbistag element.
7777
7778 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
7779
7780         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
7781         (vorbis_parse_push_headers), (vorbis_parse_chain):
7782           Set BOS flag in packet structure to fix 'jump depends
7783           on unitialized value' errors in valgrind; various minor
7784           clean-ups.
7785
7786 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
7787
7788         * gst/playback/gstdecodebin.c: (close_pad_link):
7789         Fix typo in a debug statement.
7790
7791         * gst/playback/gstplaybasebin.c: (probe_triggered),
7792         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
7793         (gen_source_element), (source_new_pad), (analyse_source),
7794         (setup_source):
7795         When handling no_more_pads in new_decoded_pad, make sure to treat
7796         subtitle pads correctly. Fixes playback with subtitle files.
7797
7798         Move a recurring message to LOG level.
7799
7800         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
7801         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
7802         which ends up as -1 when cast to an int. Make the logic handle the
7803         max value as an unsigned mask and only change the colorkey when it's
7804         a value we recognise.
7805
7806 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7807
7808         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7809         Removed empty * between paragraphs
7810
7811 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7812
7813         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7814         * gst-libs/gst/rtp/README:
7815         Moved some documentation into .c file
7816
7817 2006-09-29  Wim Taymans  <wim@fluendo.com>
7818
7819         * gst/playback/gstdecodebin.c: (no_more_pads):
7820         Fix compilation.
7821
7822 2006-09-29  Wim Taymans  <wim@fluendo.com>
7823
7824         * gst/playback/gstdecodebin.c: (new_caps):
7825         Remove g_print
7826
7827         * gst/playback/gstplaybin.c:
7828         Add some docs.
7829
7830 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7831
7832         * tests/check/Makefile.am:
7833           Re-enable cddabasesrc test to see if it works again
7834           now.
7835
7836 2006-09-29  Wim Taymans  <wim@fluendo.com>
7837
7838         * gst/playback/gstplaybasebin.c: (setup_subtitle),
7839         (gen_source_element):
7840         Handle invalid URIs a bit more gracefully.
7841
7842 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7843
7844         * tests/check/pipelines/oggmux.c:
7845           Remove obsolete comment.
7846
7847 2006-09-29  Michael Smith  <msmith@fluendo.com>
7848
7849         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
7850         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
7851         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
7852         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
7853         (gst_ogg_mux_collected):
7854           Commit patch from James "Doc" Livingston, adds proper EOS handling
7855           in oggmux. GStreamer can, for the first time ever, create a valid
7856           Ogg file! Yay!
7857
7858         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
7859         (oggmux_suite):
7860           Reenable tests now that they pass.
7861
7862 2006-09-29  Wim Taymans  <wim@fluendo.com>
7863
7864         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
7865         Stop reading commands when EOF (we read 0) as well.
7866
7867 2006-09-28  Wim Taymans  <wim@fluendo.com>
7868
7869         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
7870         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
7871         (find_dynamic), (unlinked), (close_link):
7872         Implement delayed caps linking needed for element with a lot of
7873         different caps on the src pads that get fixed at runtime.
7874         Improve management of dynamic elements.
7875
7876         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7877         (group_destroy), (group_commit), (check_queue), (queue_overrun),
7878         (gen_preroll_element), (remove_groups), (unknown_type),
7879         (add_element_stream), (no_more_pads_full), (no_more_pads),
7880         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
7881         (new_decoded_pad), (setup_subtitle), (array_has_value),
7882         (gen_source_element), (source_new_pad), (has_all_raw_caps),
7883         (analyse_source), (remove_decoders), (make_decoder),
7884         (remove_source), (setup_source), (finish_source), (prepare_output),
7885         (gst_play_base_bin_change_state):
7886         * gst/playback/gstplaybasebin.h:
7887         Use more _CAST instead of full type checking casts.
7888         Small cleanups, plug some leaks.
7889         Handle dynamic sources.
7890         Add some helper functions to create lists of strings used for
7891         blacklisting and other stuff.
7892         Refactor some code dealing with analysing the source.
7893         Re-enable sources without pads (like cd:// or other selfcontained
7894         elements).
7895
7896 2006-09-28  Wim Taymans  <wim@fluendo.com>
7897
7898         * gst-libs/gst/audio/gstbaseaudiosink.c:
7899         (gst_base_audio_sink_render):
7900         When we have a timestamp, we can still perform clipping.
7901         When we have no clock, we must play the sample ASAP.
7902
7903 2006-09-28  Wim Taymans  <wim@fluendo.com>
7904
7905         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7906         Set caps on outgoing buffers.
7907
7908         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7909         (gst_video_rate_event), (gst_video_rate_chain):
7910         * gst/videorate/gstvideorate.h:
7911         Fix videorate some more. Fixes #357977
7912
7913 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
7914
7915         * tests/check/elements/adder.c: (adder_suite):
7916           Don't set timeout to 6 seconds when we're running
7917           in valgrind ... (and how is 6 seconds longer than
7918           the default anyway?)
7919
7920 2006-09-28  Wim Taymans  <wim@fluendo.com>
7921
7922         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
7923         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
7924         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
7925         Keep sink and src segment to keep track of time and support more
7926         input formats.
7927         Fix bogus next_offset and run_time calculation, don't understand how
7928         this could have worked before. Fixes #357976.
7929         Remove some unneeded vars.
7930
7931 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
7932
7933         * gst/playback/gstplaybin.c: (remove_sinks):
7934           Only remove visualisation from visbin if there is a visbin (or:
7935           don't throw warnings when closing totem without playing a file).
7936
7937 2006-09-27  Wim Taymans  <wim@fluendo.com>
7938
7939         * gst-libs/gst/audio/gstbaseaudiosink.c:
7940         (gst_base_audio_sink_render):
7941         Add some more info in a WARNING.
7942
7943         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7944         (gst_base_audio_src_create):
7945         Handle PAUSE in create function, use new -core addition to
7946         wait for playing. Fixes pausing and resuming capture from an
7947         audiosrc.
7948
7949         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
7950         (gst_ring_buffer_read):
7951         Constify some more.
7952         Caller supports interrupted reads now.
7953
7954 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7955
7956         * tests/check/Makefile.am:
7957           Another attempt to make the gen64 buildbot happy.
7958
7959 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
7960
7961         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
7962
7963         * ext/libvisual/visual.c: (gst_visual_clear_actors),
7964         (gst_visual_chain), (gst_visual_change_state):
7965           Libvisual plugin was not passing audio data to libvisual 0.4.0 
7966           correctly. Fixes #357800
7967
7968 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7969
7970         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
7971           Add timeout to _get_state() so we see which pipeline it is
7972           that causes trouble on the gen64 build bot.
7973
7974 2006-09-27  Wim Taymans  <wim@fluendo.com>
7975
7976         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7977         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
7978         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
7979         (gst_base_rtp_depayload_set_gst_timestamp):
7980         the source pad always uses fixed caps.
7981
7982 2006-09-27  Wim Taymans  <wim@fluendo.com>
7983
7984         * docs/libs/gst-plugins-base-libs-docs.sgml:
7985         * docs/libs/gst-plugins-base-libs-sections.txt:
7986         * gst-libs/gst/audio/gstaudioclock.c:
7987         * gst-libs/gst/audio/gstaudioclock.h:
7988         * gst-libs/gst/audio/gstaudiosink.c:
7989         * gst-libs/gst/audio/gstaudiosink.h:
7990         * gst-libs/gst/audio/gstaudiosrc.c:
7991         * gst-libs/gst/audio/gstbaseaudiosink.c:
7992         (gst_base_audio_sink_render):
7993         * gst-libs/gst/audio/gstbaseaudiosink.h:
7994         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
7995         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7996         * gst-libs/gst/audio/gstringbuffer.h:
7997         Added docs for the audio libs.
7998
7999 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
8000
8001         * tests/check/Makefile.am:
8002           Temporarily disable test that fails on the bots for unknown reasons.
8003
8004 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8005
8006         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8007         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8008         Moved AudioCodecType into priv
8009         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
8010
8011 2006-09-25  Wim Taymans  <wim@fluendo.com>
8012
8013         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
8014         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
8015         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
8016         (new_pad):
8017         Cleanups and small leak fixes.
8018         Added Depayloaders to valid list of autopluggable elements.
8019
8020 2006-09-25  Wim Taymans  <wim@fluendo.com>
8021
8022         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8023         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
8024         (gen_video_element), (gen_text_element), (gen_audio_element),
8025         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
8026         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
8027         Detect NO_PREROLL state change returns and disable clock distribution to
8028         the sinks so that sync is disabled.
8029         Avoid some type checking and do simple casts instead.
8030         Small cleanups, fix some FIXMEs.
8031         Be more robust when linking user specified elements, catch an report
8032         errors. Fixes #357404.
8033         Fix some leaks in the error paths.
8034
8035 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
8036
8037         * ChangeLog:
8038           ChangeLog surgery for missing bug-number
8039
8040 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8041
8042         Patch by: Peter Kjellerstedt  <pkj at axis com>
8043
8044         * gst/playback/test.c:
8045           Fix compilation with uClibc and -Werror (#357591).
8046
8047 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8048
8049         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8050           Parse dates that are followed by a time as well (#357532).
8051
8052         * tests/check/libs/tag.c: (test_vorbis_tags):
8053           Add unit test for this.
8054
8055 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
8056
8057         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
8058         (gst_audio_convert_transform_caps):
8059         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
8060         * gst/videotestsrc/videotestsrc.h:
8061           A few array const-ifications.
8062
8063 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
8064
8065         * tests/check/Makefile.am:
8066           See if this makes the build bots happy.
8067
8068         * tests/check/libs/cddabasesrc.c:
8069           UTF8-ise my name.
8070
8071 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
8072
8073         Patch by: Young-Ho Cha <ganadist at chollian dot net>
8074
8075         * gst/subparse/samiparse.c: (handle_start_font),
8076         (fix_invalid_entities):
8077           More case-insensitivity for certain tags; recognise entities with
8078           decimal codes as special entities as well (#357330).
8079
8080 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
8081
8082         * gst-libs/gst/Makefile.am:
8083           Need to build tag directory before cdda.
8084
8085 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
8086
8087         * docs/libs/gst-plugins-base-libs-sections.txt:
8088         * gst-libs/gst/cdda/Makefile.am:
8089         * gst-libs/gst/cdda/gstcddabasesrc.c:
8090         (gst_cdda_base_src_base_init):
8091         * gst-libs/gst/cdda/gstcddabasesrc.h:
8092         * gst-libs/gst/tag/tag.h:
8093         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
8094         (gst_tag_register_musicbrainz_tags):
8095           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
8096           depend on libgsttag. This is required so we can extract/read tags like
8097           DISCID without depending on libgstcddabasesrc (which used to register
8098           them).
8099
8100         * gst-libs/gst/tag/gstvorbistag.c:
8101           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
8102           tags (also see #347848).
8103
8104         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
8105           Log vorbis comments we are actually writing. Const-ify array.
8106
8107 2006-09-23  Wim Taymans  <wim@fluendo.com>
8108
8109         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
8110         Improve buffering a bit by avoiding a deadlock because we cannot assume
8111         the underrun is always called.
8112
8113 2006-09-23  Wim Taymans  <wim@fluendo.com>
8114
8115         Patch by: Young-Ho Cha <ganadist at chollian dot net>
8116
8117         * gst-libs/gst/riff/riff-ids.h:
8118         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
8119         (gst_riff_create_audio_template_caps):
8120         Added MPEG-4 AAC and id and caps. Fixes #357289
8121         Added WMA9 Lossless id.
8122
8123 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8124
8125         * ext/gnomevfs/gstgnomevfssrc.c:
8126           Fix misleading docs addition.
8127
8128         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
8129           Get rid of compiler warning the right way.
8130
8131 2006-09-22  Wim Taymans  <wim@fluendo.com>
8132
8133         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8134         (gst_base_rtp_depayload_finalize),
8135         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
8136         (gst_base_rtp_depayload_push_full),
8137         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
8138         (gst_base_rtp_depayload_process),
8139         (gst_base_rtp_depayload_set_gst_timestamp),
8140         (gst_base_rtp_depayload_queue_release):
8141         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8142         Small cleanups.
8143         Fix some leaks.
8144         Refactored the process method and added methods to push from the process
8145         vmethod.
8146         Use _scale functions.
8147         API: gst_base_rtp_depayload_push_ts
8148         API: gst_base_rtp_depayload_push
8149
8150         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
8151         timestamps are uint.
8152
8153 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
8154
8155         * gst-libs/gst/interfaces/xoverlay.c:
8156           Remove unused statement from doc example.
8157
8158 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
8159
8160         * gst-libs/gst/interfaces/videoorientation.c:
8161         (gst_video_orientation_iface_init),
8162         (gst_video_orientation_get_hflip),
8163         (gst_video_orientation_get_vflip),
8164         (gst_video_orientation_get_hcenter),
8165         (gst_video_orientation_get_vcenter),
8166         (gst_video_orientation_set_hflip),
8167         (gst_video_orientation_set_vflip),
8168         (gst_video_orientation_set_hcenter),
8169         (gst_video_orientation_set_vcenter):
8170           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
8171           in ChangeLog)
8172
8173 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
8174
8175         * tests/check/Makefile.am:
8176         * tests/check/elements/.cvsignore:
8177         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
8178         (create_rgb_conversions), (rgb_conversion_free),
8179         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
8180         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
8181           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
8182           but disable for now since it doesn't pass (something wrong with
8183           RGBA somewhere).
8184
8185 2006-09-21  Wim Taymans  <wim@fluendo.com>
8186
8187         * gst/playback/gstplaybasebin.c: (group_commit),
8188         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
8189         (queue_out_of_data), (gen_preroll_element),
8190         (preroll_remove_overrun), (probe_triggered):
8191         Refactor handling of overrun detection.
8192         Separate handling of group completion and deadlock detection when doing
8193         network buffering. This should fix some deadlocks that were not detected
8194         because the group was completed.
8195         Add more comments, improve debugging.
8196
8197 2006-09-21  Wim Taymans  <wim@fluendo.com>
8198
8199         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
8200         * tests/check/libs/audio.c:
8201         Some more compilation fixes.
8202
8203 2006-09-21  Wim Taymans  <wim@fluendo.com>
8204
8205         * gst-libs/gst/audio/gstringbuffer.c:
8206         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
8207         (gst_ring_buffer_read):
8208         Early morning compilation fix.
8209
8210 2006-09-20  Wim Taymans  <wim@fluendo.com>
8211
8212         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
8213         * tests/check/elements/multifdsink.c: (GST_START_TEST):
8214         * tests/check/elements/videorate.c: (GST_START_TEST):
8215         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
8216         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
8217         Fix some warnings.
8218
8219 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
8220
8221         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8222         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
8223         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
8224           Handcrafted merge to help CVS understanding what I changed and what
8225           not.
8226
8227 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
8228
8229         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8230         (gst_xvimagesink_get_times):
8231           change colorkey behaviour back according to #354773 comment 6/7
8232
8233 2006-09-19  Michael Smith  <msmith@fluendo.com>
8234
8235         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
8236         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
8237         (gst_multi_fd_sink_recover_client),
8238         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
8239         (gst_multi_fd_sink_get_property):
8240         * gst/tcp/gstmultifdsink.h:
8241           Implement stubbed out properties unit-type, units-soft-max,
8242           units-max, to allow specifying maximum sizes in units other than
8243           buffers.
8244           Fixes #355935
8245
8246 2006-09-19  Wim Taymans  <wim@fluendo.com>
8247
8248         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
8249         (gst_riff_create_audio_template_caps):
8250         Reorder the audio formats a bit for clarity.
8251         Detect and create caps for MSGSM and MSN (WAV49).
8252         Fixes #356596.
8253
8254         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8255         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
8256         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
8257         Small cleanups, move error handling out of normal flow for clarity.
8258
8259 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
8260
8261         * docs/libs/gst-plugins-base-libs-docs.sgml:
8262         * docs/libs/gst-plugins-base-libs.types:
8263         * gst-libs/gst/interfaces/Makefile.am:
8264         * gst-libs/gst/interfaces/videoorientation.c:
8265         (gst_video_orientation_get_type),
8266         (gst_video_orientation_iface_init),
8267         (gst_video_orientation_get_hflip),
8268         (gst_video_orientation_get_vflip),
8269         (gst_video_orientation_get_hcenter),
8270         (gst_video_orientation_get_vcenter),
8271         (gst_video_orientation_set_hflip),
8272         (gst_video_orientation_set_vflip),
8273         (gst_video_orientation_set_hcenter),
8274         (gst_video_orientation_set_vcenter):
8275         * gst-libs/gst/interfaces/videoorientation.h:
8276           API: Add new interface to control video orientation (fixes #354908)
8277
8278 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
8279
8280         * gst/videotestsrc/gstvideotestsrc.c:
8281           Use G_UNLIKELY in _create and log one more detail.
8282           
8283         (gst_video_test_src_get_times), (gst_video_test_src_create):
8284         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
8285           Use gst_util_uint64_scale_int in _get_times().
8286
8287 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
8288
8289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
8290           Give better warning message (add object and detail).
8291
8292 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
8293
8294         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8295         (gst_xvimagesink_get_times):
8296           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
8297           #354773), use gst_util_uint64_scale_int in _get_times()
8298
8299 2006-09-18  Michael Smith  <msmith@fluendo.com>
8300
8301         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
8302           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
8303           always true, leading to dropping all timestamps.
8304
8305 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
8306
8307         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
8308         (gst_visual_chain), (gst_visual_change_state):
8309           update to work also with libvisual 0.4 API, fix double unref (#355914)
8310           
8311         * tools/gst-launch-ext.1.in:
8312         * tools/gst-visualise.1.in:
8313           remove references to old man-pages
8314
8315         * tests/examples/seek/seek.c: (main):
8316           add real meadi-buttons, add tool-tips for the seek-options, arrange
8317           seek options in a table
8318
8319 2006-09-18  Michael Smith  <msmith@fluendo.com>
8320
8321         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
8322         (gst_ogg_mux_push_buffer):
8323           Don't generate out-of-order timestamps from oggmux, instead clamp
8324           output timestamps to be >= the previously output ts.
8325           Fixes #355595
8326
8327 2006-09-18  Michael Smith  <msmith@fluendo.com>
8328
8329         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
8330         (gst_multi_fd_sink_class_init):
8331           Updates, fixes, and typo corrections for multifdsink. No functional
8332           changes.
8333
8334 2006-09-17  Michael Smith  <msmith@fluendo.com>
8335
8336         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
8337           Don't crash on truncated files - check that we got an 8 byte buffer
8338           before trying to memcmp it.
8339
8340 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
8341
8342         * gst/playback/gstplaybasebin.c: (get_active_source):
8343           Make stream-switching appear instant to the application
8344           (ie. make sure that a g_object_get on 'current-foo' returns
8345           the stream previously set with g_object_set(). Totem needs
8346           this to update stream-related meta-info (like audio-codec)
8347           correctly when switching streams.
8348
8349 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
8350
8351         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
8352         (gst_alsa_mixer_ensure_track_list):
8353           Try harder to guess which mixer track is the master mixer
8354           track (instead of just taking the first one that has a pvolume).
8355           Fixes #342228.
8356
8357 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8358
8359         reviewed by: <delete if not using a buddy>
8360
8361         * gst-libs/gst/audio/audio.h:
8362         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
8363
8364 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8365
8366         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
8367         (gst_audio_convert_transform_caps):
8368           Get structure-name just once.
8369
8370 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8371
8372         * tests/check/elements/audioresample.c: (GST_START_TEST):
8373         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
8374         * tests/check/elements/volume.c: (GST_START_TEST):
8375         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
8376         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
8377         (test_pipeline), (GST_START_TEST):
8378         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8379         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
8380           Fix big batch of compiler warnings.
8381
8382 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8383
8384         * ext/gnomevfs/gstgnomevfssrc.c:
8385           Add docs about icydemux usage in connection with gnomevfssrc
8386
8387         * ext/libvisual/visual.c:
8388         * ext/ogg/gstoggaviparse.c:
8389         * ext/ogg/gstoggdemux.c:
8390         * ext/ogg/gstoggmux.c:
8391         * ext/ogg/gstoggparse.c:
8392         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8393         * gst-libs/gst/audio/gstaudiosink.c:
8394         * gst-libs/gst/audio/gstaudiosrc.c:
8395         * gst/audiorate/gstaudiorate.c:
8396           More G_OBJECT macro fixing.
8397
8398         * gst/audiotestsrc/gstaudiotestsrc.h:
8399           Fix wrong info in header due to copy & paste
8400
8401 2006-09-15  Wim Taymans  <wim@fluendo.com>
8402
8403         * gst-libs/gst/audio/gstbaseaudiosink.c:
8404         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
8405         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8406         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
8407         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
8408         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
8409         Do the delay calculation in the source/sink base classes as this is
8410         specific for the capture/playback mode.
8411         Try to fixate a bit better, like round depth up to a multiple of 8
8412         bigger than width.
8413         Handle underruns correctly by marking DISCONT on buffers and adjusting
8414         timestamps to handle the gap.
8415         Set offset/offset_end correctly on buffers.
8416
8417         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
8418         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
8419         (gst_ring_buffer_read):
8420         Remove resync and underrun recovery from the ringbuffer.
8421         Fix ringbuffer read code on under/overrun.
8422
8423 2006-09-15  Wim Taymans  <wim@fluendo.com>
8424
8425         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8426         (gst_play_base_bin_init), (fill_buffer), (check_queue),
8427         (queue_threshold_reached), (gst_play_base_bin_set_property),
8428         (gst_play_base_bin_get_property):
8429         * gst/playback/gstplaybasebin.h:
8430         Don't use a 0 low watermark when buffering, it is catching starvation
8431         way too late. Instead, use a 3 second queue with 30 and 95
8432         percent low/high watermarks. 
8433         Added queue-min-threshold property to configure low watermark.
8434         Use new _buffering message API.
8435         Make queue_threshold variable big enough to store a uint64 time value.
8436         API: playbin::queue-min-threshold property.
8437
8438 2006-09-15  Wim Taymans  <wim@fluendo.com>
8439
8440         * configure.ac:
8441         We require 0.10.10.1 now because of _wait_preroll().
8442
8443         * gst-libs/gst/audio/gstbaseaudiosink.c:
8444         (gst_base_audio_sink_render):
8445         Use gst_base_sink_wait_preroll().
8446
8447 2006-09-15  Wim Taymans  <wim@fluendo.com>
8448
8449         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
8450         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
8451         Use DEBUG_OBJECT more.
8452
8453 === release 0.10.10 ===
8454
8455 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
8456
8457         patch by: Michael Smith <msmith at fluendo dot com>
8458
8459         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
8460         (gst_multi_fd_sink_client_queue_buffer),
8461         (gst_multi_fd_sink_new_client):
8462         * tests/check/elements/multifdsink.c: (GST_START_TEST),
8463         (multifdsink_suite):
8464           Fix implementation of sync-method 'next-keyframe'
8465           Closes #354594
8466
8467 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
8468
8469         patch by: Wim Taymans <wim at fluendo dot com>
8470
8471         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8472         This patch removes the RANDOM flag that was incorrectly introduced with
8473         revision 1.91.  Fixes #354590
8474
8475 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8476
8477         * tests/check/Makefile.am:
8478           Random variation in Makefile line to see if it makes the
8479           gen64-base-full bot any happier.
8480
8481 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8482
8483         * tests/check/pipelines/oggmux.c: (oggmux_suite):
8484           Disable test that fails at the moment (killed after timeout).
8485
8486 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8487
8488         Patch by: James Livingston  <doclivingston at gmail.com>
8489
8490         * tests/check/Makefile.am:
8491         * tests/check/pipelines/.cvsignore:
8492         * tests/check/pipelines/oggmux.c: (get_page_codec),
8493         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
8494         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
8495         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
8496         (test_theora_vorbis), (oggmux_suite):
8497           Add simple unit test for oggmux from #337026 with checking for the
8498           EOS flags disabled for the time being.
8499
8500 2006-09-04  Wim Taymans  <wim@fluendo.com>
8501
8502         patch by: Alessandro Dessina <alessandro nnva org>
8503
8504         * ext/ogg/gstoggmux.c:
8505         Add cmml caps to oggmux. Fixes #353912
8506
8507 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
8508
8509         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
8510           Returning a return value often helps. In this case, we
8511           don't need the return value anyway, so just get rid of it.
8512           Should make build bots much happier.
8513
8514 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
8515
8516         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
8517         (paint_get_structure), (gst_video_test_src_get_size),
8518         (gst_video_test_src_smpte), (gst_video_test_src_snow),
8519         (gst_video_test_src_unicolor), (paint_setup_AYUV),
8520         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
8521         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
8522         * gst/videotestsrc/videotestsrc.h:
8523           Add support for AYUV and the various RGBA formats. Initialise
8524           fields of paintinfo structs allocated on the stack.
8525
8526         * tests/check/elements/videotestsrc.c: (right_shift_colour),
8527         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
8528         (check_rgb_buf), (videotestsrc_suite):
8529           Add unit tests for videotestsrc's RGB output.
8530
8531 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
8532
8533         * gst/videotestsrc/gstvideotestsrc.c:
8534         (gst_video_test_src_pattern_get_type),
8535         (gst_video_test_src_set_pattern):
8536         * gst/videotestsrc/gstvideotestsrc.h:
8537         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
8538         (gst_video_test_src_black), (gst_video_test_src_white),
8539         (gst_video_test_src_red), (gst_video_test_src_green),
8540         (gst_video_test_src_blue):
8541         * gst/videotestsrc/videotestsrc.h:
8542           Add more uni-colour patterns ("white", "red", "green", and "blue").
8543
8544 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
8545
8546         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
8547           Fix stride for YVYU, should be word-aligned (#353658).
8548
8549 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
8550
8551         * gst/adder/gstadder.c: (gst_adder_src_event):
8552           Fix build.
8553
8554 2006-08-31  Edward Hervey  <edward@fluendo.com>
8555
8556         * gst/adder/gstadder.c: (forward_event_func),
8557         (gst_adder_src_event), (gst_adder_collected),
8558         (gst_adder_change_state):
8559         * gst/adder/gstadder.h:
8560         Remember the start position asked in the incoming seeks, so we can
8561         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
8562         of assuming it will always be 0).
8563
8564 2006-08-31  Edward Hervey  <edward@fluendo.com>
8565
8566         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
8567         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
8568         (gst_ogg_demux_loop):
8569         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
8570
8571 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
8572
8573         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8574         (gst_ffmpegcsp_get_unit_size):
8575           Return FALSE instead of returning a random false unit
8576           size when the format isn't known/supported (even if
8577           this shouldn't happen under normal circumstances).
8578
8579 2006-08-29  Wim Taymans  <wim@fluendo.com>
8580
8581         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
8582
8583         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
8584         (gst_gnome_vfs_src_start):
8585         Try harder to get the size from a uri by using _info_uri() when
8586         _info_from_handle() does not give us enough info. 
8587         Also follow symlinks when getting the size.
8588         Partially Fixes #332864.
8589
8590 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
8591
8592         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
8593
8594         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8595         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
8596         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
8597         (gst_alsa_mixer_set_record):
8598         * ext/alsa/gstalsamixertrack.c:
8599         (gst_alsa_mixer_track_update_alsa_capabilities),
8600         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
8601         (gst_alsa_mixer_track_update):
8602         * ext/alsa/gstalsamixertrack.h:
8603           Improve and fix mixer track handling, in particular better handling
8604           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
8605           separate track objects for tracks that have both capture and playback
8606           volume (and label them differently as well so they're not mistakenly
8607           assumed to be duplicates); classify mixer tracks that only affect
8608           the audible volume of something (rather than the capture volume)
8609           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
8610           for capture tracks to correspond to alsa-pswitch alsa-cswitch
8611           (following the meaning documented in the mixer interface header
8612           file); add support for alsa's exclusive cswitch groups; update/sync
8613           state/flags better if mixer settings are changed by another
8614           application. Fixes #336075.
8615
8616 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
8617
8618         * gst/playback/gstplaybin.c:
8619           Improve docs: add section about BUFFERING messages sent by playbin.
8620
8621 2006-08-29  Michael Smith  <msmith@fluendo.com>
8622
8623         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
8624         (gst_vorbis_enc_buffer_check_discontinuous),
8625         (gst_vorbis_enc_chain):
8626           Ignore explicit DISCONT marked on buffers (which is often spurious,
8627           particularly when using multiple segments), in favour of solely
8628           using the timestamps/durations.
8629
8630 2006-08-29  Edward Hervey  <edward@fluendo.com>
8631
8632         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8633         Don't rely on incoming buffers offset anymore, since it is completely
8634         broken when using multiple segments.
8635         Instead convert the incoming buffers timestamp to running time, and
8636         then convert that value to the offsets.
8637         Also inform GstSegment of the last outputted stop position, which is
8638         needed if we received several segments with an unknown stop value.
8639
8640 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8641
8642         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
8643           fix buffer unreffing on a header push failure
8644
8645 2006-08-28  Wim Taymans  <wim@fluendo.com>
8646
8647         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
8648         (gst_audio_rate_chain):
8649         Make the metadata of the buffer writable before changing its
8650         flags.
8651
8652 2006-08-28  Wim Taymans  <wim@fluendo.com>
8653
8654         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
8655         (gst_audio_rate_setcaps), (gst_audio_rate_init),
8656         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
8657         (gst_audio_rate_chain), (gst_audio_rate_change_state):
8658         Fix audiorate some more.
8659         Reset and resync counters on flush and READY.
8660         Handle the DISCONT flag correctly.
8661         Use GstSegment to track position.
8662         Fail when not negotiated.
8663         Fixes #353234.
8664
8665 2006-08-25  Michael Smith  <msmith@fluendo.com>
8666
8667         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
8668           Fix spelling.
8669           Remove accidently included debug line.
8670
8671 2006-08-25  Wim Taymans  <wim@fluendo.com>
8672
8673         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
8674         Small cleanups.
8675         If a buffer is received with no caps, make the buffer metadata
8676         writable and set the caps, making sure that we don't screw up the
8677         refcounts.
8678
8679 2006-08-25  Michael Smith  <msmith@fluendo.com>
8680
8681         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
8682         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
8683           Fix memory leaks and misleading debug messages, add a couple of
8684           comments.
8685
8686         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
8687         (gst_multi_fd_sink_render):
8688           Do not use gst_buffer_make_writable() in a basesink render method,
8689           as it may incorrectly unref the buffer. Instead, use convoluted
8690           dance to avoid copying the buffer except when we need to.
8691
8692 2006-08-25  Michael Smith  <msmith@fluendo.com>
8693
8694         * ext/vorbis/vorbisenc.c:
8695         (gst_vorbis_enc_buffer_check_discontinuous):
8696           Allow very small discontinuities in the timestamps. These we can't
8697           do anything useful with anyway (because vorbis's timestamps have
8698           only sample granularity), and are commonly produced by elements with
8699           minor bugs. Allow up to 1/2 a sample out.
8700           Fixes #351742.
8701
8702 2006-08-24  Wim Taymans  <wim@fluendo.com>
8703
8704         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
8705         (play_scrub_toggle_cb), (main):
8706         Add a checkbox to enable play scrubbing. Makes it possible to disable
8707         normal scrubbing.
8708
8709 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8710
8711         * tests/check/elements/.cvsignore:
8712           make buildbot happy
8713
8714 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
8715
8716         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
8717         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
8718         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
8719         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
8720         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8721         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
8722         (gst_ogm_text_parse_strip_trailing_zeroes),
8723         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
8724         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
8725           Refactor ogm parse, do better input checking, misc. clean-ups.
8726           Cache incoming events and push them once the source pad has
8727           been created. Don't pass unterminated strings to sscanf().
8728           Strip trailing zeroes from subtitle text output, since they
8729           are not valid UTF-8. Don't push vorbiscomment packets on
8730           the subtitle text pad. Output perfect streams if possible.
8731
8732 2006-08-23  Wim Taymans  <wim@fluendo.com>
8733
8734         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
8735         Waits for tasks to settle down so that we clean up correctly for 
8736         valgrind.
8737
8738 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
8739
8740         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
8741           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
8742           actually return return value in taglists_are_equal.
8743
8744 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
8745
8746         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8747           Fix crash due to broken bitstream parsing on x86-64: can't make
8748           any assumptions about sizeof(struct) due to alignment/packing
8749           differences on different architectures. Fixes #351790.
8750
8751 2006-08-22  Wim Taymans  <wim@fluendo.com>
8752
8753         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
8754         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
8755         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
8756         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
8757         (gst_riff_parse_info):
8758         Protect public functions against bad input.
8759         Do some cleanups.
8760         Fix documentation.
8761
8762 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8763
8764         * gst-libs/gst/riff/riff-ids.h:
8765         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8766           Add voxware audio IDs (even if we can't play it) (#351795).
8767
8768 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8769
8770         * gst-libs/gst/riff/riff-media.c:
8771         (gst_riff_create_video_template_caps),
8772         (gst_riff_create_audio_template_caps),
8773         (gst_riff_create_iavs_template_caps):
8774           Const-ify some arrays and use G_N_ELEMENTS instead
8775           of wasting oodles of RAM on terminator bits.
8776
8777 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8778
8779         * gst-libs/gst/tag/gstvorbistag.c:
8780         (gst_tag_list_to_vorbiscomment_buffer):
8781         * tests/check/libs/tag.c: (GST_START_TEST):
8782           And the same for _to_vorbiscomment_buffer(): allow
8783           id_data_len == 0 for speex.
8784
8785 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
8786
8787         * configure.ac:
8788         * docs/plugins/Makefile.am:
8789         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8790         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8791         * docs/plugins/inspect/plugin-gdp.xml:
8792         * gst/gdp/Makefile.am:
8793         * tests/check/Makefile.am:
8794           Move GDP plugin to -base from -bad.  Closes #347783.
8795
8796 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
8797
8798         * gst-libs/gst/tag/gstvorbistag.c:
8799         (gst_tag_list_from_vorbiscomment_buffer):
8800           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
8801           Also add some checks to make sure we don't memcmp() beyond the end of
8802           vorbiscomment buffer if the ID to check for is larger than the buffer.
8803
8804         * tests/check/libs/tag.c: (GST_START_TEST):
8805           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
8806
8807 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
8808
8809         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
8810         (gst_vorbis_enc_set_metadata):
8811           Use vorbis comment utility functions from libgsttag
8812           instead of re-inventing the wheel (partially fixes #347091).
8813
8814 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8815
8816         * tests/check/elements/audioconvert.c: (GST_START_TEST):
8817         Fix leaks. Wait for state transitions that might happen ASYNC, as well
8818         as some that won't.
8819
8820 2006-08-21  Wim Taymans  <wim@fluendo.com>
8821
8822         * docs/libs/Makefile.am:
8823         * docs/libs/gst-plugins-base-libs-sections.txt:
8824         * docs/libs/gst-plugins-base-libs.types:
8825         Don't try to GObject scan the netbuffer as it's not a GObject.
8826         Fixes #351308.
8827
8828         * gst-libs/gst/netbuffer/gstnetbuffer.c:
8829         * gst-libs/gst/netbuffer/gstnetbuffer.h:
8830         Document GstNetBuffer.
8831
8832 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8833
8834         * tests/check/elements/audioconvert.c: (GST_START_TEST),
8835         (audioconvert_suite):
8836           Add testcase for caps-size-explosion
8837
8838 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8839
8840         * gst/audioconvert/gstaudioconvert.c:
8841         (gst_audio_convert_get_unit_size), (set_structure_widths):
8842           Lower debug, use g_assert in _get_unit_size
8843
8844         * gst/audioresample/gstaudioresample.c:
8845         (audioresample_get_unit_size):
8846         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8847         (gst_ffmpegcsp_get_unit_size):
8848         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
8849           use g_assert in _get_unit_size
8850
8851 2006-08-18  Wim Taymans  <wim@fluendo.com>
8852
8853         * docs/libs/gst-plugins-base-libs-sections.txt:
8854         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
8855         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
8856         (gst_rtp_buffer_get_payload_buffer):
8857         * gst-libs/gst/rtp/gstrtpbuffer.h:
8858         Document GstRTPBuffer.
8859         Added function to efficiently strip payload headers.
8860         API: gst_rtp_buffer_get_payload_subbuffer()
8861
8862 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
8863
8864         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
8865         (gst_tag_to_vorbis_comments):
8866           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
8867           tags and deserialise them properly as well (#347091).
8868           Add some more gtk-doc blurbs and also some g_return_if_fail().
8869
8870         * tests/check/libs/tag.c: (GST_START_TEST),
8871         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
8872           More tests.
8873
8874 2006-08-17  Wim Taymans  <wim@fluendo.com>
8875
8876         * ext/ogg/Makefile.am:
8877         * ext/ogg/gstogg.c: (plugin_init):
8878         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
8879         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
8880         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
8881         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
8882         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
8883         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
8884         Added ogg-in-avi parser element. Fixes #140139.
8885
8886         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
8887         Fixed a bug in oggdemux debug code.
8888
8889         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
8890         (gst_riff_create_audio_template_caps):
8891         Recognise Ogg in the AVI extensible wave format.
8892
8893 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
8894
8895         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8896           Make buffer durations add up (duration should be next_ts-ts for
8897           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
8898           from CVS.
8899
8900         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
8901         (test_buffer_timestamps), (cddabasesrc_suite):
8902           Add unit test for the above.
8903
8904         * tests/check/Makefile.am:
8905           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
8906           to see what happens.
8907
8908 2006-08-16  Wim Taymans  <wim@fluendo.com>
8909
8910         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
8911         (gst_alsasink_open):
8912         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
8913         (gst_alsasrc_open):
8914         Avoid setting and using a NULL device name.
8915         Print more info when we fail to open a device.
8916
8917 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8918
8919         * docs/libs/gst-plugins-base-libs-sections.txt:
8920         * gst-libs/gst/tag/tag.h:
8921         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
8922           API: add gst_tag_parse_extended_comment() (#351426).
8923
8924         * tests/check/Makefile.am:
8925         * tests/check/libs/.cvsignore:
8926         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
8927           Add unit test for gst_tag_parse_extended_comment().
8928
8929 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8930
8931         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
8932         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
8933           Fix leak (#351502).
8934
8935 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8936
8937         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8938         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8939         * docs/plugins/gst-plugins-base-plugins.args:
8940         * gst/playback/gstplaybin.c:
8941           Document playbin.
8942           
8943         * docs/plugins/inspect/plugin-adder.xml:
8944         * docs/plugins/inspect/plugin-alsa.xml:
8945         * docs/plugins/inspect/plugin-audioconvert.xml:
8946         * docs/plugins/inspect/plugin-audiorate.xml:
8947         * docs/plugins/inspect/plugin-audioresample.xml:
8948         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8949         * docs/plugins/inspect/plugin-cdparanoia.xml:
8950         * docs/plugins/inspect/plugin-decodebin.xml:
8951         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8952         * docs/plugins/inspect/plugin-gnomevfs.xml:
8953         * docs/plugins/inspect/plugin-ogg.xml:
8954         * docs/plugins/inspect/plugin-pango.xml:
8955         * docs/plugins/inspect/plugin-playbin.xml:
8956         * docs/plugins/inspect/plugin-subparse.xml:
8957         * docs/plugins/inspect/plugin-tcp.xml:
8958         * docs/plugins/inspect/plugin-theora.xml:
8959         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8960         * docs/plugins/inspect/plugin-video4linux.xml:
8961         * docs/plugins/inspect/plugin-videorate.xml:
8962         * docs/plugins/inspect/plugin-videoscale.xml:
8963         * docs/plugins/inspect/plugin-videotestsrc.xml:
8964         * docs/plugins/inspect/plugin-volume.xml:
8965         * docs/plugins/inspect/plugin-vorbis.xml:
8966         * docs/plugins/inspect/plugin-ximagesink.xml:
8967         * docs/plugins/inspect/plugin-xvimagesink.xml:
8968           Update to CVS version.
8969
8970 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
8971
8972         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8973         (gst_play_bin_set_property), (gst_play_bin_get_property),
8974         (value_list_append_structure_list),
8975         (gst_play_bin_handle_redirect_message),
8976         (gst_play_bin_handle_message):
8977           API: GstPlayBin::connection-speed
8978           Add "connection-speed" property; re-order redirect messages with
8979           multiple redirect locations depending on the minimum bitrate if
8980           that information is available and a connection speed is set
8981           (#350399).
8982
8983 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
8984
8985         * gst/playback/gstplaybin.c:
8986           Update max volume to the same value that the volume element uses.
8987
8988 2006-08-14  Wim Taymans  <wim@fluendo.com>
8989
8990         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
8991         Less uglyness..
8992
8993 2006-08-14  Wim Taymans  <wim@fluendo.com>
8994
8995         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
8996         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
8997         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
8998         Add some more debug info.
8999         Don't crash when a seek failed.
9000         Actually return the result of the seek instead of TRUE.
9001         Ignore multiple BOS pages with the same serial so that we don't create
9002         the same stream multiple times.
9003         Post an error when we fail to do the initial seek.
9004
9005 2006-08-13  Wim Taymans  <wim@fluendo.com>
9006
9007         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
9008         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
9009         Small code cleanup.
9010
9011         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
9012         (gst_alsa_mixer_new):
9013         Remove hack that always set the device to hw:0*.
9014         Properly find the card name for whatever device was configured.
9015         Do some better debugging.
9016         Fixes #350784.
9017
9018         * ext/alsa/gstalsamixerelement.c:
9019         (gst_alsa_mixer_element_set_property),
9020         (gst_alsa_mixer_element_change_state):
9021         Cleanups.
9022         Handle setting of a NULL device name better.
9023
9024 2006-08-11  Wim Taymans  <wim@fluendo.com>
9025
9026         * gst/adder/gstadder.c:
9027         Don't clip float values. Fixes #350900.
9028
9029 2006-08-11  Andy Wingo  <wingo@pobox.com>
9030
9031         * gst/tcp/gsttcp.c: Really fix the build?
9032
9033         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
9034         fixes the build.
9035
9036 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
9037
9038         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
9039           Float caps shouldn't have a "signed" field.
9040
9041 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
9042
9043         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
9044           Implement SEEKING query in its most basic form, so that we can
9045           at least check if we're seekable or not (#350655).
9046
9047 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
9048
9049         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
9050           The checks here are not even close to anything that would
9051           justify MAXIMUM probability, lowering to POSSIBLE until someone
9052           fixes the checks (case at hand: quicktime redirection files
9053           might start with 00 00 01 XX and pass the checks here just
9054           fine, see #350399).
9055
9056 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
9057
9058         Patch by: Sjoerd Simons  <sjoerd at luon net>
9059
9060         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
9061           Better detection for multipart/x-mixed-replace: accept leading
9062           whitespaces before the boundary marker as well (as our very own
9063           multipartmux used to produce) (#349068).
9064
9065 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
9066
9067         Patch by: Young-Ho Cha  <ganadist at chollian net>
9068
9069         * gst-libs/gst/riff/riff-ids.h:
9070         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
9071         (gst_riff_create_audio_template_caps):
9072           Detect DTS audio streams (#350157).
9073
9074 2006-08-05  Andy Wingo  <wingo@pobox.com>
9075
9076         * ext/theora/gsttheoraparse.h:
9077         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
9078         (theora_parse_dispose, theora_parse_set_property)
9079         (theora_parse_get_property, theora_parse_munge_granulepos)
9080         (theora_parse_push_buffer, theora_parse_change_state):
9081         API: GstTheoraParse::synchronization-points
9082         Add a property 'synchronization-points' to fix badly synchronized oggs.
9083
9084 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
9085
9086         * tests/check/Makefile.am:
9087         * tests/check/libs/.cvsignore:
9088         * tests/check/libs/audio.c: (structure_contains_channel_positions),
9089         (fixed_caps_have_channel_positions), (GST_START_TEST),
9090         (audio_suite), (main):
9091           Add a few tests for the channel position stuff in libgstaudio.
9092
9093 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
9094
9095         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
9096         (gst_alsa_detect_channels):
9097         * ext/alsa/gstalsasink.c:
9098           Add support for cards that (only) do more than 8 channels,
9099           like the Delta 44 (#345188).
9100
9101         * gst-libs/gst/audio/multichannel.c:
9102         (gst_audio_check_channel_positions):
9103         * gst-libs/gst/audio/multichannel.h:
9104           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
9105           unspecified channel position and cannot be combined with any
9106           of the other audio channel positions; adjust position layout
9107           checks accordingly (#345188).
9108
9109 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
9110
9111         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9112           Recognise ancient RealAudio files (see #349779).
9113
9114 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
9115
9116         Patch by: Jens Granseuer  <jensgr at gmx net>
9117
9118         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9119           Add typefinder for Interplay's MVE format (#348973).
9120
9121 2006-08-02  Wim Taymans  <wim@fluendo.com>
9122
9123         Patch by: Marcel Moreaux <marcelm at luon dot net>
9124
9125         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9126         (gst_base_rtp_depayload_add_to_queue):
9127         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9128         Handle RTP sequence number rollover.
9129         Disable jitterbuffer by default.
9130
9131 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
9132
9133         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
9134         (audioresample_set_caps):
9135         Don't leak references to the incoming caps. Clean them up when
9136         stopping.
9137
9138         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
9139         (gst_video_scale_finalize):
9140         Don't leak our temporary pixel buffer.
9141
9142         * tests/check/Makefile.am:
9143         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
9144         (GST_START_TEST), (simple_launch_lines_suite):
9145
9146         Fix leaks and re-enable the test for valgrind checking.
9147
9148 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
9149
9150         Patch by: Sjoerd Simons  <sjoerd at luon net>
9151
9152         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
9153         (plugin_init):
9154           Add typefind function for multipart/x-mixed-replace (#348916).
9155
9156 2006-07-28  Wim Taymans  <wim@fluendo.com>
9157
9158         * gst/adder/gstadder.c: (gst_adder_setcaps),
9159         (gst_adder_query_duration):
9160         Fix leak in duration query.
9161         Reflow some docs and notes.
9162
9163 2006-07-28  Michael Smith  <msmith@fluendo.com>
9164
9165         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
9166         (vorbisenc_suite):
9167           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
9168           aspect of it.
9169
9170 2006-07-28  Michael Smith  <msmith@fluendo.com>
9171
9172         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
9173         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
9174         (gst_vorbis_enc_push_buffer),
9175         (gst_vorbis_enc_buffer_check_discontinuous),
9176         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
9177         * ext/vorbis/vorbisenc.h:
9178           Handle discontinuities in the input vorbis stream correctly,
9179           so that the output is properly timestamped (and has good granulepos
9180           values). Needs some oggmux fixes too.
9181
9182 2006-07-27  Wim Taymans  <wim@fluendo.com>
9183
9184         patch by: Kai Vehmanen <kv2004 eca cx>
9185
9186         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9187         (gst_base_rtp_depayload_chain),
9188         (gst_base_rtp_depayload_handle_sink_event),
9189         (gst_base_rtp_depayload_change_state):
9190         Don't send multiple newsegments with different formats.
9191         Fixes #348677.
9192
9193 2006-07-26  Wim Taymans  <wim@fluendo.com>
9194
9195         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
9196         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
9197         Make seeking in ogg more accurate again by doing the more correct
9198         granuletime to stream time conversion.
9199
9200 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9201
9202         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
9203         (gst_multi_fd_sink_new_client):
9204           debug a little more understandably
9205           do not use goto as a substitute for break, especially if
9206           break is also being used
9207
9208 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9209
9210         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9211         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9212           Remove GLib-2.6 compatibility cruft.
9213
9214 2006-07-24  Wim Taymans  <wim@fluendo.com>
9215
9216         * gst-libs/gst/audio/gstbaseaudiosink.c:
9217         (gst_base_audio_sink_render):
9218         Don't try to align a sample to an unknown value.
9219
9220 2006-07-24  Wim Taymans  <wim@fluendo.com>
9221
9222         * gst-libs/gst/audio/gstbaseaudiosink.c:
9223         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
9224         When the audio clock is slaved to another clock, never try to align
9225         samples but trust the rate interpolation algorithm.
9226
9227 2006-07-24  Wim Taymans  <wim@fluendo.com>
9228
9229         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
9230         Don't try to calculate silence samples, base class does this much
9231         better now.
9232
9233         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
9234         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
9235         (gst_ring_buffer_acquire):
9236         Calculate silence samples correctly.
9237
9238         * gst-libs/gst/audio/gstringbuffer.h:
9239         Add _CAST macro.
9240
9241 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
9242
9243         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
9244           Limit search for the first markup tag to the first few kB of
9245           the file. If we don't find one there, it's highly unlikely that
9246           this is an XML(-ish) file.
9247
9248 2006-07-21  Andy Wingo  <wingo@pobox.com>
9249
9250         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
9251         test to the one in vorbisenc. Also commented out.
9252
9253         * tests/check/pipelines/vorbisenc.c: 
9254         (test_discontinuity): New test, commented out until Mike lands
9255         some elite vorbisenc patches.
9256
9257         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
9258         Bufferstraw was actually factored out of these tests. Now we share
9259         code yay.
9260
9261         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
9262         for bufferstraw addition to gstcheck.
9263
9264 2006-07-21  Wim Taymans  <wim@fluendo.com>
9265
9266         * ext/theora/theoradec.c: (clip_buffer):
9267         Better clipping.
9268
9269 2006-07-21  Wim Taymans  <wim@fluendo.com>
9270
9271         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
9272         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
9273         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
9274         Fix leak.
9275         Avoid type casting when we can.
9276
9277         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
9278         Fix mem leak.
9279
9280 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
9281
9282         * ext/alsa/gstalsamixerelement.c:
9283         (gst_alsa_mixer_element_change_state):
9284           Make state change fail if the specified device can't be opened
9285           for some reason.
9286
9287 2006-07-20  Wim Taymans  <wim@fluendo.com>
9288
9289         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
9290         (cb_newpad), (main):
9291         Example of a small audio/video player using decodebin.
9292
9293 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9294
9295         * gst-libs/gst/riff/riff-ids.h:
9296           Add 'fact' chunk id
9297
9298 2006-07-19  Wim Taymans  <wim@fluendo.com>
9299
9300         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9301         (gst_base_rtp_depayload_chain),
9302         (gst_base_rtp_depayload_change_state):
9303         Don't assert when not negotiated but post a meaningfull 
9304         error message. Fixes #347918.
9305
9306         * gst-libs/gst/rtp/gstbasertppayload.c:
9307         Add comment about better default MTU size.
9308
9309         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
9310         Small cleanups, start docs.
9311
9312 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9313
9314         Patch by: Martin Szulecki
9315
9316         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
9317           If "device-name" is requested and the device is not
9318           open, try to temporarily open it to obtain this
9319           information (#342494).
9320
9321 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9322
9323         * gst-libs/gst/tag/gstid3tag.c:
9324           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
9325
9326         * gst-libs/gst/tag/gsttageditingprivate.h:
9327         * gst-libs/gst/tag/gstvorbistag.c:
9328           Some more random const-ifications.
9329
9330 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9331
9332         * gst-libs/gst/riff/riff-ids.h:
9333         * gst-libs/gst/riff/riff-media.c:
9334         (gst_riff_create_video_template_caps):
9335           Add more FOURCCs (sort list to make stuff easier to find),
9336           add comment what those 16 bytes in struct _gst_riff_strh according to
9337           one avi-dumper are
9338
9339 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
9340
9341         * gst-libs/gst/audio/multichannel.c:
9342         (gst_audio_check_channel_positions),
9343         (gst_audio_fixate_channel_positions):
9344           Const-ify two arrays.
9345
9346 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
9347
9348         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
9349           Fix typo, so that alsasink also advertises 8 channels
9350           if that's supported (tags: can, worms, open, alsa, ph34r).
9351
9352 2006-07-17  Wim Taymans  <wim@fluendo.com>
9353
9354         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
9355         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
9356         *sigh*, when is the compiler going to warn when the comments
9357         are out-of-sync with the code.. Refix case of busted theora
9358         headers with 0 granule pos.
9359
9360 2006-07-14  Wim Taymans  <wim@fluendo.com>
9361
9362         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9363         (gst_base_rtp_depayload_wait),
9364         (gst_base_rtp_depayload_change_state),
9365         (gst_base_rtp_depayload_set_property),
9366         (gst_base_rtp_depayload_get_property):
9367         Fix 99% cpu load by waiting for absolute times on the
9368         clock. Fixes #347300.
9369
9370 2006-07-14  Andy Wingo  <wingo@pobox.com>
9371
9372         * ext/theora/gsttheoraparse.h: 
9373         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
9374         (theora_parse_push_headers, theora_parse_clear_queue)
9375         (theora_parse_drain_queue_prematurely, )
9376         (theora_parse_sink_event, theora_parse_change_state): Queue events
9377         until we initialized our state, like in vorbisparse.
9378
9379         * ext/vorbis/vorbisparse.h: 
9380         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
9381         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
9382         (vorbis_parse_drain_queue_prematurely, )
9383         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
9384         until we have initialized our state. Fixes seeking after an
9385         initial pad block.
9386
9387 2006-07-14  Andy Wingo  <wingo@pobox.com>
9388
9389         Patch by: Iain Holmes <iaingnome@gmail.com>
9390         
9391         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
9392
9393 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
9394
9395         * configure.ac:
9396         Bump nano back to CVS
9397
9398 === release 0.10.9 ===
9399
9400 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
9401
9402         * configure.ac:
9403           releasing 0.10.9, "I walk the line"
9404
9405 2006-07-14  Michael Smith  <msmith@fluendo.com>
9406
9407         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
9408           Move a g_cond_signal to earlier to avoid sometimes deadlocking
9409           (commonly happens when running this test under valgrind) when trying
9410           to remove the buffer probe.
9411
9412 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
9413
9414         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
9415         Fix missing g_unlock from the previous commit
9416
9417 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
9418
9419         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9420         (gst_ximagesink_change_state):
9421         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9422         (gst_xvimagesink_change_state):
9423         Implement a locking order to ensure we always take the object lock
9424         before the x_lock and never vice-versa.
9425
9426 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
9427
9428         * gst/playback/gstdecodebin.c: (find_compatibles):
9429         Fix a caps leak when linking (#347304)
9430
9431         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9432         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
9433         (gst_ximagesink_change_state):
9434         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9435         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
9436         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
9437         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
9438         Don't leak shared memory resources. Use the object lock to protect
9439         against the xcontext disappearing while returning a buffer from the
9440         pipeline. (#347304)
9441
9442 2006-07-12  Edward Hervey  <edward@fluendo.com>
9443
9444         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
9445         (vorbis_handle_comment_packet):
9446         gst_tag_list_merge() returns a new object. Take that into account when
9447         using it. This avoids memleak.
9448         Revert previous commit which is not needed.
9449
9450 2006-07-12  Edward Hervey  <edward@fluendo.com>
9451
9452         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
9453         Reset the decoder in finalize so that all fields get cleared.
9454
9455 2006-07-12  Wim Taymans  <wim@fluendo.com>
9456
9457         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9458         (gst_base_audio_src_set_clock),
9459         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
9460         Don't try to post an error message when setting the clock fails
9461         as this can happen when adding an element to a bin which will then
9462         deadlock. Fixes #347296.
9463
9464 2006-07-12  Edward Hervey  <edward@fluendo.com>
9465
9466         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
9467         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
9468         (vorbis_handle_type_packet):
9469         Post tag messages on the bus even if we're not initialized.
9470         If we're not initialized, we still postpone the event pushing of tags.
9471
9472 2006-07-12  Wim Taymans  <wim@fluendo.com>
9473
9474         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
9475         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
9476         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
9477         Revert last two changes that broke the freeze.
9478
9479 2006-07-12  Wim Taymans  <wim@fluendo.com>
9480
9481         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
9482         basesink calculates silence sample correctly for us.
9483
9484 2006-07-12  Wim Taymans  <wim@fluendo.com>
9485
9486         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
9487         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
9488         Calculate correct silence samples so we don't fill our ringbuffer
9489         with noise.
9490
9491 2006-07-12  Edward Hervey  <edward@fluendo.com>
9492
9493         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
9494         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
9495         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
9496         * ext/vorbis/vorbisdec.h:
9497         Delay sending events (newsegment, tags) until the decoder is properly
9498         initialized.
9499         Fixes #347295
9500
9501 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
9502
9503         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
9504         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
9505           Patch from #347221 adding a test for audioconvert
9506           channel remappings.
9507
9508 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9509
9510         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
9511         (gst_ssa_parse_parse_line):
9512           Don't include the terminating NUL in the buffer size,
9513           it's only there for extra paranoia (would add random
9514           '*' characters at the end of each subtitle since the
9515           terminator itself is not valid UTF-8 technically).
9516           Also fix indenting after boilerplate macro.
9517
9518 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9519
9520         * gst/playback/gstdecodebin.c: (close_pad_link):
9521           Also emit 'unknown-type' signal (which should really be
9522           called unhandled-type) if we found potential decoders/demuxers
9523           in the registry but none of them worked in the end (as in the
9524           case where the plugins don't exist any longer but are still
9525           listed in the registry). Fixes #329798.
9526
9527 2006-07-08  Andy Wingo  <wingo@pobox.com>
9528
9529         * theoraparse.c (theora_parse_push_buffer)
9530         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
9531         Add some more debugging. Fix granulepos reconstruction in the face
9532         of discontinuities.
9533
9534 2006-07-06  Wim Taymans  <wim@fluendo.com>
9535
9536         * gst-libs/gst/audio/gstbaseaudiosink.c:
9537         (gst_base_audio_sink_class_init),
9538         (gst_base_audio_sink_provide_clock):
9539         Use gobject_class instead of G_OBJECT_CLASS (klass)
9540
9541         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9542         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
9543         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
9544         (gst_base_audio_src_get_time),
9545         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
9546         (gst_base_audio_src_create_ringbuffer):
9547         Fix latency and buffer-time constants and properties ala basesink.
9548         Implement pull based scheduling. Fixes #346527.
9549         Set default blocksize in GstBaseSrc to 0, we default to pushing out
9550         one segment.
9551         Refuse slaving to another clock instead of silently not working.
9552         Only provide a clock when we are actually able to do so.
9553         Various small cleanups and compiler hints.
9554
9555 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
9556
9557         Patch by: Lutz Mueller <lutz at topfrose de>
9558
9559         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
9560         (plugin_init):
9561           Add typefinding for text/html (#346581).
9562
9563 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
9564
9565         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
9566         (xml_check_first_element), (xml_type_find), (smil_type_find):
9567           Fix SMIL typefinding, make xml_check_first_element() more
9568           useful.
9569
9570 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
9571
9572         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9573         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
9574         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
9575         * gst/playback/gstplaybasebin.h:
9576           Protect list of elements with a subtitle-encoding property and
9577           the subtitle encoding member itself with a lock of their own
9578           instead of using the object lock. This prevents a dead-lock in
9579           the element-remove callback in some circumstances when shutting
9580           down playbin.
9581
9582 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9583
9584         * win32/common/libgsttag.def:
9585         Export some new functions.
9586         * win32/vs6/libgstogg.dsp:
9587         Add a link to libgsttag-0.10.lib.
9588
9589 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9590
9591         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9592           Some const-ification.
9593
9594 2006-07-04  Wim Taymans  <wim@fluendo.com>
9595
9596         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
9597         Improve checking if we are dealing with a stream. Added some
9598         more uris that need buffering.
9599
9600 2006-07-03  Edward Hervey  <edward@fluendo.com>
9601
9602         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
9603         Remove unused variable.
9604
9605 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9606
9607         * Makefile.am:
9608           include lcov.mak
9609         * configure.ac:
9610           add GCOV_LIBS to GST_LIBS
9611
9612 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
9613
9614         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
9615
9616         * ext/alsa/gstalsasrc.c:
9617           Add 32 bps to template caps and increase channels range
9618           from [1,2] to [1,MAX]. See #346326.
9619
9620 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9621
9622         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9623           Recognise 'WMVA' video codec fourcc (#345879).
9624           
9625 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9626          
9627         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
9628           Fixed nasty memory leak
9629
9630 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9631
9632         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
9633         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
9634           fix logging
9635
9636 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
9637
9638         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9639         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
9640         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
9641         Protect remove_fakesink using a mutex, so that we don't try and
9642         remove the fakesink simultaneously from multiple threads.
9643
9644         When going from READY to PAUSED, restore the fakesink, so that
9645         it is there when decodebin gets reused.
9646
9647 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
9648
9649         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9650         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9651         * gst-libs/gst/rtp/gstbasertppayload.c:
9652         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9653         * gst/tcp/gstmultifdsink.c:
9654         * gst/tcp/gsttcpclientsink.c:
9655         * gst/tcp/gsttcpclientsrc.c:
9656         * gst/tcp/gsttcpserversink.c:
9657         * gst/tcp/gsttcpserversrc.c:
9658         * gst/videorate/gstvideorate.c:
9659         * gst/videotestsrc/gstvideotestsrc.c:
9660         * sys/v4l/gstv4ljpegsrc.c:
9661         * sys/v4l/gstv4lmjpegsink.c:
9662         * sys/v4l/gstv4lsrc.c:
9663         * tests/examples/seek/scrubby.c:
9664         * tests/examples/seek/seek.c:
9665           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
9666
9667 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9668
9669         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
9670           Second field in GEnumValue shouldn't be a description,
9671           but a stringified version of the enum value.
9672
9673 2006-06-22  Wim Taymans  <wim@fluendo.com>
9674
9675         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9676         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
9677         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
9678         Avoid type checking in buffer casts.
9679         Avoid caps copy in buffer_alloc when we can.
9680         Use pad_peer_accept.
9681
9682 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9683
9684         * gst-libs/gst/tag/tag.h:
9685           Oops, make that 'Since: 0.10.9'.
9686
9687 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9688
9689         * docs/libs/gst-plugins-base-libs-sections.txt:
9690         * gst-libs/gst/tag/tag.h:
9691         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
9692         (gst_tag_image_type_get_type):
9693           API: add GstTagImageType enum to describe images contained
9694           in image tags (#345641).
9695
9696 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9697
9698         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
9699           Fix warnings with gst-inspect: "buffers-min" property
9700           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
9701           typo in property description.
9702
9703 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9704
9705         Patch by: Cody Russell <bratsche at gnome org>
9706
9707         * gst/audioresample/gstaudioresample.c:
9708         (gst_audioresample_class_init):
9709         * gst/playback/gststreamselector.c:
9710         (gst_stream_selector_class_init):
9711         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
9712         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
9713         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
9714         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
9715         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
9716         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
9717         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
9718         * gst/videotestsrc/gstvideotestsrc.c:
9719         (gst_video_test_src_class_init):
9720         * gst/volume/gstvolume.c: (gst_volume_class_init):
9721           Avoid unnecessary class cast check in class_init
9722           functions (#337747).
9723
9724 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
9725
9726         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
9727         (gst_text_overlay_video_chain):
9728           g_markup_escape_text() REALLY doesn't like non-UTF8 input
9729           and doesn't validate its input either (and neither did
9730           textoverlay it seems). Let's do that then and fix #345206.
9731
9732 2006-06-19  Wim Taymans  <wim@fluendo.com>
9733
9734         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9735         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
9736         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
9737         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
9738         (find_syncframe), (find_limits), (assign_value),
9739         (count_burst_unit), (gst_multi_fd_sink_new_client),
9740         (gst_multi_fd_sink_handle_client_write),
9741         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
9742         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
9743         (gst_multi_fd_sink_change_state):
9744         * gst/tcp/gstmultifdsink.h:
9745         Added shiny new burst-on-connect methods.
9746         Add properties to control the minimal amount of data queued.
9747         Small cleanups.
9748         API: bytes-min property
9749         API: time-min property
9750         API: buffers-min property
9751         API: burst-unit property
9752         API: burst-value property
9753         API: add-full signal
9754
9755         * gst/tcp/gsttcp-marshal.list:
9756         Added new marshaller code for the new signal.
9757
9758         * tests/check/elements/multifdsink.c: (GST_START_TEST),
9759         (multifdsink_suite):
9760         Added testcases for new burst methods.
9761
9762 2006-06-19  Edward Hervey  <edward@fluendo.com>
9763
9764         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
9765         Implement clipping for accurate seeking.
9766         Closes #345225
9767
9768 2006-06-19  Wim Taymans  <wim@fluendo.com>
9769
9770         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
9771
9772         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
9773         (gst_video_scale_transform):
9774         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
9775
9776 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9777
9778         * configure.ac:
9779           Fix --disable-external (can't set conditionals conditionally,
9780           #343602).
9781
9782 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9783
9784         * tests/check/elements/audioresample.c: (test_reuse),
9785         (audioresample_suite):
9786           Add test case for bug #342789 fixed below.
9787
9788 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9789
9790         * gst/audioresample/gstaudioresample.c:
9791         (gst_audioresample_class_init), (gst_audioresample_init),
9792         (audioresample_start), (audioresample_stop),
9793         (gst_audioresample_set_property), (gst_audioresample_get_property):
9794           Implement GstBaseTransform::start and ::stop so that audioresample
9795           can clear its internal state properly and be reused instead of
9796           causing non-negotiated errors with playbin under some circumstances
9797           (#342789).
9798
9799         * tests/check/elements/audioresample.c: (setup_audioresample),
9800         (cleanup_audioresample):
9801           Need to set element state here so that ::start and ::stop are
9802           called.
9803
9804 2006-06-16  Wim Taymans  <wim@fluendo.com>
9805
9806         Patch by: Young-Ho Cha <ganadist at chollian dot net>
9807
9808         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
9809         Parse extra data better, apparently it's right behind
9810         the normal strf header size. Fixes #343500.
9811
9812 2006-06-16  Wim Taymans  <wim@fluendo.com>
9813
9814         * ext/alsa/gstalsasink.c: (set_hwparams):
9815         If we fail to set the buffer_time and period_time alsa
9816         parameters, post a warning and leave alsa select a 
9817         default instead of failing. Fixes #342085
9818
9819 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9820
9821         * docs/libs/gst-plugins-base-libs-sections.txt:
9822         * gst-libs/gst/cdda/gstcddabasesrc.h:
9823           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
9824           out in the header file and shouldn't be listed in the docs.
9825
9826         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
9827           Must dereference pointer to fourcc in the debug statement.
9828
9829 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
9830
9831         * docs/libs/Makefile.am:
9832         * docs/libs/gst-plugins-base-libs-docs.sgml:
9833         * docs/libs/gst-plugins-base-libs-sections.txt:
9834         * docs/libs/gst-plugins-base-libs.types:
9835         add remaining symbols into correct setions
9836         
9837         * gst-libs/gst/audio/gstringbuffer.c:
9838         fix incomplete docs
9839         
9840         * gst-libs/gst/audio/gstringbuffer.h:
9841         comment out not yet implemented function
9842         
9843         
9844         * gst-libs/gst/floatcast/floatcast.h:
9845         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9846         add short descriptions
9847         
9848         
9849         * gst-libs/gst/interfaces/propertyprobe.c:
9850         fix return value docs   
9851         
9852         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
9853         simplify debug logging
9854         
9855         * gst-libs/gst/riff/riff-read.h:
9856         sync function prototype and docs
9857         
9858         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9859         remove left over symbol
9860
9861 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9862
9863         * autogen.sh:
9864         * configure.ac:
9865         * docs/Makefile.am:
9866           Use GST_PLUGIN_DOCS macro in configure.ac, add
9867           --enable-plugin-docs default to autogen.sh and use
9868           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
9869
9870 2006-06-15  Wim Taymans  <wim@fluendo.com>
9871
9872         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
9873         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
9874         (gst_ogg_demux_loop):
9875         Combine GstFlowReturn from the source pads to give a
9876         meaningfull result to the upstream peer or to stop the
9877         processing task in case of errors.
9878
9879 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9880
9881         * gst/playback/gststreaminfo.c: (cb_probe):
9882           Try GST_TAG_CODEC as fallback when extracting the
9883           codec name; more debug info.
9884
9885 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9886
9887         * ext/ogg/Makefile.am:
9888         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9889           Extract language tags from ogm subtitle streams, so that
9890           the subtitle menu choices are labelled correctly in
9891           Totem (fixes #344708).
9892
9893 2006-06-14  Wim Taymans  <wim@fluendo.com>
9894
9895         Patch by: Alessandro Decina <alessandro at nnva dot org>
9896
9897         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
9898         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
9899         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
9900         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
9901         Fix various leaks. Fixes #343699.
9902         Add x-smoke mime type.
9903
9904 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9905
9906         * gst-libs/gst/riff/riff-ids.h:
9907           Add IDs for 'bext' chunks (see #343837).
9908
9909 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9910
9911         Patch by: Young-Ho Cha  <ganadist at chollian net>
9912
9913         * gst/subparse/samiparse.c: (sami_context_pop_state),
9914         (handle_start_font), (end_sami_element):
9915           Honour font face tags in SAMI subtitles (#344503).
9916
9917 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9918
9919         * po/POTFILES.in:
9920           add missing files containing translatable strings
9921
9922 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9923
9924         * docs/libs/tmpl/.cvsignore:
9925           we don't want those *.sgml files in CVS either
9926
9927 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9928
9929         * docs/libs/.cvsignore:
9930         * tests/check/elements/.cvsignore:
9931         * tests/check/libs/.cvsignore:
9932           ignore more
9933
9934 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9935
9936         * docs/libs/Makefile.am:
9937           also commiting the changed Makefile.am (added more libs to the
9938           doc-build)
9939
9940 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9941
9942         * docs/libs/gst-plugins-base-libs-docs.sgml:
9943         * docs/libs/gst-plugins-base-libs-sections.txt:
9944         * docs/libs/gst-plugins-base-libs.types:
9945           first batch of reordering things, add index & hierarchy
9946
9947 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9948
9949         * configure.ac:
9950           use GST_PKG_CHECK_MODULES, cleans up output
9951
9952 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
9953
9954         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
9955           Add support for burn:// URIs (#343385); const-ify things a bit,
9956           use G_N_ELEMENTS instead of hard-coded array size.
9957
9958 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
9959
9960         Patch by: Young-Ho Cha  <ganadist at chollian net>
9961
9962         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
9963           Fix up broken entities before passing them to libxml *sigh*.
9964           (#343303).
9965           
9966 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9967
9968         * configure.ac:
9969           back to TRUNK
9970
9971 === release 0.10.8 ===
9972
9973 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
9974
9975         * configure.ac:
9976           releasing 0.10.8, "Moar gij ziet mij nie"
9977
9978 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
9979
9980         * configure.ac:
9981         * po/af.po:
9982         * po/az.po:
9983         * po/cs.po:
9984         * po/en_GB.po:
9985         * po/hu.po:
9986         * po/it.po:
9987         * po/nb.po:
9988         * po/nl.po:
9989         * po/or.po:
9990         * po/sq.po:
9991         * po/sr.po:
9992         * po/sv.po:
9993         * po/uk.po:
9994         * po/vi.po:
9995         * win32/common/config.h:
9996           0.10.7.2 prerelease
9997
9998 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
9999
10000         * docs/libs/tmpl/gstaudio.sgml:
10001         * docs/libs/tmpl/gstcolorbalance.sgml:
10002         * docs/libs/tmpl/gstmixer.sgml:
10003         * docs/libs/tmpl/gstringbuffer.sgml:
10004         * docs/libs/tmpl/gsttuner.sgml:
10005         * docs/libs/tmpl/gstxoverlay.sgml:
10006         * gst-libs/gst/audio/audio.c:
10007         * gst-libs/gst/audio/gstringbuffer.c:
10008         * gst-libs/gst/interfaces/colorbalance.c:
10009         * gst-libs/gst/interfaces/mixer.c:
10010         * gst-libs/gst/interfaces/tuner.c:
10011         * gst-libs/gst/interfaces/xoverlay.c:
10012           move last template doc snippets to source code and delete them
10013
10014 2006-06-06  Michael Smith  <msmith@fluendo.com>
10015
10016         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
10017         (theora_parse_drain_queue):
10018           Mark DELTA_UNIT on non-keyframes.
10019
10020 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
10021
10022         * gst-libs/gst/audio/gstbaseaudiosink.c:
10023         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
10024         * gst-libs/gst/audio/gstbaseaudiosink.h:
10025         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
10026         (gst_ring_buffer_samples_done):
10027         * gst-libs/gst/audio/gstringbuffer.h:
10028         Document better the fact that latency_time and buffer_time are values
10029         stored in microseconds, and not the usual GStreamer nanoseconds.
10030         Change the variables (compatibly) that store them from GstClockTime 
10031         to guint64 to make it more clear that they're not storing clock times.
10032         Also, remove the bogus property description that says the user can
10033         specify -1 to get the default value, since that's never been the case.
10034
10035         When computing the default segment size for the ring buffer, make it
10036         an integer number of samples.
10037
10038         When the sub-class indicates a delay greater than the number of
10039         samples we've written return 0 from the audio sink get_time method.
10040
10041 2006-06-02  Michael Smith  <msmith@fluendo.com>
10042
10043         * tests/check/elements/audioconvert.c: (set_channel_positions),
10044         (get_float_mc_caps), (get_int_mc_caps):
10045         * tests/check/elements/audioresample.c:
10046         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
10047         * tests/check/elements/videorate.c:
10048         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
10049         * tests/check/elements/volume.c:
10050         * tests/check/elements/vorbisdec.c:
10051         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
10052           Don't busy-wait in tests; this was causing test timeouts very
10053           frequently when running under valgrind.
10054
10055 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10056
10057         * gst/tcp/README:
10058         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
10059         (gst_multi_fd_sink_remove_client_link),
10060         (gst_multi_fd_sink_client_queue_caps),
10061         (gst_multi_fd_sink_client_queue_buffer),
10062         (gst_multi_fd_sink_handle_client_write),
10063         (gst_multi_fd_sink_render):
10064         * gst/tcp/gstmultifdsink.h:
10065           make multifdsink properly deal with streamheader:
10066           - streamheader is taken from caps
10067           - buffers marked with IN_CAPS are not sent
10068           - streamheaders are sent, on connection, from the caps of the
10069             buffer where the client gets positioned to
10070           - further streamheader changes are done every time the client
10071             will receive a buffer with different caps
10072         * tests/check/elements/multifdsink.c: (GST_START_TEST),
10073         (gst_multifdsink_create_streamheader):
10074           add tests for this
10075
10076 2006-06-02  Michael Smith  <msmith@fluendo.com>
10077
10078         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
10079           Reinstate limit on channel count. Vorbis does not define the meaning
10080           of > 6 channels, so they're just independent channels. Gstreamer
10081           currently has no mechanism to represent N independent channels.
10082
10083 2006-06-02  Michael Smith  <msmith@fluendo.com>
10084
10085         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
10086           Don't arbitrarily restrict channel counts and rate in vorbis.
10087           In terms of effects likely on real-world files, this fixes 96kHz
10088           playback of vorbis.
10089
10090 2006-06-02  Michael Smith  <msmith@fluendo.com>
10091
10092         * gst/audioconvert/audioconvert.c: (float):
10093           More correct float->int conversion.
10094
10095 2006-06-02  Michael Smith  <msmith@fluendo.com>
10096
10097         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
10098           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
10099           value. Fixes g-critical on trying to play back ogg containing
10100           unknown codec.
10101
10102 2006-06-02  Wim Taymans  <wim@fluendo.com>
10103
10104         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
10105         (setup_source):
10106         * gst/playback/gstplaybasebin.h:
10107         Make the subtitle detection work from any thread so we don't
10108         deadlock. Fixes #343397.
10109
10110 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10111
10112         * gst/volume/Makefile.am:
10113           Seriously, it's not *that* hard to get compilation right.  Even
10114           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
10115
10116 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
10117
10118         * gst/volume/gstvolume.c: (volume_choose_func),
10119         (volume_update_real_volume), (gst_volume_class_init),
10120         (gst_volume_init), (volume_process_float), (volume_process_int16),
10121         (volume_process_int16_clamp), (volume_set_caps),
10122         (volume_transform_ip), (plugin_init):
10123         * gst/volume/gstvolume.h:
10124         rewrite the passthrough check, split _int16 and _int16_clamp, fix
10125         another property desc., remove unused param from process function
10126         
10127         * tests/check/elements/volume.c: (volume_suite):
10128         reactivate the passthrough test
10129
10130 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
10131
10132         * ext/alsa/gstalsamixerelement.h:
10133         * ext/alsa/gstalsamixeroptions.h:
10134         * ext/alsa/gstalsamixertrack.h:
10135         * ext/gnomevfs/gstgnomevfssink.h:
10136         * ext/gnomevfs/gstgnomevfssrc.h:
10137         * ext/theora/gsttheoradec.h:
10138         * ext/theora/gsttheoraenc.h:
10139         * ext/theora/gsttheoraparse.h:
10140         * ext/vorbis/vorbisparse.h:
10141         * gst-libs/gst/audio/gstaudioclock.h:
10142         * gst-libs/gst/audio/gstaudiofilter.h:
10143         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
10144         * gst/audioconvert/gstaudioconvert.h:
10145         * gst/audioresample/gstaudioresample.h:
10146         * gst/audiotestsrc/gstaudiotestsrc.h:
10147         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
10148         * gst/playback/gststreamselector.h:
10149         * gst/tcp/gstmultifdsink.h:
10150         * gst/tcp/gsttcpclientsink.h:
10151         * gst/tcp/gsttcpclientsrc.h:
10152         * gst/tcp/gsttcpserversink.h:
10153         * gst/tcp/gsttcpserversrc.h:
10154         * gst/videorate/gstvideorate.h:
10155         * gst/videoscale/gstvideoscale.h:
10156         * gst/videotestsrc/gstvideotestsrc.h:
10157         * gst/volume/gstvolume.h:
10158         * sys/v4l/gstv4ljpegsrc.h:
10159         * sys/v4l/gstv4lmjpegsink.h:
10160         * sys/v4l/gstv4lmjpegsrc.h:
10161         * sys/v4l/gstv4lsrc.h:
10162         * sys/ximage/ximagesink.h:
10163         * sys/xvimage/xvimagesink.h:
10164         * tests/old/testsuite/alsa/sinesrc.h:
10165         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
10166
10167 2006-05-31  Wim Taymans  <wim@fluendo.com>
10168
10169         * ext/libvisual/visual.c: (gst_visual_reset),
10170         (gst_visual_sink_setcaps), (gst_visual_sink_event),
10171         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
10172         Handle DISCONT.
10173         Use running time before doing QoS.
10174         Handle mono too.
10175
10176 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
10177
10178         * docs/libs/Makefile.am:
10179           set a magic variable to indicate we know the docs are incomplete
10180
10181 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
10182
10183         * win32/common/libgstvideo.def:
10184           export gst_video_calculate_display_ratio
10185         * win32/vs6/libgstvideoscale.dsp:
10186           add link to libgstvideo-0.10.lib
10187
10188 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
10189
10190         * gst/playback/gstplaybasebin.c: (gen_source_element):
10191           Throw a more comprehensible error for rtsp:// URIs (rather
10192           than erroring out with a negotiation error later on) until
10193           we fix playbin to handle rtspsrc etc.
10194
10195 2006-05-30  Wim Taymans  <wim@fluendo.com>
10196
10197         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10198         (gst_text_overlay_text_event):
10199         Added some FIXMEs.
10200
10201 2006-05-30  Wim Taymans  <wim@fluendo.com>
10202
10203         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
10204         (gst_adder_request_new_pad), (gst_adder_release_pad):
10205         * gst/adder/gstadder.h:
10206         Implement release_request_pad.
10207         Make padcounter atomic.
10208
10209         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
10210         Added check for release_pad in adder.
10211
10212 2006-05-30  Wim Taymans  <wim@fluendo.com>
10213
10214         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
10215         Fix build again.
10216
10217 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10218
10219         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10220         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
10221         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10222         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
10223         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
10224         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
10225         (gst_ogg_demux_bisect_forward_serialno),
10226         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
10227         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
10228           add more debugging
10229           clean up printf formats for granulepos and serialno
10230
10231 2006-05-30  Michael Smith  <msmith@fluendo.com>
10232
10233         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
10234         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
10235         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
10236         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
10237         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
10238         * ext/vorbis/vorbisenc.h:
10239           Multi-channel caps negotiation, so we can do proper multichannel
10240           vorbis encoding, negotiated through audioconvert.
10241
10242 2006-05-30  Wim Taymans  <wim@fluendo.com>
10243
10244         * tests/check/elements/adder.c: (test_event_message_received),
10245         (test_play_twice_message_received), (GST_START_TEST),
10246         (adder_suite):
10247         Added check to show that #339935 is fixed with ongoing
10248         adder and collectpads fixes.
10249
10250 2006-05-29  Wim Taymans  <wim@fluendo.com>
10251
10252         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
10253         Don't leak pad name.
10254
10255 2006-05-29  Wim Taymans  <wim@fluendo.com>
10256
10257         * gst/adder/gstadder.c: (gst_adder_query_duration),
10258         (forward_event_func), (forward_event), (gst_adder_src_event):
10259         Fix adder seeking.
10260         Make query/seeking code threadsafe.
10261
10262         * tests/check/Makefile.am:
10263         * tests/check/elements/adder.c: (test_event_message_received),
10264         (GST_START_TEST), (test_play_twice_message_received):
10265         Fix adder test case.
10266
10267 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
10268
10269         Patch by: Young-Ho Cha  <ganadist at chollian net>
10270
10271         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10272         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
10273         (set_encoding_element), (decodebin_element_added_cb),
10274         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
10275         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
10276         * gst/playback/gstplaybasebin.h:
10277           Add 'subtitle-encoding' property to playbin, so applications can
10278           force a subtitle encoding for non-UTF8 subtitles (#342268).
10279
10280         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
10281         (gst_sub_parse_set_property):
10282           Rename recently-added 'encoding' property to 'subtitle-encoding'
10283           (so it can be proxied by playbin/decodebin in a generic way
10284           with less danger of false positives).
10285
10286 2006-05-29  Michael Smith  <msmith@fluendo.com>
10287
10288         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
10289         (append_with_other_format), (set_structure_widths),
10290         (gst_audio_convert_transform_caps):
10291           Patch from #341562: give more specific audio caps in get_caps, so
10292           that basetransform  can make better decisions on what caps to
10293           negotiate.
10294
10295 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
10296
10297         * tests/check/elements/volume.c:
10298         make it compile again
10299
10300 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
10301
10302         * tests/check/elements/volume.c: (volume_suite):
10303         disable test until #343196 gets resolved
10304
10305 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
10306
10307         * gst/adder/gstadder.c: (gst_adder_get_type):
10308         Make it easier to copy&paste
10309         
10310         * gst/volume/Makefile.am:
10311         * gst/volume/gstvolume.c: (volume_update_real_volume),
10312         (gst_volume_set_volume), (gst_volume_set_mute),
10313         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
10314         (volume_transform_ip), (volume_update_mute),
10315         (volume_update_volume):
10316         * gst/volume/gstvolume.h:
10317         Add own debug category, move duplicate code to helper function, fix
10318         property texts, add more comments and prepare ffor liboil-goodness
10319         
10320         * tests/check/Makefile.am:
10321         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
10322         add test for mute and passtrough case, be a bit more verbose to track
10323         failure
10324         
10325         * tests/check/generic/states.c: (GST_START_TEST):
10326         catch elements that fail to instantiate
10327
10328 2006-05-28  Edward Hervey  <edward@fluendo.com>
10329
10330         * tests/check/pipelines/simple-launch-lines.c:
10331         * tests/check/pipelines/theoraenc.c:
10332         * tests/check/pipelines/vorbisenc.c:
10333         Comment out tests using parse_launch() if core was built without
10334         parsing capabilities.
10335
10336 2006-05-27  Edward Hervey  <edward@fluendo.com>
10337
10338         * tests/check/Makefile.am:
10339         Extra bonus points for whoever explains to ensonic that you are meant
10340         to test unit tests thoroughly before commiting them, especially if
10341         you know it's going to break.
10342         De-activated element/adder tests.
10343
10344 2006-05-27  Edward Hervey  <edward@fluendo.com>
10345
10346         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10347         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
10348         Marking caps conversion issues as GST_WARNING is way too verbose,
10349         Moving them to GST_LOG.
10350
10351 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10352
10353         * README:
10354           Replace current README (containing the release notes from
10355           some 0.9.x version) with a proper README taken from the core.
10356
10357 2006-05-26  Wim Taymans  <wim@fluendo.com>
10358
10359         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10360         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
10361         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
10362         (vorbis_dec_change_state):
10363         Small cleanups.
10364         Add some FIXMEs
10365         Clip output samples to segment boundaries.
10366
10367 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
10368
10369         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
10370         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
10371         Improve the errors produced on bad output, including some human
10372         readable description strings.
10373         Handle the (theoretical for ximagesink) case where the XServer 
10374         has a different idea about the size required for a particular 
10375         frame and gives us too small a memory allocation.
10376
10377 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
10378
10379         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10380         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
10381         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10382         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
10383         Improve the errors produced on bad output, including some human 
10384         readable description strings.
10385         Handle RGB Xv formats properly by transforming them into our 
10386         big-endian caps description.
10387         Use gst_caps_truncate to ensure that we never try and choose a
10388         non-fixed caps in buffer_alloc.
10389         Handle the case where the XServer has a different idea about the size
10390         required for a particular frame and gives us too small a memory
10391         allocation.
10392         Use -1 to indicate 'no image format', because 0 is a valid XServer
10393         image format number.
10394         Put RGB Xv formats at the end of the caps, so that we always prefer
10395         YUV format frames.
10396         Iterate the available Xv Encodings to determine the maximum width and
10397         height, and then return that in our caps.
10398         (Closes #315312, #337544)
10399
10400 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
10401
10402         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
10403         When there is only one unfinished pad and it receives an event that
10404         doesn't match our requirements, we need to set alldone=FALSE so that
10405         the fakesink is not removed yet.
10406
10407 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
10408
10409         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
10410           Use gst_type_find_helper_for_buffer() to find the type
10411           of stream from the first packet.
10412
10413         * configure.ac:
10414           Bump requirements to core CVS (needed for vorbis
10415           typefinding to work).
10416
10417 2006-05-24  Edward Hervey  <edward@fluendo.com>
10418
10419         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
10420         Added the 'prfl' atom type which MQV (no, it's not a typo) files
10421         contain.  Else they play perfectly fine with qtdemux.
10422
10423 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
10424
10425         * ext/theora/theoradec.c:
10426         * ext/theora/theoraenc.c:
10427         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
10428         * gst/audiorate/gstaudiorate.c:
10429           make more debug catagories static
10430         
10431         * tests/check/Makefile.am:
10432         * tests/check/elements/adder.c: (message_received),
10433         (test_event_message_received), (GST_START_TEST),
10434         (test_play_twice_message_received), (adder_suite):
10435           added test case for using element twice, extra bonus points for anyone
10436           who can make these test run reliably
10437
10438 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10439
10440         * ext/theora/theoradec.c: (theora_dec_chain):
10441           Make work with time-stamped input buffers that do not
10442           have a granulepos in BUFFER_OFFSET_END (like theora
10443           buffers coming from matroskademux). Fixes #342448.
10444
10445 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10446
10447         Patch by: Peter Kjellerstedt  <pkj at axis com>
10448
10449         * gst/tcp/Makefile.am:
10450           fdstresstest doesn't need Gtk+, fix compilation if 
10451           gtk is not available (#342566).
10452
10453 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10454          
10455         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
10456           80 line columns
10457           Removed redundant floor()
10458
10459 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
10460
10461         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
10462           On second thought, just skip JUNK chunks automatically, so
10463           the caller doesn't have to handle this. Fixes #342345.
10464           Also, return GST_FLOW_UNEXPECTED if we get a short read,
10465           not GST_FLOW_ERROR.
10466
10467 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
10468
10469         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
10470           Don't bail out on JUNK chunks with a size of 0 (would try to
10471           pull_range 0 bytes before, which sources don't like too much).
10472           See #342345.
10473
10474 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10475
10476         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
10477         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10478         Use the gstutil scaling function to preserve 64 bits while calculating
10479         output width and height from the display-aspect-ratio. (A continuation
10480         of #341542)
10481
10482 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10483
10484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
10485         (gst_xvimagesink_buffer_alloc):
10486         * sys/xvimage/xvimagesink.h:
10487         When performing buffer allocations, remember the caps and image format
10488         we return so that if the same caps are asked for next time we can
10489         return them immediately without doing any caps intersections.
10490
10491 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10492          
10493         * gst-libs/gst/rtp/README:
10494           Some new documentation
10495         * gst-libs/gst/rtp/gstrtpbuffer.h:       
10496           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
10497         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
10498         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
10499           New RTP audio base payloader class. Supports frame or sample based
10500           codecs.  Not enabled in Makefile.am until approved.
10501
10502 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10503
10504         * tests/check/elements/alsa.c: (test_device_property_probe):
10505           Fix test case: don't try to free NULL GValueArray when there
10506           are no devices.
10507
10508 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10509
10510         * tests/check/Makefile.am:
10511         * tests/check/elements/alsa.c: (test_device_property_probe),
10512         (alsa_suite), (main):
10513           Add simple test that runs a device property probe on alsasrc,
10514           alsasink and alsamixer. Disable valgrind check for now (too
10515           many leaks in libasound, and valgrind ignored my suppressions
10516           additions).
10517
10518 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10519
10520         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
10521         (gst_alsa_device_property_probe_probe_property),
10522         (gst_alsa_device_property_probe_needs_probe),
10523         (gst_alsa_device_property_probe_get_values),
10524         (gst_alsa_type_add_device_property_probe_interface):
10525         * ext/alsa/gstalsadeviceprobe.h:
10526         * ext/alsa/gstalsamixerelement.c:
10527         (gst_alsa_mixer_element_init_interfaces):
10528         * ext/alsa/gstalsamixerelement.h:
10529           Clean up and simplify alsa device probing. Make it actually work
10530           for multiple classes. Don't cache results any longer.
10531
10532         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
10533         (gst_alsasink_init):
10534         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
10535         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
10536         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
10537           Make alsasink and alsasrc implement the GstPropertyProbe interface
10538           for device probing (#342181).
10539           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
10540
10541 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10542
10543         * gst/subparse/samiparse.c: (handle_start_font):
10544           Don't ignore return value of strtol (++compiler_happiness).
10545
10546 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10547
10548         Patch by: Young-Ho Cha  <ganadist chollian net>
10549
10550         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10551         (gst_sub_parse_class_init), (gst_sub_parse_init),
10552         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
10553         (convert_encoding):
10554         * gst/subparse/gstsubparse.h:
10555           Add 'encoding' property (#341681).
10556
10557         * gst/subparse/samiparse.c: (characters_sami):
10558           Output is pango markup, so we need to escape text
10559           between tags (#342143).
10560
10561 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10562
10563         * gst-libs/gst/audio/multichannel.c:
10564         (gst_audio_check_channel_positions):
10565           It's okay to have caps with channels=1 and a channel position
10566           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
10567           (deinterleavers might want to keep the position in the caps,
10568           so that they can be re-interleaved again properly later).
10569           Leave check for unexpected 2-channel layouts intact for now.
10570
10571 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10572
10573         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
10574         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
10575         basesrc can do its job correctly.
10576
10577 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10578
10579         * ext/alsa/Makefile.am:
10580         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
10581         (gst_alsa_detect_formats), (get_channel_free_structure),
10582         (caps_add_channel_configuration), (gst_alsa_detect_channels),
10583         (gst_alsa_probe_supported_formats):
10584         * ext/alsa/gstalsa.h:
10585         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
10586           Refactor and improve caps probing code: probe signedness
10587           when we probe the supported formats/widths; set endianness
10588           to the one we actually probed for (ie. cpu endianness).
10589           
10590         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
10591         (gst_alsasrc_close):
10592         * ext/alsa/gstalsasrc.h:
10593           Implement caps probing for alsasrc.
10594
10595 2006-05-15  Wim Taymans  <wim@fluendo.com>
10596
10597         * ext/theora/theoradec.c: (gst_theora_dec_reset),
10598         (theora_dec_src_query), (theora_dec_src_event),
10599         (theora_dec_sink_event), (theora_handle_comment_packet),
10600         (theora_handle_data_packet), (theora_dec_change_state):
10601         Cleanups, add some G_LIKELY.
10602         Use segment helpers instead of our own wrong code.
10603         Clear queued buffers on seek and READY.
10604
10605         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
10606         (vorbis_dec_convert), (vorbis_dec_src_query),
10607         (vorbis_dec_src_event), (vorbis_dec_sink_event),
10608         (vorbis_handle_comment_packet), (vorbis_dec_push),
10609         (vorbis_handle_data_packet), (vorbis_dec_chain),
10610         (vorbis_dec_change_state):
10611         * ext/vorbis/vorbisdec.h:
10612         Remove old useless packetno variable.
10613         Do position query properly.
10614         Add some G_LIKELY.
10615         Do cleanup of queued buffers in new helper function
10616         and use it.
10617
10618 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10619
10620         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
10621           Query supported sample rates. Fixes #341732.
10622
10623 2006-05-15  Julien MOUTTE  <julien@moutte.net>
10624
10625         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
10626         (gst_decode_bin_change_state): Make decodebin reusable
10627         when going from PAUSE_TO_READY and then back to PAUSED.
10628         Fixes #331678.
10629
10630 2006-05-15  Wim Taymans  <wim@fluendo.com>
10631
10632         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
10633         (vorbis_dec_convert), (vorbis_dec_src_query),
10634         (vorbis_dec_sink_query), (vorbis_dec_src_event),
10635         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
10636         (vorbis_dec_clean_queued), (vorbis_dec_push),
10637         (vorbis_handle_data_packet), (vorbis_dec_change_state):
10638         Cleanups. Use refcounting and DEBUG_OBJECT.
10639         Reset segment on flush, use code methods instead of our
10640         own wrong version.
10641         Fix potential memleak.
10642
10643 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10644
10645         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
10646         (gst_alsasink_init):
10647         * ext/alsa/gstalsasink.h:
10648           Don't leak allocated snd_output_t structure if there's
10649           more than one alsasink instance at a time (#341873).
10650           Also fix GObject macros in header file.
10651           
10652 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10653
10654         * gst/subparse/gstsubparse.c:
10655         (gst_sub_parse_data_format_autodetect):
10656           Don't use libxml functions in the typefinding code.
10657
10658 2006-05-15  Wim Taymans  <wim@fluendo.com>
10659
10660         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
10661         Fix seeking performance in the case where a non-header 
10662         packet has a 0 granulepos (busted theora case). 
10663         Fixes #341719
10664         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
10665          the first place, you limelight stealer you)
10666
10667 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10668
10669         * gst/subparse/gstsubparse.c:
10670         (gst_sub_parse_data_format_autodetect):
10671           Improve SAMI typefinding: handle case where there are
10672           whitespaces or newlines in front of the first <SAMI>
10673           tag (#169936).
10674
10675 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10676
10677         * configure.ac:
10678           Build video4linux plugin even if there's no XVIDEO, just
10679           without implementing the GstXOverlay interface (#334002).
10680          
10681 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10682
10683         * configure.ac:
10684         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
10685         (plugin_init):
10686           Add tentative support for libvisual-0.4 (#336881).
10687
10688 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10689
10690         Patch by: Young-Ho Cha <ganadist at chollian net>
10691
10692         * gst/subparse/samiparse.c: (handle_start_font):
10693           Need to map "silver" colour explicitly (#169936).
10694
10695 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10696
10697         Patch by: Young-Ho Cha  <ganadist at chollian net>
10698
10699         * gst/subparse/Makefile.am:
10700         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10701         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
10702         (gst_sub_parse_format_autodetect), (feed_textbuf),
10703         (gst_subparse_type_find), (plugin_init):
10704         * gst/subparse/gstsubparse.h:
10705         * gst/subparse/samiparse.c:
10706         * gst/subparse/samiparse.h:
10707           Add support for SAMI subtitles (#169936).
10708
10709 2006-05-14  Michael Smith  <msmith@fluendo.com>
10710
10711         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
10712           Fix #341696: crash when mixing L+R+C to mono or stereo.
10713         * tests/check/Makefile.am:
10714         * tests/check/elements/audioconvert.c: (set_channel_positions),
10715         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
10716         (audioconvert_suite):
10717           Add test for the above, including some generic framework bits for
10718           testing multichannel things.
10719
10720 === release 0.10.7 ===
10721
10722 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
10723
10724         * configure.ac:
10725           releasing 0.10.7, "Leave the gun"
10726
10727 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
10728
10729         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
10730         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10731         Fix the build.
10732
10733 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
10734
10735         * docs/libs/gst-plugins-base-libs-docs.sgml:
10736         * docs/libs/gst-plugins-base-libs-sections.txt:
10737         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
10738         * gst-libs/gst/video/video.h:
10739         * gst/videoscale/Makefile.am:
10740         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
10741         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10742         * tests/check/Makefile.am:
10743         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
10744         (main):
10745           Fix integer overflow problem with pixel-aspect-ratio calculations
10746           in videoscale and xvimagesink (#341542)
10747
10748 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10749
10750         * gst-libs/gst/tag/gstid3tag.c:
10751           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
10752
10753 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
10754
10755         * win32/MANIFEST:
10756           update win32 files listing
10757
10758 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10759
10760         patch by: Sjoerd Simons (sjoerd@luon.net)
10761
10762         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10763         (group_create), (group_destroy), (add_stream),
10764         (gst_play_base_bin_get_property),
10765         (gst_play_base_bin_get_streaminfo_value_array):
10766         * gst/playback/gstplaybasebin.h:
10767           API: GstPlayBaseBin::stream-info-value-array property
10768           use a more bindings-friendly way of exposing streaminfo
10769           using a GValueArray.  Tested in ipython.
10770           Closes #341114
10771
10772 2006-05-11  Wim Taymans  <wim@fluendo.com>
10773
10774         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
10775         (queue_underrun_cb), (queue_filled_cb):
10776         Also catch queue underruns but don't do anything yet.
10777         Refactor and comment queue enlarging code a bit.
10778
10779         * gst/playback/gstplaybasebin.c: (queue_overrun),
10780         (queue_threshold_reached), (queue_out_of_data),
10781         (gen_preroll_element):
10782         If a queue over/underruns check that we don't create nasty
10783         deadlocks when the min-threshold is not reached but the
10784         max-bytes is. In those cases disable max-bytes when we
10785         know that the queue is fed timed data.
10786         Add more comments.
10787
10788 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
10789
10790         * gst/playback/gstplaybin.c: (gen_audio_element):
10791           Make playbin automatically plug an 'audioresample'
10792           element before the audio sink as well. This solves
10793           problems with sinks that only accept a very specific
10794           sample rate, like esdsink (e.g. #340379).
10795
10796 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
10797
10798         * gst/playback/gstplaybasebin.c: (gen_source_element):
10799           Make http sources send special headers so that we receive
10800           icecast metadata if the http stream is an icecast stream
10801           (otherwise the server will just ignore them). This also
10802           means that from now on users will need the 'icydemux'
10803           element from gst-plugins-good installed if they want to
10804           listen to icecast radio streams. (#341432, #333657).
10805
10806 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10807
10808         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
10809         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
10810           remove stupid example from docs - it should come with a simple
10811           C program instead.
10812           Clean up/fix docs
10813         * tests/check/elements/multifdsink.c: (wait_bytes_served),
10814         (fail_if_can_read), (GST_START_TEST),
10815         (gst_multifdsink_create_streamheader), (multifdsink_suite):
10816           add a test for changing streamheader which exposes a bug in
10817           multifdsink
10818
10819 2006-05-11  Michael Smith  <msmith@fluendo.com>
10820
10821         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
10822         (gst_gnome_vfs_src_received_headers_callback):
10823         * ext/gnomevfs/gstgnomevfssrc.h:
10824           Don't set icy-caps unless we have a sane interval value. Move
10825           interval to a local variable; we never use it outside this function.
10826
10827 2006-05-11  Wim Taymans  <wim@fluendo.com>
10828
10829         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
10830         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
10831         Register special buffer types along with the objects so
10832         that they are not registered at runtime from N different
10833         streaming threads since they are not threadsafe.
10834
10835 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10836
10837         * tests/check/elements/multifdsink.c: (wait_bytes_served),
10838         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
10839           add two more tests, one doing streamheader
10840
10841 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10842
10843         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
10844           clean up the bufqueue when shutting down
10845         * tests/check/Makefile.am:
10846         * tests/check/elements/multifdsink.c: (setup_multifdsink),
10847         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
10848         (main):
10849           add a test for the leak that was just fixed
10850
10851 2006-05-10  Wim Taymans  <wim@fluendo.com>
10852
10853         * gst/adder/gstadder.c: (gst_adder_setcaps),
10854         (gst_adder_query_duration), (gst_adder_query), (forward_event),
10855         (gst_adder_src_event), (gst_adder_sink_event),
10856         (gst_adder_class_init), (gst_adder_finalize),
10857         (gst_adder_request_new_pad), (gst_adder_collected):
10858         * gst/adder/gstadder.h:
10859         Updated some docs. Added comments and FIXMEs all over the place.
10860         Improve debugging info.
10861         Fix leak on finalize by not calling the parent.
10862         Implement duration query.
10863         Make event forwarding threadsafe.
10864         Correctly send NEWSEGMENT at start and after flush.
10865         Handle EOS correctly.
10866         Post error when not negotiated.
10867
10868         * tests/check/elements/adder.c: (GST_START_TEST):
10869         Added FIXME in the test.
10870
10871 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10872
10873         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
10874         (gst_text_overlay_halign_get_type),
10875         (gst_text_overlay_wrap_mode_get_type):
10876         * ext/theora/theoradec.c: (theora_handle_type_packet),
10877         (theora_handle_data_packet):
10878         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
10879         (theora_enc_sink_setcaps), (theora_enc_chain):
10880         * gst-libs/gst/cdda/gstcddabasesrc.c:
10881         (gst_cdda_base_src_mode_get_type):
10882         * gst/audiotestsrc/gstaudiotestsrc.c:
10883         (gst_audiostestsrc_wave_get_type):
10884         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10885         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10886         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10887         (gst_sync_method_get_type), (gst_unit_type_get_type),
10888         (gst_client_status_get_type):
10889         * gst/videoscale/gstvideoscale.c:
10890         (gst_video_scale_method_get_type):
10891         * gst/videotestsrc/gstvideotestsrc.c:
10892         (gst_video_test_src_pattern_get_type):
10893         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
10894         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
10895         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
10896         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
10897         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
10898         (paint_setup_RGB565), (paint_setup_xRGB1555):
10899           Const-ify GEnumValue and GFlagsValue arrays. Use
10900           GST_ROUND_UP_* macros instead of home-made ones.
10901
10902 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10903
10904         * configure.ac:
10905           Require core CVS for the new newsegment stuff.
10906
10907 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10908
10909         Patch by: Sjoerd Simons  <sjoerd at luon net>
10910
10911         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
10912           Register nick for enum value (#341160).
10913
10914 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
10915
10916         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
10917         (plugin_init):
10918          backout typefind patch #340375
10919          
10920         * tests/check/elements/adder.c: (message_received),
10921         (GST_START_TEST), (adder_suite):
10922           redo, signal-handling of test
10923
10924 2006-05-09  Wim Taymans  <wim@fluendo.com>
10925
10926         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
10927         (gst_adder_collected):
10928         * gst/adder/gstadder.h:
10929         Remove bogus segment merging and forwarding, we don't
10930         care about timestamps anyway and we just produce a
10931         continuous stream. 
10932         Also create a nice NEWSEGMENT event when we start.
10933         Use _scale_int some more.
10934
10935 2006-05-09  Edward Hervey  <edward@fluendo.com>
10936
10937         * tests/icles/stress-xoverlay.c:
10938         Fix if core was built without parsing support.
10939
10940 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10941
10942         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10943           Add SEDG (Samsung MPEG-4) fourcc.
10944
10945 2006-05-09  Edward Hervey  <edward@fluendo.com>
10946
10947         * tests/icles/stress-xoverlay.c:
10948         * tests/examples/volume/volume.c:
10949         Fix if core was built without parsing support.
10950
10951         * tests/examples/seek/seek.c:
10952         Disable the parse_launch example if core was built without parsing
10953         support.
10954
10955 2006-05-08  Edward Hervey  <edward@fluendo.com>
10956
10957         * autogen.sh: (CONFIGURE_DEF_OPT): 
10958         libtoolize on Darwin/MacOSX is called glibtoolize
10959
10960 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10961
10962         * tests/check/Makefile.am:
10963         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
10964           Disable the adder test, until the build-slaves posses the kindness to 
10965           either like it or to give valid reason for not doing so 
10966
10967 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10968
10969         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
10970         (adder_suite):
10971           Shuffle NULL state change around and raise timeout more
10972
10973 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10974
10975         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
10976         (mp4_type_find), (plugin_init):
10977           Add typefind to distinguish between "audio/x-m4a" and new type
10978           "video/mp4". Fixes #340375
10979
10980         * tests/check/elements/adder.c: (adder_suite):
10981           Raise timeout to make buildbot happy
10982
10983 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10984
10985         * gst/adder/gstadder.c: (gst_adder_sink_event),
10986         (gst_adder_request_new_pad), (gst_adder_change_state):
10987         * gst/adder/gstadder.h:
10988         * tests/check/Makefile.am:
10989         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
10990         (adder_suite), (main):
10991           Add sink-event handling to adder. It tries to merge incomming
10992           newsegment-events. Added test to check if segment_done is comming
10993           through. Fixes #340060
10994
10995 2006-05-05  Andy Wingo  <wingo@pobox.com>
10996
10997         * ext/theora/theoraparse.c (gst_theora_parse_init)
10998         (theora_parse_src_convert, theora_parse_src_query):
10999         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
11000         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
11001         query functions on the source pads of the theora and vorbis parse
11002         elements. Fixes position querying when doing a remux.
11003
11004 2006-05-05  Michael Smith  <msmith@fluendo.com>
11005
11006         * ext/theora/theoraparse.c: (parse_granulepos),
11007         (theora_parse_drain_queue_prematurely),
11008         (theora_parse_queue_buffer), (theora_parse_sink_event):
11009           Fix flushing.
11010           Fix invalid granulepos outputs when starting with a non-keyframe.
11011
11012 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
11013
11014         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
11015         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
11016         Rearrange MPEG system stream detection, fixing some memleaks in the
11017         process.
11018         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
11019         they clean up their data correctly.
11020         Remove unused ogganx caps and move the 'is_annodex' check to inside
11021         the 'is_ogg' if statement.
11022
11023 2006-05-05  Wim Taymans  <wim@fluendo.com>
11024
11025         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
11026         Properly remove ghostpads. Fixes #340392
11027
11028 2006-05-04  David Schleef  <ds@schleef.org>
11029
11030         * gst/typefind/gsttypefindfunctions.c:
11031
11032 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
11033
11034         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11035         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
11036
11037         When typefinding an MP3 in push-based mode, don't penalise the
11038         probability down to 74% when we found 5 valid frames just because we
11039         can't peek the end of the file.
11040
11041         Make the probability for detecting MPEG Transport Streams based on the
11042         number of sequential headers we successfully detected.
11043
11044 2006-05-03  Wim Taymans  <wim@fluendo.com>
11045
11046         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11047         (vorbis_dec_push), (vorbis_dec_chain):
11048         Still produce an error when we receive an empty packet.
11049
11050 2006-05-03  Wim Taymans  <wim@fluendo.com>
11051
11052         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11053         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
11054         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
11055         Mark buffers with DISCONT after seek and after activating new
11056         chains.
11057
11058         * ext/theora/gsttheoradec.h:
11059         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11060         (theora_get_query_types), (theora_dec_sink_event),
11061         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
11062         (theora_dec_change_state):
11063         Fix frame counter.
11064         Detect and mark DISCONT buffers.
11065
11066         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11067         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
11068         (vorbis_dec_change_state):
11069         * ext/vorbis/vorbisdec.h:
11070         Use GstSegment.
11071         Detect and mark DISCONT buffers.
11072         Don't crash on 0 sized buffers.
11073
11074 2006-05-03  Wim Taymans  <wim@fluendo.com>
11075
11076         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
11077         (volume_transform_ip):
11078         Increase "volume" property to 10.0. Fixes #340369.
11079         Set the process function to NULL when capsnego fails so that
11080         we properly error out.
11081
11082 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
11083
11084         * gst/playback/gstplaybin.c: (add_sink):
11085         * gst/playback/test.c: (main):
11086         * gst/playback/test5.c: (dump_element_stats):
11087         * gst/playback/test6.c: (main):
11088           free caps using gst_caps_unref, don't leak caps-strings
11089
11090 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
11091
11092         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
11093         (plugin_init):
11094           Refine musepack typefinding a bit. Return MAXIMUM
11095           probability when we detect stream version 7 to make
11096           sure the mpeg audio typefinder doesn't trump us.
11097
11098 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
11099
11100         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
11101           Protect against unexpected NULL strf_data buffer.
11102
11103 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11104
11105         * tests/check/elements/audioconvert.c: (verify_convert),
11106         (GST_START_TEST):
11107           interpret the out[] buffer in the order the bytes are actually
11108           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
11109           Other tests should use BYTE_ORDER since the array is filled in
11110           with actual values
11111
11112 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11113
11114         * tests/check/elements/audioconvert.c: (verify_convert),
11115         (GST_START_TEST):
11116           when a test fails, give an indication of which it is
11117
11118 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11119
11120         * gst-libs/gst/cdda/gstcddabasesrc.c:
11121           compile fix; strtol() needs <stdlib.h>
11122
11123 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
11124
11125         * ext/alsa/gstalsamixerelement.c:
11126         * ext/alsa/gstalsasrc.c:
11127         * ext/cdparanoia/gstcdparanoiasrc.c:
11128         * ext/gnomevfs/gstgnomevfssink.c:
11129         * ext/gnomevfs/gstgnomevfssrc.c:
11130         * ext/ogg/gstoggdemux.c:
11131         * ext/ogg/gstoggmux.c:
11132         * ext/ogg/gstoggparse.c:
11133         * ext/ogg/gstogmparse.c:
11134         * ext/pango/gstclockoverlay.c:
11135         * ext/pango/gsttextoverlay.c:
11136         * ext/pango/gsttextrender.c:
11137         * ext/pango/gsttimeoverlay.c:
11138         * ext/theora/theoradec.c:
11139         * ext/theora/theoraenc.c:
11140         * ext/vorbis/vorbisdec.c:
11141         * ext/vorbis/vorbisenc.c:
11142         * gst-libs/gst/audio/gstaudiofilter.c:
11143         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11144         * gst/audioconvert/gstaudioconvert.c:
11145         * gst/audiorate/gstaudiorate.c:
11146         * gst/audioresample/gstaudioresample.c:
11147         * gst/audiotestsrc/gstaudiotestsrc.c:
11148         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11149         * gst/playback/gstdecodebin.c:
11150         * gst/playback/gstplaybin.c:
11151         * gst/playback/gststreamselector.c:
11152         * gst/subparse/gstsubparse.c:
11153         * gst/tcp/gstmultifdsink.c:
11154         * gst/tcp/gsttcpclientsink.c:
11155         * gst/tcp/gsttcpclientsrc.c:
11156         * gst/tcp/gsttcpserversink.c:
11157         * gst/tcp/gsttcpserversrc.c:
11158         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11159         * gst/videorate/gstvideorate.c:
11160         * gst/videoscale/gstvideoscale.c:
11161         * gst/videotestsrc/gstvideotestsrc.c:
11162         * gst/volume/gstvolume.c:
11163         * sys/v4l/gstv4ljpegsrc.c:
11164         * sys/v4l/gstv4lmjpegsink.c:
11165         * sys/v4l/gstv4lmjpegsrc.c:
11166         * sys/v4l/gstv4lsrc.c:
11167         * sys/ximage/ximagesink.c:
11168         * sys/xvimage/xvimagesink.c:
11169         * tests/check/libs/cddabasesrc.c:
11170           make GstElementDetails const
11171
11172 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
11173
11174         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
11175         (gst_adder_init):
11176           send events from src-pad to all sink-pads fixes #338657
11177
11178 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
11179
11180         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
11181         (alsasink_parse_spec):
11182           query width capabilities from alsa, fixes #338919
11183
11184 2006-04-28  Wim Taymans  <wim@fluendo.com>
11185
11186         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
11187         (gst_multi_fd_sink_remove_client_link):
11188         * gst/tcp/gstmultifdsink.h:
11189         Fix race condition in multifdsink that can lead to spurious 
11190         duplicate clients. this patch adds a new signal that is fired when
11191         multifdsink has removed all references to the fd.
11192         Fixes #339574.
11193         Updated documentation.
11194         API: client-fd-removed signal added
11195
11196 2006-04-28  Michael Smith  <msmith@fluendo.com>
11197
11198         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
11199           When asking g_value_array_new to prealloc elements, we may as well
11200           ask for the right number of elements.
11201
11202 2006-04-28  Wim Taymans  <wim@fluendo.com>
11203
11204         * gst-libs/gst/audio/gstbaseaudiosink.c:
11205         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
11206         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11207         patch to make timestamp checking more tollerant to rounding 
11208         errors given that real discontinuities are to be marked on
11209         buffers. Fixes some asf files and #338778.
11210         Also avoid some crashers when we receive an event in the 
11211         NULL state.
11212
11213 2006-04-28  Michael Smith  <msmith@fluendo.com>
11214
11215         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
11216         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
11217         (gst_gnome_vfs_src_get_property),
11218         (gst_gnome_vfs_src_send_additional_headers_callback),
11219         (gst_gnome_vfs_src_received_headers_callback),
11220         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
11221         (gst_gnome_vfs_src_stop):
11222         * ext/gnomevfs/gstgnomevfssrc.h:
11223           Remove ICY handling (mostly) from gnomevfssrc, in favour of
11224           proper shared support within icydemux.
11225
11226 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11227
11228         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
11229         (gst_video_rate_swap_prev), (gst_video_rate_chain):
11230           fix up docs
11231           fix a leak when no caps negotiated
11232           fix counting of input frames
11233         * tests/check/elements/.cvsignore:
11234         * tests/check/elements/videorate.c: (assert_videorate_stats),
11235         (GST_START_TEST), (videorate_suite):
11236           add tests for these
11237
11238 2006-04-28  Wim Taymans  <wim@fluendo.com>
11239
11240         * gst-libs/gst/audio/gstringbuffer.c:
11241         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
11242         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
11243         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11244         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
11245         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
11246         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
11247         (gst_ring_buffer_commit), (gst_ring_buffer_read),
11248         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
11249         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
11250         Check arguments passed to public functions instead of
11251         crashing.
11252
11253 2006-04-28  Wim Taymans  <wim@fluendo.com>
11254
11255         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
11256         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
11257         GstBaseAudioSrc must be live or it does not work.
11258
11259         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
11260         Don't set live to TRUE as this is the default in the parentclass.
11261
11262 2006-04-28  Wim Taymans  <wim@fluendo.com>
11263
11264         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
11265         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
11266         Videoscale doesn't pass on pixel-aspect ratio. Handle all
11267         fixation cases better. Fixes #338991
11268
11269 2006-04-28  Wim Taymans  <wim@fluendo.com>
11270
11271         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
11272         Handle 0/1 framerate correctly Fixes #331901.
11273
11274 2006-04-28  Wim Taymans  <wim@fluendo.com>
11275
11276         * tests/check/elements/audioconvert.c: (get_float_caps),
11277         (GST_START_TEST), (audioconvert_suite):
11278         Added check for correct clipping when doing float samples
11279         in audioconvert.
11280
11281 2006-04-28  Wim Taymans  <wim@fluendo.com>
11282
11283         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
11284         (gst_video_rate_chain):
11285         Print more debugging info.
11286
11287 2006-04-28  Wim Taymans  <wim@fluendo.com>
11288
11289         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
11290         (resample_set_state_from_caps):
11291         Add support for other formats audioresample can handle such as
11292         32 bits in and float and 64 bits float. Fixes #301759
11293
11294 2006-04-28  Wim Taymans  <wim@fluendo.com>
11295
11296         * gst/audioconvert/audioconvert.c: (float):
11297         correctly clip float samples > 1.0. Fixes #338718
11298
11299 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
11300
11301         Patch by: Young-Ho Cha  <ganadist at chollian net>
11302
11303         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11304         (gst_text_overlay_render_text):
11305           Don't strip newlines from the text. Also, center lines
11306           within multi-line paragraphs (#339405).
11307
11308 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
11309
11310         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
11311           Fix wavpack typefinding to work in more cases (don't peek
11312           for chunks of multiple hundred kBs at once, but process
11313           things step-by-step in smaller units). Fixes #339786.
11314
11315 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11316
11317         * configure.ac:
11318           back to HEAD
11319
11320 === release 0.10.6 ===
11321
11322 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
11323
11324         * configure.ac:
11325           releasing 0.10.6, "Chao"
11326
11327 2006-04-26  David Schleef  <ds@schleef.org>
11328
11329         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
11330           Fixes #338897.
11331
11332 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
11333
11334         * configure.ac:
11335         * win32/common/config.h:
11336           new prerelease
11337
11338 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
11339
11340         patch by: Wim Taymans
11341
11342         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11343         (gst_ogg_demux_perform_seek):
11344           make sure correct newsegments are sent, so that the decoder
11345           and the demuxer agree on timestamps.  Fixes playback of a lot
11346           of Ogg files that do not start from 0.  Fixes #339833.
11347
11348 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
11349
11350         Patch by: Edward Hervey  <edward@fluendo.com>
11351
11352         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
11353         * tests/check/Makefile.am:
11354         * tests/check/elements/videorate.c: (assert_videorate_stats),
11355         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
11356         (videorate_suite), (main):
11357           Fix an infinite loop if frames are passed in with wrongly ordered
11358           timestamps.  Fixes #339013.
11359
11360 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11361
11362         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
11363
11364         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
11365           fix typefinding on some ISO files.  Fixes #339212.
11366
11367 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11368
11369         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
11370
11371         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11372           add another H264 fourcc.  Fixes #339047.
11373
11374 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11375
11376         Patch by: Jan Schmidt
11377
11378         * gst/playback/gststreamselector.c:
11379         (gst_stream_selector_bufferalloc):
11380           Restore old StreamSelector behaviour.
11381           Fixes #338419.
11382
11383 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
11384
11385         * configure.ac:
11386         * win32/common/config.h:
11387           prerelease
11388
11389 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11390
11391         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
11392
11393         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11394         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
11395           Fix some memory leaks: on finalize, free buffers left in the queue
11396           before destroying the queue; in _push(), unref rtp_buf even if
11397           the process vfunc returned a NULL buffer as output buffer (#337548);
11398           demote some recuring debug messages to LOG level.
11399
11400 2006-04-11  Wim Taymans  <wim@fluendo.com>
11401
11402         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11403         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
11404         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
11405         (gst_ogg_demux_loop):
11406         More cleanups.
11407         Respect segment stop when emiting EOS or SEGMENT_DONE.
11408         Fixes (#337945).
11409
11410 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11411
11412         * gst/playback/gststreamselector.c:
11413         (gst_stream_selector_get_property):
11414           Don't leak pad name.
11415
11416 2006-04-10  Michael Smith  <msmith@fluendo.com>
11417
11418         * tests/check/Makefile.am:
11419         * tests/check/gst-plugins-base.supp:
11420           Suppress an old libtheora bug (fixed in more recent versions), so 
11421           that FC4 buildslaves can pass.
11422
11423 2006-04-10  Wim Taymans  <wim@fluendo.com>
11424
11425         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11426         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
11427         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
11428         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
11429         (gst_ogg_demux_loop):
11430         Don't leak events.
11431         Remember what error we got when finding chains, if we
11432         were shutdown, that would not be an error.
11433
11434 2006-04-10  Wim Taymans  <wim@fluendo.com>
11435
11436         * gst-libs/gst/audio/gstbaseaudiosink.c:
11437         (gst_base_audio_sink_event):
11438         Starting the ringbuffer when we did not acquire it can cause
11439         a deadlock, is pointless and causes nasty things for
11440         subclasses. 
11441         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
11442
11443 2006-04-10  Wim Taymans  <wim@fluendo.com>
11444
11445         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11446         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
11447         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
11448         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
11449         (gst_ogg_demux_deactivate_current_chain),
11450         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
11451         (gst_ogg_demux_bisect_forward_serialno),
11452         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
11453         Add some more debugging.
11454
11455 2006-04-10  Wim Taymans  <wim@fluendo.com>
11456
11457         * ext/theora/theoradec.c: (theora_dec_src_event),
11458         (theora_handle_data_packet):
11459         Some more debug info.
11460
11461         * tests/examples/seek/seek.c: (start_seek), (main):
11462         Print element messages too.
11463
11464 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11465
11466         * gst/audioresample/debug.h:
11467           replace debug macros with variable number of parameters
11468           by a simple alias to gstreamer standard debug macros 
11469          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
11470           supported by MSVC 6.0 and 7.1)
11471         * gst/audioresample/resample.h:
11472           define M_PI and rint for WIN32
11473         * win32/common/libgstaudio.def:
11474         * win32/common/libgstriff.def:
11475         * win32/common/libgsttag.def:
11476         * win32/common/libgstvideo.def:
11477           add new exported functions
11478         * win32/vs6:
11479           update project files
11480
11481 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11482
11483         * ext/alsa/gstalsamixeroptions.c:
11484         (gst_alsa_mixer_options_class_init):
11485         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
11486         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
11487         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
11488         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
11489         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
11490         * gst-libs/gst/audio/gstaudiofilter.c:
11491         (gst_audio_filter_class_init):
11492         * gst-libs/gst/audio/gstaudiosink.c:
11493         (gst_audioringbuffer_class_init):
11494         * gst-libs/gst/audio/gstaudiosrc.c:
11495         (gst_audioringbuffer_class_init):
11496         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
11497         * gst-libs/gst/interfaces/colorbalancechannel.c:
11498         (gst_color_balance_channel_class_init):
11499         * gst-libs/gst/interfaces/mixeroptions.c:
11500         (gst_mixer_options_class_init):
11501         * gst-libs/gst/interfaces/mixertrack.c:
11502         (gst_mixer_track_class_init):
11503         * gst-libs/gst/interfaces/tunerchannel.c:
11504         (gst_tuner_channel_class_init):
11505         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
11506         * gst-libs/gst/netbuffer/gstnetbuffer.c:
11507         (gst_netbuffer_class_init):
11508         * gst-libs/gst/rtp/gstbasertppayload.c:
11509         (gst_basertppayload_class_init):
11510         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
11511         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
11512         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
11513         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
11514         * gst/playback/gststreamselector.c:
11515         (gst_stream_selector_class_init):
11516         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
11517         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
11518         * sys/v4l/gstv4lcolorbalance.c:
11519         (gst_v4l_color_balance_channel_class_init):
11520         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
11521         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
11522         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
11523         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
11524         (gst_v4l_tuner_norm_class_init):
11525         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
11526         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
11527         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
11528         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11529
11530 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11531
11532         * ext/pango/gsttextrender.h:
11533         * gst-libs/gst/audio/gstaudiosink.h:
11534         * gst-libs/gst/audio/gstaudiosrc.h:
11535         * gst-libs/gst/audio/gstbaseaudiosink.h:
11536         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11537         * gst-libs/gst/audio/gstringbuffer.h:
11538         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11539         * gst-libs/gst/rtp/gstbasertppayload.h:
11540         * gst-libs/gst/video/gstvideofilter.h:
11541         * gst-libs/gst/video/gstvideosink.h:
11542         * gst/playback/gstplaybasebin.h:
11543         * gst/tcp/gstmultifdsink.h:
11544         * sys/v4l/gstv4lelement.h:
11545         Fix broken GObject macros
11546
11547 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11548
11549         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
11550         More debug to trace why my USB headset is not working with gst
11551
11552 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
11553
11554         * gst/playback/gstplaybasebin.c: (group_destroy):
11555         Clean up our group elements properly in the case where it never 
11556         got committed - it still got added unconditionally to the bin.
11557
11558 2006-04-07  Wim Taymans  <wim@fluendo.com>
11559
11560         * ext/theora/theoradec.c: (theora_dec_sink_event),
11561         (theora_handle_data_packet), (theora_dec_chain):
11562         Unref unhandled events.
11563         Protect against empty buffers.
11564         Perform QoS on running time.
11565
11566 2006-04-07  Michael Smith  <msmith@fluendo.com>
11567
11568         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
11569         (gst_vorbis_enc_chain):
11570           Remove leaks from vorbisenc.
11571           Mostly minor changes, the only significant one is that now the
11572           buffers we set as 'streamheader' on the caps are copies of the
11573           original buffers, to avoid circular refcounting problems.
11574
11575 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
11576
11577         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
11578           Don't remove our mute-probe if someone else already did so.
11579           Don't set a 2nd one if there is already one pending on the pad.
11580
11581         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11582         (do_playbin_seek):
11583           When a seek fails, ensure that playbin is still set back to playing.
11584           
11585         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
11586         (mpeg_ts_type_find), (plugin_init):
11587           Add a typefind function for mpeg-ts streams. (Closes: #336617)
11588
11589 2006-04-06  Andy Wingo  <wingo@pobox.com>
11590
11591         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
11592         (gst_video_rate_init): Caps-related parameters should not be reset
11593         by a flush -- move their inits to the instance init function.
11594         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
11595         is not OK, just return the result.
11596
11597         * gst/audiotestsrc/gstaudiotestsrc.c
11598         (gst_audio_test_src_class_init)
11599         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
11600         broken by Stefan's commit on 24 March.
11601
11602         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
11603         buffers being pushed out. Fixes oggmux ! multifdsink.
11604
11605 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11606
11607         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
11608         (gst_vorbis_dec_init), (vorbis_dec_finalize):
11609         * ext/vorbis/vorbisdec.h:
11610         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
11611         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
11612         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
11613         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
11614         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
11615         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
11616         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
11617         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
11618         (gst_vorbis_enc_buffer_from_packet),
11619         (gst_vorbis_enc_buffer_from_header_packet),
11620         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
11621         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
11622         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
11623         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
11624         (gst_vorbis_enc_change_state):
11625         * ext/vorbis/vorbisenc.h:
11626           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
11627           vorbisenc adhere to the official nomenclature; use boilerplate
11628           macro.
11629
11630 2006-04-04  Andy Wingo  <wingo@pobox.com>
11631
11632         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
11633         Whoops, fix bug introduced. Bad hacker!
11634         
11635         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
11636         Properly handle the case where you get EOS before any buffers are
11637         received. Use gst_buffer_make_metadata_writable where appropriate.
11638
11639         * ext/theora/theoradec.c (theora_handle_data_packet): This value
11640         is often negative -- make it signed so as not to wrap around.
11641         Fixes segfaults introduced on 9 March.
11642
11643 2006-04-03  Wim Taymans  <wim@fluendo.com>
11644
11645         * ext/theora/gsttheoradec.h:
11646         * ext/theora/theoradec.c: (theora_dec_src_event):
11647         Don't try to store a gdouble in a gboolean.
11648         Small cleanups.
11649
11650 2006-04-03  Michael Smith  <msmith@fluendo.com>
11651
11652         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
11653           Oggmux sucks.
11654           Make it suck slightly less by writing out the final page.
11655           Still can't encode a vorbis-in-ogg file correctly, though.
11656
11657 2006-04-03  Andy Wingo  <wingo@pobox.com>
11658
11659         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
11660         a g_print.
11661
11662         * ext/theora/theora.c (plugin_init): Register theoraparse.
11663
11664         * ext/theora/gsttheoraparse.h: 
11665         * ext/theora/theoraparse.c: New files implementing a theora
11666         parser. Now we can properly remux ogg/theora+vorbis, yay.
11667
11668         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
11669
11670 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11671
11672         * gst/audiotestsrc/gstaudiotestsrc.c:
11673           Fixed the sample pipeline (see #323798)
11674
11675 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11676
11677         * configure.ac:
11678         * win32/common/config.h:
11679         * win32/common/config.h.in:
11680           use AS_VERSION and AS_NANO
11681           more cleanups
11682
11683 2006-03-31  Andy Wingo  <wingo@pobox.com>
11684
11685         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
11686         uninitialized variable return that would happen.
11687         
11688         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
11689         uninitialized variable return that would never happen.
11690
11691         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
11692         (vorbis_parse_sink_event): Add an event function to flush our
11693         state on a seek, and to drain buffers on a premature EOS.
11694         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
11695         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
11696         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
11697         (vorbis_parse_drain_queue): Queue up buffers until we can set
11698         their timestamps and granulepos values.
11699
11700         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
11701         and keep track of data needed for deriving granulepos and
11702         timestamps for buffers.
11703
11704 2006-03-29  Wim Taymans  <wim@fluendo.com>
11705
11706         Patch by: j^ <j at bootlab dot org>
11707
11708         * ext/alsa/gstalsamixerelement.c:
11709         (gst_alsa_mixer_element_class_init):
11710         * ext/alsa/gstalsasink.c:
11711         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
11712         * ext/ogg/gstoggdemux.c:
11713         * ext/ogg/gstoggmux.c:
11714         * ext/ogg/gstoggparse.c:
11715         * ext/pango/gstclockoverlay.c:
11716         * ext/pango/gsttextoverlay.c:
11717         * ext/pango/gsttextrender.c:
11718         * ext/pango/gsttimeoverlay.c:
11719         * ext/theora/theoradec.c:
11720         * ext/theora/theoraenc.c:
11721         * ext/vorbis/vorbisdec.c:
11722         * ext/vorbis/vorbisenc.c:
11723         * gst/audioconvert/gstaudioconvert.c:
11724         * gst/subparse/gstsubparse.c:
11725         * gst/tcp/gstmultifdsink.c:
11726         * gst/tcp/gsttcpclientsink.c:
11727         * gst/tcp/gsttcpclientsrc.c:
11728         * gst/tcp/gsttcpserversink.c:
11729         * gst/tcp/gsttcpserversrc.c:
11730           better/unified long descriptions
11731           Fixes #336477
11732
11733 2006-03-29  Wim Taymans  <wim@fluendo.com>
11734
11735         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
11736         (stop_seek):
11737         Don't let double and triple clicks mess up our state.
11738
11739 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
11740
11741         * gst/playback/gstplaybin.c: (gen_video_element),
11742         (gen_text_element), (gen_audio_element), (gen_vis_element):
11743           Error out gracefully when we can't create any of the usual
11744           conversion elements for some reason. Also, don't try to
11745           create an audioscale (sic) element that's not used anyway.
11746
11747 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
11748
11749         * gst/playback/gstplaybasebin.c: (setup_source):
11750           Don't post RESOURCE_NOT_FOUND error when we can't find a source
11751           element for a particular protocol, that's confusing for users.
11752           Instead, post a RESOURCE_FAILED error, so that our own error
11753           message is actually shown in totem etc. (#336303).
11754
11755 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11756
11757         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11758
11759         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
11760         (gst_gnome_vfs_src_get_icy_metadata):
11761           Fix some minor memory leaks (#336194).
11762
11763 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11764
11765         * ext/gnomevfs/gstgnomevfs.c:
11766         (gst_gnome_vfs_location_to_uri_string):
11767         * ext/gnomevfs/gstgnomevfs.h:
11768         * ext/gnomevfs/gstgnomevfssink.c:
11769         (gst_gnome_vfs_sink_set_property):
11770         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
11771           Make gnomevfssink accept filenames as well as URIs for the
11772           "location" property, just like gnomevfssrc does (and
11773           filesrc/filesink do) (#336190).
11774
11775 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
11776
11777         * tests/check/generic/clock-selection.c: (GST_START_TEST):
11778           set to NULL before unreffing, fixes a valgrind leak.
11779           Why was this not triggering the error that an object needs to
11780           be NULL before unreffing ?
11781         * win32/common/config.h:
11782           update
11783
11784 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11785
11786         * gst/subparse/gstsubparse.c: (convert_encoding),
11787         (gst_sub_parse_change_state):
11788         * gst/subparse/gstsubparse.h:
11789           Text subtitle files may or may not be UTF-8. If it's not, we
11790           don't really want to see '?' characters in place of non-ASCII
11791           characters like accented characters. So let's assume the input
11792           is UTF-8 until we come across text that is clearly not. If it's
11793           not UTF-8, we don't really know what it is, so try the following:
11794           (a) see whether the GST_SUBTITLE_ENCODING environment variable
11795           is set; if not, check (b) if the current locale encoding is
11796           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
11797           the current locale encoding is UTF-8 and the environment variable
11798           was not set to any particular encoding. Not perfect, but better
11799           than nothing (and better than before, I think) (fixes #172848).
11800
11801 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
11802
11803         * configure.ac:
11804           update core requirement to 0.10.4.1 because of async_playback
11805           vmethod on GstBaseSink
11806
11807 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11808
11809         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11810         * gst/adder/gstadder.c: (gst_adder_init):
11811         use DEBUG_FUNCPTR for collectpads
11812
11813 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11814
11815         * docs/plugins/Makefile.am:
11816         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11817         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11818         * ext/cdparanoia/gstcdparanoiasrc.c:
11819         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
11820         (gst_gnome_vfs_sink_class_init):
11821         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
11822         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
11823         * ext/ogg/gstoggmux.c:
11824         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
11825         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
11826         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
11827         * ext/pango/gsttextoverlay.c:
11828         * ext/pango/gsttextrender.c:
11829         * ext/theora/theoradec.c:
11830         * ext/theora/theoraenc.c:
11831         * ext/vorbis/vorbisdec.c:
11832         * ext/vorbis/vorbisenc.c:
11833         * gst-libs/gst/audio/gstaudiofilter.c:
11834         (gst_audio_filter_base_init):
11835         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11836         (gst_audio_filter_template_base_init):
11837         * gst/adder/gstadder.c: (gst_adder_get_type):
11838         * gst/adder/gstadder.h:
11839         * gst/audioconvert/gstaudioconvert.c:
11840         * gst/audiotestsrc/gstaudiotestsrc.c:
11841         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
11842         (gst_audio_test_src_create):
11843         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11844         * gst/playback/gstdecodebin.c:
11845         * gst/playback/gstplaybin.c:
11846         * gst/playback/gststreamselector.c:
11847         (gst_stream_selector_base_init):
11848         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
11849         * gst/volume/gstvolume.c:
11850         * sys/v4l/gstv4lmjpegsink.c:
11851         * sys/v4l/gstv4lmjpegsrc.c:
11852         * tests/check/libs/cddabasesrc.c:
11853         * tests/old/examples/gob/gst-identity2.gob:
11854           Add docs for adder, use GST_ELEMENT_DETAILS macro,
11855           define GstElementDetails at the top
11856
11857 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
11858
11859         * win32/common/libgstinterfaces.def:
11860         Add a lot of export functions for gst-python
11861         * win32/vs6/libgstinterfaces.dsp:
11862         Add a missing include folder in the project configuration
11863         
11864 2006-03-23  Wim Taymans  <wim@fluendo.com>
11865
11866         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11867         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
11868         (gst_base_audio_src_change_state):
11869         Fix audio sources, forgot to make the ringbuffer
11870         startable...
11871
11872 2006-03-23  Wim Taymans  <wim@fluendo.com>
11873
11874         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11875         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
11876         (gst_base_audio_src_change_state):
11877         unparent instead of unref the ringbuffer.
11878
11879 2006-03-23  Wim Taymans  <wim@fluendo.com>
11880
11881         * gst-libs/gst/audio/gstbaseaudiosink.c:
11882         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
11883         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
11884         Implement new async_play vmethod to start slaving and allow
11885         playback start in case of async PLAY state changes. 
11886
11887         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
11888         Enable QoS with new method in base class.
11889
11890 2006-03-23  Wim Taymans  <wim@fluendo.com>
11891
11892         Patch by: Julien MOUTTE <julien at moutte dot net>
11893
11894         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
11895         (gst_video_test_src_do_seek), (gst_video_test_src_create):
11896         Partially handle 0 framerate, only EOS after the first frame
11897         is missing.
11898
11899 2006-03-23  Wim Taymans  <wim@fluendo.com>
11900
11901         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11902
11903         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11904         (gst_riff_create_video_template_caps):
11905         * gst/ffmpegcolorspace/avcodec.h:
11906         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11907         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11908         (gst_ffmpegcsp_avpicture_fill):
11909         * gst/ffmpegcolorspace/imgconvert.c:
11910         Patch for support of YVU9 AVI files (#334822)
11911
11912 2006-03-22  Edward Hervey  <edward@fluendo.com>
11913
11914         * docs/design/design-decodebin.txt:
11915         Added design document for new decodebin
11916         (Target Caps): text/x-pango-markup is also a default target caps.
11917
11918 2006-03-22  Wim Taymans  <wim@fluendo.com>
11919
11920         * gst-libs/gst/audio/gstbaseaudiosink.c:
11921         (gst_base_audio_sink_dispose):
11922         Since we _parent the ringbuffer, we also need to
11923         _unparent instead of a plain _unref.
11924
11925 2006-03-22  Wim Taymans  <wim@fluendo.com>
11926
11927         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
11928         (stop_seek), (scrub_toggle_cb), (main):
11929         Add scrub checkbox.
11930
11931 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11932
11933         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
11934         (gst_ogg_parse_chain):
11935           Fix very inefficient usage of linked lists (#335365).
11936
11937 2006-03-21  Edward Hervey  <edward@fluendo.com>
11938
11939         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
11940         * gst/playback/gstplaybin.c: (handoff):
11941         * gst/playback/gststreamselector.c:
11942         (gst_stream_selector_set_property):
11943         gcc 4.1 unreferenced pointer fixes.
11944         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11946         gst_buffer_ref() now takes a GstBuffer*.
11947
11948 2006-03-20  Julien MOUTTE  <julien@moutte.net>
11949
11950         * sys/xvimage/xvimagesink.c:
11951         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
11952         by Jan Schmidt.
11953
11954 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
11955
11956         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
11957         (id3v1_type_find), (apetag_type_find), (plugin_init):
11958           Can't do tag preferences via probability, as tags would then
11959           lose against types that are recognised with MAXIMUM probability
11960           (like .wav); so let all tag typefinders return MAXIMUM themselves
11961           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
11962           that we can prefer APE to ID3v1 (fixes #335028).
11963           
11964 2006-03-17  Wim Taymans  <wim@fluendo.com>
11965
11966         * gst-libs/gst/audio/gstbaseaudiosink.c:
11967         (gst_base_audio_sink_change_state):
11968         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
11969         (gst_ring_buffer_may_start):
11970         * gst-libs/gst/audio/gstringbuffer.h:
11971         Only start playback if we are playing.
11972         should fix #330748.
11973
11974 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
11975
11976         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
11977         * win32/common/config.h:
11978           Revert accidental commits to these files.
11979
11980 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11981
11982         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
11983
11984         * tests/Makefile.am:
11985           Don't try to build tests in tests/icles if we
11986           don't have X (#323852)
11987
11988 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11989
11990         * gst-libs/gst/tag/gstid3tag.c:
11991           Add TXXX frame identifiers for replaygain stuff as used
11992           by some taggers (see #323721).
11993
11994 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
11995
11996         * gst/playback/gststreamselector.c:
11997         (gst_stream_selector_set_property),
11998         (gst_stream_selector_bufferalloc):
11999           Preserve the existing buggy streamselector behaviour by performing
12000           a fallback buffer allocation when downstream isn't linked yet.
12001           This should really be fixed in playbin by blocking pads until it's
12002           linked them.
12003           Also, use gst_pad_alloc_buffer instead of
12004           gst_pad_alloc_buffer_and_set.
12005
12006 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
12007
12008         * gst-libs/gst/tag/gstid3tag.c:
12009           Don't crash on unknown ID3v2 TXXX frames.
12010           
12011 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
12012
12013         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
12014           Chain up to the parent finalize method.
12015           Add 32-bit sample size to the template caps.
12016
12017         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12018         (gst_riff_create_video_template_caps):
12019           Add the fourcc that the VMWare codec uses.
12020           
12021         * gst/playback/gststreamselector.c:
12022         (gst_stream_selector_set_property),
12023         (gst_stream_selector_bufferalloc),
12024         (gst_stream_selector_request_new_pad):
12025           For the active pad, forward buffer-alloc requests, otherwise
12026           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
12027           having to memcpy every frame when used by playbin.
12028
12029         * gst/tcp/gstmultifdsink.c:
12030         (gst_multi_fd_sink_handle_client_write):
12031           Get negotiated caps from the sink pad, rather than the sink
12032           pad's peer.
12033
12034 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
12035
12036         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
12037         
12038         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
12039           Don't forget to set src->callbacks_pushed to FALSE again when
12040           popping them, otherwise re-activation in a different mode won't
12041           work (#334620).
12042
12043 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
12044
12045         Patch by: Sebastien Moutte  <sebastien moutte net>
12046
12047         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
12048         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
12049         (gst_ffmpeg_smpfmt_to_caps):
12050           Replace __VA_ARGS__ caps creation macros with varargs functions.
12051           Makes things compile on MSVC (#320765), looks nicer, and we can
12052           tell the compiler to check for the NULL terminator.
12053
12054 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12055
12056         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
12057
12058         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12059           Make sure the buffer we copy into is really always big
12060           enough, this time for real (#333488).
12061           
12062 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12063
12064         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12065           Add support for 24bpp DIB (#305279).
12066
12067 2006-03-14  Wim Taymans  <wim@fluendo.com>
12068
12069         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
12070         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
12071         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
12072         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
12073         (gst_video_scale_init), (gst_video_scale_src_event):
12074         Re-enable QoS after the release.
12075         Rework videoscale to use the base class src_event handler.
12076
12077 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12078
12079         * configure.ac:
12080           back to CVS.
12081
12082 === release 0.10.5 ===
12083
12084 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
12085
12086         * configure.ac:
12087           releasing 0.10.5, "Net"
12088
12089 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
12090
12091         * docs/plugins/Makefile.am:
12092           Part of previous cdparanoiasrc docs fixes, forgot to commit.
12093           
12094 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
12095
12096         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12097         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12098         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12099           Add cdparanoiasrc to docs.
12100
12101         * gst-libs/gst/cdda/gstcddabasesrc.c:
12102           More GstCddaBaseSrc docs.
12103
12104 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
12105
12106         * docs/libs/gst-plugins-base-libs-sections.txt:
12107         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
12108         * gst-libs/gst/tag/tag.h:
12109           API: libgsttag: new method gst_tag_from_id3_user_tag().
12110
12111 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
12112
12113         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12114           NULL-terminate array of mpeg4 video file extensions.
12115           Fixes crash on PPC (#334226).
12116
12117 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
12118
12119         * ext/gnomevfs/gstgnomevfssrc.c:
12120         (gst_gnome_vfs_src_check_get_range):
12121           gnome_vfs_uri_is_local() alone is not a good indicator
12122           whether we can operate in pull-mode with a specific URI,
12123           as it returns FALSE for file:// URIs that point to an
12124           NFS-mounted path. Be more conservative here: whitelist
12125           local files, blacklist http URIs and use the old
12126           mechanism for anything else (fixes #334216).
12127
12128 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
12129
12130         * configure.ac:
12131           back to trunk
12132
12133 === release 0.10.4 ===
12134
12135 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
12136
12137         * configure.ac:
12138           releasing 0.10.4, "Power"
12139
12140 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
12141
12142         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
12143         Disable max-lateness by setting it to -1 for now, so that 
12144         we can bed QoS stuff in thoroughly between now and the next
12145         release.
12146
12147 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
12148
12149         Patch by: Fabrizio Gennari
12150
12151         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12152           Make sure we don't read beyond the palette buffer in case of
12153           broken or manipulated files (#333488)
12154
12155 2006-03-10  Edward Hervey  <edward@fluendo.com>
12156
12157         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12158         Fix for variable not initialized.
12159
12160 2006-03-09  Wim Taymans  <wim@fluendo.com>
12161
12162         * ext/libvisual/visual.c: (gst_visual_get_type),
12163         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
12164         (gst_visual_chain):
12165         Small cleanups.
12166
12167         * ext/theora/gsttheoradec.h:
12168         * ext/theora/theoradec.c: (gst_theora_dec_init),
12169         (gst_theora_dec_reset), (_theora_granule_time),
12170         (theora_dec_src_convert), (theora_dec_sink_convert),
12171         (theora_dec_src_query), (theora_dec_src_event),
12172         (theora_dec_sink_event), (theora_handle_comment_packet),
12173         (theora_handle_header_packet), (theora_dec_push),
12174         (theora_handle_data_packet), (theora_dec_chain),
12175         (theora_dec_change_state):
12176         Add simple QoS.
12177
12178 2006-03-09  Wim Taymans  <wim@fluendo.com>
12179
12180         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
12181         (audiocast_register_listener), (gst_gnome_vfs_src_start):
12182         Some cleanups.
12183
12184 2006-03-09  Wim Taymans  <wim@fluendo.com>
12185
12186         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
12187         Don't try to activate NULL chains.
12188
12189 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
12190
12191         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12192           Fix invalid memory access to region before peek'd data (#332964).
12193
12194 2006-03-09  Wim Taymans  <wim@fluendo.com>
12195
12196         Patch by: Christophe Fergeau
12197
12198         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
12199         * ext/pango/gsttextrender.c: (gst_text_render_init):
12200         * gst/adder/gstadder.c: (gst_adder_init):
12201         Don't leak padtemplates, closes #333510.
12202
12203 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
12204
12205         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
12206           Fix invalid memory access: make sure string passed to
12207           regexec() is NUL-termianted.
12208
12209 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
12210
12211         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12212         (mp3_type_find):
12213           Refactor mpeg/audio typefinding to make it more maintainable
12214           and easier to fine-tune. Make probing into middle of the file
12215           work properly (fixes #333900, also see #152688).
12216
12217 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
12218
12219         * gst/typefind/gsttypefindfunctions.c:
12220         (utf8_type_find_have_valid_utf8_at_offset):
12221           Remove part from previous commit that was bogus:
12222           g_utf8_validate() does in fact not accept embedded
12223           zeroes, so we don't need to check for those (thanks
12224           to Mike for the hint).
12225
12226 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
12227
12228         * gst/typefind/gsttypefindfunctions.c:
12229         (utf8_type_find_count_embedded_zeroes),
12230         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
12231           Make plain/text typefinder more conservative: firstly, check
12232           for embedded zeroes, which are perfectly valid UTF-8 characters,
12233           but also a fairly good sign that something is not a plain text
12234           file; secondly, probe into the middle of the file if possible.
12235           If we can't probe into the middle, limit the probability value
12236           to be returned to TYPE_FIND_POSSIBLE (see #333900).
12237
12238 2006-03-08  Michael Smith  <msmith@fluendo.com>
12239
12240         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12241           Make typefind function name for mpeg4 video unique.
12242
12243 2006-03-08  Wim Taymans  <wim@fluendo.com>
12244
12245         * ext/libvisual/visual.c: (gst_visual_init),
12246         (gst_visual_clear_actors), (gst_visual_dispose),
12247         (gst_visual_reset), (gst_visual_src_setcaps),
12248         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
12249         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
12250         (gst_visual_chain), (gst_visual_change_state):
12251         Cleanups, post nice errors.
12252         Handle sink and src events.
12253         Implement simple QoS.
12254
12255         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
12256         Use new basesink methods to configure max-lateness.
12257         Small doc update.
12258
12259         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12260         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
12261         Debug statement cleanups.
12262
12263         * gst/volume/gstvolume.c: (gst_volume_class_init):
12264         Simple cleanup.
12265
12266 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
12267
12268         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
12269         (gst_text_overlay_init), (gst_text_overlay_set_property),
12270         (gst_text_overlay_get_property):
12271           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
12272           as string type properties, but mark them deprecated. Add
12273           'halignment' and 'valignment' properties that use enums
12274           instead of strings.
12275
12276 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
12277
12278         Patch by: Fabrizio Gennari
12279
12280         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12281           Allow palettes with less than 256 colours in AVI files
12282           (#333488)
12283
12284 2006-03-07  Julien MOUTTE  <julien@moutte.net>
12285
12286         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
12287         (gst_text_overlay_video_event): Fix wrong EOS handling on text
12288         pad. We were releasing the queued text buffer when we should keep
12289         it until video pad gets EOS or discard the text buffer because it's
12290         too old. That was eating the last subtitle buffer. Add some more
12291         debug.
12292
12293 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
12294
12295         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
12296         (gst_text_overlay_video_chain):
12297           Fix invalid memory access (we can't access a buffer after it's been
12298           pushed downstream without taking a reference); fix memory leak (if
12299           there's no text to render, bail out before allocating stuff).
12300
12301 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
12302
12303         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
12304         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
12305         * ext/pango/gsttextoverlay.h:
12306           If input is plain text, escape it before passing it to
12307           pango_layout_set_markup().
12308
12309 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
12310
12311         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
12312           Don't ignore flow return from gst_pad_push().
12313
12314 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
12315
12316         Patch by: Fabrizio Gennari
12317
12318         * ext/libvisual/visual.c: (gst_visual_getcaps),
12319         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
12320         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
12321         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
12322         (gst_vorbisenc_convert_sink):
12323         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
12324         (gst_audio_duration_from_pad_buffer):
12325         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
12326         (gst_audio_filter_chain):
12327         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12328         (gst_base_rtp_depayload_setcaps):
12329         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
12330         (gst_video_get_size):
12331         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
12332           Don't leak references returned by gst_pad_get_parent()
12333           (#333663)
12334
12335 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
12336
12337         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
12338           change location param details
12339         * gst/volume/gstvolume.c: (plugin_init):
12340           correct plugin description
12341
12342 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
12343
12344         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
12345         (gst_gnome_vfs_src_check_get_range):
12346           Override GstBaseSrc::check_get_range() in order to avoid opening
12347           the resource just to check whether we can operate in pull-mode or
12348           not - we can predict that pretty well from the URI alone. Should
12349           fix problems with last.fm (#331690). (Requires latest core CVS).
12350
12351 2006-03-06  Wim Taymans  <wim@fluendo.com>
12352
12353         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
12354         (gst_video_sink_class_init):
12355         Throw away frames that are later than 20 ms.
12356
12357 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
12358
12359         Patch by: Fabrizio Gennari
12360
12361         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
12362           Set depth on WMA caps (#333545)
12363
12364 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12365
12366         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
12367         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
12368           put Theora BOS pages before others.  This hardcodes
12369           the Ogg/Theora I profile, but hey.
12370
12371 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12372
12373         * ext/ogg/README:
12374           updated with some examples
12375         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
12376         (granulepos_add), (theora_buffer_from_packet):
12377         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
12378         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
12379         (gst_vorbisenc_chain):
12380           implement strategy from ext/ogg/README
12381         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
12382         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
12383         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
12384         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
12385           Fix muxer so that oggz-validate is happy with all streams;
12386           except for no eos mark, and the BOS page ordering
12387         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
12388         (check_buffer_granulepos):
12389         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
12390           update tests to check for OFFSET being set as requested
12391           fixed type of granulepos, it's not a ClockTime
12392
12393 2006-03-05  Julien MOUTTE  <julien@moutte.net>
12394
12395         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12396         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
12397         Check that the xvimage we are creating has a correct size
12398         before returning it. (#314897)
12399
12400 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
12401
12402         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12403           Give id3 and ape tag typefinders a rank slightly higher
12404           than PRIMARY to ensure they're always run before any of
12405           the other typefinders (in particular wav and mp3) (#324186).
12406
12407 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
12408
12409         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12410           Add support for '3IVD' fourcc (#333403).
12411
12412 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12413
12414         * configure.ac:
12415           Bump requirements to GStreamer CVS for the new error enum.
12416
12417         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
12418           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
12419           space left on the device (fixes #333352).
12420
12421 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
12422
12423         * win32/vs6:
12424           add a project file for libgstvolume
12425           update the workspace
12426
12427 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12428
12429         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
12430         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
12431         (GST_START_TEST):
12432           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
12433           Set IN_CAPS on header buffers
12434
12435 2006-03-02  Wim Taymans  <wim@fluendo.com>
12436
12437         * docs/plugins/Makefile.am:
12438         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12439         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12440         Add audioresample to docs.
12441
12442         * gst/audioconvert/gstaudioconvert.c:
12443         Add revision date.
12444
12445         * gst/audioresample/gstaudioresample.c:
12446         (gst_audioresample_base_init), (gst_audioresample_class_init),
12447         (gst_audioresample_init), (gst_audioresample_dispose),
12448         (audioresample_get_unit_size), (audioresample_transform_caps),
12449         (resample_set_state_from_caps), (audioresample_transform_size),
12450         (audioresample_set_caps), (audioresample_event),
12451         (audioresample_do_output), (audioresample_transform),
12452         (audioresample_pushthrough), (gst_audioresample_set_property),
12453         (gst_audioresample_get_property), (plugin_init):
12454         * gst/audioresample/gstaudioresample.h:
12455         Added docs.
12456         Small code cleanups.
12457
12458 2006-03-02  Wim Taymans  <wim@fluendo.com>
12459
12460         * docs/plugins/Makefile.am:
12461         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12462         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12463         Added videoscale to docs.
12464
12465         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12466         (gst_video_rate_swap_prev), (gst_video_rate_event),
12467         (gst_video_rate_chain):
12468         Fix typo in docs.
12469
12470         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
12471         (gst_video_scale_init), (gst_video_scale_prepare_size),
12472         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
12473         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
12474         * gst/videoscale/gstvideoscale.h:
12475         Added docs, examples.
12476         Some code cleanups.
12477         Post errors instead of g_warning.
12478
12479 2006-03-02  Wim Taymans  <wim@fluendo.com>
12480
12481         * docs/libs/gst-plugins-base-libs-docs.sgml:
12482         * docs/libs/gst-plugins-base-libs-sections.txt:
12483         * docs/libs/gst-plugins-base-libs.types:
12484         * docs/plugins/Makefile.am:
12485         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12486         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12487         Added some more docs to libs and plugins.
12488
12489         * gst-libs/gst/audio/gstringbuffer.c:
12490         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
12491         * gst-libs/gst/audio/gstringbuffer.h:
12492         Document ringbuffer some more.
12493
12494         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
12495         (gst_video_rate_setcaps), (gst_video_rate_reset),
12496         (gst_video_rate_init), (gst_video_rate_flush_prev),
12497         (gst_video_rate_swap_prev), (gst_video_rate_event),
12498         (gst_video_rate_chain), (gst_video_rate_change_state):
12499         * gst/videorate/gstvideorate.h:
12500         Fix videorate to use segments.
12501         Make it work with 0/1 framerates (closes #331903)
12502         Handle EOS correctly.
12503         Added docs.
12504
12505 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12506
12507         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
12508         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
12509         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
12510           In state change function, first chain up to parent class,
12511           then handle downwards state change stuff. Remove some
12512           commented out cruft from 0.8 code.
12513
12514 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12515
12516         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
12517         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
12518         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
12519         (gst_ogm_parse_chain):
12520           Don't remove/re-add source pad if the new caps are the same as
12521           the old caps anyway (#333042). When removing source pad, don't
12522           unref it afterwards - we didn't ref it when adding. Sprinkle some
12523           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
12524           after using gst_pad_get_parent(). Return downstream flow return
12525           value in chain function.
12526
12527 2006-03-02  Wim Taymans  <wim@fluendo.com>
12528
12529         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12530         * docs/plugins/gst-plugins-base-plugins.args:
12531         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12532         * docs/plugins/gst-plugins-base-plugins.interfaces:
12533         * docs/plugins/gst-plugins-base-plugins.signals:
12534         Fix hierarchy, added some more elements to the docs.
12535
12536         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12537         (gst_ffmpegcsp_get_type):
12538         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
12539         Fix docs for ffmpegcolorspace.
12540
12541 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
12542
12543         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
12544         (apetag_type_find), (ape_type_find), (plugin_init):
12545           Some typefinding fine-tuning:
12546           - rank ID3/APE tags in order of preference via probabilities, so that
12547             ID3v2 > APEv2 > APEv1 > ID3v1.
12548           - three or four bytes don't really justify MAXIMUM probability,
12549             change those to 'very likely' (musepack and monkeysaudio).
12550
12551 2006-03-01  Wim Taymans  <wim@fluendo.com>
12552
12553         * docs/plugins/Makefile.am:
12554         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12555         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12556         * ext/alsa/gstalsamixer.c:
12557         * ext/alsa/gstalsamixer.h:
12558         * ext/alsa/gstalsamixerelement.c:
12559         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
12560         * ext/alsa/gstalsamixerelement.h:
12561         * ext/alsa/gstalsasink.c:
12562         * ext/alsa/gstalsasink.h:
12563         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
12564         (gst_alsasrc_init):
12565         * ext/alsa/gstalsasrc.h:
12566         Added alsa docs.
12567         Small code cleanups.
12568
12569 2006-03-01  Wim Taymans  <wim@fluendo.com>
12570
12571         * ext/theora/Makefile.am:
12572         Dist new header too,
12573
12574 2006-03-01  Wim Taymans  <wim@fluendo.com>
12575
12576         * docs/plugins/Makefile.am:
12577         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12578         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12579         * ext/gnomevfs/gstgnomevfssink.h:
12580         * ext/gnomevfs/gstgnomevfssrc.h:
12581         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12582         * ext/vorbis/vorbisdec.h:
12583         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
12584         * ext/vorbis/vorbisenc.h:
12585         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
12586         (vorbis_parse_chain), (vorbis_parse_change_state):
12587         * ext/vorbis/vorbisparse.h:
12588         * gst/audioconvert/gstaudioconvert.h:
12589         * gst/tcp/gsttcpserversink.h:
12590         * gst/videotestsrc/gstvideotestsrc.c:
12591         * gst/videotestsrc/gstvideotestsrc.h:
12592         * gst/volume/gstvolume.c:
12593         * gst/volume/gstvolume.h:
12594         Fix some more docs.
12595         Added docs for vorbisdec and vorbisparse.
12596         Fix vorbisparse.
12597
12598 2006-03-01  Wim Taymans  <wim@fluendo.com>
12599
12600         * docs/plugins/Makefile.am:
12601         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12602         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12603         * ext/pango/gstclockoverlay.h:
12604         * ext/pango/gsttextoverlay.h:
12605         * ext/pango/gsttextrender.h:
12606         * ext/pango/gsttimeoverlay.h:
12607         * ext/theora/gsttheoradec.h:
12608         * ext/theora/gsttheoraenc.h:
12609         * ext/theora/theoradec.c:
12610         * ext/theora/theoraenc.c:
12611         * gst/audioconvert/gstaudioconvert.h:
12612         * gst/audiotestsrc/gstaudiotestsrc.h:
12613         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
12614         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
12615         * gst/tcp/gstmultifdsink.h:
12616         Updated/added documentation.
12617
12618         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
12619         (gst_text_overlay_halign_get_type),
12620         (gst_text_overlay_wrap_mode_get_type),
12621         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
12622         (gst_text_overlay_init), (gst_text_overlay_set_property),
12623         (gst_text_overlay_get_property):
12624         Fix up properties to be enums instead of string to make bindings,
12625         introspection and automatic GUI creation possible.
12626         Add getters for the properties.
12627
12628 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
12629
12630         * gst/audiotestsrc/gstaudiotestsrc.c:
12631           added defines of M_PI and M_PI_2
12632         * gst/ffmpegcolorspace/avcodec.h:
12633           removed #include "stdint.h" for win32 as _stdint.h is 
12634           autogenerated to win32/common
12635         * win32/common/libgstaudio.def:
12636         * win32/common/libgsttag.def:
12637           added some exports
12638         * win32/vs6:
12639           some project files bugs corrected
12640         * win32/vs7:
12641           project files are reset to the default vs7 configuration 
12642           (they link to msvcr71.dll using default optimizations)
12643           
12644 2006-02-28  Wim Taymans  <wim@fluendo.com>
12645
12646         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
12647         Fix some docs.
12648
12649 2006-02-28  Edward Hervey  <edward@fluendo.com>
12650
12651         * ext/alsa/gstalsasrc.c:
12652         Set proper class on the ElementDetails:
12653         Source/Audio instead of Src/Audio/
12654
12655 2006-02-28  Edward Hervey  <edward@fluendo.com>
12656
12657         * gst/videoscale/vs_scanline.c:
12658         (vs_scanline_resample_nearest_RGBA):
12659         Revert optimization in videoscale. It should go in liboil and have
12660         an appropriate liboil function.
12661
12662 2006-02-28  Wim Taymans  <wim@fluendo.com>
12663
12664         * gst-libs/gst/audio/gstbaseaudiosink.c:
12665         (gst_base_audio_sink_provide_clock):
12666         Don't try to provide a clock in the NULL state.
12667
12668 2006-02-28  Wim Taymans  <wim@fluendo.com>
12669
12670         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
12671         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
12672         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
12673         (gst_ogg_demux_deactivate_current_chain),
12674         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
12675         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
12676         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
12677         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
12678         Use GstSegment infrastructure to remove duplicated code
12679         and handle more seek cases correctly.
12680
12681 2006-02-28  Wim Taymans  <wim@fluendo.com>
12682
12683         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12684         (gst_ffmpegcsp_transform):
12685         Don't ignore return code from ffmpeg convert function.
12686
12687         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
12688         Split out some long statements to ease debugging.
12689
12690 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
12691
12692         * ext/libvisual/visual.c: (gst_visual_init),
12693         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
12694         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
12695         being able to renegotiate the size. Instead, use the negotiation
12696         algorithm from the goom plugin to pick an initial output caps. 
12697
12698         Also, allow theoretical libvisual plugins that might support non-GL 
12699         output even if they also do GL.
12700
12701 2006-02-26  Julien MOUTTE  <julien@moutte.net>
12702
12703         * ext/libvisual/visual.c: (gst_visual_init),
12704         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
12705         (plugin_init): Load only non GL plugins. Fix some memleaks and 
12706         possible negotiation issues.
12707
12708 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12709
12710         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
12711
12712 2006-02-24  Michael Smith  <msmith@fluendo.com>
12713
12714         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
12715         (cmml_type_find), (plugin_init):
12716           Fix CMML type find function to not require a specific minor version
12717           of the CMML header.
12718
12719           Add an MPEG4 video elementary stream typefind function.
12720
12721 2006-02-04  Michael Smith  <msmith@fluendo.com>
12722
12723         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
12724         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
12725         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
12726         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
12727         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
12728         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
12729           Annodex support in ogg demuxer. Doesn't do very much without the
12730           other annodex patches (to come).
12731
12732 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12733
12734         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
12735
12736         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12737           Pick up palette for MS video v1 (#327028)
12738
12739 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12740
12741         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12742         (gst_ffmpegcsp_caps_remove_format_info),
12743         (gst_ffmpegcsp_get_unit_size):
12744           The 'palette_data' field from incoming RGB caps shouldn't be
12745           proxied on outgoing YUV caps; also, restrict unit size
12746           adjustment in case of paletted data only to the unit that
12747           actually has a palette. Fixes #330711.
12748
12749 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12750
12751         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12752         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
12753         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
12754         (gst_ffmpegcsp_get_unit_size):
12755           Plug some memory leaks.
12756
12757 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12758
12759         * sys/ximage/Makefile.am:
12760         * sys/xvimage/Makefile.am:
12761           Add some _CFLAGS and _LIBS that seem to be missing
12762           and/or required for Cygwin (see #317048).
12763
12764 2006-02-22  Wim Taymans  <wim@fluendo.com>
12765
12766         * ext/alsa/gstalsasrc.c:
12767         Fix description as pointed out by caugier.
12768
12769 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
12770
12771         Reviewed by : Edward Hervey  <edward@fluendo.com>
12772
12773         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
12774         (qt_type_find):
12775         Better 3gp typefinding (#331526).
12776
12777 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
12778
12779         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
12780           Don't send EOS event here, the base class will send one for us.
12781
12782         * gst/playback/gstplaybasebin.c: (prepare_output):
12783           Subpictures without video stream aren't allowed either.
12784         
12785         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
12786           Fix debug statement copy'n'paste-o.
12787
12788 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
12789
12790         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
12791           Fix issues with mixer keeping state when muting/unmuting
12792           and when changing the volume whilst muted (see #331763
12793           and #331765).
12794
12795 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
12796
12797         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
12798         (parse_subrip), (gst_sub_parse_format_autodetect):
12799           Set right caps given that we send escaped text. Also,
12800           honour <i></i>, <b></b> and <u></u> markers that can be found
12801           in .srt files (fixes #310202).
12802
12803 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
12804
12805         * gst-libs/gst/audio/mixerutils.c:
12806         (element_factory_rank_compare_func):
12807           Make order in which elements are tried more determinable.
12808
12809 2006-02-20  Julien MOUTTE  <julien@moutte.net>
12810
12811         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12812         (remove_element_chain), (cleanup_decodebin),
12813         (gst_decode_bin_change_state): Make decodebin reusable by
12814         fixing remove_element_chain first and then introduce a
12815         cleaner in state change to ->NULL. (Closes #331678)
12816
12817 2006-02-19  Wim Taymans  <wim@fluendo.com>
12818
12819         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
12820         use 0666 mask when creating files so umask gets applied
12821         correctly. Fixes #331295.
12822
12823 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
12824
12825         * gst/subparse/Makefile.am:
12826         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
12827         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
12828         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
12829         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
12830         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
12831         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
12832         * gst/subparse/gstssaparse.h:
12833         * gst/subparse/gstsubparse.c: (plugin_init):
12834           Add very basic parser for SSA subtitle streams (as often
12835           found in matroska files).
12836
12837 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
12838
12839         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
12840           That should be text/x-pango-markup, not text/x-pango-layout.
12841
12842 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12843
12844         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
12845         Polishing.
12846
12847 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12848
12849         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
12850         (gst_text_overlay_finalize), (gst_text_overlay_init),
12851         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
12852         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
12853         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
12854         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
12855         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
12856         Fix state change deadlock.
12857
12858 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12859
12860         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
12861         (gst_text_overlay_finalize), (gst_text_overlay_init),
12862         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
12863         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
12864         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
12865         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
12866         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
12867         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
12868         and subtitles files.
12869
12870 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12871
12872         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
12873         should be considered as raw.
12874
12875 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12876
12877         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
12878         (cb_probe):
12879         * gst/playback/gststreaminfo.h: Introduce language informations.
12880
12881 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12882
12883         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12884         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
12885         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12886         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12887         Set shared memory segments to be deleted as soon as we have attached,
12888         that way they get cleaned up automatically if we crash.
12889
12890 2006-02-18  Julien MOUTTE  <julien@moutte.net>
12891
12892         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
12893         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
12894         functions are called with lock held.
12895
12896 2006-02-18  Julien MOUTTE  <julien@moutte.net>
12897
12898         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
12899         (gst_text_overlay_finalize), (gst_text_overlay_init),
12900         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
12901         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
12902         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
12903         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
12904         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
12905         (gst_text_overlay_change_state): Refactoring of textoverlay
12906         without collectpads. This now supports sparse subtitles coming
12907         from a demuxer instead of a sub file. Seeking is still broken 
12908         though. Need to discuss with wtay some more on how to handle
12909         seeking correctly.
12910         * ext/pango/gsttextoverlay.h:
12911         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
12912         subtitles coming from the demuxer.
12913
12914 2006-02-17  Wim Taymans  <wim@fluendo.com>
12915
12916         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
12917         (gst_vorbisenc_convert_sink):
12918         Use some more scaling functions.
12919
12920 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12921
12922         * ext/cdparanoia/gstcdparanoiasrc.c:
12923         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
12924         (gst_cd_paranoia_paranoia_callback),
12925         (gst_cd_paranoia_src_signal_is_being_watched),
12926         (gst_cd_paranoia_src_read_sector):
12927         * ext/cdparanoia/gstcdparanoiasrc.h:
12928           Add back 'transport-error' and 'uncorrected-error' signals and
12929           make them actually be fired when bad stuff happens (#319340).
12930
12931 2006-02-17  Wim Taymans  <wim@fluendo.com>
12932
12933         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
12934         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
12935         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
12936         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
12937         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
12938         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
12939         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
12940         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12941         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
12942         (gst_ring_buffer_clear):
12943         Small cleanups.
12944         Added some G_LIKELY.
12945
12946 2006-02-17  Wim Taymans  <wim@fluendo.com>
12947
12948         * gst-libs/gst/audio/TODO:
12949         Update TODO
12950
12951         * gst-libs/gst/audio/gstbaseaudiosink.c:
12952         (gst_base_audio_sink_get_offset):
12953         When trying to play samples ASAP and we don't have a
12954         previous sample, try to play at position 0 instead of
12955         an invalid position.
12956
12957 2006-02-17  Wim Taymans  <wim@fluendo.com>
12958
12959         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
12960         (gst_alsasink_reset):
12961         Also release lock when we get an error in _reset();
12962         fix an error message.
12963
12964 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12965
12966         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
12967         (gst_alsasink_init), (get_channel_free_structure),
12968         (caps_add_channel_configuration), (gst_alsasink_getcaps),
12969         (gst_alsasink_close):
12970         * ext/alsa/gstalsasink.h:
12971           Add support for more than 2 channels (#326720).
12972
12973 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12974
12975         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
12976           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
12977           with 4 or 6 channels, assume a default channel layout to make things
12978           work (not sure there's anything else we can do in those cases).
12979
12980 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12981
12982         * gst-libs/gst/audio/multichannel.c:
12983           Minor docs fix.
12984
12985         * gst-libs/gst/riff/Makefile.am:
12986         * gst-libs/gst/riff/riff-ids.h:
12987         * gst-libs/gst/riff/riff-media.c:
12988         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
12989           Add support for WAVEFORMATEX, eg. PCM audio with more than two
12990           channels and a channel layout map.
12991           
12992 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
12993
12994         Reviewed by Edward Hervey  <edward@fluendo.com>
12995
12996         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
12997         C-level optimization of the RGBA nearest neighbour function.
12998         Eventually this might end up in liboil with vectorized versions.
12999
13000 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
13001
13002         * gst-libs/gst/audio/multichannel.c:
13003         (gst_audio_get_channel_positions):
13004           When we have more than 2 channels, but no channel layout is
13005           specified in the caps, return some default channel layout
13006           to the caller and warn about about a possibly buggy element
13007           (could be buggy filtercaps as well of course) (#317038).
13008
13009 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
13010
13011         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
13012           Add gst-libs/gst/cdda to list of lib search paths.
13013
13014 2006-02-15  Andy Wingo  <wingo@pobox.com>
13015
13016         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
13017         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
13018         to the Lord Jesus that I do not have to touch the ogg muxer ever
13019         again.
13020
13021 2006-02-15  Edward Hervey  <edward@fluendo.com>
13022
13023         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
13024         quicktime movie files can also contain 'uuid' atoms.
13025
13026 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
13027
13028         * gst/audioconvert/plugin.c: (plugin_init):
13029           Register the GstAudioChannelPosition enum type with the type
13030           system in the plugin_init function, so that it is known before
13031           any element actually makes use of multi-channel stuff. This is
13032           required for example if one wants to be able to deserialise/use
13033           a caps string with channel positions before any pipeline has
13034           been setup and started, like with gst-launch.
13035
13036 2006-02-14  Wim Taymans  <wim@fluendo.com>
13037
13038         * gst-libs/gst/audio/gstringbuffer.c:
13039         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
13040         (gst_ring_buffer_samples_done), (wait_segment),
13041         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
13042         Add some compiler G_(UN_)LIKELY help.
13043         SIGNAL the ringbuffer waiters when going to PAUSED as well to
13044         make sure they can exit their functions. Should fix #330748
13045
13046 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13047
13048         * Makefile.am:
13049         * configure.ac:
13050         * win32/MANIFEST:
13051         * win32/common/_stdint.h:
13052           Windows does not have long long; copy the generated _stdint.h
13053         * win32/common/interfaces-enumtypes.c:
13054         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
13055         (gst_mixer_track_flags_get_type),
13056         (gst_tuner_channel_flags_get_type):
13057         * win32/common/multichannel-enumtypes.c:
13058         (gst_audio_channel_position_get_type):
13059           update
13060
13061 2006-02-13  Wim Taymans  <wim@fluendo.com>
13062
13063         * gst-libs/gst/audio/gstbaseaudiosink.c:
13064         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
13065         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13066         Always sync on first sample we receive when starting.
13067
13068 2006-02-13  Wim Taymans  <wim@fluendo.com>
13069
13070         * gst/playback/gstplaybin.c: (gen_vis_element):
13071         Update vis bin docs.
13072         Move queue after tee so we don't queue video buffers but
13073         audio samples instead. Fixes problems where the video queue
13074         is filled and the audio queue empty.
13075
13076 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
13077
13078         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13079           No need to push an EOS event here, GstBaseSrc will do that for us
13080           when we return FLOW_UNEXPECTED.
13081           
13082 2006-02-12  Wim Taymans  <wim@fluendo.com>
13083
13084         * gst-libs/gst/audio/gstbaseaudiosink.c:
13085         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
13086         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
13087         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13088         Use scale functions when possible.
13089         Fix error messages.
13090         Free clockid when after waiting for EOS.
13091         Use G_(UN_)LIKLY when it makes sense.
13092         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
13093
13094 2006-02-12  Edward Hervey  <edward@fluendo.com>
13095
13096         * gst/playback/gstplaybasebin.c: (prepare_output): 
13097         Remove stray semi-colon (fixes #330888).
13098
13099 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
13100
13101         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
13102         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
13103         Fix up the XShm call testing so that we catch errors, and don't
13104         cause new ones by attempting to detach from a segment we failed
13105         to attach to. Fixes #312439.
13106
13107 2006-02-10  Edward Hervey  <edward@fluendo.com>
13108
13109         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13110         Added flv file typefind (video/x-flv).
13111
13112 2006-02-10  Edward Hervey  <edward@fluendo.com>
13113
13114         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13115         (gst_riff_create_video_template_caps):
13116         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
13117         Also added the caps to the default set of riff video caps.
13118
13119 2006-02-09  Andy Wingo  <wingo@pobox.com>
13120
13121         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
13122         time and the end time of the last packet in the page.
13123         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
13124         on the pages in our queue, set the duration as well. Reflow a
13125         debug statement.
13126         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
13127         Fixes bad muxing order.
13128
13129 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13130
13131         * gst-libs/gst/rtp/gstbasertppayload.c:
13132         (gst_basertppayload_setcaps), (gst_basertppayload_push):
13133           update seqnum before setting it on the packet; this makes sure
13134           that the timestamp and seqnum properties match after pushing
13135           a buffer
13136
13137 2006-02-09  Andy Wingo  <wingo@pobox.com>
13138
13139         * gst-libs/gst/audio/gstringbuffer.c
13140         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
13141         overflow after 13.5 hours of recording. Kapow!
13142
13143         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
13144         the buffer size -- we don't care about underrun/overrun reporting
13145         right now, just need to return a useful value.
13146
13147 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
13148
13149         * configure.ac:
13150           Back to CVS
13151
13152 === release 0.10.3 ===
13153
13154 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
13155
13156         * configure.ac:
13157           releasing 0.10.3, "Under Pressure"
13158
13159 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
13160
13161         * configure.ac:
13162         Drat. Bump libtool version number for new API.
13163         Prelease 0.10.2.3 (of 0.10.3)
13164
13165 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
13166
13167         * configure.ac:
13168         * win32/common/config.h:
13169         0.10.2.2 prerelease (of 0.10.3).
13170
13171 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
13172
13173         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
13174           Revert Andy's newsegment change pending a more correct
13175           fix.
13176
13177 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13178
13179         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
13180         (qt_type_find), (plugin_init):
13181           detect more files as 3gp
13182           group and reorder the iso file formats
13183
13184 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13185
13186         * ext/vorbis/vorbis.c: (plugin_init):
13187           Register musicbrainz tags, so apps don't have to.
13188
13189 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13190
13191         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
13192         (gst_tag_to_vorbis_tag):
13193           Make sure we called gst_tag_register_musicbrainz_tags()
13194           before possibly mapping a vorbiscomment string from/to a
13195           musicbrainz tag.
13196
13197 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13198
13199         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
13200           In case we can't find the required number of consecutive
13201           mpeg audio frames to positively identify an MPEG audio
13202           stream, check if there's at least a valid mpeg audio
13203           frame right at offset 0 and if so suggest mpeg/audio
13204           caps with a very low probability (#153004).
13205
13206 2006-02-07  Andy Wingo  <wingo@pobox.com>
13207
13208         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
13209         a TIME segment if we get timestamped buffers. Requires recent
13210         fixes in core to work properly.
13211
13212 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13213
13214         * gst/playback/gstplaybasebin.c: (prepare_output):
13215           Don't print the URI as part of the error message, it
13216           makes error dialogs look rather ugly, especially if
13217           the URI is very long or has characters in it that
13218           need escaping.
13219
13220 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13221
13222         * gst/playback/gstplaybasebin.c: (prepare_output):
13223           Error out if we have only text or subtitles, but nothing
13224           else. Also error out if we have subtitles but no video
13225           stream.
13226
13227 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13228
13229         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
13230           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
13231           Post an error message on the bus when we encounter an
13232           error, which will hopefully be more meaningful than the
13233           'Internal Flow Error' message users get to see if we
13234           just return GST_FLOW_ERROR.
13235
13236 2006-02-07  Andy Wingo  <wingo@pobox.com>
13237
13238         * configure.ac (GST_MAJORMINOR): Update core version req to
13239         0.10.2.2, for the collectpads API addition (#330244).
13240
13241 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13242
13243         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13244           Return FALSE from plugin_init() when GnomeVFS can't
13245           be initialised for some reason (#328423).
13246
13247 2006-02-06  Julien MOUTTE  <julien@moutte.net>
13248
13249         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
13250         Stick to seeking theory until i find the bug.
13251         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
13252
13253 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
13254
13255         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13256         (theora_enc_finalize), (theora_enc_sink_setcaps),
13257         (theora_set_header_on_caps), (theora_enc_chain),
13258         (theora_enc_change_state):
13259         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13260           Make theoraenc and the tests leak free. Like, really.
13261
13262 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
13263
13264         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13265         (theora_enc_finalize), (theora_enc_sink_setcaps):
13266           Add a finalize method to ensure we clean up state even if
13267           someone omitted the state change back to NULL.
13268
13269         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
13270         (gst_vorbisenc_chain):
13271           Free some more leaked bits.
13272
13273         * tests/check/pipelines/theoraenc.c: (start_pipeline),
13274         (stop_pipeline):
13275           Wait for state changes to happen if they're ASYNC.
13276
13277           This ought to teach those fancy pants buildbots a lesson.
13278
13279 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13280
13281         * gst-libs/gst/tag/gstid3tag.c:
13282           Add mapping for ID3 International Standard Recording Code
13283           tag "TSRC"
13284
13285 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13286
13287         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
13288           Don't leak tag names.
13289
13290 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
13291
13292         * docs/libs/gst-plugins-base-libs-docs.sgml:
13293         * docs/libs/gst-plugins-base-libs-sections.txt:
13294         * gst-libs/gst/tag/gstid3tag.c:
13295         * gst-libs/gst/tag/gstvorbistag.c:
13296         * gst-libs/gst/tag/tags.c:
13297           Split libgsttag docs into multiple sections.
13298
13299 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
13300
13301         * docs/libs/Makefile.am:
13302         * docs/libs/gst-plugins-base-libs-docs.sgml:
13303         * docs/libs/gst-plugins-base-libs-sections.txt:
13304         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
13305         * gst-libs/gst/tag/gstvorbistag.c:
13306         * gst-libs/gst/tag/tag.h:
13307         * gst-libs/gst/tag/tags.c:
13308           Add libgsttag to the docs.
13309
13310 2006-02-05  Julien MOUTTE  <julien@moutte.net>
13311
13312         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
13313         (gst_text_overlay_init), (gst_text_overlay_src_event),
13314         (gst_text_overlay_collected): Fix clockoverlay.
13315
13316 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
13317
13318         * docs/libs/compiling.sgml:
13319           Fix typo: it's pkg-config, not pkg-gconfig
13320
13321         * docs/libs/gst-plugins-base-libs-docs.sgml:
13322         * docs/libs/gst-plugins-base-libs-sections.txt:
13323         * docs/libs/tmpl/gstgconf.sgml:
13324           There is no libgstgconf in 0.10, remove it
13325           from the docs.
13326
13327 2006-02-05  Julien MOUTTE  <julien@moutte.net>
13328
13329         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
13330         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
13331         (gst_text_overlay_src_event), (gst_text_overlay_collected):
13332         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
13333         (gst_sub_parse_class_init), (gst_sub_parse_init),
13334         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
13335         (parse_mpsub), (parser_state_init), (handle_buffer),
13336         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
13337         * gst/subparse/gstsubparse.h: Introduce seeking code.
13338
13339 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
13340
13341         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
13342           Add comment about LANGUAGE tag inconsistency (we want
13343           ISO-639-1, but extract three-letter identifiers?)
13344
13345         * po/POTFILES.in:
13346           Add two translatable files.
13347
13348 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
13349
13350         * gst-libs/gst/tag/Makefile.am:
13351         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
13352         * gst-libs/gst/tag/tag.h:
13353         * gst-libs/gst/tag/tags.c:
13354         (gst_tag_register_musicbrainz_tags_internal),
13355         (gst_tag_register_musicbrainz_tags):
13356           Forward-port some tags stuff from the 0.8 branch. This is
13357           mostly the addition of musicbrainz tags and their mapping
13358           to vorbistags, and a vorbistag mapping of the language tag.
13359
13360 2006-02-05  Julien MOUTTE  <julien@moutte.net>
13361
13362         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
13363         refactoring.
13364
13365 2006-02-04  David Schleef  <ds@schleef.org>
13366
13367         * ext/ogg/gstoggmux.c:
13368         * gst/typefind/gsttypefindfunctions.c:
13369           Add Dirac typefinding and add dirac format to oggmux.
13370
13371 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
13372
13373         * gst/playback/gstdecodebin.c: (try_to_link_1):
13374           Don't put essential function call into
13375           g_return_*() macro, otherwise it'll all be
13376           replaced by NOOPs when compiling with
13377           G_DISABLE_CHECKS defined.
13378
13379 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13380
13381         * ext/ogg/gstoggdemux.c:
13382         * ext/ogg/gstoggparse.c:
13383         * gst/tcp/gsttcpserversink.c:
13384         * sys/v4l/v4lsrc_calls.c:
13385         * sys/v4l/v4lsrc_calls.h:
13386         Just make it compile with --disable-gst-debug.
13387
13388 2006-02-03  Wim Taymans  <wim@fluendo.com>
13389
13390         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
13391         (gst_alsasink_class_init), (gst_alsasink_init),
13392         (gst_alsasink_write), (gst_alsasink_reset):
13393         * ext/alsa/gstalsasink.h:
13394         Add lock to protect alsa calls.
13395         Implement reset to flush samples ASAP, does not work
13396         with dmix though.
13397
13398 2006-02-02  Wim Taymans  <wim@fluendo.com>
13399
13400         * gst-libs/gst/audio/gstbaseaudiosink.c:
13401         (gst_base_audio_sink_provide_clock):
13402         Ugh.. getting late I guess...
13403
13404 2006-02-02  Wim Taymans  <wim@fluendo.com>
13405
13406         * gst-libs/gst/audio/gstbaseaudiosink.c:
13407         (gst_base_audio_sink_provide_clock),
13408         (gst_base_audio_sink_set_property),
13409         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
13410         Don't try to provide a clock when we are not negotiated since
13411         we might not be able to make it run.
13412
13413 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13414
13415         * gst/playback/gstdecodebin.c: (try_to_link_1):
13416           Unlinking two source pads is ... hard.
13417
13418 2006-02-02  Wim Taymans  <wim@fluendo.com>
13419
13420         * gst-libs/gst/audio/TODO:
13421         Updated.
13422
13423         * gst-libs/gst/audio/gstbaseaudiosink.c:
13424         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
13425         On EOS, wait till the last sample is played before posting EOS.
13426
13427 2006-02-01  Philippe Kalaf <burger at speedy dot org>
13428
13429         Patch by: Kai Vehmanen
13430         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13431           Adds ability to enable newsegment bypass by setting queue_delay to
13432           zero. Also avoid thread being started if queue_delay is zero.
13433
13434 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13435
13436         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
13437           Make test work again by connecting fakesinks to each decoded pad,
13438           which makes the pipeline wait until each fakesink has a buffer
13439           queued before going to PAUSED state. At that point we know the
13440           decodebin pads are negotiated.
13441
13442 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13443
13444         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
13445         (gst_cdda_base_src_handle_event):
13446         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
13447           Pass unhandled queries to the parent class's query function.
13448
13449 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13450
13451         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
13452         (gst_ogg_pad_src_query):
13453         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
13454         * ext/theora/theoradec.c: (theora_dec_src_query),
13455         (theora_dec_sink_query):
13456         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13457         (vorbis_dec_sink_query):
13458         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
13459         (gst_vorbisenc_sink_query):
13460         * gst/adder/gstadder.c: (gst_adder_query):
13461           Pass unhandled queries upstream instead of just
13462           dropping them (#326447). Also, fix supported
13463           query types list for some elements.
13464
13465 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13466
13467         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
13468         (paris_type_find), (ilbc_type_find), (plugin_init):
13469           Fix typefinding for audio/x-au, audio/x-paris and
13470           audio/iLBC-sh. We cannot use the START_WITH macros
13471           here, because there can only be one typefind factory
13472           with the same name (caps), so the second one would
13473           replace the first one and the first one would never
13474           be called when doing typefinding (see #161712).
13475           
13476
13477 2006-01-31  Wim Taymans  <wim@fluendo.com>
13478
13479         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
13480         (vorbis_handle_header_packet), (vorbis_dec_push),
13481         (vorbis_handle_data_packet):
13482         Use scale_int when we can, add some more scaling.
13483         Check packettype before parsing it.
13484
13485 2006-01-31  Wim Taymans  <wim@fluendo.com>
13486
13487         * ext/theora/theoradec.c: (_theora_granule_time),
13488         (theora_dec_src_convert), (theora_dec_sink_convert):
13489         Call right _scale functions.
13490         Use parameter instead of some other random value.
13491
13492 2006-01-31  Wim Taymans  <wim@fluendo.com>
13493
13494         * ext/theora/theoradec.c: (_theora_granule_frame),
13495         (_theora_granule_time), (_inc_granulepos),
13496         (theora_dec_src_convert), (theora_dec_sink_convert),
13497         (theora_handle_type_packet), (theora_handle_data_packet),
13498         (theora_dec_chain):
13499         Use higher precision timestamps calculation.
13500         Convert some other conversions to _scale.
13501
13502 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
13503
13504         * gst/audiotestsrc/gstaudiotestsrc.c:
13505         (gst_audio_test_src_create_sine_table), (plugin_init):
13506         * gst/volume/gstvolume.c: (plugin_init):
13507           initialize gst_controller before using
13508
13509 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
13510
13511         * tests/check/pipelines/theoraenc.c:
13512         * tests/check/pipelines/vorbisenc.c:
13513         Define constant using G_GINT64_CONSTANT to avoid errors when
13514         passing it around - otherwise it gets truncated to 32 bits.
13515
13516         Fixes failing tests.
13517
13518 2006-01-31  Andy Wingo  <wingo@pobox.com>
13519
13520         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
13521         caps being set doesn't have a framerate value. Basically a stopgap
13522         measure.
13523
13524         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
13525         technically correct enough to put into core though.
13526         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
13527         DURATION. Fixes theoraenc ! oggmux.
13528
13529         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
13530         fraction, not double.
13531
13532 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
13533
13534         * win32/vs7:
13535         add vs7 project files created by Sergey Scobich
13536
13537 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
13538
13539         * win32/vs8:
13540         add vs8 project files created by Sergey Scobich
13541         
13542 2006-01-30  Andy Wingo  <wingo@pobox.com>
13543
13544         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
13545         timestamp + duration, not just timestamp -- ogg pages should be
13546         ordered by stop time. Necessary fix given the change in vorbis
13547         timestamps.
13548
13549         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
13550         (gst_theora_enc_init): Pull the granule shift out of the encoder.
13551         (granulepos_add): New function, handles the messiness of adjusting
13552         granulepos values.
13553         (theora_buffer_from_packet):
13554         (theora_enc_chain):
13555         (theora_enc_sink_event): Use granulepos_add, not +.
13556
13557         * tests/check/pipelines/theoraenc.c
13558         (check_buffer_granulepos_from_starttime): Just check the frame
13559         count, not the actual granulepos -- we can't dictate to the
13560         encoder when it should be placing keyframes.
13561
13562 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13563
13564         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13565           SERVICE_NOT_AVAILABLE happens for example when you're trying to
13566           play an http:// stream from a server that's not serving
13567
13568 2006-01-30  Andy Wingo  <wingo@pobox.com>
13569
13570         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
13571         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
13572         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
13573         available.
13574
13575         * ext/theora/gsttheoraenc.h:
13576         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
13577         although theoraenc was timestamping correctly. Added handling of
13578         streams that start with nonzero timestamps.
13579
13580         * tests/check/Makefile.am:
13581         * tests/check/pipelines/theoraenc.c: New file, basically does same
13582         tests as vorbisenc.
13583
13584         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
13585
13586 2006-01-30  Wim Taymans  <wim@fluendo.com>
13587
13588         * gst-libs/gst/audio/gstaudiosink.c:
13589         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
13590         (gst_audioringbuffer_pause):
13591         Implement pause that does not wait for completion.
13592
13593         * gst-libs/gst/audio/gstbaseaudiosink.c:
13594         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13595         Don't drop buffers when going to PAUSED but perform preroll on
13596         remaining samples now that core base class supports this.
13597
13598         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
13599         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
13600         (gst_ring_buffer_commit):
13601         Pause should not signal waiters.
13602         Implement return value of _commit correctly.
13603
13604 2006-01-30  Andy Wingo  <wingo@pobox.com>
13605
13606         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
13607
13608         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
13609         updated to timestamp from the first sample, not the last.
13610         (gst_vorbisenc_buffer_from_header_packet): New function, takes
13611         special care of granulepos and timestamp for header packets.
13612         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
13613         when the first buffer has a nonzero timestamp.
13614
13615         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
13616         (GstVorbisEnc.subgranule_offset): New members. Take care of the
13617         case when the first audio buffer we get has a nonzero timestamp.
13618         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
13619         properly timestamp vorbis buffers with the time of the first
13620         sample, not the last.
13621         
13622         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
13623         vorbis_granule_time_copy -- now it takes the granule/subgranule
13624         offset into account.
13625
13626         * tests/check/pipelines/vorbisenc.c: New test for correctness of
13627         timestamps, durations, and granulepos on buffers produced by
13628         vorbisenc.
13629
13630 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
13631
13632         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13633         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
13634           Patch from Eric Jonas to support conversions to/from UYVY 
13635           (Fixes: #324626)
13636
13637 2006-01-30  Julien MOUTTE  <julien@moutte.net>
13638
13639         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
13640         (setup_subtitle), (setup_source), (set_active_source):
13641         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
13642         (gen_text_element), (gen_audio_element), (gen_vis_element),
13643         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
13644
13645 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
13646
13647         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
13648         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
13649                 use gst_guint64_to_gdouble to be compliant with vs6
13650         * gst/playback/gstdecodebin.c: (try_to_link_1)
13651         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
13652                 use G_GINT64_CONSTANT for int64 constants
13653         * win32/common/libgstinterfaces.def:
13654                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
13655         * win32/vs6:
13656                 update and add new project files
13657                 
13658 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13659
13660         * Makefile.am:
13661         * win32/MANIFEST:
13662         * win32/common/interfaces-enumtypes.c:
13663         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
13664         (gst_mixer_track_flags_get_type),
13665         (gst_tuner_channel_flags_get_type):
13666         * win32/common/interfaces-enumtypes.h:
13667         * win32/common/multichannel-enumtypes.c:
13668         (gst_audio_channel_position_get_type):
13669         * win32/common/multichannel-enumtypes.h:
13670           add a win32-update rule like in core, and copy over enumtypes files
13671
13672 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13673
13674         * win32/MANIFEST:
13675         * win32/common/config.h:
13676         * win32/common/config.h.in:
13677           add config files just like in core
13678
13679 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
13680
13681         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
13682           Make gcc-4.1 happy (part of #327357).
13683
13684 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13685
13686         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
13687         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
13688         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
13689         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
13690         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
13691         (gst_alsasrc_unprepare), (gst_alsasrc_read):
13692           Update all error messages.  All of them should either use
13693           the default translated message, or actually provide a
13694           translatable string.
13695           Make the string for channel count problems meaningful.
13696
13697 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13698
13699         * sys/v4l/v4l_calls.c: (gst_v4l_open):
13700           check for and throw RESOURCE_BUSY
13701
13702 2006-01-27  David Schleef  <ds@schleef.org>
13703
13704         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
13705           checked in this change -- it requires liboil features not
13706           in 0.3.6.  Revert parts.
13707
13708 2006-01-27  David Schleef  <ds@schleef.org>
13709
13710         * REQUIREMENTS:
13711         * configure.ac: update liboil requirement to 0.3.6
13712         * gst/videoscale/Makefile.am:
13713         * gst/videoscale/vs_scanline.c: liboilify
13714
13715 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13716
13717         * ext/libvisual/visual.c: (get_buffer):
13718           When pad_alloc returns a GstFlowReturn other
13719           than GST_FLOW_OK, make sure it is passed upstream.
13720
13721 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13722
13723         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
13724         (gst_alsasink_class_init):
13725           Free the device name string.
13726
13727         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13728         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
13729         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
13730           Don't remove a pad from the collectpads structure until it
13731           is released - it's a request pad, and may receive data again
13732           if the element gets moved back to PLAYING state.
13733
13734         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
13735           Ensure we turn on double buffering on the Xv port, and
13736           set the colour key to something dark and mysterious that
13737           isn't black.
13738
13739 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13740
13741         * ext/alsa/gstalsaplugin.c: (plugin_init):
13742         * ext/cdparanoia/gstcdparanoiasrc.c:
13743         (gst_cd_paranoia_src_base_init), (plugin_init):
13744         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13745         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
13746           - a library should not call setlocale. see "Libraries" node in
13747             gettext manual
13748           - make sure all plugins that use translation do bindtextdomain
13749             to point to the localedir
13750         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
13751         (setup_sinks), (plugin_init):
13752           all this, and check for NULL when creating sinks
13753
13754 2006-01-27  Julien MOUTTE  <julien@moutte.net>
13755
13756         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
13757         (plugin_init): Make typefinding of subtitles work again.
13758
13759 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
13760
13761         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
13762         (mp3_type_frame_length_from_header), (mp3_type_find),
13763         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
13764         (plugin_init):
13765           Backport a bunch of typefinding fixes from the 0.8 branch.
13766           Also, improve wavpack typefinding: if we can't peek the
13767           entire wavpack block, try to parse the bits we can get and
13768           see if we find what we're looking for in those.
13769
13770 2006-01-26  Julien MOUTTE  <julien@moutte.net>
13771
13772         * sys/ximage/ximagesink.c:
13773         (gst_ximagesink_calculate_pixel_aspect_ratio):
13774         * sys/xvimage/xvimagesink.c:
13775         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
13776         more cases of pixel aspect ratio.
13777
13778 2006-01-26  Edward Hervey  <edward@fluendo.com>
13779
13780         * gst/playback/gstdecodebin.c: (pad_probe):
13781         Also consider the flush-start and tag events as unblockers
13782         for the pad probes.
13783
13784 2006-01-26  Julien MOUTTE  <julien@moutte.net>
13785
13786         * gst/playback/gstplaybin.c: (gst_play_bin_init),
13787         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
13788         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
13789         On the fly visualisation switch, works disabling, enabling as
13790         well but it won't be able to enable vis in a playbin that was
13791         created with no visualisation.
13792
13793 2006-01-25  Wim Taymans  <wim@fluendo.com>
13794
13795         * gst-libs/gst/audio/gstbaseaudiosink.c:
13796         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13797         Undo previous commit that returned WRONG_STATE sooner, it breaks 
13798         resume after pause.
13799
13800 2006-01-25  Wim Taymans  <wim@fluendo.com>
13801
13802         * gst-libs/gst/audio/gstbaseaudiosink.c:
13803         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
13804         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
13805         Improve debugging.
13806         Post error when caps cannot be parsed.
13807         Resync on discontinuity in the stream.
13808         Clip samples to segment boundaries.
13809         return WRONG_STATE sooner when we are flushing.
13810
13811         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
13812         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
13813         Make audiosrc operate in TIME.
13814         Set TIMESTAMP and DURATION on buffers.
13815
13816 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
13817
13818         * tests/examples/seek/seek.c: (main):
13819           Output tag messages as well.
13820
13821 2006-01-23  Edward Hervey  <edward@fluendo.com>
13822
13823         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13824         (free_pad_probes), (remove_fakesink), (pad_probe),
13825         (close_pad_link), (gst_decode_bin_change_state):
13826         Replace GstPadBlockCallback with pad probes that detect
13827         first buffer AND eos before removing fakesink.
13828         Fixes hang with demuxers doing EOS while pre-rolling.
13829         Solves #328279
13830
13831 2006-01-23  Andy Wingo  <wingo@pobox.com>
13832
13833         * ext/alsa/gstalsasink.c:
13834         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13835         (gst_base_rtp_depayload_setcaps),
13836         (gst_base_rtp_depayload_add_to_queue),
13837         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
13838         
13839         Patch by: Jens Granseuer <jensgr at gmx dot net>
13840
13841 2006-01-22  Julien MOUTTE  <julien@moutte.net>
13842
13843         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
13844         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13845         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
13846         frames. We might get a frame destroyed after changing state to
13847         NULL, adding a safety check on xcontext.
13848
13849 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
13850
13851         * gst-libs/gst/interfaces/xoverlay.c:
13852           Fix prepare-xwindow-id code example in the docs - we need to
13853           ignore all messages that aren't element messages as well.
13854           
13855 2006-01-21  Julien MOUTTE  <julien@moutte.net>
13856
13857         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
13858           I think one day i'll completely undestand how caps negotiation
13859           is supposed to work. This refactoring handles buffer_alloc
13860           called with caps we can't handle. We definitely don't want a
13861           set_caps with those caps, so we define and allocate a buffer
13862           we would like to receive.
13863
13864 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13865
13866         * gst/playback/gstplaybasebin.c: (setup_source):
13867           Free iterator when done.
13868
13869 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
13870
13871         * gst-libs/gst/audio/gstbaseaudiosink.c:
13872         (gst_base_audio_sink_render):
13873           Fix playback of non-synchronised streams by assuming a rate
13874           of 1.0 instead of a random one.
13875
13876           Makes this work again:
13877
13878           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
13879           endianness=(int)4321, signed=(boolean)true, width=(int)16,
13880           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
13881           audioresample ! alsasink
13882
13883 === release 0.10.2 ===
13884
13885 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
13886
13887         * configure.ac:
13888           releasing 0.10.2, "Then the devil is six"
13889
13890 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
13891
13892         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13893         * gst/playback/gststreamselector.c:
13894         (gst_stream_selector_set_property):
13895           Comment out broken code that connects to the state-changed signal.
13896           At this point, changing current stream selection is broken, but 
13897           stuff like gst-launch playbin current-audio=1 works and filters
13898           to the chosen stream.
13899
13900 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13901
13902         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13903           Fix #327216 (null dereference in vorbisdec)
13904
13905 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
13906
13907         * ext/theora/theoradec.c: (theora_handle_comment_packet):
13908           Post taglist actually on bus instead of just freeing it
13909           (fixes #327114 and totem bug #327080).
13910
13911         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13912           Use gst_element_found_tags_for_pad(), so that the tags
13913           are sent downstream as an event as well.
13914
13915 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
13916
13917         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13918         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
13919         (gst_ximagesink_buffer_alloc):
13920         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
13921         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
13922         (gst_xvimagesink_buffer_alloc):
13923           move all regularly occurring messages to GST_LOG level
13924           add some more object logs
13925
13926 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13927
13928         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13929           fix a silly segfault
13930
13931 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
13932
13933         * docs/libs/gst-plugins-base-libs-docs.sgml:
13934         * docs/libs/gst-plugins-base-libs-sections.txt:
13935         * gst-libs/gst/audio/mixerutils.c:
13936         * gst-libs/gst/audio/mixerutils.h:
13937           Add docs for mixerutils stuff.
13938
13939 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
13940
13941         * gst/playback/gstplaybasebin.c: (setup_source):
13942           Fix playback for sources that emit raw audio or
13943           raw video streams (e.g.: cd audio sources) (#325984).
13944
13945 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13946
13947         * gst-libs/gst/audio/mixerutils.c:
13948         (gst_audio_mixer_filter_do_filter):
13949           actually save the element we create
13950
13951 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
13952
13953         * gst-libs/gst/cdda/gstcddabasesrc.c:
13954         (gst_cdda_base_src_handle_track_seek):
13955           No need to post a tag message on the bus when seeking
13956           within the same track, only post it when the current
13957           track changes.
13958
13959 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
13960
13961         * gst/playback/gstplaybasebin.c: (group_destroy),
13962         (probe_triggered), (new_decoded_pad), (mute_group_type),
13963         (set_active_source):
13964         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13965         * gst/playback/gststreamselector.c:
13966         (gst_stream_selector_base_init),
13967         (gst_stream_selector_set_property),
13968         (gst_stream_selector_request_new_pad):
13969           Reenable stream selection. These mechanisms need a complete overhaul
13970           in the face of 0.8->0.10 changes though.
13971
13972 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
13973
13974         * ext/ogg/gstoggdemux.c:
13975           Change the pad template to src_%d to match the pads that 
13976           are created from it. decodebin needs this information in order
13977           to decide that oggdemux is capable of producing multiple pads
13978           (and hence needs queues inserted).
13979
13980         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
13981         (gst_ogg_mux_collected):
13982           Make debug output more useful by using GST_PTR_FORMAT.
13983
13984 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
13985
13986         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13987
13988         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
13989           Set depth and width for alaw/mulaw (fixes #326601).
13990
13991 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13992
13993         * tests/icles/Makefile.am:
13994           don't build the tests if we don't have the libs
13995
13996 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
13997
13998         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
13999         (gst_cd_paranoia_paranoia_callback):
14000           Don't try to free NULL pointers.
14001
14002 2006-01-10  Edward Hervey  <edward@fluendo.com>
14003
14004         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
14005         (gst_audio_rate_change_state), (plugin_init):
14006         Add debugging category.
14007         Fix type issues.
14008         Add case for incoming buffers without valid offset/offset_end.
14009
14010 2006-01-10  Michael Smith  <msmith@fluendo.com>
14011
14012         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
14013           Don't leak GCond in audio sources.
14014
14015 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
14016
14017         * gst/playback/gstplaybin.c: (gen_audio_element):
14018           Don't leak an autoaudiosink/alsasink when we generate
14019           a new audio element. (old code, I guess)
14020
14021 2006-01-10  Michael Smith  <msmith@fluendo.com>
14022
14023         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
14024           Support float audio in audiorate.
14025           Use width rather than depth for selecting sample width.
14026
14027 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
14028
14029         * gst/videotestsrc/videotestsrc.h:
14030           Use GLib types here (that way we don't have to include the
14031           generated _stdint.h header, which makes life easier for win32
14032           folks that don't use autotools for the build) (#325990, patch
14033           by: Sergey Scobich).
14034
14035 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
14036
14037         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
14038         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
14039         (gst_ring_buffer_pause), (wait_segment):
14040         * gst-libs/gst/audio/gstringbuffer.h:
14041           Name (private) union, makes Forte compiler happy (this time
14042           for real) (#324900).
14043
14044 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
14045
14046         * gst-libs/gst/audio/Makefile.am:
14047           Link against libgstinterfaces, needed for mixer
14048           and property probe stuff.
14049
14050 2006-01-09  Edward Hervey  <edward@fluendo.com>
14051
14052         * gst-libs/gst/Makefile.am:
14053
14054 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
14055
14056         * gst-libs/gst/audio/Makefile.am:
14057         * gst-libs/gst/audio/mixerutils.c:
14058         (gst_audio_mixer_filter_do_filter),
14059         (gst_audio_mixer_filter_check_element),
14060         (gst_audio_mixer_filter_probe_feature),
14061         (element_factory_rank_compare_func),
14062         (gst_audio_default_registry_mixer_filter):
14063         * gst-libs/gst/audio/mixerutils.h:
14064           Add gst_audio_default_registry_mixer_filter() utility
14065           function.
14066
14067 2006-01-03  Michael Smith  <msmith@fluendo.com>
14068
14069         * gst/audioresample/resample.h:
14070           As before, but for o_buf
14071
14072 2006-01-03  Michael Smith  <msmith@fluendo.com>
14073
14074         * gst/audioresample/resample.h:
14075           Declare struct _ResampleState.buffer as unsigned char *, not void *,
14076           since we do arithmetic on it.
14077
14078 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
14079
14080         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
14081         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
14082         (gst_ring_buffer_pause), (wait_segment):
14083         * gst-libs/gst/audio/gstringbuffer.h:
14084           Sun's Forte compiler doesn't seem to like anonymous structs,
14085           so use same setup as in GstBaseSrc (fixes #324900).
14086
14087 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
14088
14089         * configure.ac:
14090         * gst/volume/Makefile.am:
14091         * gst/volume/demo.c:
14092           move old example to tests/examples/volume/volune.c
14093         * tests/examples/Makefile.am:
14094         * tests/examples/seek/seek.c: (main):
14095           change window-close event from "delete-event" to "destroy"
14096         * tests/examples/volume/Makefile.am:
14097         * tests/examples/volume/volume.c: (value_changed_callback),
14098         (setup_gui), (message_received), (eos_message_received), (main):
14099           fix event handling and bus usage
14100
14101 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
14102
14103         * gst/audiotestsrc/gstaudiotestsrc.c:
14104         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
14105         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
14106         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
14107         (gst_audio_test_src_create_square),
14108         (gst_audio_test_src_create_saw),
14109         (gst_audio_test_src_create_triangle),
14110         (gst_audio_test_src_create_silence),
14111         (gst_audio_test_src_create_white_noise),
14112         (gst_audio_test_src_create_pink_noise),
14113         (gst_audio_test_src_init_sine_table),
14114         (gst_audio_test_src_create_sine_table),
14115         (gst_audio_test_src_change_wave),
14116         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
14117         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
14118         * gst/audiotestsrc/gstaudiotestsrc.h:
14119           update to basesrc changes, implement segmented seeking and eos
14120           handling, add a 'sine-tab' waveform for performance critical playback
14121
14122 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
14123
14124         * po/POTFILES.in:
14125           ... and this time the other modified file that I missed last time.
14126
14127 2005-12-29  Michael Smith  <msmith@fluendo.com>
14128
14129         * gst/playback/gstdecodebin.c: (new_pad):
14130           Fix non-C89 variable declaration not at the start of a block. Should
14131           help some compilers.
14132
14133 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
14134
14135         * tests/check/Makefile.am:
14136           And now fix 'make distcheck' (builddir != srcdir)
14137
14138 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
14139
14140         * configure.ac:
14141         * ext/cdparanoia/Makefile.am:
14142         * ext/cdparanoia/gstcdparanoia.c:
14143         * ext/cdparanoia/gstcdparanoia.h:
14144         * ext/cdparanoia/gstcdparanoiasrc.c:
14145         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
14146         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
14147         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
14148         (gst_cd_paranoia_paranoia_callback),
14149         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
14150         (gst_cd_paranoia_src_set_property),
14151         (gst_cd_paranoia_src_get_property), (plugin_init):
14152         * ext/cdparanoia/gstcdparanoiasrc.h:
14153           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
14154           plugin again (there are still fixes required to playbin to make
14155           cdda:// uris work there).
14156
14157 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
14158
14159         * tests/check/Makefile.am:
14160           Fix test case compilation.
14161
14162 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
14163
14164         * gst-libs/gst/cdda/gstcddabasesrc.c:
14165         (gst_cdda_base_src_update_duration),
14166         (gst_cdda_base_src_calculate_cddb_id):
14167           An integer is not a string. Fix access to uninitialised variable.
14168
14169         * tests/check/Makefile.am:
14170           Add cddabasesrc unit test; also actually enable the vorbis test.
14171
14172         * tests/check/generic/states.c:
14173           Blacklist new cd audio elements as well.
14174
14175         * tests/check/libs/cddabasesrc.c:
14176           Unit test for GstCddaBaseSrc (discid calculation mostly).
14177
14178 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
14179
14180         * docs/libs/Makefile.am:
14181         * docs/libs/gst-plugins-base-libs-docs.sgml:
14182         * docs/libs/gst-plugins-base-libs-sections.txt:
14183         * docs/libs/gst-plugins-base-libs.types:
14184           Add docs for libgstcdda/GstCddaBaseSrc.
14185
14186         * gst-libs/gst/interfaces/mixertrack.h:
14187           Do one struct member per line with a semicolon at the end, that way
14188           even gtk-doc might parse it without complaining.
14189
14190 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
14191
14192         * configure.ac:
14193         * gst-libs/gst/Makefile.am:
14194         * gst-libs/gst/cdda/Makefile.am:
14195         * gst-libs/gst/cdda/base64.c:
14196         * gst-libs/gst/cdda/base64.h:
14197         * gst-libs/gst/cdda/gstcddabasesrc.c:
14198         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
14199         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
14200         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
14201         (gst_cdda_base_src_get_property),
14202         (gst_cdda_base_src_get_track_from_sector),
14203         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
14204         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
14205         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
14206         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
14207         (gst_cdda_base_src_uri_get_protocols),
14208         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
14209         (gst_cdda_base_src_uri_handler_init),
14210         (gst_cdda_base_src_setup_interfaces),
14211         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
14212         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
14213         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
14214         (gst_cdda_base_src_add_tags),
14215         (gst_cdda_base_src_add_index_associations),
14216         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
14217         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
14218         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
14219         (gst_cdda_base_src_create):
14220         * gst-libs/gst/cdda/gstcddabasesrc.h:
14221         * gst-libs/gst/cdda/sha1.c:
14222         * gst-libs/gst/cdda/sha1.h:
14223           Add new libgstcdda with GstCddaBaseSrc class.
14224
14225 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
14226
14227         * ext/gnomevfs/gstgnomevfssink.h:
14228           Use GstBaseSinkClass as parent_class member for class struct, not
14229           GstBaseSink.
14230
14231 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
14232
14233         Patch by: Michael Benes
14234
14235         * gst/videotestsrc/gstvideotestsrc.c:
14236         (gst_video_test_src_class_init), (gst_video_test_src_start):
14237           Add start method to reset running time and number of frames sent
14238           when starting up (fixes #324696)
14239
14240 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
14241
14242         * docs/plugins/Makefile.am:
14243         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14244         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14245         * docs/plugins/gst-plugins-base-plugins.args:
14246         * docs/plugins/gst-plugins-base-plugins.hierarchy:
14247         * docs/plugins/gst-plugins-base-plugins.signals:
14248           Add docs stuff for gnomevfssrc and gnomevfssink.
14249
14250         * ext/gnomevfs/gstgnomevfssrc.c:
14251           Fix example pipeline in gtk-doc blurb.
14252
14253 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
14254
14255         * ext/gnomevfs/Makefile.am:
14256         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
14257         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
14258         (gst_gnome_vfs_handle_get_type), (plugin_init):
14259         * ext/gnomevfs/gstgnomevfs.h:
14260         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
14261         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
14262         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
14263         (gst_gnome_vfs_sink_set_property),
14264         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
14265         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
14266         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
14267         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
14268         (gst_gnome_vfs_sink_uri_get_type),
14269         (gst_gnome_vfs_sink_uri_get_protocols),
14270         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
14271         (gst_gnome_vfs_sink_uri_handler_init):
14272         * ext/gnomevfs/gstgnomevfssink.h:
14273           Port gnomevfssink; add gtk-doc blurb.
14274
14275         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
14276         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
14277         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
14278         (gst_gnome_vfs_src_uri_get_type),
14279         (gst_gnome_vfs_src_uri_get_protocols),
14280         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
14281         (gst_gnome_vfs_src_uri_handler_init),
14282         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
14283         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
14284         (gst_gnome_vfs_src_send_additional_headers_callback),
14285         (gst_gnome_vfs_src_received_headers_callback),
14286         (gst_gnome_vfs_src_push_callbacks),
14287         (gst_gnome_vfs_src_pop_callbacks),
14288         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
14289         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
14290         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
14291         * ext/gnomevfs/gstgnomevfssrc.h:
14292           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
14293           file; add gtk-doc blurb with example pipelines.
14294
14295 === release 0.10.1 ===
14296
14297 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
14298
14299         * configure.ac:
14300           releasing 0.10.1, "Dobro Dedek"
14301
14302 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
14303
14304         * gst/typefind/gsttypefindfunctions.c:
14305         iLBC30 and iLBC20 added to typefind.
14306
14307 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14308
14309         * gst-libs/gst/audio/gstbaseaudiosink.c:
14310         (gst_base_audio_sink_class_init):
14311         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14312         (gst_base_audio_src_class_init):
14313           update strings, values are in microseconds
14314           change the default sink buffer time to something that is smaller
14315           (to help software volume mixing have a slightly lower delay) but
14316           still be acceptable on Wim's laptop
14317
14318 2005-12-20  Edward Hervey  <edward@fluendo.com>
14319
14320         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
14321         Made a quack, forgot to add DUCK to the riff video template.
14322
14323 2005-12-19  Edward Hervey  <edward@fluendo.com>
14324
14325         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
14326         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
14327         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14328         (gst_ogm_parse_chain):
14329         Make sure pads are initialized correctly.
14330         * gst-libs/gst/riff/riff-ids.h:
14331         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14332         (gst_riff_create_video_template_caps):
14333         Add a whole bunch of FOURCC <=> MimeType.
14334         Extend the riff video pad template to support the newly added fourcc.
14335
14336 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14337
14338         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
14339         (gst_ogg_demux_activate_chain):
14340           Extra debug output when activating/deactivating chains.
14341
14342         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
14343         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
14344         (unlinked):
14345           Remove a queue from our list when it becomes unlinked.
14346           Don't add queues to elements in class 'Demux' if they
14347           can only produce one pad 
14348
14349 2005-12-18  Julien MOUTTE  <julien@moutte.net>
14350
14351         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
14352         (gst_video_sink_get_type): Add a debug category.
14353
14354 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
14355
14356         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14357         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
14358           Handle downstream newsegment by sending our own newsegment before the
14359           next buffer to be released. (#323900)
14360
14361 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
14362
14363         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14364         (gst_base_rtp_depayload_set_gst_timestamp):
14365           add queue delay to new segment as well (as opposed to just the first
14366           buffer). (bug #322347)
14367
14368 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
14369
14370         * ext/libvisual/visual.c: (make_valid_name):
14371           change some char* into char[]
14372         * gst/audiotestsrc/gstaudiotestsrc.c:
14373         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
14374         (gst_audio_test_src_create):
14375         * gst/audiotestsrc/gstaudiotestsrc.h:
14376           prepare to handle EOS and SEGMENT_DONE
14377
14378 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
14379
14380         * tests/check/generic/states.c: (GST_START_TEST):
14381           Blacklist cdparanoia element in state test.
14382
14383 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
14384
14385           Patch by: Benjamin Pineau
14386
14387         * gst/tcp/gsttcp.c:
14388         * gst/tcp/gsttcpclientsink.c:
14389         * gst/tcp/gsttcpserversink.c:
14390         * gst/tcp/gsttcpserversrc.c:
14391           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
14392
14393 2005-12-15  Michael Smith  <msmith@fluendo.com>
14394
14395         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
14396         (gst_video_rate_chain):
14397           Fix timestamping for videorate when the first buffer it sees has a
14398           non-zero timestamp. Fix some misleading debug output.
14399
14400 2005-12-15  Michael Smith  <msmith@fluendo.com>
14401
14402         * gst/audioresample/gstaudioresample.c:
14403           Don't leak all input buffers to audioresample.
14404
14405 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
14406
14407         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
14408           Don't operate on empty text buffers. Strip newlines and
14409           tabs only from the end of the text, but leave them intact
14410           in the middle. Fix typo in gtk-doc description.
14411
14412 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
14413
14414         * gst/playback/gstplaybasebin.c:
14415         * gst/playback/gstplaybin.c: (handoff):
14416           Make sure the video frame buffer we return to apps via the
14417           "frame" property always has caps set on it. Modify
14418           _gst_gvalue_set_object() macro to handle NULL objects
14419           gracefully too.
14420
14421 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
14422
14423         * gst/audiotestsrc/gstaudiotestsrc.c:
14424         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
14425         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
14426         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
14427         (gst_audio_test_src_create):
14428         * gst/audiotestsrc/gstaudiotestsrc.h:
14429         Adjust to some recent api changes and add wtays new cool seeking
14430         capabillities
14431
14432 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
14433
14434         * ext/alsa/Makefile.am:
14435         * ext/alsa/gstalsadeviceprobe.c:
14436         * ext/alsa/gstalsadeviceprobe.h:
14437           Helper functions to add device probing via the GstPropertyProbe
14438           interface to a class.
14439
14440         * ext/alsa/gstalsamixer.h:
14441           Comment out GST_ALSA_MIXER, it returns a struct that's not
14442           used.
14443
14444         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
14445           Add some debug info. 
14446
14447         * ext/alsa/gstalsamixerelement.c:
14448         (gst_alsa_mixer_element_interface_supported),
14449         (gst_implements_interface_init),
14450         (gst_alsa_mixer_element_init_interfaces),
14451         (gst_alsa_mixer_element_class_init),
14452         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
14453         (gst_alsa_mixer_element_set_property),
14454         (gst_alsa_mixer_element_get_property),
14455         (gst_alsa_mixer_element_change_state):
14456         * ext/alsa/gstalsamixerelement.h:
14457           Add 'device' and 'device-name' properties. Add GstPropertyProbe
14458           for device handling (gnome-volume-control will need that).
14459
14460 2005-12-12  Christian Schaller  <uraeus@gnome.org>
14461
14462         * ext/Makefile.am: fix cdparanoia entry
14463         * gst-plugins-base.spec.in: add cdparanoia
14464
14465 2005-12-12  Michael Smith  <msmith@fluendo.com>
14466
14467         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
14468           Use the correct function to free list of typefind factories.
14469
14470 2005-12-12  Wim Taymans  <wim@fluendo.com>
14471
14472         * gst/videotestsrc/gstvideotestsrc.c:
14473         (gst_video_test_src_class_init), (gst_video_test_src_init),
14474         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
14475         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
14476         (gst_video_test_src_create):
14477         * gst/videotestsrc/gstvideotestsrc.h:
14478         Implement seeking in videotestsrc.
14479         Small cleanups.
14480
14481 2005-12-12  Wim Taymans  <wim@fluendo.com>
14482
14483         * ext/cdparanoia/Makefile.am:
14484         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
14485         (gst_paranoia_endian_get_type), (_do_init),
14486         (cdparanoia_class_init), (cdparanoia_init),
14487         (cdparanoia_set_property), (cdparanoia_get_property),
14488         (cdparanoia_do_seek), (cdparanoia_is_seekable),
14489         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
14490         (cdparanoia_convert), (cdparanoia_get_query_types),
14491         (cdparanoia_query), (cdparanoia_set_index),
14492         (cdparanoia_uri_set_uri):
14493         * ext/cdparanoia/gstcdparanoia.h:
14494         Partially ported cdparanoia now that basesrc can support a
14495         plugin like this..
14496
14497 2005-12-12  Wim Taymans  <wim@fluendo.com>
14498
14499         * tests/examples/seek/scrubby.c: (main):
14500         Set higher priority for bus events so they don't get reordered with
14501         gtk gui events.
14502
14503         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
14504         (flush_toggle_cb), (main):
14505         Added checkbox to disable flushing seeks. 
14506         Disable scrubbing when doing non flushing seeks.
14507
14508 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14509
14510         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
14511         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
14512         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
14513         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
14514           Implement some sort of event handling that doesn't rely on
14515           g_return_if_fail; make sure we always push the last chunk of an 
14516           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
14517           state change function; remove some old cruft. Seeking is still
14518           rather unlikely to work though.
14519
14520         * tools/.cvsignore:
14521           Ignore more.
14522
14523 2005-12-11  Julien MOUTTE  <julien@moutte.net>
14524
14525         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
14526         Fixed a leak of the current image reference when cleaning up.
14527         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
14528
14529 2005-12-09  Michael Smith  <msmith@fluendo.com>
14530
14531         * tools/Makefile.am:
14532         * tools/gst-launch-ext-m.m:
14533           Remove gst-launch-ext. It doesn't work, and is no longer
14534           particularly useful.
14535
14536 2005-12-08  Luca Ognibene  <luogni@tin.it>
14537
14538         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
14539           don't pass random values to ogmparse convert function.
14540           Make seeking possible in the exile1.ogm file.
14541
14542 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
14543
14544         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
14545         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14546           Work around refcount problem with g_value_set_object() that occur
14547           if the core has been compiled against GLib-2.6 (g_value_set_object()
14548           will only g_object_ref() the element, but the caller will
14549           gst_object_unref() it and bad things will happen due to the way
14550           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
14551           totem for people on FC4 using Thomas's 0.10 RPMs.
14552           
14553 2005-12-07  Edward Hervey  <edward@fluendo.com>
14554
14555         Time to welcome ogm to 0.10 :)
14556         
14557         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
14558         (gst_ogg_pad_typefind):
14559         Oggdemux can now properly typefind elements with dynamic pads.
14560         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14561         Properly set caps on src pad, and set caps on outgoing buffers.
14562
14563 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14564
14565         * ext/alsa/gstalsamixer.h:
14566         * ext/alsa/gstalsamixerelement.h:
14567         * ext/alsa/gstalsamixeroptions.h:
14568         * ext/alsa/gstalsamixertrack.h:
14569         * ext/alsa/gstalsasink.c:
14570         * ext/alsa/gstalsasink.h:
14571         * ext/alsa/gstalsasrc.c:
14572         * ext/alsa/gstalsasrc.h:
14573         * ext/cdparanoia/gstcdparanoia.h:
14574         * ext/gnomevfs/gstgnomevfsuri.h:
14575         * ext/ogg/gstoggdemux.c:
14576         * ext/ogg/gstoggmux.c:
14577         * ext/pango/gsttextoverlay.h:
14578         * ext/theora/theoradec.c:
14579         * ext/theora/theoraenc.c:
14580         * ext/vorbis/vorbisdec.h:
14581         * ext/vorbis/vorbisenc.c:
14582         * ext/vorbis/vorbisenc.h:
14583         * ext/vorbis/vorbisparse.h:
14584         * gst-libs/gst/audio/gstaudioclock.h:
14585         * gst-libs/gst/audio/gstaudiosink.c:
14586         * gst-libs/gst/audio/gstaudiosink.h:
14587         * gst-libs/gst/audio/gstaudiosrc.c:
14588         * gst-libs/gst/audio/gstaudiosrc.h:
14589         * gst-libs/gst/audio/gstbaseaudiosink.c:
14590         * gst-libs/gst/audio/gstbaseaudiosink.h:
14591         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14592         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14593         * gst-libs/gst/audio/gstringbuffer.h:
14594         * gst-libs/gst/audio/multichannel.h:
14595         * gst-libs/gst/floatcast/floatcast.h:
14596         * gst-libs/gst/interfaces/colorbalance.c:
14597         * gst-libs/gst/interfaces/colorbalance.h:
14598         * gst-libs/gst/interfaces/colorbalancechannel.h:
14599         * gst-libs/gst/interfaces/mixer.h:
14600         * gst-libs/gst/interfaces/mixeroptions.h:
14601         * gst-libs/gst/interfaces/mixertrack.h:
14602         * gst-libs/gst/interfaces/navigation.h:
14603         * gst-libs/gst/interfaces/propertyprobe.h:
14604         * gst-libs/gst/interfaces/tuner.h:
14605         * gst-libs/gst/interfaces/tunerchannel.h:
14606         * gst-libs/gst/interfaces/tunernorm.h:
14607         * gst-libs/gst/interfaces/xoverlay.h:
14608         * gst-libs/gst/netbuffer/gstnetbuffer.h:
14609         * gst-libs/gst/riff/riff-ids.h:
14610         * gst-libs/gst/riff/riff-media.h:
14611         * gst-libs/gst/riff/riff-read.h:
14612         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14613         * gst-libs/gst/rtp/gstbasertppayload.c:
14614         * gst-libs/gst/rtp/gstbasertppayload.h:
14615         * gst-libs/gst/rtp/gstrtpbuffer.c:
14616         * gst-libs/gst/rtp/gstrtpbuffer.h:
14617         * gst-libs/gst/tag/gsttageditingprivate.h:
14618         * gst-libs/gst/tag/gstvorbistag.c:
14619         (gst_tag_list_from_vorbiscomment_buffer):
14620         * gst-libs/gst/tag/tag.h:
14621         * gst-libs/gst/video/video.h:
14622         * gst/adder/gstadder.c:
14623         * gst/adder/gstadder.h:
14624         * gst/audioconvert/audioconvert.c:
14625         * gst/audioconvert/audioconvert.h:
14626         * gst/audioconvert/gstaudioconvert.c:
14627         * gst/audioconvert/gstchannelmix.c:
14628         * gst/audioconvert/gstchannelmix.h:
14629         * gst/audiorate/gstaudiorate.c:
14630         * gst/audioresample/buffer.h:
14631         * gst/audioresample/functable.h:
14632         * gst/audioresample/gstaudioresample.c:
14633         * gst/audioresample/resample.h:
14634         * gst/ffmpegcolorspace/avcodec.h:
14635         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14636         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
14637         * gst/ffmpegcolorspace/imgconvert.c:
14638         * gst/ffmpegcolorspace/imgconvert_template.h:
14639         * gst/playback/gstdecodebin.c:
14640         * gst/playback/gstplaybasebin.h:
14641         * gst/playback/gstplaybin.c:
14642         * gst/playback/gststreaminfo.h:
14643         * gst/tcp/gstfdset.c:
14644         * gst/tcp/gstfdset.h:
14645         * gst/tcp/gstmultifdsink.c:
14646         * gst/tcp/gstmultifdsink.h:
14647         * gst/tcp/gsttcp.h:
14648         * gst/tcp/gsttcpclientsrc.c:
14649         * gst/tcp/gsttcpclientsrc.h:
14650         * gst/tcp/gsttcpplugin.h:
14651         * gst/tcp/gsttcpserversink.c:
14652         * gst/tcp/gsttcpserversrc.c:
14653         * gst/typefind/gsttypefindfunctions.c:
14654         * gst/videorate/gstvideorate.c:
14655         * gst/videotestsrc/gstvideotestsrc.h:
14656         * gst/videotestsrc/videotestsrc.h:
14657         * sys/v4l/gstv4lcolorbalance.h:
14658         * sys/v4l/gstv4ltuner.h:
14659         * sys/v4l/gstv4lxoverlay.h:
14660         * sys/v4l/v4l_calls.h:
14661         * sys/v4l/videodev_mjpeg.h:
14662         * tests/check/elements/audioconvert.c:
14663         * tests/check/elements/audioresample.c:
14664         * tests/check/elements/audiotestsrc.c:
14665         * tests/check/elements/videotestsrc.c:
14666         * tests/check/elements/volume.c:
14667         * tests/examples/seek/scrubby.c:
14668         * tests/examples/seek/seek.c:
14669           expand tabs
14670
14671 === release 0.10.0 ===
14672
14673 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14674
14675         * configure.ac:
14676           releasing 0.10.0, "Mont-d'or"
14677
14678 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
14679
14680         * tests/examples/seek/Makefile.am:
14681         Build fix for when gtk is not available.
14682
14683 2005-12-05  Andy Wingo  <wingo@pobox.com>
14684
14685         * ext/libvisual/visual.c: (get_buffer):
14686         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
14687         * ext/pango/gsttextrender.c: (gst_text_render_chain):
14688         * ext/theora/theoradec.c: (theora_handle_data_packet):
14689         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14690         (theora_enc_chain):
14691         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14692         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
14693         Update for alloc_buffer changes.
14694
14695 2005-12-05  Andy Wingo  <wingo@pobox.com>
14696
14697         patch by: Kai Vehmanen <kv2004 eca cx>
14698         
14699         * gst-libs/gst/rtp/gstbasertpdepayload.c
14700         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
14701
14702 2005-12-04  Andy Wingo  <wingo@pobox.com>
14703
14704         patch by: Sebastien Cote <sebas642 yahoo ca>
14705         
14706         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
14707         Fixes #319172.
14708
14709 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
14710
14711         * docs/plugins/Makefile.am:
14712         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14713         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14714         * docs/plugins/gst-plugins-base-plugins.hierarchy:
14715         * ext/pango/gstclockoverlay.c:
14716         * ext/pango/gsttextoverlay.c: 
14717         * ext/pango/gsttextrender.c:
14718         * ext/pango/gsttimeoverlay.c:
14719           Add gtk-doc blurbs to pango elements.
14720
14721 2005-12-02  Wim Taymans  <wim@fluendo.com>
14722
14723         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
14724         * gst/audioresample/buffer.h:
14725         * gst/audioresample/gstaudioresample.c:
14726         * gst/audioresample/gstaudioresample.h:
14727         * gst/audioresample/resample.c: (resample_input_flush),
14728         (resample_input_pushthrough), (resample_input_eos),
14729         (resample_get_output_size_for_input),
14730         (resample_get_input_size_for_output), (resample_get_output_size),
14731         (resample_get_output_data):
14732         * gst/audioresample/resample.h:
14733         * gst/audioresample/resample_ref.c: (resample_scale_ref):
14734         Fix audioresample, seek torture, new segments, reverse negotiation
14735         etc.. work fine.
14736
14737 2005-12-02  Wim Taymans  <wim@fluendo.com>
14738
14739         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14740         Small cleanups.
14741
14742 2005-12-02  Wim Taymans  <wim@fluendo.com>
14743
14744         * gst/audioconvert/gstaudioconvert.c:
14745         (gst_audio_convert_transform):
14746         Post errors.
14747
14748 === release 0.9.7 ===
14749
14750 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14751
14752         * configure.ac:
14753           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
14754
14755 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14756
14757         * Makefile.am:
14758         * po/hu.po:
14759         * win32/MANIFEST:
14760         * win32/gst.sln:
14761           add win32 MANIFEST file
14762           do something to the hungarian translation
14763
14764 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
14765
14766         * ext/Makefile.am:
14767           Add $(PANGO_DIR) to SUBDIRS
14768
14769         * ext/pango/gstclockoverlay.c:
14770         * ext/pango/gsttimeoverlay.c:
14771           Fix and improve element descriptions.
14772
14773 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14774
14775         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14776         * docs/plugins/inspect/plugin-libvisual.xml:
14777         * docs/plugins/inspect/plugin-pango.xml:
14778           add pango plugin to docs
14779
14780 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14781
14782         * configure.ac:
14783         * ext/Makefile.am:
14784           moved pango to base
14785
14786 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14787
14788         * configure.ac:
14789         * tests/Makefile.am:
14790         * tests/icles/.cvsignore:
14791         * tests/icles/Makefile.am:
14792         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
14793         (close_display), (resize_window), (move_window), (create_window),
14794         (terminate_playback), (pause_playback), (start_playback), (main):
14795           add stress test for xoverlay from Julien
14796
14797 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14798
14799         * docs/libs/tmpl/gstcolorbalance.sgml:
14800         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14801         * gst-libs/gst/rtp/gstbasertppayload.c:
14802         * gst-libs/gst/rtp/gstrtpbuffer.c:
14803         * gst-libs/gst/rtp/gstrtpbuffer.h:
14804           Do burger's rename for rtp payloaders and depayloaders
14805
14806 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14807
14808         * win32/:
14809           add Visual Studio 6 build files
14810
14811 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14812
14813         * docs/libs/gst-plugins-base-libs-docs.sgml:
14814         * docs/libs/gst-plugins-base-libs-sections.txt:
14815         * docs/libs/tmpl/gstaudio.sgml:
14816         * docs/libs/tmpl/gstringbuffer.sgml:
14817         * gst-libs/gst/interfaces/xoverlay.c:
14818         * gst-libs/gst/video/gstvideofilter.c:
14819         * gst-libs/gst/video/gstvideosink.c:
14820           update documentation
14821
14822 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14823
14824         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
14825         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
14826         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
14827         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
14828         (gst_multi_fd_sink_get_stats),
14829         (gst_multi_fd_sink_remove_client_link),
14830         (gst_multi_fd_sink_handle_client_read),
14831         (gst_multi_fd_sink_client_queue_data),
14832         (gst_multi_fd_sink_client_queue_caps),
14833         (gst_multi_fd_sink_client_queue_buffer),
14834         (gst_multi_fd_sink_new_client),
14835         (gst_multi_fd_sink_handle_client_write),
14836         (gst_multi_fd_sink_recover_client),
14837         (gst_multi_fd_sink_queue_buffer),
14838         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
14839         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
14840         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
14841         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
14842         * gst/tcp/gstmultifdsink.h:
14843         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
14844         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
14845         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
14846         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
14847         (gst_tcp_client_sink_set_property),
14848         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
14849         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
14850         * gst/tcp/gsttcpclientsink.h:
14851         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
14852         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
14853         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
14854         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
14855         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
14856         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
14857         * gst/tcp/gsttcpclientsrc.h:
14858         * gst/tcp/gsttcpplugin.c: (plugin_init):
14859         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
14860         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
14861         (gst_tcp_server_sink_finalize),
14862         (gst_tcp_server_sink_handle_server_read),
14863         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
14864         (gst_tcp_server_sink_set_property),
14865         (gst_tcp_server_sink_get_property),
14866         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
14867         * gst/tcp/gsttcpserversink.h:
14868         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
14869         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
14870         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
14871         (gst_tcp_server_src_set_property),
14872         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
14873         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
14874         * gst/tcp/gsttcpserversrc.h:
14875           more borgifying
14876
14877 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14878
14879         * docs/plugins/Makefile.am:
14880         * docs/plugins/gst-plugins-base-plugins.args:
14881         * docs/plugins/inspect/plugin-libvisual.xml:
14882         * gst/audioconvert/plugin.h:
14883         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
14884         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
14885         (gst_audio_rate_setcaps), (gst_audio_rate_init),
14886         (gst_audio_rate_chain), (gst_audio_rate_set_property),
14887         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
14888         (plugin_init):
14889         * gst/audiotestsrc/gstaudiotestsrc.c:
14890         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
14891         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
14892         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
14893         (gst_audio_test_src_get_query_types),
14894         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
14895         (gst_audio_test_src_create_square),
14896         (gst_audio_test_src_create_saw),
14897         (gst_audio_test_src_create_triangle),
14898         (gst_audio_test_src_create_silence),
14899         (gst_audio_test_src_create_white_noise),
14900         (gst_audio_test_src_init_pink_noise),
14901         (gst_audio_test_src_generate_pink_noise_value),
14902         (gst_audio_test_src_create_pink_noise),
14903         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
14904         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
14905         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
14906         (plugin_init):
14907         * gst/audiotestsrc/gstaudiotestsrc.h:
14908         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
14909         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
14910         (gst_sub_parse_init), (gst_sub_parse_formats),
14911         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
14912         (convert_encoding), (get_next_line),
14913         (gst_sub_parse_data_format_autodetect),
14914         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
14915         (gst_sub_parse_loop), (gst_sub_parse_chain),
14916         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
14917         (plugin_init):
14918         * gst/subparse/gstsubparse.h:
14919         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
14920         (gst_video_rate_base_init), (gst_video_rate_class_init),
14921         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
14922         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
14923         (gst_video_rate_init), (gst_video_rate_event),
14924         (gst_video_rate_chain), (gst_video_rate_set_property),
14925         (gst_video_rate_get_property), (gst_video_rate_change_state),
14926         (plugin_init):
14927         * gst/videoscale/gstvideoscale.c:
14928         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
14929         (gst_video_scale_src_template_factory),
14930         (gst_video_scale_sink_template_factory),
14931         (gst_video_scale_get_type), (gst_video_scale_base_init),
14932         (gst_video_scale_class_init), (gst_video_scale_init),
14933         (gst_video_scale_set_property), (gst_video_scale_get_property),
14934         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
14935         (gst_video_scale_prepare_size), (parse_caps),
14936         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
14937         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
14938         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
14939         (plugin_init):
14940         * gst/videoscale/gstvideoscale.h:
14941         * gst/videotestsrc/gstvideotestsrc.c:
14942         (gst_video_test_src_pattern_get_type),
14943         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
14944         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
14945         (gst_video_test_src_set_pattern),
14946         (gst_video_test_src_set_property),
14947         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
14948         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
14949         (gst_video_test_src_event), (gst_video_test_src_get_times),
14950         (gst_video_test_src_create), (plugin_init):
14951         * gst/videotestsrc/gstvideotestsrc.h:
14952         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
14953         (gst_video_test_src_smpte), (gst_video_test_src_snow),
14954         (gst_video_test_src_black):
14955         * gst/videotestsrc/videotestsrc.h:
14956           borgify further
14957           clean up docs a little
14958
14959 2005-11-30  Wim Taymans  <wim@fluendo.com>
14960
14961         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14962         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
14963         (gst_basertppayload_event), (gst_basertppayload_push),
14964         (gst_basertppayload_change_state):
14965         * gst-libs/gst/rtp/gstbasertppayload.h:
14966         closed #320644.
14967
14968 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14969
14970         * docs/libs/gst-plugins-base-libs-docs.sgml:
14971         * docs/libs/gst-plugins-base-libs-sections.txt:
14972         * gst-libs/gst/video/gstvideofilter.c:
14973         * gst-libs/gst/video/gstvideosink.c:
14974         * gst-libs/gst/video/gstvideosink.h: Adding docs.
14975
14976 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14977
14978         * LICENSE:
14979           move
14980         * po/af.po:
14981         * po/az.po:
14982         * po/cs.po:
14983         * po/en_GB.po:
14984         * po/hu.po:
14985         * po/it.po:
14986         * po/nb.po:
14987         * po/nl.po:
14988         * po/or.po:
14989         * po/sq.po:
14990         * po/sr.po:
14991         * po/sv.po:
14992         * po/uk.po:
14993         * po/vi.po:
14994         * Makefile.am:
14995           update
14996         * scripts/autoplugins.sh:
14997           remove
14998
14999 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15000
15001         * Makefile.am:
15002         * configure.ac:
15003         * examples/Makefile.am:
15004         * examples/capsfilter/Makefile.am:
15005         * examples/capsfilter/capsfilter1.c:
15006         * examples/gob/Makefile.am:
15007         * examples/gob/gst-identity2.gob:
15008         * examples/indexing/.cvsignore:
15009         * examples/indexing/Makefile.am:
15010         * examples/indexing/indexmpeg.c:
15011         * examples/seeking/.cvsignore:
15012         * examples/seeking/Makefile.am:
15013         * examples/seeking/cdparanoia.c:
15014         * examples/seeking/cdplayer.c:
15015         * examples/seeking/chained.c:
15016         * examples/seeking/scrubby.c:
15017         * examples/seeking/seek.c:
15018         * examples/stats/Makefile.am:
15019         * examples/stats/mp2ogg.c:
15020         * examples/switch/.cvsignore:
15021         * examples/switch/Makefile.am:
15022         * examples/switch/switcher.c:
15023         * tests/Makefile.am:
15024         * tests/check/generic/.cvsignore:
15025         * tests/check/pipelines/.cvsignore:
15026         * tests/examples/Makefile.am:
15027         * tests/examples/seek/Makefile.am:
15028           reorganize stuff under tests/
15029
15030 2005-11-30  Edward Hervey  <edward@fluendo.com>
15031
15032         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15033         Go away you stupid GstStaticPadTemplate memleak.
15034
15035 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15036
15037         * gst-libs/gst/net/Makefile.am:
15038         * gst-libs/gst/net/README:
15039         * gst-libs/gst/net/gstnetbuffer.c:
15040         * gst-libs/gst/net/gstnetbuffer.h:
15041           this was moved to "netbuffer"
15042
15043 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15044
15045         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
15046         (gst_video_filter_class_init), (gst_video_filter_init):
15047         * gst-libs/gst/video/gstvideofilter.h:
15048           borgify name to bring in line with other classes
15049
15050 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15051
15052         * gst/audioscale/.cvsignore:
15053         * gst/audioscale/Makefile.am:
15054         * gst/audioscale/README:
15055         * gst/audioscale/audioscale.vcproj:
15056         * gst/audioscale/dtof.c:
15057         * gst/audioscale/dtos.c:
15058         * gst/audioscale/functable.c:
15059         * gst/audioscale/gstaudioscale.c:
15060         * gst/audioscale/gstaudioscale.h:
15061         * gst/audioscale/private.h:
15062         * gst/audioscale/resample.c:
15063         * gst/audioscale/resample.h:
15064         * gst/audioscale/test.c:
15065           remove
15066
15067 2005-11-30  Edward Hervey  <edward@fluendo.com>
15068
15069         * gst-libs/gst/netbuffer/Makefile.am:
15070         really, really tired
15071
15072 2005-11-30  Edward Hervey  <edward@fluendo.com>
15073
15074         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15075         Update for new GstTypeFindFactory _register()
15076
15077 2005-11-30  Edward Hervey  <edward@fluendo.com>
15078
15079         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
15080         Let's not override libgstnet from core for no reason...
15081         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
15082         Ok, maybe not so quick next time.
15083
15084 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15085
15086         * configure.ac:
15087         * gst-libs/gst/Makefile.am:
15088           moved gst-libs/gst/net to netbuffer through CVS surgery
15089           remove old directory
15090           updating build to accomodate
15091           (#322257)
15092
15093 2005-11-29  Andy Wingo  <wingo@pobox.com>
15094
15095         * pkgconfig/gstreamer-plugins-base.pc.in:
15096         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
15097         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
15098         (#322257).
15099
15100 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
15101
15102         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
15103         3rd time's the charm. Correct ref-counting for discarded buffers.
15104
15105 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
15106
15107         * gst/playback/gststreamselector.c:
15108         (gst_stream_selector_class_init),
15109         (gst_stream_selector_set_property),
15110         (gst_stream_selector_get_property),
15111         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15112         Fix ref-counting
15113
15114 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
15115
15116         * gst/subparse/gstsubparse.c: (feed_textbuf):
15117           Don't access already unref'ed buffer.
15118
15119 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
15120
15121         * gst/playback/gststreamselector.c:
15122         (gst_stream_selector_class_init), (gst_stream_selector_init),
15123         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
15124         (gst_stream_selector_get_property),
15125         (gst_stream_selector_get_linked_pad),
15126         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15127         * gst/playback/gststreamselector.h:
15128         Add the active-pad property for playbin to use shortly. Ignore buffers
15129         from any other pad, returning GST_FLOW_NOT_LINKED
15130
15131 2005-11-29  Julien MOUTTE  <julien@moutte.net>
15132
15133         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
15134         patch from bug #322704 (Alessandro Decina).
15135
15136 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15137
15138         * gst-libs/gst/audio/Makefile.am:
15139           folded audiofilter into the audio library
15140
15141 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15142
15143         * gst/videoscale/gstvideoscale.h:
15144         * gst/videoscale/gstvideoscale.c:
15145           remove unimplemented scale methods
15146
15147 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
15148
15149         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
15150           Don't leak caps.
15151
15152 2005-11-28  Julien MOUTTE  <julien@moutte.net>
15153
15154         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
15155         (gst_ximagesink_setcaps):
15156         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
15157         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
15158         happens (only visible on ximagesink but bug is in xv too) set_caps was
15159         destroying the internal x[v]image used to memcpy non locally alloced
15160         buffers so that it got renewed on next _chain. The issue is that 
15161         _expose will try to put that image as it reffed it in _put.
15162         Using gst_buffer_unref instead of destroy fixes it !
15163
15164 2005-11-28  Edward Hervey  <edward@fluendo.com>
15165
15166         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15167         (try_to_link_1), (queue_filled_cb):
15168         Better use of the queues. Start with a small size queue and only increase
15169         the size of the queues when the other queues are empty.
15170
15171 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15172
15173         * gst-libs/gst/video/Makefile.am:
15174           compile in copied-over videofilter into the video library
15175         * gst-libs/gst/video/videosink.h:
15176           rename the header to gstvideosink.h since it's a base GstObject class
15177         * sys/ximage/ximagesink.h:
15178         * sys/xvimage/xvimagesink.h:
15179           use the new header
15180
15181 2005-11-28  Wim Taymans  <wim@fluendo.com>
15182
15183         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
15184         * gst/playback/gstplaybasebin.h:
15185         Prepare to handle errors betters.
15186
15187         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
15188         Set sinks to PAUSED first before adding and linking them so that
15189         we don't interrupt dataflow.
15190
15191 2005-11-28  Wim Taymans  <wim@fluendo.com>
15192
15193         * gst-libs/gst/audio/TODO:
15194         Updated TODO
15195
15196         * gst-libs/gst/audio/gstaudiosink.c:
15197         (gst_audioringbuffer_open_device),
15198         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
15199         (gst_audioringbuffer_release):
15200         Small cleanups.
15201
15202         * gst-libs/gst/audio/gstbaseaudiosink.c:
15203         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
15204         (gst_base_audio_sink_change_state):
15205         Slave to the master clock when going to PLAYING and unslave when
15206         going to PAUSED.
15207
15208         * gst-libs/gst/audio/gstringbuffer.c:
15209         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
15210         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
15211         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
15212         (gst_ring_buffer_clear_all), (wait_segment),
15213         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15214         (gst_ring_buffer_advance):
15215         * gst-libs/gst/audio/gstringbuffer.h:
15216         Add some docs and cleanups.
15217
15218 2005-11-28  Julien MOUTTE  <julien@moutte.net>
15219
15220         * sys/xvimage/xvimagesink.c:
15221         (gst_xvimagesink_navigation_send_event): Fix navigation events
15222         coordinates translation with pixel aspect ratios.
15223
15224 2005-11-28  Julien MOUTTE  <julien@moutte.net>
15225
15226         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
15227         Use calculated video geometry from _setcaps instead of buffer
15228         caps to respect pixel aspect ratio. (fixes #322388)
15229
15230 2005-11-28  Julien MOUTTE  <julien@moutte.net>
15231
15232         * docs/libs/tmpl/gstcolorbalance.sgml:
15233         * docs/libs/tmpl/gstmixer.sgml:
15234         * docs/libs/tmpl/gstxoverlay.sgml:
15235         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
15236         interface.
15237
15238 2005-11-28  Julien MOUTTE  <julien@moutte.net>
15239
15240         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
15241         Refuse to create an XvImage if we can't find the format.
15242
15243 2005-11-28  Edward Hervey  <edward@fluendo.com>
15244
15245         * gst-libs/gst/riff/riff-media.c:
15246         (gst_riff_create_audio_template_caps):
15247         Add ATRAC3 to the list of riff-possible audio caps.
15248         I know we still don't have a plugin for atrac3, but it's saner to output
15249         that than a cryptic mimetype.
15250
15251 2005-11-27  Edward Hervey  <edward@fluendo.com>
15252
15253         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
15254         Don't try to create a zero-sized subbuffer.
15255
15256 2005-11-27  Julien MOUTTE  <julien@moutte.net>
15257
15258         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
15259         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
15260         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
15261         (gst_ximagesink_expose): Fixed a tricky race.
15262         * sys/ximage/ximagesink.h:
15263         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
15264         (gst_xvimagesink_expose): Fixed a tricky race.
15265         * sys/xvimage/xvimagesink.h:
15266
15267 2005-11-27  Edward Hervey  <edward@fluendo.com>
15268
15269         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15270         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
15271         Remove unused properties, and add queues between demuxers and decoders
15272         so that a lot more files can preroll properly.
15273
15274 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15275
15276         * gst-libs/gst/net/Makefile.am:
15277         * gst-libs/gst/rtp/Makefile.am:
15278         * gst-libs/gst/tag/Makefile.am:
15279           remove silly include
15280         * gst/tags/Makefile.am:
15281         * gst/tags/gsttagediting.c:
15282         * gst/tags/gsttageditingprivate.h:
15283         * gst/tags/tagedit.vcproj:
15284           remove directory, is as good as empty
15285
15286 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15287
15288         * configure.ac:
15289           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
15290         * gst-libs/Makefile.am:
15291         * gst-libs/gst/audio/Makefile.am:
15292         * gst-libs/gst/interfaces/Makefile.am:
15293         * gst-libs/gst/net/Makefile.am:
15294         * gst-libs/gst/riff/Makefile.am:
15295         * gst-libs/gst/rtp/Makefile.am:
15296         * gst-libs/gst/tag/Makefile.am:
15297         * gst-libs/gst/video/Makefile.am:
15298           and use them
15299
15300 2005-11-27  Julien MOUTTE  <julien@moutte.net>
15301
15302         * docs/libs/tmpl/gstcolorbalance.sgml:
15303         * docs/libs/tmpl/gstmixer.sgml:
15304         * docs/libs/tmpl/gstxoverlay.sgml:
15305         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
15306         * sys/ximage/ximagesink.h:
15307         * sys/xvimage/xvimagesink.h: More and more documentation.
15308
15309 2005-11-26  Julien MOUTTE  <julien@moutte.net>
15310
15311         * docs/libs/gst-plugins-base-libs-docs.sgml:
15312         * docs/libs/gst-plugins-base-libs-sections.txt:
15313         * docs/libs/tmpl/gstcolorbalance.sgml:
15314         * docs/libs/tmpl/gstmixer.sgml:
15315         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
15316         to documentation.
15317
15318 2005-11-26  Julien MOUTTE  <julien@moutte.net>
15319
15320         * docs/plugins/Makefile.am:
15321         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15322         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15323         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
15324
15325 2005-11-26  Julien MOUTTE  <julien@moutte.net>
15326
15327         * docs/plugins/Makefile.am:
15328         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15329         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15330         * docs/plugins/inspect/plugin-adder.xml:
15331         * docs/plugins/inspect/plugin-alsa.xml:
15332         * docs/plugins/inspect/plugin-audioconvert.xml:
15333         * docs/plugins/inspect/plugin-audiorate.xml:
15334         * docs/plugins/inspect/plugin-audioresample.xml:
15335         * docs/plugins/inspect/plugin-audiotestsrc.xml:
15336         * docs/plugins/inspect/plugin-decodebin.xml:
15337         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15338         * docs/plugins/inspect/plugin-gnomevfs.xml:
15339         * docs/plugins/inspect/plugin-ogg.xml:
15340         * docs/plugins/inspect/plugin-playbin.xml:
15341         * docs/plugins/inspect/plugin-subparse.xml:
15342         * docs/plugins/inspect/plugin-tcp.xml:
15343         * docs/plugins/inspect/plugin-theora.xml:
15344         * docs/plugins/inspect/plugin-typefindfunctions.xml:
15345         * docs/plugins/inspect/plugin-video4linux.xml:
15346         * docs/plugins/inspect/plugin-videorate.xml:
15347         * docs/plugins/inspect/plugin-videoscale.xml:
15348         * docs/plugins/inspect/plugin-videotestsrc.xml:
15349         * docs/plugins/inspect/plugin-volume.xml:
15350         * docs/plugins/inspect/plugin-vorbis.xml:
15351         * docs/plugins/inspect/plugin-ximagesink.xml:
15352         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
15353         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
15354
15355 2005-11-26  Edward Hervey  <edward@fluendo.com>
15356
15357         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
15358         Properly return GstFlowReturn from gst_pad_push in chain functions.
15359
15360 2005-11-25  Michael Smith  <msmith@fluendo.com>
15361
15362         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
15363         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
15364         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15365         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
15366           Handle various conditions better when we don't understand a stream.
15367           Removes a heap of CRITICALs on ogg streams containing unknown data.
15368
15369 2005-11-24  Andy Wingo  <wingo@pobox.com>
15370
15371         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
15372         Be threadsafe.
15373
15374 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15375
15376         * configure.ac: back to HEAD
15377
15378 === release 0.9.6 ===
15379
15380 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
15381
15382         * configure.ac:
15383           releasing 0.9.6, "White Eight"
15384
15385 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15386
15387         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
15388         * docs/plugins/inspect/plugin-sine.xml:
15389           remove sinesrc some more
15390
15391 2005-11-23  Wim Taymans  <wim@fluendo.com>
15392
15393         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
15394         If we are reading too slowly, jump forward in the ringbuffer
15395         instead of blocking.
15396
15397 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
15398
15399         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
15400         (gst_visual_chain):
15401         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
15402         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
15403         (gst_videorate_chain):
15404         * gst/videotestsrc/gstvideotestsrc.c:
15405         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
15406         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
15407         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
15408         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
15409         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
15410         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
15411           Updates for API changes
15412
15413 2005-11-23  Wim Taymans  <wim@fluendo.com>
15414
15415         * gst-libs/gst/audio/gstbaseaudiosink.c:
15416         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
15417         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15418         Fix for calibration API change.
15419
15420 2005-11-23  Michael Smith <msmith@fluendo.com>
15421
15422         * gst-libs/gst/audio/multichannel.c:
15423         (gst_audio_get_channel_positions),
15424         (gst_audio_set_channel_positions),
15425         (gst_audio_set_structure_channel_positions_list),
15426         (gst_audio_fixate_channel_positions):
15427           Use gst_value_array_*() functions on value arrays, not
15428           gst_value_list_*().
15429
15430 2005-11-23  Edward Hervey  <edward@fluendo.com>
15431
15432         * autogen.sh:
15433         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
15434         Fixes autogen
15435
15436 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15437
15438         * check/Makefile.am:
15439         * check/elements/videotestsrc.c: (setup_videotestsrc),
15440         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
15441         (main):
15442           add a test for videotestsrc
15443
15444 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15445
15446         * gst/sine/.cvsignore:
15447         * gst/sine/Makefile.am:
15448         * gst/sine/gstsinesrc.c:
15449         * gst/sine/gstsinesrc.h:
15450         * gst/sine/sinesrc.vcproj:
15451           and remove sinesrc from the repository.  Closes #321446
15452
15453 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15454
15455         * configure.ac:
15456         * gst-plugins-base.spec.in:
15457           remove sinesrc from the build
15458
15459 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15460
15461         * check/Makefile.am:
15462         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
15463         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
15464         (main):
15465           add a test for audiotestsrc, testing all waves.  Even seems
15466           leak-free at first glance, nice job Stefan
15467
15468 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
15469
15470         * po/af.po:
15471         * po/az.po:
15472         * po/cs.po:
15473         * po/en_GB.po:
15474         * po/hu.po:
15475         * po/it.po:
15476         * po/nb.po:
15477         * po/nl.po:
15478         * po/or.po:
15479         * po/sq.po:
15480         * po/sr.po:
15481         * po/sv.po:
15482         * po/uk.po:
15483         * po/vi.po:
15484           Translation string updates
15485
15486         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
15487         (gst_v4lsrc_set_caps):
15488         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
15489         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
15490         * sys/v4l/v4lsrc_calls.h:
15491           Improve v4lsrc, by making it work again.
15492
15493 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
15494
15495         * ext/libvisual/visual.c: (gst_visual_chain):
15496           Fix the fps calculations.
15497
15498         * gst/ffmpegcolorspace/avcodec.h:
15499           Move structure element for clarity
15500
15501         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
15502         * gst-libs/gst/interfaces/tunernorm.h:
15503         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
15504         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
15505         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
15506         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
15507         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
15508         (gst_v4lmjpegsrc_getcaps):
15509         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
15510         (gst_v4lsrc_set_caps):
15511         * sys/v4l/gstv4lsrc.h:
15512         * sys/v4l/v4l_calls.c: (gst_v4l_open):
15513         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
15514         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
15515         * sys/v4l/v4lsrc_calls.h:
15516           Fractional framerates...
15517
15518 2005-11-22  Wim Taymans  <wim@fluendo.com>
15519
15520         * gst-libs/gst/audio/gstbaseaudiosink.c:
15521         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
15522         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15523         And we provide a clock by default, of course...
15524
15525 2005-11-22  Wim Taymans  <wim@fluendo.com>
15526
15527         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
15528         This clock can be slaved to a master clock now.
15529
15530         * gst-libs/gst/audio/gstbaseaudiosink.c:
15531         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
15532         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
15533         (gst_base_audio_sink_set_clock),
15534         (gst_base_audio_sink_set_property),
15535         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
15536         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15537         * gst-libs/gst/audio/gstbaseaudiosink.h:
15538         Handle slaving the internal clock to the clock selected in the
15539         pipeline.
15540         Add property to make the basesink not provide a clock.
15541
15542         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15543         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
15544         (gst_base_rtp_depayload_wait):
15545         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15546         We can use the clock in GstElement, no need to store it ourselves.
15547
15548 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15549
15550         * docs/libs/tmpl/gstaudio.sgml:
15551           update
15552         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
15553         (gst_paranoia_endian_get_type):
15554         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
15555         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
15556         * gst/audiotestsrc/gstaudiotestsrc.c:
15557         (gst_audiostestsrc_wave_get_type):
15558         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15559         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15560         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15561         (gst_sync_method_get_type), (gst_unit_type_get_type),
15562         (gst_client_status_get_type), (gst_multifdsink_class_init),
15563         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
15564         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
15565         (gst_multifdsink_get_property):
15566         * gst/tcp/gstmultifdsink.h:
15567         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
15568         * gst/videotestsrc/gstvideotestsrc.c:
15569         (gst_videotestsrc_pattern_get_type):
15570           remove deprecated properties
15571           fix up enums to correctly have short lowercase dashed nicks
15572
15573 2005-11-22  Michael Smith <msmith@fluendo.com>
15574
15575         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
15576         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
15577           Add underscore.
15578
15579 2005-11-22  Michael Smith <msmith@fluendo.com>
15580
15581         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
15582         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
15583           Use utility method for scaling clocktime for fractional framerates.
15584
15585 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
15586
15587         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
15588         (gst_visual_chain):
15589         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15590         * ext/theora/theoradec.c: (theora_handle_type_packet):
15591         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15592         (theora_enc_chain):
15593         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15594         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
15595         * gst-libs/gst/video/video.h:
15596         * gst/ffmpegcolorspace/avcodec.h:
15597         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15598         (gst_ffmpeg_caps_to_pixfmt):
15599         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15600         (gst_ffmpegcsp_set_caps):
15601         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15602         (gst_videorate_setcaps), (gst_videorate_blank_data),
15603         (gst_videorate_chain):
15604         * gst/videotestsrc/gstvideotestsrc.c:
15605         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
15606         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
15607         (gst_videotestsrc_event), (gst_videotestsrc_create):
15608         * gst/videotestsrc/gstvideotestsrc.h:
15609         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
15610         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
15611         (gst_ximagesink_get_times), (gst_ximagesink_init):
15612         * sys/ximage/ximagesink.h:
15613         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15614         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
15615         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
15616         * sys/xvimage/xvimagesink.h:
15617           Convert elements to use fractions for their framerate.
15618           V4L elements to come later tonight.
15619
15620 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15621
15622         * gst-libs/gst/audio/audio.c:
15623         * gst-libs/gst/audio/audio.h:
15624           remove some deprecated functions
15625
15626 2005-11-22  Andy Wingo  <wingo@pobox.com>
15627
15628         * Update for gst_tag_setter API changes.
15629
15630 2005-11-22  Andy Wingo  <wingo@pobox.com>
15631
15632         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
15633         (gst_ogg_demux_perform_seek):
15634         * ext/theora/theoradec.c (theora_dec_sink_event):
15635         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
15636         update-funcnames.
15637
15638 2005-11-22  Wim Taymans  <wim@fluendo.com>
15639
15640         * examples/seeking/seek.c: (main):
15641         Give higher priority to bus signals than the gtk events
15642         to fix a race condition in the segment looping.
15643
15644 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
15645
15646         * ext/theora/Makefile.am:
15647         * ext/vorbis/Makefile.am:
15648         * gst-libs/gst/tag/Makefile.am:
15649         * gst-plugins-base.spec.in:
15650           Rename libgsttagedit to libgsttag (#322117).
15651
15652 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
15653
15654         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
15655         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15656           Call gst_x_overlay_prepare_xwindow_id() to give applications
15657           a final chance to set their own xwindow id before the video
15658           sink creates its own window.
15659
15660 2005-11-22  Julien MOUTTE  <julien@moutte.net>
15661
15662         * sys/xvimage/xvimagesink.c:
15663         (gst_xvimagesink_navigation_send_event): Handle navigation
15664         events correcly with borders if applicable.
15665
15666 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
15667
15668         Patch by: Luca Ognibene
15669
15670         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15671         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
15672         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15673         (gst_ffmpegcsp_caps_remove_format_info):
15674         * gst/ffmpegcolorspace/imgconvert.c:
15675         * gst/ffmpegcolorspace/imgconvert_template.h:
15676           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
15677           #318353); use gst_structure_has_name().
15678
15679 2005-11-22  Julien MOUTTE  <julien@moutte.net>
15680
15681         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
15682         (gst_ximagesink_class_init): Add debug macros on functions.
15683         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15684         (gst_xvimagesink_xwindow_draw_borders),
15685         (gst_xvimagesink_xvimage_put),
15686         (gst_xvimagesink_xwindow_update_geometry),
15687         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
15688         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
15689         (gst_xvimagesink_xcontext_clear),
15690         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15691         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
15692         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15693         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
15694         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
15695         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15696         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
15697         expose while being PAUSED, out of data flow navigation events, etc..
15698
15699 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15700
15701         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
15702         * gst-libs/gst/audio/audio.h:
15703           fix prototype - wondering why the test worked regardless
15704
15705 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15706
15707         * check/Makefile.am:
15708         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
15709         * gst-libs/gst/audio/audio.h:
15710           add a method that returns a proper GstClockTime
15711
15712 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15713
15714         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
15715         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
15716         * gst-libs/gst/interfaces/xoverlay.h:
15717           Remove everything having to do with the desired size; add 
15718           gst_x_overlay_prepare_xwindow_id() function; remove the
15719           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
15720           post a message on the bus instead (#321816).
15721
15722         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
15723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
15724         (gst_xvimagesink_xoverlay_init):
15725           Remove desired size stuff (#321816).
15726
15727 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15728
15729         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
15730         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15731         (mpeg_video_type_find), (mpeg_video_stream_type_find):
15732           Terminate vararg functions with NULL instead of 0 to 
15733           make gcc4 happy.
15734
15735 2005-11-21  Andy Wingo  <wingo@pobox.com>
15736
15737         patch by: Sebastien Cote <sebas642@yahoo.ca>
15738         
15739         * gst-libs/gst/rtp/gstrtpbuffer.h: 
15740         * gst-libs/gst/rtp/gstrtpbuffer.c
15741         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
15742
15743 2005-11-21  Andy Wingo  <wingo@pobox.com>
15744
15745         * gst/playback/gstplaybin.c (gen_audio_element) 
15746         (gen_video_element): Use the new MISSING_PLUGIN core error
15747         category. Closes #320060.
15748
15749         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
15750         * gst/videorate/gstvideorate.c (gst_videorate_event):
15751         * ext/theora/theoradec.c (theora_dec_sink_event): 
15752         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
15753         stream lock.
15754
15755         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
15756         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
15757         stream lock changes.
15758
15759 2005-11-21  Wim Taymans  <wim@fluendo.com>
15760
15761         * gst-libs/gst/audio/gstbaseaudiosink.c:
15762         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
15763         (gst_base_audio_sink_provide_clock),
15764         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
15765         (gst_base_audio_sink_change_state):
15766         * gst/audioresample/gstaudioresample.c:
15767         Segment update fix.
15768
15769 2005-11-21  Andy Wingo  <wingo@pobox.com>
15770
15771         * *.h:
15772         * *.c: Ran scripts/update-macros. Oh yes.
15773
15774 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15775
15776         * sys/ximage/Makefile.am:
15777         * sys/ximage/ximage.c:
15778           Rename ximage plugin to ximagesink (#321426) (Don't forget to
15779           remove your old libgstximage.* manually if necessary).
15780
15781 2005-11-21  Michael Smith <msmith@fluendo.com>
15782
15783         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
15784           Minimal fix for bug #320200: set the min/max bitrate in the correct
15785           units. A better fix would be to upgrade to the RATEMANAGE2
15786           interface, rather than using the deprecated interface used here, but
15787           that would require an update in our libvorbis dependency (to 1.1),
15788           which is probably undesirable.
15789
15790 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
15791
15792         * ext/libvisual/visual.c: (get_buffer):
15793         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15794         (gst_base_audio_src_fixate):
15795         * gst/audioconvert/gstaudioconvert.c:
15796         (gst_audio_convert_fixate_caps):
15797         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
15798         * gst/audiotestsrc/gstaudiotestsrc.c:
15799         (gst_audiotestsrc_src_fixate):
15800         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
15801         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
15802         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
15803         * gst/videotestsrc/gstvideotestsrc.c:
15804         (gst_videotestsrc_src_fixate):
15805         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
15806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
15807           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
15808           (#322027)
15809
15810
15811 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15812
15813         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
15814         (gst_riff_create_iavs_caps):
15815         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
15816         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15817         (gst_riff_parse_info):
15818         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
15819         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
15820         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15821           Fixes for GST_FOURCC_FORMAT API change.
15822
15823 2005-11-21  Andy Wingo  <wingo@pobox.com>
15824
15825         patch by: Alessandro Dessina <alessandro nnva org>
15826
15827         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
15828         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
15829         (gst_ogg_parse_chain):
15830         * ext/theora/theoraenc.c (theora_set_header_on_caps):
15831         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
15832         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
15833         gst_value_list calls on arrays. Fixes #321962.
15834
15835 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15836
15837         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15838         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
15839         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
15840         * gst/adder/gstadder.c: (gst_adder_init),
15841         (gst_adder_request_new_pad), (gst_adder_collected),
15842         (gst_adder_change_state):
15843           Update for gst_collectpads_foo() to gst_collect_pads_foo()
15844           API change.
15845
15846 2005-11-21  Michael Smith <msmith@fluendo.com>
15847
15848         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
15849         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
15850           Properly handle pad_push return values.
15851
15852 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
15853
15854         * gst-libs/gst/tag/Makefile.am:
15855         * gst-libs/gst/tag/gstvorbistag.c:
15856         (gst_tag_list_to_vorbiscomment_buffer):
15857           Remove obsolete vorbistag element and debug category.
15858
15859         * gst/playback/gstplaybasebin.c: (check_queue):
15860           Don't divide by 0 when queue-threshold is 0.
15861
15862         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
15863           Don't modify an existing pixel-aspect-ratio if we fail to read
15864           a new one.
15865
15866 2005-11-20  Wim Taymans  <wim@fluendo.com>
15867
15868         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
15869         (gst_vorbisenc_push_packet):
15870         GST_PAD_IS_USABLE is gone, use the return value of
15871         the push or pad_alloc_buffer instead.
15872
15873 2005-11-18  Julien MOUTTE  <julien@moutte.net>
15874
15875         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15876         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
15877         (gst_ximagesink_ximage_destroy),
15878         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
15879         (gst_ximagesink_xwindow_new),
15880         (gst_ximagesink_xwindow_update_geometry),
15881         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
15882         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
15883         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
15884         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
15885         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
15886         (gst_ximagesink_navigation_send_event),
15887         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
15888         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
15889         (gst_ximagesink_finalize), (gst_ximagesink_init),
15890         (gst_ximagesink_class_init):
15891         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
15892         This new version brings correct software scaling, non flickering
15893         window while resizing, pixel aspect ratio handling, usage of
15894         hardware buffer pools, out of data flow event thread for 
15895         navigation and handling of expose events even when being PAUSED,
15896         a new property to keep video aspect ratio when resizing, etc...
15897
15898 2005-11-18  Julien MOUTTE  <julien@moutte.net>
15899
15900         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15901         (gst_videoscale_fixate_caps): Introduce back caps fixate with
15902         handling of PAR.
15903
15904 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
15905
15906         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
15907         Unsetting IS_SINK flag from the fakesink, so decodebin
15908         never behaves as a sink.
15909
15910 2005-11-17  Wim Taymans  <wim@fluendo.com>
15911
15912         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15913         (gst_base_audio_src_change_state):
15914         Fix the audiosrc base class again, we did not unflush.
15915
15916 2005-11-17  Julien MOUTTE  <julien@moutte.net>
15917
15918         * examples/seeking/seek.c: (make_dv_pipeline),
15919         (make_vorbis_theora_pipeline), (make_avi_pipeline),
15920         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
15921         to ogg/vorbis/theora pipeline.
15922
15923 2005-11-17  Wim Taymans  <wim@fluendo.com>
15924
15925         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
15926         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15927         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15928         Fix EOS on multiple streams.
15929         More debugging.
15930
15931 2005-11-16  Wim Taymans  <wim@fluendo.com>
15932
15933         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
15934         (gst_ogg_demux_perform_seek):
15935         Segment done must include stream time.
15936
15937         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15938         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
15939         (gst_ogg_mux_change_state):
15940         Fix ogg muxer again.
15941
15942 2005-11-16  Wim Taymans  <wim@fluendo.com>
15943
15944         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
15945         Fix compile again.
15946
15947 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15948
15949         * ext/libvisual/visual.c: (gst_visual_init):
15950         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
15951         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
15952         (gst_ogg_parse_chain):
15953         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15954         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
15955         * ext/theora/theoradec.c: (gst_theora_dec_init):
15956         * ext/theora/theoraenc.c: (gst_theora_enc_init):
15957         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
15958         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
15959         * gst/adder/gstadder.c: (gst_adder_class_init),
15960         (gst_adder_dispose):
15961         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
15962         * gst/subparse/gstsubparse.c: (gst_subparse_init):
15963         * gst/videorate/gstvideorate.c: (gst_videorate_init):
15964           Fix a whole set of pad template leaks
15965
15966 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15967
15968         * check/generic/states.c: (GST_START_TEST):
15969           fix the test so that it only checks for elements that are part of
15970           this source module
15971
15972 2005-11-16  Michael Smith <msmith@fluendo.com>
15973
15974         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
15975         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
15976         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
15977         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
15978         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
15979         (gst_ogg_mux_change_state):
15980           Fix leaking collectpads.
15981
15982 2005-11-16  Edward Hervey  <edward@fluendo.com>
15983
15984         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
15985         (gst_videorate_event), (gst_videorate_chain):
15986         Handle segment seeks
15987
15988 2005-11-16  Wim Taymans  <wim@fluendo.com>
15989
15990         * gst-libs/gst/audio/gstbaseaudiosink.c:
15991         (gst_base_audio_sink_provide_clock),
15992         (gst_base_audio_sink_change_state):
15993         Set ringbuffer to non-flushing when going to PAUSED, set to
15994         flushing again when going to READY.
15995
15996         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
15997         (gst_ring_buffer_stop):
15998         Start in flushing mode by default.
15999         Don't set flushing in the _stop method, let the app call
16000         this explicitly.
16001
16002 2005-11-16  Julien MOUTTE  <julien@moutte.net>
16003
16004         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
16005         * gst-libs/gst/video/videosink.h: Add helper function needed
16006         for video sinks.
16007
16008 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
16009
16010         * gst/videoscale/gstvideoscale.c:
16011         (gst_videoscale_handle_src_event):
16012           Don't leak reference to pad parent.
16013
16014 2005-11-16  Wim Taymans  <wim@fluendo.com>
16015
16016         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
16017         Set ringbuffer to flushing when stopping so that we don't
16018         block on wait_segment anymore and livelock.
16019
16020 2005-11-16  Wim Taymans  <wim@fluendo.com>
16021
16022         * examples/seeking/seek.c: (send_event), (do_seek),
16023         (loop_toggle_cb), (segment_done), (main):
16024         Added looping checkbox.
16025
16026 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16027
16028         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
16029         (gst_ogg_demux_init):
16030         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
16031         (gst_vorbis_dec_init):
16032           revert unrefs, they don't pass make check
16033
16034 2005-11-15  Johan Dahlin  <johan@gnome.org>
16035
16036         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
16037         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
16038         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
16039         (gst_vorbis_dec_init):
16040         Fix pad template leaks. 
16041
16042 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
16043
16044         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
16045           Make state change function thread safe.
16046
16047 2005-11-15  Edward Hervey  <edward@fluendo.com>
16048
16049         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
16050         (gst_ogg_demux_class_init):
16051         Implement GstElement::send_event, so we can send seek events
16052         in GST_STATE_READY
16053
16054 2005-11-14  Julien MOUTTE  <julien@moutte.net>
16055
16056         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
16057         Discovered how to take away flickering while resizing the
16058         window. Please don't put that in ximagesink, refactoring in
16059         progress.
16060
16061 2005-11-14  Michael Smith <msmith@fluendo.com>
16062
16063         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
16064         (gst_multifdsink_render):
16065           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
16066
16067 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
16068
16069         * gst/playback/gstplaybin.c: (gen_audio_element):
16070           Use autoaudiosink, it tends to be more widely available than
16071           autoaudiiosink.
16072           
16073 2005-11-14  Andy Wingo  <wingo@pobox.com>
16074
16075         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
16076         as well if it is available. Fixes #316442.
16077
16078 2005-11-14  Michael Smith <msmith@fluendo.com>
16079
16080         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
16081         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
16082         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16083         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
16084         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
16085         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
16086         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
16087         (gst_vorbisenc_change_state):
16088           Fix a small memory leak in vorbisenc.
16089           Fix large memory leaks in oggmux, also fix lots of state change
16090           bugs in oggmux.
16091
16092 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16093
16094         * gst/videotestsrc/gstvideotestsrc.c:
16095         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
16096         (gst_videotestsrc_src_fixate):
16097           move fixation to a fixate function
16098           remove negotiate function, basesrc's is good enough
16099           fixes a bug for check when using the element alone
16100
16101 2005-11-13  Edward Hervey  <edward@fluendo.com>
16102
16103         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
16104         (key_toggle_cb), (main):
16105         Added checkboxes for adding/removing the accurate and key_unit seek
16106         flags.
16107
16108 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16109
16110         * configure.ac: back to HEAD
16111
16112 === release 0.9.5 ===
16113
16114 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
16115
16116         * configure.ac:
16117           releasing 0.9.5, "No No Kia"
16118
16119 2005-11-11  Edward Hervey  <edward@fluendo.com>
16120
16121         * examples/seeking/seek.c: (make_parselaunch_pipeline):
16122         Added parse-launch syntax seeking mode for the seeking example.
16123         This should help stress-test even more cases.
16124         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
16125
16126 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
16127
16128         * sys/xvimage/xvimagesink.c:
16129         (gst_xvimagesink_navigation_send_event):
16130           Check whether peer pad exists before sending navigation events
16131           to it.
16132
16133 2005-11-11  Michael Smith <msmith@fluendo.com>
16134
16135         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
16136         (gst_vorbisenc_buffer_from_packet):
16137         * ext/vorbis/vorbisenc.h:
16138           Set duration on encoded buffers. This allows oggmux's
16139           max_page_delay parameter to actually work.
16140
16141 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
16142
16143         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16144         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
16145         (gst_ffmpegcsp_avpicture_fill):
16146         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16147         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
16148           Make palettes work again (see #132341). Use our own macros
16149           for rounding up.
16150
16151 2005-11-10  Andy Wingo  <wingo@pobox.com>
16152
16153         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
16154         string doober.
16155
16156 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16157
16158         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16159         (gst_ffmpegcsp_transform_caps):
16160           Prefer passthrough in transform_caps
16161
16162 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16163
16164         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
16165           check for ALSA errors properly, instead of relying on ALSA's
16166           error strings to serve to the user.
16167
16168 2005-11-10  Wim Taymans  <wim@fluendo.com>
16169
16170         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
16171         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
16172         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
16173         Modernise the seek code.
16174
16175 2005-11-10  Michael Smith <msmith@fluendo.com>
16176         
16177         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
16178         (setup_substreams), (set_active_source):
16179           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
16180           trying to go to NULL if we failed to read a file.
16181
16182 2005-11-10  Wim Taymans  <wim@fluendo.com>
16183
16184         * gst/audiotestsrc/gstaudiotestsrc.c:
16185         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
16186         (gst_audiotestsrc_create):
16187         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16188         (gst_sinesrc_get_times), (gst_sinesrc_create):
16189         * gst/videotestsrc/gstvideotestsrc.c:
16190         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
16191         (gst_videotestsrc_create):
16192         The base class can now sync for us.
16193
16194 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16195
16196         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
16197           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
16198           name=source autoprobe=false autoprobe-fps=false copy-mode=1
16199           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
16200           format=(fourcc)I420" ! xvimagesink
16201
16202 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
16203
16204         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16205         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
16206         (gst_sinesrc_newsegment):
16207           Send newsegment event in TIME format, set duration if
16208           num-buffers is set, fix duration querying.
16209
16210 2005-11-10  Michael Smith <msmith@fluendo.com>
16211
16212         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
16213         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16214         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
16215         (gst_ogg_mux_collected):
16216          Fix EOS handling, partially. Now forwarding an EOS event once we have
16217          EOS on all pads works correctly. However, we still don't properly set
16218          EOS on the actual ogg stream pages.
16219
16220 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
16221
16222         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
16223           Set elements to NULL state before disposing of them.
16224
16225 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
16226
16227         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16228
16229         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16230         (gst_base_rtp_depayload_init),
16231         (gst_base_rtp_depayload_set_gst_timestamp):
16232         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16233           We need to send a newsegment event for each instance, not
16234           just for the first instance of this class (get rid of
16235           static variable in function). (#321011).
16236           
16237 2005-11-08  Michael Smith <msmith@fluendo.com>
16238
16239         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
16240         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
16241         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
16242         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16243           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
16244           This makes us mux things correctly according to the ogg muxing
16245           rules. Still not handling EOS correctly right now, though.
16246
16247 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
16248
16249         * gst/audioconvert/gstaudioconvert.c:
16250           Fix typo in docs. 
16251
16252 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
16253
16254         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
16255         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
16256           Initialise segment_stop to GST_CLOCK_TIME_NONE when
16257           creating a new chain; should fix live streaming. Also
16258           add more debug output and fix a typo.
16259
16260 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
16261
16262         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16263
16264         * gst/volume/gstvolume.c: (volume_set_caps):
16265           Fix compilation on Solaris with Forte. (#320923)
16266
16267 2005-11-08  Wim Taymans  <wim@fluendo.com>
16268
16269         * gst-libs/gst/audio/gstbaseaudiosink.c:
16270         (gst_base_audio_sink_render):
16271         No need to do a typecheck.
16272
16273 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
16274
16275         * ext/alsa/gstalsa.h:
16276           We register a debug category, so let's use it.
16277
16278 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
16279
16280         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16281         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
16282         Fixed a small problem.
16283
16284 2005-11-04  Wim Taymans  <wim@fluendo.com>
16285
16286         * examples/seeking/Makefile.am:
16287         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
16288         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
16289         (make_playerbin_pipeline), (format_value), (update_scale),
16290         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
16291         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
16292         (print_usage), (main):
16293         Added app for playback speed testing.
16294
16295         * examples/seeking/seek.c: (dynamic_link),
16296         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
16297         (make_mpeg_pipeline), (do_seek), (set_update_scale),
16298         (message_received), (main):
16299         Updated seek example.
16300
16301 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
16302
16303         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16304         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
16305         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
16306         (gst_base_rtp_depayload_set_clock):
16307         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16308         Don't sleep on the bench (system clock) when you have a nice 
16309         comfortable bed (Gstreamer clock) to sleep on.
16310
16311 2005-11-03  Wim Taymans  <wim@fluendo.com>
16312
16313         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
16314         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
16315         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
16316         Handle the case where a pad_block failed.
16317
16318 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
16319
16320         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
16321
16322         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16323         (gst_base_rtp_depayload_add_to_queue),
16324         (gst_base_rtp_depayload_push),
16325         (gst_base_rtp_depayload_set_gst_timestamp),
16326         (gst_base_rtp_depayload_queue_release):
16327           Fixes some bugs in the depayloader's queuing/de-queueing code.
16328
16329 2005-10-31  Michael Smith <msmith@fluendo.com>
16330
16331         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
16332         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
16333         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
16334           Patch from Alessandro Decina <alessandro@nnva.org>.
16335           Make oggdemux only find the final time in a chain, not per-pad,
16336           since the per-pad information can be very expensive to locate, and
16337           it isn't used anywhere. This makes reading a file containing
16338           OggSkeleton reasonably fast.
16339           Also, make chain finding work when there are logical bitstreams that
16340           can't be decoded. Fixes #319110.
16341
16342 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
16343
16344         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16345         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
16346         (gst_base_rtp_depayload_chain),
16347         (gst_base_rtp_depayload_add_to_queue),
16348         (gst_base_rtp_depayload_push),
16349         (gst_base_rtp_depayload_set_gst_timestamp),
16350         (gst_base_rtp_depayload_queue_release),
16351         (gst_base_rtp_depayload_start_thread),
16352         (gst_base_rtp_depayload_set_property),
16353         (gst_base_rtp_depayload_get_property):
16354         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16355         Some random fixes, to fullfill the desires of thomas.
16356
16357 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
16358
16359         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16360         (gst_base_rtp_depayload_add_to_queue),
16361         (gst_base_rtp_depayload_push):
16362         Fixed the queueing algorithm.
16363
16364 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
16365
16366         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16367         (gst_base_rtp_depayload_push):
16368         A small fix
16369
16370 2005-10-31  Wim Taymans  <wim@fluendo.com>
16371
16372         * gst-libs/gst/audio/gstringbuffer.h:
16373         Don't break ABI.
16374
16375         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16376         (gst_ffmpeg_caps_to_pixfmt):
16377         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16378         (gst_ffmpegcsp_set_caps):
16379         Some more comments.
16380         Handle missing required caps fields better.
16381
16382 2005-10-31  Wim Taymans  <wim@fluendo.com>
16383
16384         * gst-libs/gst/audio/gstbaseaudiosink.c:
16385         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
16386         (gst_base_audio_sink_render):
16387         * gst-libs/gst/audio/gstringbuffer.c:
16388         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
16389         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16390         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
16391         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
16392         (gst_ring_buffer_read):
16393         * gst-libs/gst/audio/gstringbuffer.h:
16394         Add flushing mode to the ringbuffer so that it in all cases does
16395         not try to handle more audio. This makes sure it does not try to
16396         block anymore when flushing and fixes a livelock.
16397
16398 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
16399
16400         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
16401         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
16402         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
16403           Explicitly check for -1 values before doing a conversion
16404           and always map them to -1. (#315545)
16405
16406 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16407
16408         * gst/playback/gstplaybin.c: (gen_video_element):
16409           first try autovideosink, then xvimagesink, then error out
16410         * po/POTFILES.in:
16411           add translatable file
16412         * po/af.po:
16413         * po/az.po:
16414         * po/cs.po:
16415         * po/en_GB.po:
16416         * po/hu.po:
16417         * po/it.po:
16418         * po/nb.po:
16419         * po/nl.po:
16420         * po/or.po:
16421         * po/sq.po:
16422         * po/sr.po:
16423         * po/sv.po:
16424         * po/uk.po:
16425         * po/vi.po:
16426           update translations
16427
16428 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
16429
16430         * gst-libs/gst/rtp/gstbasedepayload.c:
16431         * gst-libs/gst/rtp/gstbasedepayload.h:
16432           Minor cleanups
16433
16434 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
16435
16436         * gst/playback/.cvsignore:
16437         * gst/playback/decodetest.c:
16438         * gst/playback/test3.c:
16439           Port these two tests as well.
16440
16441 2005-10-27  Wim Taymans  <wim@fluendo.com>
16442
16443         * ext/theora/theoradec.c: (theora_dec_src_query),
16444         (theora_dec_sink_event):
16445         * ext/theora/theoraenc.c: (theora_enc_sink_event),
16446         (theora_enc_change_state):
16447         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16448         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
16449         Take proper locks when handling events.
16450
16451 2005-10-27  Wim Taymans  <wim@fluendo.com>
16452
16453         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
16454         (gst_adder_change_state):
16455         Fix timestamps and fix deadlock when stopping the collectpads.
16456
16457 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
16458
16459         * gst-libs/gst/rtp/gstrtpbuffer.h:
16460         Declaring the payload types as strings too so that they can be used
16461         in the padtemplate inialization.
16462
16463 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
16464
16465         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
16466
16467         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16468         (gst_base_rtp_depayload_class_init):
16469         Fixes a small but nasty bug. The derived elements no longer segfaults
16470         on finalization.
16471
16472 2005-10-26  Michael Smith <msmith@fluendo.com>
16473
16474         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
16475           When clearing an audioconvert context, set tmpbufsize to zero, so
16476           we'll allocate it again later if required.
16477           This fixes audioconvert re-negotiating formats, which previously
16478           segfaulted with a NULL destination buffer.
16479
16480 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
16481
16482         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16483         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
16484         (gst_base_rtp_depayload_set_gst_timestamp),
16485         (gst_base_rtp_depayload_queue_release):
16486         Fixed a smalll memleak.
16487
16488 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
16489         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16490         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
16491         (gst_base_rtp_depayload_finalize),
16492         (gst_base_rtp_depayload_setcaps),
16493         (gst_base_rtp_depayload_add_to_queue),
16494         (gst_base_rtp_depayload_push),
16495         (gst_base_rtp_depayload_set_gst_timestamp),
16496         (gst_base_rtp_depayload_queue_release),
16497         (gst_base_rtp_depayload_thread),
16498         (gst_base_rtp_depayload_change_state):
16499         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16500         Changed the C++ comments to C comments
16501
16502 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
16503
16504         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
16505         * gst/tcp/gsttcpclientsrc.h:
16506         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
16507         * gst/tcp/gsttcpserversrc.h:
16508           Remove unused 'curoffset' structure member.
16509
16510 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
16511
16512         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16513         (gst_base_rtp_depayload_base_init),
16514         (gst_base_rtp_depayload_finalize):
16515         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16516         * gst-libs/gst/rtp/gstbasertppayload.h:
16517           The pad-template on the sinkpad should be set by the derived classes.
16518           Also added some useful macros.
16519
16520 2005-10-24  Wim Taymans  <wim@fluendo.com>
16521
16522         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16523         Correctly flush decoder samples even if we could not
16524         copy them to an output buffer. Fixes #319618.
16525
16526 2005-10-24  Julien MOUTTE  <julien@moutte.net>
16527
16528         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
16529         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
16530         the caps against our xcontext caps.
16531
16532 2005-10-24  Wim Taymans  <wim@fluendo.com>
16533
16534         * gst-libs/gst/audio/gstbaseaudiosink.c:
16535         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
16536         Remove g_print
16537         Use sync property from baseclass to disable sync.
16538
16539 2005-10-24  Wim Taymans  <wim@fluendo.com>
16540
16541         * gst-libs/gst/audio/gstbaseaudiosink.c:
16542         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
16543         Buffers with no timestamps get aligned with previous buffers or
16544         on underrun, played ASAP.
16545
16546 2005-10-24  Julien MOUTTE  <julien@moutte.net>
16547
16548         * gst-libs/gst/video/video.h:
16549         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16550         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
16551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
16552         here comes my change on caps for framerate and geometry range.
16553         We are now accepting 1 to MAXINT for width and height, and from
16554         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
16555         to be blended correctly in videomixer.
16556
16557 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16558
16559         * configure.ac:
16560           back to HEAD
16561
16562 === release 0.9.4 ===
16563
16564 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16565
16566         * NEWS:
16567         * RELEASE:
16568         * configure.ac:
16569           releasing 0.9.4, "Velociraptor"
16570
16571 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16572
16573         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
16574         * po/POTFILES.in:
16575           STOPPED -> FAILED
16576
16577 2005-10-21  Wim Taymans  <wim@fluendo.com>
16578
16579         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
16580         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
16581         (pad_blocked), (close_pad_link), (new_pad):
16582         Don't try to remove elements twice.
16583
16584 2005-10-21  Wim Taymans  <wim@fluendo.com>
16585
16586         * ext/theora/theoradec.c: (theora_dec_src_query),
16587         (theora_dec_sink_event):
16588         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16589         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
16590         (vorbis_handle_data_packet):
16591         * ext/vorbis/vorbisdec.h:
16592         Fix old naming.
16593
16594         * gst-libs/gst/audio/gstbaseaudiosink.c:
16595         (gst_base_audio_sink_render):
16596         Don't try to sync on buffers without a timestamp.
16597
16598 2005-10-21  Wim Taymans  <wim@fluendo.com>
16599
16600         * ext/theora/theoradec.c: (theora_dec_src_query),
16601         (theora_dec_sink_event):
16602         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16603         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
16604         (vorbis_handle_data_packet):
16605         * ext/vorbis/vorbisdec.h:
16606         Fix old naming.
16607
16608 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
16609
16610         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
16611         (gst_vorbisenc_src_query):
16612           Implement position and duration queries.
16613
16614         * gst/playback/test3.c: (update_scale), (main):
16615           Fix for async state changes and print nicer output.
16616
16617 2005-10-20  Wim Taymans  <wim@fluendo.com>
16618
16619         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
16620         (dump_element_stats), (main):
16621         * gst/playback/test6.c: (main):
16622         Fix tests again
16623
16624 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
16625
16626         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
16627         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
16628           Don't use functions for position queries when handling
16629           duration queries.
16630
16631 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
16632
16633         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16634         (vorbis_handle_data_packet), (vorbis_dec_chain),
16635         (vorbis_dec_change_state):
16636         * ext/vorbis/vorbisdec.h:
16637           Vorbis streams can be embedded in other container formats
16638           than ogg, container formats where the demuxer might set 
16639           timestamps on encoded vorbis buffers instead of those silly 
16640           granulepos thingies. In short: make vorbisdec handle 
16641           timestamps on incoming buffers as well.
16642
16643 2005-10-20  Wim Taymans  <wim@fluendo.com>
16644
16645         * gst/playback/gstplaybasebin.c: (group_destroy),
16646         (gst_play_base_bin_change_state):
16647         Fix leak.
16648         Handle case where playbasebin is now ASYNC because
16649         decodebin is.
16650
16651 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
16652
16653         * gst/audioconvert/Makefile.am:
16654         * gst/audioconvert/bufferframesconvert.c:
16655         * gst/audioconvert/plugin.c: (plugin_init):
16656         * gst/audioconvert/plugin.h:
16657           And bye bye buffer-frames-convert
16658
16659 2005-10-19  Wim Taymans  <wim@fluendo.com>
16660
16661         * check/elements/audioconvert.c:
16662         * docs/libs/tmpl/gstaudio.sgml:
16663         * docs/libs/tmpl/gstcolorbalance.sgml:
16664         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16665         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
16666         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
16667         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
16668         * gst-libs/gst/audio/audio.h:
16669         * gst/audioconvert/audioconvert.h:
16670         * gst/audioconvert/gstaudioconvert.c:
16671         (gst_audio_convert_parse_caps):
16672         * gst/volume/gstvolume.c:
16673         Bye bye buffer-frames.
16674
16675 2005-10-19  Wim Taymans  <wim@fluendo.com>
16676
16677         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
16678         (query_positions_elems), (query_positions_pads), (update_scale),
16679         (do_seek), (set_update_scale), (message_received), (main):
16680         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16681         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
16682         (gst_ogg_demux_loop):
16683         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
16684         * ext/theora/theoradec.c: (theora_dec_src_query),
16685         (theora_dec_sink_event):
16686         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16687         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
16688         * gst/adder/gstadder.c: (gst_adder_query):
16689         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
16690         * gst/playback/test3.c: (update_scale):
16691         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
16692         (dump_element_stats), (main):
16693         * gst/playback/test6.c: (main):
16694         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
16695         Query API update.
16696
16697 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
16698
16699         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
16700         (xml_check_first_element), (xml_type_find), (smil_type_find),
16701         (plugin_init):
16702           Add typefinding for SMIL and for generic XML. Based on patch by
16703           Akos Maroy (#308663).
16704
16705 2005-10-18  Wim Taymans  <wim@fluendo.com>
16706
16707         * gst/playback/Makefile.am:
16708         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
16709         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
16710         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
16711         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
16712         (gst_decode_bin_change_state):
16713         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16714         (gst_play_bin_send_event_to_sink):
16715         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
16716         (dump_element_stats), (main):
16717         * gst/playback/test6.c: (main):
16718         Make playbin async, it'll commit state to paused when all streams
16719         are detected.
16720         Remove ugly hack.
16721         Added test6.c to show async behaviour.
16722
16723 2005-10-18  Wim Taymans  <wim@fluendo.com>
16724
16725         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
16726         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
16727         Fix for segment-start/stop API change.
16728
16729 2005-10-18  Wim Taymans  <wim@fluendo.com>
16730
16731         * check/Makefile.am:
16732         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
16733         (main):
16734         Add future test for clock selection.
16735
16736 2005-10-18  Wim Taymans  <wim@fluendo.com>
16737
16738         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
16739         (gst_alsasink_close):
16740         Set handle to NULL.
16741
16742         * gst-libs/gst/audio/gstringbuffer.c:
16743         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
16744         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
16745         (gst_ring_buffer_start), (gst_ring_buffer_pause),
16746         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
16747         (gst_ring_buffer_read):
16748         More debug info.
16749
16750 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
16751
16752         * gst/audiotestsrc/Makefile.am:
16753         * gst/sine/Makefile.am:
16754         * gst/volume/Makefile.am:
16755           fix broken build of controllerized plugins
16756
16757 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16758
16759         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16760
16761         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16762         (gst_riff_create_video_template_caps):
16763           Add support for Indeo-3 (IV32).
16764
16765 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16766
16767         * configure.ac:
16768           rewrite
16769
16770 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16771
16772         * gst-libs/gst/video/video.c: (gst_video_get_size):
16773         * gst/audiotestsrc/gstaudiotestsrc.c:
16774           doc updates
16775
16776 2005-10-17  Andy Wingo  <wingo@pobox.com>
16777
16778         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
16779         with the collectpads change.
16780         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
16781
16782         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
16783
16784         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
16785
16786         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
16787         alloc_buffer flow return to callers.
16788         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
16789         change. Fix some memleaks in theoraenc.
16790
16791         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
16792         in strange circumstance.
16793
16794 2005-10-17  Julien MOUTTE  <julien@moutte.net>
16795
16796         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16797         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
16798         from caps, let's use the caps...
16799
16800 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16801
16802         * configure.ac:
16803           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
16804
16805 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16806
16807         * gst-libs/gst/interfaces/Makefile.am:
16808           fix silly typo
16809
16810 2005-10-16  Andy Wingo  <wingo@pobox.com>
16811
16812         * gst/playback/gstdecodebin.c
16813         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
16814         function!
16815         (try_to_link_1): Increase kraziness level.
16816
16817 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16818
16819         * configure.ac:
16820           restructure like the core one
16821         * gst-libs/gst/audio/Makefile.am:
16822         * gst-libs/gst/interfaces/Makefile.am:
16823         * gst-libs/gst/net/Makefile.am:
16824         * gst-libs/gst/riff/Makefile.am:
16825         * gst-libs/gst/rtp/Makefile.am:
16826         * gst-libs/gst/tag/Makefile.am:
16827         * gst-libs/gst/video/Makefile.am:
16828           use correct linker flags, now the libs are properly versioned
16829         * check/elements/audioconvert.c: (verify_convert):
16830         * ext/alsa/gstalsaplugin.c:
16831         * ext/cdparanoia/gstcdparanoia.c:
16832         * ext/gnomevfs/gstgnomevfs.c:
16833         * ext/libvisual/visual.c:
16834         * ext/ogg/gstogg.c:
16835         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
16836         * ext/theora/theora.c:
16837         * ext/vorbis/vorbis.c:
16838         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16839         * gst-libs/gst/tag/gsttagediting.c:
16840         * gst-libs/gst/video/video.c:
16841         * gst/adder/gstadder.c:
16842         * gst/audioconvert/plugin.c:
16843         * gst/audiorate/gstaudiorate.c:
16844         * gst/audioresample/gstaudioresample.c:
16845         * gst/audioresample/resample_ref.c: (resample_scale_ref):
16846         * gst/audioscale/gstaudioscale.c:
16847         * gst/audioscale/resample.c:
16848         * gst/audiotestsrc/gstaudiotestsrc.c:
16849         * gst/ffmpegcolorspace/gstffmpeg.c:
16850         * gst/playback/gstdecodebin.c: (close_pad_link):
16851         * gst/playback/gstplaybin.c: (gen_video_element),
16852         (gen_audio_element):
16853         * gst/sine/gstsinesrc.c:
16854         * gst/subparse/gstsubparse.c:
16855         * gst/tags/gsttagediting.c:
16856         * gst/tcp/gsttcpplugin.c:
16857         * gst/typefind/gsttypefindfunctions.c:
16858         * gst/videorate/gstvideorate.c:
16859         * gst/videoscale/gstvideoscale.c:
16860         * gst/videotestsrc/gstvideotestsrc.c:
16861         * gst/volume/gstvolume.c:
16862         * sys/v4l/gstv4l.c:
16863         * sys/ximage/ximage.c:
16864         * sys/xvimage/xvimagesink.c:
16865           fix up defines
16866
16867 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
16868
16869         * ext/vorbis/vorbisenc.c:
16870         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
16871         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
16872         (gst_tag_to_vorbis_comments):
16873           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
16874
16875 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
16876
16877         * examples/stats/mp2ogg.c:
16878         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16879           typo fixes
16880
16881 2005-10-13  Michael Smith <msmith@fluendo.com>
16882
16883         * ext/ogg/gstoggmux.c:
16884           Use magic glib macros to define constants as 64 bit, to ensure
16885           appropriate vararg passing.
16886
16887 2005-10-13  Michael Smith <msmith@fluendo.com>
16888
16889         * ext/ogg/gstoggmux.c:
16890         * gst/audioconvert/audioconvert.c: (float):
16891           Don't use LL suffix, as it's not portable, and neither of these
16892           uses required it anyway.
16893
16894 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
16895
16896         * examples/indexing/indexmpeg.c: (main):
16897         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
16898         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
16899         (cdparanoia_convert), (cdparanoia_query):
16900         * ext/cdparanoia/gstcdparanoia.h:
16901         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
16902         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
16903         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
16904         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16905         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
16906         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
16907         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
16908         (gst_multifdsink_render), (gst_multifdsink_start),
16909         (gst_multifdsink_stop):
16910         * gst/tcp/gstmultifdsink.h:
16911         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
16912         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
16913         (gst_tcpclientsink_stop):
16914         * gst/tcp/gsttcpclientsink.h:
16915         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
16916         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
16917         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
16918         * gst/tcp/gsttcpclientsrc.h:
16919         * gst/tcp/gsttcpserversink.h:
16920         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
16921         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
16922         (gst_tcpserversrc_stop):
16923         * gst/tcp/gsttcpserversrc.h:
16924         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
16925         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
16926         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
16927           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
16928           moved bitshift from macro to enum definition
16929
16930 2005-10-12  Wim Taymans  <wim@fluendo.com>
16931
16932         * examples/seeking/Makefile.am:
16933         Oops.
16934
16935 2005-10-12  Wim Taymans  <wim@fluendo.com>
16936
16937         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
16938         (gst_ring_buffer_read), (gst_ring_buffer_clear):
16939         Don't assert on normal stuff.
16940
16941         * gst/playback/gstplaybin.c: (do_playbin_seek):
16942         API fix.
16943
16944 2005-10-12  Wim Taymans  <wim@fluendo.com>
16945
16946         * check/pipelines/simple_launch_lines.c: (run_pipeline):
16947         * examples/seeking/Makefile.am:
16948         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
16949         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
16950         (do_seek), (set_update_scale), (message_received), (main):
16951         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
16952         (gst_ring_buffer_read), (gst_ring_buffer_clear):
16953         Update for _get_state() API change.
16954
16955 2005-10-11  Wim Taymans  <wim@fluendo.com>
16956
16957         * gst-libs/gst/audio/gstbaseaudiosink.c:
16958         (gst_base_audio_sink_render):
16959         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16960         (gst_base_audio_src_create):
16961         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
16962         (gst_ring_buffer_read):
16963         Cleanups.
16964         Commit and read from ringbuffer in samples rather than bytes.
16965
16966 2005-10-11  Wim Taymans  <wim@fluendo.com>
16967
16968         * gst-libs/gst/audio/gstbaseaudiosink.c:
16969         (gst_base_audio_sink_render):
16970         Respect segment rate and accum when scheduling samples.
16971
16972 2005-10-11  Julien MOUTTE  <julien@moutte.net>
16973
16974         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
16975         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
16976         EOS correctly, that needs more work.
16977
16978 2005-10-11  Wim Taymans  <wim@fluendo.com>
16979
16980         * check/generic/states.c: (GST_START_TEST):
16981         remove old property.
16982
16983         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16984         (gst_ogg_demux_perform_seek):
16985         * ext/theora/theoradec.c: (theora_dec_sink_event):
16986         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16987         (vorbis_handle_data_packet):
16988         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16989         (gst_base_rtp_depayload_set_gst_timestamp):
16990         * gst/videorate/gstvideorate.c: (gst_videorate_event):
16991         Update for newsegment API change.
16992
16993 2005-10-11  Michael Smith <msmith@fluendo.com>
16994
16995         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16996         (do_playbin_seek), (gst_play_bin_send_event):
16997           Override send_event differently, so that we can takes bits of
16998           functionality from GstPipeline (special handling for seeks,
16999           including pausing/resuming, and resetting stream time) and still get
17000           the appropriate behaviour of only forwarding event to a single sink,
17001           rather than all of them.
17002           Unfortunately requires a lot of code duplication, but the
17003           alternatives are equally ugly in the end.
17004
17005 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
17006
17007         * check/elements/audioconvert.c: (setup_audioconvert),
17008         (cleanup_audioconvert), (get_int_caps), (verify_convert),
17009         (GST_START_TEST), (audioconvert_suite):
17010           clean up tests a little, fix some leaks.
17011
17012 2005-10-10  Wim Taymans  <wim@fluendo.com>
17013
17014         * ext/alsa/gstalsasink.c:
17015         Also allow unsigned int.
17016
17017         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17018         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
17019         Small cleanup
17020
17021 2005-10-10  Wim Taymans  <wim@fluendo.com>
17022
17023         * check/pipelines/simple_launch_lines.c: (run_pipeline):
17024         Small update, use API as stated in design docs.
17025
17026         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
17027         (update_scale), (do_seek), (seek_cb), (set_update_scale),
17028         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
17029         (message_received), (main):
17030         Updated seek example for GOption. Some usability improvements.
17031
17032 2005-10-10  Wim Taymans  <wim@fluendo.com>
17033
17034         * gst/audioconvert/audioconvert.h:
17035         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
17036         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
17037         Alloc temp storage somewhere else where we can do it more
17038         portable.
17039
17040 2005-10-10  Wim Taymans  <wim@fluendo.com>
17041
17042         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
17043         (gst_tcpserversrc_start):
17044         Don't block in accept while doing the state change, move
17045         to poll and make cancellable.
17046
17047 2005-10-09  Philippe Khalaf <burger@speedy.org>
17048
17049         * gst-libs/gst/rtp/rtpbasedepayload.c:
17050         Set timestamp and add queue delay to timestamp
17051         * gst-libs/gst/rtp/rtpbuffer.h:
17052         Set correct payload type for h263
17053
17054 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
17055
17056         * gst/audiotestsrc/gstaudiotestsrc.c:
17057         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
17058         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
17059         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
17060         (gst_audiotestsrc_create_triangle),
17061         (gst_audiotestsrc_create_silence),
17062         (gst_audiotestsrc_create_white_noise),
17063         (gst_audiotestsrc_init_pink_noise),
17064         (gst_audiotestsrc_generate_pink_noise_value),
17065         (gst_audiotestsrc_create_pink_noise),
17066         (gst_audiotestsrc_change_wave):
17067         * gst/audiotestsrc/gstaudiotestsrc.h:
17068           fixed typo, added pink noise
17069
17070 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
17071
17072         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
17073         (plugin_init):
17074           Add wavpack and spc typefind functions from 0.8 branch.
17075
17076 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
17077
17078         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
17079         (ar_type_find), (msdos_type_find), (plugin_init):
17080           Add typefind functions for tar archives, ar archives,
17081           RAR archives, and msdos-executables (dlls, exe, etc.).
17082           Some of those would be wrongly identified as mpeg
17083           streams of some sort before (#315550).
17084
17085 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
17086
17087         * configure.ac:
17088         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17089         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17090         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
17091         * gst/audiotestsrc/Makefile.am:
17092         * gst/audiotestsrc/gstaudiotestsrc.c:
17093         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
17094         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
17095         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
17096         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
17097         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
17098         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
17099         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
17100         (gst_audiotestsrc_create_silence),
17101         (gst_audiotestsrc_create_white_noise),
17102         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
17103         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
17104         (gst_audiotestsrc_start), (plugin_init):
17105         * gst/audiotestsrc/gstaudiotestsrc.h:
17106           add new plugin and element
17107         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
17108           use gobject_class
17109
17110 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
17111
17112         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
17113         (gst_adder_init), (gst_adder_request_new_pad),
17114         (gst_adder_change_state):
17115           Add query function to source pad, so adder reports the correct
17116           time/sample position when queried (#315457); fix state change
17117           function; use GST_DEBUG_FUNCPTR() for pad functions.
17118
17119 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17120
17121         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
17122           Fix leaks in typefind registration
17123           Clean up the gratuitous commenting and whitespacing a little
17124
17125 2005-10-08  Wim Taymans  <wim@fluendo.com>
17126
17127         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
17128         Only actually wait for the thread to be stopped if it's 
17129         running.
17130
17131 2005-10-08  Wim Taymans  <wim@fluendo.com>
17132
17133         * gst-libs/gst/audio/gstbaseaudiosink.c:
17134         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
17135         If we receive EOS we can start playback of what we had.
17136
17137 2005-10-08  Wim Taymans  <wim@fluendo.com>
17138
17139         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17140         (gst_multifdsink_finalize), (multifdsink_hash_remove),
17141         (gst_multifdsink_stop):
17142         Fix crasher when going to NULL multiple times.
17143
17144 2005-10-06  Wim Taymans  <wim@fluendo.com>
17145
17146         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
17147         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
17148         * gst-libs/gst/audio/gstbaseaudiosrc.h:
17149         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
17150         patch from Edgard Lima <edgard.lima@indt.org.br>
17151         Fixed gstbaseaudiosrc adding ring buffer sync to it.
17152
17153 2005-10-06  Wim Taymans  <wim@fluendo.com>
17154
17155         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
17156         Report the FLOW_RETURN as string in the error message.
17157
17158         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
17159         Don't assert when clearing an unnegotiated buffer.
17160
17161 2005-10-04  Michael Smith <msmith@fluendo.com>
17162
17163         * gst/playback/gstplaybasebin.c: (group_destroy),
17164         (gen_preroll_element), (remove_groups), (setup_source):
17165         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
17166         (setup_sinks), (gst_play_bin_send_event),
17167         (gst_play_bin_change_state):
17168           Set state to NULL before removing from bin. Fix refcounting.
17169
17170 2005-10-04  Michael Smith <msmith@fluendo.com>
17171
17172         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
17173           Correct refcounting in send_event() function. Previously was wrong
17174           if the first sink was unable to handle the event.
17175
17176 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17177
17178         * configure.ac:
17179           back to development
17180
17181 === release 0.9.3 ===
17182
17183 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17184
17185         * configure.ac:
17186           Releasing 0.9.3, "De Facto"
17187
17188 2005-10-03  Andy Wingo  <wingo@pobox.com>
17189
17190         * gst/playback/gstdecodebin.c (try_to_link_1)
17191         (remove_element_chain): set element to NULL before removing it.
17192
17193 2005-10-02  Johan Dahlin  <johan@gnome.org>
17194
17195         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
17196         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
17197         MT safe.
17198
17199 2005-10-02  Andy Wingo  <wingo@pobox.com>
17200
17201         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
17202         (gst_ring_buffer_prepare_read): 
17203         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
17204         Demote to LOG.
17205
17206 2005-09-29  Wim Taymans  <wim@fluendo.com>
17207
17208         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
17209         * ext/theora/theoradec.c: (theora_handle_data_packet):
17210         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17211         Propagate error codes from alloc_buffer too.
17212
17213 2005-09-29  Wim Taymans  <wim@fluendo.com>
17214
17215         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
17216         We use fixed caps.
17217
17218         * gst/playback/Makefile.am:
17219         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
17220         (dump_element_stats), (main):
17221         Added example stream introspection code.
17222
17223 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
17224
17225         * gst/adder/gstadder.c: (gst_adder_collected):
17226           fix adder for float elements
17227
17228 2005-09-28  Wim Taymans  <wim@fluendo.com>
17229
17230         * gst-libs/gst/audio/gstbaseaudiosink.c:
17231         (gst_base_audio_sink_class_init),
17232         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
17233         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17234         (gst_base_audio_src_class_init),
17235         (gst_base_audio_src_provide_clock):
17236         get_clock -> provide_clock
17237
17238 2005-09-28  Andy Wingo  <wingo@pobox.com>
17239
17240         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
17241         and unlocking.
17242
17243         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
17244         unlocking.
17245
17246         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
17247         Actually add the pad template.
17248         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
17249
17250         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
17251         I'm at it...
17252
17253         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
17254         from fdsrc. Get caps in create() instead of start() so it can be
17255         interrupted. Interruption somewhat untested.
17256
17257         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
17258         Proper EOS handling.
17259
17260 2005-09-27  Andy Wingo  <wingo@pobox.com>
17261
17262         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
17263
17264         * gst/tcp/gsttcpserversrc.c: Cleaned up.
17265
17266         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
17267
17268         * gst/tcp/gsttcp.h: 
17269         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
17270         out of tcpclientsrc.c. Cancellable.
17271         (gst_tcp_socket_read): Made private, cancellable, with better
17272         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
17273         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
17274         whole buffer, and better diagnostics.
17275         (gst_tcp_gdp_read_caps): Same.
17276
17277         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
17278
17279 2005-09-26  Andy Wingo  <wingo@pobox.com>
17280
17281         * gst/sine/gstsinesrc.h:
17282         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
17283         change the 'sync' property to 'is-live' and implement it halfway,
17284         update for controller api change.
17285
17286         * gst/volume/gstvolume.c (volume_transform_ip): Update for
17287         controller api change.
17288
17289 2005-09-24  Wim Taymans  <wim@fluendo.com>
17290
17291         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
17292         * gst-libs/gst/audio/gstaudiosink.c:
17293         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
17294         (gst_audioringbuffer_stop):
17295         * gst-libs/gst/audio/gstbaseaudiosink.c:
17296         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
17297         (gst_base_audio_sink_change_state):
17298         * gst-libs/gst/audio/gstbaseaudiosink.h:
17299         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
17300         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17301         (gst_ring_buffer_commit), (gst_ring_buffer_read):
17302         * gst-libs/gst/audio/gstringbuffer.h:
17303         Fix sync again. Moved sample alignment to basesink.
17304
17305 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17306
17307         * docs/plugins/Makefile.am:
17308         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17309         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17310         * gst/volume/gstvolume.c:
17311           add/fix docs
17312         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
17313         * gst-libs/gst/audio/audio.h:
17314           add conversion macros for frames <-> clocktime
17315
17316 2005-09-23  David Schleef  <ds@schleef.org>
17317
17318         * gst/audioresample/Makefile.am:
17319         * gst/audioresample/debug.h:
17320         * gst/audioresample/gstaudioresample.c:
17321         * gst/audioresample/resample.c: Convert to using gst debugging
17322
17323 2005-09-22  Wim Taymans  <wim@fluendo.com>
17324
17325         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17326         (gst_play_bin_send_event):
17327         Only seek on one sink, the first one that succeeds.
17328
17329 2005-09-22  Michael Smith <msmith@fluendo.com>
17330
17331         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
17332         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
17333         Don't flush encoder state unless we have an initialised encoder.
17334         Clear out encoder state on PAUSED_TO_READY.
17335
17336 2005-09-22  Wim Taymans  <wim@fluendo.com>
17337
17338         * gst-libs/gst/rtp/gstbasertppayload.c:
17339         (gst_basertppayload_class_init), (gst_basertppayload_init),
17340         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
17341         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
17342         (gst_basertppayload_is_filled), (gst_basertppayload_push),
17343         (gst_basertppayload_set_property),
17344         (gst_basertppayload_get_property),
17345         (gst_basertppayload_change_state):
17346         * gst-libs/gst/rtp/gstbasertppayload.h:
17347         Added max-ptime to control amount of data in the rtp packets.
17348
17349 2005-09-21  Andy Wingo  <wingo@pobox.com>
17350
17351         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
17352         thingies.
17353
17354         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
17355         can be called multiple times, dogs.
17356
17357 2005-09-21  Wim Taymans  <wim@fluendo.com>
17358
17359         * gst-libs/gst/rtp/gstbasertppayload.c:
17360         (gst_basertppayload_class_init), (gst_basertppayload_init),
17361         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
17362         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
17363         (gst_basertppayload_push), (gst_basertppayload_get_property),
17364         (gst_basertppayload_change_state):
17365         Allow 0 ssrc too.
17366
17367 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
17368
17369         * docs/libs/compiling.sgml:
17370           fixing typos
17371
17372 2005-09-20  Wim Taymans  <wim@fluendo.com>
17373
17374         * gst-libs/gst/rtp/gstbasertppayload.c:
17375         (gst_basertppayload_class_init), (gst_basertppayload_init),
17376         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
17377         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
17378         (gst_basertppayload_push), (gst_basertppayload_set_property),
17379         (gst_basertppayload_get_property),
17380         (gst_basertppayload_change_state):
17381         * gst-libs/gst/rtp/gstbasertppayload.h:
17382         Added property to configure sequence number offsets.
17383
17384 2005-09-20  Wim Taymans  <wim@fluendo.com>
17385
17386         * gst-libs/gst/rtp/gstbasertppayload.c:
17387         (gst_basertppayload_class_init), (gst_basertppayload_init),
17388         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
17389         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
17390         (gst_basertppayload_push), (gst_basertppayload_set_property),
17391         (gst_basertppayload_get_property),
17392         (gst_basertppayload_change_state):
17393         * gst-libs/gst/rtp/gstbasertppayload.h:
17394         Make timestamp offset configurable.
17395
17396 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17397
17398         * check/pipelines/simple_launch_lines.c: (run_pipeline):
17399           fix wrong pop/unref
17400
17401 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
17402
17403         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17404
17405         * gst-libs/gst/interfaces/propertyprobe.c:
17406         (gst_property_probe_probe_property_name),
17407         (gst_property_probe_needs_probe_name),
17408         (gst_property_probe_get_values_name),
17409         (gst_property_probe_probe_and_get_values_name):
17410           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
17411           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
17412
17413 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17414
17415         * check/Makefile.am:
17416           have some tests be disabled for valgrinding
17417         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
17418         (GST_START_TEST):
17419         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
17420           Fix A Leak.  Chain To Parent Finalize.
17421
17422 2005-09-19  Wim Taymans  <wim@fluendo.com>
17423
17424         * examples/seeking/seek.c: (make_wav_pipeline), (main):
17425         Fixed wav pipeline.
17426
17427 2005-09-19  Wim Taymans  <wim@fluendo.com>
17428
17429         * gst-libs/gst/rtp/gstbasertppayload.c:
17430         (gst_basertppayload_class_init), (gst_basertppayload_init),
17431         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
17432         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
17433         (gst_basertppayload_push), (gst_basertppayload_get_property),
17434         (gst_basertppayload_change_state):
17435         Posting ERROR and WARNING messages is good.
17436
17437 2005-09-19  Wim Taymans  <wim@fluendo.com>
17438
17439         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17440         (gst_base_rtp_depayload_add_to_queue),
17441         (gst_base_rtp_depayload_push),
17442         (gst_base_rtp_depayload_set_gst_timestamp),
17443         (gst_base_rtp_depayload_queue_release):
17444         This one was not supposed to go in.
17445
17446 2005-09-19  Wim Taymans  <wim@fluendo.com>
17447
17448         * check/pipelines/simple_launch_lines.c: (run_pipeline):
17449         Fix for bus API.
17450
17451         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17452         (gst_base_rtp_depayload_chain),
17453         (gst_base_rtp_depayload_add_to_queue),
17454         (gst_base_rtp_depayload_push),
17455         (gst_base_rtp_depayload_set_gst_timestamp),
17456         (gst_base_rtp_depayload_queue_release):
17457         Some cleanups.
17458
17459         * gst-libs/gst/rtp/gstbasertppayload.c:
17460         (gst_basertppayload_class_init), (gst_basertppayload_init),
17461         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
17462         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
17463         (gst_basertppayload_get_property),
17464         (gst_basertppayload_change_state):
17465         Added debugging category.
17466
17467 2005-09-18  David Schleef  <ds@schleef.org>
17468
17469         * gst/playback/gstdecodebin.c: free plugin list correctly
17470         * gst/playback/gstplaybin.c: emit warning if autovideosink
17471           and autoaudiosink can't be found (instead of segfaulting)
17472
17473 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17474
17475         * check/elements/audioconvert.c: (GST_START_TEST):
17476           try out 24 bit conversion
17477
17478 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17479
17480         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
17481         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
17482         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
17483         * ext/vorbis/vorbisenc.h:
17484           Fix EOS handling.  Still needs a fix in the ogg muxer to
17485           mark the last page as eos.
17486
17487 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17488
17489         * common/gtk-doc-plugins.mak:
17490         * docs/plugins/Makefile.am:
17491         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17492         * gst/ffmpegcolorspace/Makefile.am:
17493         * gst/ffmpegcolorspace/avcodec.h:
17494         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17495         * gst/tcp/gstmultifdsink.c:
17496           fix up ffmpegcolorspace docs; extract header
17497
17498 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17499
17500         * common/gtk-doc-plugins.mak:
17501         * docs/plugins/Makefile.am:
17502         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17503         * ext/theora/Makefile.am:
17504         * ext/theora/gsttheoraenc.h:
17505         * ext/theora/theoraenc.c:
17506         * ext/vorbis/vorbisenc.c:
17507           pick up signals and args for vorbis; add some docs for vorbis
17508
17509 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17510
17511         * common/gstdoc-scangobj:
17512         * common/gtk-doc-plugins.mak:
17513         * docs/libs/Makefile.am:
17514         * docs/plugins/gst-plugins-base-plugins.args:
17515         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17516         * docs/plugins/gst-plugins-base-plugins.interfaces:
17517         * docs/plugins/gst-plugins-base-plugins.prerequisites:
17518         * docs/plugins/gst-plugins-base-plugins.signals:
17519           only scanobj stuff from our source module.  Not sure yet
17520           if that's correct, given the hierarchy stuff :)
17521
17522 2005-09-15  Wim Taymans  <wim@fluendo.com>
17523
17524         * gst/audioconvert/gstaudioconvert.c:
17525         And enable 24 bits mode as well..
17526
17527 2005-09-15  Wim Taymans  <wim@fluendo.com>
17528
17529         * gst-libs/gst/rtp/Makefile.am:
17530         * gst-libs/gst/rtp/gstbasertppayload.c:
17531         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
17532         (gst_basertppayload_class_init), (gst_basertppayload_init),
17533         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
17534         (gst_basertppayload_chain), (gst_basertppayload_set_options),
17535         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
17536         (gst_basertppayload_set_property),
17537         (gst_basertppayload_get_property),
17538         (gst_basertppayload_change_state):
17539         * gst-libs/gst/rtp/gstbasertppayload.h:
17540         Added rtp payloader base class.
17541
17542 2005-09-15  Andy Wingo  <wingo@pobox.com>
17543
17544         * configure.ac (plugindir): Remove the EOL matcher from the
17545         regexp, as it causes me problems. Libtool? Make? Who knows?
17546
17547 2005-09-14  David Schleef  <ds@schleef.org>
17548
17549         * check/generic/states.c: 
17550         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
17551         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
17552           Fixes for changes in registry API.
17553
17554         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
17555           to GST_PLUGIN_LDFLAGS.
17556         * ext/libvisual/visual.c: Make the library shut up.
17557         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
17558         * gst-libs/gst/audio/gstaudiofilter.c: same
17559
17560 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17561
17562         * docs/plugins/Makefile.am:
17563         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17564         * docs/plugins/inspect/plugin-libvisual.xml:
17565         * docs/plugins/tmpl/element-tcpserversink.sgml:
17566         * ext/theora/theoraenc.c:
17567           add libvisual plugin and theoraenc element to docs
17568
17569 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17570
17571         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17572         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17573         * ext/theora/theoraenc.c:
17574           add theoraenc
17575
17576 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
17577
17578         * gst/audioconvert/Makefile.am:
17579           Audioconvert derives from GstBaseTransform and should
17580           link to the library with our base elements to avoid
17581           unresolved symbols. Makes things work with MinGW (#316160)
17582
17583         * gst/playback/test4.c: (main):
17584           Fix MinGW build problem and use g_usleep() instead of 
17585           sleep() (#316162)
17586
17587 2005-09-12  Wim Taymans  <wim@fluendo.com>
17588
17589         * gst/audioconvert/audioconvert.c: (float),
17590         (audio_convert_prepare_context), (audio_convert_convert):
17591         * gst/audioconvert/audioconvert.h:
17592         Cleanups, speedups, simplifications, added back support
17593         for 24 bits.
17594
17595 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
17596
17597         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17598         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17599         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
17600         * docs/plugins/tmpl/element-tcpserversink.sgml:
17601         * gst/ffmpegcolorspace/gstffmpeg.c:
17602         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17603         * gst/videotestsrc/gstvideotestsrc.c:
17604         * gst/volume/gstvolume.c:
17605           add more elements to the docs
17606
17607 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
17608
17609         * check/Makefile.am:
17610         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
17611         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
17612           Add extra tests for basetransform based components. 
17613           Comment out the test_element_negotiation test until we decide
17614           if it's testing correct behaviour.
17615         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
17616         (gst_visual_chain), (gst_visual_change_state):
17617           Slightly more correct but still bogus timestamping.
17618           Fix state change function.
17619         * gst/audioconvert/gstaudioconvert.c:
17620         (gst_audio_convert_class_init):
17621         * gst/audioresample/gstaudioresample.c:
17622         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17623         (gst_ffmpegcsp_class_init):
17624         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
17625         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
17626         (gst_videoscale_prepare_image):
17627         * gst/volume/gstvolume.c: (gst_volume_class_init),
17628         (volume_transform_ip):
17629           Basetransform updates. Enable passthrough modes.
17630         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
17631         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
17632         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
17633           Negotiation fix that allows the window to return to the original
17634           size and renegotiate passthrough upstream. Extra debug output.
17635
17636 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17637
17638         * gst/sine/gstsinesrc.c:
17639         * gst/volume/gstvolume.c:
17640           fix up header include
17641
17642 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
17643
17644         * gst-libs/gst/audio/gstbaseaudiosink.c:
17645         (gst_base_audio_sink_render):
17646         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
17647         * gst/volume/gstvolume.c: (gst_volume_class_init),
17648         (volume_transform):
17649           fixing lost sync, some more debugging
17650
17651 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
17652
17653         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
17654         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
17655         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
17656         (gst_xvimagesink_check_xshm_calls):
17657           Fix compilation when XShm is not available.
17658
17659 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
17660
17661         * ext/libvisual/visual.c: (gst_visual_dispose),
17662         (gst_visual_getcaps), (gst_visual_src_setcaps),
17663         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
17664         (gst_visual_change_state):
17665           Finish fixing up libvisual plugin so that it runs. 
17666
17667 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
17668
17669         * ext/vorbis/vorbisenc.c:
17670         * gst-libs/gst/tag/gstvorbistag.c:
17671           gsttaginterface.h -> gsttagsetter.h
17672
17673 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
17674
17675         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
17676           added another test that failes for me (test is not active by default)
17677
17678 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17679
17680         * configure.ac:
17681           v4l2 is no longer in gst-plugins-base
17682
17683 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
17684
17685         * configure.ac:
17686           In the output at the end, don't show the first plugin on the same
17687           line as "Core plug-ins, always built:".
17688           Indent the output as for other plugin categories
17689         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
17690           #define that can be used to not use peer buffer_alloc functions for
17691           test purposes.
17692         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
17693         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
17694         (gst_ximagesink_show_frame):
17695         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
17696         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
17697         (gst_xvimagesink_show_frame):
17698           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
17699           fails gracefully instead of XError aborting or deadlocking.
17700
17701 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
17702
17703         * ext/libvisual/Makefile.am:
17704           link against gst-base-libs
17705
17706 2005-09-06  David Schleef  <ds@schleef.org>
17707
17708         * configure.ac: Enable libvisual plugin.
17709         * ext/libvisual/Makefile.am:
17710         * ext/libvisual/visual.c: Fixes to make it compile.
17711
17712 === release 0.9.2 ===
17713
17714 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17715
17716         * NEWS:
17717         * RELEASE:
17718         * configure.ac:
17719         * docs/random/ChangeLog-0.8:
17720           releasing 0.9.2, "Spoon"
17721
17722 2005-09-05  Michael Smith <msmith@fluendo.com>
17723
17724         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
17725           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
17726           that in the vorbisenc element.
17727
17728 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17729
17730         * common/gtk-doc-plugins.mak:
17731         * docs/plugins/Makefile.am:
17732           fix distcheck
17733         * gst/audioresample/resample.c:
17734           fix wrong docstring
17735
17736 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17737
17738         * common/gst-xmlinspect.py:
17739         * common/gtk-doc-plugins.mak:
17740           only inspect plugins for this given package
17741           require gst-python 0.9
17742
17743 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17744
17745         * Makefile.am:
17746         * autogen.sh:
17747         * common/gst-xmlinspect.py:
17748         * configure.ac:
17749         * docs/Makefile.am:
17750         * docs/plugins/inspect/plugin-alsa.xml:
17751         * docs/plugins/inspect/plugin-audioresample.xml:
17752         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
17753         * docs/plugins/inspect/plugin-ogg.xml:
17754         * docs/plugins/tmpl/element-gnomevfssink.sgml:
17755         * docs/plugins/tmpl/element-multifdsink.sgml:
17756         * docs/plugins/tmpl/element-tcpserversink.sgml:
17757         * docs/plugins/tmpl/element-vorbisenc.sgml:
17758         * gst-plugins-base.spec.in:
17759           various doc-related updates
17760
17761 2005-08-31  Wim Taymans  <wim@fluendo.com>
17762
17763         * gst-libs/gst/audio/gstbaseaudiosink.c:
17764         (gst_base_audio_sink_render):
17765         Resync if the buffer timestamps drift more than a 10th 
17766         of a second.
17767
17768 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
17769
17770         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
17771         (gst_v4lsrc_get_property):
17772           The 'timestamp-offset' property is registered as an int64, so
17773           let's use g_value_{set|get}_int64() in our setter and getter
17774           functions (makes it work and fixes warnings with gst-inspect).
17775
17776 2005-08-30  Wim Taymans  <wim@fluendo.com>
17777
17778         * check/elements/audioconvert.c: (setup_audioconvert):
17779         * check/elements/audioresample.c: (setup_audioresample):
17780         * check/elements/volume.c: (setup_volume):
17781         Fix checks.
17782
17783 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17784
17785         * common/gtk-doc-plugins.mak:
17786         * common/plugins.xsl:
17787         * docs/plugins/Makefile.am:
17788           make module a param
17789
17790 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
17791
17792         * examples/seeking/seek.c: (make_mp3_pipeline),
17793         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
17794         (play_cb), (pause_cb), (stop_cb):
17795           update the example
17796
17797 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
17798
17799         * gst/volume/gstvolume.c: (gst_volume_class_init),
17800         (volume_transform):
17801           do not update controlled params, if buffer has no timestamp
17802
17803 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
17804
17805         * configure.ac:
17806         * gst/sine/Makefile.am:
17807         * gst/volume/Makefile.am:
17808           controllerized elements also need to link against controller-libs ;)
17809
17810 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
17811
17812         * docs/libs/tmpl/gstcolorbalance.sgml:
17813         * docs/libs/tmpl/gstgconf.sgml:
17814         * docs/libs/tmpl/gstmixer.sgml:
17815         * docs/libs/tmpl/gstringbuffer.sgml:
17816         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17817         (gst_sinesrc_create):
17818         * gst/volume/gstvolume.c: (gst_volume_class_init),
17819         (volume_transform):
17820           controllerized two audio plugins
17821
17822 2005-08-29  Andy Wingo  <wingo@pobox.com>
17823
17824         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
17825         (vorbis_handle_data_packet): Fix some int overflow errors.
17826
17827         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
17828         -1.
17829         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
17830         valid.
17831         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
17832         if it's valid. Fixed streaming-mode playback.
17833
17834         * check/elements/volume.c (cleanup_volume): Fix for running
17835         CK_FORK=no.
17836
17837         * check/elements/audioconvert.c: Convert from native endian, not
17838         little endian.
17839
17840 2005-08-29  Michael Smith <msmith@fluendo.com>
17841
17842         * ext/ogg/Makefile.am:
17843         * ext/ogg/gstogg.c: (plugin_init):
17844         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
17845         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
17846         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
17847         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
17848         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
17849         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
17850         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
17851         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
17852         Add an ogg parser element.
17853
17854 2005-08-28  Andy Wingo  <wingo@pobox.com>
17855
17856         * Updates for two-arg init from GST_BOILERPLATE_FULL.
17857
17858 2005-08-26  Wim Taymans  <wim@fluendo.com>
17859
17860         * gst/audioconvert/audioconvert.c: (if), (float),
17861         (audio_convert_get_func_index), (check_default),
17862         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17863         (audio_convert_clean_context), (audio_convert_get_sizes),
17864         (audio_convert_convert):
17865         Cleanups.
17866
17867 2005-08-26  Wim Taymans  <wim@fluendo.com>
17868
17869         * gst/audioconvert/audioconvert.c: (if), (float),
17870         (audio_convert_get_func_index), (check_default),
17871         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17872         (audio_convert_clean_context), (audio_convert_get_sizes),
17873         (audio_convert_convert):
17874         More elegant and working temp buffer selection algo.
17875
17876 2005-08-26  Wim Taymans  <wim@fluendo.com>
17877
17878         * gst/audioconvert/audioconvert.c: (if), (float),
17879         (audio_convert_get_func_index), (check_default),
17880         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17881         (audio_convert_clean_context), (audio_convert_get_sizes),
17882         (get_temp_buffer), (audio_convert_convert):
17883         Use realloc else we lose our original data.
17884
17885 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17886
17887         * gst/audioresample/gstaudioresample.c:
17888           use base class' newsegment to properly timestamp
17889
17890 2005-08-26  Wim Taymans  <wim@fluendo.com>
17891
17892         * gst/audioconvert/audioconvert.c: (if), (float),
17893         (audio_convert_get_func_index), (check_default),
17894         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17895         (audio_convert_clean_context), (audio_convert_get_sizes),
17896         (get_temp_buffer), (audio_convert_convert):
17897         * gst/audioconvert/gstaudioconvert.c:
17898         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
17899         (gst_audio_convert_transform_caps),
17900         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
17901         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
17902         Oops, allocate enough space to perform the channel mix.
17903
17904 2005-08-26  Wim Taymans  <wim@fluendo.com>
17905
17906         * gst/audioconvert/Makefile.am:
17907         * gst/audioconvert/audioconvert.c: (if), (float),
17908         (audio_convert_get_func_index), (check_default),
17909         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17910         (audio_convert_clean_context), (audio_convert_get_sizes),
17911         (get_temp_buffer), (audio_convert_convert):
17912         * gst/audioconvert/audioconvert.h:
17913         * gst/audioconvert/gstaudioconvert.c:
17914         (gst_audio_convert_class_init), (gst_audio_convert_init),
17915         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
17916         (gst_audio_convert_get_unit_size),
17917         (gst_audio_convert_transform_caps),
17918         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
17919         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
17920         * gst/audioconvert/gstaudioconvert.h:
17921         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
17922         (gst_channel_mix_fill_identical),
17923         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
17924         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
17925         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
17926         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
17927         (gst_channel_mix_mix):
17928         * gst/audioconvert/gstchannelmix.h:
17929         Cleanups, librarify a bit, optimize, better negotiation and more.
17930
17931 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
17932
17933         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
17934         Another from MikeS:
17935         During typefinding, don't support negative offsets
17936         (offsets from the end of the stream) in our typefind->peek() function
17937         - nothing embedded in ogg ever needs them. However, we need to recognise
17938         those requests and reject them, otherwise we return invalid pointers.
17939
17940 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
17941
17942         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17943         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
17944         (vorbisdec_finalize), (vorbis_handle_type_packet):
17945           Big shout-out to MikeS for fixing this giant memory leak.
17946           Huzzah!
17947
17948 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17949
17950         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
17951         (audio_convert_get_unit_size):
17952           plug some leaks
17953
17954 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17955
17956         * check/Makefile.am:
17957         * check/elements/audioconvert.c: (setup_audioconvert),
17958         (cleanup_audioconvert), (get_int_caps), (verify_convert),
17959         (GST_START_TEST), (audioconvert_suite), (main):
17960           add a test for audioconvert
17961         * gst/audioresample/gstaudioresample.c:
17962         * gst/audioresample/gstaudioresample.h:
17963           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
17964           note that for buffers of 1/3 sec this means DURATION(c) is 
17965           one nanosecond more than for a and b
17966
17967 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17968
17969         * check/Makefile.am:
17970         * check/elements/audioresample.c: (setup_audioresample),
17971         (cleanup_audioresample), (fail_unless_perfect_stream),
17972         (test_perfect_stream_instance), (GST_START_TEST),
17973           add a check for audioresample
17974         (audioresample_suite), (main):
17975         * check/elements/volume.c: (GST_START_TEST):
17976           remove unused method
17977         * gst/audioresample/gstaudioresample.c:
17978           set correct buffer parameters since we're changing them
17979         * gst/audioresample/resample_ref.c: (resample_scale_ref):
17980           add some debug
17981
17982 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17983
17984         * gst/audioresample/debug.c:
17985         * gst/audioresample/gstaudioresample.c:
17986           add room for extra overlap samples when asked to transform size
17987           protect against possible mem corruption and check for discrepancies
17988           between written size and outbuffer's size so we can warn for
17989           potential problems
17990         * gst/audioresample/resample.c: (resample_init),
17991         (resample_get_output_size_for_input), (resample_get_output_size),
17992         (resample_set_n_channels), (resample_set_format):
17993           set debug level based on RESAMPLE_DEBUG env var
17994           make sure that get_output_size* returns a whole number of
17995           sample_size
17996           set sample_size each time either channel or format is set
17997         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
17998         * gst/audioresample/resample_functable.c:
17999         (resample_scale_functable):
18000         * gst/audioresample/resample_ref.c: (resample_scale_ref):
18001           remove r->sample_size, it's done in resample.c now
18002           add some debugging to the ref implementation
18003           make sure we only give back bytes that are wholes of the sample
18004           size
18005
18006 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
18007         * gst/playback/gstplaybasebin.c: (fill_buffer):
18008         Revert unpopular change for GST_MESSAGE_SRC to GObject.
18009
18010 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
18011
18012         * gst/volume/gstvolume.c:
18013           made set_caps function static
18014
18015 2005-08-24  Wim Taymans  <wim@fluendo.com>
18016
18017         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
18018         (gst_vorbisenc_change_state):
18019         Stop leaking taglists.
18020
18021 2005-08-24  Wim Taymans  <wim@fluendo.com>
18022
18023         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
18024         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
18025         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
18026         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
18027         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
18028         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
18029         Parse seeking events better.
18030         Unref static caps.
18031         Generate correct newsegment events, fixes seeking in live oggs.
18032
18033         * ext/theora/theoradec.c: (theora_dec_src_query),
18034         (theora_dec_src_event), (theora_dec_src_getcaps),
18035         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
18036         Use newsegment values to report correct play time.
18037
18038         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18039         (vorbis_dec_src_event), (vorbis_dec_sink_event):
18040         * ext/vorbis/vorbisdec.h:
18041         Parse and use newsegment values to report correct play time.
18042
18043         * gst-libs/gst/audio/gstbaseaudiosink.c:
18044         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
18045         Clear ringbuffer on flush.
18046         Use newsegment values to calculate playback time.
18047
18048         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
18049         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
18050         Basesink does newsegment calculations for us now.
18051
18052 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18053
18054         * check/Makefile.am:
18055         * configure.ac:
18056           add core's plugins to the mix so that playbin works
18057         * check/generic/states.c: (GST_START_TEST):
18058           set a 0 timeout on pipelines, so they don't force the next
18059           state change
18060         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
18061         (gst_play_base_bin_change_state):
18062           remove the crappy error handling and do GST error handling
18063
18064 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18065
18066         * check/Makefile.am:
18067         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
18068           add same test as to core, it bitches out on playbin atm.
18069
18070 2005-08-24  Wim Taymans  <wim@fluendo.com>
18071
18072         * configure.ac:
18073         Remove audioscale.
18074
18075 2005-08-24  Wim Taymans  <wim@fluendo.com>
18076
18077         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
18078         (gst_videoscale_prepare_size), (parse_caps),
18079         (gst_videoscale_set_caps), (gst_videoscale_get_size),
18080         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
18081         (gst_videoscale_transform):
18082         * gst/videoscale/gstvideoscale.h:
18083         Refactor, make use of BaseTranform really well.
18084
18085 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18086
18087         * configure.ac:
18088           compile audioresample
18089         * gst/audioresample/Makefile.am:
18090         * gst/audioresample/buffer.c:
18091         * gst/audioresample/functable.c:
18092         * gst/audioresample/gstaudioresample.c:
18093         * gst/audioresample/gstaudioresample.h:
18094         * gst/audioresample/resample.c:
18095         (resample_get_output_size_for_input):
18096         * gst/audioresample/resample.h:
18097         * gst/audioresample/resample_chunk.c:
18098         * gst/audioresample/resample_functable.c:
18099         * gst/audioresample/resample_ref.c:
18100           port to use basetransform; doesn't work in all cases yet
18101
18102 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18103
18104         * gst/audioconvert/gstaudioconvert.c:
18105         (gst_audio_convert_class_init), (gst_audio_convert_init),
18106         (audio_convert_get_unit_size), (audio_convert_transform_caps),
18107         (audio_convert_fixate_caps), (audio_convert_set_caps),
18108         (audio_convert_transform),
18109         (gst_audio_convert_buffer_to_default_format),
18110         (gst_audio_convert_buffer_from_default_format),
18111         (gst_audio_convert_channels):
18112         * gst/audioconvert/gstchannelmix.c:
18113         * gst/audioconvert/gstchannelmix.h:
18114           port to basetransform
18115         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18116         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
18117         (gst_ffmpegcsp_get_unit_size):
18118         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
18119         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
18120           fix for basetransform changes
18121
18122 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
18123
18124         * check/Makefile.am:
18125           Add CHECK_CFLAGS and LDFLAGS
18126
18127         * gst/playback/gstplaybasebin.c: (fill_buffer):
18128           GST_MESSAGE_SRC became a GObject
18129
18130 2005-08-24  Wim Taymans  <wim@fluendo.com>
18131
18132         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
18133         (gst_ring_buffer_clear_all):
18134         * gst-libs/gst/audio/gstringbuffer.h:
18135         Added function to clear the ringbuffer.
18136
18137 2005-08-24  Andy Wingo  <wingo@pobox.com>
18138
18139         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
18140         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
18141         of _open and _close.
18142
18143         * sys/v4l/gstv4lxoverlay.h:
18144         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
18145         an Xv connection here, instead of all the time. Make Xv only be
18146         loaded if you axe for it. Kindof a workaround for buggy behaviour
18147         of Xv when using remote xservers (XvQueryExtension would block).
18148         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
18149         replace the _open and _close public API. Only start the xv
18150         connection if necessary.
18151         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
18152
18153 2005-08-23  David Schleef  <ds@schleef.org>
18154
18155         * gst/audioresample/Makefile.am: Leet audioresampling code
18156         * gst/audioresample/buffer.c:
18157         * gst/audioresample/buffer.h:
18158         * gst/audioresample/debug.c:
18159         * gst/audioresample/debug.h:
18160         * gst/audioresample/functable.c:
18161         * gst/audioresample/functable.h:
18162         * gst/audioresample/gstaudioresample.c:
18163         * gst/audioresample/gstaudioresample.h:
18164         * gst/audioresample/resample.c:
18165         * gst/audioresample/resample.h:
18166         * gst/audioresample/resample_chunk.c:
18167         * gst/audioresample/resample_functable.c:
18168         * gst/audioresample/resample_ref.c:
18169
18170 2005-08-23  Wim Taymans  <wim@fluendo.com>
18171
18172         * examples/seeking/seek.c: (make_vorbis_pipeline),
18173         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
18174         Small seek updates.
18175
18176 2005-08-23  Andy Wingo  <wingo@pobox.com>
18177
18178         * gst-libs/gst/audio/gstbaseaudiosrc.c
18179         (gst_base_audio_src_fixate): Only fixate endianness if it is
18180         present in the caps.
18181
18182 2005-08-22  Andy Wingo  <wingo@pobox.com>
18183
18184         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
18185         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
18186         device-name property.
18187
18188         * gst-libs/gst/audio/gstaudiosrc.h:
18189         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
18190         close_device in the ring buffer, like gstaudiosink.
18191
18192         * ext/alsa/gstalsamixer.h:
18193         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
18194         macro to implement the interface without much code. Cleanups. 
18195
18196         * ext/alsa/gstalsasrc.h:
18197         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
18198         READY.
18199
18200         * ext/alsa/Makefile.am: Add new files.
18201         * ext/alsa/gstalsamixerelement.c: 
18202         * ext/alsa/gstalsamixerelement.c: Split element code out from
18203         mixer code so that alsasrc can be a mixer too.
18204
18205 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18206
18207         * check/elements/volume.c: (setup_volume), (cleanup_volume),
18208         (GST_START_TEST):
18209         * check/elements/vorbisdec.c: (setup_vorbisdec),
18210         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
18211         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18212         (vorbis_handle_identification_packet),
18213         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
18214         (vorbis_handle_header_packet), (vorbis_dec_push),
18215         (vorbis_dec_chain):
18216           use the setup/teardown methods to save code.  save code is good.
18217
18218 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18219
18220         * check/Makefile.am:
18221           add ext dir for plugins
18222           add vorbisdec test conditionally
18223         * check/elements/volume.c: (setup_volume), (cleanup_volume),
18224         (GST_START_TEST), (volume_suite):
18225           add a test with wrong caps
18226         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
18227         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
18228           add a vorbisdec test
18229         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
18230         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
18231           clean up debug output
18232         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18233           yay, fix a segfault/security issue in vorbisdec
18234           gst-launch fakesrc ! vorbisdec wasn't happy
18235         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
18236         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
18237         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
18238         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
18239         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
18240         (gst_vorbisenc_set_metadata), (get_constraints_string),
18241         (update_start_message), (gst_vorbisenc_setup),
18242         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18243         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
18244         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
18245         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
18246         * ext/vorbis/vorbisenc.h:
18247           march in line
18248         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18249         (gst_ffmpegcsp_transform):
18250           have the kow come home
18251         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
18252           debug my func ptr
18253         * gst/volume/gstvolume.c: (volume_set_caps):
18254           add a debug
18255
18256 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18257
18258         * Makefile.am:
18259         * check/.cvsignore:
18260         * check/Makefile.am:
18261         * check/elements/.cvsignore:
18262         * check/elements/volume.c: (chain_func), (event_func),
18263         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
18264         (main):
18265         * configure.ac:
18266           add unit test structure for gst-plugins-base
18267           add a test for volume
18268         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
18269         (gst_volume_set_volume), (gst_volume_get_volume),
18270         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
18271         (volume_funcfind), (volume_process_float), (volume_process_int16),
18272         (volume_set_caps), (volume_transform), (volume_update_mute),
18273         (volume_update_volume), (volume_set_property),
18274         (volume_get_property):
18275           document a little; use basetransform vmethod _set_caps
18276
18277 2005-08-19  Andy Wingo  <wingo@pobox.com>
18278
18279         * ext/alsa/gstalsamixertrack.h:
18280         * ext/alsa/gstalsamixertrack.c:
18281         * ext/alsa/gstalsamixeroptions.h:
18282         * ext/alsa/gstalsamixeroptions.c:
18283         * ext/alsa/gstalsamixer.h:
18284         * ext/alsa/gstalsamixer.c: Port to 0.9.
18285
18286         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
18287         Remove gstalsa.c and alsaclock. No more cruft here.
18288         
18289 2005-08-18  Wim Taymans  <wim@fluendo.com>
18290
18291         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18292         (gst_base_rtp_depayload_chain),
18293         (gst_base_rtp_depayload_add_to_queue),
18294         (gst_base_rtp_depayload_push),
18295         (gst_base_rtp_depayload_queue_release):
18296         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18297         Fix for RTPBuffer changes.
18298
18299         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
18300         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
18301         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
18302         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
18303         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
18304         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
18305         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
18306         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
18307         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
18308         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
18309         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
18310         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
18311         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
18312         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
18313         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
18314         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
18315         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
18316         (gst_rtpbuffer_get_payload):
18317         * gst-libs/gst/rtp/gstrtpbuffer.h:
18318         Don't subclass GstBuffer but add methods and helper functions
18319         to construct and manipulate RTP packets in regular GstBuffers.
18320
18321 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
18322
18323         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
18324           moved statement below switch
18325         * gst/volume/gstvolume.c: (gst_volume_class_init):
18326           added debug ptr
18327
18328 2005-08-16  Wim Taymans  <wim@fluendo.com>
18329
18330         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18331         (gst_base_audio_src_change_state):
18332         Open and close device in READY<->NULL state change.
18333
18334 2005-08-16  Andy Wingo  <wingo@pobox.com>
18335
18336         * examples/seeking/Makefile.am: Don't compile non-compiling
18337         compiled objects with the compiler.
18338
18339         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
18340         elements.
18341
18342 2005-08-12  Philippe Khalaf <burger@speedy.org>
18343         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18344         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18345           Made a thread to release the queue.
18346           Removed timestamp conversion for now.
18347
18348 2005-08-10  Philippe Khalaf <burger@speedy.org>
18349         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18350         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18351           Added rtp timestamp -> gst timestamp conversion.
18352           Fixed several problems with queue.
18353
18354 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
18355
18356         * gst-libs/gst/audio/gstaudioclock.h:
18357         * gst-libs/gst/audio/gstaudiofilter.h:
18358         * gst-libs/gst/audio/gstaudiosink.h:
18359         * gst-libs/gst/audio/gstaudiosrc.h:
18360         * gst-libs/gst/audio/gstbaseaudiosink.h:
18361         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18362         * gst-libs/gst/audio/gstringbuffer.h:
18363         * gst-libs/gst/net/gstnetbuffer.h:
18364         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18365         * gst-libs/gst/rtp/gstrtpbuffer.h:
18366           Add padding (you will need to rebuild gst-plugins-base,
18367           gst-plugins and all applications afterwards!)
18368
18369 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
18370
18371         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
18372         (gst_riff_parse_chunk):
18373           Fix bug in debug message and add some more debug messages.
18374
18375 2005-08-08  Edward Hervey  <edward@fluendo.com>
18376
18377         * gst-libs/gst/riff/riff-media.c:
18378         backported updates since branch
18379
18380 2005-08-08  Andy Wingo  <wingo@pobox.com>
18381
18382         * gst-libs/gst/audio/gstbaseaudiosink.c
18383         (gst_base_audio_sink_change_state): Open the device in NULL->READY
18384         like good elements should. Close on READY->NULL too.
18385
18386         * gst-libs/gst/audio/gstaudiosink.c
18387         (gst_audioringbuffer_open_device,
18388         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
18389         (gst_audioringbuffer_release): Updates for new ring buffer API,
18390         hook into the new audio sink api.
18391
18392         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
18393         (GstAudioSinkClass.close): Just open and close the device -- no
18394         resource allocation or configuration.
18395         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
18396         vmethods, handle device setup and resource allocation.
18397
18398         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
18399         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
18400         base class API.
18401
18402         * gst-libs/gst/audio/gstringbuffer.h
18403         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
18404         New vmethods.
18405
18406         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
18407         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
18408         New API functions. The device should be opened before acquiring
18409         and closed after releasing.
18410
18411 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
18412
18413         * gst-libs/gst/interfaces/mixer.h:
18414           Reset padding to GST_PADDING.
18415
18416 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18417
18418         * gst/playback/gstplaybin.c: (remove_sinks):
18419           Remove visualization from parent explicitely; works around some
18420           apparent refcount issue that I haven't tracked down yet.
18421
18422 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18423
18424         * ext/alsa/gstalsasink.c: (set_hwparams):
18425           Assign debug category, add negotiation debug msgs.
18426
18427 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18428
18429         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
18430           Fix error code for file-not-found to NOT_FOUND.
18431
18432 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18433
18434         * common/gtk-doc-plugins.mak:
18435         * docs/plugins/Makefile.am:
18436         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18437         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18438           renamed to actual element names, so much nicer to look at
18439         * docs/plugins/tmpl/gstmultifdsink.sgml:
18440           remove
18441         * docs/plugins/tmpl/multifdsink.sgml:
18442         * docs/plugins/tmpl/tcpserversink.sgml:
18443           add
18444         * ext/alsa/gstalsa.c:
18445         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
18446         * ext/ogg/gstoggmux.c:
18447         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
18448         * gst/playback/gstdecodebin.c:
18449         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
18450         * gst/tcp/gsttcpserversink.c:
18451           various fixes and documentation additions
18452
18453 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18454
18455         * common/Makefile.am:
18456         * common/gstdoc-scangobj:
18457         * common/gtk-doc-plugins.mak:
18458         * common/gtk-doc.mak:
18459           add a custom scangobj that uses the registry
18460           add a custom gtk-doc-plugins.mak that uses it
18461           some doc build fixes
18462         * configure.ac:
18463         * docs/Makefile.am:
18464         * docs/plugins/Makefile.am:
18465         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18466         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18467         * docs/plugins/gst-plugins-base-plugins.types:
18468         * docs/plugins/tmpl/gstmultifdsink.sgml:
18469           add docs for one element, multifdsink
18470         * gst/adder/gstadder.h:
18471         * gst/volume/gstvolume.h:
18472           don't privatize enum
18473         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
18474         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18475         (gst_sync_method_get_type), (gst_client_status_get_type),
18476         (gst_multifdsink_class_init),
18477         (gst_multifdsink_client_queue_buffer),
18478         (gst_multifdsink_handle_client_write):
18479         * gst/tcp/gstmultifdsink.h:
18480         * gst/tcp/gsttcp.h:
18481         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
18482         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
18483         (gst_tcpclientsink_render):
18484         * gst/tcp/gsttcpclientsink.h:
18485         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
18486         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
18487         (gst_tcpclientsrc_start):
18488         * gst/tcp/gsttcpclientsrc.h:
18489         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
18490         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
18491         * gst/tcp/gsttcpserversrc.h:
18492         * gst/typefind/gsttypefindfunctions.c:
18493           remove superfluous Type stuff
18494
18495 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18496
18497         * gst/playback/gstplaybin.c: (gen_video_element):
18498           Enable videoscale.
18499
18500 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18501
18502         * gst-libs/gst/gconf/gconf.c:
18503         * gst-libs/gst/gconf/gconf.h:
18504           Fix some Andy Problem [tm].
18505
18506 2005-08-04  Andy Wingo  <wingo@pobox.com>
18507
18508         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
18509         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
18510         (gst_ffmpegcsp_get_size): Adapt to API changes.
18511
18512         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
18513         Implement an in-place do-nothing transform.
18514
18515 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18516
18517         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
18518         (gst_ximagesink_renegotiate_size):
18519           Do not set new window sizes yet if we prepare a new buffer size
18520           for upstream renegotiation (software scaling) at some point in the
18521           future, because this new size waqs not actually accepted yet. Once
18522           accepted, renegotiation later on will set the new sizes just fine.
18523           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
18524           embedding testcase.
18525
18526 2005-08-03  Andy Wingo  <wingo@pobox.com>
18527
18528         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
18529         (gst_ximagesink_buffer_alloc): 
18530         Protect the height, width, and desired_caps with the pool_lock.
18531         Fixes videotestsrc ! queue ! ximagesink.
18532
18533 2005-08-02  Edward Hervey  <edward@fluendo.com>
18534
18535         * gst/volume/gstvolume.c:
18536         include left from controller cleanup
18537
18538 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
18539         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
18540           Stop collectpads before calling the parent state
18541           change function on PAUSED->READY.
18542
18543 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
18544         * configure.ac:
18545           When testing for X libs, use the X CFlags 
18546         * gst/adder/gstadder.c: (gst_adder_change_state):
18547           Stop the collectpads before calling parent state change function
18548           on PAUSED->READY, otherwise we deadlock deactivating pads.
18549
18550 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
18551
18552         * configure.ac:
18553         * docs/libs/tmpl/gstcolorbalance.sgml:
18554         * docs/libs/tmpl/gstmixer.sgml:
18555         * examples/Makefile.am:
18556         * gst/sine/Makefile.am:
18557         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
18558         (gst_sinesrc_set_property), (plugin_init):
18559         * gst/sine/gstsinesrc.h:
18560         * gst/volume/Makefile.am:
18561         * gst/volume/gstvolume.c: (gst_volume_set_volume),
18562         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
18563         (volume_process_float), (volume_process_int16),
18564         (volume_set_property), (plugin_init):
18565         * gst/volume/gstvolume.h:
18566           deactivate and remove dparams (libgstcontrol)
18567
18568 2005-07-29  Wim Taymans  <wim@fluendo.com>
18569
18570         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
18571         Convert me to BaseTransform!! help..
18572
18573 2005-07-29  Andy Wingo  <wingo@pobox.com>
18574
18575         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
18576         sinks.
18577
18578         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
18579         support of both endiannesses.
18580
18581 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
18582
18583         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18584           Fix confusing debug message (s/event/query/)
18585
18586 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
18587
18588         * gst/videotestsrc/videotestsrc.h:
18589           Use "_stdint.h" instead of <stdint.h>
18590
18591 2005-07-27  Wim Taymans  <wim@fluendo.com>
18592
18593         * ext/vorbis/Makefile.am:
18594         Revert wrong commit.
18595
18596 2005-07-27  Wim Taymans  <wim@fluendo.com>
18597
18598         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
18599         More compilation fixen.
18600
18601 2005-07-27  Wim Taymans  <wim@fluendo.com>
18602
18603         * gst-libs/gst/audio/gstbaseaudiosink.c:
18604         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
18605         (gst_base_audio_sink_create_ringbuffer),
18606         (gst_base_audio_sink_change_state):
18607         Fix compilation.
18608
18609 2005-07-27  Wim Taymans  <wim@fluendo.com>
18610
18611         * examples/seeking/seek.c: (setup_dynamic_link),
18612         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
18613         (query_positions_elems), (query_positions_pads), (do_seek):
18614         Update seek example.
18615
18616         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
18617         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
18618         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
18619         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
18620         (gst_ogg_demux_handle_event),
18621         (gst_ogg_demux_deactivate_current_chain),
18622         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
18623         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
18624         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
18625         (gst_ogg_demux_loop):
18626         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18627         * ext/theora/theoradec.c: (theora_dec_src_event),
18628         (theora_dec_src_getcaps), (theora_dec_sink_event),
18629         (theora_dec_push), (theora_dec_chain):
18630         * ext/vorbis/Makefile.am:
18631         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
18632         (vorbis_dec_sink_event), (vorbis_dec_push),
18633         (vorbis_handle_data_packet):
18634         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
18635         (gst_vorbisenc_chain):
18636         * gst/playback/gststreaminfo.c: (cb_probe):
18637         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
18638         * gst/videorate/gstvideorate.c: (gst_videorate_event):
18639         * gst/videoscale/gstvideoscale.c:
18640         (gst_videoscale_handle_src_event):
18641         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
18642         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
18643         (gst_ximagesink_navigation_send_event):
18644         * sys/xvimage/xvimagesink.c:
18645         (gst_xvimagesink_navigation_send_event):
18646         Various event updates and cleanups
18647
18648 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18649
18650         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
18651           Fix segfault for I420/YV12.
18652
18653 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18654
18655         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18656           Report bitrate.
18657
18658 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18659
18660         * gst/playback/gstplaybin.c: (gen_video_element),
18661         (gen_audio_element):
18662           Switch to auto*sink elements as default sinks; add volume element
18663           so that volume control in totem works.
18664
18665 2005-07-21  Wim Taymans  <wim@fluendo.com>
18666
18667         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
18668         * gst/playback/gstplaybin.c: (setup_sinks),
18669         (gst_play_bin_change_state):
18670         Refcount fix and more comments.
18671
18672 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18673
18674         * sys/ximage/Makefile.am:
18675         * sys/ximage/ximage.c: (plugin_init):
18676         * sys/ximage/ximagesink.c:
18677         Prepare for adding ximagesrc, rename of plugin to ximage etc.
18678         
18679
18680 2005-07-21  Wim Taymans  <wim@fluendo.com>
18681
18682         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
18683         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
18684         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
18685         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
18686         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
18687         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
18688         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
18689         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
18690         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
18691         Generate correct disconts for live chained oggs.
18692
18693         * gst-libs/gst/audio/gstbaseaudiosink.c:
18694         (gst_base_audio_sink_render),
18695         (gst_base_audio_sink_create_ringbuffer),
18696         (gst_base_audio_sink_change_state):
18697         Handle discont math correctly.
18698
18699         * gst/playback/gstplaybin.c: (add_sink):
18700         Some small debug cleanup.
18701
18702 2005-07-21  Wim Taymans  <wim@fluendo.com>
18703
18704         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
18705         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
18706         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
18707         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
18708         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
18709         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
18710         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
18711         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
18712         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
18713         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
18714         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
18715         (gst_ogg_demux_change_state), (gst_ogg_print):
18716         Reorganize code to send the right disconts when in streaming
18717         mode.
18718
18719 2005-07-20  Andy Wingo  <wingo@pobox.com>
18720
18721         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
18722         fix (?), fixes a seggie mcfalterson (#310894).
18723
18724 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18725
18726         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
18727         (gst_ogg_mux_set_header_on_caps):
18728         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
18729         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
18730         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
18731         * gst-libs/gst/audio/multichannel.c:
18732         (gst_audio_set_channel_positions),
18733         (gst_audio_set_structure_channel_positions_list):
18734         * gst/playback/gstdecodebin.c: (dynamic_create):
18735         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
18736         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18737           Fixes for API changes in core.
18738
18739 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18740
18741         * gst/playback/gstplaybasebin.c: (fill_buffer):
18742           Use _new_custom() so we can set custom message types for buffering
18743           messages.
18744
18745 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18746
18747         * configure.ac:
18748         * gst-libs/gst/Makefile.am:
18749         * gst-libs/gst/gconf/.cvsignore:
18750         * gst-libs/gst/gconf/Makefile.am:
18751         * gst-libs/gst/gconf/test-gconf.c:
18752         * pkgconfig/Makefile.am:
18753         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
18754         * pkgconfig/gstreamer-gconf.pc.in:
18755           Remove gconf stuff, use gconf elements instead from now on.
18756
18757 2005-07-20  Wim Taymans  <wim@fluendo.com>
18758
18759         * gst-libs/gst/audio/TODO:
18760         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
18761         (gst_audio_clock_get_internal_time):
18762         * gst-libs/gst/audio/gstaudioclock.h:
18763         * gst-libs/gst/audio/gstbaseaudiosink.c:
18764         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
18765         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
18766         (gst_base_audio_sink_render),
18767         (gst_base_audio_sink_create_ringbuffer),
18768         (gst_base_audio_sink_change_state):
18769         Make sure the audio clock always returns an increasing value.
18770
18771 2005-07-19  Andy Wingo  <wingo@pobox.com>
18772
18773         * gst/videotestsrc/: Cleanups.
18774
18775 2005-07-19  Wim Taymans  <wim@fluendo.com>
18776
18777         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
18778         Better debugging.
18779
18780 2005-07-19  Wim Taymans  <wim@fluendo.com>
18781
18782         * examples/seeking/seek.c: (make_dv_pipeline),
18783         (make_vorbis_theora_pipeline), (query_rates),
18784         (query_positions_elems), (query_positions_pads), (do_seek):
18785         Make correct DV pipeline.
18786
18787 2005-07-18  Andy Wingo  <wingo@pobox.com>
18788
18789         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
18790         default. Also because it's the only thing that really works. (This
18791         is used in the GConf elements).
18792         Use AS_LIBTOOL_TAGS.
18793
18794 2005-07-18  Wim Taymans  <wim@fluendo.com>
18795
18796         * gst/playback/gstdecodebin.c: (remove_element_chain):
18797         * gst/playback/gstplaybin.c: (add_sink):
18798         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
18799         (gst_stream_info_set_mute):
18800         * gst/playback/gststreamselector.c:
18801         (gst_stream_selector_get_linked_pad),
18802         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
18803         More leak and compile fixes.
18804
18805 2005-07-18  Wim Taymans  <wim@fluendo.com>
18806
18807         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
18808         (query_rates), (query_positions_elems), (query_positions_pads),
18809         (do_seek), (seek_cb), (stop_seek):
18810         Updated seek example. 
18811
18812         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
18813         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
18814         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
18815         * gst/playback/gstplaybin.c: (add_sink):
18816         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
18817         (gst_stream_info_set_mute):
18818         Some refcount leak fixes.
18819
18820 2005-07-16  Wim Taymans  <wim@fluendo.com>
18821
18822         * gst-libs/gst/audio/gstbaseaudiosink.c:
18823         (gst_base_audio_sink_render):
18824         Align samples even if we have roundoff errors in the 
18825         timestamp conversion.
18826
18827 2005-07-16  Wim Taymans  <wim@fluendo.com>
18828
18829         * docs/libs/tmpl/gstringbuffer.sgml:
18830         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
18831         (query_rates), (query_positions_elems), (query_positions_pads),
18832         (update_scale), (do_seek):
18833         Updated seek example.
18834
18835         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
18836         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
18837         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
18838         (gst_ogg_demux_loop):
18839         Push out correct discont values.
18840
18841         * ext/theora/theoradec.c: (theora_dec_src_convert),
18842         (theora_dec_sink_convert), (theora_dec_src_getcaps),
18843         (theora_dec_sink_event), (theora_handle_type_packet),
18844         (theora_handle_header_packet), (theora_dec_push),
18845         (theora_handle_data_packet), (theora_dec_chain),
18846         (theora_dec_change_state):
18847         Better timestamping.
18848
18849         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18850         (vorbis_dec_sink_event), (vorbis_dec_push),
18851         (vorbis_handle_data_packet), (vorbis_dec_chain):
18852         * ext/vorbis/vorbisdec.h:
18853         Better timestamping.
18854
18855         * gst-libs/gst/audio/gstbaseaudiosink.c:
18856         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
18857         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
18858         Handle syncing on timestamps instead of sample offsets. Make
18859         use of DISCONT values as described in design docs.
18860
18861         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18862         (gst_base_audio_src_get_time):
18863         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
18864         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
18865         (gst_ring_buffer_read):
18866         * gst-libs/gst/audio/gstringbuffer.h:
18867         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
18868         (gst_ximagesink_show_frame):
18869         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
18870         Correcly convert buffer timestamp to stream time.
18871
18872 2005-07-16  Wim Taymans  <wim@fluendo.com>
18873
18874         * gst/audioconvert/gstaudioconvert.c:
18875         (gst_audio_convert_get_buffer):
18876         Timestamp buffers correctly.
18877
18878         * gst/playback/gstplaybin.c: (gen_video_element):
18879         Make internal fakesink silent.
18880
18881 2005-07-15  Wim Taymans  <wim@fluendo.com>
18882
18883         * gst/ffmpegcolorspace/Makefile.am:
18884         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18885         (gst_ffmpegcsp_caps_remove_format_info),
18886         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
18887         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
18888         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
18889         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
18890         Ported ffmpegcolorspace to basetransform.
18891
18892         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
18893         * gst/volume/gstvolume.c: (volume_transform):
18894         Ported to new API.
18895
18896 2005-07-14  Wim Taymans  <wim@fluendo.com>
18897
18898         * gst/videotestsrc/Makefile.am:
18899         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
18900         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
18901         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
18902         (gst_videotestsrc_init), (gst_videotestsrc_event),
18903         (gst_videotestsrc_create), (gst_videotestsrc_start),
18904         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
18905         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
18906         (gst_videotestsrc_get_property):
18907         * gst/videotestsrc/gstvideotestsrc.h:
18908         Make videotestsrc a pushsrc.
18909
18910 2005-07-14  Wim Taymans  <wim@fluendo.com>
18911
18912         * gst/tcp/gstfdset.c: (gst_fdset_free):
18913         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
18914         (gst_multifdsink_add), (gst_multifdsink_remove),
18915         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
18916         (gst_multifdsink_remove_client_link),
18917         (gst_multifdsink_client_queue_data),
18918         (gst_multifdsink_client_queue_caps),
18919         (gst_multifdsink_client_queue_buffer),
18920         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
18921         (gst_multifdsink_stop):
18922         * gst/tcp/gstmultifdsink.h:
18923         0.8 backporting.
18924
18925         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
18926         Also draw image when not from a pool.
18927
18928 2005-07-14  Wim Taymans  <wim@fluendo.com>
18929
18930         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
18931         (mute_stream), (silence_stream):
18932         Small debug additions.
18933
18934 2005-07-14  Wim Taymans  <wim@fluendo.com>
18935
18936         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
18937         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
18938         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
18939         Better error recovery, ignore unconnected pads and
18940         non-fatal errors.
18941
18942 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18943
18944         * docs/libs/tmpl/gstaudio.sgml:
18945         * docs/libs/tmpl/gstcolorbalance.sgml:
18946         * docs/libs/tmpl/gstgconf.sgml:
18947         * docs/libs/tmpl/gstmixer.sgml:
18948         * docs/libs/tmpl/gstringbuffer.sgml:
18949         * docs/libs/tmpl/gsttuner.sgml:
18950         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18951         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
18952         (gst_tcpclientsrc_class_init):
18953         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
18954         (gst_tcpserversrc_class_init):
18955         * sys/v4l/gstv4lelement.c:
18956           more autistic cleanliness in functions/names/defines
18957
18958 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18959
18960         * configure.ac:
18961           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
18962           added manually to each Makefile.am so we are sure it goes
18963           *last* and doesn't add -L flags before linking in libs of our
18964           own, like, say, internal .la libs, that then accidentally pick
18965           up the installed copy.
18966         * docs/libs/Makefile.am:
18967         * ext/alsa/Makefile.am:
18968         * ext/cdparanoia/Makefile.am:
18969         * ext/gnomevfs/Makefile.am:
18970         * ext/libvisual/Makefile.am:
18971         * ext/ogg/Makefile.am:
18972         * ext/theora/Makefile.am:
18973         * ext/vorbis/Makefile.am:
18974         * gst-libs/gst/video/Makefile.am:
18975         * gst/adder/Makefile.am:
18976         * gst/audioconvert/Makefile.am:
18977         * gst/audiorate/Makefile.am:
18978         * gst/audioscale/Makefile.am:
18979         * gst/ffmpegcolorspace/Makefile.am:
18980         * gst/playback/Makefile.am:
18981         * gst/sine/Makefile.am:
18982         * gst/subparse/Makefile.am:
18983         * gst/tags/Makefile.am:
18984         * gst/tcp/Makefile.am:
18985         * gst/typefind/Makefile.am:
18986         * gst/videorate/Makefile.am:
18987         * gst/videoscale/Makefile.am:
18988         * gst/videotestsrc/Makefile.am:
18989         * gst/volume/Makefile.am:
18990         * sys/v4l/Makefile.am:
18991         * sys/ximage/Makefile.am:
18992         * sys/xvimage/Makefile.am:
18993           adapt properly to this change. This should make sure that
18994           plugins and libs properly link to the as-yet-uninstalled
18995           copies of stuff like libgstinterfaces and libgstvideo
18996
18997 2005-07-13  Andy Wingo  <wingo@pobox.com>
18998
18999         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
19000         (gst_v4lsrc_fixate): Fixate on format as well.
19001
19002         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
19003         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
19004         buffer points to it.
19005         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
19006         rather just doing X calls ourselves. Also fixes a memleak.
19007
19008 2005-07-12  Andy Wingo  <wingo@pobox.com>
19009
19010         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
19011         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
19012         (gst_v4lsrc_create): Re-add the copy-mode property, default to
19013         TRUE to avoid deadlocks if an element holds on to our buffers.
19014
19015 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19016
19017         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
19018         (gst_sinesrc_init), (gst_sinesrc_create),
19019         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
19020         (gst_sinesrc_start):
19021         * gst/sine/gstsinesrc.h:
19022           removing num-buffers property before moving it
19023
19024 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
19025
19026         * configure.ac:
19027           use overridable ERROR_CFLAGS
19028         * docs/libs/gst-plugins-base-libs.types:
19029         * docs/libs/tmpl/gstringbuffer.sgml:
19030         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
19031         (gst_alsasink_class_init):
19032         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
19033         (gst_alsasrc_class_init):
19034         * gst-libs/gst/audio/audio.h:
19035         * gst-libs/gst/audio/gstaudioclock.h:
19036         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
19037         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
19038         (gst_audio_filter_link), (gst_audio_filter_init),
19039         (gst_audio_filter_chain), (gst_audio_filter_set_property),
19040         (gst_audio_filter_get_property),
19041         (gst_audio_filter_class_add_pad_templates):
19042         * gst-libs/gst/audio/gstaudiofilter.h:
19043         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
19044         (gst_audio_filter_template_get_type),
19045         (gst_audio_filter_template_base_init),
19046         (gst_audio_filter_template_class_init),
19047         (gst_audio_filter_template_init),
19048         (gst_audio_filter_template_set_property),
19049         (gst_audio_filter_template_get_property), (plugin_init),
19050         (gst_audio_filter_template_setup),
19051         (gst_audio_filter_template_filter),
19052         (gst_audio_filter_template_filter_inplace):
19053         * gst-libs/gst/audio/gstaudiosink.c:
19054         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19055         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
19056         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
19057         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
19058         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
19059         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
19060         * gst-libs/gst/audio/gstaudiosink.h:
19061         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
19062         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
19063         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19064         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
19065         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
19066         (gst_audio_src_class_init), (gst_audio_src_init),
19067         (gst_audio_src_create_ringbuffer):
19068         * gst-libs/gst/audio/gstaudiosrc.h:
19069         * gst-libs/gst/audio/gstbaseaudiosink.c:
19070         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
19071         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
19072         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
19073         (gst_base_audio_sink_set_property),
19074         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
19075         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
19076         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
19077         (gst_base_audio_sink_create_ringbuffer),
19078         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
19079         * gst-libs/gst/audio/gstbaseaudiosink.h:
19080         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19081         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
19082         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
19083         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
19084         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
19085         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
19086         (gst_base_audio_src_event), (gst_base_audio_src_create),
19087         (gst_base_audio_src_create_ringbuffer),
19088         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
19089         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19090         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
19091         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
19092         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
19093         (gst_ring_buffer_debug_spec_caps),
19094         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
19095         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
19096         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
19097         (gst_ring_buffer_start), (gst_ring_buffer_pause),
19098         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
19099         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19100         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
19101         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
19102         (gst_ring_buffer_clear):
19103         * gst-libs/gst/audio/gstringbuffer.h:
19104         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
19105         (gst_video_sink_class_init), (gst_video_sink_get_type):
19106         * gst-libs/gst/video/videosink.h:
19107         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
19108         (gst_multifdsink_class_init),
19109         (gst_multifdsink_handle_client_write),
19110         (gst_multifdsink_change_state):
19111         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
19112         (gst_tcpclientsink_setcaps):
19113         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
19114         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
19115         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
19116         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
19117         (gst_ximagesink_send_pending_navigation),
19118         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
19119         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
19120         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
19121         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
19122         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
19123         (gst_xvimagesink_send_pending_navigation),
19124         (gst_xvimagesink_navigation_send_event),
19125         (gst_xvimagesink_set_xwindow_id),
19126         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
19127         (gst_xvimagesink_get_type):
19128         more macro splitting
19129
19130 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19131
19132         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
19133           plug a memleak, allows me to import 1479 albums in one go
19134           in jamboree
19135         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
19136         (vorbis_handle_type_packet), (vorbis_dec_chain),
19137         (vorbis_dec_change_state):
19138           fix some format strings
19139
19140 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19141
19142         * docs/libs/tmpl/gstcolorbalance.sgml:
19143         * docs/libs/tmpl/gstmixer.sgml:
19144         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
19145         (gst_alsasink_set_property), (gst_alsasink_get_property):
19146         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
19147         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
19148           add device property
19149
19150 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19151
19152         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19153         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19154         (audiocast_register_listener), (audiocast_thread_run),
19155         (gst_gnomevfssrc_send_additional_headers_callback),
19156         (gst_gnomevfssrc_received_headers_callback),
19157         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
19158         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
19159         (gst_gnomevfssrc_get_size):
19160           add/clean up debugging
19161         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
19162           cleanups
19163
19164 2005-07-07  Andy Wingo  <wingo@pobox.com>
19165
19166         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
19167         framerate. Need to get a handle on when exactly this function is
19168         called, tho.
19169
19170         * sys/v4l/v4lsrc_calls.h:
19171         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
19172         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
19173         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
19174
19175         * sys/v4l/v4l_calls.h: Cast to V4lElement.
19176         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
19177         v4lelements are sources.
19178
19179         * sys/v4l/gstv4lxoverlay.h:
19180         * sys/v4l/gstv4lxoverlay.c:
19181         * sys/v4l/gstv4ltuner.h:
19182         * sys/v4l/gstv4ltuner.c: Header loc fixen.
19183         
19184         * sys/v4l/gstv4lsrc.h:
19185         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
19186         PushSrc/BaseSrc. Removed most sync-related properties, videorate
19187         or something should handle that. Made a live source.
19188
19189         * sys/v4l/gstv4lelement.h:
19190         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
19191         signals. Some cleanups.
19192
19193         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
19194
19195         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
19196         stuff.
19197
19198         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
19199         stuff.
19200
19201         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
19202
19203 2005-07-07  Wim Taymans  <wim@fluendo.com>
19204
19205         * ext/theora/theoradec.c: (theora_get_query_types),
19206         (theora_dec_src_getcaps), (theora_dec_push):
19207         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
19208         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
19209         Remove deprecated/unused query types.
19210
19211 2005-07-06  Wim Taymans  <wim@fluendo.com>
19212
19213         * ext/alsa/Makefile.am:
19214         * ext/alsa/gstalsaplugin.c: (plugin_init):
19215         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
19216         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
19217         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
19218         (gst_alsasrc_class_init), (gst_alsasrc_init),
19219         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
19220         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
19221         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
19222         (gst_alsasrc_reset):
19223         * ext/alsa/gstalsasrc.h:
19224         * gst-libs/gst/audio/Makefile.am:
19225         * gst-libs/gst/audio/gstaudiosink.c:
19226         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19227         (gst_audioringbuffer_start):
19228         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
19229         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
19230         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
19231         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
19232         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
19233         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
19234         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
19235         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
19236         * gst-libs/gst/audio/gstaudiosrc.h:
19237         * gst-libs/gst/audio/gstbaseaudiosink.c:
19238         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
19239         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
19240         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
19241         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19242         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
19243         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
19244         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
19245         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
19246         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
19247         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
19248         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
19249         (gst_baseaudiosrc_change_state):
19250         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19251         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
19252         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
19253         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
19254         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
19255         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
19256         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
19257         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
19258         * gst-libs/gst/audio/gstringbuffer.h:
19259         Added audiosource base classes.
19260         Ported alsasrc, still very basic.
19261
19262 2005-07-06  Wim Taymans  <wim@fluendo.com>
19263
19264         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
19265         (theora_dec_push), (theora_handle_data_packet):
19266         Prepare for better timestamp fix later.
19267
19268         * gst/audioconvert/gstaudioconvert.c:
19269         List most accurate caps first
19270
19271         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
19272         Use proper pad task function.
19273
19274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
19275         (gst_xvimagesink_show_frame):
19276         Fix deadlock when alloc failed.
19277
19278 2005-07-05  Andy Wingo  <wingo@pobox.com>
19279
19280         * ext/gnomevfs/gstgnomevfssrc.c:
19281         * gst/sine/gstsinesrc.c:
19282         * gst/tcp/gsttcpserversrc.c:
19283         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
19284
19285         * sys/v4l/: Port from 0.8.
19286
19287         * Many files: Null if we got it....
19288
19289 2005-07-05  Andy Wingo  <wingo@pobox.com>
19290
19291         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
19292         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
19293         Signedness fixes.
19294
19295 2005-07-05  Wim Taymans  <wim@fluendo.com>
19296
19297         * configure.ac:
19298         * gst/tcp/Makefile.am:
19299         * gst/tcp/README:
19300         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
19301         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
19302         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
19303         (is_sync_frame), (gst_multifdsink_handle_client_write),
19304         (gst_multifdsink_render), (gst_multifdsink_start),
19305         (gst_multifdsink_stop), (gst_multifdsink_change_state):
19306         * gst/tcp/gstmultifdsink.h:
19307         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
19308         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
19309         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
19310         * gst/tcp/gsttcp.h:
19311         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
19312         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
19313         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
19314         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
19315         * gst/tcp/gsttcpclientsink.h:
19316         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
19317         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
19318         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
19319         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
19320         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
19321         * gst/tcp/gsttcpclientsrc.h:
19322         * gst/tcp/gsttcpplugin.c: (plugin_init):
19323         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
19324         * gst/tcp/gsttcpserversink.h:
19325         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
19326         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
19327         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
19328         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
19329         (gst_tcpserversrc_stop):
19330         * gst/tcp/gsttcpserversrc.h:
19331         * gst/tcp/gsttcpsink.c:
19332         * gst/tcp/gsttcpsink.h:
19333         * gst/tcp/gsttcpsrc.c:
19334         * gst/tcp/gsttcpsrc.h:
19335         Ported tcp plugins to 0.9. 
19336         
19337
19338 2005-07-05  Andy Wingo  <wingo@pobox.com>
19339
19340         * gst/playback/gstplaybasebin.c (fill_buffer):
19341         message_new_application fixen.
19342
19343         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
19344         Style fix.
19345
19346 2005-07-04  Wim Taymans  <wim@fluendo.com>
19347
19348         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19349         Set caps on output buffer.
19350
19351 2005-07-04  Andy Wingo  <wingo@pobox.com>
19352
19353         * ext/gnomevfs/gstgnomevfssrc.c
19354         (gst_gnomevfssrc_received_headers_callback) 
19355         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
19356         hopefully.
19357
19358         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
19359         No refcount leakage.
19360
19361         * configure.ac: Enable -Werror.
19362         
19363         * ext/theora/theoradec.c (theora_dec_src_getcaps):
19364         * gst/audioconvert/bufferframesconvert.c
19365         (buffer_frames_convert_fixate):
19366         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
19367         (gst_audio_convert_fixate):
19368         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
19369         (gst_sinesrc_create): Fixate func changes.
19370         
19371         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
19372         (gst_ximagesink_buffer_alloc): Unused var.
19373
19374 2005-07-01  Andy Wingo  <wingo@pobox.com>
19375
19376         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
19377         getcaps to do explicit caps. Needs to be done in all decoders,
19378         possibly via a base class.
19379
19380         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
19381
19382         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
19383         caps on the sink pad, just rely on the pad template. Also, setting
19384         ANY caps on a pad is not valid because the caps are not fixed.
19385
19386         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
19387         caps on the buffer, and get the width from the desired_caps if
19388         they're set.
19389         (gst_ximagesink_renegotiate_size): Implement via setting the
19390         desired_caps on the ximagesink.
19391         (gst_ximagesink_setcaps): Only reset the width of the player if it
19392         wasn't already set. Not sure if this is right.
19393         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
19394
19395         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
19396         that the user wants. NULL unless the window has been resized.
19397
19398         * gst/volume/gstvolume.c (volume_transform): Adapt to
19399         basetransform refcount changes.
19400         
19401 2005-07-01  Andy Wingo  <wingo@pobox.com>
19402
19403         * gst/videoscale/gstvideoscale.c:
19404         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
19405         from BaseTransform, implements a transform_caps. Removed dead code
19406         including some PAR stuff that was never reached -- should probably
19407         be added back somehow.
19408
19409 2005-07-01  Andy Wingo  <wingo@pobox.com>
19410
19411         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
19412         come later.
19413
19414 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19415
19416         * configure.ac:
19417         * docs/libs/Makefile.am:
19418         * docs/libs/gst-plugins-libs.types:
19419         * ext/alsa/Makefile.am:
19420         * ext/alsa/gstalsamixer.h:
19421         * ext/alsa/gstalsamixeroptions.h:
19422         * ext/alsa/gstalsamixertrack.h:
19423         * gst-libs/gst/Makefile.am:
19424         * gst-libs/gst/colorbalance/.cvsignore:
19425         * gst-libs/gst/colorbalance/Makefile.am:
19426         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
19427         * gst-libs/gst/colorbalance/colorbalance.c:
19428         * gst-libs/gst/colorbalance/colorbalance.h:
19429         * gst-libs/gst/colorbalance/colorbalance.vcproj:
19430         * gst-libs/gst/colorbalance/colorbalancechannel.c:
19431         * gst-libs/gst/colorbalance/colorbalancechannel.h:
19432         * gst-libs/gst/interfaces/Makefile.am:
19433         * gst-libs/gst/interfaces/colorbalance.c:
19434         (gst_color_balance_class_init):
19435         * gst-libs/gst/interfaces/colorbalance.h:
19436         * gst-libs/gst/interfaces/interfaces-marshal.list:
19437         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
19438         * gst-libs/gst/interfaces/mixer.h:
19439         * gst-libs/gst/interfaces/mixeroptions.h:
19440         * gst-libs/gst/interfaces/navigation.c:
19441         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
19442         * gst-libs/gst/interfaces/tuner.h:
19443         * gst/volume/Makefile.am:
19444         * gst/volume/gstvolume.c:
19445         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
19446         * sys/ximage/Makefile.am:
19447         * sys/ximage/ximagesink.c:
19448         * sys/xvimage/Makefile.am:
19449         * sys/xvimage/xvimagesink.c:
19450           fold in all interfaces into an interfaces dir, preserving CVS
19451           history
19452
19453 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19454
19455         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19456           Fix build after riff changes.
19457
19458 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19459
19460         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19461         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
19462         (gst_riff_create_video_template_caps),
19463         (gst_riff_create_audio_template_caps),
19464         (gst_riff_create_iavs_template_caps):
19465         * gst-libs/gst/riff/riff-media.h:
19466         * gst-libs/gst/riff/riff-read.h:
19467         * gst-libs/gst/riff/riff.c: (gst_riff_init):
19468           Add gst_riff_init() to initialize the debug category, instead
19469           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
19470
19471 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19472
19473         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
19474           Oops, I shouldn't apply hacks.
19475
19476 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19477
19478         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
19479           Remove pad_loop function which doesn't work.
19480
19481 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19482
19483         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
19484           Send EOS when deactivating.
19485         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19486         (check_queue), (queue_threshold_reached), (queue_out_of_data),
19487         (gen_preroll_element), (probe_triggered), (mute_stream),
19488         (silence_stream), (new_decoded_pad), (setup_substreams),
19489         (set_active_source):
19490         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
19491         (remove_sinks), (add_sink):
19492         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
19493           Change for new probe API.
19494
19495 2005-06-29  Wim Taymans  <wim@fluendo.com>
19496
19497         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
19498         * gst-libs/gst/audio/gstbaseaudiosink.c:
19499         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
19500         (gst_baseaudiosink_change_state):
19501         * gst-libs/gst/audio/gstbaseaudiosink.h:
19502         * gst-libs/gst/audio/gstringbuffer.c:
19503         (gst_ringbuffer_set_callback):
19504         Fix compilation error.
19505         Ringbuffer starts out as not running.
19506         Free our clock in dispose.
19507         When releasing the ringbuffer we need to renegotiate so
19508         clear the pad caps.
19509
19510 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19511
19512         * autogen.sh:
19513         * configure.ac:
19514         * docs/Makefile.am:
19515         * docs/libs/Makefile.am:
19516         * docs/libs/gst-plugins-libs-docs.sgml:
19517         * docs/libs/gst-plugins-libs-sections.txt:
19518         * docs/libs/gst-plugins-libs.types:
19519         * docs/libs/tmpl/gstaudio.sgml:
19520         * docs/libs/tmpl/gstcolorbalance.sgml:
19521         * docs/libs/tmpl/gstringbuffer.sgml:
19522         * gst-libs/gst/audio/gstringbuffer.c:
19523         (gst_ringbuffer_set_callback):
19524           reinstate gtk-doc docs for plugin libs
19525
19526 2005-06-28  Wim Taymans  <wim@fluendo.com>
19527
19528         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
19529         (gst_ogg_demux_init):
19530         Removed pad loop function.
19531
19532 2005-06-28  Wim Taymans  <wim@fluendo.com>
19533
19534         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
19535         If we're building a chain we are not in an error case
19536         when we queue a buffer.
19537
19538 2005-06-28  Andy Wingo  <wingo@pobox.com>
19539
19540         * *.c: Don't cast to GstObject before reffing/unreffing.
19541
19542 2005-06-27  Andy Wingo  <wingo@pobox.com>
19543
19544         * gst/videotestsrc/gstvideotestsrc.c
19545         (gst_videotestsrc_activate_push): Activation API changes.
19546
19547         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
19548         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
19549         they have refs on the decodebin.
19550
19551         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
19552         parent class.
19553         (gst_ogg_pad_typefind): Don't leak a pad ref.
19554         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
19555         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
19556         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
19557
19558 2005-06-27  Edward Hervey  <edward@fluendo.com>
19559
19560         * ext/theora/theoradec.c: (theora_dec_change_state): 
19561         re-arranged call to parent's state change in order to avoid locks (or
19562         worse).
19563
19564 2005-06-26  Edward Hervey  <edward@fluendo.com>
19565
19566         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19567         2nd argument of 'unknow-type' signal is a GstCaps and not a
19568         GstMiniObject
19569
19570 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
19571         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
19572           Set the worker thread's running flag to TRUE before starting the
19573           thread.
19574         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
19575           Catch a failure to add typefind to the bin.
19576
19577 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19578
19579         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
19580         (gst_sinesrc_init), (gst_sinesrc_create),
19581         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
19582         (gst_sinesrc_start):
19583         * gst/sine/gstsinesrc.h:
19584           add num-buffers and timestamp-offset properties
19585         * gst/videotestsrc/gstvideotestsrc.c:
19586         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
19587         (gst_videotestsrc_get_property):
19588           add timestamp-offset property
19589
19590 2005-06-23  Christian Schaller  <uraeus@gnome.org>
19591
19592         * configure.ac: add videorate
19593         * gst-plugins-base.spec.in: add videorate
19594
19595 2005-06-23  Wim Taymans  <wim@fluendo.com>
19596
19597         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19598         (gst_videorate_getcaps), (gst_videorate_setcaps),
19599         (gst_videorate_event), (gst_videorate_chain):
19600         Fixed videorate, fixating an already fixated caps is not
19601         an error.
19602
19603 2005-06-23  Wim Taymans  <wim@fluendo.com>
19604
19605         * ext/ogg/README:
19606         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
19607         Buffer on caps is not boxed anymore.
19608
19609 2005-06-22  Wim Taymans  <wim@fluendo.com>
19610
19611         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
19612         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
19613         Set buffers on caps as miniobjects and not as boxed.
19614
19615 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19616
19617         * configure.ac:
19618           back to HEAD
19619
19620 === release 0.9.1 ===
19621
19622 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19623
19624         * .cvsignore:
19625         * NEWS:
19626         * README:
19627         * RELEASE:
19628         * configure.ac:
19629         * po/af.po:
19630         * po/az.po:
19631         * po/cs.po:
19632         * po/en_GB.po:
19633         * po/hu.po:
19634         * po/it.po:
19635         * po/nb.po:
19636         * po/nl.po:
19637         * po/or.po:
19638         * po/sq.po:
19639         * po/sr.po:
19640         * po/sv.po:
19641         * po/uk.po:
19642         * po/vi.po:
19643           updates for release
19644
19645 2005-06-09  Andy Wingo  <wingo@pobox.com>
19646
19647         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
19648         
19649 2005-06-09  Andy Wingo  <wingo@pobox.com>
19650
19651         * configure.ac:
19652         * gst-libs/gst/Makefile.am:
19653         * gst-libs/gst/net/Makefile.am:
19654         Add gstnet to build.
19655
19656 2005-06-09  Andy Wingo  <wingo@pobox.com>
19657
19658         * gst-libs/gst/gconf/gconf.c:
19659         * gst/playback/test.c:
19660         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
19661         fixes.
19662
19663         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
19664
19665         * ext/theora/theoraenc.c (theora_enc_chain): 
19666         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
19667
19668         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
19669         RealPad.
19670
19671 2005-06-02  Wim Taymans  <wim@fluendo.com>
19672
19673         * gst-libs/gst/net/Makefile.am:
19674         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
19675         * pkgconfig/gstreamer-libs.pc.in:
19676         Added net stuff, version net lib.
19677
19678 2005-06-02  Wim Taymans  <wim@fluendo.com>
19679
19680         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
19681         (query_rates), (query_positions_elems), (query_positions_pads),
19682         (do_seek):
19683         Updated seek example.
19684
19685 2005-06-02  Andy Wingo  <wingo@pobox.com>
19686
19687         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
19688         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
19689         list.
19690
19691         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
19692         remove the typefind, the bin dispose will do it for us. When it's
19693         removed and unreffed, the signal handler will be disconnected,
19694         too.
19695         (unlinked): It's too difficult to disconnect from unlinked
19696         handlers, as they are on pads not elements. Just punt if the pads
19697         aren't grandkids of the bin.
19698
19699 2005-06-02  Wim Taymans  <wim@fluendo.com>
19700
19701         * ext/ogg/README:
19702         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
19703         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
19704         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
19705         * ext/theora/theoradec.c: (theora_dec_src_query),
19706         (theora_handle_data_packet):
19707         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19708         (theora_enc_chain):
19709         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
19710         (vorbis_handle_data_packet):
19711         * gst/audioconvert/bufferframesconvert.c:
19712         (buffer_frames_convert_chain):
19713         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19714         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19715         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
19716         (gst_ffmpegcsp_chain):
19717         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19718         (gst_videorate_getcaps), (gst_videorate_setcaps),
19719         (gst_videorate_event), (gst_videorate_chain):
19720         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
19721         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
19722         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
19723         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
19724         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
19725         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
19726         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
19727         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
19728         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
19729         Cleanups and buffer alloc.
19730
19731 2005-05-31  Wim Taymans  <wim@fluendo.com>
19732
19733         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
19734         Don't try to call the delay method when the device is not
19735         opened.
19736
19737 2005-05-31  Wim Taymans  <wim@fluendo.com>
19738
19739         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
19740         Get actual segment size and buffer size after opening
19741         the device.
19742
19743 2005-05-30  Wim Taymans  <wim@fluendo.com>
19744
19745         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
19746         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
19747         Also FLUSH upstream, makes the loop function exit faster.
19748         
19749         * ext/theora/theoradec.c: (theora_dec_src_query):
19750         Some more debug info in the query.
19751         
19752         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
19753         (gst_ximagesink_setcaps):
19754         Release lock on par error, better error reporting.
19755
19756 2005-05-26  Wim Taymans  <wim@fluendo.com>
19757
19758         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
19759         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
19760         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
19761         Clear chains in READY
19762         Queue packets until the chain is activated.
19763
19764 2005-05-25  Wim Taymans  <wim@fluendo.com>
19765
19766         * gst-libs/gst/audio/gstaudiosink.c:
19767         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19768         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19769         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19770         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19771         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19772         (gst_audiosink_create_ringbuffer):
19773         * gst-libs/gst/audio/gstbaseaudiosink.c:
19774         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
19775         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
19776         (gst_baseaudiosink_set_property), (build_linear_format),
19777         (debug_spec_caps), (debug_spec_buffer),
19778         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
19779         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
19780         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
19781         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
19782         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
19783         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
19784         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
19785         (gst_ringbuffer_play), (gst_ringbuffer_pause),
19786         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
19787         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
19788         (wait_segment), (gst_ringbuffer_commit),
19789         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
19790         (gst_ringbuffer_clear):
19791         Various small cleanups.
19792
19793         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19794         (gst_audio_convert_change_state):
19795         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
19796         No need to take the locks anymore.
19797
19798 2005-05-25  Wim Taymans  <wim@fluendo.com>
19799
19800         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19801         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
19802         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
19803         (type_found):
19804         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
19805         (group_destroy), (group_commit), (queue_overrun),
19806         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
19807         (mute_stream), (new_decoded_pad), (setup_substreams),
19808         (setup_source), (mute_group_type), (set_active_source),
19809         (gst_play_base_bin_change_state):
19810         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
19811         (gen_video_element), (gen_text_element), (gen_audio_element),
19812         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
19813         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
19814         (gst_stream_info_dispose), (gst_stream_info_set_mute):
19815         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19816         Some playbin cleanups mostly refcounting sloppyness.
19817
19818 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19819
19820         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
19821           Work with streaming input.
19822
19823 2005-05-25  Wim Taymans  <wim@fluendo.com>
19824
19825         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19826         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19827         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
19828         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
19829         No need to take the STREAM lock anymore.
19830
19831 2005-05-25  Wim Taymans  <wim@fluendo.com>
19832
19833         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
19834         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
19835         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
19836         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
19837         (gst_ogg_demux_sink_activate):
19838         * ext/theora/theoradec.c: (theora_dec_src_event),
19839         (theora_handle_comment_packet), (theora_dec_chain),
19840         (theora_dec_change_state):
19841         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
19842         (vorbis_handle_data_packet), (vorbis_dec_chain),
19843         (vorbis_dec_change_state):
19844         Remove STREAM locks as they are taken in core now.
19845         Never set bogus granulepos on vorbis/theora.
19846         Fix leaks in theoradec tag parsing.
19847
19848 2005-05-25  Wim Taymans  <wim@fluendo.com>
19849
19850         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
19851         Fix memleaks, GST_BUFFER_DATA() is not freed.
19852
19853 2005-05-25  Wim Taymans  <wim@fluendo.com>
19854
19855         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
19856         Open non-blocking, set to blocking mode afterwards to avoid
19857         lockups when audio device is busy.
19858
19859 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19860
19861         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
19862           This can't be good.
19863
19864 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19865
19866         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
19867         (gst_audio_convert_chain), (gst_audio_convert_link_src),
19868         (gst_audio_convert_setcaps):
19869           Implement instant setup switching.
19870
19871 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19872
19873         * gst/playback/gstplaybasebin.c: (probe_triggered):
19874           Fix missing unlock.
19875         * gst/playback/gstplaybin.c: (add_sink):
19876           First add, then link (otherwise pad link fails).
19877
19878 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19879
19880         * examples/Makefile.am:
19881         fix buildbot (make distcheck)
19882
19883 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19884
19885         * gst/playback/gstplaybin.c: (gen_vis_element):
19886           Remove some wrong code. Doesn't work yet.
19887
19888 2005-05-19  Wim Taymans  <wim@fluendo.com>
19889
19890         * gst-libs/gst/net/Makefile.am:
19891         * gst-libs/gst/net/README:
19892         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
19893         (gst_netbuffer_class_init), (gst_netbuffer_init),
19894         (gst_netbuffer_finalize), (gst_netbuffer_copy),
19895         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
19896         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
19897         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
19898         * gst-libs/gst/net/gstnetbuffer.h:
19899         Added buffer subclass to store extra to/from addresses for
19900         network sources/sinks.
19901
19902 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19903
19904         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
19905           Don't lock an unassigned variable.
19906
19907 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19908
19909         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
19910           Increase buffer for video, decrease buffer for other media types.
19911         * gst/playback/gstplaybin.c: (gen_video_element),
19912         (gen_audio_element):
19913           Change names for debugging purposes.
19914
19915 2005-05-18  Wim Taymans  <wim@fluendo.com>
19916
19917         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19918         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19919         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
19920         (gst_ffmpegcsp_chain):
19921         Enable buffer alloc passthrough if the source and dest
19922         formats are the same.
19923
19924 2005-05-17  Wim Taymans  <wim@fluendo.com>
19925
19926         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
19927         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
19928         (gst_ogg_demux_chain_unlocked):
19929         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19930         (gst_audio_convert_caps_remove_format_info),
19931         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
19932         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
19933         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19934         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19935         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
19936         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
19937         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19938         (gst_ffmpegcsp_get_property):
19939         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
19940         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
19941         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
19942         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
19943         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
19944         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
19945         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
19946         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
19947         Leak fixes in oggdemux.
19948         Some cleanups in audioconvert.
19949         Make passthrough work along with buffer_alloc etc.
19950         Make buffer_alloc and buffer recycling actually work in
19951         xvimagesink.
19952
19953 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19954
19955         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
19956           make the compiler happy
19957
19958 2005-05-17  Wim Taymans  <wim@fluendo.com>
19959
19960         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
19961         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
19962         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
19963         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
19964         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
19965         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
19966         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
19967         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
19968         (gst_xvimagesink_set_xwindow_id):
19969         * sys/xvimage/xvimagesink.h:
19970         Port xvimagesink to new MiniObject.
19971
19972 2005-05-17  Wim Taymans  <wim@fluendo.com>
19973
19974         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
19975         (gst_audiofilter_chain):
19976         * gst-libs/gst/audio/gstaudiosink.c:
19977         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19978         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19979         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19980         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19981         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19982         (gst_audiosink_create_ringbuffer):
19983         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19984         (gst_audio_convert_caps_remove_format_info),
19985         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
19986         (gst_audio_convert_fixate), (gst_audio_convert_channels):
19987         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19988         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19989         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
19990         Fix passthrough in ffmpegcolorspace.
19991         Fix memset in audiosink on wrong memory.
19992
19993 2005-05-16  David Schleef  <ds@schleef.org>
19994
19995         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
19996         to GstMiniObject.
19997
19998 2005-05-16  David Schleef  <ds@schleef.org>
19999
20000         Port from GstData to GstMiniObject.
20001         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
20002         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
20003         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
20004         (gst_ogg_mux_collected):
20005         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20006         * ext/theora/theoradec.c: (theora_handle_comment_packet),
20007         (theora_handle_data_packet):
20008         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
20009         (theora_set_header_on_caps), (theora_enc_chain):
20010         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20011         (vorbis_handle_comment_packet):
20012         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
20013         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
20014         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
20015         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
20016         * gst/audioconvert/gstaudioconvert.c:
20017         (gst_audio_convert_get_buffer):
20018         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20019         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
20020         (mute_stream), (silence_stream):
20021         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
20022         * gst/volume/gstvolume.c: (volume_transform):
20023         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20024         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
20025         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
20026         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
20027         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
20028         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
20029         (gst_ximagesink_buffer_alloc):
20030         * sys/ximage/ximagesink.h:
20031
20032 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20033
20034         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20035         (fill_buffer), (check_queue), (queue_threshold_reached),
20036         (queue_out_of_data):
20037         * gst/playback/gstplaybasebin.h:
20038           Post buffer-fullness on the bus.
20039
20040 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20041
20042         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20043         (try_to_link_1):
20044         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20045         (group_commit), (probe_triggered), (setup_source),
20046         (gst_play_base_bin_change_state):
20047         * gst/playback/gstplaybasebin.h:
20048         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20049         (gst_play_bin_init), (remove_sinks), (setup_sinks),
20050         (gst_play_bin_change_state):
20051           Move setup_output_pads into a virtual function, remove
20052           group-switch (no longer needed) and redirect (handled by bus
20053           now) signals.
20054
20055 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20056
20057         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
20058         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
20059         (get_active_group), (get_building_group), (group_destroy),
20060         (group_commit), (check_queue), (queue_overrun),
20061         (queue_threshold_reached), (queue_out_of_data),
20062         (gen_preroll_element), (remove_groups), (unknown_type),
20063         (add_element_stream), (no_more_pads), (probe_triggered),
20064         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
20065         (setup_substreams), (setup_source), (finish_source),
20066         (prepare_output), (muted_group_change_state),
20067         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
20068         (gst_play_base_bin_change_state):
20069         * gst/playback/gstplaybasebin.h:
20070         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20071         (gst_play_bin_init), (gst_play_bin_set_property),
20072         (gen_video_element), (gen_text_element), (gen_audio_element),
20073         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
20074         (gst_play_bin_change_state):
20075         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
20076         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
20077         (stream_info_change_state), (gst_stream_info_set_mute),
20078         (gst_stream_info_get_property):
20079         * gst/playback/gststreaminfo.h:
20080         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
20081         (gst_stream_selector_get_linked_pad),
20082         (gst_stream_selector_getcaps),
20083         (gst_stream_selector_get_linked_pads),
20084         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20085         * gst/playback/gststreamselector.h:
20086           Rough port of playbin. Needs some more work, but is mostly done,
20087           and uses a few locks in important places, which should make stuff
20088           like chain-switches clean. Still uses GST_STATE() in a few places,
20089           which isn't all that good an idea, subtitles/elements disabled
20090           because no elements to test with and thus probably broken, query
20091           and event handling moved to GstBin, internal thread removed
20092           alltogether because the pipeline does that for us now. Can play
20093           Ogg/Vorbis files. Haven't tested anything else yet.
20094
20095 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20096
20097         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
20098           Do no-more-pads (needed for autoplugging).
20099
20100 2005-05-10  Andy Wingo  <wingo@pobox.com>
20101
20102         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
20103         message to the bus with the tags. Still not sent downstream tho.
20104
20105         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
20106         get_parent.
20107         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
20108         avoid refcounting hassles.
20109
20110 2005-05-09  Andy Wingo  <wingo@pobox.com>
20111
20112         * gst/volume/Makefile.am:
20113         * gst/volume/demo.c
20114         * gst/volume/gstvolume.h
20115         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
20116         basetransform. Probably need an audio filter base class.
20117
20118 2005-05-09  Wim Taymans  <wim@fluendo.com>
20119
20120         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
20121         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
20122         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
20123         (gst_vorbisenc_chain):
20124         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
20125         (gst_audio_convert_caps_remove_format_info),
20126         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
20127         (gst_audio_convert_fixate), (gst_audio_convert_channels):
20128         Make caps writable before writing to it.
20129         Fix negotiation in audioconvert some more.
20130
20131 2005-05-09  Wim Taymans  <wim@fluendo.com>
20132
20133         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20134         (gst_videorate_getcaps), (gst_videorate_setcaps),
20135         (gst_videorate_event), (gst_videorate_chain):
20136         Better negotiation.
20137
20138 2005-05-09  Wim Taymans  <wim@fluendo.com>
20139
20140         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
20141         (gst_videorate_getcaps), (gst_videorate_setcaps),
20142         (gst_videorate_blank_data), (gst_videorate_init),
20143         (gst_videorate_event), (gst_videorate_chain),
20144         (gst_videorate_change_state):
20145         Port videorate, do a better job at negotiation while we're at
20146         it.
20147
20148 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
20149
20150         * configure.ac:
20151           Disable libvisual
20152
20153         * examples/Makefile.am:
20154         * gst-libs/gst/audio/Makefile.am:
20155         * gst-libs/gst/riff/Makefile.am:
20156         * gst-libs/gst/tag/Makefile.am:
20157         * gst-libs/gst/video/Makefile.am:
20158           Fixups for missing variables.
20159
20160 2005-05-09  Wim Taymans  <wim@fluendo.com>
20161
20162         * examples/seeking/seek.c: (make_theora_pipeline),
20163         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
20164         (query_rates), (query_positions_elems), (query_positions_pads),
20165         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
20166         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20167         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
20168         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
20169         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
20170         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
20171         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20172         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
20173         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
20174         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20175         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20176         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20177         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
20178         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
20179         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
20180         (theora_dec_src_convert), (theora_dec_sink_convert),
20181         (theora_dec_src_query), (theora_dec_sink_query),
20182         (theora_dec_src_event), (theora_dec_sink_event),
20183         (theora_handle_comment_packet), (theora_handle_type_packet),
20184         (theora_handle_header_packet), (theora_handle_data_packet),
20185         (theora_dec_chain):
20186         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
20187         (vorbis_dec_convert), (vorbis_dec_src_query),
20188         (vorbis_dec_sink_query), (vorbis_dec_src_event),
20189         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
20190         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
20191         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
20192         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
20193         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
20194         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
20195         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20196         (gst_play_bin_query):
20197         * gst/playback/test3.c: (update_scale):
20198         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
20199         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
20200         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20201         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
20202         (gst_videotestsrc_src_query):
20203         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
20204         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
20205         (paint_hline_YUV9):
20206         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
20207         Port to new query API.
20208         Updated seek.
20209         Cleanups in x[v]imagesink
20210
20211 2005-05-09  Andy Wingo  <wingo@pobox.com>
20212
20213         * ext/alsa/gstalsasink.h:
20214         * ext/gnomevfs/gstgnomevfssrc.c:
20215         (gst_gnomevfssrc_get_icy_metadata):
20216         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
20217         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
20218         * ext/theora/theoradec.c (theora_dec_src_query)
20219         (theora_dec_src_event, theora_dec_sink_event)
20220         (theora_handle_comment_packet, theora_handle_data_packet):
20221         * ext/theora/theoraenc.c (theora_enc_chain):
20222         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
20223         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
20224         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
20225         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
20226         (qt_type_find):
20227         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
20228         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
20229         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
20230         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
20231         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
20232         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
20233         (paint_setup_xBGR8888, paint_setup_RGBx8888)
20234         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
20235         (paint_setup_RGB565, paint_setup_xRGB1555):
20236         * gst/videotestsrc/videotestsrc.h:
20237         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
20238         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
20239         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
20240         GCC4 fixes.
20241         
20242         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
20243         gst_pad_query_position. Fixes oggdemux.
20244
20245 2005-05-08  David Schleef  <ds@schleef.org>
20246
20247         * configure.ac: Require liboil.
20248         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
20249         a few more.
20250         * gst/videotestsrc/videotestsrc.c:
20251         * gst/videotestsrc/videotestsrc.h:
20252
20253 2005-05-06  Wim Taymans  <wim@fluendo.com>
20254
20255         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20256         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
20257         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
20258         Well, unreffing a buffer right before pushing it is asking
20259         for trouble..
20260
20261 2005-05-06  Christian Schaller  <uraeus@gnome.org>
20262
20263         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
20264
20265 2005-05-06  Wim Taymans  <wim@fluendo.com>
20266
20267         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
20268         (gst_audio_convert_caps_remove_format_info),
20269         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
20270         (gst_audio_convert_fixate), (gst_audio_convert_channels):
20271         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20272         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
20273         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
20274         * gst/sine/Makefile.am:
20275         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
20276         (gst_sinesrc_class_init), (gst_sinesrc_init),
20277         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
20278         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
20279         (gst_sinesrc_update_freq):
20280         * gst/sine/gstsinesrc.h:
20281         * gst/tcp/gstmultifdsink.c:
20282         * sys/xvimage/xvimagesink.c:
20283         Fixed negotiation wrt _peer_get_caps()
20284         Some cleanups.
20285
20286
20287 2005-05-06  Wim Taymans  <wim@fluendo.com>
20288
20289         * gst-libs/gst/audio/gstaudiosink.c:
20290         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
20291         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
20292         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
20293         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
20294         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
20295         (gst_audiosink_create_ringbuffer):
20296         * gst-libs/gst/audio/gstbaseaudiosink.c:
20297         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
20298         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
20299         (gst_baseaudiosink_set_property), (build_linear_format),
20300         (debug_spec_caps), (debug_spec_buffer),
20301         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
20302         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
20303         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
20304         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
20305         * gst-libs/gst/audio/gstbaseaudiosink.h:
20306         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
20307         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
20308         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
20309         (gst_ringbuffer_play), (gst_ringbuffer_pause),
20310         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
20311         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
20312         (wait_segment), (gst_ringbuffer_commit),
20313         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
20314         (gst_ringbuffer_clear):
20315         * gst-libs/gst/audio/gstringbuffer.h:
20316         Make the base audiosink return an error when there is no
20317         audiobuffer negotiated.
20318
20319 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20320
20321         * ext/Makefile.am:
20322         Disable cdparanoia until someone ports it!
20323
20324 2005-05-06  Wim Taymans  <wim@fluendo.com>
20325
20326         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20327         (gst_ogg_demux_sink_activate):
20328         And revert after wingo's revert.. sigh..
20329
20330 2005-05-05  Andy Wingo  <wingo@pobox.com>
20331
20332         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
20333         GObject.
20334         * configure.ac: Return audiorate and subparse from the ghetto.
20335         Re-enable -Wall -Werror.
20336         * gst/subparse/gstsubparse.c:
20337         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
20338         or chain-based. Cleaned up a bit. Not tested.
20339         
20340 2005-05-05  Christian Schaller <christian@fluendo.com> 
20341
20342         * Makefile.am: remove stuff that is not building
20343         * configure.ac: remove stuff that is not building
20344         * examples/Makefile.am: remove stuff that is not building
20345         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
20346         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
20347         * sys/Makefile.am: remove stuff that is not building
20348         * testsuite/Makefile.am: remove stuff that is not building
20349
20350 2005-05-05  Andy Wingo  <wingo@pobox.com>
20351
20352         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
20353         * gst-libs/gst/tag/gstvorbistag.c:
20354         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
20355         * gst/adder/gstadder.h:
20356         * gst/audioconvert/gstchannelmix.c:
20357         (gst_audio_convert_fill_one_other):
20358         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
20359         (gst_audiorate_init), (gst_audiorate_chain):
20360         * gst/playback/gstplaybasebin.c: (setup_source):
20361         * gst/playback/test3.c: (update_scale):
20362         Some GCC4 fixes
20363         
20364         * po/af.po:
20365         * po/az.po:
20366         * po/cs.po:
20367         * po/en_GB.po:
20368         * po/hu.po:
20369         * po/it.po:
20370         * po/nb.po:
20371         * po/nl.po:
20372         * po/or.po:
20373         * po/sq.po:
20374         * po/sr.po:
20375         * po/sv.po:
20376         * po/uk.po:
20377         * po/vi.po: Foo
20378
20379 2005-05-05  Wim Taymans  <wim@fluendo.com>
20380
20381         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
20382         (gst_audio_convert_caps_remove_format_info),
20383         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
20384         (gst_audio_convert_change_state), (gst_audio_convert_channels):
20385         * gst/videotestsrc/gstvideotestsrc.c:
20386         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
20387         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
20388         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
20389         (gst_videotestsrc_init), (gst_videotestsrc_loop):
20390         Don't ignore _push() return values.
20391         Make sure no processing is done when shutting down.
20392         Videotestsrc pad activation fix.
20393
20394 2005-05-05  Wim Taymans  <wim@fluendo.com>
20395
20396         * gst/adder/Makefile.am:
20397         * gst/adder/gstadder.c: (gst_adder_setcaps),
20398         (gst_adder_class_init), (gst_adder_init),
20399         (gst_adder_request_new_pad), (gst_adder_collected),
20400         (gst_adder_change_state):
20401         * gst/adder/gstadder.h:
20402         Ported adder as an example of a mixer element using
20403         collect pads. Needs more negotiation work.
20404
20405 2005-05-05  Wim Taymans  <wim@fluendo.com>
20406
20407         * ext/theora/theoradec.c: (_inc_granulepos),
20408         (theora_dec_src_event), (theora_dec_sink_event),
20409         (theora_handle_comment_packet), (theora_handle_type_packet),
20410         (theora_handle_header_packet), (theora_handle_data_packet),
20411         (theora_dec_chain):
20412         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20413         (gst_theora_enc_init), (theora_enc_sink_setcaps),
20414         (theora_push_buffer), (theora_push_packet),
20415         (theora_enc_sink_event), (theora_enc_chain),
20416         (theora_enc_change_state), (theora_enc_set_property),
20417         (theora_enc_get_property):
20418         Added stream lock to decoder so that we can serialize
20419         the discont event.
20420         More theoraenc porting, recover from errors, do clean
20421         shutdown.
20422
20423 2005-05-05  Wim Taymans  <wim@fluendo.com>
20424
20425         * ext/ogg/Makefile.am:
20426         * ext/ogg/README:
20427         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20428         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
20429         (gst_ogg_print):
20430         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20431         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
20432         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
20433         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
20434         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
20435         (gst_ogg_mux_change_state):
20436         Ported ogg muxer.
20437
20438 2005-05-05  Wim Taymans  <wim@fluendo.com>
20439
20440         * docs/design-audiosinks.txt:
20441         * gst-libs/gst/audio/TODO:
20442         * gst-libs/gst/audio/gstaudiosink.c:
20443         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
20444         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
20445         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
20446         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
20447         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
20448         (gst_audiosink_create_ringbuffer):
20449         * gst-libs/gst/audio/gstbaseaudiosink.c:
20450         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
20451         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
20452         (gst_baseaudiosink_set_property), (build_linear_format),
20453         (debug_spec_caps), (debug_spec_buffer),
20454         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
20455         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
20456         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
20457         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
20458         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
20459         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
20460         (gst_ringbuffer_release), (gst_ringbuffer_play),
20461         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
20462         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
20463         (gst_ringbuffer_set_sample), (wait_segment),
20464         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
20465         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
20466         More work on the audiosink, mostly debugging and a race in
20467         shutdown.
20468
20469 2005-04-28  Wim Taymans  <wim@fluendo.com>
20470
20471         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20472         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
20473         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
20474         (vorbis_dec_src_query), (vorbis_dec_src_event),
20475         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
20476         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
20477         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
20478         Don't crap out when seeking back to position 0.
20479
20480 2005-04-28  Wim Taymans  <wim@fluendo.com>
20481
20482         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
20483         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
20484         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
20485         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
20486         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
20487         Make audio sink configurable, use alsasink as default.
20488
20489 2005-04-28  Wim Taymans  <wim@fluendo.com>
20490
20491         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20492         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
20493         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
20494         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
20495         (vorbis_dec_change_state):
20496         * ext/vorbis/vorbisdec.h:
20497         Refactor, use STREAM_LOCK.
20498
20499 2005-04-28  Wim Taymans  <wim@fluendo.com>
20500
20501         * ext/theora/theoradec.c: (_inc_granulepos),
20502         (theora_dec_sink_event), (theora_handle_comment_packet),
20503         (theora_handle_type_packet), (theora_handle_header_packet),
20504         (theora_handle_data_packet), (theora_dec_chain),
20505         (theora_dec_change_state):
20506         Refactor a bit, use STREAM_LOCK.
20507
20508 2005-04-28  Wim Taymans  <wim@fluendo.com>
20509
20510         * ext/alsa/Makefile.am:
20511         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
20512         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
20513         (gst_alsa_link), (gst_alsa_close_audio):
20514         * ext/alsa/gstalsaplugin.c: (plugin_init):
20515         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
20516         (gst_alsasink_dispose), (gst_alsasink_base_init),
20517         (gst_alsasink_class_init), (gst_alsasink_init),
20518         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
20519         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
20520         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
20521         (gst_alsasink_reset):
20522         * ext/alsa/gstalsasink.h:
20523         Implement alsasink with simple open/write/close API. 
20524         Make alsa dir build by disabling compilation of code.
20525
20526 2005-04-28  Wim Taymans  <wim@fluendo.com>
20527
20528         * gst-libs/gst/audio/Makefile.am:
20529         * gst-libs/gst/audio/audio.h:
20530         * gst-libs/gst/audio/audioclock.c:
20531         * gst-libs/gst/audio/audioclock.h:
20532         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
20533         (gst_audio_clock_class_init), (gst_audio_clock_init),
20534         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
20535         * gst-libs/gst/audio/gstaudioclock.h:
20536         * gst-libs/gst/audio/gstaudiosink.c:
20537         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
20538         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
20539         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
20540         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
20541         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
20542         (gst_audiosink_create_ringbuffer):
20543         * gst-libs/gst/audio/gstbaseaudiosink.c:
20544         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
20545         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
20546         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
20547         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
20548         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
20549         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
20550         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
20551         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
20552         * gst-libs/gst/audio/gstbaseaudiosink.h:
20553         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
20554         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
20555         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
20556         (gst_ringbuffer_release), (gst_ringbuffer_play),
20557         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
20558         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
20559         (gst_ringbuffer_set_sample), (wait_segment),
20560         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
20561         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
20562         * gst-libs/gst/audio/gstringbuffer.h:
20563         Make ringbuffer faster and more simple by removing the locks
20564         in the playback thread.
20565         Add sample accurate playback based on buffer sample offsets.
20566         Make the baseaudiosink provide a clock.
20567         Parse caps in the base class.
20568         Correctly handle seeking, flushing and state changes.
20569
20570 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20571
20572         * configure.ac:
20573         * gst/audioconvert/Makefile.am:
20574         * gst/audioscale/Makefile.am:
20575           Fix part of the build.  Come on guys, autogen didn't even work :)
20576
20577 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20578
20579         * configure.ac:
20580         * gst-libs/gst/Makefile.am:
20581         * gst-libs/gst/media-info/.cvsignore:
20582         * gst-libs/gst/media-info/Makefile.am:
20583         * gst-libs/gst/media-info/README:
20584         * gst-libs/gst/media-info/media-info-priv.c:
20585         * gst-libs/gst/media-info/media-info-priv.h:
20586         * gst-libs/gst/media-info/media-info-test.c:
20587         * gst-libs/gst/media-info/media-info.c:
20588         * gst-libs/gst/media-info/media-info.h:
20589         * gst-libs/gst/media-info/media-info.vcproj:
20590         * pkgconfig/Makefile.am:
20591         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20592         * pkgconfig/gstreamer-media-info.pc.in:
20593           Remove media-info, which is also successed by playbin (see Totem
20594           implementation).
20595
20596 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20597
20598         * configure.ac:
20599         * examples/Makefile.am:
20600         * examples/gstplay/.cvsignore:
20601         * examples/gstplay/Makefile.am:
20602         * examples/gstplay/player.c:
20603         * gst-libs/gst/Makefile.am:
20604         * gst-libs/gst/play/.cvsignore:
20605         * gst-libs/gst/play/Makefile.am:
20606         * gst-libs/gst/play/play.c:
20607         * gst-libs/gst/play/play.h:
20608         * gst-libs/gst/play/play.vcproj:
20609         * pkgconfig/Makefile.am:
20610         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20611         * pkgconfig/gstreamer-play.pc.in:
20612           Remove libgstplay, playbin is now the official successor.
20613
20614 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20615
20616         * configure.ac:
20617         * gst-libs/gst/Makefile.am:
20618         * gst-libs/gst/xwindowlistener/Makefile.am:
20619         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
20620         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
20621           Remove deprecated xwindowlistener (I've moved xwindowlistening
20622           in the v4l/v4l2 plugins over to serverside).
20623
20624 2005-04-25  David Schleef  <ds@schleef.org>
20625
20626         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
20627         to examples/dynparams.  Examples do not belong interspersed with
20628         source code.
20629         * examples/dynparams/demo-dparams.c:
20630         * gst/sine/Makefile.am:
20631         * gst/sine/demo-dparams.c:
20632
20633 2005-04-25  David Schleef  <ds@schleef.org>
20634
20635         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
20636         * gst-libs/gst/audio/Makefile.am:
20637         * gst-libs/gst/riff/Makefile.am:
20638         * gst-libs/gst/tag/Makefile.am:
20639         * gst-libs/gst/video/Makefile.am:
20640         * gst-libs/gst/xwindowlistener/Makefile.am:
20641
20642         Convert to 0.9 API, seems to work:
20643         * sys/ximage/Makefile.am:
20644         * sys/ximage/ximagesink.c:
20645
20646 2005-04-24  David Schleef  <ds@schleef.org>
20647
20648         Link plugins against libraries:
20649         * ext/alsa/Makefile.am:
20650         * gst/tcp/Makefile.am:
20651
20652         Remove asm code that should be in liboil
20653         * gst/videoscale/Makefile.am:
20654         * gst/videoscale/videoscale_x86_asm.s:
20655
20656         gettext wants these checked in:
20657         * po/af.po:
20658         * po/az.po:
20659         * po/cs.po:
20660         * po/en_GB.po:
20661         * po/hu.po:
20662         * po/it.po:
20663         * po/nb.po:
20664         * po/nl.po:
20665         * po/or.po:
20666         * po/sq.po:
20667         * po/sr.po:
20668         * po/sv.po:
20669         * po/uk.po:
20670         * po/vi.po:
20671
20672 2005-04-24  David Schleef  <ds@schleef.org>
20673
20674         Convert gst_main() to g_main_loop_run()
20675         * gst/playback/decodetest.c: (main):
20676         * gst/playback/test2.c: (main):
20677         * gst/playback/test3.c: (main):
20678         * gst/playback/test4.c: (main):
20679
20680         Link plugins against libraries:
20681         * ext/libvisual/Makefile.am:
20682         * sys/xvimage/Makefile.am:
20683
20684 2005-04-24  David Schleef  <ds@schleef.org>
20685
20686         * configure.ac: Remove idct and resample libs
20687         * gst-libs/gst/Makefile.am: same
20688
20689         Remove usage of gst_library_load():
20690         * ext/alsa/gstalsaplugin.c: (plugin_init):
20691         * ext/libvisual/visual.c: (plugin_init):
20692         * ext/ogg/gstogg.c: (plugin_init):
20693         * ext/theora/theora.c: (plugin_init):
20694         * ext/vorbis/vorbis.c: (plugin_init):
20695         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
20696         * gst/audioscale/gstaudioscale.c:
20697         * gst/adder/gstadder.c: (plugin_init):
20698         * gst/audioconvert/plugin.c: (plugin_init):
20699         * sys/ximage/ximagesink.c: (plugin_init):
20700         * sys/xvimage/xvimagesink.c: (plugin_init):
20701         * gst/tcp/gsttcpplugin.c: (plugin_init):
20702
20703         Link plugins against libraries:
20704         * ext/ogg/Makefile.am:
20705         * ext/theora/Makefile.am:
20706         * ext/vorbis/Makefile.am:
20707         * gst/audioconvert/Makefile.am:
20708
20709         Create proper libraries:
20710         * gst-libs/gst/riff/Makefile.am:
20711         * gst-libs/gst/audio/Makefile.am:
20712         * gst-libs/gst/video/Makefile.am:
20713
20714         Move resample library to audioscale plugin directory:
20715         * gst-libs/gst/resample/Makefile.am:
20716         * gst-libs/gst/resample/README:
20717         * gst-libs/gst/resample/dtof.c:
20718         * gst-libs/gst/resample/dtos.c:
20719         * gst-libs/gst/resample/functable.c:
20720         * gst-libs/gst/resample/private.h:
20721         * gst-libs/gst/resample/resample.c:
20722         * gst-libs/gst/resample/resample.h:
20723         * gst-libs/gst/resample/resample.vcproj:
20724         * gst-libs/gst/resample/test.c:
20725         * gst/audioscale/Makefile.am:
20726         * gst/audioscale/README:
20727         * gst/audioscale/dtof.c:
20728         * gst/audioscale/dtos.c:
20729         * gst/audioscale/functable.c:
20730         * gst/audioscale/private.h:
20731         * gst/audioscale/resample.c:
20732         * gst/audioscale/resample.h:
20733         * gst/audioscale/test.c:
20734
20735         Move tagedit library to gst-libs:
20736         * gst-libs/gst/tag/Makefile.am:
20737         * gst-libs/gst/tag/gstid3tag.c:
20738         * gst-libs/gst/tag/gsttagediting.c:
20739         * gst-libs/gst/tag/gsttageditingprivate.h:
20740         * gst-libs/gst/tag/gstvorbistag.c:
20741         * gst/tags/Makefile.am:
20742         * gst/tags/gstid3tag.c:
20743         * gst/tags/gstvorbistag.c:
20744
20745         Fix for core changes:
20746         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20747         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
20748         (gst_sinesrc_getrange):
20749
20750 2005-04-23  David Schleef  <ds@schleef.org>
20751
20752         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
20753         in gst-plugins in a long time, and properly belongs in liboil.
20754         * gst-libs/gst/idct/Makefile.am:
20755         * gst-libs/gst/idct/README:
20756         * gst-libs/gst/idct/dct.h:
20757         * gst-libs/gst/idct/doieee:
20758         * gst-libs/gst/idct/fastintidct.c:
20759         * gst-libs/gst/idct/floatidct.c:
20760         * gst-libs/gst/idct/idct.c:
20761         * gst-libs/gst/idct/idct.h:
20762         * gst-libs/gst/idct/idtc.vcproj:
20763         * gst-libs/gst/idct/ieeetest.c:
20764         * gst-libs/gst/idct/intidct.c:
20765
20766 2005-04-20  Wim Taymans  <wim@fluendo.com>
20767
20768         * docs/design-audiosinks.txt:
20769         * gst-libs/gst/audio/Makefile.am:
20770         * gst-libs/gst/audio/TODO:
20771         * gst-libs/gst/audio/gstaudiosink.c:
20772         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
20773         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
20774         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
20775         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
20776         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
20777         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
20778         (gst_audiosink_class_init), (gst_audiosink_init),
20779         (gst_audiosink_create_ringbuffer):
20780         * gst-libs/gst/audio/gstaudiosink.h:
20781         * gst-libs/gst/audio/gstbaseaudiosink.c:
20782         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
20783         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
20784         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
20785         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
20786         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
20787         (gst_baseaudiosink_create_ringbuffer),
20788         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
20789         * gst-libs/gst/audio/gstbaseaudiosink.h:
20790         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
20791         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
20792         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
20793         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
20794         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
20795         (gst_ringbuffer_play), (gst_ringbuffer_pause),
20796         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
20797         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
20798         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
20799         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
20800         * gst-libs/gst/audio/gstringbuffer.h:
20801         An attempt at a set of audio base classes together with some
20802         design docs.
20803
20804 2005-04-20  Wim Taymans  <wim@fluendo.com>
20805
20806         * gst/audioconvert/Makefile.am:
20807         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
20808         (gst_audio_convert_caps_remove_format_info),
20809         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
20810         (gst_audio_convert_channels):
20811         Link against audio libs.
20812         Fix audio convert plugin.
20813
20814 2005-04-20  Wim Taymans  <wim@fluendo.com>
20815
20816         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
20817         (gst_ogg_demux_sink_activate):
20818         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20819         (theora_set_header_on_caps), (theora_enc_sink_event),
20820         (theora_enc_chain):
20821         Fix theora encoder.
20822
20823 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20824
20825         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
20826         * gst/playback/gstdecodebin.c: (find_compatibles):
20827           Work with staticpadtemplates in elementfactories.
20828
20829 2005-04-12  Wim Taymans  <wim@fluendo.com>
20830
20831         * gst/playback/README:
20832         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20833         (compare_ranks), (print_feature), (gst_decode_bin_init),
20834         (dynamic_create), (dynamic_free), (find_compatibles),
20835         (mimetype_is_raw), (close_pad_link), (got_redirect),
20836         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
20837         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
20838         (gst_decode_bin_change_state):
20839         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20840         (gst_play_base_bin_init), (group_destroy), (group_commit),
20841         (check_queue), (queue_overrun), (queue_threshold_reached),
20842         (queue_out_of_data), (gen_preroll_element), (unknown_type),
20843         (new_decoded_pad), (setup_subtitle), (gen_source_element),
20844         (got_redirect), (setup_source), (play_base_eos),
20845         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
20846         (gst_play_base_bin_remove_element):
20847         * gst/playback/gstplaybasebin.h:
20848         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20849         (gst_play_bin_init), (gst_play_bin_dispose),
20850         (gst_play_bin_set_property), (gen_video_element),
20851         (gen_text_element), (gen_audio_element), (remove_sinks),
20852         (gst_play_bin_send_event):
20853         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
20854         (stream_info_change_state), (gst_stream_info_set_mute):
20855         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
20856         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
20857         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
20858         (gst_stream_selector_chain):
20859         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
20860         (main):
20861         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
20862         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
20863         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
20864         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
20865         Raw and crude port of decodebin. 
20866         Make playbin compile.
20867
20868 2005-04-06  Wim Taymans  <wim@fluendo.com>
20869
20870         * ext/gnomevfs/Makefile.am:
20871         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
20872         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
20873         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
20874         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
20875         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
20876         (gst_gnomevfssrc_stop):
20877         * ext/ogg/Makefile.am:
20878         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
20879         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
20880         * ext/theora/Makefile.am:
20881         * ext/theora/theoradec.c: (_inc_granulepos),
20882         (theora_dec_sink_event), (theora_dec_chain):
20883         * ext/vorbis/Makefile.am:
20884         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20885         (vorbis_dec_sink_event), (vorbis_dec_chain):
20886         * gst-libs/gst/audio/Makefile.am:
20887         * sys/xvimage/Makefile.am:
20888         Make gnomevfssrc extend the source base class.
20889         Fix linking against libs in various plugins.
20890
20891 2005-04-06  Andy Wingo  <wingo@pobox.com>
20892
20893         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
20894         GST_BASE_LIBS.
20895
20896         * configure.ac: Add check and AC_SUBST for libgstbase.
20897
20898 2005-03-31  Wim Taymans  <wim@fluendo.com>
20899
20900         * examples/seeking/Makefile.am:
20901         * examples/seeking/cdparanoia.c: (main):
20902         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
20903         (play_cb), (pause_cb), (stop_cb), (main):
20904         * examples/seeking/playbin.c:
20905         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
20906         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
20907         (make_sid_pipeline), (make_vorbis_pipeline),
20908         (make_theora_pipeline), (make_vorbis_theora_pipeline),
20909         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
20910         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
20911         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
20912         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
20913         (stop_cb), (main):
20914         * examples/seeking/spider_seek.c:
20915         * examples/seeking/vorbisfile.c:
20916         * ext/gnomevfs/Makefile.am:
20917         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20918         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
20919         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
20920         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
20921         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
20922         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
20923         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
20924         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20925         * ext/ogg/README:
20926         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
20927         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
20928         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
20929         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
20930         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
20931         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
20932         (gst_ogg_pad_event), (gst_ogg_pad_reset),
20933         (gst_ogg_demux_factory_filter), (compare_ranks),
20934         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
20935         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
20936         (gst_ogg_chain_new), (gst_ogg_chain_free),
20937         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
20938         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
20939         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
20940         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
20941         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
20942         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
20943         (gst_ogg_demux_get_prev_page),
20944         (gst_ogg_demux_deactivate_current_chain),
20945         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
20946         (gst_ogg_demux_bisect_forward_serialno),
20947         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20948         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
20949         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
20950         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
20951         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
20952         (gst_ogg_demux_change_state), (gst_ogg_print):
20953         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20954         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
20955         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
20956         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
20957         (gst_ogg_mux_loop):
20958         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20959         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
20960         (theora_dec_src_convert), (theora_dec_sink_convert),
20961         (theora_dec_src_query), (theora_dec_src_event),
20962         (theora_dec_sink_event), (theora_dec_chain),
20963         (theora_dec_change_state):
20964         * ext/theora/theoraenc.c: (gst_theora_enc_init),
20965         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
20966         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
20967         (theora_enc_change_state):
20968         * ext/vorbis/Makefile.am:
20969         * ext/vorbis/oggvorbisenc.c:
20970         * ext/vorbis/oggvorbisenc.h:
20971         * ext/vorbis/vorbis.c: (plugin_init):
20972         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
20973         (vorbis_dec_src_query), (vorbis_dec_src_event),
20974         (vorbis_dec_sink_event), (vorbis_dec_chain),
20975         (vorbis_dec_change_state):
20976         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
20977         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
20978         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
20979         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
20980         (gst_vorbisenc_change_state):
20981         * ext/vorbis/vorbisenc.h:
20982         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
20983         * gst-libs/gst/audio/audioclock.c:
20984         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
20985         (gst_audiofilter_init), (gst_audiofilter_chain):
20986         * gst-libs/gst/audio/testchannels.c: (main):
20987         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
20988         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
20989         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
20990         (gmip_find_track_streaminfo), (gmip_find_track_format):
20991         * gst-libs/gst/media-info/media-info.c:
20992         (gst_media_info_read_idler):
20993         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
20994         (gst_play_get_all_by_interface):
20995         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
20996         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
20997         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20998         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
20999         (gst_riff_parse_info):
21000         * gst-libs/gst/riff/riff-read.h:
21001         * gst-libs/gst/riff/riff.c: (plugin_init):
21002         * gst-libs/gst/video/Makefile.am:
21003         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
21004         (gst_videosink_class_init), (gst_videosink_get_type):
21005         * gst-libs/gst/video/videosink.h:
21006         * gst/audioconvert/bufferframesconvert.c:
21007         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
21008         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
21009         * gst/audioconvert/channelmixtest.c: (main):
21010         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
21011         (gst_audio_convert_chain),
21012         (gst_audio_convert_caps_remove_format_info),
21013         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
21014         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
21015         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
21016         (gst_audio_convert_buffer_to_default_format),
21017         (gst_audio_convert_buffer_from_default_format),
21018         (gst_audio_convert_channels):
21019         * gst/audioconvert/gstchannelmix.h:
21020         * gst/ffmpegcolorspace/avcodec.h:
21021         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21022         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
21023         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
21024         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
21025         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
21026         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
21027         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
21028         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
21029         (mpeg_video_type_find), (mpeg_video_stream_type_find),
21030         (dv_type_find):
21031         * gst/videotestsrc/gstvideotestsrc.c:
21032         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
21033         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
21034         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
21035         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
21036         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
21037         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
21038         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
21039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
21040         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
21041         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
21042         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
21043         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
21044         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
21045         (gst_xvimagesink_navigation_send_event),
21046         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
21047         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
21048         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21049         * sys/xvimage/xvimagesink.h:
21050         Plugin port to 0.9, ogg/theora playback should work in the seek
21051         example now.
21052         Removed old examples.
21053         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
21054         explained in 0.9 TODO doc.
21055
21056
21057 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21058
21059         * autogen.sh:
21060         * configure.ac:
21061         * ext/Makefile.am:
21062         * gst/Makefile.am:
21063         * po/POTFILES.in:
21064         * po/af.po:
21065         * po/az.po:
21066         * po/cs.po:
21067         * po/en_GB.po:
21068         * po/hu.po:
21069         * po/it.po:
21070         * po/nb.po:
21071         * po/nl.po:
21072         * po/or.po:
21073         * po/sq.po:
21074         * po/sr.po:
21075         * po/sv.po:
21076         * po/uk.po:
21077         * po/vi.po:
21078         * sys/Makefile.am:
21079         * testsuite/Makefile.am:
21080           remove a whole bunch of plugins.  This module now contains a set
21081           of free reference plugins/elements as agreed.
21082
21083 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
21084
21085         * configure.ac:
21086           hunting season on 0.9 is now OPEN
21087
21088 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21089
21090         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
21091           Kick the hell out of gcc for not warning me about a symbol conflict.
21092
21093 2005-02-22  Luca Ognibene  <luogni@tin.it>
21094
21095         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21096
21097         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
21098           Don't leak caps string (fixes #168134)
21099
21100         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
21101         (gst_jpegenc_init), (gst_jpegenc_finalize),
21102         (gst_jpegenc_change_state):
21103           Don't leak line buffers and context struct (fixes #168133).
21104
21105 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
21106
21107         * configure.ac:
21108         * ext/dirac/gstdiracdec.cc:
21109         (gst_diracdec_chain):
21110           Since dirac 0.5.0 the framerate in dirac is expressed as a
21111           rational number. Fix build and up requirement to 0.5.0, and
21112           also pass parameters to gst_diracdec_link in the right order
21113           (fixes #167959).
21114
21115 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
21116
21117         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
21118         * ext/faad/gstfaad.h:
21119         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
21120         certain invalid muxed streams, where some packets will contain 
21121         junk after decoder data. Partially fixes #149158.
21122
21123 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
21124         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
21125           Make sure we only write to writable buffers
21126
21127 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
21128
21129         * gst-libs/gst/riff/riff-media.c:
21130         (gst_riff_create_audio_caps_with_data):
21131           Do actually fix invalid RIFF fmt header values for alaw
21132           and mulaw audio instead of just saying so.
21133
21134         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
21135           Give gst_riff_create_audio_caps_with_data() a chance to
21136           fix up broken format header fields before extracting any
21137           parameters from the header. (fixes #167633)
21138
21139 2005-02-19  Martin Holters  <martin.holters@gmx.de>
21140
21141         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21142
21143         * gst/audioconvert/bufferframesconvert.c:
21144         (buffer_frames_convert_link):
21145           Don't leak othercaps. (fixes #167878)
21146
21147 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
21148
21149         * configure.ac:
21150         * ext/libvisual/visual.c: (gst_visual_srclink),
21151         (gst_visual_change_state):
21152           Support libvisual 0.2.0.
21153
21154 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
21155
21156         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
21157         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
21158           Use same rowstrides for I420 as used everywhere else.
21159
21160 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
21161
21162         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
21163           Declare variables at beginning of block and make gcc-2.95 happy
21164           (fixes # 167482, patch by Gergely Nagy).
21165           
21166         * gst/tcp/gsttcpclientsrc.c:
21167         * gst/tcp/gsttcpclientsrc.h:
21168           Move some includes into the header, so that struct sockaddr_in is
21169           defined when it should be defined on FreeBSD as well (fixes
21170           #167483).
21171           
21172         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
21173           Don't pass uninitialised values to setsockopt() here either.
21174
21175 2005-02-17  Luca Ognibene  <luogni at tin dot it>
21176
21177         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21178
21179         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
21180           Don't pass uninitialised values to setsockopt(). (fixes #167704)
21181
21182 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21183
21184         * gst/playback/gstplaybin.c: (add_sink):
21185           Invert bin_add/link order to workaround deadlock in opt.
21186
21187 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21188
21189         * gst/modplug/gstmodplug.cc:
21190           Add missing break causing position queries to fail.
21191
21192 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21193
21194         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
21195           Granpos can apparently be -1, which screws up calculations...
21196
21197 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
21198
21199         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
21200         (gst_ximagesink_send_pending_navigation),
21201         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
21202         (gst_ximagesink_init):
21203         * sys/ximage/ximagesink.h:
21204         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
21205         (gst_xvimagesink_send_pending_navigation),
21206         (gst_xvimagesink_navigation_send_event),
21207         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
21208         * sys/xvimage/xvimagesink.h:
21209           Use a mutex protected list to marshal navigation
21210           events into the stream thread from whichever thread
21211           sends them.
21212
21213 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
21214
21215         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
21216           Display current position and track length; misc. clean-ups.
21217           
21218         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
21219         (speed_init), (speed_chain):
21220           Add query function, so that the stream length and current position
21221           get adjusted when queried (note that current position queries may
21222           still be wrong if the audio sink returns values based on buffer
21223           timestamps instead of passing on the query).
21224
21225 2005-02-13  Benjamin Otte  <otte@gnome.org>
21226
21227         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
21228         (gst_audio_convert_channels):
21229           create channel conversion matrix when linking
21230         * gst/audioconvert/.cvsignore:
21231         * gst/audioconvert/Makefile.am:
21232         * gst/audioconvert/channelmixtest.c: (main):
21233           add (ugly) test that ensures stereo <=> mono conversion works
21234           correctly
21235
21236 2005-02-13  Benjamin Otte  <otte@gnome.org>
21237
21238         * gst/audioconvert/gstchannelmix.h:
21239           include missing header file
21240         * gst/audioconvert/gstchannelmix.c:
21241         (gst_audio_convert_fill_compatible):
21242           use same sign for both channels when converting to/from compatible
21243           channel. Previously used different signs made the signals cancel
21244           each other out and appear like silence. (fixes #167269)
21245
21246 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
21247
21248         * gst/ffmpegcolorspace/avcodec.h:
21249         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21250         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
21251         (gst_ffmpegcsp_avpicture_fill):
21252         * gst/ffmpegcolorspace/imgconvert.c:
21253           Convert to and from YV12 (fixes #156379).
21254
21255 2005-02-12  Julien MOUTTE  <julien@moutte.net>
21256
21257         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
21258         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
21259         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
21260         (gst_ximagesink_expose), (gst_ximagesink_set_property),
21261         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
21262         methods from chain and negotiation and vice versa (Fixes #166142).
21263         * sys/ximage/ximagesink.h: Add stream_lock.
21264         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
21265         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
21266         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
21267         (gst_xvimagesink_expose): Check for xcontext before trying to link.
21268
21269 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
21270
21271         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
21272           Don't send "Hey! You gave me a NULL pointer you naughty person" as
21273           error message when we can't open the DVD device (when dvdnav_open()
21274           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
21275           the above). Send something more useful instead (fixes #167117).
21276
21277 2005-02-11  Julien MOUTTE  <julien@moutte.net>
21278
21279         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
21280         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
21281         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
21282         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
21283         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
21284         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
21285         methods from chain and negotiation and vice versa (Fixes #166142).
21286         Fix a possible bug of images in the buffer pool being discarded because
21287         we are looking at the wrong geometry.
21288         * sys/xvimage/xvimagesink.h: Add stream_lock.
21289
21290 2005-02-11  David Schleef  <ds@schleef.org>
21291
21292         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
21293         unsigned int. (fixes #167128)
21294
21295 2005-02-11  David Schleef  <ds@schleef.org>
21296
21297         * gst/librfb/Makefile.am: Testing stuff before committing is
21298           for wimps... and people with fast machines.  Fix stupid
21299           mistake.
21300
21301 2005-02-11  David Schleef  <ds@schleef.org>
21302
21303         * configure.ac: Pull in librfb from my CVS tree, because it is
21304           too small and annoying to be separate.  Move rfbsrc plugin
21305           to gst/.
21306         * ext/Makefile.am:
21307         * ext/librfb/Makefile.am:
21308         * ext/librfb/gstrfbsrc.c:
21309         * gst/librfb/Makefile.am:
21310         * gst/librfb/gstrfbsrc.c:
21311         * gst/librfb/rfb.c:
21312         * gst/librfb/rfb.h:
21313         * gst/librfb/rfbbuffer.c:
21314         * gst/librfb/rfbbuffer.h:
21315         * gst/librfb/rfbbytestream.c:
21316         * gst/librfb/rfbbytestream.h:
21317         * gst/librfb/rfbcontext.h:
21318         * gst/librfb/rfbdecoder.c:
21319         * gst/librfb/rfbdecoder.h:
21320         * gst/librfb/rfbutil.h:
21321
21322 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
21323
21324         * gst/speed/Makefile.am:
21325         * gst/speed/demo-mp3.c: (main):
21326         * gst/speed/filter.func:
21327         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
21328         (speed_class_init), (speed_init), (speed_chain_int16),
21329         (speed_chain_float32), (speed_chain), (speed_set_property),
21330         (speed_get_property), (speed_change_state):
21331         * gst/speed/gstspeed.h:
21332           Fix speed element and make it chain-based (fixes #156467),
21333           and make it handle more than one channel.
21334
21335 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
21336
21337         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
21338         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
21339         (gst_dtsdec_chain), (gst_dtsdec_change_state):
21340         * ext/dts/gstdtsdec.h:
21341           Don't clobber the stack constructing the channels array.
21342           Make the element chain-based. DTS tracks can now be played.
21343           
21344 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
21345
21346         * gst-libs/gst/audio/multichannel.h:
21347         * gst-libs/gst/gconf/gconf.h:
21348         * gst-libs/gst/idct/idct.h:
21349         * gst-libs/gst/media-info/media-info-priv.h:
21350         * gst-libs/gst/play/play.h:
21351         * gst-libs/gst/resample/private.h:
21352         * gst-libs/gst/resample/resample.h:
21353         * gst-libs/gst/riff/riff-ids.h:
21354         * gst-libs/gst/video/video.h:
21355         * gst-libs/gst/video/videosink.h:
21356           Add G_BEGIN_DECLS and G_END_DECLS around headers where
21357           missing, so that they work when included from C++ code.
21358
21359 2005-02-09  David Schleef  <ds@schleef.org>
21360
21361         * testsuite/gst-lint: Check for non-statically scoped
21362           parent_class variables.  This won't be a problem once
21363           plugins are loaded with RTLD_LOCAL.
21364
21365 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21366
21367         * ext/mplex/gstmplexibitstream.cc:
21368           gcc madness.
21369
21370 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21371
21372         * ext/ogg/gstogmparse.c:
21373         * gst/debug/gstnavigationtest.c:
21374           Die, thou faulty symbol pollutors (non-static parent_class).
21375
21376 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21377
21378         * ext/mplex/gstmplexibitstream.cc:
21379           Fix event handling (#165525).
21380
21381 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21382
21383         * ext/mikmod/gstmikmod.c:
21384         * gst/modplug/gstmodplug.cc:
21385           Add missing endianness to template (fixes #165509).
21386
21387 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21388
21389         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
21390           Fix wrong order of reading of optional bytes (#165290).
21391
21392 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21393
21394         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21395           Implement FILLER event awareness.
21396
21397 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21398
21399         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
21400           Fix track calculations (#166208).
21401
21402 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
21403
21404         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21405
21406         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
21407         * ext/libpng/gstpngenc.c:
21408           Fix byte-order, use proper fixed caps. Fixes #164197.
21409
21410 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
21411
21412         * configure.ac:
21413           Add dvdlpcmdec 
21414
21415         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
21416         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
21417           Don't push buffers if the src pad isn't negotiated yet.
21418           
21419         * gst/audioconvert/gstaudioconvert.c:
21420         (gst_audio_convert_buffer_to_default_format),
21421         (gst_audio_convert_buffer_from_default_format):
21422           Add support for 24-bit width.
21423
21424         * gst/dvdlpcmdec/.cvsignore:
21425         * gst/dvdlpcmdec/Makefile.am:
21426         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
21427         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
21428         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
21429         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
21430         (plugin_init):
21431         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
21432           New decoder for rearranging DVD LPCM into our audio/x-raw-int
21433           format. Needs support for the channels maps if someone can find 
21434           a DVD LPCM track with > 2 channels.
21435
21436         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
21437         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
21438         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
21439         * gst/mpegstream/gstdvddemux.h:
21440         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
21441         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
21442         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
21443         * gst/mpegstream/gstmpegdemux.h:
21444         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
21445         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
21446         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
21447         (gst_mpeg_parse_handle_src_query),
21448         (gst_mpeg_parse_handle_src_event):
21449           Use audio/x-dvd-lpcm for LPCM output.
21450           Add DTS output.
21451
21452 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
21453
21454         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21455
21456         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
21457         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
21458           Add BGRA handling (#165736).
21459
21460 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
21461
21462         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21463
21464         * gst/law/alaw-decode.c: (alawdec_link):
21465         * gst/law/alaw-encode.c: (alawenc_link):
21466         * gst/law/mulaw-decode.c: (mulawdec_link):
21467         * gst/law/mulaw-encode.c: (mulawenc_link):
21468           Fix caps memleaks (#166600).
21469
21470 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
21471
21472         * ext/tarkin/mem.h:
21473         * ext/tarkin/wavelet.h:
21474         * ext/tarkin/yuv.h:
21475         * gst/ffmpegcolorspace/avcodec.h:
21476           Include "_stdint.h" instead of <stdint.h>. Fixes build on
21477           systems that don't have stdint.h, like Solaris9 (fixes #166631).
21478
21479 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21480
21481         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
21482         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
21483         (gst_xvimagesink_change_state):
21484           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
21485           Xv video (and thereby regenerate Xv colourkey) in clear() so
21486           that PLAY -> READY -> PLAY works (fixes #162504).
21487
21488 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21489
21490         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
21491           Switch to list instead of range, since MJPEG-devices really just
21492           support decimations, not any size.
21493
21494 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
21495         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
21496         (gst_mpeg2dec_reset), (free_all_buffers),
21497         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
21498         * ext/mpeg2dec/gstmpeg2dec.h:
21499           The libmpeg2 user-allocated buffer management is awkward, 
21500           to say the least. Hopefully this fixes things.
21501
21502 2005-02-04  Andy Wingo  <wingo@pobox.com>
21503
21504         * gst/audioconvert/bufferframesconvert.c
21505         (buffer_frames_convert_fixate): New function, fixates to 256
21506         frames per buffer by default. (Much better than 1.)
21507         (buffer_frames_convert_init): Set the fixate function for both src
21508         and sink pad.
21509         (buffer_frames_convert_link): After success setting nonfixed caps,
21510         get the negotiated caps so we can know how many buffer-frames it
21511         will be. No idea how this worked at all before.
21512
21513 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
21514
21515         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
21516         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
21517         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
21518         (handle_sequence), (handle_picture):
21519         * ext/mpeg2dec/gstmpeg2dec.h:
21520           Rearrange buffer tracking and refcounting and refactor
21521           a little for readability. 
21522
21523 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
21524         * sys/v4l/gstv4l.c: (plugin_init):
21525         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
21526         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
21527         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
21528         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
21529         * sys/v4l/gstv4ljpegsrc.h:
21530         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
21531         * sys/v4l/v4l_calls.h:
21532         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
21533         (gst_v4lsrc_get_fps):
21534         * sys/v4l/v4lsrc_calls.h:
21535           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
21536           you jpeg inside rgb frames" driver.
21537           Don't error in the v4lsrc link function, just return 
21538           REFUSED.
21539
21540 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21541
21542         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
21543         (gst_qcamsrc_open):
21544           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
21545
21546 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21547
21548         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
21549           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
21550
21551 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21552
21553         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
21554           Reset negotiated state on PAUSED->READY.
21555
21556 2005-02-02  David Schleef  <ds@schleef.org>
21557
21558         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
21559         whereever possible.  (Fixes #165997)
21560         * examples/capsfilter/capsfilter1.c: (main):
21561         * examples/dynparams/filter.c: (create_ui):
21562         * examples/seeking/cdparanoia.c: (get_track_info), (main):
21563         * examples/seeking/chained.c: (main):
21564         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
21565         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
21566         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
21567         (make_mpeg_pipeline), (make_mpegnt_pipeline):
21568         * examples/seeking/spider_seek.c: (make_spider_pipeline):
21569         * examples/switch/switcher.c: (main):
21570         * ext/dv/demo-play.c: (main):
21571         * ext/faad/gstfaad.c: (gst_faad_change_state):
21572         * ext/mad/gstmad.c: (gst_mad_chain):
21573         * ext/smoothwave/demo-osssrc.c: (main):
21574         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
21575         (gst_gconf_render_bin_from_description),
21576         (gst_gconf_get_default_audio_sink),
21577         (gst_gconf_get_default_video_sink),
21578         (gst_gconf_get_default_audio_src),
21579         (gst_gconf_get_default_video_src),
21580         (gst_gconf_get_default_visualization_element):
21581         * gst/level/demo.c: (main):
21582         * gst/level/plot.c: (main):
21583         * gst/playback/gstplaybin.c: (gen_video_element),
21584         (gen_audio_element):
21585         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
21586         * gst/playondemand/demo-mp3.c: (setup_pipeline):
21587         * gst/sine/demo-dparams.c: (main):
21588         * gst/spectrum/demo-osssrc.c: (main):
21589         * gst/speed/demo-mp3.c: (main):
21590         * gst/volume/demo.c: (main):
21591         * testsuite/embed/embed.c: (main):
21592
21593 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
21594
21595         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
21596         (gst_tcpclientsink_finalize):
21597         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
21598         (gst_tcpclientsrc_finalize):
21599         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21600         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
21601         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
21602         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
21603           Don't leak the hostname when shutting down.
21604           In tcpserversrc, take a copy of the default hostname.
21605
21606 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21607
21608         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
21609           Set caps to systemstream=TRUE.
21610
21611 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21612
21613         * testsuite/Makefile.am:
21614           Fix more OSX buildbots.
21615
21616 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
21617
21618         * ext/mpeg2dec/gstmpeg2dec.c:
21619           Don't send things to NULL PAD_PEERs
21620
21621         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
21622           Copy-on-write the incoming buffer.
21623
21624         * gst/mpegstream/gstdvddemux.h:
21625         * gst/mpegstream/gstmpegclock.h:
21626         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21627         (normal_seek), (gst_mpeg_demux_handle_src_event):
21628         * gst/mpegstream/gstmpegdemux.h:
21629         * gst/mpegstream/gstmpegpacketize.h:
21630         * gst/mpegstream/gstmpegparse.c:
21631         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
21632         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
21633         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
21634         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
21635         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
21636         * gst/mpegstream/gstmpegparse.h:
21637         * gst/mpegstream/gstrfc2250enc.h:
21638           Various changes to the way time is computed that make seeking and
21639           total time estimation much better here.
21640           Use G_BEGIN/END_DECLS instead of __cplusplus
21641
21642         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
21643           Use gst_buffer_stamp instead of only copying the TIMESTAMP
21644
21645 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21646
21647         * gst/subparse/gstsubparse.c:
21648           Fix OSX buildbot.
21649
21650 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
21651
21652         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
21653         (theora_enc_chain), (theora_enc_change_state):
21654         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21655         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
21656         (gst_vorbisenc_change_state):
21657         * ext/vorbis/vorbisenc.h:
21658           Set granulepos and timestamp correctly for streams not
21659           starting at 0, taking into account the initial delay.
21660
21661 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
21662
21663         * gst/mpegstream/gstdvddemux.c:
21664           Add audio/x-dts to audio pad template caps
21665
21666 2005-01-30  David Schleef  <ds@schleef.org>
21667
21668         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
21669         (create_context), (gst_polypsink_link): Fix silly endianness
21670         bug.  Add some debugging.  Remove float from caps; it doesn't
21671         work.  Attempt to get remote audio working.
21672
21673 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21674
21675         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
21676           Add 3IV2 fourcc.
21677
21678 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21679
21680         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
21681         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
21682         (gst_avi_demux_stream_data):
21683         * gst/avi/gstavidemux.h:
21684           Invert DIB images. Fixes #132341.
21685
21686 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21687
21688         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21689         (gst_ffmpegcsp_chain):
21690           D'oh, reference the palette data, not the palette structure.
21691           Fixes color distortion in #132341.
21692
21693 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21694
21695         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
21696           PAR can be non-fixed when not provided as argument (#162626).
21697
21698 2005-01-29  David Moore  <dcm@acm.org>
21699
21700         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21701
21702         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21703         (gst_qtdemux_loop_header):
21704           Re-apply patch from #142272 that allows non-seekable sources,
21705           re-proposed by Daniel Drake <dsd@gentoo.org>.
21706
21707 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21708
21709         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
21710           Use the src template for creating the src pad (#162330).
21711
21712 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21713
21714         * configure.ac:
21715         * ext/musepack/Makefile.am:
21716         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
21717         (gst_musepackdec_init), (gst_musepackdec_dispose),
21718         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
21719         (gst_musepack_stream_init), (gst_musepackdec_loop),
21720         (gst_musepackdec_change_state):
21721         * ext/musepack/gstmusepackdec.cpp:
21722         * ext/musepack/gstmusepackdec.h:
21723         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
21724         (gst_musepack_reader_read), (gst_musepack_reader_seek),
21725         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
21726         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
21727         * ext/musepack/gstmusepackreader.cpp:
21728         * ext/musepack/gstmusepackreader.h:
21729           Update to 1.1 API (#165446).
21730
21731 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21732
21733         * ext/Makefile.am:
21734           Unbreak buildbot.
21735
21736 2005-01-28  Andy Wingo  <wingo@pobox.com>
21737
21738         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
21739         to reflect a different dubious internet source. Add a reference
21740         and some commentary.
21741
21742 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21743
21744         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
21745         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
21746         * gst/playback/gststreamselector.h:
21747           Be more selective when we're redoing caps negotiation from
21748           within the chain function on a stream change.
21749
21750 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21751
21752         * configure.ac:
21753         * ext/Makefile.am:
21754         * ext/amrnb/Makefile.am:
21755         * ext/amrnb/amrnb.c: (plugin_init):
21756         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
21757         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
21758         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
21759         (gst_amrnbdec_state_change):
21760         * ext/amrnb/amrnbdec.h:
21761         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
21762         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
21763         (gst_amrnbparse_init), (gst_amrnbparse_formats),
21764         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
21765         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
21766         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
21767         * ext/amrnb/amrnbparse.h:
21768           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
21769         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21770           Add AMR-NB/-WB raw formats.
21771         * ext/alsa/gstalsa.c: (gst_alsa_link):
21772           Keep valid time when changing format.
21773         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21774         (qtdemux_parse_trak):
21775           Add some more format-specific options (#140141, #143555, #155163).
21776
21777 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21778
21779         * gst/matroska/matroska-demux.c:
21780         (gst_matroska_demux_parse_blockgroup):
21781           Fix logic error in timing of subtitle stream synchronization.
21782         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21783           Add skip-chunk, which is found in kodak-camera streams.
21784
21785 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21786
21787         * po/LINGUAS:
21788         * po/vi.po:
21789           Adding Vietnamese translation (submitted by Clytie Siddall)
21790
21791 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21792
21793         * gst/playback/gstdecodebin.c: (try_to_link_1):
21794           Use realpad for signal.
21795
21796 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21797
21798         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
21799           Fix category so decodebin picks it up.
21800
21801 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21802
21803         * ext/mad/Makefile.am:
21804         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
21805         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
21806         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
21807         (found_type), (gst_id3demux_bin_change_state):
21808         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
21809         (gst_id3_tag_init), (gst_id3_tag_handle_event),
21810         (gst_id3_tag_src_link), (gst_id3_tag_chain),
21811         (gst_id3_tag_change_state), (plugin_init):
21812         * ext/mad/gstmad.h:
21813           Add id3demuxbin (which is a simple bin consisting of id3demux
21814           and typefind), take over rank from id3demux, remove typefind
21815           code from id3demux. Makes all broken mp3s that I know of work,
21816           and thereby fixes #152688.
21817
21818 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
21819
21820         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21821
21822         * ext/mad/gstmad.c: (gst_mad_src_event):
21823         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
21824           Allow seeks on audio pad, make mad forward those (#164826).
21825         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
21826           Set duration (#165335).
21827
21828 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21829
21830         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
21831         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
21832         (gst_asf_demux_process_ext_content_desc),
21833         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
21834         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
21835         * gst/asfdemux/gstasfdemux.h:
21836           Improve metadata display, e.g. if the metadata comes before the
21837           streams are loaded (which is perfectly valid).
21838
21839 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21840
21841         * tools/gst-launch-ext-m.m:
21842           Fix AVI/ASF pipelines (#165340).
21843
21844 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
21845         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
21846         build failure on amd64
21847
21848 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
21849
21850         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
21851         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
21852           Check environment variables GST_ID3V2_TAG_ENCODING,
21853           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
21854           list of character encodings to force interpretation of non-unicode
21855           strings stored in an ID3v2 tag to a particular encoding. If none
21856           is specified, try to use current locale's encoding, then fall back
21857           to ISO-8859-1 (which will always succeed). (Resolves #149274)
21858         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
21859         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
21860           Check environment variables GST_ID3V1_TAG_ENCODING,
21861           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
21862           list of character encodings to use in case a string encountered
21863           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
21864           specified, try to use the current locale's encoding, then fall
21865           back to ISO-8859-1 (which will always succeed).
21866
21867 2005-01-25  Benjamin Otte  <otte@gnome.org>
21868
21869         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
21870           - on half framerate, compute the rate in advance so the comparisons
21871             don't compare wrong values
21872           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
21873             behaviour
21874           - don't use mad_header_decode anymore, mad_frame_decode does that
21875             automatically
21876           - when getting rid of consumed bytes, reset the stream's skiplen
21877           (fixes #163867)
21878
21879 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
21880
21881         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
21882           Use 1/2 a second for default max_discont, as PES streams from DVB
21883           seem to have larger spacings in the SCR. 
21884           Fix a typo.
21885
21886 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21887
21888         * gst/playback/gstplaybasebin.c: (group_commit):
21889           Notify delayed stream-info availability.
21890
21891 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
21892         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
21893         (gst_a52dec_handle_event), (gst_a52dec_chain):
21894         Add some debug output. Check that a discont has a valid
21895         time associated.
21896         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
21897         (gst_alsa_sink_loop):
21898         Ignore TAG events. A little extra debug for broken timestamps.
21899         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
21900         (dvdnavsrc_change_state):
21901         Ensure we send a discont to engage the link before we send any
21902         other events.
21903         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
21904         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
21905         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
21906         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
21907         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
21908         dvd://title works in totem because typefinding sends a seek that ends
21909         up going back to chapter 1 regardless.
21910         * ext/mpeg2dec/gstmpeg2dec.c:
21911         * ext/mpeg2dec/gstmpeg2dec.h:
21912         Output correct timestamps and handle disconts.
21913         * ext/ogg/gstoggdemux.c: (get_relative):
21914         Small guard against a null dereference.
21915         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
21916         (gst_textoverlay_set_property):
21917         Free memory when done. Don't call gst_event_filler_get_duration on
21918         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
21919         g_warning.
21920         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
21921         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
21922         (gst_sw_srclink), (gst_smoothwave_chain):
21923         Draw solid lines, prettier colours.
21924         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
21925         Add a default palette that'll work for some movies.
21926         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
21927         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
21928         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
21929         * gst/mpegstream/gstdvddemux.h:
21930         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
21931         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
21932         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
21933         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
21934         * gst/mpegstream/gstmpegparse.h:
21935         Use PTM/NAV events when for timestamp adjustment when connected to 
21936         dvdnavsrc. Don't use many discont events where one suffices.
21937         * gst/playback/gstplaybasebin.c: (group_destroy),
21938         (gen_preroll_element), (gst_play_base_bin_add_element):
21939         * gst/playback/gstplaybasebin.h:
21940         Make sure we remove subtitles from the same bin we put them in.
21941         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
21942         (gst_subparse_buffer_format_autodetect),
21943         (gst_subparse_change_state):
21944         Fix some memleaks and invalid accesses.
21945         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
21946         (oggskel_type_find), (cmml_type_find), (plugin_init):
21947         Some typefind functions for Annodex v3.0 files
21948         * gst/wavparse/gstwavparse.h:
21949         GstRiffReadClass is the correct parent class.
21950
21951 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21952
21953         * gst-libs/gst/riff/riff-media.c:
21954         (gst_riff_create_video_caps_with_data):
21955           Add extradata to huffyuv (fixes #165013).
21956         * gst-libs/gst/riff/riff-read.c:
21957         (gst_riff_read_strf_vids_with_data):
21958           Fix extradata extraction if it is in the chunk size.
21959
21960 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
21961
21962         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21963
21964         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
21965         (gst_quarktv_change_state), (gst_quarktv_dispose):
21966           Memory free'ing location fix (#164708).
21967
21968 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21969
21970         * gst/playback/gstplaybasebin.c: (group_commit),
21971         (gen_preroll_element), (probe_triggered), (gen_source_element),
21972         (setup_source), (gst_play_base_bin_change_state),
21973         (gst_play_base_bin_add_element):
21974           Don't block for streams.
21975         * gst/playback/gststreaminfo.c: (stream_info_change_state),
21976         (gst_stream_info_set_mute):
21977           Use gst_pad_set_active_recursive.
21978
21979 2005-01-25  Andy Wingo  <wingo@pobox.com>
21980
21981         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
21982         for #ifndef HAVE_XVIDEO.
21983
21984 2005-01-24  Jeffrey C. Ollie
21985
21986         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
21987
21988         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
21989         * ext/gsm/gstgsmdec.h:
21990         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
21991         * ext/gsm/gstgsmenc.h:
21992         Fix rate to 8kHz as per spec, removes obscure errors when no rate
21993         was given by property. Add proper buffer timestamps and offsets.
21994
21995 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21996
21997         * gst-libs/gst/riff/riff-media.c:
21998         (gst_riff_create_audio_caps_with_data):
21999           Audio can be <8000Hz.
22000
22001 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22002
22003         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
22004           Explicit state change to workaround refcount bugs.
22005
22006 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22007
22008         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
22009         (gst_avimux_riff_get_avi_header):
22010           Fix...
22011
22012 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22013
22014         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
22015         (gst_riff_read_element_data):
22016         * gst-libs/gst/riff/riff-read.h:
22017           Add _peek version (req'ed in CDXA).
22018         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
22019         (gst_cdxaparse_loop):
22020           Fix parsing in playbin.
22021         * gst/playback/gstdecodebin.c: (close_pad_link):
22022           Ignore current_ pads, they cause major annoyance.
22023
22024 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22025
22026         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22027           Safety guard.
22028
22029 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22030
22031         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
22032           Fix padding...
22033
22034 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22035
22036         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
22037           Allow for 0-sized buffers. Fixes length query problems in
22038           starwars.mkv from the testsuite.
22039
22040 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
22041
22042         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
22043         (gst_video_box_i420), (gst_video_box_chain):
22044           Fix row strides for I420 (fixes #163159)
22045           
22046 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22047
22048         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
22049           MPEG2 has a useful rate property, so we can actually use that.
22050           For MPEG-1, continue using the bytes/time properties.
22051
22052 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22053
22054         * gst-libs/gst/riff/riff-media.c:
22055         (gst_riff_create_video_caps_with_data),
22056         (gst_riff_create_video_template_caps):
22057           Add intel-h263.
22058
22059 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22060
22061         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
22062           Fail if caps negotiation fails. Should fix #162184, and should
22063           definately be in there regardless of it fixing the actual bug.
22064         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
22065         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
22066         (gst_avimux_riff_get_avix_header),
22067         (gst_avimux_riff_get_video_header),
22068         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
22069         (gst_avimux_start_file), (gst_avimux_handle_event),
22070         (gst_avimux_change_state):
22071         * gst/avi/gstavimux.h:
22072           Refactor structure writing to use GST_WRITE_UINT macros, add
22073           metadata writing support.
22074
22075 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22076
22077         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
22078           Elements may already be destroyed when this function is called.
22079
22080 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22081
22082         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
22083         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
22084           More memory leak fixes (#149162).
22085
22086 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22087
22088         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
22089         (gst_qtdemux_add_stream):
22090           Fix two memleaks.
22091
22092 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22093
22094         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
22095           Argh...
22096
22097 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22098
22099         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
22100           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
22101           when fixating to six channels in Totem.
22102
22103 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
22104
22105         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
22106           Fix compile warnings on Solaris 10 buildbot
22107
22108 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
22109
22110         * ext/dvdread/dvdreadsrc.c: (_read):
22111           Don't read beyond the last cell in a chapter (fixes 
22112           invalid memory access)
22113
22114 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
22115
22116         * ext/dvdread/stream_labels.c:
22117         (dvdreadsrc_get_audio_stream_labels):
22118           Use NULL for an empty GList instead of g_list_alloc(); fix 
22119           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
22120           of GString (easier to bulk free later)
22121
22122 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
22123
22124         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22125
22126         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22127         (gst_ffmpeg_pixfmt_to_caps):
22128           Fix BGRA32 caps (#164209).
22129
22130 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
22131
22132         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22133
22134         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22135         (gst_ffmpeg_caps_to_pixfmt):
22136           alpha_mask can be RGBA/ABGR. Fixes #164265.
22137
22138 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
22139
22140         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22141
22142         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
22143         (gst_mpeg2dec_alloc_buffer):
22144         * ext/mpeg2dec/gstmpeg2dec.h:
22145           Crop if decoding size is not the actual image size (#163676).
22146
22147 2005-01-17  Steve Baker  <steve@stevebaker.org>
22148
22149         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22150
22151         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
22152         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
22153           Add libsndfile typefind functions (#163309).
22154
22155 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22156
22157         * tools/gst-launch-ext-m.m:
22158           Add .aac, fix .m1v/.m2v (#163891).
22159
22160 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22161
22162         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
22163           Sanity check, don't wait endlessly since the clock might not
22164           actually run at this point (which is a deadlock). Fixes #164069.
22165
22166 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22167
22168         * gst/playback/gstplaybasebin.c: (probe_triggered):
22169           Of course, only pause if group is done...
22170
22171 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22172
22173         * gst/playback/gstplaybasebin.c: (probe_triggered):
22174           Thread safety.
22175
22176 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
22177
22178         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
22179           Don't return state change success when the parent
22180           failed.
22181
22182 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22183
22184         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
22185           Free events (fix memleak in #162905).
22186
22187 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
22188
22189         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22190
22191         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22192         (gst_ffmpeg_caps_to_pixfmt):
22193           Fix for depth = 15. Fixes #161675.
22194
22195 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22196
22197         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
22198           Set FPS correctly, even for webcams and the like.
22199         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
22200           Don error on setting while capturing.
22201
22202 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22203
22204         * ext/dv/gstdvdec.c:
22205         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
22206         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
22207           I'm a bad boy. using /1001. to force C to do float division
22208           and not integer division (as it did in my last commit)
22209           Thanks to David I. Lehn for pointing this mistake.
22210
22211 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22212
22213         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
22214           Revert Johan's 1.35->1.36 since it breaks compat.
22215
22216 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22217
22218         * ext/dv/gstdvdec.c:
22219         * ext/libfame/gstlibfame.c:
22220         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
22221         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
22222           replace framerate aproximations by their real value
22223           (24000/1001, 30000/1001, 60000/1001)
22224           Finish fixing bug #164049
22225
22226 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
22227
22228         * ext/ogg/gstoggmux.c:
22229           eos/bos debugging
22230         * gst/tcp/gstmultifdsink.c:
22231         * gst/tcp/gstmultifdsink.h:
22232         * gst/tcp/gsttcp.c:
22233         * gst/tcp/gsttcp.h:
22234         * gst/tcp/gsttcpclientsink.c:
22235         * gst/tcp/gsttcpclientsrc.c:
22236         * gst/tcp/gsttcpserversink.c:
22237         * gst/tcp/gsttcpserversrc.c:
22238           improve reusability of elements after state changes and errors
22239           make multifdsink throw away streamheaders when receiving new ones
22240
22241 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22242
22243         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
22244           Fix for if items are already in list...
22245
22246 2005-01-12  Benjamin Otte  <otte@gnome.org>
22247
22248         * gst/adder/gstadder.c: (gst_adder_loop):
22249           fix adder a bit so it doesn't screw up with events as much anymore
22250
22251 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
22252
22253         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
22254         (pixbufscale_scale), (gst_pixbufscale_chain):
22255         * ext/gdk_pixbuf/pixbufscale.h:
22256           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
22257           to ensure rowstrides are calculated the same way as 
22258           ffmpegcolorspace
22259           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
22260           that we pick up duration and offset also.
22261
22262 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22263
22264         * gst/avi/gstavimux.c: (gst_avimux_class_init),
22265         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
22266           Reusability fixes.
22267
22268 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22269
22270         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
22271         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
22272         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
22273         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
22274           Update flags when requested.
22275
22276 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22277
22278         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
22279           Fix dmix.
22280
22281 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22282
22283         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22284         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
22285         (probe_triggered), (new_decoded_pad), (gen_source_element),
22286         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
22287         * gst/playback/gstplaybasebin.h:
22288         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22289         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
22290         (gst_play_bin_change_state):
22291           Implement group-switch signal for use in apps to clear metadata
22292           cache, clean up subtitle, add suburi property instead of # hack,
22293           some error-out fixes.
22294
22295 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22296
22297         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22298           Debug.
22299         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
22300           If we got a state change in the _get handler, don't return success.
22301
22302 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22303
22304         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
22305         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
22306           Make jpegdec quiet on MJPEG decoding
22307         * gst/asfdemux/README:
22308           Fix mimetypes for MJPEG and H263
22309
22310 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22311
22312         * ext/theora/theoradec.c: (theora_dec_chain):
22313           Fix broken code generation by gcc by swapping arguments.
22314         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22315           Fix \n in debug.
22316
22317 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22318
22319         * TODO:
22320           delete this file, it is by far outdated
22321         * ext/alsa/gstalsa.1: remove
22322         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
22323         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
22324         (gst_alsa_get_caps):
22325           Add HW probing for supported sample rates. Fixes #161704
22326
22327 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22328
22329         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
22330           Don't crash, biatch! :).
22331
22332 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22333
22334         * ext/musepack/gstmusepackreader.cpp:
22335         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
22336           Some work on tags - still doesn't work in playbin...
22337         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
22338           Handle events...
22339
22340 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22341
22342         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
22343           Also shove tags on kid pads.
22344
22345 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22346
22347         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
22348           Don't bail on unknown events.
22349         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
22350           Don't crash on events before negotiation.
22351         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
22352           Send tags on pads, too.
22353         * gst/playback/gststreamselector.c:
22354         (gst_stream_selector_request_new_pad):
22355           Forward events on first pad if no input was selected yet.
22356
22357 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22358
22359         * gst/playback/gstplaybasebin.c: (setup_substreams):
22360           Don't disable streamtype if the stream doesn't exist, since
22361           then playing a video after audio will disable both and nothing
22362           will happen. Fixes the testsuite.
22363
22364 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22365
22366         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
22367         (gst_v4l_xoverlay_set_xwindow_id):
22368         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
22369         (gst_v4l2_xoverlay_set_xwindow_id):
22370           Add debug categories, fix overlay disabling.
22371
22372 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22373
22374         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
22375         * ext/alsa/gstalsa.h:
22376           Add HW probing for period_count/size and buffer_size MIX/MAX
22377           Adjust default/user defined value if out of bounds
22378           Should fix bug #162024
22379
22380 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22381
22382         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
22383           Fix warning (#161191).
22384
22385 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22386
22387         * ext/dvdread/stream_labels.c:
22388         (dvdreadsrc_get_audio_stream_labels):
22389           Fix warning (init the good variable in switch default)
22390
22391 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
22392
22393         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22394
22395         * gst/tta/gstttaparse.c: (gst_tta_src_event):
22396           Fix gcc-2.95 compile (#163485).
22397
22398 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22399
22400         * configure.ac:
22401         * ext/flac/gstflacenc.c: (gst_flacenc_init),
22402         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
22403         (gst_flacenc_tell_callback), (gst_flacenc_chain),
22404         (gst_flacenc_change_state):
22405         * ext/flac/gstflacenc.h:
22406           Update for API change in flac-1.1.1. Update requirement in
22407           configure.ac. Fixes #162974.
22408
22409 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22410
22411         * gst/playback/gstplaybasebin.c: (group_destroy):
22412           Remove hack to get rid of assert and get rid of unlinked
22413           signals properly.
22414
22415 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22416
22417         * gst/playback/gstplaybasebin.c: (setup_source):
22418           Set source to NULL so that resources are free'ed. Fixes issues
22419           with playback of CDDA and similar device-accessing things.
22420
22421 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22422
22423         * testsuite/embed/Makefile.am:
22424           test->noinst, fix make test in buildbot.
22425
22426 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22427
22428         * ext/dvdread/stream_labels.c: new file
22429         * ext/dvdread/stream_labels.h: new file
22430         * ext/dvdread/Makefile.am:
22431         * ext/dvdread/dvdreadsrc.c: (_seek_title):
22432           Extract audio stream label from DVD IFO files.
22433           It only dump them on the console for now, still have to
22434           make playbin aware of them.
22435
22436 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22437
22438         * gst/playback/gstplaybasebin.c: (setup_source):
22439           Fix hanging subs.
22440
22441 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22442
22443         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
22444         (gen_preroll_element), (remove_groups), (setup_subtitle),
22445         (gen_source_element), (setup_source):
22446         * gst/playback/gstplaybasebin.h:
22447           Multiple .sub files is just a stupid idea... Fix some threading
22448           mistakes. Interestingly, external .sub files cause playbin to
22449           hang, I don't know why... Parsing fixes contributed by Fran??ois
22450           Kooman <fkooman@tuxed.net>.
22451
22452 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22453
22454         * testsuite/embed/Makefile.am:
22455           Fix buildbot.
22456
22457 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
22458
22459         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22460
22461         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22462         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22463         (gst_pngenc_set_property):
22464         * ext/libpng/gstpngenc.h:
22465           Add compression level property (#163323).
22466
22467 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22468
22469         * configure.ac:
22470         * examples/capsfilter/capsfilter1.c: (main):
22471         * examples/seeking/spider_seek.c: (make_spider_pipeline):
22472         * ext/dvdread/Makefile.am:
22473         * ext/dvdread/demo-play:
22474         * ext/dvdread/demo-play.c:
22475         * gconf/gstreamer.schemas.in:
22476         * gst-libs/gst/gconf/gconf.c:
22477         * sys/v4l/TODO:
22478         * testsuite/Makefile.am:
22479         * testsuite/embed/Makefile.am:
22480         * testsuite/embed/embed.c: (cb_expose), (main):
22481           Remove all references to xvideosink, fix examples (#140845).
22482         * gst/playback/gstplaybasebin.c: (group_destroy):
22483           Apparently, disposal does not unlink - so do explicitely.
22484         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22485           Add debug.
22486
22487 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
22488
22489         * README: fix PKG_CONFIG_PATH instructions, what was there
22490         previously was breaking default search path, not nice. 
22491         Fixes #163358
22492
22493 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22494
22495         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
22496         (gst_audioscale_chain):
22497           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
22498           when resampling - how the ^@$^!@^! is this possible?!?
22499
22500 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22501
22502         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22503           Reset variables on READY.
22504         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
22505         (gst_matroska_mux_loop):
22506           Require data before writing header.
22507
22508 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
22509
22510         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22511
22512         * ext/mad/gstmad.c: (gst_mad_chain):
22513           Don't call mad_stream_sync() directly after recovering sync.
22514           Fixes #151661.
22515
22516 2005-01-09  Martin Eikermann  <meiker@upb.de>
22517
22518         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22519
22520         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
22521         (snapshot_handler), (gst_snapshot_sinkconnect),
22522         (gst_snapshot_chain):
22523           Allocate resources when required, fix recursive signal emission
22524           and fix caps. Fixes #161667.
22525
22526 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
22527
22528         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22529
22530         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
22531         (gst_pngdec_chain):
22532           Handle only 8-bppc (bits-per-pixel-component) images, better
22533           error handling and correct strides. Fixes #163177.
22534         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
22535         (gst_pngenc_chain):
22536           Better error handling. Fixes #163348.
22537
22538 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22539
22540         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
22541         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
22542         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
22543         (dvdnavsrc_uri_handler_init):
22544           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
22545         * gst/playback/gstplaybasebin.c: (gen_source_element):
22546           Add MMS to streaming URIs.
22547
22548 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22549
22550         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
22551         * sys/xvimage/xvimagesink.c:
22552         (gst_xvimagesink_navigation_send_event):
22553           Check for pad availability before sending event.
22554
22555 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22556
22557         * gst-plugins.spec.in:
22558           Add subparse.
22559
22560 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22561
22562         * configure.ac:
22563           Since we use functions from CVS, up requirement.
22564
22565 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22566
22567         * gst/playback/Makefile.am:
22568         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22569         (group_destroy), (group_commit), (group_is_muted),
22570         (gen_preroll_element), (add_stream), (unknown_type),
22571         (probe_triggered), (preroll_unlinked), (mute_stream),
22572         (silence_stream), (new_decoded_pad), (setup_substreams),
22573         (setup_source), (get_active_source), (mute_group_type),
22574         (muted_group_change_state), (set_active_source),
22575         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22576         (play_base_eos), (gst_play_base_bin_change_state):
22577         * gst/playback/gstplaybasebin.h:
22578         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
22579         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
22580         (gst_stream_info_dispose), (stream_info_mute_pad),
22581         (stream_info_change_state), (gst_stream_info_set_mute):
22582         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
22583         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
22584         (gst_stream_selector_init), (gst_stream_selector_dispose),
22585         (gst_stream_selector_get_linked_pad),
22586         (gst_stream_selector_get_caps), (gst_stream_selector_link),
22587         (gst_stream_selector_get_linked_pads),
22588         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
22589         * gst/playback/gststreamselector.h:
22590           Adding stream selection support plus required properties for
22591           applications to use this. Fully fixes #100931.
22592
22593 2005-01-08  Benjamin Otte  <otte@gnome.org>
22594
22595         * gst/games/gstpuzzle.c: (nav_event_handler):
22596           - handle nav events differently: forward every event no matter if it
22597             was handled or not.
22598           - translate events
22599           You can now cheat by using navigationtest ! puzzle and moving the
22600           mouse close to the edge of a tile. ;)
22601
22602 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22603
22604         * configure.ac:
22605         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
22606         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
22607         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
22608         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
22609         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
22610         (gst_ogm_parse_plugin_init):
22611         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
22612         (gst_textoverlay_link), (gst_textoverlay_getcaps),
22613         (gst_textoverlay_event), (gst_textoverlay_video_chain),
22614         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
22615         * ext/pango/gsttextoverlay.h:
22616         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
22617         (gst_matroska_demux_handle_seek_event),
22618         (gst_matroska_demux_sync_streams),
22619         (gst_matroska_demux_parse_blockgroup),
22620         (gst_matroska_demux_subtitle_caps),
22621         (gst_matroska_demux_plugin_init):
22622         * gst/matroska/matroska-ids.h:
22623         * gst/playback/gstdecodebin.c: (close_pad_link):
22624         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
22625         (gen_preroll_element), (remove_groups), (add_stream),
22626         (new_decoded_pad), (setup_subtitles), (gen_source_element),
22627         (setup_source):
22628         * gst/playback/gstplaybasebin.h:
22629         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
22630         * gst/subparse/Makefile.am:
22631         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
22632         (gst_subparse_base_init), (gst_subparse_class_init),
22633         (gst_subparse_init), (gst_subparse_formats),
22634         (gst_subparse_eventmask), (gst_subparse_event),
22635         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
22636         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
22637         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
22638         (parse_mpsub_deinit), (parse_mpsub_init),
22639         (gst_subparse_buffer_format_autodetect),
22640         (gst_subparse_format_autodetect), (gst_subparse_loop),
22641         (gst_subparse_change_state), (gst_subparse_type_find),
22642         (plugin_init):
22643         * gst/subparse/gstsubparse.h:
22644         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
22645         (plugin_init):
22646           Add subtitle support, .sub parser (supports SRT and MPsub),
22647           OGM text support, Matroska UTF-8 text support, deadlock fixes
22648           all over the place, subtitle awareness in decodebin/playbin
22649           and some fixes to textoverlay to handle subtitles in a stream
22650           correctly. Fixes #100931.
22651
22652 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22653
22654         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22655           Check for pad availability before doing a query on it.
22656
22657 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22658
22659         * ext/dv/gstdvdec.c:
22660           really fix bpp24/32 dvdec caps (classic rgba indeed)
22661         * gst/asfdemux/gstasfdemux.c:
22662         (gst_asf_demux_process_ext_content_desc):
22663           don't send text tags if they are empty (bis repetita)
22664
22665 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22666
22667         * ext/dv/gstdvdec.c:
22668          remove unneeded comment from dvdec
22669           (related to DV 4CC codes in AVI files)
22670           moved them in gstreamer/docs/random/mimetypes
22671         * gst/asfdemux/gstasfdemux.c:
22672         (gst_asf_demux_process_ext_content_desc):
22673          don't send text tags if they are empty
22674          fix mem leak on error path
22675         * gst/ffmpegcolorspace/avcodec.h:
22676         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22677         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
22678         (gst_ffmpegcsp_avpicture_fill):
22679         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
22680         * gst/ffmpegcolorspace/imgconvert_template.h:
22681          adds BGR32 and BGRA32 to ffmpegcolorspace
22682           (still bad colors, fixing it on next commit)
22683           helps with dvdec outputing BGR32
22684
22685 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22686
22687         * ext/dv/gstdvdec.c:
22688          Fix audio caps i just broke (missing ',')
22689         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
22690         (gst_matroska_mux_reset):
22691          Fix typo + add FIXME about old "x-gst-metadata" crap
22692
22693 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22694
22695         * ext/dv/demo-play.c: (main):
22696          xvideosink -> xvimagesink
22697         * ext/dv/gstdvdec.c:
22698          change rgb 32/32 caps to 24/32 (no alpha)
22699          change nb of channels to be a list (2 or 4, not 2)
22700          change sample rate to be a list (32, 44.1, 48 kHz) not a range
22701         * gst/asfdemux/gstasfdemux.c:
22702         (gst_asf_demux_process_ext_content_desc):
22703          Add 'date/year' to extracted metadata list
22704
22705 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22706
22707         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
22708           The return value of fixate_to does not imply that the requested
22709           value was set, so don't assume.
22710
22711 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
22712
22713         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22714
22715         * ext/libpng/gstpngdec.c:
22716         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
22717         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
22718         * ext/libpng/gstpngenc.h:
22719           Alpha support (encoder; #163161), mime fixage.
22720
22721 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
22722
22723         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22724
22725         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
22726         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
22727         (gst_faac_set_property), (gst_faac_get_property):
22728         * ext/faac/gstfaac.h:
22729           Allow for ADTS output (#153434).
22730
22731 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22732
22733         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
22734           Fix against template (#150576).
22735
22736 2005-01-06  Benjamin Otte  <otte@gnome.org>
22737
22738         * gst/games/gstpuzzle.c: (draw_puzzle):
22739           don't draw a puzzle if either width or height of tiles would be 0.
22740
22741 2005-01-06  Benjamin Otte  <otte@gnome.org>
22742
22743         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
22744         (gst_puzzle_class_init), (gst_puzzle_finalize):
22745           no memleaks, please
22746         (gst_puzzle_create), (gst_puzzle_init),
22747         (gst_puzzle_set_property), (gst_puzzle_setup):
22748           change initialization code around so we don't reshuffle on resize
22749         (draw_puzzle):
22750           fix another stupid typo
22751
22752 2005-01-06  Benjamin Otte  <otte@gnome.org>
22753
22754         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
22755           fix stupid typo that borked copying on YUY2
22756
22757 2005-01-06  Benjamin Otte  <otte@gnome.org>
22758
22759         * gst/games/gstpuzzle.c: (draw_puzzle):
22760           fix edges when image sizes aren't multiples of tile sizes
22761
22762 2005-01-06  Benjamin Otte  <otte@gnome.org>
22763
22764         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
22765           make RGB endianness work correctly
22766         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
22767           refactor and fix race with initial shuffling
22768         (nav_event_handler):
22769           allow using the mouse to puzzle
22770         (draw_puzzle):
22771           insist on tiles having width and height as multiples of 4 to get
22772           clean YUV image handling
22773         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22774         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
22775           s/DEBUG/LOG/ for common messages
22776         (gst_xvimagesink_navigation_send_event):
22777           fix mouse event translation to not include screen PAR
22778         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
22779           fix mouse event translation to actually work
22780
22781 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22782
22783         * gst/asfdemux/gstasfdemux.c:
22784         (gst_asf_demux_process_ext_content_desc):
22785          Extract TrackNumber metadata + clean up code
22786         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
22787          Hope this is the good fix (var used unitialised)
22788
22789 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22790
22791         * ext/faad/gstfaad.c: (gst_faad_chain):
22792           Only increment timestamp if it's valid. Fixes raw AAC streams.
22793
22794 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22795
22796         * configure.ac:
22797         * gst/games/Makefile.am:
22798         * gst/games/gstpuzzle.c:
22799           add a puzzle game with...
22800         * gst/games/gstvideoimage.c:
22801         * gst/games/gstvideoimage.h:
22802           ... full colorspace support (that includes YUV9 and RGB16)) stolen
22803           from videotestsrc and made into something that would be a nice
22804           library for a lot of other plugins.
22805
22806 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22807
22808         * configure.ac:
22809          don't compile faad plugin if a RC of 2.0 is found
22810          Fixes #155346 (and FC1 buildbot)
22811         * gst/asfdemux/gstasfdemux.c:
22812         (gst_asf_demux_process_ext_content_desc):
22813          try to make Solaris compiler happier
22814
22815 2005-01-06  Paul Jack  <pjack@sfaf.org>
22816
22817         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22818
22819         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
22820           Fix segfault (#161667).
22821
22822 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22823
22824         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
22825           Fix framerate reporting.
22826
22827 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22828
22829         * gst-libs/gst/riff/riff-ids.h:
22830         * gst/wavenc/riff.h:
22831          Add AMR (VBR and CBR) ids to riff.h audio codec list
22832         * gst/asfdemux/gstasfdemux.c:
22833         (gst_asf_demux_process_ext_content_desc),
22834         (gst_asf_demux_process_object):
22835           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
22836
22837 2005-01-05  Martin Eikermann  <meiker@upb.de>
22838
22839         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22840
22841         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22842         (gst_dvd_demux_handle_discont):
22843         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
22844         (gst_mpeg_demux_handle_discont):
22845           Recreate pads on new-media (#160730).
22846         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
22847           Send discont even if manager changes timestamps (#161929).
22848
22849 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
22850
22851         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22852
22853         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
22854           Fix invalid memory access (#159211).
22855
22856 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22857
22858         * examples/gstplay/player.c: (main):
22859           Don't iterate.
22860         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
22861           Add visualizations.
22862         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
22863         (gst_a52dec_handle_frame):
22864           Set duration.
22865         * ext/dvdnav/gst-dvd:
22866           Add audioconvert. Fixes #161325.
22867         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
22868           Explicitely case to gint64. Possible valgrind error.
22869         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
22870         (gst_play_tick_callback), (gst_play_change_state),
22871         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
22872         (gst_play_set_location), (gst_play_get_location),
22873         (gst_play_seek_to_time), (gst_play_set_data_src),
22874         (gst_play_set_video_sink), (gst_play_set_audio_sink),
22875         (gst_play_set_visualization), (gst_play_connect_visualization),
22876         (gst_play_get_framerate), (gst_play_get_all_by_interface),
22877         (gst_play_new):
22878           Use playbin. Fixes #139749 and #147744.
22879         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
22880           Add genre tag.
22881         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
22882         (audioscale_get_type), (gst_audioscale_base_init),
22883         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
22884         (gst_audioscale_getcaps), (gst_audioscale_fixate),
22885         (gst_audioscale_link), (gst_audioscale_get_buffer),
22886         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
22887         (gst_audioscale_init), (gst_audioscale_dispose),
22888         (gst_audioscale_chain), (gst_audioscale_set_property),
22889         (gst_audioscale_get_property), (plugin_init):
22890           Indent properly.
22891         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
22892           Fix LPCM.
22893         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
22894         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
22895         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
22896           Add more metadata (fixes #162656).
22897
22898 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22899
22900         * configure.ac:
22901           back to cvs
22902
22903 === release 0.8.7 ===
22904
22905 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22906
22907         * NEWS:
22908         * RELEASE:
22909         * configure.ac:
22910           releasing 0.8.7, "Hyperspace"
22911
22912 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22913
22914         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
22915
22916         * gst/playback/gstplaybasebin.c:
22917          Fix for #162924 - free caps after use, not before
22918
22919 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22920
22921         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
22922
22923         * gst/playback/gstplaybasebin.c:
22924         * gst/wavparse/gstwavparse.c:
22925           Fix for #154773 - fixes playback of small .wav files
22926
22927 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22928
22929         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
22930
22931         * gst/audioscale/gstaudioscale.c:
22932           Fix for #162819 - make audioscale reusable
22933           Fixes playback of more than one file with playbin/totem
22934
22935 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
22936
22937         * gst/ffmpegcolorspace/avcodec.h:
22938         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22939         * gst/ffmpegcolorspace/imgconvert.c:
22940           clean up the mess that made me cry and avoid needless duplication
22941
22942 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
22943
22944         * gst/ffmpegcolorspace/imgconvert.c:
22945           give some indication of why we're segfaulting
22946
22947 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22948
22949         * configure.ac:
22950           Fix indentation, fix v4l2 plugin detection.
22951         * ext/Makefile.am:
22952           Fix libmms location (Maciej, use diff -u!).
22953         * ext/alsa/gstalsa.c: (gst_alsa_init):
22954           Initialize caps cache to NULL.
22955         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
22956           Only change state on audiosink if it exists.
22957
22958 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
22959
22960         * gst/matroska/matroska-demux.c:
22961         * gst/matroska/matroska-ids.h:
22962         * gst/matroska/matroska-demux.h:
22963         Fix Vorbis streams failing to decode in some files, where cluster_time
22964         isn't 0, because then it doesn't send codec_priv before actual data.
22965         Remove time-based test and replace it with marker set on beginning of
22966         new stream
22967
22968 2004-12-28  David Schleef  <ds@schleef.org>
22969
22970         Merge patch from Ronald fixing problems with streaming
22971         text.
22972         * ext/cairo/gstcairo.c: (plugin_init):
22973         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
22974         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
22975         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
22976         (gst_textoverlay_font_init), (gst_textoverlay_init),
22977         (gst_textoverlay_set_property):
22978         * ext/cairo/gsttextoverlay.h:
22979
22980 2004-12-27  David Schleef  <ds@schleef.org>
22981
22982         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
22983         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
22984         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
22985         (gst_textoverlay_font_init), (gst_textoverlay_init),
22986         (gst_textoverlay_set_property): Improvements to actually
22987         render text as white on black outline on video, including
22988         font selection and horizontal/vertical alignment.  (Ronald's
22989         christmas present)
22990         * ext/cairo/gsttextoverlay.h:
22991
22992 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22993
22994         * ext/ogg/gstogg.c:
22995         * ext/ogg/gstogmparse.c:
22996           fix ogm[audio/video]parse plugin registration
22997           (riff won't load if bytestream is already loaded)
22998
22999 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23000
23001         * gst/audioconvert/gstchannelmix.c:
23002           fix for GLIB < 2.4
23003
23004 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23005
23006         * Makefile.am:
23007         * configure.ac:
23008           disable docs again until it actually passes make distcheck.
23009
23010 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23011
23012         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
23013         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
23014         (plugin_init):
23015           Add 3GP (variables name Q3GP because they can't start with a
23016           number). Add samr audio fourcc (used in .3gp files), decoder
23017           is work in progress. Also do a GST_WARNING instead of ERROR
23018           in case of unknown nodes, to decrease output.
23019
23020 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23021
23022         * Makefile.am:
23023           really fix dist
23024
23025 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23026
23027         * configure.ac:
23028         * ext/speex/gstspeexdec.h:
23029         * ext/speex/gstspeexenc.h:
23030           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
23031           Fix detection code in configure.ac
23032
23033 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23034
23035         * gst/matroska/matroska-demux.c:
23036         (gst_matroska_demux_parse_blockgroup):
23037           Save position, so that queries give proper return values. Don't
23038           know how this could ever have worked before...
23039
23040 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23041
23042         * configure.ac:
23043           Put additional LAME check inside the conditional.  Fixes #152339
23044
23045 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23046
23047         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
23048         (gst_avi_demux_stream_scan):
23049           Add some more debug. Fix logic error when setting movi offset
23050           while reading index.
23051
23052 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23053
23054         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
23055         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
23056         (gst_avi_demux_process_next_entry):
23057           Add some debugging. Better detection of broken indexes and the
23058           accompanying index recovery. No infinite loops on state changes
23059           when we're still in our loopfunction.
23060
23061 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23062
23063         * configure.ac:
23064           Fix up.
23065
23066 2004-12-22  Archana Shah  <archana.shah@wipro.com>
23067
23068         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23069
23070         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
23071           Normalizing the value before setting
23072         (gst_sunaudiomixer_get_volume):
23073           Normalizing the value after getting. Fixes bug# 161980
23074
23075 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
23076
23077         * Makefile.am: Make sure docs gets disted
23078         * docs/Makefile.am: Make sure all needed files get disted
23079         * gst-plugins.spec.in: latest updates
23080
23081 2004-12-22  Wim Taymans  <wim@fluendo.com>
23082
23083         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
23084         Revert patch 1.38 as clock distribution over schedulers does
23085         not work correcly in the core yet.
23086
23087 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23088
23089         * sys/oss/README: remove this file, which predates my birth
23090           (and which content is by far outdated)
23091
23092 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
23093
23094         * Makefile.am:
23095         * configure.ac:
23096         * docs/Makefile.am:
23097         * docs/libs/Makefile.am:
23098         * docs/libs/gst-plugins-libs-docs.sgml:
23099         * docs/libs/gst-plugins-libs-sections.txt:
23100         * docs/libs/tmpl/gstgconf.sgml:
23101         * docs/upload.mak:
23102         * docs/version.entities.in:
23103           Added boilerplate gtk-doc files for plugin-libs documentation.
23104
23105 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23106
23107         * gst/auparse/gstauparse.c: fix int and float audio caps
23108
23109 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23110
23111         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
23112         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
23113           g_assert() can be a macro, don't use #ifdef inside it.
23114
23115 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
23116
23117         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23118
23119         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
23120         (gst_videorate_init), (gst_videorate_chain),
23121         (gst_videorate_change_state):
23122           Event handling (fixes #159986).
23123
23124 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23125
23126         * gst-libs/gst/riff/riff-media.c:
23127         (gst_riff_create_video_caps_with_data):
23128           Add BLZ0 (Blizzard's version of DivX) fourcc.
23129
23130 2004-12-18  David Schleef  <ds@schleef.org>
23131
23132         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
23133         portability fix.
23134
23135 2004-12-18  David Schleef  <ds@schleef.org>
23136
23137         * gst/tta/ttadec.h: Disable some header code that isn't used
23138         and clearly isn't portable.
23139
23140 2004-12-18  David Schleef  <ds@schleef.org>
23141
23142         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
23143         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
23144         (avcodec_get_pix_fmt), (avpicture_layout),
23145         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
23146         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
23147         Fix code to not use GCC extensions (and c99 extensions that
23148         Forte does not like.)
23149
23150 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23151
23152         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23153
23154         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
23155         (gst_deinterlace_chain):
23156           Rowstride fixes. Fixes #161039.
23157         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
23158         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
23159         (gst_video_crop_getcaps), (gst_video_crop_link),
23160         (gst_video_crop_i420), (gst_video_crop_chain),
23161         (gst_video_crop_change_state):
23162           Rework of negotiation. Actually works now. Fixes #158650.
23163
23164 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23165
23166         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
23167           That was very stupid.
23168
23169 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23170
23171         * gst/matroska/matroska-demux.c:
23172         (gst_matroska_demux_parse_blockgroup):
23173           Fix possible crasher.
23174
23175 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23176
23177         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
23178         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
23179           Lace sizes can be zero.
23180
23181 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23182
23183         * ext/musepack/gstmusepackdec.cpp:
23184           Fetch error return values. Fixes #161624.
23185         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
23186           Really EOS.
23187
23188 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23189
23190         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
23191           Work for truncated (unfinished download etc.) files. Fixes #160514.
23192
23193 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23194
23195         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23196           Fix for integer overflow. Makes #156001 not crash. Probably masks
23197           the real bug.
23198
23199 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23200
23201         * gst/ac3parse/gstac3parse.c: (plugin_init):
23202           Parsers never have ranks. Fixes #159651.
23203
23204 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23205
23206         * gst/playback/gstdecodebin.c: (compare_ranks):
23207           make sure the facotries are ordered the same every time even if they
23208           have the same rank by using the name
23209         * gst/playback/gstdecodebin.c: (find_compatibles):
23210           make sure we don't add factories to the list twice
23211
23212 2004-12-16  David Schleef  <ds@schleef.org>
23213
23214         * configure.ac: look for musepack headers as musepack/*.h
23215         (fixes #159847)
23216         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
23217         * ext/musepack/gstmusepackreader.h: same
23218
23219 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23220
23221         * gst-libs/gst/riff/riff-read.c:
23222         (gst_riff_read_strf_auds_with_data):
23223           Read extradata correctly (fixes #155879).
23224
23225 2004-12-16  David Schleef  <ds@schleef.org>
23226
23227         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
23228         audio.  does _not_ attempt or allow conversion unless channels
23229         is 1 or 2.
23230
23231 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
23232
23233         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
23234
23235 2004-12-16  David Schleef  <ds@schleef.org>
23236
23237         * gst/audioscale/gstaudioscale.c: the resample library only
23238         handles 1 or 2 channels.  Change caps to compensate.
23239
23240 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23241
23242         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
23243         (gst_matroska_demux_audio_caps):
23244           Some MPEG-AAC hacks, because else it doesn't work...
23245
23246 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23247
23248         * gst-libs/gst/riff/riff-media.c:
23249         (gst_riff_create_video_caps_with_data),
23250         (gst_riff_create_video_template_caps):
23251           Add h264.
23252
23253 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23254
23255         * gst-libs/gst/audio/Makefile.am:
23256           Try to fix buildbot.
23257
23258 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
23259
23260         * gst/tcp/gstmultifdsink.c:
23261           Clean up and uniformize debugging.
23262
23263 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
23264
23265         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23266
23267         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
23268         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
23269         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
23270         (gst_mpeg_demux_change_state):
23271           Reset on ready. Fixes 160276.
23272
23273 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
23274
23275         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23276
23277         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23278         (gst_ffmpegcsp_pad_link):
23279           Fix memleak (#154815).
23280
23281 2004-12-16  James Bowes  <bowes@cs.dal.ca>
23282
23283         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23284
23285         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
23286         (gst_musicbrainz_init), (gst_musicbrainz_chain),
23287         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
23288         * ext/musicbrainz/gsttrm.h:
23289           Add support for using a proxy server when getting a trm id from
23290           the MusicBrainz database (#149613).
23291
23292 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
23293
23294         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23295
23296         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
23297         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23298           Fix memleaks (#157233).
23299
23300 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
23301
23302         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23303
23304         * gst-libs/gst/resample/resample.c: (gst_resample_close):
23305         * gst-libs/gst/resample/resample.h:
23306         * gst/audioscale/gstaudioscale.c:
23307           Fix memleak (#159215).
23308
23309 2004-12-16  Toni Willberg  <toniw@iki.fi>
23310
23311         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23312
23313         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
23314         * sys/oss/oss_probe.c: (main):
23315           Check for mono/stereo support (similar to samplerate probing),
23316           fixes #159433. Also add missing copyright header to oss_probe.c.
23317
23318 2004-12-15  David Schleef  <ds@schleef.org>
23319
23320         * configure.ac: add audioresample and cairo plugins.  Remove
23321         HAVE_MMX stuff, because it's not used.
23322         * ext/Makefile.am: same
23323         * ext/audioresample/Makefile.am: You are not ready for an
23324         audio resampling element based on audioresample.
23325         * ext/audioresample/gstaudioresample.c:
23326         * ext/audioresample/gstaudioresample.h:
23327         * ext/cairo/Makefile.am: You are not ready for overlay elements
23328         based on cairo.  Don't look too closely, these elements kinda
23329         suck right now.
23330         * ext/cairo/gstcairo.c: new
23331         * ext/cairo/gsttextoverlay.c: new
23332         * ext/cairo/gsttextoverlay.h: new
23333         * ext/cairo/gsttimeoverlay.c: new
23334         * ext/cairo/gsttimeoverlay.h: new
23335         * gst-libs/gst/media-info/media-info-priv.h: fix compile
23336         problem with compilers that don't support variadic macros.
23337
23338 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
23339
23340         Reviewed by:  David Schleef  <ds@schleef.org>
23341
23342         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
23343         Bala, registering sunaudiosrc (oops!), and cleaning up code a
23344         bit.  Also ran indent-gst.
23345         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
23346         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
23347         (gst_sunaudiosrc_setparams):
23348
23349 2004-12-14  David Schleef  <ds@schleef.org>
23350
23351         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
23352         output rate to 16000.  Should fix #160235.
23353
23354 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23355
23356         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
23357         Add typefinding for mpeg2 pes streams
23358
23359 2004-12-13  David Schleef  <ds@schleef.org>
23360
23361         * configure.ac:  Applied patch from bug #143659, making default
23362         sources and sinks OS-dependent (for Solaris), and added code
23363         for OS/X.
23364         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
23365
23366 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23367
23368         * gst-libs/gst/riff/riff-media.c:
23369           forgot to add h2.64 to avidemux template caps
23370
23371 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23372
23373         * gst/wavenc/riff.h:
23374         * gst-libs/gst/riff/riff-media.c:
23375         * gst-libs/gst/riff/riff-ids.h:
23376         * gst/avi/gstavimux.c
23377         add 4CC code for VideoSoft h264 in AVI (VSSH)
23378           fixes bug #160655
23379         remove s323 from riff, it's quicktime specific :(
23380
23381 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23382
23383         * gst/asfdemux/README
23384         * gst/wavenc/riff.h
23385         * gst-libs/gst/riff/riff-ids.h
23386         * gst-libs/gst/riff/riff-media.c
23387         * gst/qtdemux/qtdemux.c:
23388           add new 4CC codes for h263 related codecs
23389           fixes partially bug #155163
23390
23391 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
23392
23393         * configure.ac: Update polyaudio requirement to 0.7
23394         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
23395
23396 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23397
23398         * gst/interleave/deinterleave.c:
23399         fix my name's spelling! :)
23400
23401 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23402
23403         * AUTHORS ChangeLog
23404         * gst/auparse/gstauparse.c
23405         * gst/interleave/deinterleave.c
23406         * gst/law/:
23407                 alaw-decode.c alaw-encode.c
23408                 mulaw-decode.c mulaw-encode.c
23409         * gst/oneton/gstoneton.c
23410         * sys/osxaudio/:
23411                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
23412         * sys/osxvideo/:
23413                 cocoawindow.h cocoawindow.m
23414                 osxvideosink.h osxvideosink.m
23415
23416         put the same mail address for Zaheer Abbas Merali everywhere
23417
23418 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23419
23420         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
23421           Align by packetsize, and assert that we a packet available before
23422           playing. The first makes webstreams work (they often include
23423           trailing padding data in a packet), the second allows pausing a
23424           ASF stream in totem without getting demux errors afterwards.
23425
23426 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23427
23428         * ext/ogg/gstoggdemux.c: (get_relative):
23429           Check for non-NULL before accessing member (end-of-chain).
23430
23431 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23432
23433         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
23434         (cdparanoia_set_property), (cdparanoia_get_property):
23435         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
23436         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
23437         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
23438         (dvdreadsrc_init), (dvdreadsrc_set_property),
23439         (dvdreadsrc_get_property):
23440         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
23441         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
23442           Synchronize property names where not yet the case. Devices are
23443           now device=X, other versions are deprecated (but still exist).
23444           Also use g_free() unconditionally.
23445         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23446         (setup_source), (gst_play_base_bin_get_property):
23447           Expose source.
23448
23449 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
23450
23451         * configure.ac: move GCONF macro outside conditional for the am
23452           conditional. Fixes #160439
23453
23454 2004-12-08  David Schleef  <ds@schleef.org>
23455
23456         * tools/gst-visualise-m.m: Switch to elements that currently
23457         exist.
23458
23459 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23460
23461         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23462           We love wrong commas.
23463
23464 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23465
23466         * gst/matroska/matroska-demux.c:
23467         (gst_matroska_demux_handle_src_query):
23468           Don't set DEFAULT, unsupported - makes length display incorrectly
23469           in some cases.
23470
23471 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
23472
23473         * gst/monoscope/README: remove blurb about files being GPL
23474         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
23475         * gst/monoscope/monoscope.c: Change license to BSD with explanation
23476           monoscope is now effectively LGPL licensed
23477
23478 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
23479
23480         * gst/monoscope/README: Update information to be more correct
23481         * gst/monoscope/convolve.c: Relicense to LGPL
23482         * gst/monoscope/convolve.h: Relicense to LGPL
23483
23484 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
23485
23486         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
23487           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
23488         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
23489           set default_duration for mpeg1 audio
23490
23491 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23492
23493         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
23494         * ext/alsa/gstalsa.h:
23495           refactor big chunks of the core caps negotiation code to make it
23496           a lot faster, because people claim it's really slow
23497           (actually, just cache the getcaps when the device is opened)
23498
23499 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23500
23501         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
23502         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
23503         (gst_a52dec_handle_frame), (gst_a52dec_chain),
23504         (gst_a52dec_change_state), (plugin_init):
23505         * ext/a52dec/gsta52dec.h:
23506           Do something useful with timestamps. Make chain-based (since
23507           there's really no reason to be loopbased).
23508         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
23509           Update current_byte/frame correctly.
23510
23511 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23512
23513         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
23514         (gst_ape_demux_stream_init):
23515           Forward tags, too.
23516
23517 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23518
23519         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
23520           Let's make sure we're done typefinding when detecting tags.
23521
23522 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23523
23524         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
23525         (gst_ebml_read_init), (gst_ebml_read_use_event),
23526         (gst_ebml_read_element_id), (gst_ebml_peek_id),
23527         (gst_ebml_read_seek), (gst_ebml_read_skip),
23528         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
23529         (gst_ebml_read_master):
23530         * gst/matroska/ebml-read.h:
23531         * gst/matroska/matroska-demux.c:
23532         (gst_matroska_demux_parse_contents),
23533         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
23534           Disgustingly evil hack for working around INTERRUPT events and
23535           their extremely annoying habit of being a pain in the ass. We
23536           simply peek a cluster before reading any of it.
23537
23538 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23539
23540         * ext/musepack/gstmusepackdec.cpp:
23541           There's also floating point libmusepacks.
23542
23543 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23544
23545         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
23546         (gst_faad_chanpos_to_gst), (gst_faad_chain):
23547           Set DURATION even if source buffer didn't. Also use increasing
23548           timestamps.
23549         * gst-libs/gst/riff/riff-media.c:
23550         (gst_riff_create_audio_caps_with_data):
23551           Block_align can have larger values than 8192.
23552
23553 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23554
23555         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
23556         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
23557         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
23558         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
23559           Fix caps.
23560
23561 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23562
23563         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
23564           Fix logic bug.
23565
23566 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23567
23568         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
23569           Yay, another one.
23570
23571 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23572
23573         * ext/esd/esdsink.c: (gst_esdsink_chain):
23574           Make error actually say something useful (fixes #156798).
23575         * gst-libs/gst/riff/riff-media.c:
23576         (gst_riff_create_video_caps_with_data),
23577         (gst_riff_create_video_template_caps):
23578           Add Intel Video 5.0 fourcc (IV50).
23579
23580 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
23581
23582         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
23583         detection on mono and stereo mp3 files.
23584
23585 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23586
23587         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23588           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
23589           the contained stream).
23590
23591 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23592
23593         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
23594           Oops, remove debug.
23595
23596 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23597
23598         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23599
23600         * gst/law/alaw-decode.c: (alawdec_getcaps):
23601         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
23602           Prevent warnings when negotiating caps (fixes #159338).
23603
23604 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23605
23606         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23607         (gst_ffmpegcsp_chain):
23608           Remove old leftover that shouldn't be there...
23609
23610 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23611
23612         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23613
23614         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
23615           Don't forward DISCONT events (fixes #159684).
23616
23617 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23618
23619         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
23620           Unlink manually since sometimes bin disposal (and therefore
23621           pad unlinking) is delayed, which will cause a new media file
23622           to not be able to start playing instantly.
23623
23624 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23625
23626         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
23627           On mute of an unlinked stream, check for pad availability so
23628           we don't crash on unlinked pad.
23629
23630 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23631
23632         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
23633         (gst_avi_demux_massage_index):
23634           Fix quite humiliating bug in omitting 0-sized index chunks but
23635           forgetting to count them for timestamps.
23636
23637 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23638
23639         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
23640           Actually leave the loop if we failed to sync. Don't crash.
23641
23642 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23643
23644         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
23645         (gst_dvd_demux_process_private):
23646         * gst/mpegstream/gstdvddemux.h:
23647           Fix crash (#159759). Doesn't work, though. :-(.
23648
23649 2004-11-28  Benjamin Otte  <otte@gnome.org>
23650
23651         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
23652           more overwriting protection due to modifying channels one by one
23653           instead of all at once
23654
23655 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23656
23657         * gst/audioconvert/gstchannelmix.c:
23658         (gst_audio_convert_fill_normalize):
23659           Normalize using absolute values.
23660
23661 2004-11-28  Julien MOUTTE  <julien@moutte.net>
23662
23663         * configure.ac:
23664         * ext/Makefile.am:
23665         * ext/directfb/Makefile.am:
23666         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
23667         (gst_directfbvideosink_get_pixel_format),
23668         (gst_directfbvideosink_get_format_from_fourcc),
23669         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
23670         (gst_directfbvideosink_sink_link),
23671         (gst_directfbvideosink_change_state),
23672         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
23673         (gst_directfbvideosink_buffer_alloc),
23674         (gst_directfbvideosink_interface_supported),
23675         (gst_directfbvideosink_interface_init),
23676         (gst_directfbvideosink_navigation_send_event),
23677         (gst_directfbvideosink_navigation_init),
23678         (gst_directfbvideosink_set_property),
23679         (gst_directfbvideosink_get_property),
23680         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
23681         (gst_directfbvideosink_base_init),
23682         (gst_directfbvideosink_class_init),
23683         (gst_directfbvideosink_get_type), (plugin_init):
23684         * ext/directfb/directfbvideosink.h: Adding a first version of
23685         directfbvideosink.
23686         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
23687         more.
23688
23689 2004-11-28  Benjamin Otte  <otte@gnome.org>
23690
23691         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
23692           walk the samples backwards if out_channels > in_channels so we don't
23693           overwrite data
23694
23695 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23696
23697         * gst/audioconvert/Makefile.am:
23698         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
23699         (gst_audio_convert_link), (gst_audio_convert_change_state),
23700         (gst_audio_convert_channels):
23701         * gst/audioconvert/gstchannelmix.c:
23702         (gst_audio_convert_unset_matrix),
23703         (gst_audio_convert_fill_identical),
23704         (gst_audio_convert_fill_compatible),
23705         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
23706         (gst_audio_convert_fill_others),
23707         (gst_audio_convert_fill_normalize),
23708         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
23709         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
23710         * gst/audioconvert/gstchannelmix.h:
23711           Implement a channel mixer.
23712
23713 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
23714
23715         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
23716         * ext/alsa/gstalsa.h:
23717         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
23718         Make alsasink actually honor gst_element_set_clock and use that
23719         clock instead of its internal one.
23720
23721 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
23722
23723         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
23724         (gst_play_base_bin_change_state): nullify source and decoder when
23725         going from READY to NULL so that we don't try to do weird stuff with
23726         them when going from NULL to READY
23727         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
23728         instead of g_object_unref
23729         (gen_video_element), (gen_audio_element): more refcounting fixes, now
23730         it should be correct
23731         (gst_play_bin_change_state): don't call remove_sinks if we are
23732         currently disposing the object
23733
23734 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23735
23736         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
23737           Don't forget bass if it's there. Else left channel is silent...
23738
23739 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23740
23741         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
23742         (gst_a52dec_change_state):
23743           Don't do sample adjusting anymore, we use float audio now.
23744         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
23745           Don't fixate to non-existing properties.
23746
23747 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23748
23749         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
23750         (gst_a52dec_change_state):
23751           Advertise that we can do surround sound.
23752
23753 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23754
23755         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
23756           Add buffer-frames=0.
23757         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
23758         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
23759         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
23760         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
23761         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
23762         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
23763         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
23764         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
23765         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
23766         * ext/dvdread/dvdreadsrc.h:
23767           Add seeking, querying for bytes, sectors, title, angle and
23768           chapter. Handle multiple chapters. Relicense to LGPL because
23769           Billy agreed on that (thanks Billy!).
23770
23771 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
23772
23773         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
23774         call parent dispose method
23775
23776 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
23777
23778         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
23779         (gst_audio_clock_get_internal_time):
23780         Fix active <-> inactive transitions: ensure time value always
23781         grows and avoid abrupt value changes.
23782
23783 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
23784
23785         * configure.ac:
23786         * gst/tta/Makefile.am:
23787         * gst/tta/crc32.h:
23788         * gst/tta/filters.h:
23789         * gst/tta/gsttta.c:
23790         * gst/tta/gstttadec.c:
23791         * gst/tta/gstttadec.h:
23792         * gst/tta/gstttaparse.c:
23793         * gst/tta/gstttaparse.h:
23794         * gst/tta/ttadec.h:
23795           added TTA parser and decoder
23796
23797 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23798
23799         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23800         (probe_triggered), (check_queue), (buffer_underrun),
23801         (buffer_running), (buffer_overrun), (gen_source_element),
23802         (setup_source):
23803         * gst/playback/gstplaybasebin.h:
23804           Implement buffering. Needs some more work.
23805
23806 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23807
23808         * ext/theora/theoradec.c: (theora_dec_chain):
23809           Fix ilog mask range overflow.
23810
23811 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23812
23813         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
23814           Don't omit the last (which in case of dmix is the only :) )
23815           channel count. Don't set channels if <= 2.
23816
23817 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
23818
23819         * gst/playback/gstplaybin.c: (gen_video_element),
23820         (gen_audio_element): Removed 2 obsolete comments
23821
23822 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
23823
23824         * ext/vorbis/oggvorbisenc.c
23825         * ext/vorbis/vorbisenc.c :
23826           change description fields of those plugins to differentiate them
23827           (pitivi show Encoders by description, they had the same one)
23828
23829 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
23830
23831         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23832
23833         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
23834         (gst_play_bin_set_property), (gen_video_element),
23835         (gen_audio_element):
23836           Refcounting fixes for provided audio-/videosinks.
23837
23838 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23839
23840         * gst/playback/gstplaybin.c: (gen_video_element),
23841         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
23842           Don't reference all sinks, but only the video- and audiosinks.
23843           The vis. element should be disposed when we're done with it.
23844           We don't have any reason to keep it around. This fixes warnings
23845           when reusing playbin for playing multiple audio files with
23846           vis. enabled. Also release audio device on pause - idea stolen
23847           from Rhythmbox.
23848
23849 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23850
23851         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
23852         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
23853         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
23854         * ext/alsa/gstalsaplugin.c: (plugin_init):
23855         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
23856         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
23857         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
23858         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
23859         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
23860         (gst_faad_change_state), (plugin_init):
23861         * ext/faad/gstfaad.h:
23862         * ext/vorbis/vorbis.c: (plugin_init):
23863         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23864         * gst-libs/gst/audio/Makefile.am:
23865         * gst-libs/gst/audio/audio.c: (plugin_init):
23866         * gst-libs/gst/audio/multichannel.c:
23867         (gst_audio_check_channel_positions),
23868         (gst_audio_get_channel_positions),
23869         (gst_audio_set_channel_positions),
23870         (gst_audio_set_structure_channel_positions_list),
23871         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
23872         (gst_audio_fixate_channel_positions):
23873         * gst-libs/gst/audio/multichannel.h:
23874         * gst-libs/gst/audio/testchannels.c: (main):
23875         * gst/audioconvert/gstaudioconvert.c:
23876         (gst_audio_convert_class_init), (gst_audio_convert_init),
23877         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
23878         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
23879         (gst_audio_convert_fixate), (gst_audio_convert_channels):
23880         * gst/audioconvert/plugin.c: (plugin_init):
23881           Surround sound support.
23882
23883 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23884
23885         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
23886           Fix position for discont if we're close as well. Nitpicking, but
23887           saves a few milliseconds of extra waiting or skipping.
23888
23889 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23890
23891         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
23892           We sometimes need parsers for playback, so add those too.
23893
23894 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23895
23896         * configure.ac:
23897         * gst/apetag/Makefile.am:
23898         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
23899         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
23900         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
23901         (gst_ape_demux_get_src_query_types),
23902         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
23903         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
23904         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
23905         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
23906         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
23907         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
23908         (gst_ape_demux_change_state):
23909         * gst/apetag/apedemux.h:
23910         * gst/apetag/apetag.c: (plugin_init):
23911         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
23912         (plugin_init):
23913           APE v1/2 tag reader plus typefind function.
23914
23915 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23916
23917         * configure.ac:
23918         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
23919         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
23920           Remove hacks for older core. Require newer core version
23921           accordingly.
23922
23923 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23924
23925         * gst/cdxaparse/Makefile.am:
23926         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
23927         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
23928         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
23929         * gst/cdxaparse/gstcdxaparse.h:
23930         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
23931         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
23932         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
23933         (gst_cdxastrip_get_src_query_types),
23934         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
23935         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
23936         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
23937         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
23938         * gst/cdxaparse/gstcdxastrip.h:
23939           SVCD/VCD header stripping separated from CDXA image parsing.
23940         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
23941         (plugin_init):
23942           Add VCD/SVCD header typefinding for VCD/SVCD.
23943         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
23944         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
23945         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
23946         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
23947         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
23948         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
23949         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
23950         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
23951         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
23952         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
23953         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
23954         * sys/vcd/vcdsrc.h:
23955           Fix up, add seeking, querying, URI interface. Works in totem now.
23956
23957 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23958
23959         * configure.ac:
23960           back to CVS
23961
23962 === release 0.8.6 ===
23963
23964 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23965
23966         * NEWS:
23967         * RELEASE:
23968         * configure.ac:
23969         * po/af.po:
23970         * po/az.po:
23971         * po/cs.po:
23972         * po/en_GB.po:
23973         * po/hu.po:
23974         * po/it.po:
23975         * po/nb.po:
23976         * po/nl.po:
23977         * po/or.po:
23978         * po/sq.po:
23979         * po/sr.po:
23980         * po/sv.po:
23981         * po/uk.po:
23982           releasing 0.8.6, "IOU Love"
23983
23984 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23985
23986         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
23987
23988         * gst/playback/gstplaybasebin.c:
23989           Fix unplayable files error handling.  Fixes #158365
23990
23991 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23992
23993         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
23994
23995         * gst/typefind/gsttypefindfunctions.c:
23996           Fix broken mp3 typefinding.  Fixes #158375
23997
23998 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23999
24000         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
24001
24002         * ext/ogg/gstoggdemux.c:
24003           Fix sync on broken files.  Fixes #158976
24004
24005 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24006
24007         patch by: Edward Hervey <bilboed@bilboed.com>
24008
24009         * ext/libpng/gstpngenc.c:
24010           Copy over buffer properties.  Fixes #158832
24011
24012 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24013
24014         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
24015
24016         * ext/dvdread/dvdreadsrc.c:
24017           Fixes invalid reads (#158462)
24018
24019 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24020
24021         * sys/v4l/gstv4lsrc.c:
24022         * sys/v4l/gstv4lsrc.h:
24023         * sys/v4l/v4lsrc_calls.c:
24024           Probe less and cache it.  Fixes #159187.
24025
24026 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24027
24028         * gst/videorate/gstvideorate.c:
24029           Handle all video formats. Fixes #159186.
24030
24031 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
24032         * gst/synaesthesia/gstsynaesthesia.c:
24033         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
24034         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
24035         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
24036         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
24037         (gst_synaesthesia_change_state), (plugin_init):
24038         Fix up synaesthesia to work under different samplerates/ buffer sizes.
24039         Force 320x200 output, as that's the only thing the underlying
24040         synaesthesia implementation supports. Still needs to be made
24041         re-entrant.
24042
24043 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24044
24045         * configure.ac:
24046           Fix mpeg2enc configure check (similar to mplex check below).
24047
24048 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
24049
24050         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24051
24052         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24053           Fix for gcc-2.95 (fixes #158221).
24054
24055 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24056
24057         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
24058           Re-add clock distribution hack (until new core is released).
24059           Fixes #158125.
24060
24061 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
24062         * configure.ac:
24063           fix mplex configure check segfaulting on some systems (bug #140994)
24064
24065 2004-11-13  Benjamin Otte  <otte@gnome.org>
24066
24067         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
24068           add debugging
24069         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24070           do a wait when we enter the loop func with no data available to
24071           write instead of getting into an 100% CPU loop by just returning and
24072           being called again by the scheduler
24073
24074 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
24075
24076         * configure.ac:
24077         * ext/libvisual/visual.c: (gst_visual_get_type),
24078         (libvisual_log_handler), (gst_visual_getcaps),
24079         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
24080         (plugin_init):
24081           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
24082         * ext/smoothwave/Makefile.am:
24083         * ext/smoothwave/demo-osssrc.c: (main):
24084         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
24085         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
24086         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
24087         (plugin_init):
24088         * ext/smoothwave/gstsmoothwave.h:
24089           Make gstsmoothwave a working element in the 20th century.
24090
24091         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
24092           Fix incorrect link function
24093
24094 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24095
24096         * gst/volume/gstvolume.c:
24097           Allow buffer-frames=0.
24098
24099 2004-11-12 Iain <iaingnome@gmail.com>
24100
24101         * configure.ac: Check for polypaudio
24102
24103         * ext/Makefile.am: Build the polyp dir
24104
24105         * ext/polyp: The polypsink sources.
24106
24107 2004-10-30 Iain <iaingnome@gmail.com>
24108
24109         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
24110         caps to reflect the new number of channels.
24111
24112 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24113
24114         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24115           Fix for negotiation order problem. This would show when the
24116           ALSA loopfuction was called before any other function. ALSA
24117           wouldn't do anything because we're not negotiated yet, leading
24118           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
24119
24120 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24121
24122         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24123
24124         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
24125           No warnings (#157986).
24126
24127 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24128
24129         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
24130           Prefer apev1/2 and id3v1 (at end of file) over musepack.
24131
24132 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24133
24134         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
24135           Signal no-more-pads (so it works in playbin).
24136
24137 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24138
24139         * ext/musepack/gstmusepackreader.cpp:
24140           Workaround for older core.
24141
24142 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24143
24144         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
24145           Actually test for odd width/height rather than testing whether
24146           a temporary variable that was 0 before we subtracted 1 is now
24147           not equal to zero (which it always is).
24148
24149 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24150
24151         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
24152         Fix compilation if HAVE_XVIDEO is not defined
24153
24154 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24155
24156         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
24157         Fix compilation if HAVE_XVIDEO is not defined
24158
24159 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
24160
24161         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
24162         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
24163         (gst_goom_change_state), (plugin_init):
24164         Use the bytestream adapter so goom doesn't depend on the input
24165         buffer size.
24166         Add a debug category
24167
24168 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24169
24170         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
24171           Only set hardware parameters *after* negotiation. Before
24172           negotiation, it will set ANY and that seems to cause crashes
24173           (see e.g. #151288, #153227).
24174
24175 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24176
24177         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
24178           This seems to be antique leftover. It needs to pass error
24179           checking.
24180         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
24181         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
24182         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
24183         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
24184           Fix GstXOverlay implementation (#151059).
24185
24186 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24187
24188         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
24189           Don't assert (#157853).
24190
24191 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24192
24193         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24194           Fix bytes/samples confustion.
24195         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
24196           Fix for underrun (#144389).
24197
24198 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24199
24200         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
24201           Disable halfway-seek for pending release (since it needs a new
24202           core release).
24203
24204 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24205
24206         * sys/v4l/gstv4lsrc.c:
24207         * sys/v4l/gstv4lsrc.h:
24208         * sys/v4l/v4lsrc_calls.c:
24209           add autoprobe-fps property so we can separate autoprobing parts
24210
24211 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24212
24213         * sys/v4l/gstv4lsrc.c:
24214         * sys/v4l/v4lsrc_calls.c:
24215         initialise fourcc to catch unset fourcc's, and debug
24216
24217 2004-11-09  Wim Taymans  <wim@fluendo.com>
24218
24219         * gst/playback/README:
24220         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
24221         * gst/playback/gstplaybin.c: (gst_play_bin_init),
24222         (gst_play_bin_dispose), (gst_play_bin_set_property),
24223         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
24224         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
24225         (gst_play_bin_get_formats), (gst_play_bin_convert),
24226         (gst_play_bin_get_query_types), (gst_play_bin_query):
24227         Cleanups and some more documentation.
24228
24229 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
24230
24231         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
24232         (gst_cacasink_init), (gst_cacasink_chain):
24233         * ext/libcaca/gstcacasink.h:
24234         Cacasink inherits from VideoSink, so let that store the clock.
24235
24236 2004-11-09  Wim Taymans  <wim@fluendo.com>
24237
24238         * gst/playback/README:
24239         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
24240         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
24241         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
24242         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
24243         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
24244         (setup_sinks):
24245         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
24246         (gst_stream_info_is_mute), (gst_stream_info_set_property):
24247         * gst/playback/gststreaminfo.h:
24248         Updated README.
24249         Only switch groups if all streams have muted (EOSed).
24250         Send Tags in sync with the stream playback instead of in
24251         the playback/preroll phase.
24252         Some cleanups, free the fakesrc elements.
24253
24254 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24255
24256         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
24257           buffer-frames property was missing
24258         * ext/arts/gst_arts.c:
24259           rate missing from sinkcaps
24260         * ext/audiofile/gstafparse.c:
24261         * ext/audiofile/gstafsink.c:
24262         * ext/audiofile/gstafsrc.c:
24263         * ext/swfdec/gstswfdec.c:
24264           int audio doesn't know buffer-frames
24265         * ext/cdparanoia/gstcdparanoia.c:
24266           int audio doesn't know chunksize either
24267         * ext/nas/nassink.c:
24268           it's endianness, not endianess
24269         * gst-libs/gst/audio/audio.h:
24270           make float standard pad template caps really describe float
24271         * gst/law/mulaw.c: (linear_factory):
24272           signed only, please
24273         * gst/mpegstream/gstdvddemux.c:
24274           widths of 20 are not valid
24275
24276 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24277
24278         Submitted by: Luca Ferretti <elle.uca@infinito.it>
24279
24280         * po/LINGUAS:
24281         * po/it.po:
24282           Add Italian
24283
24284 2004-11-08  Wim Taymans  <wim@fluendo.com>
24285
24286         * gst/playback/README:
24287         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
24288         * gst/playback/gstplaybasebin.c: (probe_triggered),
24289         (gst_play_base_bin_change_state):
24290         Updated README, added more comments for fixmes etc..
24291
24292 2004-11-08  Wim Taymans  <wim@fluendo.com>
24293
24294         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
24295         We can remove this hack now.
24296
24297 2004-11-08  Wim Taymans  <wim@fluendo.com>
24298
24299         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
24300         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
24301         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
24302         Only mix AYUV for maximum quality.
24303
24304 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24305
24306         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
24307         (gst_ogg_demux_push), (gst_ogg_pad_push):
24308           Let's act as if we're synchronized now! :).
24309         * ext/theora/theoradec.c: (theora_dec_chain):
24310           Add some debug.
24311
24312 2004-11-08  Wim Taymans  <wim@fluendo.com>
24313
24314         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24315         (gst_alpha_set_property), (gst_alpha_sink_link),
24316         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
24317         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
24318         (gst_alpha_init_params), (gst_alpha_chain):
24319         Implement alpha functions for AYUV too, this increases
24320         accuracy quite a bit.
24321
24322 2004-11-08  Wim Taymans  <wim@fluendo.com>
24323
24324         * gst/ffmpegcolorspace/avcodec.h:
24325         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24326         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
24327         (gst_ffmpegcsp_avpicture_fill):
24328         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24329         (gst_ffmpegcsp_caps_remove_format_info):
24330         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
24331         (shrink12), (img_get_alpha_info), (deinterlace_line),
24332         (deinterlace_line_inplace):
24333         * gst/ffmpegcolorspace/imgconvert_template.h:
24334         Added AYUV colorspace and handle RGBA a bit more respectful.
24335
24336 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24337
24338         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24339           Actually always send a discont (cornercase when resending the
24340           same serial-tagged chain twice).
24341
24342 2004-11-08  Julien MOUTTE  <julien@moutte.net>
24343
24344         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
24345         (gst_ximagesink_finalize):
24346         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
24347         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
24348
24349 2004-11-08  Wim Taymans  <wim@fluendo.com>
24350
24351         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
24352         Don't segfault on NULL data.
24353
24354 2004-11-08  Wim Taymans  <wim@fluendo.com>
24355
24356         * gst/playback/gstdecodebin.c: (unlinked):
24357         * gst/playback/gstplay-marshal.list:
24358         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24359         (gst_play_base_bin_init), (group_create), (get_active_group),
24360         (get_building_group), (group_destroy), (group_commit),
24361         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
24362         (add_element_stream), (no_more_pads), (probe_triggered),
24363         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
24364         (state_change), (setup_source), (gst_play_base_bin_get_property),
24365         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
24366         (gst_play_base_bin_link_stream),
24367         (gst_play_base_bin_get_streaminfo):
24368         * gst/playback/gstplaybasebin.h:
24369         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24370         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
24371         Add support for chained ogg files. Prepare for playlist
24372         support. This patch introduces the concept of pad groups, which
24373         together compose one playable media file.
24374
24375 2004-11-07  David Schleef  <ds@schleef.org>
24376
24377         * testsuite/gst-lint: Check for pad templates that aren't statically
24378         scoped.
24379
24380 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24381
24382         * configure.ac:
24383         * ext/Makefile.am:
24384         * ext/musepack/Makefile.am:
24385         * ext/musepack/gstmusepackdec.cpp:
24386         * ext/musepack/gstmusepackdec.h:
24387         * ext/musepack/gstmusepackreader.cpp:
24388         * ext/musepack/gstmusepackreader.h:
24389           Add musepack decoder.
24390         * ext/faad/gstfaad.c: (gst_faad_base_init):
24391           Make pad templates static.
24392         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
24393         (plugin_init):
24394           Add musepack typefinder, make mp3 typefinding work halfway stream,
24395           which doesn't actually work yet because id3demux doesn't implement
24396           _get_length().
24397
24398 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24399
24400         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24401         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
24402           Fix interrupt event handling (#144436).
24403
24404 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24405
24406         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
24407           Hide unused glory.
24408
24409 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24410
24411         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24412
24413         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
24414           Fix weird caps (#157548).
24415
24416 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24417
24418         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24419
24420         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
24421           Add missing NULL terminator (#157543).
24422
24423 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24424
24425         * gst/tcp/gsttcp.h:
24426         * gst/tcp/gsttcpclientsink.c:
24427         * gst/tcp/gsttcpclientsrc.c:
24428         * gst/tcp/gsttcpserversink.c:
24429         * gst/tcp/gsttcpserversrc.c:
24430           ports can go up to 65535.  Move common defines to gsttcp.h
24431
24432 2004-11-05  Wim Taymans  <wim@fluendo.com>
24433
24434         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
24435         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
24436         Added two more colorspaces.
24437
24438 2004-11-05  Wim Taymans  <wim@fluendo.com>
24439
24440         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24441         (gst_ffmpegcsp_avpicture_fill):
24442         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
24443         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
24444         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
24445         More stride fixes.
24446
24447 2004-11-05  Wim Taymans  <wim@fluendo.com>
24448
24449         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
24450         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
24451         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
24452         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
24453         (gst_videomixer_loop):
24454         More stride fixes.
24455
24456 2004-11-05  Benjamin Otte  <otte@gnome.org>
24457
24458         * ext/mad/gstmad.c: (gst_mad_chain):
24459           don't overflow data buffer. Flush not needed sync data when syncing
24460           failed.
24461
24462 2004-11-04  Wim Taymans  <wim@fluendo.com>
24463
24464         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24465         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24466         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
24467         (gst_alpha_init_params), (gst_alpha_chain),
24468         (gst_alpha_change_state):
24469         Updated the chroma keying algorithm with something more
24470         sophisticated.
24471
24472 2004-11-03  Wim Taymans  <wim@fluendo.com>
24473
24474         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
24475         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
24476         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
24477         Fix stride issues. Does not completely work for odd
24478         heights.
24479
24480 2004-11-03  Wim Taymans  <wim@fluendo.com>
24481
24482         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24483         (gst_alpha_chroma_key), (gst_alpha_chain):
24484         Fix stride issues. Does not completely work for odd
24485         heights.
24486
24487 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
24488
24489         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
24490         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
24491         leak fixes
24492
24493 2004-11-03  Wim Taymans  <wim@fluendo.com>
24494
24495         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24496         (gst_ffmpegcsp_avpicture_fill):
24497         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
24498         (avpicture_alloc):
24499         * gst/ffmpegcolorspace/imgconvert_template.h:
24500         Use correct _fill function to get correct strides.
24501
24502 2004-11-02  David Schleef  <ds@schleef.org>
24503
24504         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24505         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
24506         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
24507         Change all g_print()s to debugging.  Add a bunch of consistency
24508         checks.
24509
24510 2004-11-02  Wim Taymans  <wim@fluendo.com>
24511
24512         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24513         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
24514         (unlinked), (no_more_pads), (close_link):
24515         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24516         (unknown_type), (add_element_stream), (new_decoded_pad),
24517         (removed_decoded_pad), (setup_source):
24518         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
24519         (gst_stream_info_class_init), (gst_stream_info_init),
24520         (gst_stream_info_new), (gst_stream_info_dispose),
24521         (stream_info_mute_pad), (gst_stream_info_set_property),
24522         (gst_stream_info_get_property):
24523         * gst/playback/gststreaminfo.h:
24524         Fix playback of multiple files.
24525         a slightly different approach to handling dynamic pad removals.
24526         This one only looks at pads that we have linked.
24527
24528 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
24529
24530         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
24531         free" warning from libc.
24532
24533 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24534
24535         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24536         (get_unconnected_element), (remove_starting_from), (pad_removed),
24537         (close_link):
24538           Implement support for dynamic pad changing. We listen to "live"
24539           pad removals (i.e. while playing) and re-setup autoplugging
24540           after that. Playbasebin/playbin need some more work for this
24541           to finally work, but decodebin supports (and replugs) chained
24542           ogg now.
24543
24544 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
24545
24546         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
24547         (gst_alsa_finalize):
24548         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
24549         (gst_cdaudio_finalize):
24550         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
24551         (cdparanoia_finalize):
24552         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
24553         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
24554         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
24555         (dvdreadsrc_finalize):
24556         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
24557         (gst_flacdec_finalize):
24558         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
24559         (gst_flacenc_finalize):
24560         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
24561         (gst_gnomevfssink_finalize):
24562         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
24563         (gst_gnomevfssrc_finalize):
24564         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
24565         (gst_fameenc_finalize):
24566         * ext/nas/nassink.c: (gst_nassink_class_init),
24567         (gst_nassink_finalize):
24568         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
24569         (gst_sdlvideosink_class_init):
24570         * ext/sndfile/gstsf.c: (gst_sf_dispose):
24571         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
24572         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
24573         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
24574         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
24575         (gst_x_window_listener_dispose):
24576         * gst/audioscale/gstaudioscale.c:
24577         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
24578         (play_on_demand_finalize):
24579         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
24580         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
24581         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
24582         (cdplayer_finalize):
24583         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
24584         (gst_glimagesink_class_init):
24585         * sys/oss/gstosselement.c: (gst_osselement_class_init),
24586         (gst_osselement_finalize):
24587         * sys/oss/gstosssink.c: (gst_osssink_dispose):
24588         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
24589         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
24590           Fixes a bunch of problems with finalize and dispose functions,
24591           either assumptions that dispose is only called once, or not calling
24592           the parent class dispose/finalize function
24593
24594 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
24595
24596         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
24597           added two api precondition guards
24598           use g_strdup with getenv to fix crash when using ENVVAR
24599
24600 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
24601         * ext/esd/esdsink.c: (gst_esdsink_class_init),
24602         (gst_esdsink_finalize):
24603         Use a finalize function, not dispose, and more importantly,
24604         call the parent class finalize function too
24605
24606 2004-11-01  Johan Dahlin  <johan@gnome.org>
24607
24608         * ext/ogg/gstoggdemux.c:
24609         * gst/tags/gstvorbistag.c:
24610         Plug leaks.
24611
24612 2004-10-31  Benjamin Otte  <otte@gnome.org>
24613
24614         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
24615           lotsa memleaks today. But they're all small...
24616
24617 2004-10-31  Benjamin Otte  <otte@gnome.org>
24618
24619         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24620           another memleak crushed
24621
24622 2004-10-31  Benjamin Otte  <otte@gnome.org>
24623
24624         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
24625           fix memleak
24626
24627 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24628
24629         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24630           Hack to prevent crash when going to READY inside signal handler
24631           while this function is active.
24632
24633 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24634
24635         * gst/ffmpegcolorspace/Makefile.am:
24636         * gst/ffmpegcolorspace/avcodec.h:
24637         * gst/ffmpegcolorspace/common.h:
24638         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
24639         * gst/ffmpegcolorspace/dsputil.h:
24640         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
24641         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24642         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
24643         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
24644         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
24645         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
24646         (gst_ffmpegcsp_avpicture_fill):
24647         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
24648         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24649         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
24650         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
24651         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
24652         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
24653         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24654         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
24655         * gst/ffmpegcolorspace/imgconvert.c:
24656         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
24657         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
24658         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
24659         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
24660         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
24661         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
24662         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
24663         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
24664         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
24665         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
24666         (grow21), (grow22), (grow41), (grow44), (conv411),
24667         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
24668         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
24669         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
24670         (avpicture_free), (is_yuv_planar), (img_convert),
24671         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
24672         (deinterlace_line_inplace), (deinterlace_bottom_field),
24673         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
24674         * gst/ffmpegcolorspace/imgconvert_template.h:
24675         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
24676         * gst/ffmpegcolorspace/mmx.h:
24677         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
24678         (av_fast_realloc), (av_mallocz_static), (av_free_static),
24679         (av_freep), (avcodec_get_context_defaults),
24680         (avcodec_alloc_context), (avcodec_init):
24681           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
24682           handling plus update from ffmpeg CVS. Large clean-up.
24683
24684 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24685
24686         * gst/playback/Makefile.am:
24687           We need the marshallers for decodebin, too.
24688
24689 2004-10-30  David Schleef  <ds@schleef.org>
24690
24691         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
24692           quicktime typefinding work with 64-bit offsets.
24693
24694 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
24695
24696         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
24697           Set EOS on the element when processing an EOS event.
24698         * ext/speex/gstspeexdec.h:
24699         * ext/speex/gstspeexenc.h:
24700           Only keep a const ptr to the mode
24701         * gst-libs/gst/riff/riff-media.c:
24702         (gst_riff_create_audio_caps_with_data),
24703         (gst_riff_create_audio_template_caps):
24704           Allow WMAV3, with up to 6 channels.
24705         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
24706           Don't call gst_pad_set_event_function on a sink pad.
24707         * gst/mpegstream/gstdvddemux.c:
24708         (gst_dvd_demux_get_subpicture_stream),
24709         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
24710           Copy the explicit caps that were set across to the cur_* pads,
24711           instead of trying to use a possibly non-existent negotiated caps.
24712           Reset the type of subpicture pads to UNKNOWN after calling
24713           init_stream, so that the caps get set.
24714
24715 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
24716
24717         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24718
24719         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
24720           Don't touch buffer if it is of size 0 (fixes #151064).
24721
24722 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24723
24724         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
24725           Synchronized discont handling.
24726
24727 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24728
24729         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
24730         (gst_ogg_demux_push):
24731           Make seeking sort-of exact again (fixes #156387).
24732
24733 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24734
24735         * gst/playback/gstplaybasebin.c: (unknown_type),
24736         (add_element_stream), (new_decoded_pad),
24737         (gst_play_base_bin_change_state):
24738         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24739         (gst_stream_info_init), (gst_stream_info_new),
24740         (gst_stream_info_dispose), (gst_stream_info_get_property):
24741         * gst/playback/gststreaminfo.h:
24742           Make caps explicitely available. Makes testing for unsupported
24743           types possible. Improves error reporting.
24744
24745 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24746
24747         * gst/audioconvert/gstaudioconvert.c:
24748         (gst_audio_convert_buffer_to_default_format):
24749           Really don't touch read-only buffers (#156563).
24750
24751 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
24752
24753         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24754
24755         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
24756           Fix memleak (#155223).
24757
24758 2004-10-29  Wim Taymans  <wim@fluendo.com>
24759
24760         * gst/tcp/.cvsignore:
24761         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
24762         (gst_multifdsink_class_init), (gst_multifdsink_init),
24763         (gst_multifdsink_add), (gst_multifdsink_remove),
24764         (gst_multifdsink_remove_client_link), (is_sync_frame),
24765         (gst_multifdsink_new_client),
24766         (gst_multifdsink_handle_client_write),
24767         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24768         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24769         (gst_multifdsink_get_property):
24770         * gst/tcp/gstmultifdsink.h:
24771         Added burst on connect sync_method, deprecated sync_clients,
24772         streamlined the sync code some more.
24773
24774 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24775
24776         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
24777         (gst_play_base_bin_change_state):
24778           Improve error reporting.
24779
24780 2004-10-28  Wim Taymans  <wim@fluendo.com>
24781
24782         * gst/tcp/Makefile.am:
24783         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
24784         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
24785         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
24786         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24787         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24788         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24789         (gst_fdset_wait):
24790         Added more locks around fdset structures. Fixed/reworked
24791         the poll array resizing code.
24792         Added stress test for fdset.
24793
24794 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24795
24796         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
24797         fix build
24798
24799 2004-10-28  Benjamin Otte  <otte@gnome.org>
24800
24801         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
24802           fix link function to always query channels and query width for
24803           floats
24804         * configure.ac:
24805           add equalizer dir
24806         * gst/equalizer/Makefile.am:
24807         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
24808         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
24809         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
24810         (arg_to_scale), (setup_filter),
24811         (gst_iir_equalizer_compute_frequencies),
24812         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
24813         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
24814         (plugin_init):
24815           add an equalizer
24816
24817 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24818
24819         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
24820
24821         * po/LINGUAS:
24822         * po/nb.po:
24823           Added Norwegian Bokmaal translation
24824
24825 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24826
24827         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24828           Don't break on options (fixes #156488).
24829
24830 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24831
24832         * configure.ac:
24833         * ext/cdaudio/Makefile.am:
24834         * sys/Makefile.am:
24835           fix build on older automake
24836
24837 2004-10-26  Wim Taymans  <wim@fluendo.com>
24838
24839         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
24840         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
24841         Allow a little margin when negotiating the framerate.
24842
24843 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
24844
24845         * gst/level/gstlevel.c:
24846           synchonised naming of pads and pad-templates
24847
24848 2004-10-26  Wim Taymans  <wim@fluendo.com>
24849
24850         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
24851         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
24852         (_find_streams_check), (gst_ogg_demux_push):
24853         Fix EOS again. Needs to be done in a better way. We should not
24854         remove the pad if there is no new chained stream.
24855
24856 2004-10-26 Iain <iaingnome@gmail.com>
24857
24858         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
24859         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
24860         of the caps.
24861         * gst/interleave/interleave.c (interleave_class_init): Hook up release
24862         pad.
24863         (interleave_release_pad): Remove the pad.
24864         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
24865         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
24866         the set device.
24867         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
24868         attrs
24869         (gst_xvimagesink_xcontext_clear): Free the xcontext.
24870         (gst_xvimagesink_finalize): Free the par.
24871
24872 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24873
24874         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
24875         (gst_avimux_stop_file):
24876           First calculate the rate, and only then use it. Hdr.rate is a
24877           multiple and not a derivative of hdr.scale. Scale is not the
24878           same as blockalign but is solely related to rate.
24879
24880 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24881
24882         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
24883         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
24884           Implement seeking.
24885
24886 2004-10-25  James Henstridge  <james@jamesh.id.au>
24887
24888         Reviewed by:  David Schleef  <ds@schleef.org>
24889
24890         * examples/gstplay/player.c: (got_stream_length), (main):
24891         * examples/seeking/cdplayer.c: (update_scale):
24892         * examples/seeking/seek.c: (format_value), (update_scale):
24893         * examples/seeking/spider_seek.c: (format_value), (update_scale),
24894         (stop_seek):
24895         Build fixes on AMD64.
24896
24897 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24898
24899         reviewed by: Ronald Bultje <rbultje at gnome dot org>
24900
24901         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
24902         Fix for some v4l cards which hang in v4lsrc
24903
24904 2004-10-25  Wim Taymans  <wim@fluendo.com>
24905
24906         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
24907         (gst_ogg_demux_push), (gst_ogg_chains_clear):
24908         Make sure to remove the pad when a new chain is
24909         encountered. Set some vars to NULL so we don't try
24910         to reference freed memory.
24911
24912 2004-10-25  Wim Taymans  <wim@fluendo.com>
24913
24914         * examples/seeking/Makefile.am:
24915         * examples/seeking/cdplayer.c: (update_scale):
24916         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
24917         * examples/seeking/playbin.c: (make_playerbin_pipeline),
24918         (format_value), (update_scale), (iterate), (start_seek),
24919         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
24920         (print_usage), (main):
24921         Added some more examples, update others.
24922
24923 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24924
24925         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
24926         * ext/speex/gstspeexdec.c: (speex_dec_chain):
24927         * ext/theora/theoradec.c: (theora_dec_chain):
24928         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24929           Add codec-name metadata.
24930
24931 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
24932
24933         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24934
24935         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24936         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24937         * ext/alsa/gstalsamixertrack.h:
24938         * po/POTFILES.in:
24939           ALSA mixer track label internationalization (#154054).
24940
24941 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24942
24943         * ext/theora/theoradec.c: (theora_dec_chain):
24944           Export bitrate as metadata.
24945
24946 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24947
24948         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24949         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24950         * ext/alsa/gstalsamixertrack.h:
24951           Fix names, fix loop.
24952
24953 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24954
24955         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
24956         (speex_dec_convert):
24957           sinkconvert function so oggdemux can get the file length (totem).
24958
24959 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
24960
24961         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24962
24963         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
24964           Don't push incomplete packets.
24965         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
24966           Fix MPEG-4 audio typefinding.
24967
24968 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24969
24970         * sys/v4l/Makefile.am:
24971         * sys/v4l/gstv4l.c: (plugin_init):
24972         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
24973         (gst_v4lelement_init), (gst_v4lelement_dispose),
24974         (gst_v4lelement_change_state):
24975         * sys/v4l/gstv4lelement.h:
24976         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
24977         (gst_v4l_xoverlay_close), (idle_refresh),
24978         (gst_v4l_xoverlay_set_xwindow_id):
24979         * sys/v4l/gstv4lxoverlay.h:
24980         * sys/v4l/v4l-overlay_calls.c:
24981         * sys/v4l/v4l_calls.h:
24982         * sys/v4l2/Makefile.am:
24983         * sys/v4l2/gstv4l2.c: (plugin_init):
24984         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
24985         (gst_v4l2element_init), (gst_v4l2element_dispose),
24986         (gst_v4l2element_change_state):
24987         * sys/v4l2/gstv4l2element.h:
24988         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
24989         (gst_v4l2_xoverlay_close), (idle_refresh),
24990         (gst_v4l2_xoverlay_set_xwindow_id):
24991         * sys/v4l2/gstv4l2xoverlay.h:
24992         * sys/v4l2/v4l2-overlay_calls.c:
24993         * sys/v4l2/v4l2_calls.h:
24994           Remove client-side overlay handling, use the X-server v4l plugin
24995           for that. Nicer overlay, less code. Also make the plugin
24996           compileable without X (but then without overlay, obviously).
24997           Makes xwindowlistener obsolete, should we remove that?
24998
24999 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25000
25001         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
25002         (gst_osssrc_src_query):
25003         * sys/oss/gstosssrc.h:
25004           OK, so people want offset in DEFAULT. This time, actually fix all
25005           cases.
25006         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
25007           Add FPS properly.
25008
25009 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25010
25011         * gst/asfdemux/gstasfmux.c:
25012         * gst/avi/gstavimux.c:
25013           Framerate.
25014
25015 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25016
25017         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
25018           Fix properties (channel, norm, frequency).
25019
25020 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25021
25022         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
25023           Flag typo.
25024         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
25025           No warnings.
25026
25027 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25028
25029         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
25030           Fix hang.
25031
25032 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25033
25034         * sys/v4l2/gstv4l2element.h:
25035           Yet Another Hack (tm) for kernel header borkedness.
25036         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
25037         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
25038         (gst_v4l2src_link), (gst_v4l2src_getcaps),
25039         (gst_v4l2src_change_state):
25040         * sys/v4l2/gstv4l2src.h:
25041         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
25042         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
25043           Fix caps, keep track of state, work.
25044
25045 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25046
25047         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
25048           Quiet.
25049
25050 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25051
25052         * sys/oss/gstosssrc.c: (gst_osssrc_get):
25053           Don't mix bytes and samples.
25054
25055 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25056
25057         * ext/ogg/gstoggmux.c:
25058           Basic pad template which accepts OGM tracks, speex, flac, vorbis
25059           and theora. Any is incorrect.
25060         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
25061           Fix caps.
25062         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
25063         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
25064         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
25065         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
25066         * sys/v4l/gstv4lmjpegsrc.h:
25067         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
25068         (gst_v4lsrc_change_state):
25069         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
25070         (gst_v4lmjpegsrc_capture_stop):
25071           Fix caps. Keep track of internal state. Work.
25072
25073 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25074
25075         * ext/Makefile.am:
25076           Fix the build fixes.
25077
25078 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25079
25080         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
25081         (gst_ogg_demux_src_event), (_find_chain_seek),
25082         (gst_ogg_pad_push):
25083           Check for pad availability before using it.
25084         * ext/ogg/gstoggdemux.c: (_find_chain_process):
25085           Fix parsing of chained ogg. Needs more work on the decoder side.
25086
25087 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25088
25089         * gst/spectrum/Makefile.am:
25090         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
25091         (idle_func):
25092           Fix demo and reenable it. Yes, I'm currently playing with audio
25093           analysis tools
25094
25095 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25096
25097         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
25098           We love it if files that start at zero work too...
25099
25100 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25101
25102         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
25103           Handle files with missing EOS headers.
25104
25105 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25106
25107         * gst/tcp/gsttcpserversink.c:
25108         (gst_tcpserversink_handle_server_read),
25109         (gst_tcpserversink_init_send):
25110         Zero some variables first (need for accept not to return EINVAL)
25111
25112 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25113
25114         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
25115         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
25116         * ext/theora/theoradec.c: (theora_dec_sink_convert),
25117         (theora_dec_chain):
25118         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25119         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
25120           Seeking and querying finetune.
25121
25122 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25123
25124         * configure.ac:
25125         * ext/Makefile.am:
25126         * ext/raw1394/Makefile.am:
25127           fix the build
25128
25129 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25130
25131         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
25132           Wrong return.
25133         * gst/playback/Makefile.am:
25134         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
25135         * gst/playback/gstplay-marshal.list:
25136         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
25137           Fix marshallers.
25138
25139 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25140
25141         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
25142           Silence.
25143
25144 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25145
25146         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
25147         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
25148         (gst_ogg_pad_push):
25149           Yay for non-lineair granulepos in theora.
25150
25151 2004-10-18  Wim Taymans  <wim@fluendo.com>
25152
25153         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
25154         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
25155         * ext/dv/gstdvdec.h:
25156         Make sure we renegotiate aspect ratio when the camera switches.
25157
25158 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25159
25160         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
25161         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
25162           Start at zero.
25163         * ext/theora/theoradec.c: (theora_dec_chain):
25164           Skip headers. Bad idea for chained ogg, but fixes seeking.
25165
25166 2004-10-18  Wim Taymans  <wim@fluendo.com>
25167
25168         * configure.ac:
25169         I swear, this is the last time I touch this.
25170
25171 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25172
25173         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
25174         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
25175         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
25176           Faster seeking.
25177         * ext/theora/theoradec.c: (theora_dec_sink_convert):
25178           Time-to-default conversion.
25179         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25180           Don't error on unknown packets, just skip. We should probably
25181           read them if we want to support chained ogg.
25182
25183 2004-10-18  Wim Taymans  <wim@fluendo.com>
25184
25185         * configure.ac:
25186         Added cdaudio to wrong list.
25187
25188 2004-10-18  Wim Taymans  <wim@fluendo.com>
25189
25190         * configure.ac:
25191         Revive cdaudio.
25192
25193 2004-10-18  Wim Taymans  <wim@fluendo.com>
25194
25195         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
25196         (gst_dvdec_video_link), (gst_dvdec_push):
25197         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
25198         (gst_smokeenc_resync), (gst_smokeenc_chain):
25199         Fix mimetype on smoke encoder.
25200         Add aspect ratio to dvdec. Not sure if these
25201         values are correct though....
25202
25203 2004-10-18  Wim Taymans  <wim@fluendo.com>
25204
25205         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
25206         Fix vorbis property descriptions and ranges.
25207
25208 2004-10-18  Wim Taymans  <wim@fluendo.com>
25209
25210         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
25211         Really do nothing when no data is available.
25212         Go to the playing state when the stream is not seekable
25213         instead of failing.
25214
25215 2004-10-18  Wim Taymans  <wim@fluendo.com>
25216
25217         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
25218         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
25219         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
25220         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
25221         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
25222         Added uri handler for cd://
25223         Port to new API.
25224
25225 2004-10-18  Wim Taymans  <wim@fluendo.com>
25226
25227         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25228         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
25229         (try_to_link_1), (no_more_pads), (close_link), (type_found):
25230         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
25231         (remove_prerolls), (unknown_type), (add_element_stream),
25232         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
25233         (gst_play_base_bin_remove_element),
25234         (gst_play_base_bin_link_stream):
25235         * gst/playback/gstplaybin.c: (gen_video_element),
25236         (gen_vis_element), (remove_sinks), (setup_sinks):
25237         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
25238         (gst_stream_info_get_type), (gst_stream_info_class_init),
25239         (gst_stream_info_init), (gst_stream_info_new),
25240         (gst_stream_info_dispose), (stream_info_mute_pad),
25241         (gst_stream_info_set_property), (gst_stream_info_get_property):
25242         * gst/playback/gststreaminfo.h:
25243         Add sink padtemplate to decodebin.
25244         Added some more comments.
25245         Make queue size configurable in playbasebin.
25246         Added possibility to use elements as sinks (ex cdaudio).
25247
25248 2004-10-15  Wim Taymans  <wim@fluendo.com>
25249
25250         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
25251         (gst_speexenc_chain):
25252         Fix speex timestamps so that it gets muxed properly.
25253
25254 2004-10-15  Wim Taymans  <wim@fluendo.com>
25255
25256         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
25257         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
25258         (gst_dv1394src_init), (gst_dv1394src_dispose),
25259         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
25260         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
25261         (gst_dv1394src_event), (gst_dv1394src_get_formats),
25262         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
25263         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
25264         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
25265         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
25266         * ext/raw1394/gstdv1394src.h:
25267         Added conversion/query functions.
25268         Update buffer timestamps,
25269         Added signals.
25270         Added uri dv:// so it might play from the firewire in playbin.
25271         Fix a possible leak.
25272         Added debugging.
25273
25274 2004-10-15  Wim Taymans  <wim@fluendo.com>
25275
25276         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
25277         (gst_dv1394src_init), (gst_dv1394src_set_property),
25278         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
25279         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
25280         * ext/raw1394/gstdv1394src.h:
25281         Added AV/C VTR control support needed for some cameras.
25282         Added automatic port detection.
25283         Added properties for selecting the channel.
25284         The configure.ac script is not yet updated to reflect the
25285         new libavc1394 and librom1394 dependencies.
25286
25287 2004-10-15  Wim Taymans  <wim@fluendo.com>
25288
25289         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25290         (qtdemux_parse), (gst_qtdemux_handle_esds):
25291         An esds box is not a container.
25292         Fix parsing of mp4v boxes.
25293         Do not try to renegotiate fps for each frame. Need to
25294         find a better method. This should fix mp4 playback.
25295
25296 2004-10-14  David Schleef  <ds@schleef.org>
25297
25298         * configure.ac: update for swfdec-0.3 and liboil-0.2
25299         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
25300         * ext/swfdec/gstswfdec.h: same
25301         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
25302         * gst/videotestsrc/videotestsrc.c: same
25303
25304 2004-10-14  Wim Taymans  <wim@fluendo.com>
25305
25306         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
25307         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
25308         (is_sync_frame), (gst_multifdsink_new_client),
25309         (gst_multifdsink_handle_client_write),
25310         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
25311         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
25312         Turn warnings into info.
25313         Don't allow a state change in the streaming thread.
25314
25315 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
25316
25317         * ext/vorbis/oggvorbisenc.c:
25318         * ext/vorbis/vorbisdec.c:
25319           fix template sample rate
25320
25321 2004-10-13  Wim Taymans  <wim@fluendo.com>
25322
25323         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
25324         Decoding the header first fixes some problems in resyncing
25325         in more mp3s.
25326
25327 2004-10-12  Wim Taymans  <wim@fluendo.com>
25328
25329         * gst/playback/gstplaybin.c: (gen_video_element),
25330         (gen_vis_element), (remove_sinks), (setup_sinks):
25331         Added vis plugin support, need to configure the vis
25332         element to activate it.
25333
25334 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25335
25336         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
25337         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25338           Some debug.
25339         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
25340         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
25341         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
25342         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
25343         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
25344         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
25345         * gst/avi/gstavidemux.h:
25346           Support for openDML-2.0 indx/ix## chunks. Support for broken index
25347           recovery (where, if part of the index is broken, we will still read
25348           the rest of the index and recover the broken part by stream
25349           scanning). More broken media support. EOS workarounds. General AVI
25350           braindamage headache recovery. Aspirin included.
25351
25352 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25353
25354         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
25355         (cdparanoia_event), (cdparanoia_query):
25356           Get rid of hideous lead-in.
25357
25358 2004-10-11  Wim Taymans  <wim@fluendo.com>
25359
25360         * gst/playback/gstplaybasebin.c: (setup_source):
25361         Wrong var used to get g_list_next.
25362
25363 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25364
25365         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
25366         (cdparanoia_get), (cdparanoia_open):
25367           Report discid as metadata, add duration.
25368
25369 2004-10-11  Wim Taymans  <wim@fluendo.com>
25370
25371         * gst/playback/gstplaybasebin.c: (setup_source):
25372         Cleanup the previous pipeline a little earlier for the
25373         case that a source element provides raw data.
25374
25375 2004-10-11  Benjamin Otte  <otte@gnome.org>
25376
25377         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25378           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
25379           consuming the last 128 bytes, even though it was valid mp3 data.
25380
25381 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25382
25383         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
25384         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
25385         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
25386         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
25387
25388 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25389
25390         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
25391         Fix for webcams that support only specific width or height
25392
25393 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
25394
25395         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25396
25397         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
25398           Fix wrong discont event setup (fixes #154967).
25399
25400 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
25401
25402         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25403
25404         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25405           Error out on invalid data (fixes #154807).
25406
25407 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
25408
25409         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25410
25411         * ext/dvdread/dvdreadsrc.c: (_read):
25412           Make titles > 0 work again (fixes #154834).
25413
25414 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25415
25416         * gst-libs/gst/riff/riff-media.c:
25417         (gst_riff_create_video_template_caps):
25418           WMV3 missing in template caps.
25419
25420 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25421
25422         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
25423           OK, so the original code was too strict. It makes random AVI files
25424           hang for seconds upon opening, which is unacceptable and is far
25425           beyond the original goal of getting multiple chunks for one-chunk
25426           sounc stream files. So now do just that.
25427
25428 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25429
25430         * gst/playback/gstplaybasebin.c: (setup_source),
25431         (gst_play_base_bin_change_state):
25432           Actually clean up streaminfo if output fails. This would trigger
25433           if, for example, there was no CD in the drive. No preroll, so
25434           a streaminfo structure is created, but the subsequent state change
25435           of the thread fails.
25436         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
25437           Don't change state if parent failed.
25438
25439 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25440
25441         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25442         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
25443         (gen_video_element), (remove_sinks):
25444           Add small bits of code for screenshot handling.
25445
25446 2004-10-08  Wim Taymans  <wim@fluendo.com>
25447
25448         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
25449         (gen_video_element), (gen_audio_element), (setup_sinks):
25450         Don't assume the user provided sinks are named "sink"...
25451
25452 2004-10-08  Wim Taymans  <wim@fluendo.com>
25453
25454         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
25455         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
25456         (gst_play_base_bin_link_stream):
25457         Do not try to autoplug sources that generate raw streams like
25458         cdparanoia.
25459         disconnect the preroll overrun signal when we don't need it anymore.
25460
25461 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
25462
25463         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
25464         Added reworked patch from #154903 from milosz derezynski (deadchip).
25465
25466 2004-10-08  Wim Taymans  <wim@fluendo.com>
25467
25468         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
25469         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
25470         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
25471         (cdparanoia_convert), (cdparanoia_uri_get_type),
25472         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
25473         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
25474         * ext/cdparanoia/gstcdparanoia.h:
25475         This adds the cdda://<tracknum> uri.
25476
25477 2004-10-08  Wim Taymans  <wim@fluendo.com>
25478
25479         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25480         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
25481         (try_to_link_1), (no_more_pads), (close_link), (type_found):
25482         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25483         (unknown_type), (gst_play_base_bin_remove_element),
25484         (gst_play_base_bin_link_stream):
25485         * gst/playback/gstplaybasebin.h:
25486         * gst/playback/gstplaybin.c: (gst_play_bin_init),
25487         (gst_play_bin_set_property), (gen_video_element),
25488         (gen_audio_element), (setup_sinks):
25489         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
25490         (gst_stream_info_get_type), (gst_stream_info_class_init),
25491         (gst_stream_info_init), (gst_stream_info_new),
25492         (gst_stream_info_dispose), (stream_info_mute_pad),
25493         (gst_stream_info_set_property), (gst_stream_info_get_property):
25494         * gst/playback/gststreaminfo.h:
25495         Reuse the audio and video bins.
25496         Some internal cleanups in the stream selection code.
25497
25498 2004-10-08  Julien MOUTTE  <julien@moutte.net>
25499
25500         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25501         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
25502         * sys/ximage/ximagesink.h:
25503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25504         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
25505         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
25506         not coming from those elements. Moreover these elements should not keep
25507         the xid they have been given when in NULL state.
25508
25509 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25510
25511         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25512         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
25513         * sys/ximage/ximagesink.h:
25514         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25515         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
25516         * sys/xvimage/xvimagesink.h:
25517           Actually only create a new toplevel window if we're not gonna
25518           embed it right after.
25519
25520 2004-10-07  Wim Taymans  <wim@fluendo.com>
25521
25522         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
25523         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
25524         * gst/playback/gstplaybin.c: (setup_sinks):
25525         Implement muting/unmuting of streams, mute streams that are not
25526         used.
25527
25528 2004-10-07  Wim Taymans  <wim@fluendo.com>
25529
25530         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
25531         (plugin_init):
25532         Added lame audio/x-ac3 typefind function.
25533
25534 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25535
25536         * configure.ac:
25537           bump nano to cvs
25538
25539 === release 0.8.5 ===
25540
25541 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25542
25543         * NEWS:
25544         * RELEASE:
25545         * configure.ac:
25546           releasing 0.8.5, "Take You On"
25547
25548 2004-10-06  Wim Taymans  <wim@fluendo.com>
25549
25550         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
25551         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25552         (no_more_pads), (close_link), (type_found):
25553         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
25554         * gst/playback/gstplaybin.c: (gen_video_element):
25555         Do not signal the no_more_pads after the first pad when
25556         we are plugging a non dynamic element with multiple
25557         output pads (like swfdec, dvdec, ...).
25558
25559 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
25560
25561         * configure.ac:
25562           bump for prerelease
25563
25564 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25565
25566         * gst/wavparse/gstwavparse.c:
25567           add ATRAC3 to STATIC CAPS to fix a warning
25568
25569         * gst/matroska/ebml-read.c:
25570         * gst-libs/gst/riff/riff-read.c:
25571           fix typos
25572
25573 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25574
25575         * gst-libs/gst/riff/riff-media.c:
25576           generate caps for ATRAC3 audio streams
25577
25578         * gst/realmedia/rmdemux.c:
25579           generate caps for ATRAC3 audio streams
25580
25581 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25582
25583         * gst/wavparse/Makefile.am
25584         * gst/wavparse/riff.h
25585         * gst/wavparse/wavparse.vcproj
25586           riff.h removal (unused and duplication with riff-ids.h)
25587
25588 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25589
25590         * gst/wavparse/gstwavparse.h
25591           remove duplicated defines for audio codec codes
25592
25593         * gst-libs/gst/riff/riff-ids.h
25594         * gst/wavenc/riff.h:
25595           add "4CC" code for ATRAC3 audio streams
25596           add "4CC" code for ITU_G721_ADPCM (unused for now)
25597
25598 2004-10-06  Wim Taymans  <wim@fluendo.com>
25599
25600         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
25601         Actually _do_ negotiation. Pass gdouble as arg instead
25602         of guint64 for the framerate.
25603
25604 2004-10-06  Wim Taymans  <wim@fluendo.com>
25605
25606         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
25607         (find_compatibles), (close_pad_link), (try_to_link_1),
25608         (no_more_pads), (close_link), (type_found):
25609         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
25610         * gst/playback/gstplaybin.c: (gen_video_element),
25611         (gen_audio_element):
25612         Set state on newly added element to READY so that negotiation
25613         can happen ASAP.
25614         Addes some more debug info.
25615         Do not try to plug pads with multiple caps structures or ANY
25616         because it is too dangerous since we do not do dynamic
25617         replugging.
25618
25619 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
25620
25621         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
25622
25623         * po/LINGUAS:
25624         * po/or.po:
25625           add Oriya translation
25626
25627 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25628
25629         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
25630           Prevent overwrite of size member. Makes audio sound crappy.
25631
25632 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25633
25634         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25635         Add rmvb to the list of known RealMedia extensions
25636
25637 2004-10-05  Wim Taymans  <wim@fluendo.com>
25638
25639         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
25640         (mngdec_openstream), (mngdec_closestream),
25641         (mngdec_handle_sink_event), (mngdec_readdata),
25642         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
25643         (mngdec_getcanvasline), (mngdec_refresh),
25644         (gst_mngdec_change_state):
25645         Set the framerate correctly.
25646
25647 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25648
25649         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
25650           There was something wrong with the index massaging.
25651
25652 2004-10-04  Wim Taymans  <wim@fluendo.com>
25653
25654         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
25655         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
25656         (gst_smokedec_chain):
25657         * ext/jpeg/gstsmokedec.h:
25658         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
25659         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
25660         * ext/jpeg/gstsmokeenc.h:
25661         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
25662         (smokecodec_decode_new), (smokecodec_info_free),
25663         (smokecodec_set_quality), (smokecodec_get_quality),
25664         (smokecodec_set_threshold), (smokecodec_get_threshold),
25665         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
25666         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
25667         (smokecodec_encode), (smokecodec_parse_id),
25668         (smokecodec_parse_header), (smokecodec_decode):
25669         * ext/jpeg/smokecodec.h:
25670         * ext/jpeg/smokeformat.h:
25671         Updated smoke, new bitstream, allows embedding in ogg.
25672
25673 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25674
25675         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
25676           Fix seeking in some files. All this code is no longer needed (and
25677           actually breaks stuff) because we now synchronize the full index
25678           right when reading the header.
25679
25680 2004-10-04  Wim Taymans  <wim@fluendo.com>
25681
25682         * configure.ac:
25683         configure update for libmng.
25684
25685 2004-10-04  Wim Taymans  <wim@fluendo.com>
25686
25687         * ext/libmng/Makefile.am:
25688         * ext/libmng/gstmng.c: (plugin_init):
25689         * ext/libmng/gstmng.h:
25690         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
25691         (gst_mngdec_base_init), (gst_mngdec_class_init),
25692         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
25693         (gst_mngdec_loop), (gst_mngdec_get_property),
25694         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
25695         (mngdec_closestream), (mngdec_handle_sink_event),
25696         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
25697         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
25698         (gst_mngdec_change_state):
25699         * ext/libmng/gstmngdec.h:
25700         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
25701         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
25702         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
25703         (gst_mngenc_chain), (gst_mngenc_get_property),
25704         (gst_mngenc_set_property):
25705         * ext/libmng/gstmngenc.h:
25706         Added basic MNG decoder. Needs more work. The encoder does
25707         not work yet.
25708
25709 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25710
25711         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
25712         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
25713         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
25714           Don't hang on length=0 chunks. Some negotiation fixes. Signal
25715           no-more-pads.
25716
25717 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25718
25719         * configure.ac:
25720           you need at least 1.0.4 of speex
25721
25722 2004-10-04 Iain <iaingnome@gmail.com>
25723
25724         * ext/speex/gstspeexdec.h: Revert the includes changes.
25725
25726         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
25727
25728 2004-09-30 Iain <iaingnome@gmail.com>
25729
25730         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
25731         found during init or set as a property instead of hardcoding /dev/audio
25732
25733 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25734
25735         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
25736         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
25737         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
25738         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
25739         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
25740         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
25741         (gst_rmdemux_dump_data):
25742           Use debug category, fix EOS handling. filesrc ! rmdemux now
25743           works.
25744
25745 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25746
25747         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
25748         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
25749         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
25750           Improve allocation, cutting and sorting of the index. How takes a
25751           few seconds instead of minutes.
25752
25753 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
25754
25755         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
25756           fixed compilation
25757
25758 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25759
25760         * gst-libs/gst/riff/riff-media.c:
25761         (gst_riff_create_video_caps_with_data),
25762         (gst_riff_create_video_template_caps):
25763           Add wing commander format mimetype/fourccs.
25764         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
25765           Don't crash if some value is 0.
25766
25767 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25768
25769         * gst-libs/gst/riff/riff-media.c:
25770         (gst_riff_create_video_caps_with_data),
25771         (gst_riff_create_video_template_caps):
25772           Add DIB fourcc (raw, palettized 8-bit RGB).
25773         * gst-libs/gst/riff/riff-read.c:
25774         (gst_riff_read_strf_vids_with_data):
25775           Oops, fix strf_data reading bug.
25776         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
25777           Use a non-NULL tag.
25778         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25779           Time for hacks. Sorry Dave. At least one quicktime movie (a
25780           trailer) that I've encountered contains multiple video tracks.
25781           One of those is the actual video track, the other are one-frame
25782           tracks (images). Unfortunately, the number of frames according
25783           to the trak header is 1 for each, so that doesn't help. So
25784           instead, I look at the duration and discard tracks with a
25785           duration shorter than 20% of the length of the stream. Better
25786           than nothing.
25787
25788 2004-10-01  Christian Schaller <christian@fluendo.com>
25789
25790         * ext/ivorbis/vorbis.c:
25791           Patch from Phil Blundell (Bug 152341)
25792
25793 2004-10-01  Wim Taymans  <wim@fluendo.com>
25794
25795         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
25796         (speex_dec_get_formats), (speex_dec_convert),
25797         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
25798         (speex_dec_chain), (gst_speexdec_get_property),
25799         (gst_speexdec_set_property):
25800         Small cleanups.
25801
25802 2004-10-01  Wim Taymans  <wim@fluendo.com>
25803
25804         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
25805         (gst_wavparse_stream_init), (gst_wavparse_fmt),
25806         (gst_wavparse_other), (gst_wavparse_loop),
25807         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25808         (gst_wavparse_srcpad_event):
25809         * gst/wavparse/gstwavparse.h:
25810         Added some more debugging info.
25811         Fix the case where the length of the file is 0.
25812         Make sure we seek to sample borders.
25813
25814 2004-10-01  Wim Taymans  <wim@fluendo.com>
25815
25816         * gst/playback/README:
25817         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
25818         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
25819         (try_to_link_1), (no_more_pads), (close_link), (type_found):
25820         Add some debug info to decodebin, update README
25821
25822 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25823
25824         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
25825           Don't use g_print(); use GST_DEBUG().
25826
25827 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25828
25829         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
25830         (gst_ogg_mux_queue_pads):
25831           Handle EOS properly.
25832
25833 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
25834
25835         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25836
25837         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
25838         (gst_faad_chain), (gst_faad_change_state):
25839         * ext/faad/gstfaad.h:
25840           Allow playback of raw (unframed) MPEG AAC files (#148993).
25841
25842 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
25843
25844         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25845
25846         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25847           Throw error if we didn't recognize the stream. Fixes #152289.
25848
25849 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25850
25851         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
25852           Fix negotiation.
25853
25854 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
25855
25856         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25857
25858         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25859           Fix memleak.
25860
25861 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
25862
25863         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25864
25865         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
25866           Solve #152805.
25867         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
25868           Solve 152806.
25869
25870 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25871
25872         * gst-libs/gst/riff/riff-media.c:
25873         (gst_riff_create_video_caps_with_data),
25874         (gst_riff_create_audio_caps_with_data):
25875           Add codec_data handling (like asfdemux used to do).
25876         * gst/asfdemux/gstasf.c: (plugin_init):
25877         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
25878         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
25879           Use riff-media for caps creation instead of our own (mostly
25880           broken) copy of its functions.
25881
25882 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25883
25884         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
25885           Don't actually error out if we get another return value than
25886           -EINVAL. Opposite to what I first thought, drivers have random
25887           return values for this, although -EINVAL is the expected return
25888           value. Since this is not fatal, we shouldn't use
25889           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
25890
25891 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25892
25893         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
25894         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
25895         (dvdreadsrc_get_property), (_open), (_seek), (_read),
25896         (dvdreadsrc_get), (dvdreadsrc_open_file),
25897         (dvdreadsrc_change_state):
25898           Fix. Don't do one big huge loop around the whole DVD, that will
25899           cache all data and thus eat sizeof(dvd) (several GB) before we
25900           see something.
25901         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25902           Actually NULL'ify event after using it.
25903         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
25904         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
25905         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
25906         (gst_ebml_read_seek), (gst_ebml_read_skip):
25907           Handle events.
25908         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
25909         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
25910         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
25911           Fix timing (this will probably break if I seek using menus, but
25912           I didn't get there yet). VOBs and normal DVDs should now work.
25913           Add a mpeg2-only pad with high rank so this get autoplugged for
25914           MPEG-2 movies.
25915         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
25916         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
25917         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
25918         (gst_mpeg_demux_get_audio_stream),
25919         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
25920         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
25921           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
25922           MPEG-1 but use dvddemux for MPEG-2.
25923         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
25924         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
25925         (gst_mpeg_parse_parse_packhead):
25926           Timing. Only add pad template if it exists. Add sink template from
25927           class and not from ourselves. This means we will always use the
25928           correct sink template even if it is not the one defined in this
25929           file.
25930
25931 2004-09-29  Wim Taymans  <wim@fluendo.com>
25932
25933         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
25934         (gst_mpeg_demux_parse_pes):
25935         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
25936         Fix playback of mpeg again, timestamps where screwed up by
25937         patch 1.61.
25938
25939 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25940
25941         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
25942           Only return true if we actually filled something in. Prevents
25943           player applications from showing a random length for flac files.
25944         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
25945         (gst_riff_read_use_event), (gst_riff_read_handle_event),
25946         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
25947         (gst_riff_read_strf_vids_with_data),
25948         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
25949           OK, ok, so I implemented event handling. Apparently it's normal
25950           that we receive random events at random points without asking
25951           for it.
25952         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
25953         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
25954         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
25955         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
25956         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
25957         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
25958         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
25959         * gst/avi/gstavidemux.h:
25960           Implement non-lineair chunk handling and subchunk processing.
25961           The first solves playback of AVI files where the audio and video
25962           data of individual buffers that we read are not synchronized.
25963           This should not happen according to the wonderful AVI specs, but
25964           of course it does happen in reality. It is also a prerequisite for
25965           the second. Subchunk processing allows us to cut chunks in small
25966           pieces and process each of these pieces separately. This is
25967           required because I've seen several AVI files with incredibly large
25968           audio chunks, even some files with only one audio chunk for the
25969           whole file. This allows for proper playback including seeking.
25970           This patch is supposed to fix all AVI A/V sync issues.
25971         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
25972         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
25973           Work.
25974         * gst/modplug/gstmodplug.cc:
25975           Proper return value setting for the query() function.
25976         * gst/playback/gstplaybasebin.c: (setup_source):
25977           Being in non-playing state (after, e.g., EOS) is not necessarily
25978           a bad thing. Allow for that. This fixes playback of short files.
25979           They don't actually playback fully now, because the clock already
25980           runs. This means that small files (<500kB) with a small length
25981           (<2sec) will still not or barely play. Other files, such as mod
25982           or flx, will work correctly, however.
25983
25984 2004-09-28  Wim Taymans  <wim@fluendo.com>
25985
25986         * ext/speex/gstspeex.c: (plugin_init):
25987         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
25988         (gst_speex_dec_class_init), (speex_dec_get_formats),
25989         (speex_get_event_masks), (speex_get_query_types),
25990         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
25991         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
25992         (gst_speexdec_get_property), (gst_speexdec_set_property),
25993         (speex_dec_change_state):
25994         * ext/speex/gstspeexdec.h:
25995         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
25996         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
25997         (gst_speexenc_base_init), (gst_speexenc_class_init),
25998         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
25999         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
26000         (gst_speexenc_src_query), (gst_speexenc_init),
26001         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
26002         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
26003         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
26004         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
26005         (gst_speexenc_chain), (gst_speexenc_get_property),
26006         (gst_speexenc_set_property), (gst_speexenc_change_state):
26007         * ext/speex/gstspeexenc.h:
26008         Rewrote speex encoder, make sure it can be embedded in ogg.
26009         Implemented speex decoder.
26010
26011 2004-09-28  Christian Schaller <christian@fluendo.com>
26012
26013         * configure.ac:
26014         Remove kioslave plugin. Markey is brewing a new working one
26015         * ext/Makefile.am: Remove kioslave plugin
26016         * ext/kio: remove
26017         * gst-plugins.spec.in: remove kio plugin from spec
26018
26019 2004-09-27  Wim Taymans  <wim@fluendo.com>
26020
26021         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
26022         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
26023         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
26024         (gst_multifdsink_new_client),
26025         (gst_multifdsink_handle_client_write),
26026         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26027         (gst_multifdsink_handle_clients):
26028         * gst/tcp/gstmultifdsink.h:
26029         Make syncing to keyframes actually work for new clients and lagging
26030         clients.
26031
26032 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26033
26034         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
26035         (gst_navigationtest_handle_src_event), (draw_box_planar411),
26036         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
26037         * gst/debug/gstnavigationtest.h:
26038           make navigationtest display button-press and button-release events
26039
26040 2004-09-26 Iain <iaingnome@gmail.com>
26041
26042         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
26043         the channels have received a new media event.
26044         (interleave_buffered_loop): Compresses a new media event on all
26045         channels into one.
26046
26047 2004-09-26 Iain <iaingnome@gmail.com>
26048
26049         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
26050         call the sinkpad's default event handler and not the srcpads. He also
26051         says this is confusing :)
26052         (gst_wavenc_stop_file): Company says that seek events only go upstream
26053         we should send a discontinuous downstream instead.
26054
26055 2004-09-25  Christian Schaller <christian@fluendo.com>
26056
26057         * Update SPEC file to be usable in conjunction with Fedora Core,
26058           Fedora.us and freshrpms packages
26059         * Fix typo in multifilesrc test Makefile
26060
26061 2004-09-24  Wim Taymans  <wim@fluendo.com>
26062
26063         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
26064         Only signal the no_more_pads signal when we have
26065         added the stream to our list.
26066
26067 2004-09-24  Wim Taymans  <wim@fluendo.com>
26068
26069         * gst/playback/gstplaybasebin.c: (remove_prerolls),
26070         (new_decoded_pad):
26071         * gst/playback/gstplaybasebin.h:
26072         * gst/playback/gstplaybin.c: (setup_sinks):
26073         Don't try to preroll or decode more than one audio/video
26074         track.
26075
26076 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26077
26078         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26079           Throw error if we failed to find a suitable output. This should
26080           throw an error if we successfully set up a pipeline (e.g. because
26081           we recognized a media file) but found no decodable streams in it
26082           (e.g. because it contains only media stream types for which we
26083           have no decoders, or because it's not a media type).
26084
26085 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26086
26087         * ext/dirac/Makefile.am:
26088         * ext/dirac/gstdirac.cc:
26089         * ext/dirac/gstdiracdec.cc:
26090         * ext/dirac/gstdiracdec.h:
26091           Do something. Don't actually know if this works because I don't
26092           have a demuxer yet.
26093         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
26094           Add channels=1 to caps returned from _getcaps().
26095         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
26096         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
26097         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
26098         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
26099         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
26100         (gst_ogm_parse_change_state):
26101           Separate between audio/video so ogmaudioparse actually uses the
26102           audio pad templates. Both audio and video work now, including
26103           autoplugging. Also use sometimes-srcpad hack.
26104         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
26105           Handle events better. Don't hang on infinite loops.
26106         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
26107         (gst_avi_demux_init), (gst_avi_demux_reset),
26108         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
26109         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
26110         (gst_avi_demux_change_state):
26111         * gst/avi/gstavidemux.h:
26112           Improve A/V sync. Still not perfect.
26113         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
26114         (gst_ebml_read_skip):
26115           Handle events better.
26116         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26117         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
26118         (qtdemux_audio_caps):
26119           Add IMA4. Improve event handling. Save offset after a seek when
26120           the headers are at the end of the file so that we don't end up in
26121           an infinite loop.
26122         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26123           Add low-priority typefind support for files with no length.
26124
26125 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26126
26127         * testsuite/multifilesink/Makefile.am:
26128         fix typo
26129
26130 2004-09-22  Julien MOUTTE  <julien@moutte.net>
26131
26132         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
26133         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
26134         mistakes from thaytan's patches.
26135
26136 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
26137
26138         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
26139           For completeness, XSync in the destroy function as xvimage does.
26140
26141 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
26142
26143         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
26144            Correct caps negotiation
26145         * gst/volume/gstvolume.c: (volume_chain_float),
26146         (volume_chain_int16):
26147            Modify debug output to be little more informative
26148         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
26149         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26150         (gst_xvimagesink_xvimage_destroy):
26151           Add XSync calls after detaching from the shared memory segment to
26152           avoid a crash.
26153
26154 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26155
26156         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
26157         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
26158         * ext/vorbis/vorbis.c: (plugin_init):
26159         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26160         (gst_vorbisenc_chain):
26161         * ext/vorbis/vorbisenc.h:
26162         remove explicit newmedia support from oggmux and vorbisenc
26163         add debug category to vorbisenc
26164         * gst/multifilesink/gstmultifilesink.c:
26165         (gst_multifilesink_class_init), (gst_multifilesink_init),
26166         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
26167         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
26168         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
26169         (plugin_init):
26170         * gst/multifilesink/gstmultifilesink.h:
26171         add support for streamheader in multifilesink
26172
26173 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26174
26175         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
26176         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
26177         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
26178           Prevent infinite loops. More correct error reporting.
26179         * gst/auparse/gstauparse.c: (gst_auparse_chain):
26180           Error out if negotiation fails.
26181         * gst/playback/gstplaybasebin.c: (setup_source),
26182         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
26183         (gst_play_base_bin_found_tag):
26184           Error/tag forwarding. Pre-roll fixes for source errors on state
26185           changes (e.g. "file does not exist") to prevent hangs.
26186
26187 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26188
26189         * testsuite/multifilesink/Makefile.am:
26190         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
26191         (gst_newmedia_class_init), (gst_newmedia_init),
26192         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
26193         (newfile_signal), (test_signal), (main):
26194         * testsuite/multifilesink/multifilesrc_test.c: (main):
26195         * testsuite/multifilesink/oggtheora_test.c:
26196         (gst_newmedia_base_init), (gst_newmedia_class_init),
26197         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
26198         (test_format), (newfile_signal), (test_signal), (main):
26199         * testsuite/multifilesink/oggvorbis_test.c:
26200         (gst_newmedia_base_init), (gst_newmedia_class_init),
26201         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
26202         (test_format), (newfile_signal), (test_signal), (main):
26203         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
26204         (gst_newmedia_class_init), (gst_newmedia_init),
26205         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
26206         (newfile_signal), (test_signal), (main):
26207         New media tests
26208
26209 2004-09-20  Christian Schaller <christian@fluendo.com>
26210
26211         * Fix mikmod license to LGPL as they have relicensed
26212         * Move Dirac and Effectv into LGPL section of README_license
26213
26214 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26215
26216         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
26217         (gst_mad_change_state):
26218           Allow for mp3 rate/channels changes. However, only very
26219           conservatively. Reason that we *have* to enable this is smiply
26220           because the mad find_sync() function is not good enough, it will
26221           regularly sync on random data as valid frames and therefore make
26222           us provide random caps as *final* caps of the stream. The best fix
26223           I could think of is to simply require several of the same stream
26224           changes in a row before we change caps.
26225           The actual testcase that works now is #
26226         * ext/ogg/Makefile.am:
26227         * ext/ogg/gstogg.c: (plugin_init):
26228         * ext/ogg/gstogmparse.c:
26229           OGM support (video only for now; I need an audio sample file).
26230         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
26231         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
26232         (gst_asf_demux_add_video_stream):
26233           WMV extradata.
26234         * gst/playback/gstplaybasebin.c: (unknown_type):
26235           Don't error out on single unknown-types after all. It's wrong.
26236           If we found type of video and audio but not of a subtitle stream,
26237           it will still error out (which is unwanted). Will find a better fix
26238           later on.
26239         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
26240         (ogmaudio_type_find), (plugin_init):
26241           OGM support.
26242
26243 2004-09-20  Johan Dahlin  <johan@gnome.org>
26244
26245         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
26246         after setting caps.
26247
26248 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26249
26250         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
26251         * gst/wavenc/gstwavenc.h:
26252         Added newmedia support to wavenc
26253
26254 2004-09-17  Wim Taymans  <wim@fluendo.com>
26255
26256         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
26257         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
26258         (gst_fdset_fd_can_write), (gst_fdset_wait):
26259         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
26260         (gst_multifdsink_init), (gst_multifdsink_add),
26261         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
26262         (gst_multifdsink_remove_client_link),
26263         (gst_multifdsink_client_queue_buffer),
26264         (gst_multifdsink_handle_client_write),
26265         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
26266         (gst_multifdsink_close), (gst_multifdsink_change_state):
26267         * gst/tcp/gstmultifdsink.h:
26268         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26269         (gst_tcpserversink_removed):
26270         Small cleanups in fdset.c
26271         Use a hastable to map fd to the client structure for faster
26272         lookup in _remove and get_stats.
26273         Added virtual function to close the fds.
26274         Handle clients even when the select/poll call was unblocked because
26275         of a command.
26276         Implement syncing to keyframe in the recovery procedure.
26277
26278 2004-09-16 Iain <iaingnome@gmail.com>
26279
26280         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
26281         try caps.
26282
26283 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26284
26285         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
26286           Caps are only set if the type of the stream is unknown, but this
26287           is initialized in ->init_stream(), so set to UNKNOWN after calling
26288           ->init_stream() so that capsnego starts.
26289
26290 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26291
26292         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
26293         (gst_avi_demux_stream_data):
26294           Just hardcode for raw audio then. AVI audio sucks.
26295
26296 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
26297
26298         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
26299         * gst/matroska/matroska-mux.c: (audiosink_templ),
26300         (gst_matroska_mux_audio_pad_link):
26301         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
26302         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
26303
26304 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26305
26306         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
26307         (gst_avi_demux_stream_data):
26308           Try to fix a/v sync issues.
26309
26310 2004-09-15  David Schleef  <ds@schleef.org>
26311
26312         * configure.ac: remove NASM check, since we don't use it.  Update
26313         dirac check to 0.4
26314         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
26315         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26316         Initialized variables.
26317         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26318         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
26319         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
26320         SVQ3 format
26321
26322 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26323
26324         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
26325         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
26326         * gst/avi/gstavidemux.h:
26327           Fix for compressed audio (mp3) timestamp generation. How did this
26328           ever work?
26329
26330 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26331
26332         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
26333           Volume is a double not a float.
26334
26335 2004-09-15  Wim Taymans  <wim@fluendo.com>
26336
26337         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
26338         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
26339         Don't close the fd in multifdsink as we didn't open it in the
26340         first place. Some cleanups.
26341
26342 2004-09-15  Wim Taymans  <wim@fluendo.com>
26343
26344         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26345         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
26346         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
26347         Fix the case where the muxer would mark pages as delta
26348         frames when they are not (vorbis only ogg).
26349
26350 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26351
26352         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
26353         (gst_play_base_bin_change_state):
26354           Handle the case where we failed to setup a clear pipeline. This
26355           will throw an error (or EOS, another nice case) and if you don't
26356           catch that, the app will wait for the signal forever (and thus
26357           hang).
26358
26359 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26360
26361         * ext/gnomevfs/gstgnomevfssink.c:
26362         (gst_gnomevfssink_uri_get_protocols):
26363         * ext/gnomevfs/gstgnomevfssrc.c:
26364         (gst_gnomevfssrc_uri_get_protocols):
26365         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
26366         * ext/gnomevfs/gstgnomevfsuri.h:
26367           Use _uri_new() instead of _open(), so it doesn't take as long and
26368           Christophe's computer won't hang.
26369         * gst/playback/gstplaybasebin.c: (unknown_type):
26370           Throw error on unknown media type, so apps actually display it.
26371
26372 2004-09-14  Brian Cameron  <brian.cameron@sun.com
26373
26374         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
26375           this script to work on Solaris since bash shell handles echo
26376           differenly than bash.
26377
26378 2004-09-17  Wim Taymans  <wim@fluendo.com>
26379
26380         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
26381         (setup_source), (gst_play_base_bin_set_property),
26382         (gst_play_base_bin_add_element):
26383         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
26384         Some more work on making sure seeking pauses the pipeline and
26385         that changing the uri actually does something.
26386
26387 2004-09-17  Wim Taymans  <wim@fluendo.com>
26388
26389         * gst/tcp/gstfdset.c: (gst_fdset_wait):
26390         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
26391         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
26392         (gst_tcpserversink_close):
26393         Be a bit more paranoid when freeing memory.
26394
26395 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26396
26397         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
26398         (qtdemux_parse_trak):
26399           Don't crash by dividing by zero (see sample movie in #126922).
26400
26401 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26402
26403         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26404           Don't touch non-existing data (fixes crash on file in #140147).
26405
26406 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26407
26408         * gst/playback/gstplaybasebin.c:
26409         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
26410           Handle double disposals, and proper change of URIs.
26411
26412 2004-09-13  Martin Eikermann <meiker@upb.de>
26413
26414         * gst/mpegstream/gstmpegparse.c:
26415           fix synchronistation for streams recorded from digital PCR
26416           fixes bug #119376
26417
26418 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26419
26420         * ext/gnomevfs/Makefile.am:
26421         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
26422         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
26423         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
26424         (gst_gnomevfssink_uri_get_type),
26425         (gst_gnomevfssink_uri_get_protocols),
26426         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
26427         (gst_gnomevfssink_uri_handler_init),
26428         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
26429         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
26430         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
26431         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
26432         (gst_gnomevfssrc_uri_get_type),
26433         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
26434         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
26435         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
26436         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
26437         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
26438         * ext/gnomevfs/gstgnomevfsuri.h:
26439           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
26440           of fake URIs to see which this version of Gnome-VFS likes, and
26441           uses that for the Gst-URI interface. Makes playbin support http://
26442           streams. Also fix up some stupid behaviour in gnomevfssrc.
26443
26444 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26445
26446         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26447         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26448         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26449         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26450           Update mixer (to sync with other sessions) if we try to obtain
26451           a new value. This makes alsamixer work accross applications.
26452         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
26453           Only call sync functions if we're running, else alsalib asserts.
26454         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
26455           Sometimes fails to compile. Possibly a gcc bug.
26456         * gst/playback/gstplaybin.c: (gen_video_element),
26457         (gen_audio_element):
26458           Add a reference to an application-provided object, because we lose
26459           this same reference if we add it to the bin. If we don't do this,
26460           we can only use this object once and thus crash if we go from
26461           ready to playing, back to ready and back to playing again.
26462           Also add an audioscale element because several cheap soundcards -
26463           like mine - don't support all samplerates.
26464         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
26465         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
26466           Fix wrong order or PAR calls. Makes automatically obtained PAR
26467           from the X server atually being used.
26468
26469 2004-09-12  David Schleef  <ds@schleef.org>
26470
26471         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
26472         #151887, #152102, #152247.
26473         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
26474         * examples/seeking/cdparanoia.c: same
26475         * examples/seeking/cdplayer.c: same
26476         * examples/seeking/seek.c: same
26477         * examples/seeking/spider_seek.c: same
26478         * examples/seeking/vorbisfile.c: same
26479         * examples/stats/mp2ogg.c: same
26480         * ext/esd/esdsink.c: (gst_esdsink_class_init),
26481         (gst_esdsink_dispose): Dispose of element properly.
26482         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
26483         fixes.
26484         * ext/nas/nassink.c: (gst_nassink_class_init),
26485         (gst_nassink_dispose): Dispose of element correctly.
26486         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
26487         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
26488         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
26489         Fix 64-bit warning.
26490         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26491         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
26492         Fix 64-bit warning.
26493
26494 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
26495
26496         * configure.ac : change speex detection as 1.1.6 now uses
26497           .pc/pkg-config and they changed their headers location.
26498
26499 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
26500
26501         * gst/matroska/matroska-mux.h:
26502         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
26503         (gst_matroska_mux_start), (gst_matroska_mux_finish),
26504         (gst_matroska_mux_write_data):
26505           Write multiple blocks/frames per cluster.
26506                 Write meta-seek information (seek heads).
26507
26508 2004-09-09  Scott Wheeler <wheeler@kde.org>
26509
26510         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
26511         (gst_play_bin_set_property), (gst_play_bin_get_property),
26512         (gen_audio_element), (gen_audio_element):
26513           Add a volume element / property to the pipeline.
26514
26515 2004-09-07  Wim Taymans  <wim@fluendo.com>
26516
26517         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
26518         Copy timestamps from the master pad to the output buffers.
26519
26520 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26521
26522         * ext/raw1394/gstdv1394src.c:
26523           throw errors when applicable
26524
26525 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
26526
26527         * gst/matroska/ebml-ids.h:
26528         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
26529         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
26530         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
26531           automatically convert unix time <-> ebml time when reading/writing
26532           a date, use gst_ebml_write_uint to write CUETIME,
26533           not gst_ebml_write_date.
26534         * gst/matroska/matroska-ids.h:
26535         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
26536         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
26537         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
26538         (gst_matroska_mux_write_data):
26539           Write track and segment UIDs, write muxing date, write
26540           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
26541           Create cues for audio only files.
26542
26543 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26544
26545         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
26546         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
26547           Re-commit ALSA switches.
26548         * gst/adder/gstadder.c: (gst_adder_loop):
26549           64-bit fix (#151416).
26550         * gst/debug/progressreport.c: (gst_progressreport_report):
26551           64-bit fix (#151419).
26552         * gst/matroska/matroska-demux.c:
26553         (gst_matroska_demux_parse_contents):
26554           64-bit fix (#151420).
26555         * gst/playback/test3.c: (update_scale):
26556           64-bit fix (#151421).
26557
26558 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26559
26560         * configure.ac:
26561           bump nano to cvs
26562
26563 === release 0.8.4 ===
26564
26565 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26566
26567         * configure.ac: releasing 0.8.4, "Alias"
26568
26569 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26570
26571         * ext/theora/Makefile.am:
26572           fix makefile.  Fixes #151462.
26573
26574 2004-08-30  Wim Taymans  <wim@fluendo.com>
26575
26576         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
26577         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
26578         (gst_multifdsink_remove_client_link),
26579         (gst_multifdsink_client_queue_buffer),
26580         (gst_multifdsink_handle_client_write):
26581         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
26582         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
26583         Fix some memory leaks.
26584
26585 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26586
26587         Patch by: David Schleef
26588
26589         * configure.ac:
26590         * sys/Makefile.am:
26591           rename our detection macro for V4L2.  Fixes #151236.
26592
26593 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26594
26595         Patch by: David Schleef
26596
26597         * configure.ac:
26598           check to define LAMEPRESET.  Fixes #151232.
26599
26600 2004-08-27  David Schleef  <ds@schleef.org>
26601
26602         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
26603         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
26604         (gst_glimagesink_fixate):  Move local variable declarations to
26605         make gcc-2.95 happy.
26606
26607 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26608
26609         * configure.ac:
26610           bump nano for prerelease
26611
26612 2004-08-27  David Schleef  <ds@schleef.org>
26613
26614         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
26615         * sys/sunaudio/gstsunaudiosrc.c:
26616         * sys/sunaudio/gstsunaudiosrc.h:
26617
26618 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
26619
26620         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
26621         handle EOS correctly
26622         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
26623         * gst/matroska/matroska-mux.h:
26624         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
26625         VFW compatibility mode
26626
26627 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26628
26629         patch by: Zaheer Abbas Merali
26630
26631         * ext/ogg/gstoggmux.c:
26632         * ext/vorbis/vorbisenc.c:
26633         * ext/vorbis/vorbisenc.h:
26634           handle NEWMEDIA
26635
26636 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
26637
26638         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
26639         fix byte order reversion on little endian machines.
26640         * gst/matroska/matroska-mux.c: (audiosink_templ),
26641         (gst_matroska_mux_audio_pad_link):
26642         add TTA codec to the list of supported codecs.
26643         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
26644         (gst_matroska_mux_start), (gst_matroska_mux_finish),
26645         (gst_matroska_mux_write_data):
26646         * gst/matroska/matroska-mux.h:
26647         write segment duration correctly, write muxing app string, fixes bugs
26648         #140897 and #140898.
26649         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
26650         wait for all pads to be negotiated before starting to mux.
26651
26652 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26653
26654         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
26655         * ext/lame/gstlame.h:
26656         Added new media support to lame
26657
26658 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
26659
26660         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
26661         send vorbis headers at the beginning of a stream, fixes bug #141554.
26662         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
26663         bug #148950.
26664         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
26665         (gst_matroska_demux_plugin_init):
26666         * gst/matroska/matroska-ids.h:
26667         enable demuxing of TTA audio streams, fixes bug #148951.
26668         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
26669         enable typefinding for TTA audio files, fixes bug #148711.
26670         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
26671         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
26672         fixes playback of packed bitstream and xvid with bframes, bug #135407.
26673
26674 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
26675
26676         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
26677         (gst_riff_read_element_data), (gst_riff_read_seek),
26678         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
26679         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
26680         <teuf@gnome.org>
26681
26682 2004-08-23 Iain <iaingnome@gmail.com>
26683
26684         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
26685         tags. They appear to be handled differently to normal.
26686         (tag_list_to_id3_tag_foreach): Ditto.
26687
26688 2004-08-22  Wim Taymans  <wim@fluendo.com>
26689
26690         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
26691         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
26692         Make sure we never send -1 granulepos.
26693
26694 2004-08-20  Wim Taymans  <wim@fluendo.com>
26695
26696         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
26697         (gst_ogg_mux_loop):
26698         I will accept bitchslappings with non sharp objects.
26699
26700 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26701
26702         * configure.ac:
26703         Clean up the test for lame presets
26704
26705 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26706
26707         * configure.ac:
26708         * ext/lame/Makefile.am:
26709         * ext/lame/gstlame.c: (gst_lame_class_init),
26710         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
26711         Only enable lame presets if version of lame has presets in API
26712
26713 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
26714         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
26715         * gst/udp/gstudpsrc.h:
26716           Don't call gst_pad_push in a get function. Fixes #150449
26717
26718 2004-08-18  Wim Taymans  <wim@fluendo.com>
26719
26720         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
26721         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
26722         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
26723         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
26724         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
26725         (gst_fdset_wait):
26726         * gst/tcp/gstfdset.h:
26727         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
26728         (gst_multifdsink_client_queue_buffer),
26729         (gst_multifdsink_handle_client_write):
26730         * gst/tcp/gstmultifdsink.h:
26731         Some extra checks in gstfdset.
26732         Only use send() when the fd is a socket. Don't try to
26733         read from write only fds.
26734
26735 2004-08-18  Wim Taymans  <wim@fluendo.com>
26736
26737         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
26738         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
26739         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
26740         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
26741         (gst_fdset_wait):
26742         Add more locking and bounds checking.
26743
26744 2004-08-18  Wim Taymans  <wim@fluendo.com>
26745
26746         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
26747         Realloc test fdset in the lock and right before starting
26748         the poll call. Bump the limit to 4096.
26749
26750 2004-08-17  David Schleef  <ds@schleef.org>
26751
26752         * sys/sunaudio/Makefile.am:
26753         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
26754         of rates and channels.  Make debugging less obnoxious.
26755
26756         Patch from Balamurali Viswanathan implementing a mixer for
26757         Sun audio.  (bug #144091):
26758         * sys/sunaudio/gstsunelement.c:
26759         * sys/sunaudio/gstsunelement.h:
26760         * sys/sunaudio/gstsunmixer.c:
26761         * sys/sunaudio/gstsunmixer.h:
26762
26763 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26764
26765         * gst/audioscale/gstaudioscale.c:
26766         * gst/audioscale/gstaudioscale.h:
26767         made audioscale resample from any sample rate to any sample rate
26768
26769 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26770
26771         * ext/libpng/gstpngdec.c:
26772           error out on unsupported types
26773
26774 2004-08-17  Iain <iaingnome@gmail.com>
26775
26776         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
26777         mid_side and loose_mid_side properties if its a stereo stream.
26778
26779 2004-08-17  Wim Taymans  <wim@fluendo.com>
26780
26781         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
26782         (theora_get_formats), (theora_dec_src_convert),
26783         (theora_dec_sink_convert), (theora_dec_src_query),
26784         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
26785         Add a debug line.
26786
26787 2004-08-17  Wim Taymans  <wim@fluendo.com>
26788
26789         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
26790         (gst_ogg_pad_push):
26791         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
26792         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
26793         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
26794         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
26795         Mark delta units in the muxer.
26796         Try to decode the packet after an out-of-sync error from
26797         libogg.
26798
26799 2004-08-17  Wim Taymans  <wim@fluendo.com>
26800
26801         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26802         (gst_multifdsink_init), (gst_multifdsink_add),
26803         (gst_multifdsink_client_queue_buffer),
26804         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
26805         * gst/tcp/gstmultifdsink.h:
26806         Added option to send a keyframe to clients as the first buffer.
26807         Make timeout property writable.
26808
26809 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26810
26811         patch by: Wim Taymans
26812
26813         * gst/tcp/gstfdset.c:
26814         * gst/tcp/gstmultifdsink.c:
26815           fix index comparison, should include 0
26816
26817 2004-08-16  Wim Taymans  <wim@fluendo.com>
26818
26819         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
26820         (gst_fdset_add_fd), (gst_fdset_remove_fd),
26821         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
26822         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
26823         (gst_fdset_wait):
26824           copy when reallocing for poll so the select arguments don't get
26825           changed during the call
26826
26827 2004-08-16  Wim Taymans  <wim@fluendo.com>
26828
26829         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
26830         (gst_theora_enc_class_init), (theora_enc_sink_link),
26831         (theora_buffer_from_packet), (theora_enc_chain):
26832         Fix bug where buffers were not marked as keyframes
26833         correctly.
26834
26835 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26836
26837         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
26838         (gst_lame_preset_get_type), (gst_lame_class_init):
26839         describe the enum values for vbr mode and presets more verbosely
26840
26841 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26842
26843         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
26844         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
26845         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
26846         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
26847         * ext/lame/gstlame.h:
26848         add preset property to lame so it can use lame presets
26849
26850 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26851
26852         * ext/lame/gstlame.c: (gst_lame_get_property):
26853         whoops forgot break, thanks teuf
26854
26855 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26856
26857         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
26858         (gst_lame_class_init), (gst_lame_src_getcaps),
26859         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
26860         (gst_lame_get_property), (gst_lame_setup):
26861         * ext/lame/gstlame.h:
26862         fix lame's broken vbr stuff, allow it to resample if need be, and also
26863         make xing header optional
26864
26865 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26866
26867         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
26868         added getcaps function so samplerate doesnt get fixated to silly values
26869
26870 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26871
26872         * ext/lame/gstlame.c: (gst_lame_src_link):
26873         revert previous fix
26874
26875 2004-08-12  Johan Dahlin  <johan@gnome.org>
26876
26877         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
26878         checks. Doesn't matter what state we are in. Interfaces are a
26879         compile time thing, not runtime. It also broke the python bindings.
26880
26881 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26882
26883         * ext/lame/gstlame.c: (gst_lame_src_link):
26884         made source pad link function check if sinkpad is ok..fixes the problem
26885         where core fixates the output rate of lame stupidly
26886
26887 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26888
26889         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
26890         * sys/v4l/v4l_calls.c:
26891         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
26892           fix fixate function to handle nonsimple caps.
26893           remove bogus check in _link
26894           cleanups
26895
26896 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26897
26898         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
26899         set default compression ratio parameter to 0.0 so bitrate parameter
26900         works :)
26901
26902 2004-08-11  David Schleef  <ds@schleef.org>
26903
26904         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
26905
26906 2004-08-11  David Schleef  <ds@schleef.org>
26907
26908         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
26909         before.
26910
26911 2004-08-11  David Schleef  <ds@schleef.org>
26912
26913         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
26914
26915 2004-08-11  David Schleef  <ds@schleef.org>
26916
26917         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
26918           license field
26919         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
26920         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
26921           LGPL.
26922         * gst/auparse/gstauparse.c: Fix plugin license field.
26923         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
26924         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
26925         * gst/rtp/gstrtp.c: Fix plugin license field.
26926
26927 2004-08-11  Wim Taymans  <wim@fluendo.com>
26928
26929         * gst/tcp/Makefile.am:
26930         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
26931         (ensure_size), (gst_fdset_new), (gst_fdset_free),
26932         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
26933         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
26934         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
26935         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
26936         (gst_fdset_fd_can_write), (gst_fdset_wait):
26937         * gst/tcp/gstfdset.h:
26938         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
26939         (gst_multifdsink_class_init), (gst_multifdsink_init),
26940         (gst_multifdsink_add), (gst_multifdsink_remove),
26941         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
26942         (gst_multifdsink_remove_client_link),
26943         (gst_multifdsink_handle_client_read),
26944         (gst_multifdsink_client_queue_data),
26945         (gst_multifdsink_client_queue_caps),
26946         (gst_multifdsink_client_queue_buffer),
26947         (gst_multifdsink_handle_client_write),
26948         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26949         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
26950         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
26951         (gst_multifdsink_close):
26952         * gst/tcp/gstmultifdsink.h:
26953         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26954         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
26955         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
26956         (gst_tcpserversink_close):
26957         * gst/tcp/gsttcpserversink.h:
26958         Abstracted away the select call, implemented poll (yes we ran into
26959         the 1024 limit in production).
26960
26961 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
26962
26963         * gst/tcp/gsttcp.c:
26964         * gst/tcp/gsttcpplugin.c:
26965           improve debuggging, remove assert
26966
26967 2004-08-10  Wim Taymans  <wim@fluendo.com>
26968
26969         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
26970         (gst_client_status_get_type), (gst_multifdsink_class_init),
26971         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
26972         (gst_multifdsink_handle_client_read),
26973         (gst_multifdsink_handle_client_write),
26974         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26975         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
26976         (gst_multifdsink_get_property):
26977         * gst/tcp/gstmultifdsink.h:
26978         * gst/tcp/gsttcp-marshal.list:
26979         Starting to prepare for specifying buffer time in other units
26980         than buffers. Expose remove reason in signal.
26981
26982 2004-08-10  Wim Taymans  <wim@fluendo.com>
26983
26984         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
26985         (gst_multifdsink_remove), (gst_multifdsink_clear),
26986         (gst_multifdsink_remove_client_link),
26987         (gst_multifdsink_handle_client_read),
26988         (gst_multifdsink_client_queue_data),
26989         (gst_multifdsink_client_queue_buffer),
26990         (gst_multifdsink_handle_client_write),
26991         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
26992         (gst_multifdsink_chain), (gst_multifdsink_close):
26993         * gst/tcp/gstmultifdsink.h:
26994         Added more debugging info. Changed the way clients are
26995         removed from the lists. Fixed a bug where a bad file descriptor
26996         could cause many clients to be removed.
26997
26998 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26999
27000         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
27001           allow all pixel-aspect-ratios, not just 1:1
27002
27003 2004-08-09  David Schleef  <ds@schleef.org>
27004
27005         * sys/glsink/ARB_multitexture.h:  Remove old files.
27006         * sys/glsink/EXT_paletted_texture.h:
27007         * sys/glsink/NV_register_combiners.h:
27008         * sys/glsink/gstgl_nvimage.c:
27009         * sys/glsink/gstgl_pdrimage.c:
27010         * sys/glsink/gstgl_rgbimage.c:
27011         * sys/glsink/gstglsink.c:
27012         * sys/glsink/gstglsink.h:
27013         * sys/glsink/gstglxwindow.c:
27014         * sys/glsink/regcomb_yuvrgb.c:
27015
27016 2004-08-09  David Schleef  <ds@schleef.org>
27017
27018         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
27019         GL sink plugin.  (Bug #147302)
27020
27021         * configure.ac: Test for OpenGL
27022         * sys/Makefile.am: Use test for OpenGL
27023         * sys/glsink/Makefile.am:
27024         * sys/glsink/glimagesink.c: rewrite
27025         * sys/glsink/glimagesink.h: rewrite
27026
27027 2004-08-09  David Schleef  <ds@schleef.org>
27028
27029         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
27030         sane framerates.
27031         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
27032         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
27033         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
27034
27035 2004-08-09  Wim Taymans  <wim@fluendo.com>
27036
27037         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27038         (gst_multifdsink_add), (gst_multifdsink_get_stats),
27039         (gst_multifdsink_client_remove),
27040         (gst_multifdsink_handle_client_read),
27041         (gst_multifdsink_handle_client_write),
27042         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
27043         Do a bit more logging, make the client_read code more robust.
27044
27045 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27046
27047         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
27048         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
27049         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
27050         (gst_jpegdec_init), (gst_jpegdec_chain):
27051         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
27052         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
27053           cleanups, debugging fixes and memleak plugging
27054
27055 2004-08-09  Wim Taymans  <wim@fluendo.com>
27056
27057         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
27058         (theora_get_formats), (theora_dec_src_convert),
27059         (theora_dec_sink_convert), (theora_dec_src_query),
27060         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
27061         (theora_dec_change_state):
27062         Don't crash on missing header packets.
27063
27064 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27065
27066         * po/LINGUAS:
27067         * po/sq.po:
27068           Added Albanian translation (Laurent Dhima)
27069         * po/cs.po:
27070           updated
27071
27072 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27073
27074         * ext/lame/gstlame.c:
27075           fix/add debugging
27076
27077 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27078
27079         * sys/ximage/ximagesink.c:
27080         * sys/xvimage/xvimagesink.c:
27081           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
27082
27083 2004-08-06  Wim Taymans  <wim@fluendo.com>
27084
27085         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27086         (gst_multifdsink_add), (gst_multifdsink_get_stats),
27087         (gst_multifdsink_client_remove),
27088         (gst_multifdsink_handle_client_read),
27089         (gst_multifdsink_handle_client_write),
27090         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
27091         Make sure we don't try to read more from a client that what
27092         ioctl says us or we deadlock.
27093
27094 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27095
27096         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
27097         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
27098         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
27099           decouple running_time and n_frames so it can handle changing
27100           framerate while running
27101
27102 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27103
27104         * po/nl.po:
27105         * po/sv.po:
27106           updated translations
27107
27108 2004-08-04  Benjamin Otte  <otte@gnome.org>
27109
27110         * gst/videotestsrc/gstvideotestsrc.c:
27111         (gst_videotestsrc_get_capslist), (generate_capslist),
27112         (plugin_init):
27113           generate the list of supported caps at startup and reuse it instead
27114           of always generating it
27115
27116 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27117
27118         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
27119           whoops, last checkin broke normal build
27120
27121 2004-08-03  Benjamin Otte  <otte@gnome.org>
27122
27123         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
27124         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
27125         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
27126         (gst_alsa_mixer_get_option):
27127         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
27128         (dvdnavsrc_print_event):
27129         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
27130         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
27131         (gst_ogg_mux_pad_unlink):
27132         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
27133         (gst_multipart_mux_pad_unlink):
27134         * gst/videofilter/gstvideobalance.c:
27135         (gst_videobalance_colorbalance_set_value):
27136         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
27137         (gst_videomixer_pad_unlink):
27138         * po/uk.po:
27139         * sys/oss/gstossmixer.c:
27140         * sys/v4l/gstv4lcolorbalance.c:
27141         * sys/v4l/gstv4ltuner.c:
27142         * sys/v4l/v4lsrc_calls.c:
27143         * sys/v4l2/gstv4l2colorbalance.c:
27144         * sys/v4l2/gstv4l2tuner.c:
27145           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
27146
27147 2004-08-03  Benjamin Otte  <otte@gnome.org>
27148
27149         * examples/dynparams/filter.c: (ui_control_create):
27150         * examples/gstplay/player.c: (print_tag):
27151         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
27152         * ext/gdk_pixbuf/gstgdkanimation.c:
27153         (gst_gdk_animation_iter_may_advance):
27154         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
27155         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
27156         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
27157         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
27158         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
27159         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
27160         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
27161         * gst/sine/demo-dparams.c: (main):
27162         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
27163         * testsuite/alsa/formats.c: (create_pipeline):
27164         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
27165           fixes for G_DISABLE_ASSERT and friends
27166         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
27167         (mp3_type_frame_length_from_header), (mp3_type_find),
27168         (plugin_init):
27169           require mp3 typefinding to have at least MIN_HEADERS valid headers
27170           add typefinding for AAC adts files
27171
27172 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
27173
27174         * sys/ximage/ximagesink.c:
27175         (gst_ximagesink_calculate_pixel_aspect_ratio):
27176         * sys/xvimage/xvimagesink.c:
27177         (gst_xvimagesink_calculate_pixel_aspect_ratio):
27178         Make sure we calculate pixel-aspect-ratio using floating point maths
27179
27180 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27181
27182         * po/uk.po:
27183           updated translation
27184
27185 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27186
27187         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
27188         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
27189           add debugging for display PAR calculation
27190
27191 2004-08-02  David Schleef  <ds@schleef.org>
27192
27193         * configure.ac: Fix mikmod CFLAGS.
27194
27195 2004-07-27  Benjamin Otte  <otte@gnome.org>
27196
27197         * gst/audioscale/gstaudioscale.c:
27198         - fix templates to only support S16, it's the only format that works
27199         - make caps nego code use try_set_caps_nonfixed and fixation instead
27200         of try_set_caps twice, which is not nice for autopluggers
27201         - change rank to secondary, so autopluggers can pick it up after
27202         audioconvert
27203
27204 2004-08-02  Iain <iain@prettypeople.org>
27205
27206         * gst/interleave/interleave.c (interleave_init),
27207         (interleave_request_new_pad),
27208         (interleave_pad_removed),
27209         (interleave_buffered_loop): Use the real pad count, not the artificial
27210         one.
27211
27212 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27213
27214         * configure.ac: bump nano back to development
27215
27216 === release 0.8.3 ===
27217
27218 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27219
27220         * configure.ac: releasing 0.8.3, "Water"
27221
27222 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27223
27224         * sys/xvimage/xvimagesink.c:
27225         (gst_xvimagesink_calculate_pixel_aspect_ratio),
27226         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
27227         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
27228         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
27229         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
27230         * sys/xvimage/xvimagesink.h:
27231           apply similar PAR fixes as to ximagesink
27232
27233 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27234
27235         patch from: Benjamin Otte
27236
27237         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
27238           add link function to lame.  Fixes #148986.
27239
27240 2004-08-02  Johan Dahlin  <johan@gnome.org>
27241
27242         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
27243         fix debugging log
27244
27245 2004-07-30  David Schleef  <ds@schleef.org>
27246
27247         * gst/videomixer/Makefile.am: Fix things that should have been
27248         fixed in the last checkin.
27249
27250 2004-07-30  David Schleef  <ds@schleef.org>
27251
27252         * gst/multipart/Makefile.am: Fix things that should have been
27253         fixed in the last checkin.
27254
27255 2004-07-30  David Schleef  <ds@schleef.org>
27256
27257         * testsuite/multifilesink/Makefile.am: Fix unused variable.
27258
27259 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
27260
27261         * configure.ac:
27262           bump nano for prerelease
27263         * po/af.po:
27264         * po/az.po:
27265         * po/cs.po:
27266         * po/en_GB.po:
27267         * po/hu.po:
27268         * po/nl.po:
27269         * po/sr.po:
27270         * po/sv.po:
27271         * po/uk.po:
27272           updates
27273
27274 2004-07-30  Wim Taymans  <wim@fluendo.com>
27275
27276         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27277         (gst_multifdsink_add), (gst_multifdsink_remove),
27278         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
27279         (gst_multifdsink_client_remove),
27280         (gst_multifdsink_handle_client_write),
27281         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
27282         * gst/tcp/gstmultifdsink.h:
27283         Recover from a select with a bad file descriptor by removing
27284         the client.
27285
27286 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
27287
27288         * configure.ac:
27289           fix requirement of core
27290         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
27291         (gst_play_pipeline_setup):
27292           don't use colorspace element.  do use hermescolorspace element.
27293           make macro to get a colorspace element.
27294           mark strings for translation.
27295         * po/POTFILES.in:
27296           add play.c
27297         * po/af.po:
27298         * po/az.po:
27299         * po/cs.po:
27300         * po/en_GB.po:
27301         * po/hu.po:
27302         * po/nl.po:
27303         * po/sr.po:
27304         * po/sv.po:
27305         * po/uk.po:
27306           update translations
27307
27308 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27309
27310         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
27311         fix default for newmedia flag
27312
27313 2004-07-30  Wim Taymans  <wim@fluendo.com>
27314
27315         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
27316         (gst_theora_dec_init), (theora_get_formats),
27317         (theora_dec_src_convert), (theora_dec_sink_convert),
27318         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
27319         (theora_dec_chain), (theora_dec_set_property),
27320         (theora_dec_get_property):
27321         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
27322         (gst_theora_enc_class_init), (gst_theora_enc_init),
27323         (theora_enc_sink_link), (theora_enc_chain),
27324         (theora_enc_set_property), (theora_enc_get_property):
27325         Added cropping option to theora decoder.
27326         Added border option to theora encoder.
27327
27328 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27329
27330         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27331         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27332         (gst_pngenc_set_property):
27333         * ext/libpng/gstpngenc.h:
27334         Added newmedia support to pngenc so now gst-launch-0.8 videotestsrc ! ffmpegcolorspace ! pngenc snapshot=false newmedia=true ! multifilesink location=blah%d.png works as expected
27335
27336 2004-07-30  Wim Taymans  <wim@fluendo.com>
27337
27338         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
27339         (theora_enc_sink_link), (theora_enc_chain),
27340         (theora_enc_set_property), (theora_enc_get_property):
27341         Fix encoding of non-multiple-of-16 video.
27342
27343 2004-07-29  David Schleef  <ds@schleef.org>
27344
27345         * configure.ac: make test for audiofile more strict
27346
27347 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27348
27349         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
27350           give different names to typefind functions
27351
27352 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
27353
27354         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27355         (gst_ximagesink_calculate_pixel_aspect_ratio),
27356         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
27357         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
27358         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
27359         (gst_ximagesink_get_property), (gst_ximagesink_init):
27360         * sys/ximage/ximagesink.h:
27361           allocate PAR's dynamically.
27362           use autodetected PAR if no object-set PAR is given.
27363           add workaround for directfb's X not setting physical size.
27364           fix to xvimagesink will follow tomorrow.
27365
27366 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27367
27368         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
27369         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
27370         (gst_shout2send_get_type), (gst_shout2send_set_clock),
27371         (gst_shout2send_class_init), (gst_shout2send_init),
27372         (set_shout_metadata), (gst_shout2send_set_metadata),
27373         (gst_shout2send_chain), (gst_shout2send_set_property),
27374         (gst_shout2send_get_property), (gst_shout2send_connect),
27375         (gst_shout2send_change_state):
27376         * ext/shout2/gstshout2.h:
27377         - fix for sending mp3 audio to icecast2 server, if pad link function not
27378         called before PAUSED state
27379         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
27380         - added tagging support for mp3 audio broadcasted
27381         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
27382         debug info
27383
27384 2004-07-28  Wim Taymans  <wim@fluendo.com>
27385
27386         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
27387         (gst_ogg_demux_push):
27388         Return query failure when we don't know the length of
27389         an ogg stream insteda of returning TRUE with a bogus value.
27390
27391 2004-07-28  Wim Taymans  <wim@fluendo.com>
27392
27393         * ext/theora/theoradec.c: (theora_get_formats),
27394         (theora_dec_src_convert), (theora_dec_sink_convert),
27395         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
27396         (theora_dec_chain):
27397         Don't screw up the 1 Chroma for 1 luma sample situation when we
27398         have an odd offset/width by adding a black border in those cases.
27399
27400 2004-07-28  Wim Taymans  <wim@fluendo.com>
27401
27402         * ext/theora/theoradec.c: (theora_get_formats),
27403         (theora_dec_src_convert), (theora_dec_sink_convert),
27404         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
27405         (theora_dec_chain):
27406         * ext/theora/theoraenc.c: (theora_enc_sink_link):
27407         Added first attempt at cropping of the image as required by the
27408         theora spec. We need more properties in the caps (offset_x,
27409         offset_y,stride) to implement this correctly.
27410
27411 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
27412
27413         * ext/dvdnav/README:
27414           Update the README to use dvddemux
27415         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
27416           Ensure getcaps returns a subset of the template caps
27417         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
27418         (gst_mpeg2subt_init):
27419           Ensure getcaps returns a subset of the template caps
27420         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27421         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
27422         (gst_dvd_demux_get_subpicture_stream),
27423         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
27424         * gst/mpegstream/gstdvddemux.h:
27425           Set the explicit caps on the current_video pad before pushing
27426           anything
27427         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
27428         (gst_mpeg_demux_get_audio_stream):
27429           Free caps used to gst_pad_set_explicit_caps, which takes a const
27430           GstCaps *
27431
27432 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
27433
27434         * configure.ac: update GStreamer requirement to 0.8.4 because of
27435           GstFraction.
27436
27437 2004-07-28  Wim Taymans  <wim@fluendo.com>
27438
27439         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
27440         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
27441         Add the pad to the element after setting up the caps. This
27442         makes it a lot easier to autoplug.
27443
27444 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
27445
27446         * gst/median/gstmedian.c:
27447         * gst/mpeg2subt/gstmpeg2subt.c:
27448         * gst/mpegaudioparse/gstmpegaudioparse.c:
27449         * gst/mpegstream/gstdvddemux.c:
27450         * gst/mpegstream/gstmpegdemux.c:
27451         * gst/mpegstream/gstmpegpacketize.c:
27452         * gst/rtjpeg/gstrtjpeg.c:
27453         * gst/rtjpeg/gstrtjpegdec.c:
27454         * gst/rtjpeg/gstrtjpegenc.c:
27455         * gst/sine/gstsinesrc.c:
27456         * gst/smooth/gstsmooth.c:
27457         * gst/smpte/gstsmpte.c:
27458         * gst/smpte/gstsmpte.h:
27459         * gst/stereo/gststereo.c:
27460         * gst/videofilter/gstgamma.c:
27461         * gst/videofilter/gstvideobalance.c:
27462         * gst/videofilter/gstvideofilter.c:
27463         * gst/videofilter/gstvideoflip.c:
27464         * gst/videoscale/gstvideoscale.c:
27465         * gst/videoscale/videoscale.c:
27466         * gst/videotestsrc/gstvideotestsrc.c:
27467         * gst/videotestsrc/videotestsrc.c:
27468         * gst/wavenc/gstwavenc.c:
27469         * gst/wavparse/gstwavparse.c:
27470           fix local includes and 64 bits constants
27471
27472 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
27473
27474         * win32/gst.sln:
27475         * gst-libs/gst/*/*.vcproj:
27476         * gst/*/*.vcproj:
27477           more working plugins
27478
27479 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27480
27481         * testsuite/alsa/Makefile.am:
27482         * testsuite/alsa/srcstate.c:
27483         add test for alsasrc changing state
27484
27485 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27486
27487         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
27488         (gst_silence_get):
27489         * gst/silence/gstsilence.h:
27490         fix silence generation for 16bit raw audio
27491
27492 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
27493
27494         * gst/matroska/matroska-demux.c:
27495         (gst_matroska_demux_parse_metadata),
27496         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
27497         * gst/mpegaudio/common.c:
27498         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
27499         (gst_videoscale_getcaps), (gst_videoscale_link),
27500         (gst_videoscale_src_fixate), (gst_videoscale_init),
27501         (gst_videoscale_finalize):
27502         * gst/videoscale/gstvideoscale.h:
27503         * gst/videotestsrc/gstvideotestsrc.c:
27504         (gst_videotestsrc_get_capslist):
27505         * gst/wavenc/gstwavenc.c:
27506         * sys/oss/gstossmixer.c: (fill_labels):
27507         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27508         (gst_ximagesink_handle_xevents),
27509         (gst_ximagesink_calculate_pixel_aspect_ratio),
27510         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
27511         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
27512         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
27513         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
27514         (gst_ximagesink_init), (gst_ximagesink_class_init):
27515         * sys/ximage/ximagesink.h:
27516         * sys/xvimage/xvimagesink.c:
27517         (gst_xvimagesink_calculate_pixel_aspect_ratio),
27518         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
27519         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
27520         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
27521         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
27522         * sys/xvimage/xvimagesink.h:
27523           first batch of pixel aspect ratio commits.
27524
27525 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
27526
27527         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27528         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
27529         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
27530           handle stride, needs work if we want to move stride handling
27531           upstream, but works correctly for our purposes.
27532
27533 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
27534
27535         * gst/videoscale/README:
27536           add testing examples
27537         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
27538         (gst_videoscale_chain):
27539         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27540         (gst_videoscale_get_size):
27541           add get_size function that handles stride like videotestsrc.
27542           fixes conversion for YUV formats for as much as I can test them.
27543
27544 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
27545
27546         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
27547         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
27548         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
27549         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
27550         (gst_xvimagesink_xvimage_put):
27551           further cleanups, logging, error handling and synchronizing
27552
27553 2004-07-27  Wim Taymans  <wim@fluendo.com>
27554
27555         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
27556         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
27557         (gst_videomixer_pad_set_property),
27558         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
27559         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
27560         (gst_videomixer_class_init), (gst_videomixer_init),
27561         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
27562         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
27563         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
27564         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
27565         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
27566         (gst_videomixer_loop), (plugin_init):
27567         Be a nicer negotiation citizen and provide a getcaps function on
27568         the srcpad. This also fixes a crash when resizing.
27569
27570 2004-07-27  Julien MOUTTE  <julien@moutte.net>
27571
27572         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
27573         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
27574
27575 2004-07-27  Wim Taymans  <wim@fluendo.com>
27576
27577         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
27578         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27579         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27580         (gst_pngenc_set_property):
27581         * ext/libpng/gstpngenc.h:
27582         Added snapshot property to pngenc.
27583         removed g_print from pngdec
27584
27585 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
27586
27587         * gst/ac3parse/ac3parse.vcproj
27588         * gst/adder/adder.vcproj
27589         * gst/alpha/alpha.vcproj
27590         * gst/alpha/alphacolor.vcproj
27591         * gst/asfdemux/asf.vcproj
27592         * gst/audioconvert/audioconvert.vcproj
27593         * gst/audiorate/audiorate.vcproj
27594         * gst/audioscale/audioscale.vcproj
27595         * gst/auparse/auparse.vcproj
27596         * gst/avi/avi.vcproj
27597         * gst/cdxaparse/cdxaparse.vcproj
27598         * gst/chart/chart.vcproj
27599         * gst/colorspace/colorspace.vcproj
27600         * gst/cutter/cutter.vcproj
27601         * gst/debug/debug.vcproj
27602         * gst/debug/efence.vcproj
27603         * gst/debug/navigationtest.vcproj
27604         * gst/deinterlace/deinterlace.vcproj
27605         * gst/effectv/effectv.vcproj
27606         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
27607         * gst/filter/filter.vcproj
27608         * gst/flx/flxdec.vcproj
27609         * gst/goom/goom.vcproj
27610         * gst/interleave/interleave.vcproj
27611         * gst/law/alaw.vcproj
27612         * gst/law/mulaw.vcproj
27613         * gst/matroska/matroska.vcproj
27614         * gst/median/median.vcproj
27615         * gst/mixmatrix/mixmatrix.vcproj
27616         * gst/mpeg1sys/mpeg1systemencode.vcproj
27617         * gst/mpeg1videoparse/mp1videoparse.vcproj
27618         * gst/mpeg2sub/mpeg2subt.vcproj
27619         * gst/mpegaudio/mpegaudio.vcproj
27620         * gst/mpegaudioparse/mpegaudioparse.vcproj
27621         * gst/mpegstream/mpegstream.vcproj
27622         * gst/multifilesink/multifilesink.vcproj
27623         * gst/multipart/multipart.vcproj
27624         * gst/oneton/oneton.vcproj
27625         * gst/overlay/overlay.vcproj
27626         * gst/passthrough/passthrough.vcproj
27627         * gst/qtdemux/qtdemux.vcproj
27628         * gst/realmedia/rmdemux.vcproj
27629         * gst/rtjpeg/rtjpeg.vcproj
27630         * gst/rtp/rtp.vcproj
27631         * gst/silence/silence.vcproj
27632         * gst/sine/sinesrc.vcproj
27633         * gst/smooth/smooth.vcproj
27634         * gst/smpte/smpte.vcproj
27635         * gst/spectrum/spectrum.vcproj
27636         * gst/speed/speed.vcproj
27637         * gst/stereo/stereo.vcproj
27638         * gst/switch/switch.vcproj
27639         * gst/tags/tagedit.vcproj
27640         * gst/tcp/tcp.vcproj
27641         * gst/typefind/typefindfunctions.vcproj
27642         * gst/udp/udp.vcproj
27643         * gst/videobox/videobox.vcproj
27644         * gst/videocrop/videocrop.vcproj
27645         * gst/videodrop/videodrop.vcproj
27646         * gst/videofilter/gamma.vcproj
27647         * gst/videofilter/videobalance.vcproj
27648         * gst/videofilter/videofilter.vcproj
27649         * gst/videofilter/videoflip.vcproj
27650         * gst/videoflip/videoflip.vcproj
27651         * gst/videomixer/videomixer.vcproj
27652         * gst/videorate/videorate.vcproj
27653         * gst/videoscale/videoscale.vcproj
27654         * gst/videotestsrc/videotestsrc.vcproj
27655         * gst/virtualdub/virtualdub.vcproj
27656         * gst/volenv/volenv.vcproj
27657         * gst/volume/volume.vcproj
27658         * gst/wavenc/wavenc.vcproj
27659         * gst/wavparse/wavparse.vcproj
27660         * gst/y4m/y4menc.vcproj
27661         * gst-libs/gst/audio/audio.vcproj
27662         * gst-libs/gst/audio/audiofilter.vcproj
27663         * gst-libs/gst/colorbalance/colorbalance.vcproj
27664         * gst-libs/gst/idct/idtc.vcproj
27665         * gst-libs/gst/media-info/media-info.vcproj
27666         * gst-libs/gst/mixer/mixer.vcproj
27667         * gst-libs/gst/navigation/navigation.vcproj
27668         * gst-libs/gst/play/play.vcproj
27669         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
27670         * gst-libs/gst/resample/resample.vcproj
27671         * gst-libs/gst/riff/riff.vcproj
27672         * gst-libs/gst/tuner/tuner.vcproj
27673         * gst-libs/gst/video/video.vcproj
27674         * gst-libs/gst/xoverlay/xoverlay.vcproj
27675           avoid problems with math.h, fix release dependancy
27676           rename GStreamer-0.8.lib to libgstreamer.lib
27677
27678 2004-07-27  Julien MOUTTE  <julien@moutte.net>
27679
27680         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
27681         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
27682         the atom is not available we have to unlock the mutex. Fixes #148023
27683
27684 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27685
27686         * gst-libs/gst/media-info/media-info.h:
27687           issue for a vararg macro with MSVC
27688
27689 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27690
27691         * gst/effectv/effectv.vcproj
27692         * gst-libs/gst/idct/idct.vcproj:
27693         * gst-libs/gst/media-info/media-info.vcproj:
27694         * gst-libs/gst/navigation/navigation.vcproj:
27695         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
27696         * gst-libs/gst/video/video.vcproj:
27697         * gst-libs/gst/xoverlay/xoverlay.vcproj:
27698           fixes for build problems
27699
27700 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27701
27702         * gst-libs/gst/audio/audio.def:
27703         * gst-libs/gst/audio/riff.def:
27704           add some definitions needed by plugins
27705
27706 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27707
27708         * gst/asfdemux/gstasfmux.c
27709           Fix some 64 bits constants to be glib friendly
27710
27711 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27712
27713         * gst/ac3parse/gstac3parse.c
27714         * gst/audioscale/gstaudioscale.c
27715         * gst/auparse/gstauparse.c
27716         * gst/colorspace/gstcolorspace.c
27717         * gst/colorspace/yuv2rgb.h
27718           local include fixes
27719
27720 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27721
27722         * win32/gst.sln
27723           add more plugins to the build
27724
27725 2004-07-26  Julien MOUTTE  <julien@moutte.net>
27726
27727         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
27728         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
27729
27730 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27731
27732         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
27733         (gst_level_set_property), (gst_level_get_property),
27734         (gst_level_base_init), (gst_level_class_init):
27735           add debugging categories.  cleanups.
27736
27737 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27738
27739         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27740         (gst_videoscale_planar411), (gst_videoscale_planar400),
27741         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
27742         (gst_videoscale_scale_nearest_str1),
27743         (gst_videoscale_scale_nearest_str2),
27744         (gst_videoscale_scale_nearest_str4),
27745         (gst_videoscale_scale_nearest_16bit),
27746         (gst_videoscale_scale_nearest_24bit):
27747           fixed stride issues
27748           tested with 320x240 -> 321, 322, 324 x240
27749           tested with YV12, I420, YUY2, UYVY
27750           fixed packed422rev (don't think it could have worked before)
27751           by testing with UYVY
27752
27753 2004-07-26  Benjamin Otte  <otte@gnome.org>
27754
27755         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
27756         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
27757         (plugin_init):
27758           add debugging category, add error checks like checking return values
27759           of setup calls, make sure it still works after
27760           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
27761
27762 2004-07-26  Wim Taymans  <wim@fluendo.com>
27763
27764         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
27765         (gst_mpeg_demux_get_audio_stream),
27766         (gst_mpeg_demux_process_private):
27767         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
27768         Check for error codes from the negotiation functions. Make sure
27769         we really set the pad caps when a new pad is created.
27770
27771 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27772
27773         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27774         (gst_ffmpeg_caps_to_pix_fmt):
27775         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27776         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27777         (gst_ffmpegcolorspace_pad_link):
27778           don't make function do two things at the same time without reason.
27779
27780 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27781
27782         * gst/ac3parse/ac3parse.vcproj
27783         * gst/adder/adder.vcproj
27784         * gst/alpha/alpha.vcproj
27785         * gst/alpha/alphacolor.vcproj
27786         * gst/asfdemux/asf.vcproj
27787         * gst/audioconvert/audioconvert.vcproj
27788         * gst/audiorate/audiorate.vcproj
27789         * gst/audioscale/audioscale.vcproj
27790         * gst/auparse/auparse.vcproj
27791         * gst/avi/avi.vcproj
27792         * gst/cdxaparse/cdxaparse.vcproj
27793         * gst/chart/chart.vcproj
27794         * gst/colorspace/colorspace.vcproj
27795         * gst/cutter/cutter.vcproj
27796         * gst/debug/debug.vcproj
27797         * gst/debug/efence.vcproj
27798         * gst/debug/navigationtest.vcproj
27799         * gst/deinterlace/deinterlace.vcproj
27800         * gst/effectv/effectv.vcproj
27801         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
27802         * gst/filter/filter.vcproj
27803         * gst/flx/flxdec.vcproj
27804         * gst/goom/goom.vcproj
27805         * gst/interleave/interleave.vcproj
27806         * gst/law/alaw.vcproj
27807         * gst/law/mulaw.vcproj
27808         * gst/matroska/matroska.vcproj
27809         * gst/median/median.vcproj
27810         * gst/mixmatrix/mixmatrix.vcproj
27811         * gst/mpeg1sys/mpeg1systemencode.vcproj
27812         * gst/mpeg1videoparse/mp1videoparse.vcproj
27813         * gst/mpeg2sub/mpeg2subt.vcproj
27814         * gst/mpegaudio/mpegaudio.vcproj
27815         * gst/mpegaudioparse/mpegaudioparse.vcproj
27816         * gst/mpegstream/mpegstream.vcproj
27817         * gst/multifilesink/multifilesink.vcproj
27818         * gst/multipart/multipart.vcproj
27819         * gst/oneton/oneton.vcproj
27820         * gst/overlay/overlay.vcproj
27821         * gst/passthrough/passthrough.vcproj
27822         * gst/qtdemux/qtdemux.vcproj
27823         * gst/realmedia/rmdemux.vcproj
27824         * gst/rtjpeg/rtjpeg.vcproj
27825         * gst/rtp/rtp.vcproj
27826         * gst/silence/silence.vcproj
27827         * gst/sine/sinesrc.vcproj
27828         * gst/smooth/smooth.vcproj
27829         * gst/smpte/smpte.vcproj
27830         * gst/spectrum/spectrum.vcproj
27831         * gst/speed/speed.vcproj
27832         * gst/stereo/stereo.vcproj
27833         * gst/switch/switch.vcproj
27834         * gst/tags/tagedit.vcproj
27835         * gst/tcp/tcp.vcproj
27836         * gst/typefind/typefindfunctions.vcproj
27837         * gst/udp/udp.vcproj
27838         * gst/videobox/videobox.vcproj
27839         * gst/videocrop/videocrop.vcproj
27840         * gst/videodrop/videodrop.vcproj
27841         * gst/videofilter/gamma.vcproj
27842         * gst/videofilter/videobalance.vcproj
27843         * gst/videofilter/videofilter.vcproj
27844         * gst/videofilter/videoflip.vcproj
27845         * gst/videoflip/videoflip.vcproj
27846         * gst/videomixer/videomixer.vcproj
27847         * gst/videorate/videorate.vcproj
27848         * gst/videoscale/videoscale.vcproj
27849         * gst/videotestsrc/videotestsrc.vcproj
27850         * gst/virtualdub/virtualdub.vcproj
27851         * gst/volenv/volenv.vcproj
27852         * gst/volume/volume.vcproj
27853         * gst/wavenc/wavenc.vcproj
27854         * gst/wavparse/wavparse.vcproj
27855         * gst/y4m/y4menc.vcproj
27856           more plugins supported under windows
27857
27858 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27859
27860         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
27861         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
27862         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
27863         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27864         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
27865           Add debugging statements.  Use the sizes as returned by the
27866           *CreateImage calls.
27867
27868 2004-07-26  Johan Dahlin  <johan@gnome.org>
27869
27870         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
27871         the pad is negotiated.
27872
27873         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
27874
27875 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27876
27877         * gst-libs/gst/colorbalance/colorbalance.vcproj:
27878         * gst-libs/gst/idct/idct.vcproj:
27879         * gst-libs/gst/media-info/media-info.vcproj:
27880         * gst-libs/gst/mixer/mixer.vcproj:
27881         * gst-libs/gst/navigation/navigation.vcproj:
27882         * gst-libs/gst/play/play.vcproj:
27883         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
27884         * gst-libs/gst/resample/resample.vcproj:
27885         * gst-libs/gst/tuner/tuner.vcproj:
27886         * gst-libs/gst/video/video.vcproj:
27887         * gst-libs/gst/xoverlay/xoverlay.vcproj:
27888           more plugins supported under windows
27889
27890 2004-07-25 Iain <iain@prettypeople.org>
27891
27892         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
27893         pad now rather than when the pad is created because state changes wipe
27894         explicit caps (fixes #148043).
27895
27896 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
27897
27898         reviewed by Benjamin Otte  <otte@gnome.org>
27899
27900         * ext/mad/gstmad.c:
27901           fix mad plugin crashing on Sun (fixes #148289)
27902
27903 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
27904
27905         * gst/avi/avi.def:
27906         * gst/avi/avi.vcproj:
27907         * gst/matroska/matroska.def:
27908         * gst/matroska/matroska.vcproj:
27909           remove unused .def files
27910
27911 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
27912
27913         * gst-libs/gst/audio/gstaudiofilter.c:
27914           Clean the local include
27915
27916 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
27917
27918         * win32/gst.sln:
27919         * gst-libs/gst/audio/audio.def:
27920         * gst-libs/gst/audio/audio.vcproj:
27921         * gst-libs/gst/audio/audiofilter.vcproj:
27922         * gst-libs/gst/audio/riff.def:
27923         * gst-libs/gst/audio/riff.vcproj:
27924         * gst-libs/gst/gst-libs.def:
27925         * gst-libs/gst/gst-libs.vcproj:
27926         * gst/avi/avi.vcproj:
27927         * gst/avi/avi.vcproj:
27928           Copy the files where needed after building, cleaner projects
27929
27930 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
27931
27932         * gst/matroska/ebml-write.c:
27933           Fix some 64 bits constants to be glib friendly
27934
27935 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
27936
27937         * win32/gst.sln:
27938         * gst-libs/gst/gst-libs.def:
27939         * gst-libs/gst/gst-libs.vcproj:
27940         * gst/matroska/matroska.def:
27941         * gst/matroska/matroska.vcproj:
27942           Add the preliminary canvas to build plugins on Win32
27943
27944 2004-07-23  Benjamin Otte  <otte@gnome.org>
27945
27946         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27947           don't enfore negotiation from source side, it breaks
27948           sinesrc ! audioconvert ! osssink
27949
27950 2004-07-22  David Schleef  <ds@schleef.org>
27951
27952         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
27953         for ELF files, since they can easily be recognized as audio/mpeg.
27954         (bug #147441)
27955
27956 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
27957
27958         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27959         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
27960         (gst_videoscale_scale_nearest_24bit),
27961         (gst_videoscale_scale_nearest_16bit):
27962           fix 16bit and 24bit for stride (24bit might need testing)
27963           don't pretend we do more than one algorithm
27964
27965 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27966
27967         * configure.ac:
27968         * gst/Makefile.am:
27969         * gst/multifilesink/Makefile.am:
27970         * gst/multifilesink/gstmultifilesink.c:
27971         (gst_multifilesink_get_formats),
27972         (gst_multifilesink_get_query_types), (_do_init),
27973         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
27974         (gst_multifilesink_init), (gst_multifilesink_dispose),
27975         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
27976         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
27977         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
27978         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
27979         (gst_multifilesink_chain), (gst_multifilesink_change_state),
27980         (gst_multifilesink_uri_get_type),
27981         (gst_multifilesink_uri_get_protocols),
27982         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
27983         (gst_multifilesink_uri_handler_init), (plugin_init):
27984         * gst/multifilesink/gstmultifilesink.h:
27985         * testsuite/Makefile.am:
27986         * testsuite/multifilesink/Makefile.am:
27987         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
27988         (gst_newmedia_class_init), (gst_newmedia_init),
27989         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
27990         (newfile_signal), (test_signal), (main):
27991         multifilesink plugin for creating new files every time a new media
27992         discontinuity event occurs
27993
27994 2004-07-22  Wim Taymans  <wim@fluendo.com>
27995
27996         * gst/alpha/Makefile.am:
27997         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
27998         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
27999         (gst_alpha_color_init), (gst_alpha_color_set_property),
28000         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
28001         (transform), (gst_alpha_color_chain),
28002         (gst_alpha_color_change_state), (plugin_init):
28003         Stupid plugin to to RGBA to AYUV conversion because none of
28004         the colorspace plugins can handle that yet.
28005
28006 2004-07-22  Wim Taymans  <wim@fluendo.com>
28007
28008         * examples/seeking/seek.c: (update_scale), (main):
28009         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
28010         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
28011         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
28012         (gst_decode_bin_init), (gst_decode_bin_dispose),
28013         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
28014         (no_more_pads), (close_link), (type_found),
28015         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
28016         (plugin_init):
28017         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
28018         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
28019         (gst_play_base_bin_dispose), (queue_overrun),
28020         (gen_preroll_element), (remove_prerolls), (unknown_type),
28021         (no_more_pads), (new_stream), (setup_source),
28022         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
28023         (play_base_eos), (gst_play_base_bin_change_state),
28024         (gst_play_base_bin_add_element),
28025         (gst_play_base_bin_remove_element),
28026         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
28027         (gst_play_base_bin_unlink_stream),
28028         (gst_play_base_bin_get_streaminfo):
28029         * gst/playback/gstplaybin.c: (gen_video_element),
28030         (gen_audio_element):
28031         * gst/playback/gststreaminfo.h:
28032         More playback updates, attempt to fix things after the state change
28033         breakage.
28034
28035 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
28036
28037         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
28038         (gst_videoscale_scale_nearest_16bit):
28039           comment algorithm
28040
28041 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
28042
28043         * gst/videotestsrc/gstvideotestsrc.c:
28044         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
28045         (gst_videotestsrc_init), (gst_videotestsrc_get),
28046         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
28047         (gst_videotestsrc_get_property):
28048         * gst/videotestsrc/gstvideotestsrc.h:
28049         * gst/videotestsrc/videotestsrc.c:
28050         * gst/videotestsrc/videotestsrc.h:
28051           cleanup and commenting
28052
28053 2004-07-21  Wim Taymans  <wim@fluendo.com>
28054
28055         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
28056         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
28057         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
28058         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
28059         (_find_chain_get_unknown_part), (_find_streams_check),
28060         (gst_ogg_demux_push), (gst_ogg_pad_push):
28061         * ext/theora/theoradec.c: (theora_get_formats),
28062         (theora_dec_src_convert), (theora_dec_sink_convert),
28063         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28064         (theora_dec_chain):
28065         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
28066         (vorbis_dec_convert), (vorbis_dec_src_query),
28067         (vorbis_dec_src_event), (vorbis_dec_event):
28068         More seeking fixes, oggdemux now supports seeking to time and
28069         uses the downstream element to convert granulepos to time.
28070         Seeking in theora-only ogg files now works.
28071
28072 2004-07-21  Wim Taymans  <wim@fluendo.com>
28073
28074         * ext/theora/theoradec.c: (gst_theora_dec_init),
28075         (theora_get_formats), (theora_get_event_masks),
28076         (theora_get_query_types), (theora_dec_src_convert),
28077         (theora_dec_sink_convert), (theora_dec_src_query),
28078         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
28079         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
28080         (vorbis_get_event_masks), (vorbis_get_query_types),
28081         (gst_vorbis_dec_init), (vorbis_dec_convert),
28082         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
28083         Added query/convert/formats functions to vorbis and theora decoders
28084         so that the outside world can use them too. Fixed seeking on an
28085         ogg/theora/vorbis file by disabling the seeking seeking on the
28086         theora srcpad.
28087
28088 2004-07-21  Julien MOUTTE  <julien@moutte.net>
28089
28090         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28091         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
28092         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
28093         images creation for both elements. We don't create the image on caps
28094         nego or renego, we just destroy the internal one if present if it does
28095         not match the needs. The chain function takes care of creating a new
28096         image when needed.
28097         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28098         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
28099         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
28100         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
28101         the image format information. The buffer pool checks for the context
28102         image format and discard images with different formats.
28103         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
28104
28105 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
28106
28107         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28108         (gst_ffmpegcolorspace_chain):
28109           no point in doing any chaining if the pad we want to push from
28110           isn't usable.
28111
28112 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28113
28114         * gst-libs/gst/riff/riff-media.c:
28115         (gst_riff_create_audio_caps_with_data):
28116           Fix double end-to-native symbol conversion (#148021).
28117
28118 2004-07-20  David Schleef  <ds@schleef.org>
28119
28120         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
28121         Don't use an Atom that doesn't exist.
28122
28123 2004-07-20  Wim Taymans  <wim@fluendo.com>
28124
28125         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
28126         (gst_multifdsink_add), (gst_multifdsink_get_stats),
28127         (gst_multifdsink_client_remove),
28128         (gst_multifdsink_handle_client_write),
28129         (gst_multifdsink_queue_buffer):
28130         * gst/tcp/gstmultifdsink.h:
28131         More multifdsink stats. Avoid deadlock by releasing locks
28132         before sending out a signal.
28133
28134 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28135
28136         * po/LINGUAS:
28137         * po/hu.po:
28138           added Hungarian translation (Laszlo Dvornik)
28139
28140 2004-07-20  Wim Taymans  <wim@fluendo.com>
28141
28142         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
28143         (gst_multifdsink_add), (gst_multifdsink_client_remove),
28144         (gst_multifdsink_handle_client_write),
28145         (gst_multifdsink_queue_buffer):
28146         * gst/tcp/gsttcp-marshal.list:
28147         Fixed the stupid marshal definition.
28148
28149 2004-07-20  Wim Taymans  <wim@fluendo.com>
28150
28151         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
28152         (gst_multifdsink_init), (gst_multifdsink_add),
28153         (gst_multifdsink_client_remove),
28154         (gst_multifdsink_handle_client_write),
28155         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
28156         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
28157         (gst_multifdsink_init_send):
28158         * gst/tcp/gstmultifdsink.h:
28159         Added more stats, added timeout for a client, fixed some typos
28160         and added some comments.
28161
28162 2004-07-20  Wim Taymans  <wim@fluendo.com>
28163
28164         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
28165         (gst_multifdsink_add), (gst_multifdsink_get_stats),
28166         (gst_multifdsink_client_remove),
28167         (gst_multifdsink_handle_client_write):
28168         * gst/tcp/gstmultifdsink.h:
28169         * gst/tcp/gsttcp-marshal.list:
28170         Added get_stats method that returns a GValueArray of
28171         stats values.
28172
28173 2004-07-19  Benjamin Otte  <otte@gnome.org>
28174
28175         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28176           make sure longname, description and author are valid UTF-8
28177
28178 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
28179
28180         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
28181         (gst_ximagesink_set_property):
28182         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
28183         (gst_xvimagesink_set_property):
28184           make sure SYNCHRONOUS is respected after getting the X context
28185
28186 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28187
28188         * gst/matroska/matroska-demux.c:
28189         (gst_matroska_demux_handle_src_event),
28190         (gst_matroska_demux_parse_blockgroup):
28191         * gst/matroska/matroska-ids.h:
28192           add BlockReference tag and ignore it to clear out log.
28193           ignore NAVIGATION events to clear out log.
28194
28195 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28196
28197         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
28198         (gst_matroska_demux_add_stream):
28199         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
28200           add debug categories
28201
28202 2004-07-16  Wim Taymans  <wim@fluendo.com>
28203
28204         * ext/libpng/Makefile.am:
28205         * ext/libpng/gstpng.c: (plugin_init):
28206         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
28207         (gst_pngdec_get_type), (gst_pngdec_base_init),
28208         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
28209         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
28210         * ext/libpng/gstpngdec.h:
28211         Added png decoder.
28212
28213 2004-07-16  Julien MOUTTE  <julien@moutte.net>
28214
28215         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
28216         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
28217         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
28218         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
28219         (gst_ximagesink_buffer_alloc):
28220         * sys/ximage/ximagesink.h:
28221         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
28222         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
28223         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
28224         (gst_xvimagesink_buffer_alloc):
28225         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
28226         again. Using internal data pointer of the x(v)image to store image's
28227         data to be coherent with the buffer alloc mechanism. Investigated the
28228         image destruction code to be sure that everything gets freed correctly.
28229
28230 2004-07-16  Wim Taymans  <wim@fluendo.com>
28231
28232         * gst-libs/gst/riff/riff-read.c:
28233         (gst_riff_read_strf_vids_with_data),
28234         (gst_riff_read_strf_auds_with_data):
28235         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
28236         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28237         Make sure we don't create 0 sized subbuffers in riff-read.
28238         Signal the no more pads signal after reading the avi header.
28239
28240 2004-07-16  Wim Taymans  <wim@fluendo.com>
28241
28242         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
28243         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
28244         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
28245         (gst_decode_bin_init), (gst_decode_bin_dispose),
28246         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
28247         (no_more_pads), (close_link), (type_found),
28248         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
28249         (gst_decode_bin_change_state), (plugin_init):
28250         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
28251         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
28252         (gst_play_base_bin_dispose), (queue_overrun),
28253         (gen_preroll_element), (remove_prerolls), (unknown_type),
28254         (no_more_pads), (new_stream), (setup_source),
28255         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
28256         (play_base_eos), (gst_play_base_bin_change_state),
28257         (gst_play_base_bin_add_element),
28258         (gst_play_base_bin_remove_element),
28259         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
28260         (gst_play_base_bin_unlink_stream),
28261         (gst_play_base_bin_get_streaminfo):
28262         * gst/playback/gstplaybasebin.h:
28263         Better error recovery. Added configurable preroll queue size. Faster
28264         detection of no-more-pads.
28265
28266 2004-07-16  Wim Taymans  <wim@fluendo.com>
28267
28268         * gst-libs/gst/video/video.h:
28269         Added 32 bits RGBA. Not sure if we should use another mime-type
28270         for alpha rgb. Currently the presence of the alpha_mask property
28271         signals an alpha channel.
28272
28273 2004-07-16  Wim Taymans  <wim@fluendo.com>
28274
28275         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
28276         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28277         FPS seems to be 0.0 to MAX everywhere else.
28278
28279 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28280
28281         * gst-libs/gst/riff/riff-media.c:
28282         (gst_riff_create_video_caps_with_data):
28283           mp42/mp43 (no caps) exist too.
28284         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
28285           Set pixel_width/height; we've got them in-caps.
28286         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28287         * gst/wavparse/gstwavparse.c: (plugin_init):
28288           Both are valid primary.
28289         * sys/oss/gstossmixer.c:
28290           Remove i18n hack and enable translations.
28291
28292 2004-07-15  Benjamin Otte  <otte@gnome.org>
28293
28294         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
28295         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
28296           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
28297
28298 2004-07-15  Benjamin Otte  <otte@gnome.org>
28299
28300         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28301         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
28302         (gst_alsa_close_audio):
28303           disable some of the debugging code for now. Writing debugging to a
28304           buffer is broken in current alsalib releases.
28305
28306 2004-07-12  Benjamin Otte  <otte@gnome.org>
28307
28308         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
28309           use bufferpools
28310
28311 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28312
28313         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
28314         (theora_dec_src_query), (theora_dec_event):
28315         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
28316           add debugging categories.  Remove \n's.
28317
28318 2004-07-13  Johan Dahlin  <johan@gnome.org>
28319
28320         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
28321         (gst_play_bin_get_property): Impl.
28322
28323 2004-07-13  Wim Taymans  <wim@fluendo.com>
28324
28325         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
28326         When trying to find the stream length, seek back N pages
28327         instead of just one, where N is the number of streams in
28328         the current chain.
28329
28330 2004-07-13  Wim Taymans  <wim@fluendo.com>
28331
28332         * gst-libs/gst/riff/riff-media.c:
28333         (gst_riff_create_audio_caps_with_data),
28334         (gst_riff_create_audio_caps),
28335         (gst_riff_create_audio_template_caps):
28336         * gst-libs/gst/riff/riff-media.h:
28337         * gst-libs/gst/riff/riff-read.c:
28338         (gst_riff_read_strf_vids_with_data),
28339         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
28340         * gst-libs/gst/riff/riff-read.h:
28341         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
28342         (gst_avi_demux_add_stream):
28343         Set codec_data on caps for avidemuxer.
28344
28345 2004-07-12  David Schleef  <ds@schleef.org>
28346
28347         * configure.ac: Fix test for Objective C
28348
28349 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
28350         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
28351         (gst_gdk_pixbuf_chain):
28352           Add svg and pcx to template caps, and ensure that getcaps returns a
28353           subset of the template caps.
28354           Copy each row manually for output, as gdkpixbuf may pad the
28355           rowstride to a 32-bit word boundary.
28356
28357 2004-07-12  Wim Taymans  <wim@fluendo.com>
28358
28359         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
28360         (gst_riff_create_video_template_caps):
28361         Fix the template caps to include some more media types.
28362
28363 2004-07-12  Wim Taymans  <wim@fluendo.com>
28364
28365         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
28366         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
28367         (compare_ranks), (print_feature), (gst_decode_bin_init),
28368         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
28369         (try_to_link_1), (new_pad), (close_link), (type_found),
28370         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
28371         (gst_decode_bin_change_state), (plugin_init):
28372         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
28373         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
28374         (gst_play_base_bin_dispose), (queue_overrun),
28375         (gen_preroll_element), (remove_prerolls), (no_more_pads),
28376         (new_stream), (setup_source), (gst_play_base_bin_set_property),
28377         (gst_play_base_bin_get_property), (play_base_eos),
28378         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28379         (gst_play_base_bin_remove_element),
28380         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
28381         (gst_play_base_bin_unlink_stream),
28382         (gst_play_base_bin_get_streaminfo):
28383         * gst/playback/gstplaybasebin.h:
28384         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
28385         (gst_play_bin_class_init), (gst_play_bin_init),
28386         (gst_play_bin_dispose), (gst_play_bin_set_property),
28387         (gst_play_bin_get_property), (gen_video_element),
28388         (gen_audio_element), (remove_sinks), (setup_sinks),
28389         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
28390         (gst_play_bin_send_event), (gst_play_bin_get_formats),
28391         (gst_play_bin_convert), (gst_play_bin_get_query_types),
28392         (gst_play_bin_query), (plugin_init):
28393         * gst/playback/test4.c: (main):
28394         More fixes on reusing of the element.
28395
28396 2004-07-11  Benjamin Otte  <otte@gnome.org>
28397
28398         * ext/mad/gstmad.c: (normal_seek):
28399           allow seeking for other methods than just SET
28400
28401 2004-07-11  Andy Wingo  <wingo@pobox.com>
28402
28403         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
28404         float, "any" caps -> buffer_frames=[0,MAX].
28405
28406         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
28407         doesn't intersect our caps with the template any more. Do it
28408         ourselves.
28409         (interleave_buffered_loop): Use g_newa instead of malloc/free.
28410
28411 2004-07-09  Wim Taymans  <wim@fluendo.com>
28412
28413         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
28414         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
28415         (compare_ranks), (print_feature), (gst_decode_bin_init),
28416         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
28417         (try_to_link_1), (new_pad), (close_link), (type_found),
28418         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
28419         (gst_decode_bin_change_state), (plugin_init):
28420         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
28421         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
28422         (gst_play_base_bin_dispose), (queue_overrun),
28423         (gen_preroll_element), (remove_prerolls), (no_more_pads),
28424         (new_stream), (setup_source), (gst_play_base_bin_set_property),
28425         (gst_play_base_bin_get_property), (play_base_eos),
28426         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28427         (gst_play_base_bin_remove_element),
28428         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
28429         (gst_play_base_bin_unlink_stream),
28430         (gst_play_base_bin_get_streaminfo):
28431         * gst/playback/gstplaybasebin.h:
28432         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
28433         (gst_play_bin_class_init), (gst_play_bin_init),
28434         (gst_play_bin_dispose), (gst_play_bin_set_property),
28435         (gst_play_bin_get_property), (gen_video_element),
28436         (gen_audio_element), (remove_sinks), (setup_sinks),
28437         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
28438         (gst_play_bin_send_event), (gst_play_bin_get_formats),
28439         (gst_play_bin_convert), (gst_play_bin_get_query_types),
28440         (gst_play_bin_query), (plugin_init):
28441         * gst/playback/test4.c: (main):
28442         Work on object reuse and seeking.
28443
28444 2004-07-09  Wim Taymans  <wim@fluendo.com>
28445
28446         * examples/seeking/seek.c: (iterate):
28447         Don't consume all CPU in the idle loop.
28448
28449 2004-07-09  Wim Taymans  <wim@fluendo.com>
28450
28451         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
28452         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
28453         Add pad to element *after* setting the pad functions so that
28454         the scheduler can use the correct ones.
28455
28456 2004-07-09  Wim Taymans  <wim@fluendo.com>
28457
28458         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
28459         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
28460         Sync to keyframe after seek
28461
28462 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28463
28464         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28465         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28466         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
28467         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
28468         * ext/libvisual/visual.c: (gst_visual_change_state):
28469         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
28470         * ext/theora/theoradec.c: (theora_dec_change_state):
28471         * ext/theora/theoraenc.c: (theora_enc_change_state):
28472         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
28473         * gst-libs/gst/navigation/navigation.c:
28474         * gst/adder/gstadder.c: (gst_adder_change_state):
28475         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
28476         (gst_audio_convert_get_buffer):
28477         * gst/multipart/multipartdemux.c:
28478         (gst_multipart_demux_change_state):
28479         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
28480         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28481         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
28482         * gst/videoscale/gstvideoscale.c:
28483         (gst_videoscale_handle_src_event):
28484         * gst/volume/gstvolume.c: (volume_chain_int16):
28485           don't assert in state change, this should be done by the base
28486           GstElement class.
28487           various debugging fixes.
28488
28489 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28490
28491         * configure.ac:
28492         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28493         (gst_play_dispose), (gst_play_set_location),
28494         (gst_play_set_data_src), (gst_play_set_video_sink),
28495         (gst_play_set_audio_sink), (gst_play_set_visualization),
28496         (gst_play_connect_visualization), (gst_play_get_sink_element),
28497         (gst_play_get_all_by_interface):
28498         * gst-libs/gst/play/play.h:
28499           add new method to get elements implementing an interface.
28500           add various error logging
28501
28502 2004-07-08  Wim Taymans  <wim@fluendo.com>
28503
28504         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
28505         (make_mpeg_pipeline), (make_mpegnt_pipeline),
28506         (make_playerbin_pipeline), (query_durations_elems),
28507         (query_durations_pads), (query_positions_elems),
28508         (query_positions_pads), (update_scale), (iterate), (stop_seek),
28509         (main):
28510         Added playbin seeking example.
28511
28512 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28513
28514         * gst-libs/gst/play/play.c: (gst_play_set_location),
28515         (gst_play_set_data_src), (gst_play_set_video_sink),
28516         (gst_play_set_audio_sink), (gst_play_set_visualization),
28517         (gst_play_connect_visualization), (gst_play_get_framerate):
28518           use a macro to look up elements from hash table
28519
28520 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28521
28522         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28523         (gst_play_get_length_callback), (gst_play_set_location),
28524         (gst_play_seek_to_time), (gst_play_set_data_src),
28525         (gst_play_set_video_sink), (gst_play_set_audio_sink),
28526         (gst_play_set_visualization), (gst_play_connect_visualization),
28527         (gst_play_get_sink_element):
28528         - add debugging info
28529         - fix looking up sink elements by iterating over complete caps
28530         - put everything except for source and autoplugger in a complete bin
28531
28532 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28533
28534         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
28535         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
28536         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
28537         (gst_alsa_sink_write), (gst_alsa_sink_loop):
28538         * ext/alsa/gstalsasink.h:
28539         - add debugging info
28540         - clean up schizophrenia of data/buffer/event
28541         - fix double event unref error
28542
28543 2004-07-08  Wim Taymans  <wim@fluendo.com>
28544
28545         * gst/playback/Makefile.am:
28546         Add headers to noinst
28547
28548 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28549
28550         * tools/gst-launch-ext-m.m:
28551         * tools/gst-launch-ext.1.in:
28552           convert to the third millenium
28553
28554 2004-07-07  David Schleef  <ds@schleef.org>
28555
28556         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
28557
28558 2004-07-07  Wim Taymans  <wim@fluendo.com>
28559
28560         * gst/playback/Makefile.am:
28561         * gst/playback/README:
28562         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
28563         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
28564         (compare_ranks), (print_feature), (gst_decode_bin_init),
28565         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
28566         (try_to_link_1), (new_pad), (close_link), (type_found),
28567         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
28568         (plugin_init):
28569         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
28570         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
28571         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
28572         (gen_preroll_element), (no_more_pads), (new_stream),
28573         (setup_source), (gst_play_base_bin_set_property),
28574         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
28575         (gst_play_base_bin_add_element),
28576         (gst_play_base_bin_remove_element),
28577         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
28578         (gst_play_base_bin_unlink_stream),
28579         (gst_play_base_bin_get_streaminfo):
28580         * gst/playback/gstplaybasebin.h:
28581         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
28582         (gst_play_bin_class_init), (gst_play_bin_init),
28583         (gst_play_bin_dispose), (gst_play_bin_set_property),
28584         (gst_play_bin_get_property), (gen_video_element),
28585         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
28586         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28587         (gst_play_bin_get_formats), (gst_play_bin_convert),
28588         (gst_play_bin_get_query_types), (gst_play_bin_query),
28589         (plugin_init):
28590         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
28591         (gst_stream_info_get_type), (gst_stream_info_class_init),
28592         (gst_stream_info_init), (gst_stream_info_new),
28593         (gst_stream_info_dispose), (gst_stream_info_set_property),
28594         (gst_stream_info_get_property):
28595         * gst/playback/gststreaminfo.h:
28596         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
28597         (main):
28598         * gst/playback/test2.c: (main):
28599         * gst/playback/test3.c: (update_scale), (main):
28600         More playbin fixes. Added README. Do better element filtering.
28601         Added base class to preroll media. Added test apps.
28602
28603 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28604
28605         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
28606         * ext/mpeg2dec/gstmpeg2dec.h:
28607           various debugging improvements.  Reset stream to next picture
28608           instead of sequence header, otherwise seeks cannot work.
28609
28610 2004-07-07  Wim Taymans  <wim@fluendo.com>
28611
28612         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
28613         (gst_video_box_class_init), (gst_video_box_set_property),
28614         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
28615         Use pad_alloc where possible.
28616
28617 2004-07-07  Wim Taymans  <wim@fluendo.com>
28618
28619         * sys/oss/gstosselement.c: (gst_osselement_reset),
28620         (gst_osselement_parse_caps):
28621         * sys/oss/gstosselement.h:
28622         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28623         Fix offset on osssrc.
28624
28625 2004-07-07  Wim Taymans  <wim@fluendo.com>
28626
28627         * ext/theora/theora.c: (plugin_init):
28628         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
28629         (theora_dec_src_query), (theora_dec_chain):
28630         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28631         (theora_enc_sink_link), (theora_buffer_from_packet),
28632         (theora_push_packet), (theora_enc_chain):
28633         Fix theora granulepos calculation.
28634         Fix overflow in duration/position calculation.
28635         Bump rank to PRIMARY for theoradec.
28636         Use granulepos of last packet to calculate position.
28637         Set keyframe flag on buffers when needed.
28638
28639 2004-07-06  David Schleef  <ds@schleef.org>
28640
28641         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
28642         serious?  (Fixed, obviously.)
28643
28644 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28645
28646         * po/LINGUAS:
28647         * po/cs.po:
28648           added Czech translation (Miloslav Trmac)
28649
28650 2004-07-05  Wim Taymans  <wim@fluendo.com>
28651
28652         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
28653         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
28654         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
28655         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
28656         (close_link), (type_found), (gst_decode_bin_set_property),
28657         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
28658         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
28659         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
28660         (gst_decode_bin_query), (plugin_init):
28661         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
28662         (gst_play_bin_class_init), (gst_play_bin_init),
28663         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
28664         (get_video_element), (new_pad), (setup_source),
28665         (gst_play_bin_set_property), (gst_play_bin_get_property),
28666         (gst_play_bin_change_state), (gst_play_bin_add_element),
28667         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
28668         (gst_play_bin_send_event), (gst_play_bin_get_formats),
28669         (gst_play_bin_convert), (gst_play_bin_get_query_types),
28670         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
28671         * gst/playback/test.c: (main):
28672         More fixes, cleaned up playbin, make it use decodebin. Added
28673         threaded property to playbin.
28674
28675 2004-07-05  Wim Taymans  <wim@fluendo.com>
28676
28677         * configure.ac:
28678         * gst/playback/Makefile.am:
28679         * gst/playback/decodetest.c: (main):
28680         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
28681         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
28682         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
28683         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
28684         (close_link), (type_found), (gst_decode_bin_set_property),
28685         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
28686         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
28687         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
28688         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
28689         (plugin_init):
28690         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
28691         (gst_play_bin_class_init), (gst_play_bin_init),
28692         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
28693         (collect_sink_pads), (find_compatibles), (close_pad_link),
28694         (try_to_link_1), (new_pad), (close_link), (type_found),
28695         (setup_source), (gst_play_bin_set_property),
28696         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
28697         (compare_ranks), (gst_play_bin_collect_factories),
28698         (gst_play_bin_change_state), (gst_play_bin_add_element),
28699         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
28700         (gst_play_bin_send_event), (gst_play_bin_get_formats),
28701         (gst_play_bin_convert), (gst_play_bin_get_query_types),
28702         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
28703         * gst/playback/test.c: (main):
28704         Added some playback helper elements and some test apps, very alpha
28705         still.
28706
28707 2004-07-04  Benjamin Otte  <otte@gnome.org>
28708
28709         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
28710           only restart audio when we indeed have an xrun to fix repeated
28711           xruns. Fix suggested by Giuliano Pochini.
28712
28713 2004-07-03  David Schleef  <ds@schleef.org>
28714
28715         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
28716         call to gst_debug_log() if debugging is disabled (bug #145118)
28717
28718 2004-07-03  Benjamin Otte  <otte@gnome.org>
28719
28720         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
28721           use our own functions for restarting the alsa device.
28722         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28723           I should apply patches myself - use MIN for the third argument, not
28724           the second, this fixes seeking
28725
28726 2004-07-02  David Schleef  <ds@schleef.org>
28727
28728         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
28729         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
28730         do with the logic.
28731
28732 2004-07-02  David Schleef  <ds@schleef.org>
28733
28734         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
28735         output buffers.  Fix logic mistake.  (bug #144866)
28736
28737 2004-07-02  David Schleef  <ds@schleef.org>
28738
28739         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
28740         on X.  (bug #144753)
28741
28742 2004-07-02  David Schleef  <ds@schleef.org>
28743
28744         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
28745         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
28746         (bug #144624)
28747         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
28748         (gst_osselement_rate_probe_check): Add another workaround for
28749         buggy drivers (bug #145336)
28750
28751 2004-07-02  David Schleef  <ds@schleef.org>
28752
28753         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
28754         Most systems don't have MSG_NOSIGNAL.
28755
28756 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28757
28758         * Makefile.am:
28759         * gst-libs/gst/colorbalance/Makefile.am:
28760         * gst-libs/gst/mixer/Makefile.am:
28761         * gst-libs/gst/play/Makefile.am:
28762         * gst-libs/gst/tuner/Makefile.am:
28763           (hopefully) fix both install and dist and make error message useful.
28764           needs testing across automakes.
28765
28766 2004-07-02  Benjamin Otte  <otte@gnome.org>
28767
28768         * ext/ogg/gstogg.c: (plugin_init):
28769           we require bytestream now
28770         * ext/ogg/gstoggdemux.c:
28771           huge diff to implement chain setup in a fast and generic way. This
28772           improves tag reading and startup of huge files (read: Theora videos)
28773           quite a bit. It probably contains bugs, too, so please test.
28774           Seeking is not improved to the fast method.
28775
28776 2004-06-29  Wim Taymans  <wim@fluendo.com>
28777
28778         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28779         * ext/ogg/gstoggmux.c:
28780         Fix memleak in oggdemux when running unconnected pads.
28781         doc update in mux, start working on keyframe mode.
28782
28783 2004-06-29  Benjamin Otte  <otte@gnome.org>
28784
28785         * sys/oss/gstosssink.c:
28786         * sys/oss/gstosssrc.c:
28787           advertise correct template caps - we indeed do non-native endianness
28788           and 8bit audio has no endianness
28789         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
28790         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
28791           avoid (wrong) duplications in getcaps function and return
28792           template caps
28793
28794 2004-06-29  Wim Taymans  <wim@fluendo.com>
28795
28796         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
28797         (gst_multifdsink_class_init), (gst_multifdsink_add),
28798         (gst_multifdsink_remove), (gst_multifdsink_clear),
28799         (gst_multifdsink_client_remove),
28800         (gst_multifdsink_handle_client_read),
28801         (gst_multifdsink_client_queue_data),
28802         (gst_multifdsink_client_queue_caps),
28803         (gst_multifdsink_client_queue_buffer),
28804         (gst_multifdsink_handle_client_write),
28805         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28806         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
28807         (gst_multifdsink_init_send), (gst_multifdsink_close):
28808         Fix wrong GList iteration that could crash the server when
28809         more then 2 clients disconnect at the same time. Read all the
28810         pending commands in one batch to recover from command storms under
28811         very heavy load.
28812
28813 2004-06-28  Wim Taymans  <wim@fluendo.com>
28814
28815         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
28816         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
28817         (gst_videomixer_pad_set_property),
28818         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
28819         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
28820         (gst_videomixer_class_init), (gst_videomixer_init),
28821         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
28822         (pad_zorder_compare), (gst_videomixer_sort_pads),
28823         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28824         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
28825         (gst_videomixer_update_queues), (gst_videomixer_loop),
28826         (plugin_init):
28827         Avoid divide by zero, choose masterpad as the pad with the highest
28828         framerate.
28829
28830 2004-06-27  Julien Moutte  <julien@moutte.net>
28831
28832         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
28833         (gst_ximagesink_xwindow_new):
28834         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
28835         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
28836         function directly. We might want to call it from somewhere else one day.
28837
28838 2004-06-27  Julien Moutte  <julien@moutte.net>
28839
28840         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
28841         (gst_ximagesink_xwindow_new):
28842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
28843         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
28844         window decorations.
28845
28846 2004-06-27  Wim Taymans  <wim@fluendo.com>
28847
28848         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
28849         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28850         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
28851         (gst_dvdec_set_property), (gst_dvdec_get_property):
28852         * ext/dv/gstdvdec.h:
28853         Implement drop_factor property to lower the framerate with
28854         a factor.
28855
28856 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28857
28858         * gst-libs/gst/colorbalance/Makefile.am:
28859         * gst-libs/gst/mixer/Makefile.am:
28860         * gst-libs/gst/play/Makefile.am:
28861         * gst-libs/gst/tuner/Makefile.am:
28862           unbreak Company's fix that didn't install the -enum.h files
28863
28864 2004-06-27  Wim Taymans  <wim@fluendo.com>
28865
28866         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
28867         (gst_dvdec_change_state):
28868         * ext/dv/gstdvdec.h:
28869         Fix timestamp, duration and offset of the buffers.
28870
28871 2004-06-27  Wim Taymans  <wim@fluendo.com>
28872
28873         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
28874         (gst_multifdsink_class_init), (gst_multifdsink_add),
28875         (gst_multifdsink_remove), (gst_multifdsink_clear),
28876         (gst_multifdsink_client_remove),
28877         (gst_multifdsink_handle_client_read),
28878         (gst_multifdsink_client_queue_data),
28879         (gst_multifdsink_client_queue_caps),
28880         (gst_multifdsink_client_queue_buffer),
28881         (gst_multifdsink_handle_client_write),
28882         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28883         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
28884         (gst_multifdsink_init_send), (gst_multifdsink_close):
28885         * gst/tcp/gstmultifdsink.h:
28886         * gst/tcp/gsttcpserversink.c:
28887         (gst_tcpserversink_handle_server_read),
28888         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
28889         More multifdsink fixes, more recovery policy fixes.
28890         Removed stupid g_print
28891
28892 2004-06-26  Wim Taymans  <wim@fluendo.com>
28893
28894         * gst/tcp/Makefile.am:
28895         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
28896         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
28897         (gst_multifdsink_class_init), (gst_multifdsink_init),
28898         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
28899         (gst_multifdsink_handle_client_read),
28900         (gst_multifdsink_client_queue_data),
28901         (gst_multifdsink_client_queue_caps),
28902         (gst_multifdsink_client_queue_buffer),
28903         (gst_multifdsink_handle_client_write),
28904         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28905         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
28906         (gst_multifdsink_chain), (gst_multifdsink_set_property),
28907         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
28908         (gst_multifdsink_close), (gst_multifdsink_change_state):
28909         * gst/tcp/gstmultifdsink.h:
28910         * gst/tcp/gsttcpplugin.c: (plugin_init):
28911         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
28912         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
28913         (gst_tcpserversink_handle_server_read),
28914         (gst_tcpserversink_handle_select),
28915         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
28916         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
28917         * gst/tcp/gsttcpserversink.h:
28918         Added multifdsink, made tcpserversink a subclass of fdsink, removed
28919         one of the locks, added recovery policy to multifdsink.
28920
28921 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28922
28923         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
28924           fix decision for when getting frames with same timestamp
28925         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
28926         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
28927         (gst_v4lsrc_get_property):
28928         * sys/v4l/gstv4lsrc.h:
28929           add latency offset property
28930
28931 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28932
28933         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
28934         (plugin_init):
28935           fix debugging. add category.
28936
28937 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28938
28939         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28940           fix wrong offsets
28941
28942 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28943
28944         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
28945         (gst_alsa_src_get_time), (gst_alsa_src_loop),
28946         (gst_alsa_src_change_state):
28947           return a time that is in sync with the element's processing
28948
28949 2004-06-25  Wim Taymans  <wim@fluendo.com>
28950
28951         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
28952         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
28953         (gst_tcpserversink_client_remove),
28954         (gst_tcpserversink_handle_client_read),
28955         (gst_tcpserversink_client_queue_data),
28956         (gst_tcpserversink_client_queue_caps),
28957         (gst_tcpserversink_client_queue_buffer),
28958         (gst_tcpserversink_handle_client_write),
28959         (gst_tcpserversink_queue_buffer),
28960         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
28961         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
28962         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
28963         (gst_tcpserversink_close):
28964         * gst/tcp/gsttcpserversink.h:
28965         Serversink rewrite. Really do non blocking writes to clients and
28966         maintain an internal queue to handle slower clients while not
28967         disturbing fast clients.
28968
28969 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28970
28971         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
28972           better debug, don't override OFFSET and OFFSET_END
28973
28974 2004-06-25  Iain <iain@prettypeople.org>
28975
28976         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
28977         name=source for the wavparse pipeline.
28978
28979 2004-06-24  Johan Dahlin  <johan@gnome.org>
28980
28981         * ext/theora/theoraenc.c (theora_enc_chain): Call
28982         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
28983         streamheader caps are set correctly.
28984
28985 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28986
28987         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
28988         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
28989           respect minimum bitrate; same could be done for max bitrate
28990
28991 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28992
28993         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
28994         (gst_vorbisenc_setup):
28995           fix sample rate range
28996
28997 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28998
28999         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
29000         (gst_oggvorbisenc_setup):
29001         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
29002         (gst_vorbisenc_setup):
29003           resolve ambiguities in code and description
29004
29005 2004-06-24  Wim Taymans  <wim@fluendo.com>
29006
29007         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
29008         * ext/alsa/gstalsa.h:
29009         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
29010         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
29011         Use alsa trigger_tstamp to get the timestamp of the first
29012         sample in the buffer for more precise sync. Some cleanups.
29013
29014 2004-06-24  Wim Taymans  <wim@fluendo.com>
29015
29016         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
29017         (gst_audiorate_init), (gst_audiorate_chain),
29018         (gst_audiorate_set_property), (gst_audiorate_get_property):
29019         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
29020         (gst_videorate_chain):
29021         Added some logging, fixed an overflow bug in videorate.
29022
29023 2004-06-24  Benjamin Otte  <otte@gnome.org>
29024
29025         * ext/kio/Makefile.am:
29026           fix for builddir != srcdir and distcheck
29027
29028 2004-06-24  Benjamin Otte  <otte@gnome.org>
29029
29030         * gst-libs/gst/colorbalance/Makefile.am:
29031         * gst-libs/gst/mixer/Makefile.am:
29032         * gst-libs/gst/play/Makefile.am:
29033         * gst-libs/gst/tuner/Makefile.am:
29034         * gst/tcp/Makefile.am:
29035         * sys/dxr3/Makefile.am:
29036           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
29037           tarball.
29038           Also add all *.list files that were missing.
29039         * Makefile.am:
29040           add a distcheck hook to ensure the above doesn't happen again.
29041
29042 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
29043
29044         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
29045
29046 2004-06-23  Colin Walters  <walters@redhat.com>
29047
29048         * m4/Makefile.am: Distribute gst-fionread.m4.
29049
29050 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29051
29052         * configure.ac: back to dev
29053
29054 2004-06-23  Wim Taymans  <wim@fluendo.com>
29055
29056         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29057         (gst_alsa_xrun_recovery):
29058         * ext/alsa/gstalsa.h:
29059         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
29060         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
29061         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
29062         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
29063         (gst_alsa_src_loop):
29064         Add clock to alsasrc. Take new capture timestamp when
29065         restarting after an overrun. Split up some functions between
29066         alsasrc and alsasink.
29067
29068 === release 0.8.2 ===
29069
29070 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29071
29072         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
29073         (gst_alsa_change_state), (gst_alsa_update_avail),
29074         (gst_alsa_xrun_recovery):
29075         * ext/alsa/gstalsa.h:
29076         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29077           merge back changes from release
29078
29079 2004-06-23  Wim Taymans  <wim@fluendo.com>
29080
29081         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
29082         (gst_audiorate_init), (gst_audiorate_chain),
29083         (gst_audiorate_set_property), (gst_audiorate_get_property):
29084         Implement sample dropping and notify
29085
29086 2004-06-22  Wim Taymans  <wim@fluendo.com>
29087
29088         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
29089         (theora_enc_sink_link), (theora_buffer_from_packet),
29090         (theora_push_packet), (theora_enc_chain):
29091         Some cleanups, make sure the timestamps are correct.
29092
29093 2004-06-22  Wim Taymans  <wim@fluendo.com>
29094
29095         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
29096         (gst_alsa_change_state), (gst_alsa_update_avail),
29097         (gst_alsa_xrun_recovery):
29098         * ext/alsa/gstalsa.h:
29099         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29100         Cleanups, take queued samples into account when reporting
29101         the time.
29102
29103 2004-06-22  Wim Taymans  <wim@fluendo.com>
29104
29105         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
29106         (gst_videorate_init):
29107         Initialize the property as well.
29108
29109 2004-06-22  Wim Taymans  <wim@fluendo.com>
29110
29111         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
29112         (gst_videorate_init), (gst_videorate_chain),
29113         (gst_videorate_set_property), (gst_videorate_get_property):
29114         Add property to make videorate silent.
29115         Add property to prefer new frames over old ones.
29116
29117 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29118
29119         * sys/osxvideo/Makefile.am:
29120         Workaround so that the osxvideo .so file gets linked with the
29121         Cocoa, OpenGL and QuickTime frameworks
29122
29123 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29124
29125         * sys/osxaudio/Makefile.am:
29126         Workaround so that the osxaudio .so file gets linked with the
29127         CoreAudio framework
29128
29129 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29130
29131         * configure.ac:
29132         Whoops, my fault...fixed build issues
29133
29134 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29135
29136         * configure.ac:
29137         Add objective-c support if running in Darwin/Mac OS X
29138         * sys/Makefile.am:
29139         * sys/osxvideo:
29140         * sys/osxvideo/Makefile.am:
29141         * sys/osxvideo/osxvideosink.h:
29142         * sys/osxvideo/osxvideosink.m:
29143         * sys/osxvideo/cocoawindow.h:
29144         * sys/osxvideo/cocoawindow.m:
29145         Add osxvideosink, a cocoa-based osx video sink
29146
29147
29148 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
29149         * ext/dvdnav/gst-dvd:
29150         Grab the gconf key from the right spot
29151         * gst/debug/gstnavseek.c: (gst_navseek_init),
29152         (gst_navseek_segseek), (gst_navseek_handle_src_event),
29153         (gst_navseek_chain):
29154         * gst/debug/gstnavseek.h:
29155           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
29156           and loop parameters of a segment seek.
29157         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
29158         (gst_videotestsrc_get_event_masks),
29159         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
29160         * gst/videotestsrc/gstvideotestsrc.h:
29161           Add seeking support to videotestsrc
29162           Initialise the timestamp_offset variable.
29163
29164 2004-06-18  Wim Taymans  <wim@fluendo.com>
29165
29166         * ext/sidplay/gstsiddec.cc:
29167         Fix negotiation and set correct end offset.
29168
29169 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29170
29171         * configure.ac: branch and prerelease
29172
29173 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29174
29175         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
29176         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
29177         (gst_tcpclientsrc_init_receive):
29178         * gst/tcp/gsttcpclientsrc.h:
29179           read caps when connecting to server for GDP so we set them correctly
29180
29181 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29182
29183         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
29184           notify drops and duplicates
29185         * gst/videoscale/videoscale.c: (videoscale_get_structure):
29186           no good reason to limit ourselves to 100x100
29187
29188 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29189
29190         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29191         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29192         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
29193         (gst_v4lsrc_get_property):
29194         * sys/v4l/gstv4lsrc.h:
29195         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
29196         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
29197         (gst_v4l_set_audio):
29198         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
29199         (gst_v4lsrc_try_capture):
29200         * sys/v4l/v4lsrc_calls.h:
29201           change try_palette to more general try_capture
29202           add autoprobe option so we can turn off autoprobing
29203           various fixes
29204
29205 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29206
29207         * configure.ac:
29208           add videorate
29209         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
29210         (gst_ximagesink_class_init):
29211         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
29212         (gst_xvimagesink_class_init):
29213           run them as finalize, not dispose, since dispose can be invoked
29214           multiple times
29215
29216 2004-06-17  Wim Taymans  <wim@fluendo.com>
29217
29218         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
29219         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
29220         * ext/alsa/gstalsa.h:
29221         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
29222         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
29223         (gst_alsa_src_change_state):
29224         * ext/alsa/gstalsasrc.h:
29225         Make the xrun code timestamp and offset the buffers correctly.
29226         moved the clock to the base class, use alsa methods to get time.
29227         Do correct timestamping on outgoing buffers.
29228
29229 2004-06-17  Wim Taymans  <wim@fluendo.com>
29230
29231         * gst/audiorate/Makefile.am:
29232         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
29233         (gst_audiorate_base_init), (gst_audiorate_class_init),
29234         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
29235         (gst_audiorate_set_property), (gst_audiorate_get_property),
29236         (gst_audiorate_change_state), (plugin_init):
29237         Added an audiorate converter that fills in gaps.
29238
29239 2004-06-17  Johan Dahlin  <johan@gnome.org>
29240
29241         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
29242
29243 2004-06-16  Wim Taymans  <wim@fluendo.com>
29244
29245         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
29246         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
29247         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
29248         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
29249         (gst_v4lsrc_get_property):
29250         * sys/v4l/gstv4lsrc.h:
29251         Added a copy mode to v4lsrc where it will output a copied version
29252         of its internal hardware buffer.
29253         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
29254         can't | them.
29255
29256 2004-06-16  Wim Taymans  <wim@fluendo.com>
29257
29258         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29259         Timestamp fixes.
29260
29261 2004-06-16  Wim Taymans  <wim@fluendo.com>
29262
29263         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
29264         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
29265         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
29266         (gst_v4lsrc_get_property):
29267         * sys/v4l/gstv4lsrc.h:
29268         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29269         Added a sync mode enum property to control v4lsrc timestamp method
29270         Removed the use-fixed-fps property and moved functionality in
29271         the enum.
29272         Don't error on an error value from v4l-conf, it might not always
29273         be a real error.
29274
29275 2004-06-16  Wim Taymans  <wim@fluendo.com>
29276
29277         * gst/videorate/Makefile.am:
29278         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
29279         (gst_videorate_base_init), (gst_videorate_class_init),
29280         (gst_videorate_getcaps), (gst_videorate_link),
29281         (gst_videorate_init), (gst_videorate_chain),
29282         (gst_videorate_set_property), (gst_videorate_get_property),
29283         (gst_videorate_change_state), (plugin_init):
29284         Added a video timestamp corrector.
29285
29286 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29287
29288         fixed a potential leak with previous commit
29289
29290         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
29291
29292 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29293
29294         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
29295         Added missing refcount, fixes bug #144425
29296         Cheers Tim for finding the bug
29297
29298 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29299
29300         * sys/v4l/gstv4l.c: (plugin_init):
29301         * sys/v4l/gstv4lcolorbalance.c:
29302         * sys/v4l/gstv4lcolorbalance.h:
29303         * sys/v4l/gstv4lelement.c:
29304         * sys/v4l/gstv4lelement.h:
29305         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
29306         * sys/v4l/gstv4lmjpegsink.h:
29307         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
29308         * sys/v4l/gstv4lmjpegsrc.h:
29309         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
29310         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
29311         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29312         * sys/v4l/gstv4lsrc.h:
29313         * sys/v4l/gstv4ltuner.c:
29314         * sys/v4l/gstv4ltuner.h:
29315         * sys/v4l/gstv4lxoverlay.c:
29316         * sys/v4l/gstv4lxoverlay.h:
29317         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29318         (gst_v4l_set_window), (gst_v4l_enable_overlay):
29319         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
29320         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
29321         (gst_v4l_set_audio):
29322         * sys/v4l/v4l_calls.h:
29323         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29324         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
29325         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
29326         (gst_v4lmjpegsink_playback_init),
29327         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
29328         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
29329         (gst_v4lmjpegsink_playback_stop),
29330         (gst_v4lmjpegsink_playback_deinit):
29331         * sys/v4l/v4lmjpegsink_calls.h:
29332         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29333         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
29334         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
29335         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
29336         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
29337         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
29338         * sys/v4l/v4lmjpegsrc_calls.h:
29339         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29340         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
29341         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
29342         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
29343         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
29344         (gst_v4lsrc_try_palette):
29345         * sys/v4l/v4lsrc_calls.h:
29346           bunch of paranoia cleanups
29347
29348 2004-06-14  David Schleef  <ds@schleef.org>
29349
29350         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
29351         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
29352         Send discont events and change timestamps appropriately when
29353         we get a seek event.  (bug #144240)
29354         * ext/cdparanoia/gstcdparanoia.h:
29355
29356 2004-06-14  Benjamin Otte  <otte@gnome.org>
29357
29358         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
29359           snd_pcm_hw_params_set_rate  since the latter fails for no good
29360           reason on some setups.
29361
29362 2004-06-14  David Schleef  <ds@schleef.org>
29363
29364         * gst/volume/demo.c: (value_changed_callback): exp10() is not
29365         standard.  Thank you for playing.
29366
29367 2004-06-14  Wim Taymans  <wim@fluendo.com>
29368
29369         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
29370         Patch 1.3 broke the ordering of the colorspace info and
29371         made the plugin basically work by coincidence, reordered
29372         the info.
29373
29374 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29375
29376         * ext/lame/gstlame.c:
29377         * ext/mad/gstmad.c:
29378           sync caps.  Make sure mad can only output a list of rates, not
29379           a full range.  In the future, have three caps lists for each of the
29380           mpeg versions.  Change mpegversion to a double as well.
29381
29382 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29383
29384         * gst/volume/.cvsignore:
29385         * gst/volume/Makefile.am:
29386         * gst/volume/demo.c: (value_changed_callback), (idler),
29387         (setup_gui), (main):
29388           added small demo app
29389
29390 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
29391         * ext/esd/esdsink.c: (gst_esdsink_change_state):
29392         * ext/esd/esdsink.h:
29393         Close the esd connection on pause, because esd will just wait -
29394         blocking all other esd clients indefinitely.
29395
29396 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
29397
29398         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
29399           previous commit with GST_DEBUG
29400
29401 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
29402
29403         * configure.ac:
29404           add a header check for a dvdread header in dvdnav.  Fixes #133002
29405
29406 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29407
29408         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
29409         * gst/tcp/gsttcpclientsink.h:
29410         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
29411         * gst/tcp/gsttcpclientsrc.h:
29412         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
29413         (gst_tcpserversink_handle_server_read),
29414         (gst_tcpserversink_init_send):
29415         * gst/tcp/gsttcpserversink.h:
29416         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
29417         * gst/tcp/gsttcpserversrc.h:
29418         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
29419         version of IP)
29420
29421 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29422
29423         * configure.ac:
29424         Added ogg library so that OSX detects libtheora properly
29425
29426 2004-06-11  Wim Taymans  <wim@fluendo.com>
29427
29428         * ext/theora/theoradec.c: (theora_dec_chain),
29429         (theora_dec_change_state):
29430         Don't try to decode frames before we received a keyframe.
29431
29432 2004-06-11  Wim Taymans  <wim@fluendo.com>
29433
29434         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
29435         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
29436         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
29437         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
29438         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
29439         Added property to set the maximum delay of a page.
29440
29441 2004-06-10  Wim Taymans  <wim@fluendo.com>
29442
29443         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
29444         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
29445         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
29446         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
29447         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
29448         Added max-delay property to control the maximum amount
29449         of data to put in one page.
29450
29451 2004-06-10  Wim Taymans  <wim@fluendo.com>
29452
29453         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
29454         (gst_theora_enc_init), (theora_enc_sink_link),
29455         (theora_buffer_from_packet), (theora_enc_set_property),
29456         (theora_enc_get_property):
29457         Set duration on encoded buffer, added some more properties
29458
29459 2004-06-10  Wim Taymans  <wim@fluendo.com>
29460
29461         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29462         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
29463         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
29464         * ext/theora/theoraenc.c: (theora_enc_chain):
29465         Fix refcounting bugs
29466
29467 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29468
29469         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
29470         (gst_asf_demux_loop), (gst_asf_demux_process_file),
29471         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
29472         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
29473         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
29474         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
29475         (gst_asf_demux_change_state):
29476         * gst/asfdemux/gstasfdemux.h:
29477           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
29478           feels like. I think we should set a new requirement for demuxers
29479           from now on to implement sane loop functions, data loops, query
29480           and seek functions before first commit into CVS. And this commit
29481           fixes all of the above.
29482
29483 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
29484
29485         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
29486           vorbis comments are properly encoded in UTF-8 before adding them
29487           to a GstTagList
29488
29489 2004-06-09  Benjamin Otte  <otte@gnome.org>
29490
29491         * ext/alsa/gstalsa.c: (add_channels):
29492           handle min <= max correctly
29493         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
29494         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
29495           add fixation functions so we fixate correctly. No preferring of alaw
29496           anymore because it's the first structure.
29497         * ext/alsa/gstalsa.h:
29498         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
29499         (gst_alsa_hw_params_dump):
29500           add functions to ease debugging in alsalib
29501         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
29502         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
29503         (gst_alsa_start_audio):
29504           only specify hw params if we really setup a format (fixes #134007 -
29505           or at least works around it)
29506
29507 2004-06-09  Wim Taymans  <wim@fluendo.com>
29508
29509         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
29510         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
29511         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
29512         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
29513         (gst_ogg_mux_loop):
29514         Use stream caps to setup the initial pages in the ogg stream.
29515         Correctly set the streamheader caps on the srcpad.
29516
29517 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29518
29519         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
29520         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
29521         (gst_v4lsrc_getcaps):
29522         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
29523         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
29524           add querying of fps lists for webcams.  Negotiating to a framerate
29525           now works.
29526
29527 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29528
29529         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
29530         (theora_push_buffer), (theora_push_packet),
29531         (theora_set_header_on_caps), (theora_enc_chain):
29532           mark buffers and put on streamheader, raw theora streaming
29533           now works too, whee
29534
29535 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29536
29537         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
29538         (gst_tcp_gdp_read_caps):
29539           do a looping read for caps and GDP headers too
29540
29541 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29542
29543         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
29544         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
29545           return EOS instead of NULL in _get
29546
29547 2004-06-08  Wim Taymans  <wim@fluendo.com>
29548
29549         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
29550         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
29551         (gst_tcp_gdp_write_caps):
29552         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
29553         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
29554         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
29555         Memory leak fixes
29556
29557 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29558
29559         * ext/vorbis/Makefile.am:
29560         * ext/vorbis/vorbis.c: (plugin_init):
29561         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
29562         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
29563         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
29564         (vorbis_parse_change_state):
29565         * ext/vorbis/vorbisparse.h:
29566           adding a vorbisparse element that marks the buffers, streaming
29567           raw vorbis using GDP now works, whee
29568
29569 2004-06-08  Wim Taymans  <wim@fluendo.com>
29570
29571         * ext/jpeg/Makefile.am:
29572         * ext/jpeg/README:
29573         * ext/jpeg/gstjpeg.c: (plugin_init):
29574         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
29575         (gst_smokedec_base_init), (gst_smokedec_class_init),
29576         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
29577         * ext/jpeg/gstsmokedec.h:
29578         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
29579         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
29580         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
29581         (gst_smokeenc_resync), (gst_smokeenc_chain),
29582         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
29583         * ext/jpeg/gstsmokeenc.h:
29584         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
29585         (smokecodec_flush_destination), (smokecodec_term_destination),
29586         (smokecodec_init_source), (smokecodec_fill_input_buffer),
29587         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
29588         (smokecodec_term_source), (smokecodec_encode_new),
29589         (smokecodec_decode_new), (smokecodec_info_free),
29590         (smokecodec_set_quality), (smokecodec_get_quality),
29591         (smokecodec_set_threshold), (smokecodec_get_threshold),
29592         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
29593         (find_best_size), (abs_diff), (put), (smokecodec_encode),
29594         (smokecodec_parse_header), (smokecodec_decode):
29595         * ext/jpeg/smokecodec.h:
29596         Added a new simple jpeg based codec
29597
29598 2004-06-08  Wim Taymans  <wim@fluendo.com>
29599
29600         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
29601         (gst_multipart_mux_loop):
29602         Fix memory leak
29603
29604 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29605
29606         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
29607         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
29608         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
29609         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
29610         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
29611         * gst/tcp/gsttcpserversink.h:
29612           take streamheader into account
29613
29614 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29615
29616         * gst/level/Makefile.am:
29617         * gst/level/gstlevel.c: (gst_level_class_init):
29618           clean up marshal generation
29619
29620 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29621
29622         * gst/tcp/Makefile.am:
29623         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
29624         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
29625         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
29626         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
29627         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
29628         (gst_tcpclientsrc_get_property):
29629         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
29630         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
29631         (gst_tcpserversink_handle_client_read),
29632         (gst_tcpserversink_handle_client_write),
29633         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
29634         * gst/tcp/gsttcpserversink.h:
29635           add signals client-added and client-removed
29636         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
29637         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
29638         (gst_tcpserversrc_get_property):
29639         uniformized, change default protocol to NONE
29640         * gst/tcp/gsttcp-marshal.list: added
29641 2004-06-07  Benjamin Otte  <otte@gnome.org>
29642
29643         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29644           handle discont events if they happen before caps nego
29645
29646 2004-06-07  Wim Taymans  <wim@fluendo.com>
29647
29648         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
29649         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
29650         (gst_multipart_demux_plugin_init):
29651         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
29652         (gst_multipart_mux_init), (gst_multipart_mux_loop),
29653         (gst_multipart_mux_change_state):
29654         Small updates, fix a memleak
29655
29656 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29657
29658         * configure.ac: OSS portability
29659         * ext/arts/gst_arts.c: idem
29660         * sys/oss/gstosselement.c: idem
29661         * sys/oss/gstossmixer.c: idem
29662         * sys/oss/gstosssink.c: idem
29663         * sys/oss/gstosssrc.c: idem
29664         * sys/oss/oss_probe.c: idem
29665           - check for soundcard.h in different places for some BSD
29666
29667 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
29668
29669         * AUTHORS:
29670         Add me to the authors file
29671         * configure.ac:
29672         Increase the libdv requirement to >= version 0.100
29673         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
29674         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
29675         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
29676         * ext/dv/gstdvdec.h:
29677         Add support for the new_media flag when sending DISCONT events
29678         Make the querying work when video pad is not linked
29679
29680 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29681
29682         reviewed by Benjamin Otte  <otte@gnome.org>
29683
29684         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
29685           create a NULL-initialized array of pads, so we don't think they
29686           exist already. (fixes #143130)
29687
29688 2004-06-07  Benjamin Otte  <otte@gnome.org>
29689
29690         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
29691         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
29692         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
29693           don't use // coments
29694
29695 2004-06-07  Benjamin Otte  <otte@gnome.org>
29696
29697         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
29698           cast to GstClockTime to get higher granularity
29699         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29700           use gst_element_set_time_delay to get the exact time
29701         * ext/mad/gstmad.c: (gst_mad_chain):
29702           use the negotiated rate instead of the current frame's rate which
29703           might be wrong because of bit errors. This avoids emitting totally
29704           bogus timestamps and screwing sync.
29705         (fixes #143454)
29706
29707 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29708
29709         reviewed by Benjamin Otte  <otte@gnome.org>
29710
29711         * gst/adder/gstadder.c: (gst_adder_loop):
29712           properly error out when no negotiation has happened yet. (fixes
29713           #143032)
29714
29715 2004-06-06  Benjamin Otte  <otte@gnome.org>
29716
29717         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29718           forward correctly transformed offset in discont events. Based on
29719           patch by Arwed v. Merkatz. (fixes #142851)
29720
29721 2004-06-06  David Schleef  <ds@schleef.org>
29722
29723         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
29724         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
29725         problems on several systems.
29726
29727 2004-06-06  Benjamin Otte  <otte@gnome.org>
29728
29729         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
29730           use explicit caps on the srcpad
29731         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29732           properly error out if caps couldn't be set (fixes #142764)
29733
29734 2004-06-06  Benjamin Otte  <otte@gnome.org>
29735
29736         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
29737         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
29738         (gst_alsa_start_audio):
29739           - don't call set_periods_integer anymore, it breaks the
29740           configuration randomly
29741           - call snd_pcm_hw_params_set_access directly instead of using masks
29742           - don't fail if the sw_params can't be set, just use the default
29743           params and hope it works. Alsalib has weird issues when you touch
29744           sw_params and does no proper error reporting about what failed.
29745         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
29746         (gst_alsa_close_audio):
29747           make our alsa debugging go via gst debugging and not conditionally
29748           defined
29749         * ext/alsa/gstalsa.h:
29750           add ALSA_DEBUG_FLUSH macro
29751         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
29752         (plugin_init):
29753           wrap alsa errors to be printed via the gst debugging system and not
29754           spammed to stderr
29755
29756 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29757
29758         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
29759         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
29760         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
29761         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
29762         (qtdemux_parse_trak):
29763         * gst/qtdemux/qtdemux.h:
29764           Bitch. Also known as seeking, querying & co.
29765         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
29766         (gst_osssink_change_state):
29767         * sys/oss/gstosssink.h:
29768           Resyncing is for weenies, this hack is no longer needed and was
29769           broken anyway (since it - unintendedly - always leaves resync to
29770           TRUE).
29771
29772 2004-06-05  Andrew Turner <zxombie@hotpop.com>
29773
29774         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
29775         * gst/tcp/gsttcpclientsrc.h: idem
29776           - define MSG_NOSIGNAL if not done
29777           - include unistd.h for off_t
29778           (fixes #143749)
29779
29780 2004-06-05  Benjamin Otte  <otte@gnome.org>
29781
29782         * configure.ac:
29783         * ext/kio/Makefile.am:
29784           check for qt's moc preprocessor explicitly and use it
29785
29786 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29787
29788         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
29789           don't get a signal for EPIPE on socket writes
29790           (somebody check if this works on other platforms)
29791
29792 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29793
29794         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
29795         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29796           check error condition on available samples correctly
29797
29798 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29799
29800         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
29801           avoid a segfault
29802         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
29803         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
29804         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
29805         (gst_tcpserversrc_gdp_read_header):
29806          use ssize_t over size_t since the former is signed and thus the
29807          check for error codes can work
29808
29809 2004-06-02  Wim Taymans  <wim@fluendo.com>
29810
29811         reviewed by: Johan
29812
29813         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
29814         (gst_multipart_mux_loop):
29815         Oops
29816
29817 2004-06-02  Wim Taymans  <wim@fluendo.com>
29818
29819         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
29820         (gst_multipart_mux_init), (gst_multipart_mux_loop),
29821         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
29822         (gst_multipart_mux_change_state):
29823         Added configurable boundary specifier, added the value as a
29824         caps field as well.
29825
29826 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29827
29828         * gst/tcp/gsttcp.c:
29829         * gst/tcp/gsttcpclientsrc.c:
29830         * gst/tcp/gsttcpclientsrc.h:
29831         * gst/tcp/gsttcpserversrc.c:
29832           - portability fix, to compile on OSX
29833             (fixes #143146)
29834
29835         * sys/osxaudio/gstosxaudioelement.c:
29836         * sys/osxaudio/gstosxaudiosink.c:
29837         * sys/osxaudio/gstosxaudiosrc.c:
29838           - compilation warnings on OSX
29839             (fixes #143153)
29840
29841 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29842
29843         * ext/vorbis/vorbisdec.c : sign warning fixes
29844
29845         * gst-libs/gst/mixer/mixertrack.c :
29846           do no use defines which are glib 2.4 specific
29847
29848 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
29849
29850         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
29851           buffer since libflac doesn't expect it (reports a sync error when
29852           it encounters that)
29853
29854
29855 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
29856
29857         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
29858         * gst-libs/gst/mixer/mixertrack.c:
29859         (gst_mixer_track_get_property), (get_mixer_track_init),
29860         (get_mixer_track_get_property): Added property accessors
29861         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
29862         * gst-libs/gst/mixer/mixeroptions.c:
29863         (gst_mixer_options_get_values): Added
29864         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
29865         * gst-libs/gst/mixer/mixer.c: Fixed comment
29866
29867
29868 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29869
29870         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
29871           improve error messages on open
29872
29873
29874 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29875
29876         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29877           check if v4l-conf is in path
29878
29879 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29880
29881         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
29882           change assert to a more readable error message
29883
29884 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29885
29886         * gst-libs/gst/tuner/tunerchannel.h:
29887           - add a freq_multiplicator field to make the conversion
29888             between internal frequency unit and Hz
29889         * sys/v4l/gstv4lelement.c:
29890         * sys/v4l2/gstv4l2element.c:
29891           - change default video device to /dev/video0
29892         * sys/v4l/v4l_calls.c:
29893         * sys/v4l2/v4l2_calls.c:
29894           - we only expose frequency to the user in Hz instead of
29895             bastard v4lX unit (either 62.5kHz or 62.5Hz)
29896
29897 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
29898         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29899           Initialise b_o_s and e_o_s variables
29900         * gst-libs/gst/riff/riff-media.c:
29901         (gst_riff_create_video_caps_with_data):
29902           Add some unusual fourcc's from mplayer avi's
29903         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
29904           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
29905           autoplugging.
29906
29907 2004-05-28  Wim Taymans  <wim@fluendo.com>
29908
29909         * configure.ac:
29910         * gst/alpha/Makefile.am:
29911         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29912         (gst_alpha_get_type), (gst_alpha_base_init),
29913         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29914         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
29915         (gst_alpha_chroma_key), (gst_alpha_chain),
29916         (gst_alpha_change_state), (plugin_init):
29917         A plugin to add an alpha channel to I420 video. Can optionally do
29918         chroma keying.
29919         * gst/multipart/Makefile.am:
29920         * gst/multipart/multipart.c: (plugin_init):
29921         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
29922         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
29923         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
29924         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
29925         (gst_multipart_demux_change_state),
29926         (gst_multipart_demux_plugin_init):
29927         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
29928         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
29929         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
29930         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
29931         (gst_multipart_mux_pad_unlink),
29932         (gst_multipart_mux_request_new_pad),
29933         (gst_multipart_mux_handle_src_event),
29934         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
29935         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
29936         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
29937         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
29938         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
29939         send multipart jpeg images to a browser.
29940         * gst/videobox/Makefile.am:
29941         * gst/videobox/README:
29942         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
29943         (gst_video_box_get_type), (gst_video_box_base_init),
29944         (gst_video_box_class_init), (gst_video_box_init),
29945         (gst_video_box_set_property), (gst_video_box_get_property),
29946         (gst_video_box_sink_link), (gst_video_box_i420),
29947         (gst_video_box_ayuv), (gst_video_box_chain),
29948         (gst_video_box_change_state), (plugin_init):
29949         Crops or adds borders around an image. can do alpha channel
29950         borders as well.
29951         * gst/videomixer/Makefile.am:
29952         * gst/videomixer/README:
29953         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
29954         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
29955         (gst_videomixer_pad_get_sink_event_masks),
29956         (gst_videomixer_pad_get_property),
29957         (gst_videomixer_pad_set_property),
29958         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
29959         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
29960         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
29961         (gst_videomixer_base_init), (gst_videomixer_class_init),
29962         (gst_videomixer_init), (gst_videomixer_request_new_pad),
29963         (gst_videomixer_handle_src_event),
29964         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
29965         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
29966         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
29967         (gst_videomixer_loop), (gst_videomixer_get_property),
29968         (gst_videomixer_set_property), (gst_videomixer_change_state),
29969         (plugin_init):
29970         Generic video mixer plugin, can handle multiple inputs all with
29971         different framerates and video sizes. Is fully alpha channel
29972         aware.
29973
29974 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29975
29976         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29977           Select first track as master track. Not sure how else to handle
29978           that...
29979         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
29980           Discard discont events. Should fix #142962.
29981
29982 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29983
29984         * ext/alsa/Makefile.am:
29985         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
29986         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
29987         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
29988         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
29989         (gst_alsa_mixer_get_option):
29990         * ext/alsa/gstalsamixer.h:
29991         * ext/alsa/gstalsamixeroptions.c:
29992         (gst_alsa_mixer_options_get_type),
29993         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
29994         (gst_alsa_mixer_options_new):
29995         * ext/alsa/gstalsamixeroptions.h:
29996         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29997         * ext/alsa/gstalsamixertrack.h:
29998           Add enumerations (as GstMixerOptions). Make correct distinction
29999           between input/output tracks. Add capture/playback private flag.
30000           Use flag to decide on whether to set capture or playback volumes
30001           or switches. Use playback and record switches.
30002         * gst-libs/gst/mixer/Makefile.am:
30003         * gst-libs/gst/mixer/mixer-marshal.list:
30004         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
30005         (gst_mixer_set_option), (gst_mixer_get_option),
30006         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
30007         (gst_mixer_volume_changed), (gst_mixer_option_changed):
30008         * gst-libs/gst/mixer/mixer.h:
30009         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
30010         (gst_mixer_options_class_init), (gst_mixer_options_init),
30011         (gst_mixer_options_dispose):
30012         * gst-libs/gst/mixer/mixeroptions.h:
30013           Add GstMixerOptions.
30014         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
30015           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
30016           broken device detection on computers with multiple OSS sound
30017           cards.
30018
30019 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30020
30021         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
30022           fixate nicely even when the peer is not negotiating
30023
30024 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30025
30026         * gst/audioconvert/gstaudioconvert.c:
30027         (gst_audio_convert_parse_caps):
30028           make sure we don't allow depth > width
30029         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
30030           fixate endianness to G_BYTE_ORDER as default
30031         * gst/audioscale/gstaudioscale.c:
30032           we don't handle another endianness as host-endianness
30033
30034 2004-05-25  David Schleef  <ds@schleef.org>
30035
30036         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
30037
30038 2004-05-24  Benjamin Otte  <otte@gnome.org>
30039
30040         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
30041         (gst_oggvorbisenc_setup):
30042           properly fail when we can't setup the vorbis encoder due to
30043           unsupported settings
30044         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
30045         (gst_vorbisenc_setup):
30046           same
30047         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30048           fix case where warnings occured when one pad was unlinked while the
30049           other's link function was called
30050
30051 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
30052
30053         * gst/tcp/Makefile.am:
30054           use GST_ENABLE_NEW
30055
30056 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30057
30058         * gst-libs/gst/resample/private.h:
30059           don't use optimizations that are #if 0'ed
30060
30061 2004-05-24  Wim Taymans  <wim@fluendo.com>
30062
30063         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
30064         Fix potential division by zero error and hopefully get
30065         the position query right to get correct timestamps on avi
30066         audio.
30067
30068 2004-05-24  Wim Taymans  <wim@fluendo.com>
30069
30070         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
30071         (gst_videoscale_scale_nearest_str2),
30072         (gst_videoscale_scale_nearest_str4),
30073         (gst_videoscale_scale_nearest_32bit),
30074         (gst_videoscale_scale_nearest_24bit),
30075         (gst_videoscale_scale_nearest_16bit):
30076         Fix the scaling algorithm and avoid a buffer overflow.
30077         removed the while loop in the scaling function as it
30078         was used for point sampling only.
30079
30080 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30081
30082         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
30083         (gst_id3_tag_class_init), (gst_id3_tag_init),
30084         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
30085         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
30086         (gst_id3_tag_send_tag_event):
30087           lots of fixes to make id3mux work and id3demux work correctly
30088
30089 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30090
30091         * ext/Makefile.am:
30092           add rules to build shout2send (was removed by accident
30093           when this module was no more marked experimental/broken)
30094
30095 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30096
30097         * ext/shout2/gstshout2.c:
30098         * ext/shout2/gstshout2.h:
30099           adding a "connection problem" signal to shout2send
30100           (fixes #142954)
30101
30102 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
30103
30104         * ext/kio/kioreceiver.cpp:
30105         * ext/kio/kioreceiver.h:
30106           fix sign comparison issues
30107
30108 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30109
30110         * gst/cdxaparse/gstcdxaparse.c:
30111         * gst/cdxaparse/gstcdxaparse.h:
30112           some renaming
30113           add some checks/sanity
30114           prepare for seek addition
30115
30116         * sys/sunaudio/gstsunaudio.c:
30117           remove exported dupe init function
30118
30119 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
30120
30121         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
30122         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
30123           Fix format conversion and position querying.
30124         * gst/debug/progressreport.c: (gst_progressreport_report):
30125           Don't output a bogus total value that we didn't query.
30126         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
30127           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
30128           only a blank window after xine has been used.
30129
30130 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30131
30132         * m4/as-arts.m4:
30133           sync with upstream version to fix test on FC2
30134           readd with -ko to preserve Id header
30135
30136 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30137
30138         * configure.ac:
30139           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
30140         * gst/tcp/gsttcpclientsrc.c: idem
30141         * gst/tcp/gsttcpserversink.c: idem
30142         * gst/tcp/gsttcpserversrc.c: idem
30143         * m4/gst-fionread.m4: idem
30144
30145         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
30146
30147         * configure.ac: enable speex plugin for speex 1.1.5+
30148         * ext/speex/gstspeexenc.c: fix cast warning
30149
30150         * ext/esd/README: fix typo
30151
30152 2004-05-20  David Schleef  <ds@schleef.org>
30153
30154         * configure.ac: Minor cosmetic change to convince the buildbot to
30155         reautogen.
30156         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
30157         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
30158         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
30159         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
30160         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
30161         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
30162         More hacking.  Plays audio now.
30163
30164 2004-05-20  David Schleef  <ds@schleef.org>
30165
30166         * configure.ac:
30167         * sys/Makefile.am:
30168
30169 2004-05-20  David Schleef  <ds@schleef.org>
30170
30171         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
30172         * sys/osxaudio/gstosxaudio.c:
30173         * sys/osxaudio/gstosxaudioelement.c:
30174         * sys/osxaudio/gstosxaudioelement.h:
30175         * sys/osxaudio/gstosxaudiosink.c:
30176         * sys/osxaudio/gstosxaudiosink.h:
30177         * sys/osxaudio/gstosxaudiosrc.c:
30178         * sys/osxaudio/gstosxaudiosrc.h:
30179
30180 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30181
30182         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
30183         (gst_vorbisenc_chain):
30184           put the codec headers on the caps as streamheader as well as
30185           pushing them out
30186
30187 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30188
30189         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
30190         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
30191         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
30192         split up push_packet into two functions
30193
30194 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30195
30196         * gst/tcp/.cvsignore:
30197           ignore enums
30198         * gst/tcp/Makefile.am:
30199         * gst/tcp/README:
30200         * gst/tcp/gsttcp.c:
30201         * gst/tcp/gsttcp.h:
30202         * gst/tcp/gsttcpclientsink.c:
30203         * gst/tcp/gsttcpclientsink.h:
30204         * gst/tcp/gsttcpclientsrc.c:
30205         * gst/tcp/gsttcpclientsrc.h:
30206         * gst/tcp/gsttcpplugin.c:
30207         * gst/tcp/gsttcpserversink.c:
30208         * gst/tcp/gsttcpserversink.h:
30209         * gst/tcp/gsttcpserversrc.c:
30210         * gst/tcp/gsttcpserversrc.h:
30211           add new tcp elements
30212
30213 2004-05-19  Wim Taymans  <wim@fluendo.com>
30214
30215         * gst/law/mulaw-conversion.c: (mulaw_encode):
30216         Fix overflow bug in ulaw encoding.
30217
30218 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30219
30220         * ext/mad/gstmad.c: (gst_mad_handle_event):
30221           don't unref the event twice
30222
30223 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30224
30225         * configure.ac:
30226           remove -Wno-sign-compare
30227
30228 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30229
30230         * configure.ac:
30231           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
30232           if you want to work against glib 2.2 and 2.4
30233
30234 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30235
30236         * gst/tcp/Makefile.am:
30237         * gst/tcp/gsttcp.c:
30238         * gst/tcp/gsttcp.h:
30239         * gst/tcp/gsttcpsink.h:
30240         * gst/tcp/gsttcpsrc.h:
30241           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
30242
30243 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30244
30245         * gst/debug/tests.c: (md5_get_value):
30246           fix segfault on gst-inspect
30247
30248 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30249
30250         * gst/debug/testplugin.c:
30251         * gst/debug/tests.c:
30252         * gst/debug/tests.h:
30253           add new extensible and configurable testing element. Current tests
30254           include buffer count, stream length, timestamp/duration matching and
30255           md5.
30256         * gst/debug/Makefile.am:
30257         * gst/debug/gstdebug.c: (plugin_init):
30258           add infrastructure for new element
30259
30260 2004-05-19  Johan Dahlin  <johan@gnome.org>
30261
30262         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
30263         ending of the array. Fixes gst-inspect segfault on ppc.
30264
30265 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30266
30267         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
30268
30269         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
30270
30271 2004-05-18  David Schleef  <ds@schleef.org>
30272
30273         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
30274         warnings (bugs, actually) noticed by gcc but not forte.
30275
30276 2004-05-18  David Schleef  <ds@schleef.org>
30277
30278         * sys/sunaudio/Makefile.am:
30279         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
30280
30281 2004-05-18  David Schleef  <ds@schleef.org>
30282
30283         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30284         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
30285         to allow qtdemux to use non-seekable streams. (bug #142272)
30286
30287 2004-05-18  David Schleef  <ds@schleef.org>
30288
30289         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
30290         (gst_resample_sinc_ft_float): Remove use of static temporary
30291         buffer.  This code was obviously not supposed to last long, but
30292         it's stuck in our ABI, so it required a little hack to make it
30293         ABI-compatible.  Fixes #142585.
30294         * gst-libs/gst/resample/resample.h: same.
30295
30296 2004-05-18  David Schleef  <ds@schleef.org>
30297
30298         * configure.ac: Add sunaudio
30299         * examples/Makefile.am: make gstplay depend on gconf
30300         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
30301         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
30302         (convert_table_lookup), (img_convert): remove c99-isms
30303         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
30304           unsigned, to fix a warning on Solaris
30305         * gst/mpeg1sys/systems.c: bcopy->memcpy
30306         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
30307         * sys/Makefile.am: Add sunaudio
30308
30309 2004-05-18  Wim Taymans  <wim@fluendo.com>
30310
30311         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
30312         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
30313         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
30314         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
30315         (gst_ogg_mux_loop):
30316         Fix an ugly memleak where the muxer didn't flush enough ogg
30317         pages. This also resulted in badly muxed ogg files.
30318
30319 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30320
30321         * gst/asfdemux/asfheaders.c :
30322         * gst/asfdemux/asfheaders.h :
30323         * gst/asfdemux/gstasfdemux.c :
30324           - fix ASF_OBJ_PADDING guid
30325           - add 3 new object guids (language list, metadata,
30326             extended stream properties)
30327           - add a function to parse extended header objects
30328
30329 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30330
30331         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30332           remove leftover debugging g_print
30333
30334 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30335
30336         * ext/mad/gstmad.c: (gst_mad_handle_event):
30337           Fix for when the first format in a discont event is not a
30338           byte-based one. Should fix #137710.
30339
30340 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30341
30342         * m4/a52.m4 : fix compilation with -Wall -Werror
30343         * m4/libfame.m4 : idem
30344         * m4/libmikmod.m4 : idem
30345
30346 2004-05-17  Benjamin Otte  <otte@gnome.org>
30347
30348         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
30349           signal the new tags before giving up the reference
30350
30351 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30352
30353         * ext/shout2/gstshout2.c:
30354           use application/ogg instead of application/x-ogg (patch by Patrick
30355           Guimond, fixes #142432)
30356         * sys/oss/gstosselement.c: (gst_osselement_reset),
30357         (gst_osselement_sync_parms):
30358           don't set fragment size unless specified (fixes #142493)
30359
30360 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30361
30362         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
30363           fixes #142664
30364
30365 2004-05-17  Benjamin Otte  <otte@gnome.org>
30366
30367         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30368           compute offsets correctly for internal buffers so timestamps are set
30369           correctly when we can't seek. Also handle cases where there are no
30370           offsets. (based on a patch by David Moore, fixes #142507)
30371
30372 2004-05-17  Benjamin Otte  <otte@gnome.org>
30373
30374         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30375           use correct variable when determining amount of data to skip so we
30376           don't skip into the void and segfault
30377
30378 2004-05-16  Benjamin Otte  <otte@gnome.org>
30379
30380         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
30381           Hi, I'm a memleak
30382
30383 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30384
30385         * gst/asfdemux/gstasfdemux.c:
30386           - fix a mem leak and always propagate tags
30387           - add WMV3 to known video codecs (but no decoder yet)
30388           - replace "surplus data" at end of audio header for what
30389             it is : codec specific data
30390           - fix a typo
30391
30392 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
30393
30394         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
30395
30396         * gst-libs/gst/audio/audioclock.c:
30397           Fix wrong return type (#142205).
30398
30399 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30400
30401         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
30402           Ignore CRCs by default (fixes #142566).
30403
30404 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30405
30406         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
30407         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
30408         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
30409         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
30410         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
30411         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
30412           Fix for cases where we fail to attach to a mixer.
30413
30414 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30415
30416         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30417           Don't touch events after not owning them anymore.
30418         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
30419         (gst_wavparse_fmt), (gst_wavparse_other),
30420         (gst_wavparse_handle_seek), (gst_wavparse_loop),
30421         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30422         (gst_wavparse_srcpad_event):
30423         * gst/wavparse/gstwavparse.h:
30424           Add seeking, fix querying.
30425
30426 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30427
30428         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
30429           - process comments even if they don't end with \0\0
30430             g_convert would ignore them if present and works well without them
30431
30432 2004-05-16  Benjamin Otte  <otte@gnome.org>
30433
30434         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
30435           simplify caps
30436
30437 2004-05-16  Benjamin Otte  <otte@gnome.org>
30438
30439         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
30440           don't write to memory we might not write to - g_convert does that
30441           for us anyway (fixes #142613)
30442         (gst_asf_demux_audio_caps):
30443           comment out gst_util_dump_mem
30444
30445 2004-05-16  Benjamin Otte  <otte@gnome.org>
30446
30447         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30448           compute correct expected timestamps after seek (broken since
30449           last commit)
30450         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
30451           rename element and debugging category to gdkpixbufscale
30452
30453 2004-05-16  Benjamin Otte  <otte@gnome.org>
30454
30455         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30456           add error checking to snd_pcm_delay and remove duplicate call to
30457           snd_pcm_delay that caused issues (see inline code comments)
30458         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
30459           make more readable and fix return value when snd_pcm_delay fails
30460         (fixes #142586)
30461
30462 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
30463         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
30464         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
30465         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
30466         (gst_pixbufscale_link), (gst_pixbufscale_init),
30467         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
30468         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
30469         (gst_pixbufscale_get_property), (pixbufscale_init):
30470         * ext/gdk_pixbuf/pixbufscale.h:
30471         Add these files I forgot earlier
30472
30473 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
30474         * ext/gdk_pixbuf/Makefile.am:
30475         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
30476         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30477         Add new pixbufscale element to scale RGB video
30478         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
30479         and HYPER interpolation correctly.
30480         * ext/theora/theoraenc.c: (theora_enc_chain),
30481         Discard buffer and return if explicit caps could not be set
30482         (theora_enc_get_property):
30483         Make _get return kbps for the bitrate consistent with
30484         the _set function.
30485
30486
30487 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30488
30489         * ext/libvisual/visual.c: (gst_visual_chain):
30490           add missing visual_audio_analyze
30491
30492 2004-05-14  David Schleef  <ds@schleef.org>
30493
30494         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
30495         is killed while we're playing.
30496         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
30497         gst_element_no_more_pads().
30498
30499 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30500
30501         * gst-libs/gst/riff/riff-read.c :
30502           - fix INFO tag extraction in RIFF/AVI files
30503             because gst_event_unref (event) also freed taglist
30504           - avoid a mem leak
30505
30506 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30507
30508         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
30509         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
30510
30511         * gst/auparse/gstauparse.c :
30512           - add code (commented for now) to support audio/x-adpcm on src pad
30513             (we have no decoder for those layout yet)
30514
30515         * gst/cdxaparse/gstcdxaparse.c :
30516         * gst/cdxaparse/gstcdxaparse.h :
30517           - partial rewrite using RiffRead (ripped iain's wavparse code)
30518
30519         * gst/rtp/gstrtpL16enc.c : typo
30520         * gst/rtp/gstrtpgsmenc.c : typo
30521
30522 2004-05-13  Benjamin Otte  <otte@gnome.org>
30523
30524         * configure.ac:
30525           check for exact version of libvisual, it's not supposed to be
30526           API/ABI stable yet
30527
30528 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30529
30530         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
30531           signal no-more-pads
30532
30533 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
30534
30535         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
30536         Report which format was used for GST_FORMAT_DEFAULT
30537         * gst/debug/Makefile.am:
30538         * gst/debug/gstdebug.c: (plugin_init):
30539         * gst/debug/progressreport.c: (gst_progressreport_base_init),
30540         (gst_progressreport_class_init), (gst_progressreport_init),
30541         (gst_progressreport_report), (gst_progressreport_set_property),
30542         (gst_progressreport_get_property), (gst_progressreport_chain),
30543         (gst_progressreport_plugin_init):
30544         Add progressreport element for testing.
30545
30546 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30547
30548         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
30549         * sys/v4l/gstv4lsrc.h:
30550         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
30551         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
30552         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
30553         (gst_v4lsrc_grab_frame):
30554           add more debugging
30555           send a discont at start
30556
30557 2004-05-12  Colin Walters  <walters@redhat.com>
30558
30559         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
30560         inflooping if we can't find a chunk.  Or in other words, don't blow
30561         chunks if we don't have a chunk to blow.
30562
30563 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
30564         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
30565         Remove old debug output
30566         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
30567         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
30568         (gst_dvdec_set_property), (gst_dvdec_get_property):
30569         Change the quality setting to an enum, so it works from gst-launch
30570         Don't renegotiate a non-linked pad. Allows audio only decoding.
30571         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
30572         (gst_deinterlace_link), (gst_deinterlace_init):
30573         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30574         (gst_videodrop_link):
30575         Some caps negotiation fixes
30576
30577 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30578
30579         * ext/tarkin/gsttarkin.c :
30580           - Change RANK from NONE to PRIMARY
30581         * ext/gdk_pixbuf/gstgdkpixbuf.c :
30582           - Change RANK from NONE to MARGINAL
30583         * ext/divx/gstdivxenc.c :
30584           - Change RANK from PRIMARY to NONE (encoder/spider issue)
30585
30586 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30587
30588         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
30589         (gst_vorbisenc_push_packet):
30590           copy a function that was added between 1.0 and 1.0.1 until we
30591           depend on worthwhile features of post-1.0
30592
30593 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30594
30595         * configure.ac:
30596           enable shout2 by default
30597         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
30598         (gst_shout2send_base_init), (gst_shout2send_init),
30599         (gst_shout2send_connect), (gst_shout2send_change_state):
30600         * ext/shout2/gstshout2.h:
30601           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
30602           #142262)
30603         * ext/theora/theora.c: (plugin_init):
30604           don't set rank on encoders
30605
30606 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
30607
30608         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
30609           Use codec_data property instead of flag1 and flag2 for wma
30610
30611 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30612
30613         * gst/cdxaparse/gstcdxaparse.c :
30614           - Add mpegversion to CAPS to make it link
30615           - Rank is as GST_RANK_SECONDARY instead of NONE
30616         * gst/auparse/gstauparse.c :
30617           - Document all audio encoding we can encounter from Solaris 9
30618             headers and libsndfile information.
30619           - Increase max. rate from 48000 to 192000 (to match other elements)
30620           - Don't try to play junk data between header and samples
30621
30622 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30623
30624         * ext/libvisual/visual.c: (gst_visual_getcaps):
30625           use the right caps depending on endianness (I hope)
30626         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
30627           use GST_RANK_NONE for all non-decoding elements or spider gets
30628           mighty confused
30629
30630 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30631
30632         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
30633           Fix some odd cases and fix BE metadata parsing of unicode16 text.
30634
30635 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30636
30637         * gst/switch/gstswitch.c: (gst_switch_release_pad),
30638         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
30639         (gst_switch_loop), (gst_switch_get_type):
30640           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
30641           HEADERS. Had to be said.
30642
30643 2004-05-10  David Schleef  <ds@schleef.org>
30644
30645         * configure.ac: Add prototype Dirac support.
30646         * ext/Makefile.am:
30647         * ext/dirac/Makefile.am:
30648         * ext/dirac/gstdirac.cc:
30649         * ext/dirac/gstdiracdec.cc:
30650
30651 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30652
30653         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
30654         (gst_auparse_init), (gst_auparse_chain),
30655         (gst_auparse_change_state):
30656           Hack around spider. Remove me some day please.
30657
30658 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30659
30660         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30661           Fix for some uninitialized variables in previous patch, also
30662           makes it work. Fixes #142286 while we're at it.
30663
30664 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30665
30666         * gst/auparse/gstauparse.c:
30667                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
30668                 only unsupported formats are ADPCM/CCITT G.72x
30669                 reviewed by Ronald
30670         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
30671
30672 2004-05-10  Wim Taymans  <wim@fluendo.com>
30673
30674         * ext/vorbis/Makefile.am:
30675         * ext/vorbis/README:
30676         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
30677         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
30678         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
30679         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
30680         (gst_oggvorbisenc_convert_sink),
30681         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
30682         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
30683         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
30684         (get_constraints_string), (update_start_message),
30685         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
30686         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
30687         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
30688         * ext/vorbis/oggvorbisenc.h:
30689         * ext/vorbis/vorbis.c: (plugin_init):
30690         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
30691         (raw_caps_factory), (gst_vorbisenc_class_init),
30692         (gst_vorbisenc_init), (gst_vorbisenc_setup),
30693         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
30694         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
30695         * ext/vorbis/vorbisenc.h:
30696         Added a raw vorbis encoder to be used with the oggmuxer.
30697         We still need the old encoder for some gnome applications,
30698         read the README to find out how that works.
30699         The raw encoder is called "rawvorbisenc" until 0.9.
30700
30701 2004-05-10  Wim Taymans  <wim@fluendo.com>
30702
30703         * ext/ogg/gstogg.c: (plugin_init):
30704         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
30705         (gst_ogg_print):
30706         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
30707         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
30708         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
30709         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
30710         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
30711         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
30712         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
30713         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
30714         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
30715         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
30716         Added an ogg muxer.
30717         Small typo fixes in the demuxer.
30718
30719 2004-05-10  Wim Taymans  <wim@fluendo.com>
30720
30721         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
30722         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
30723         (theora_enc_change_state), (theora_enc_set_property),
30724         (theora_enc_get_property):
30725         Mark the last packet with an EOS flag which is not really needed
30726         in gstreamer.
30727         Do some better video framerate initialisation.
30728         Update the buffer timestamp.
30729
30730 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
30731
30732         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
30733         Return the result of the parent state change call
30734
30735 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30736
30737         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
30738         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
30739         * gst/law/alaw-encode.c : (idem)
30740         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
30741         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
30742         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
30743
30744 2004-05-09  Benjamin Otte  <otte@gnome.org>
30745
30746         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
30747           don't use a fixed buffer size when writing variable length data to
30748           it. Fixes memory corruption and makes alsasrc work
30749
30750 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30751
30752         * ext/gnomevfs/gstgnomevfssink.c:
30753         (_gst_boolean_allow_overwrite_accumulator),
30754         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
30755           Run glib's default signal handler (??) in RUN_CLEANUP rather than
30756           RUN_LAST, and don't use that to set the accumulator value because
30757           then it's always FALSE.
30758
30759 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30760
30761         * gst-libs/gst/riff/riff-media.c:
30762         (gst_riff_create_video_caps_with_data),
30763         (gst_riff_create_audio_caps),
30764         (gst_riff_create_audio_template_caps):
30765         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
30766           Fix for unaligned RIFF files (i.e. where all the chunks together
30767           in a LIST chunk are not of the same size as the size given in
30768           the LIST chunk header). Fixes several odd WAVE files. Also fix
30769           ADPCM (block_align property) in audio, so that wavparse based
30770           on this works now as it used to stand-alone.
30771
30772 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
30773
30774         reviewed by Benjamin Otte  <otte@gnome.org>
30775
30776         * ext/a52dec/gsta52dec.c:
30777         * ext/divx/gstdivxdec.c:
30778         * ext/divx/gstdivxenc.c:
30779         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
30780         * ext/faac/gstfaac.c: (gst_faac_base_init):
30781         * ext/faad/gstfaad.c: (gst_faad_base_init):
30782         * ext/ivorbis/vorbisfile.c:
30783         * ext/lame/gstlame.c:
30784         * ext/libfame/gstlibfame.c:
30785         * ext/mpeg2enc/gstmpeg2enc.cc:
30786         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
30787         * ext/sidplay/gstsiddec.cc:
30788         * ext/speex/gstspeexdec.c:
30789         * ext/speex/gstspeexenc.c:
30790         * ext/xvid/gstxviddec.c:
30791         * ext/xvid/gstxvidenc.c:
30792           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
30793           (fixes #142193)
30794
30795 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30796
30797         * ext/alsa/gstalsa.c: (device_list),
30798         (gst_alsa_class_probe_devices):
30799         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
30800           Fix alsa oddness in mixer after the combination of using mixer
30801           in source/sink elements and using hw:x,y instead of just hw:x.
30802
30803 2004-05-09  Benjamin Otte  <otte@gnome.org>
30804
30805         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
30806         (gst_wavparse_create_sourcepad):
30807           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
30808           sourcepads
30809
30810 2004-05-09  Benjamin Otte  <otte@gnome.org>
30811
30812         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30813           allow discont events before caps nego
30814
30815 2004-05-08  Benjamin Otte  <otte@gnome.org>
30816
30817         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
30818           don't leak events
30819
30820 2004-05-08  Benjamin Otte  <otte@gnome.org>
30821
30822         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
30823         (gst_level_change_state), (gst_level_init):
30824         * gst/level/gstlevel.h:
30825           figure out if we're initialized directly instead of keeping a
30826           variable that's wrong in 90% of cases
30827           don't initialize pads and then leak them and use a new unitialized
30828           pad. (fixes #142084)
30829           these were bugs so n00bish I didn't find them for an hour :/
30830
30831 2004-05-08 Iain <iain@prettypeople.org>
30832
30833         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
30834         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
30835         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
30836         return the length that was read.
30837         (gst_riff_read_strf_auds): Allow fmt tags as well.
30838
30839 2004-05-07  David Schleef  <ds@schleef.org>
30840
30841         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
30842         signed char assumption in faad.h.
30843
30844 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30845
30846         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
30847           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
30848
30849 2004-05-07  Colin Walters  <walters@redhat.com>
30850
30851         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
30852         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
30853         function.
30854         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
30855         Add dispose function.
30856
30857 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
30858         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
30859           Fix caps nego and pad templates. RGB mode caps should
30860           work now.
30861         * ext/dvdnav/gst-dvd:
30862           Move mpeg2dec inside the thread because otherwise the
30863           queue rejects cap changes mid-stream
30864         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
30865         (gst_mpeg2dec_flush_decoder):
30866           For mpeg2dec > 0.4.0, call the flush function instead of
30867           manually extracting all in-flight frames.
30868         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
30869         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
30870           Change mime type video/dv go video/x-dv to match the
30871           rest of gst-plugins
30872
30873 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30874
30875         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30876         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
30877         (gst_alsa_sink_class_init):
30878         * ext/alsa/gstalsasink.h:
30879         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
30880         (gst_alsa_src_class_init):
30881         * ext/alsa/gstalsasrc.h:
30882           Make alsasink/src a subclass of alsamixer so that mixer stuff
30883           shows up in gst-rec. Needs some finetuning.
30884
30885 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30886
30887         * ext/lame/gstlame.c: (gst_lame_chain):
30888           simplify
30889         * ext/mad/gstmad.c: (gst_mad_handle_event):
30890           fix event leak
30891         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
30892           be able to detect mp3 files < 4096 bytes
30893
30894 2004-05-06  Wim Taymans  <wim@fluendo.com>
30895
30896         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
30897         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
30898         (theora_enc_set_property), (theora_enc_get_property):
30899         Also encode the first frame, cleanup some code.
30900
30901 2004-05-06  Wim Taymans  <wim@fluendo.com>
30902
30903         * ext/mpeg2enc/gstmpeg2enc.cc:
30904         Forward events first before deciding that negotiation was
30905         not performed.
30906
30907 2004-05-06  Wim Taymans  <wim@fluendo.com>
30908
30909         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30910         First process the events before deciding that negotiation
30911         was not performed.
30912
30913 2004-05-06  Wim Taymans  <wim@fluendo.com>
30914
30915         * ext/theora/Makefile.am:
30916         * ext/theora/theora.c: (plugin_init):
30917         * ext/theora/theoradec.c: (theora_dec_change_state):
30918         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
30919         (gst_theora_enc_class_init), (gst_theora_enc_init),
30920         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
30921         (theora_enc_chain), (theora_enc_change_state),
30922         (theora_enc_set_property), (theora_enc_get_property):
30923         Added a theora encoder, grouped the encoder and decoder into the
30924         same plugin.
30925
30926 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30927
30928         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
30929         (gst_jpegenc_chain):
30930         fix DURATION on outgoing buffers
30931         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
30932         debug using time formats
30933         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30934         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
30935         (gst_xvimagesink_sink_link):
30936         windows with width/height 0 generate X errors, so don't allow them
30937
30938 2004-05-05  Wim Taymans  <wim@fluendo.com>
30939
30940         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
30941         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
30942         (gst_mpeg2dec_negotiate_format):
30943         * ext/mpeg2dec/gstmpeg2dec.h:
30944           removed the static pad template so that we can add the
30945           more accurate framerate value to the caps.
30946
30947
30948 2004-05-04  Benjamin Otte  <otte@gnome.org>
30949
30950         * configure.ac:
30951           check for kdemacros.h, too (should fix #141821)
30952         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
30953           don't crash if no header was sent, but nicely error out (fixes part
30954           of #141554)
30955
30956 2004-05-04  Wim Taymans  <wim@fluendo.com>
30957
30958         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
30959         parent dispose function to avoid segfault on destroy.
30960
30961 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30962
30963         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30964         (plugin_init):
30965         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30966         (gst_xvimagesink_sink_link):
30967         clean up debugging caps
30968         also recreate xvimage when format has changed
30969
30970 2004-05-04  Benjamin Otte  <otte@gnome.org>
30971
30972         * ext/libvisual/Makefile.am:
30973         * ext/libvisual/visual.c: (gst_visual_class_init),
30974         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
30975         (gst_visual_srclink), (gst_visual_chain),
30976         (gst_visual_change_state), (plugin_init):
30977           use a GstAdapter to correctly adapt buffer sizes - allows using a
30978           framerate
30979
30980 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30981
30982         * sys/v4l/gstv4lelement.h:
30983         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
30984         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
30985         (gst_v4lsrc_buffer_free):
30986         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
30987         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30988         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
30989         (gst_v4lsrc_requeue_frame):
30990         move some debugging categories around
30991         query for fps index and set accordingly if found
30992
30993 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30994
30995         * ext/lame/gstlame.c:
30996         correct defaults that lame_init puts out of range
30997
30998 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30999
31000         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
31001         (gst_divxenc_class_init):
31002         fix range since -1 is the default
31003         * gst/mpeg1sys/gstmpeg1systemencode.c:
31004         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
31005         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
31006         (gst_rtjpegdec_chain):
31007         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
31008         (gst_rtjpegenc_chain):
31009         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
31010         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
31011         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
31012         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
31013         * sys/v4l/gstv4lsrc.c:
31014         * sys/v4l/v4l_calls.c: (gst_v4l_open):
31015         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
31016         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
31017         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
31018         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
31019           remove gst_info calls
31020
31021 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31022
31023         * Makefile.am:
31024         * po/af.po:
31025         * po/az.po:
31026         * po/en_GB.po:
31027         * po/nl.po:
31028         * po/sr.po:
31029         * po/sv.po:
31030           Updated translations
31031
31032 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31033
31034         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
31035           refactor/comment code
31036
31037 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31038
31039         * gst/asfdemux/Makefile.am:
31040         * gst/asfdemux/asfheaders.c:
31041         * gst/asfdemux/asfheaders.h:
31042         * gst/asfdemux/gstasf.c: (plugin_init):
31043         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
31044         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
31045         (gst_asf_demux_setup_pad):
31046         * gst/asfdemux/gstasfdemux.h:
31047         * gst/asfdemux/gstasfmux.c:
31048         * gst/asfdemux/gstasfmux.h:
31049           Add tagging support to demuxer, split out registration in its own
31050           file instead of in demux (hacky), and prevent having some tables
31051           in our memory multiple times (in asfheaders.h).
31052
31053 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31054
31055         * gst/matroska/matroska-demux.c:
31056         (gst_matroska_demux_parse_metadata):
31057         * gst/matroska/matroska-ids.h:
31058           Basic tag reading support.
31059
31060 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31061
31062         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31063           Really detect ac-3 audio.
31064         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
31065           really detect matroska files (off-by-1).
31066
31067 2004-04-30  David Schleef  <ds@schleef.org>
31068
31069         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31070         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
31071         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
31072         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
31073         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
31074         hackage -- parse a lot more atoms, extract a few tags.  One might even
31075         mistake this for tag support.  Maybe it is.
31076         * gst/qtdemux/qtdemux.h:
31077
31078 2004-04-30  Colin Walters  <walters@verbum.org>
31079
31080         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
31081
31082 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31083
31084         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31085         (gst_ffmpegcolorspace_getcaps):
31086           remove broken nego fix
31087
31088 2004-04-30  Benjamin Otte  <otte@gnome.org>
31089
31090         * configure.ac:
31091         * ext/Makefile.am:
31092         * ext/libvisual/Makefile.am:
31093         * ext/libvisual/visual.c:
31094           add initial support for libvisual (http://libvisual.sourceforge.net)
31095           libvisual is still quite alpha, so expect crashes in there :)
31096
31097 2004-04-29  David Schleef  <ds@schleef.org>
31098
31099         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
31100         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
31101         up qtdemux to make it spit out codec_data.  Do _not_ look at this
31102         code; you will no longer respect me.
31103
31104 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
31105
31106         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
31107         * ext/alsa/gstalsa.h :
31108         change alsa pcm device discovery to find more than 1 device
31109         per card. code review by Ronald.
31110
31111 2004-04-29  David Schleef  <ds@schleef.org>
31112
31113         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
31114         Add a check for a driver bug on FreeBSD.  (bug #140565)
31115
31116 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
31117
31118         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
31119         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
31120         (gst_jpegenc_getcaps):
31121           move format setting to inner loop
31122         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31123         (gst_ffmpegcolorspace_getcaps):
31124           use GST_PAD_CAPS if available so that we use already negotiated
31125           caps
31126         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31127         (qtdemux_parse_moov), (qtdemux_parse):
31128           extra debugging
31129         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
31130         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
31131           move hardcoded path to DEFINE
31132
31133 2004-04-28  David Schleef  <ds@schleef.org>
31134
31135         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
31136         (bug #140064)
31137
31138 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31139
31140         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
31141           Don't probe for playback device if we're a source element. Fixes
31142           #139658.
31143
31144 2004-04-29  Benjamin Otte  <otte@gnome.org>
31145
31146         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
31147         (gst_id3_tag_chain):
31148           rewrite buffer offset
31149
31150 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31151
31152         * configure.ac:
31153         * ext/Makefile.am:
31154         * ext/dts/Makefile.am:
31155         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
31156         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
31157         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
31158         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
31159         (gst_dtsdec_loop), (gst_dtsdec_change_state),
31160         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
31161         (plugin_init):
31162         * ext/dts/gstdtsdec.h:
31163           New DTS decoder.
31164         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
31165         (gst_faad_srcconnect):
31166           Add ESDS atom handling (.m4a).
31167
31168 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31169
31170         * ext/divx/gstdivxdec.c: (plugin_init):
31171           Remove comment that makes no sense.
31172         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
31173           Fix for obvious typo that resulted in warnings during gst-register.
31174         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
31175         (gst_xviddec_sink_link):
31176           Fix caps negotiation a bit better.
31177         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
31178           We call this 'codec_data', not 'esds'.
31179
31180 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31181
31182         * gst/monoscope/gstmonoscope.c:
31183           make sure we only provide 256x128
31184         * gst/monoscope/monoscope.c: (monoscope_init):
31185           assert size of 256x128
31186
31187 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31188
31189         * Makefile.am:
31190         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
31191         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
31192           fixate to max width and height of device
31193
31194 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31195
31196         * Makefile.am:
31197         * sys/v4l/gstv4l.c:
31198         * sys/v4l/gstv4lsrc.c:
31199         * sys/v4l/v4l_calls.c:
31200         * sys/v4l/v4lsrc_calls.c:
31201           fix for qc-usb driver which fakes having more than one buffer
31202           by handing the same buffer twice, which confused GStreamer's/v4lsrc
31203           buffer_free override
31204           add debugging
31205
31206 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31207
31208         * Makefile.am:
31209         * gst/videotestsrc/gstvideotestsrc.c:
31210         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
31211         (gst_videotestsrc_init), (gst_videotestsrc_get),
31212         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
31213         * gst/videotestsrc/gstvideotestsrc.h:
31214           add num-buffers property
31215
31216         2004-04-26  Benjamin Otte  <otte@gnome.org>
31217
31218         * ext/mad/gstid3tag.c: (plugin_init):
31219           set id3mux rank to NONE so it doesn't confuse spider
31220           require audio/mpeg,mpegversion=1 in id3mux
31221
31222 2004-04-26  Benjamin Otte  <otte@gnome.org>
31223
31224         * configure.ac:
31225           detect faad correctly as non-working if it's indeed non-working
31226
31227 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31228
31229         * Makefile.am:
31230         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
31231         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
31232         fix _getcaps so it only negotiates to its supported format
31233
31234 2004-04-25  Benjamin Otte  <otte@gnome.org>
31235
31236         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
31237           fix memleak
31238
31239 2004-04-23  Benjamin Otte  <otte@gnome.org>
31240
31241         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
31242           audio/x-raw-int with height rules! not. Now it's depth.
31243
31244 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31245
31246         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
31247         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
31248         (gst_wavparse_loop):
31249           Missing variable initialization. Add handling of DVI ADPCM. Fix
31250           mis-parsing of LIST chunks. This works around a bug where we mis-
31251           parse non-aligning LIST chunks (so LIST chunks where the contents
31252           don't align with the actual LIST size). The correct fix is to use
31253           rifflib, I'm not going to fix wavparse - too much work. All this
31254           fixes #104878.
31255
31256 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31257
31258         reviewed by Benjamin Otte  <otte@gnome.org>
31259
31260         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
31261           fix shoutcast not working (fixes #140844)
31262
31263 2004-04-22  Benjamin Otte  <otte@gnome.org>
31264
31265         * ext/hermes/gsthermescolorspace.c:
31266         (gst_hermes_colorspace_caps_remove_format_info):
31267         * gst/colorspace/gstcolorspace.c:
31268         (gst_colorspace_caps_remove_format_info):
31269         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31270         (gst_ffmpegcolorspace_caps_remove_format_info):
31271           s/gst_caps_simplify/gst_caps_do_simplify/
31272
31273 2004-04-22  Benjamin Otte  <otte@gnome.org>
31274
31275         * gst-libs/gst/riff/riff-media.c:
31276         (gst_riff_create_video_caps_with_data):
31277           mpegversion is an int
31278         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
31279           don't try to create pad templates with NULL caps, use any caps
31280           instead.
31281
31282 2004-04-20  David Schleef  <ds@schleef.org>
31283
31284         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
31285         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
31286         (bug #140384)
31287
31288 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
31289
31290         reviewed by David Schleef
31291
31292         * ext/mad/gstid3tag.c: Add stdlib.h
31293         * gst/rtp/gstrtpgsmenc.c: same
31294         * gst/tags/gstid3tag.c: same
31295         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
31296         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
31297         GST_DISABLE_LOADSAVE use.
31298         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
31299         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
31300         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
31301         atol(3)).
31302         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
31303         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
31304         strtoul(3)).
31305         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
31306         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
31307         $(ID3_CFLAGS).
31308         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
31309         $(LIBFAME_CFLAGS).
31310
31311 2004-04-20  David Schleef  <ds@schleef.org>
31312
31313         * gst/realmedia/rmdemux.c:  This was supposed to part of the
31314         last checkin.  Same idea.
31315
31316 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
31317
31318         reviewed by David Schleef
31319
31320         * configure.ac: bump required gstreamer version to 0.8.1.1
31321         because of following changes [--ds]
31322
31323         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
31324         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
31325         (gst_riff_read_header):  Use GST_READ_UINT*
31326         macros to access possibly unaligned memory.
31327
31328         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
31329         (mp3_type_find):  Use GST_READ_UINT*
31330         macros to access possibly unaligned memory.
31331         (mp3_type_find, mpeg1_parse_header, qt_type_find)
31332         (speex_type_find): Likewise
31333
31334         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
31335
31336         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
31337         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
31338         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
31339         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
31340         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
31341         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
31342         macros to access possibly unaligned memory.
31343
31344         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
31345         Likewise.
31346
31347         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
31348         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
31349
31350         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
31351         Likewise.
31352
31353         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
31354         (gst_mpeg2subt_chain_subtitle): Likewise.
31355
31356         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
31357         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
31358         Likewise.
31359
31360         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
31361         Likewise.
31362
31363         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
31364         Likewise.
31365
31366         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
31367         Likewise.
31368
31369 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
31370
31371         * configure.ac:
31372           update required version of GStreamer because of GST_TIME_FORMAT
31373
31374 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31375
31376         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
31377           remove leftover g_print
31378         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31379           don't try setting only a subset of the caps. We don't want to kill
31380           autoplugging on purpose
31381
31382 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
31383
31384         * sys/ximage/ximagesink.c: (plugin_init):
31385         * sys/xvimage/xvimagesink.c: (plugin_init):
31386           add debugging categories
31387
31388 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
31389
31390         * po/en_GB.po:
31391         * po/LINGUAS:
31392           Adding en_GB translation (Gareth Owen)
31393
31394 2004-04-20  David Schleef  <ds@schleef.org>
31395
31396         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31397         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
31398         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
31399         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
31400         A number of new features and hacks to extract the esds atom and
31401         put it into the caps.  (bug #137724)
31402
31403 2004-04-19  David Schleef  <ds@schleef.org>
31404
31405         * gconf/Makefile.am: Fix for non-GNU make
31406         * gst-libs/gst/Makefile.am: Change directory order to handle
31407         GstPlay linking with gstinterfaces
31408         * gst-libs/gst/audio/make_filter: make use of tr portable
31409         * gst-libs/gst/play/Makefile.am: Add intended \
31410         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
31411         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
31412         function prototype instead of void *.
31413         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
31414         macro.
31415         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31416         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
31417         * gst/videofilter/make_filter: make use of tr portable
31418         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
31419
31420 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
31421
31422         * po/LINGUAS:
31423         * po/uk.po:
31424           Added Ukrainian translation (Maxim V. Dziumanenko)
31425
31426 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31427
31428         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
31429         (gst_gsmdec_link), (gst_gsmdec_chain):
31430           Fix capsnego, simplify chain function slightly.
31431         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31432           Add GSM.
31433
31434 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31435
31436         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31437         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
31438         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
31439           Hack to make wavparse work with spider (always -> sometimes pad).
31440           Fixes #135862 && #140411.
31441
31442 2004-04-18  Benjamin Otte  <otte@gnome.org>
31443
31444         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
31445         (gst_osselement_rate_probe_check),
31446         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
31447           get rid of \n in debug output
31448
31449 2004-04-17  Iain <iain@prettypeople.org>
31450
31451         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
31452         not just EOS.
31453
31454 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31455
31456         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
31457         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
31458         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
31459         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
31460         (gst_id3_tag_src_link), (gst_id3_tag_chain),
31461         (gst_id3_tag_change_state), (plugin_init):
31462           deprecate id3tag element and replace with id3demux/id3mux.
31463           great side effect: this ugly file is now even uglier, yay!
31464         * ext/mad/gstmad.h:
31465           remove non-available function
31466           update for new get_type
31467
31468 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31469
31470         * configure.ac:
31471           require mpeg2dec >= 0.4.0
31472
31473 2004-04-17  Benjamin Otte  <otte@gnome.org>
31474
31475         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
31476         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
31477         (gst_xvimagesink_set_xwindow_id):
31478           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
31479           assorted cleanup fixes.
31480
31481 2004-04-16  David Schleef  <ds@schleef.org>
31482
31483         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
31484         * sys/xvimage/xvimagesink.h: same
31485
31486 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31487
31488         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
31489           Fix GST_ELEMENT_ERROR with (NULL)
31490
31491 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31492
31493         * gst-libs/gst/riff/riff-media.c:
31494         (gst_riff_create_video_caps_with_data):
31495           Add div[3456] as fourccs for DivX 3 (fixes #140137).
31496
31497 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31498
31499         * gst-libs/gst/riff/riff-media.c:
31500         (gst_riff_create_video_caps_with_data),
31501         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
31502         (gst_riff_create_video_template_caps),
31503         (gst_riff_create_audio_template_caps):
31504         * gst-libs/gst/riff/riff-media.h:
31505         * gst-libs/gst/riff/riff-read.c:
31506         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
31507         * gst-libs/gst/riff/riff-read.h:
31508         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
31509           Add MS RLE support. I added some functions to read out strf chunks
31510           into strf chunks and the data behind it. This is usually color
31511           palettes (as in RLE, but also in 8-bit RGB). Also use those during
31512           caps creation. Lastly, add ADPCM (similar to wavparse - which
31513           should eventually be rifflib based).
31514         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
31515         (gst_matroska_demux_init), (gst_matroska_demux_reset):
31516         * gst/matroska/matroska-demux.h:
31517           Remove placeholders for some prehistoric tagging system. Didn't add
31518           support for any tag system really anyway.
31519         * gst/qtdemux/qtdemux.c:
31520           Add support for audio/x-m4a (MPEG-4) through spider.
31521         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
31522         (gst_wavparse_loop):
31523           ADPCM support (#135862). Increase max. buffer size because we
31524           cannot split buffers for ADPCM (screws references) and I've seen
31525           files with 2048 byte chunks. 4096 seems safe for now.
31526
31527 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31528
31529         * configure.ac: bump nano to 1
31530
31531 === release 0.8.1 ===
31532
31533 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31534
31535         * configure.ac: releasing 0.8.1, "Comforting Sounds"
31536
31537 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31538
31539         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
31540           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
31541           Fixes #140058
31542
31543 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
31544
31545         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
31546           lower rank of dvddemux so that it's not used for mpeg playback.
31547
31548 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31549
31550         * configure.ac:
31551           save libs correctly when checking mad
31552
31553 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
31554
31555         * ext/mad/gstid3tag.c: (plugin_init):
31556           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
31557
31558 2004-04-13  David Schleef  <ds@schleef.org>
31559
31560         * common/m4/gst-feature.m4: Call -config scripts with
31561         --plugin-libs if it is supported.
31562         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
31563         JPEG images are image/jpeg.
31564         * gst/debug/Makefile.am:
31565         * gst/debug/negotiation.c: (gst_negotiation_class_init),
31566         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
31567         (gst_negotiation_update_caps), (gst_negotiation_get_property),
31568         (gst_negotiation_plugin_init): Add a property that acts like
31569         filter caps.
31570         * testsuite/gst-lint:  Move license checking to be a standard
31571         test.
31572
31573 2004-04-13  David Schleef  <ds@schleef.org>
31574
31575         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
31576         patch from Sebastien Cote (bug #139958)
31577
31578 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31579
31580         * examples/gstplay/Makefile.am:
31581         * examples/gstplay/player.c: (main):
31582           make the commandline player example use gconf settings
31583
31584 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31585
31586         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
31587         (gst_cacasink_sinkconnect), (gst_cacasink_init),
31588         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
31589           init/end library during state transition, not object
31590           creation/disposal.  get rid of custom dispose handler.
31591
31592
31593 2004-04-12  Christian Schaller <Uraeus@gnome.org>
31594
31595         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
31596         be a symlink
31597
31598 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31599
31600         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
31601           Handle JUNK chunks inside data section. Prevents warnings.
31602
31603 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31604
31605         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
31606         (gst_riff_create_video_template_caps):
31607           Add MS video v1.
31608         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
31609         (gst_avi_demux_stream_data):
31610           Add support for "rec-list" chunks.
31611
31612 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31613
31614         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
31615           Fix another codecname mismatch.
31616
31617 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31618
31619         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
31620           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
31621           so that MJPEG plays back.
31622
31623 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31624
31625         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31626         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
31627         * gst/mpeg1videoparse/gstmp1videoparse.h:
31628           Fix for some slight mis-cuts in buffer parsing, and for some
31629           potential overflows or faults-causers. Adds disconts. Also fixes
31630           #139105 while we're at it.
31631
31632 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31633
31634         * configure.ac:
31635         * sys/v4l2/gstv4l2element.h:
31636           Workaround for missing struct v4l2_buffer declaration in Suse 9
31637           and Mandrake 10 linux/videodev2.h header file (#135919).
31638
31639 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31640
31641         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
31642           Bail out if no filename was given.
31643
31644 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31645
31646         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
31647         (gst_v4l2_fourcc_from_structure):
31648           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
31649           Y41B somewhere).
31650
31651 2004-04-09  Benjamin Otte  <otte@gnome.org>
31652
31653         * ext/gnomevfs/gstgnomevfssink.c:
31654         (_gst_boolean_allow_overwrite_accumulator),
31655         (gst_gnomevfssink_class_init):
31656           fix erase signal - if any handler returns false the file will not be
31657           overwritten. If no handler is connected, the file will not be
31658           overwritten either.
31659           renamed signal to "allow-overwrite"
31660         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
31661           free string when adding it to ID3 failed
31662         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31663           unref event when done
31664         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
31665           free caps
31666         * gst/typefind/gsttypefindfunctions.c:
31667         (mpeg_video_stream_type_find):
31668           fix invalid read
31669
31670 2004-04-08  David Schleef  <ds@schleef.org>
31671
31672         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31673         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
31674
31675 2004-04-08  David Schleef  <ds@schleef.org>
31676
31677         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
31678         we don't support (bug #139532)
31679
31680 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
31681
31682         * ext/mad/gstmad.c: (gst_mad_handle_event),
31683         (gst_mad_check_caps_reset), (gst_mad_chain),
31684         (gst_mad_change_state):
31685           only set explicit caps if they haven't been set before for
31686           this stream.  MPEG-audio sample rate/channels aren't allowed
31687           to change in-stream.
31688           Fixes #139382
31689
31690 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31691
31692         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
31693         (_gst_boolean_did_something_accumulator),
31694         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
31695         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
31696         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
31697         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
31698         (gst_gnomevfssink_change_state):
31699           Fix erase signal. Don't erase by default. Remove handoff signal.
31700           Remove erase property. Don't segfault. General cleanup.
31701
31702 2004-04-07  Benjamin Otte  <otte@gnome.org>
31703
31704         * gst-libs/gst/gconf/test-gconf.c: (main):
31705           add missing gst_init
31706
31707 2004-04-07  Benjamin Otte  <otte@gnome.org>
31708
31709         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
31710           free the mutexes, too
31711
31712 2004-04-07  Benjamin Otte  <otte@gnome.org>
31713
31714         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
31715           actually free the URI string
31716         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
31717           compute offset correctly when passing discont events
31718         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
31719           don't leak discont events
31720         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
31721           add some missing breaks so caps aren't copied randomly
31722         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
31723           if we realloc memory, we better use it
31724
31725 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31726
31727         * ext/mad/gstmad.c: (normal_seek):
31728           fix GST_FORMAT_TIME usage
31729
31730 2004-04-05  David Schleef  <ds@schleef.org>
31731
31732         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
31733         a deprecated function (hack!)
31734
31735 2004-04-05  Benjamin Otte  <otte@gnome.org>
31736
31737         * ext/esd/esdmon.c: (gst_esdmon_get):
31738           fix nonterminated vararg and memleak
31739
31740 2004-04-05  Benjamin Otte  <otte@gnome.org>
31741
31742         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
31743         (gst_ladspa_init), (gst_ladspa_force_src_caps),
31744         (gst_ladspa_set_property), (gst_ladspa_get_property),
31745         (gst_ladspa_instantiate), (gst_ladspa_activate),
31746         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
31747           clean up debugging
31748
31749 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
31750
31751         reviewed by Benjamin Otte  <otte@gnome.org>
31752
31753         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
31754           check for broken LADSPA parameters (fixes #138635)
31755
31756 2004-04-05  Benjamin Otte  <otte@gnome.org>
31757
31758         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
31759           advertise buffer-frames correctly on sinkpads
31760
31761 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31762
31763         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
31764         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
31765         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
31766         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
31767         (gst_mad_check_caps_reset), (gst_mad_chain):
31768         add more debugging, only reset caps when we're not in error state
31769
31770 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31771
31772         * ext/mad/gstmad.c: add debugging category, comment + cleanups
31773
31774 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
31775
31776         reviewed by Benjamin Otte  <otte@gnome.org>
31777
31778         * configure.ac:
31779           fix == in test(1) operator
31780
31781 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
31782
31783         reviewed by Benjamin Otte  <otte@gnome.org>
31784
31785         * configure.ac:
31786           fix --export-symblos-regex to a working regex.
31787
31788 2004-04-04  Benjamin Otte  <otte@gnome.org>
31789
31790         * sys/oss/.cvsignore:
31791           add for oss_probe
31792
31793 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
31794
31795         reviewed by Benjamin Otte  <otte@gnome.org>
31796
31797         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
31798           add missing 'new_media' argument (fixes #138168)
31799         * gst/matroska/matroska-demux.c:
31800         (gst_matroska_demux_handle_seek_event):
31801           add vararg terminator (fixes #138169)
31802
31803 2004-04-02  David Schleef  <ds@schleef.org>
31804
31805         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
31806         disted (bug #138914)
31807
31808 2004-04-01  Benjamin Otte  <otte@gnome.org>
31809
31810         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
31811         (gst_alsa_close_audio):
31812           handle case better where a soundcard can't pause
31813         * ext/ogg/gstoggdemux.c:
31814           don't crash when we get events but don't have pads yet
31815
31816 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31817
31818         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
31819           throw an error if we couldn't probe any caps.
31820
31821 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
31822
31823         * ext/dvdnav/gst-dvd:
31824         Add a really simple sample DVD player
31825
31826 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
31827
31828         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
31829         (gst_a52dec_push), (gst_a52dec_handle_event),
31830         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
31831         (gst_a52dec_change_state):
31832         * ext/a52dec/gsta52dec.h:
31833           Use a debug category, Output timestamps correctly
31834           Emit tag info, Handle events, tell liba52dec about cpu
31835           capabilities so it can use MMX etc.
31836         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
31837           Fix a crasher accessing invalid memory
31838         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
31839         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
31840         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
31841         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
31842         (dvdnavsrc_query):
31843           Some support for byte-format seeking.
31844           Small fixes for still frames and menu button overlays
31845         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
31846         (gst_mpeg2dec_alloc_buffer):
31847           Use a debug category. Adjust the report level of several items to
31848           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
31849           so it doesn't lose the GstBuffer pointer
31850         * gst/debug/Makefile.am:
31851         * gst/debug/gstdebug.c: (plugin_init):
31852         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
31853         (gst_navseek_base_init), (gst_navseek_class_init),
31854         (gst_navseek_init), (gst_navseek_seek),
31855         (gst_navseek_handle_src_event), (gst_navseek_set_property),
31856         (gst_navseek_get_property), (gst_navseek_chain),
31857         (gst_navseek_plugin_init):
31858         * gst/debug/gstnavseek.h:
31859           Add the navseek debug element for seeking back and forth in a
31860           video stream using arrow keys.
31861         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
31862         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
31863         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
31864         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
31865         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
31866         (gst_mpeg2subt_parse_header), (gst_get_nibble),
31867         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
31868         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
31869         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
31870         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
31871         * gst/mpeg2sub/gstmpeg2subt.h:
31872           Pretty much a complete rewrite. Now a loopbased element. May still
31873           require work to properly synchronise subtitle buffers.
31874         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
31875         (gst_dvd_demux_send_subbuffer):
31876         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
31877           Don't attempt to create subbuffers of size 0
31878           Reduce a couple of error outputs to warnings.
31879         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
31880         (gst_y4mencode_chain):
31881         Output the y4m frame header correctly.
31882
31883 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31884
31885         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
31886           throw errors instead of allowing SIGFPE
31887
31888 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31889
31890         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
31891         (gst_gconf_render_bin_from_key):
31892           leak plugging and style fixing
31893
31894 2004-03-31  David Schleef  <ds@schleef.org>
31895
31896         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
31897         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
31898         (bug #138225)
31899         * gst/debug/Makefile.am:
31900         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
31901         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
31902         plugin.
31903         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
31904         (gst_negotiation_base_init), (gst_negotiation_class_init),
31905         (gst_negotiation_init), (gst_negotiation_getcaps),
31906         (gst_negotiation_pad_link), (gst_negotiation_chain),
31907         (gst_negotiation_set_property), (gst_negotiation_get_property),
31908         (gst_negotiation_plugin_init):  New element to talk about random
31909         negotiation things happening in a pipeline.
31910
31911 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31912
31913         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
31914           fix integer addition with help of Stefan Kost
31915
31916 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31917
31918         * po/nl.po: updated Dutch translation (Elros Cyriatan)
31919
31920 2004-03-30  David Schleef  <ds@schleef.org>
31921
31922         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
31923         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
31924         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
31925         (bug #137504)
31926         * ext/mpeg2dec/gstmpeg2dec.h:
31927
31928 2004-03-30  David Schleef  <ds@schleef.org>
31929
31930         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
31931
31932 2004-03-30  David Schleef  <ds@schleef.org>
31933
31934         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
31935         Michael Petullo) to handle .mov
31936
31937 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31938
31939         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
31940         (gst_osselement_rate_check_rate):
31941           probe caps correctly for sound cards that only support one format
31942
31943 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31944
31945         * ext/kio/kiosrc.cpp: (process_events):
31946           update handling event processing if inside KDE - untested
31947
31948 2004-03-29  David Schleef  <ds@schleef.org>
31949
31950         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
31951         by 2 to not interfere with other colorspaces.
31952         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
31953         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
31954         one to not interfere with ffmpeg_colorspace.
31955
31956 2004-03-29  David Schleef  <ds@schleef.org>
31957
31958         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
31959         aren't in the caps.
31960         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
31961         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
31962
31963 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31964
31965         * gst-libs/gst/riff/riff-media.c:
31966           fail on error, don't try to set stuff on NULL caps
31967
31968 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31969
31970         * configure.ac:
31971         * ext/Makefile.am:
31972         * ext/kio/Makefile.am:
31973         * ext/kio/kioreceiver.cpp:
31974         * ext/kio/kioreceiver.h:
31975         * ext/kio/kiosrc.cpp:
31976         * ext/kio/kiosrc.h:
31977           add experimental kiosrc plugin
31978         * ext/alsa/gstalsaplugin.c: (plugin_init):
31979           initialize debugging category only when we're sure registering the
31980           plugins worked.
31981
31982 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
31983
31984         * examples/gstplay/player.c: (main):
31985         * gst-libs/gst/play/play.c: (gst_play_class_init),
31986         (gst_play_set_location), (gst_play_set_data_src),
31987         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31988         (gst_play_set_visualization), (gst_play_connect_visualization):
31989           check return values of element_set_state and return FALSE where
31990           failed
31991
31992 2004-03-29  Benjamin Otte  <otte@gnome.org>
31993
31994         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
31995           try harder to check if an event is really a discont
31996
31997 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
31998
31999         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
32000         * po/az.po:
32001
32002 2004-03-28  Benjamin Otte  <otte@gnome.org>
32003
32004         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
32005         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
32006         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
32007           get rid of non-standard "..." ranges in case statements.
32008
32009 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
32010
32011         * gst/mpegstream/gstmpegdemux.c:
32012         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
32013         specific functionality split to the new dvddemux element.
32014         * gst/mpegstream/gstdvddemux.c:
32015         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
32016         streams, derived from mpegdemux.
32017         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
32018         up. SCR based timestamp rewriting can be turned off (will probably
32019         completely disappear soon).
32020         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
32021         hacking. General cleanup. All printf statements replaced by
32022         debugging messages. Almost complete libdvdnav support.
32023         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
32024         by events. New properties for audio and subpicture languages.
32025         (dvdnavsrc_update_highlight): Now uses events.
32026         (dvdnavsrc_user_op): Cleaned up.
32027         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
32028         based). Lots of cleanup, and propper support for most libdvdnav
32029         events.
32030         (dvdnavsrc_make_dvd_event): New function.
32031         (dvdnavsrc_make_dvd_nav_packet_event): New function.
32032         (dvdnavsrc_make_clut_change_event): New function.
32033
32034 2004-03-26  Benjamin Otte  <otte@gnome.org>
32035
32036         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
32037           fix bug where typefinding would claim it's theora whenever less then
32038           7 bytes of data were available
32039
32040 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32041
32042         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
32043         (gst_alawdec_base_init), (gst_alawdec_class_init),
32044         (gst_alawdec_init), (gst_alawdec_chain):
32045         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
32046         (gst_alawenc_base_init), (gst_alawenc_class_init),
32047         (gst_alawenc_init), (gst_alawenc_chain):
32048         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
32049         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
32050         (gst_mulawdec_init), (gst_mulawdec_chain):
32051         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
32052         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
32053         (gst_mulawenc_init), (gst_mulawenc_chain):
32054           Fix capsnego in all four, remove the unused property functions and
32055           simplify the chain functions slightly. I guess we could use macros
32056           or something similar for those, since the code is so similar, but
32057           I'm currently too lazy...
32058
32059 2004-03-24  David Schleef  <ds@schleef.org>
32060
32061         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
32062         (gst_osselement_close_audio), (gst_osselement_probe_caps),
32063         (gst_osselement_get_format_structure),
32064         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
32065         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
32066         (gst_osselement_rate_int_compare): Add code to handle rate probing
32067         (bug #120883)
32068         * sys/oss/gstosselement.h: same
32069         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
32070         Use rate probing provided by osselement.
32071         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
32072
32073 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32074
32075         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
32076         (gst_xvidenc_get_property):
32077           ulong/int mess-up.
32078
32079 2004-03-24  David Schleef  <ds@schleef.org>
32080
32081         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
32082         (gst_speexdec_init):
32083         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
32084         (gst_speexenc_init):  Create the pad template correctly (from
32085         the static pad template, not a NULL pointer.)
32086
32087 2004-03-25  Benjamin Otte  <otte@gnome.org>
32088
32089         * gst/debug/Makefile.am:
32090         * gst/debug/breakmydata.c:
32091           add element that quasi-randomly changes bytes in the stream.
32092           Intended use is robustness checking of demuxers and decoders in
32093           media tests.
32094
32095 2004-03-24  Benjamin Otte  <otte@gnome.org>
32096
32097         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32098         (gst_alsa_probe_hw_params):
32099         * ext/alsa/gstalsa.h:
32100           debugging output fixes
32101
32102 2004-03-24  Benjamin Otte  <otte@gnome.org>
32103
32104         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
32105           don't g_return_if_fail if element is PLAYING, fail silently as every
32106           other element.
32107         * gst/effectv/gstquark.c: (gst_quarktv_chain):
32108           only fix needed for cast lvalue issues in gst-plugins
32109         * gst/volenv/gstvolenv.c: (gst_volenv_init):
32110           add proxy_getcaps
32111
32112 2004-03-24  Benjamin Otte  <otte@gnome.org>
32113
32114         * gst/level/gstlevel.c: (gst_level_init):
32115           add proxying getcaps function, so level doesn't advertise impossible
32116           caps
32117
32118 2004-03-24  David Schleef  <ds@schleef.org>
32119
32120         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
32121         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
32122         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
32123         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
32124         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
32125         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
32126         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
32127         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
32128         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
32129         messages.  Divide the chunk size by the compression ratio
32130         (needed for MACE audio)
32131
32132 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32133
32134         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
32135           Fix buffer overflow read error.
32136
32137 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32138
32139         * ext/alsa/gstalsa.h:
32140           Remove unused entry.
32141         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
32142           Add cinepak.
32143         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
32144         (gst_videodrop_link), (gst_videodrop_chain):
32145           Fix, sort of. Was horribly broken with new capsnego. Bah...
32146
32147 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
32148
32149         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
32150         (plugin_init):
32151         Add a monkeysaudio typefind function
32152
32153 2004-03-23  Johan Dahlin  <johan@gnome.org>
32154
32155         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
32156         (gst_play_video_fixate): Check so the structure has the field
32157         before trying to fixate them, this makes it possible to have
32158         fakesinks for video and audio output without printing errors on
32159         the output console.
32160
32161 2004-03-22  David Schleef  <ds@schleef.org>
32162
32163         * sys/oss/Makefile.am:
32164         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
32165         (check_rate), (add_rate):  Rate probing test app.
32166
32167 2004-03-21  Benjamin Otte  <otte@gnome.org>
32168
32169         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
32170         (_fixate_caps_to_int), (gst_audio_convert_fixate):
32171           add a fixation function that pretty much does the right thing (fixes
32172           #137556)
32173
32174 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
32175
32176         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
32177
32178 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
32179
32180         reviewed by: Benjamin Otte  <otte@gnome.org>
32181
32182         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
32183           terminate gst_event_new_discontinuous correctly (fixes parts of
32184           #137711)
32185
32186 2004-03-19  David Schleef  <ds@schleef.org>
32187
32188         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
32189         since it doesn't depend on X, and it's part of our ABI.
32190
32191 2004-03-19  Iain <iain@prettypeople.org>
32192
32193         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
32194         is_int in the structure, not the local variable.
32195
32196 2004-03-19  David Schleef  <ds@schleef.org>
32197
32198         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
32199         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
32200         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
32201         Improvements in caps negotiation.
32202
32203 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32204
32205         * po/LINGUAS:
32206         * po/af.po:
32207           adding Afrikaans (Petri Jooste)
32208
32209 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32210
32211         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32212         (gst_ffmpegcolorspace_chain):
32213         throw error instead of g_critical (#137588)
32214
32215 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32216
32217         * Makefile.am:
32218         * configure.ac:
32219           dist common and m4 correctly
32220         * po/sv.po:
32221
32222 2004-03-17  David Schleef  <ds@schleef.org>
32223
32224         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
32225         (bug #137348)
32226
32227 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
32228
32229         * po/LINGUAS:
32230         * po/sv.po:
32231           adding Swedish translation (Christian Rose)
32232
32233 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
32234
32235         * Makefile.am: use release.mak
32236
32237 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
32238
32239         * common/ChangeLog:
32240         * common/gst-autogen.sh:
32241           add some explanation about the version detection
32242         * configure.ac:
32243           fix X check
32244
32245 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
32246
32247         * configure.ac: bump nano to 1
32248
32249 === release 0.8.0 ===
32250
32251 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
32252
32253         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
32254
32255 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
32256
32257         * configure.ac:
32258           update libtool version
32259         * gst-libs/gst/media-info/Makefile.am:
32260           actually use libtool version
32261
32262 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
32263
32264         * configure.ac: fix speex detection to work with 1.0 but not 1.1
32265
32266 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
32267
32268         * configure.ac:
32269         * gst-plugins.spec.in:
32270         * pkgconfig/Makefile.am:
32271         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
32272         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
32273         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
32274         * pkgconfig/gstreamer-libs.pc.in:
32275         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
32276         * pkgconfig/gstreamer-play-uninstalled.pc.in:
32277         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
32278         * pkgconfig/gstreamer-plugins.pc.in:
32279           remove @VERSION@ from some of the pc files since core and plugins
32280           are decoupled.
32281           created gstreamer-plugins.pc as it's a better name, but keeping
32282           -libs around for now to get fixes upstream done first.
32283
32284 2004-03-15  Julien MOUTTE <julien@moutte.net>
32285
32286         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
32287         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
32288         * gst-libs/gst/play/play.h:
32289
32290 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
32291
32292         * *.c, *.cc: don't mix tabs and spaces
32293
32294 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
32295
32296         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
32297           use the new ffmpegcolorspace
32298         * gst-plugins.spec.in:
32299           package new colorspace and media-info
32300         * configure.ac:
32301         * pkgconfig/Makefile.am:
32302           fix some more disting issues
32303         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
32304         * pkgconfig/gstreamer-media-info.pc.in:
32305           generate media-info pc files
32306
32307 2004-03-15  Johan Dahlin  <johan@gnome.org>
32308
32309         * *.h: Revert indenting
32310
32311 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
32312
32313         * configure.ac:
32314           adding ffmpegcolorspace element
32315         * gst/ffmpegcolorspace/Makefile.am:
32316         * gst/ffmpegcolorspace/avcodec.h:
32317         * gst/ffmpegcolorspace/common.h:
32318         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
32319         * gst/ffmpegcolorspace/dsputil.h:
32320         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
32321         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32322         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
32323         (gst_ffmpeg_caps_to_pix_fmt):
32324         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32325         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32326         (gst_ffmpegcolorspace_caps_remove_format_info),
32327         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
32328         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
32329         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
32330         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
32331         (gst_ffmpegcolorspace_set_property),
32332         (gst_ffmpegcolorspace_get_property),
32333         (gst_ffmpegcolorspace_register):
32334         * gst/ffmpegcolorspace/imgconvert.c:
32335         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
32336         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
32337         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
32338         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
32339         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
32340         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
32341         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
32342         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
32343         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
32344         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
32345         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
32346         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
32347         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
32348         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
32349         (img_get_alpha_info), (deinterlace_line),
32350         (deinterlace_line_inplace), (deinterlace_bottom_field),
32351         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
32352         * gst/ffmpegcolorspace/imgconvert_template.h:
32353         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
32354         * gst/ffmpegcolorspace/mmx.h:
32355         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
32356           adding ffmpegcolorspace element supplied by Ronald after cleaning
32357           up and pulling in the right bits of upstream source.
32358           I'm sure a better C/compiler wizard could do some cleaning up (for
32359           example use GLIB's malloc stuff), but as a first pass this
32360           works very well
32361
32362 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
32363
32364         * ext/alsa/gstalsa.h:
32365           I assume Ronald forgot to commit the change to have cardname
32366           as a struct member.  Expect some public spanking at the next
32367           opportunity.
32368
32369 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32370
32371         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
32372         (gst_alsa_open_audio), (gst_alsa_close_audio):
32373         * ext/alsa/gstalsa.c:
32374           Don't open the device if we're a mixer (= padless).
32375         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
32376         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
32377         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
32378           Open mixer during state change rather than during object
32379           initialization. Also, get a device name. Currently in a somewhat
32380           hackish fashion, but I didn't really find something better.
32381
32382 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32383
32384         * *.c, *.h: run gst-indent
32385
32386 2004-03-14  Benjamin Otte  <otte@gnome.org>
32387
32388         * gst/modplug/gstmodplug.cc:
32389         * gst/modplug/gstmodplug.h:
32390           set correct timestamps on outgoing buffers
32391
32392 2004-03-14  Benjamin Otte  <otte@gnome.org>
32393
32394         * gst/modplug/gstmodplug.cc:
32395           handle events - don't do crap when a discont arrives that's not
32396           necessary
32397           This allows correct loading and playback of mods in Rhythmbox
32398
32399 2004-03-14  Benjamin Otte  <otte@gnome.org>
32400
32401         * configure.ac:
32402         * gst-libs/gst/gconf/Makefile.am:
32403         * pkgconfig/Makefile.am:
32404           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
32405           they get rebuilt properly
32406         * configure.ac:
32407           when checking for vorbis, try pkgconfig first.
32408         * gst/modplug/gstmodplug.cc:
32409           add fixate function
32410
32411 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32412
32413         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
32414           Fix for obvious mistake, where we first shift the offset and then
32415           read a samplesize element assuming the old offset. Note that this
32416           part still has something weird, i.e. my movies containing those
32417           don't actually play well, but at least there's something that looks
32418           like sound now.
32419
32420 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
32421         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
32422         (plugin_init):
32423         Add a typefind function for speex format
32424
32425 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32426
32427         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
32428         (gst_asf_demux_setup_pad):
32429           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
32430           instead of 0. Reason is simple: some elements have a fps range
32431           of 1-max instead of 0-max. So now ASF video actually works.
32432
32433 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
32434
32435         * po/LINGUAS:
32436         * po/sr.po:
32437           adding serbian as a language
32438
32439 2004-03-13  Benjamin Otte  <otte@gnome.org>
32440
32441         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32442           return taglist correctly from _get function, don't gst_pad_push it.
32443           (fixes #137042)
32444
32445 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
32446         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
32447
32448 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32449
32450         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
32451         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
32452         (gst_alsa_mixer_track_new):
32453         * ext/alsa/gstalsamixertrack.h:
32454           Fix ancient leftovers... MixerTrack is a GObject.
32455
32456 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32457
32458         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
32459         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
32460           Don't block during probing...
32461
32462 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32463
32464         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
32465         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
32466         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
32467         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
32468         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
32469         (gst_alsa_open_audio), (gst_alsa_close_audio):
32470         * ext/alsa/gstalsa.h:
32471           Add propertyprobe interface implementation, add some device-name
32472           property, all this so that it looks good in gnome-volume-control.
32473
32474 2004-03-12  David Schleef  <ds@schleef.org>
32475
32476         * configure.ac: the Hermes library controls hermescolorspace, not
32477         colorspace.
32478         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
32479         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
32480         not /* */
32481         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
32482         * ext/sdl/sdlvideosink.h: ditto.
32483         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
32484
32485 2004-03-12  Benjamin Otte  <otte@gnome.org>
32486
32487         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
32488         (gst_x_overlay_got_xwindow_id):
32489         * gst-libs/gst/xoverlay/xoverlay.h:
32490           replace XID with unsigned long to get rid of the xlibs dependency in
32491           XOverlay (fixes #137004)
32492
32493 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
32494         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
32495         (gst_agingtv_setup):
32496         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
32497         (gst_dicetv_base_init), (gst_dicetv_class_init),
32498         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
32499         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
32500         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
32501         (gst_edgetv_setup), (gst_edgetv_rgb32):
32502         * gst/effectv/gsteffectv.c:
32503         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
32504         (gst_quarktv_set_property):
32505         * gst/effectv/gstrev.c: (gst_revtv_get_type),
32506         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
32507         (gst_revtv_setup), (gst_revtv_rgb32):
32508         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
32509         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
32510         (gst_shagadelictv_init), (gst_shagadelictv_setup),
32511         (gst_shagadelictv_rgb32):
32512         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
32513         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
32514         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
32515         * gst/effectv/gstwarp.c:
32516         Port everything that can be ported to videofilter and fix up the caps.
32517         Can someone with a big-endian machine please check these?
32518
32519 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32520
32521         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
32522         (gst_osssink_chain), (gst_osssink_change_state):
32523           Latest fixes for A/V sync, audio playback and such. This is about
32524           all... MPEG playback issues are mostly related to the async build-
32525           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
32526
32527 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
32528
32529         patch from: Stephane Loeuillet
32530
32531         * configure.ac:
32532           use pkg-config for some libraries, falling back to the old .m4 way
32533           (fixes #131270)
32534         * m4/libdv.m4:
32535           removed
32536
32537 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
32538
32539         * configure.ac:
32540         * tools/Makefile.am:
32541         * tools/Makefile.in:
32542         * tools/gst-launch-ext-m.m:
32543         * tools/gst-launch-ext.1.in:
32544         * tools/gst-visualise-m.m:
32545         * tools/gst-visualise.1:
32546         * tools/gst-visualise.1.in:
32547           reorganizing generation of script tools
32548
32549 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32550
32551         * ext/divx/gstdivxdec.c:
32552           Downgrade priority. We prefer ffdec_mpeg4.
32553         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
32554         (gst_faad_chain), (gst_faad_change_state):
32555           Fix capsnego. Doesn't work for some sounds because we don't have
32556           a 5:1 to stereo element.
32557         * ext/xvid/gstxvid.c: (plugin_init):
32558           Add priority.
32559         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
32560         (gst_osssink_change_state):
32561           Add discont handling.
32562
32563 2004-03-09  Colin Walters  <walters@verbum.org>
32564
32565         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
32566         conversion.
32567
32568 2004-03-09  Benjamin Otte  <otte@gnome.org>
32569
32570         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
32571           the signals take 2 arguments
32572
32573 2004-03-09  David Schleef  <ds@schleef.org>
32574
32575         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
32576         (gst_alsa_fixate): Add fixate function.  (bug #136686)
32577         * ext/alsa/gstalsa.h:
32578         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
32579
32580 2004-03-09  Benjamin Otte  <otte@gnome.org>
32581
32582         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
32583         (gst_mikmod_change_state):
32584         * ext/mikmod/gstmikmod.h:
32585           make mikmod's loop function not loop infinitely and call
32586           gst_element_yield anymore
32587         * gst/modplug/gstmodplug.cc:
32588           fix pad negotiation (fixes #136590)
32589
32590 2004-03-09  David Schleef  <ds@schleef.org>
32591
32592         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
32593         doesn't conflict with the internal colorspace plugin.
32594         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
32595         satisfy the crappy-ass shell shipped by a certain vendor.
32596         * gst/videofilter/make_filter: same (bug #135299)
32597
32598 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32599
32600         * configure.ac: bump nano to 1
32601
32602 === release 0.7.6 ===
32603
32604 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32605
32606         * configure.in: releasing 0.7.6, "There"
32607
32608 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32609
32610         * pkgconfig/gstreamer-play-uninstalled.pc.in:
32611         * pkgconfig/gstreamer-play.pc.in:
32612           synchronize the two
32613
32614 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32615
32616         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
32617         (cdparanoia_open), (cdparanoia_event):
32618           fix/add error handling
32619         * po/POTFILES.in:
32620           add cdparanoia source
32621         * tools/Makefile.am:
32622           make scripts executable
32623
32624 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32625
32626         * configure.ac:
32627         * ext/vorbis/Makefile.am:
32628         * sys/Makefile.am:
32629           remove id3types, vorbisfile and xvideosink from the build (#133783)
32630
32631 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32632
32633         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32634           Fix metadata read crash (#136537).
32635
32636 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
32637
32638         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
32639         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
32640           adding mime types, fixing the one-stop function
32641
32642 2004-03-08  Christian Schaller <Uraeus@gnome.org>
32643
32644         * ext/nas/nassink.c and /ext/nas/nassink.h:
32645         More NAS love from Arwed von Merkatz
32646         So lets all sing 'Can you feel the NAS tonight'
32647
32648 2004-03-08  Christian Schaller <Uraeus@gnome.org>
32649
32650         * tools/gst-launch-ext.in:
32651         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
32652
32653 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
32654
32655         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
32656         (gst_mpeg2dec_init):
32657         remove the user_data pad for now, because it is being used in
32658         fixating causing MPEG playback to fixate on 1000 Hz for playback.
32659         If someone knows how to fix this properly, please do.
32660
32661 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
32662
32663         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
32664         (gst_osssink_get_time):
32665         add a warning, IMO this won't get triggered anymore, remove later
32666
32667 2004-03-07  David Schleef  <ds@schleef.org>
32668
32669         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
32670         format (bug #136470)
32671
32672 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
32673
32674         * gst-libs/Makefile.am:
32675         * gst-libs/gst/media-info/Makefile.am:
32676         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
32677         (error_callback), (gst_media_info_error_create),
32678         (gst_media_info_error_element), (gmip_init), (gmip_reset),
32679         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
32680         * gst-libs/gst/media-info/media-info-priv.h:
32681         * gst-libs/gst/media-info/media-info-test.c: (main):
32682         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
32683         (gst_media_info_class_init), (gst_media_info_instance_init),
32684         (gst_media_info_set_source), (gst_media_info_read_with_idler),
32685         (gst_media_info_read_idler), (gst_media_info_read):
32686         * gst-libs/gst/media-info/media-info.h:
32687         fixed, should work now
32688
32689 2004-03-07  Christian Schaller <Uraeus@gnome.org>
32690
32691         * ext/nas/nassink.c:
32692         A bunch of NAS fixes from Arwed von Merkatz
32693
32694 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32695
32696         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
32697         (qtdemux_parse_trak):
32698           Fix crash (j might be greater than n_samples, in which case we're
32699           writing outside the allocated space for the array) and memleak.
32700
32701 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32702
32703         * sys/oss/gstosssink.c: (gst_osssink_chain):
32704           And another caller that couldn't handle delay < 0 (unsigned
32705           integer overflow). Video now continues playing on an audio
32706           buffer underrun, and the clock continues working. Audio still
32707           stalls.
32708
32709 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32710
32711         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
32712         (gst_osssink_get_time):
32713           get_delay() may return values lower than 0. In those cases, we
32714           should not actually cast to *unsigned* int64, that will break
32715           stuff horribly. In my case, it screwed up A/V sync in movies
32716           in totem rather badly.
32717
32718 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32719
32720         * ext/faac/gstfaac.c: (gst_faac_chain):
32721         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32722         * ext/libpng/gstpngenc.c: (user_write_data):
32723         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
32724         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
32725         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
32726         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
32727         Fix several misuse of gst_buffer_merge (it doesn't take ownership
32728         of any buffer), should fix some leaks. I hope I didn't unref buffers
32729         that shouldn't be...
32730
32731 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32732
32733         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
32734         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
32735         (error_callback), (gmi_reset), (gmi_seek_to_track),
32736         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
32737         (gmip_find_type_post), (gmip_find_stream_post),
32738         (gmip_find_track_streaminfo_post):
32739         * gst-libs/gst/media-info/media-info-priv.h:
32740         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
32741         (info_print), (main):
32742         * gst-libs/gst/media-info/media-info.c:
32743         (gst_media_info_error_create), (gst_media_info_error_element),
32744         (gst_media_info_instance_init), (gst_media_info_get_property),
32745         (gst_media_info_new), (gst_media_info_set_source),
32746         (gst_media_info_read_idler), (gst_media_info_read):
32747         * gst-libs/gst/media-info/media-info.h:
32748           first pass at making this work again.  This seems to work on
32749           tagged ogg/vorbis and mp3 files.
32750
32751 2004-03-06  Benjamin Otte  <otte@gnome.org>
32752
32753         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
32754           fix huge leak: gst_buffer_merge doesn't unref the first argument
32755           itself.
32756
32757 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32758
32759         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
32760           report layer/mode/emphasis
32761
32762 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32763
32764         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
32765
32766 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32767
32768         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
32769           signal serial
32770
32771 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32772
32773         * ext/vorbis/vorbis.c: (plugin_init):
32774         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32775         (gst_vorbis_dec_init), (vorbis_dec_event):
32776         add debug category
32777         make vorbisdec handle _BYTE and _TIME queries
32778
32779 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32780
32781         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
32782           from the xing header
32783
32784 2004-03-06  Benjamin Otte  <otte@gnome.org>
32785
32786         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
32787         (gst_audio_convert_link), (gst_audio_convert_change_state),
32788         (gst_audio_convert_buffer_from_default_format):
32789           do conversions from/to float correctly, fix some caps nego errors,
32790           export correct supported caps in template and getcaps, use correct
32791           caps in try_set_caps functions
32792
32793 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32794
32795         For some reason, I only committed a ChangeLog entry yesterday and
32796         not the corresponding code...
32797         * ext/mad/gstmad.c: Fix detection of Xing headers
32798         * gst/tags/gstid3tag.c: Changes to support TLEN tags
32799
32800 2004-03-06  Benjamin Otte  <otte@gnome.org>
32801
32802         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
32803         (gst_ogg_demux_src_query):
32804           make sure to handle the case where there's no current chain
32805           gracefully.
32806
32807 2004-03-05  David Schleef  <ds@schleef.org>
32808
32809         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
32810         Add fixate function. (bug #131128)
32811         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
32812         (gst_sdlvideosink_fixate):  Add fixate function.
32813         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32814         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
32815         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
32816         Fix missing break that was causing ulaw to be interpreted as
32817         raw int.
32818
32819 2004-03-05  David Schleef  <ds@schleef.org>
32820
32821         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
32822         Fix code that ignores return value of gst_buffer_merge().
32823         (bug #114560)
32824         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
32825         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
32826         * testsuite/gst-lint:  Check for above.
32827
32828 2004-03-05  David Schleef  <ds@schleef.org>
32829
32830         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
32831         caps and throw an element error.  (bug #136334)
32832
32833 2004-03-05  David Schleef  <ds@schleef.org>
32834
32835         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
32836         (gst_faad_chain): Fix negotiation.
32837         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
32838         key and button events.
32839         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
32840         dung heap of code.
32841         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
32842         depends on gconf
32843         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
32844         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32845         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
32846         function to encourage better negotiation, particularly between
32847         audioconvert and osssink.
32848         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
32849         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
32850         more important.
32851         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
32852         typefinding.
32853         * gst/vbidec/vbiscreen.c:  Add glib header
32854         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
32855
32856 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
32857
32858         * ext/mad/gstmad.c: Fix detection of Xing headers
32859         * gst/tags/gstid3tag.c: Changes to support TLEN tags
32860
32861 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32862
32863         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
32864         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
32865           debug updates
32866
32867 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32868
32869         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
32870         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
32871         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
32872         files, and report the parsed length as a GST_TAG_DURATION tag.
32873         * gst/tags/gstid3tag.c: support TLEN (duration) tag
32874
32875 2004-03-05  Benjamin Otte  <otte@gnome.org>
32876
32877         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
32878           convert channels correctly. convert correctly to unsigned.
32879
32880 2004-03-05  Julien MOUTTE <julien@moutte.net>
32881
32882         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
32883         we have a window before clearing it.
32884
32885 2004-03-05  Julien MOUTTE <julien@moutte.net>
32886
32887         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
32888         have a window before clearing it.
32889
32890 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32891
32892         * gconf/gstreamer.schemas.in:
32893         * gst-libs/gst/gconf/Makefile.am:
32894           version installation path the same way as for 0.6
32895         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
32896         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
32897         * pkgconfig/gstreamer-play-uninstalled.pc.in:
32898           remove comment that was fixed
32899
32900 2004-03-05  David Schleef  <ds@schleef.org>
32901
32902         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
32903         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
32904         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
32905         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
32906         Add prototype code for handling seeking and querying.
32907
32908 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32909
32910         * examples/gstplay/player.c: (main):
32911           Initialize variables to NULL. Prevents a segfault because the
32912           (uninitialized) variable is not NULL, resulting in a crash on
32913           trying to reach error->message.
32914
32915 2004-03-05  Benjamin Otte  <otte@gnome.org>
32916
32917         * gst/audioconvert/gstaudioconvert.c:
32918         (gst_audio_convert_buffer_to_default_format):
32919         make float=>int conversion work correctly even in cornercases.
32920
32921 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
32922
32923         * debian/README.Debian:
32924         * debian/build-deps:
32925         * debian/changelog:
32926         * debian/control:
32927         * debian/control.in:
32928         * debian/copyright:
32929         * debian/gstreamer-a52dec.files:
32930         * debian/gstreamer-aa.files:
32931         * debian/gstreamer-alsa.files:
32932         * debian/gstreamer-alsa.manpages:
32933         * debian/gstreamer-arts.files:
32934         * debian/gstreamer-artsd.files:
32935         * debian/gstreamer-audiofile.files:
32936         * debian/gstreamer-avifile.files:
32937         * debian/gstreamer-cdparanoia.files:
32938         * debian/gstreamer-colorspace.files:
32939         * debian/gstreamer-doc.files:
32940         * debian/gstreamer-dv.files:
32941         * debian/gstreamer-dvd.files:
32942         * debian/gstreamer-esd.files:
32943         * debian/gstreamer-festival.files:
32944         * debian/gstreamer-flac.files:
32945         * debian/gstreamer-gconf.conffiles:
32946         * debian/gstreamer-gconf.files:
32947         * debian/gstreamer-gconf.postinst:
32948         * debian/gstreamer-gnomevfs.files:
32949         * debian/gstreamer-gsm.files:
32950         * debian/gstreamer-http.files:
32951         * debian/gstreamer-jack.files:
32952         * debian/gstreamer-jpeg.files:
32953         * debian/gstreamer-mad.files:
32954         * debian/gstreamer-mikmod.files:
32955         * debian/gstreamer-misc.files:
32956         * debian/gstreamer-mpeg2dec.files:
32957         * debian/gstreamer-oss.files:
32958         * debian/gstreamer-plugin-apps.files:
32959         * debian/gstreamer-plugin-apps.manpages:
32960         * debian/gstreamer-plugin-libs-dev.files:
32961         * debian/gstreamer-plugin-libs.files:
32962         * debian/gstreamer-plugin-template.postinst:
32963         * debian/gstreamer-plugin-template.postrm:
32964         * debian/gstreamer-sdl.files:
32965         * debian/gstreamer-sid.files:
32966         * debian/gstreamer-vorbis.files:
32967         * debian/gstreamer-x.files:
32968         * debian/mk.control:
32969         * debian/rules:
32970         Debian package info not maintained here.
32971
32972 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
32973
32974         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
32975         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
32976         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
32977         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
32978         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
32979         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
32980         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
32981         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
32982         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
32983         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
32984         * gst-libs/gst/colorbalance/colorbalance.c:
32985         (gst_color_balance_class_init):
32986         * gst-libs/gst/colorbalance/colorbalancechannel.c:
32987         (gst_color_balance_channel_class_init):
32988         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
32989         * gst-libs/gst/play/play.c: (gst_play_class_init):
32990         * gst-libs/gst/propertyprobe/propertyprobe.c:
32991         (gst_property_probe_iface_init):
32992         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
32993         * gst-libs/gst/tuner/tunerchannel.c:
32994         (gst_tuner_channel_class_init):
32995         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
32996         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
32997         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
32998         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
32999         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
33000         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33001         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33002         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
33003         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
33004           fix signals to use - instead of _
33005         * ext/libcaca/gstcacasink.h:
33006         * ext/sdl/sdlvideosink.h:
33007           fix header rename
33008
33009 2004-03-04  David Schleef  <ds@schleef.org>
33010
33011         * testsuite/gst-lint:  Add a check for bad signal names.
33012
33013 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
33014
33015         reviewed by David Schleef
33016
33017         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
33018         modified the alpha channel and caused a warning. (bug #136192)
33019
33020 2004-04-03  Christian Schaller <Uraeus@gnome.org>
33021
33022         * gst-plugins.spec.in:
33023         Change names of plugins to actually be correct. Try to keep things
33024         alphabetical to avoid getting beat up by Thomas
33025
33026 2004-03-03  Julien MOUTTE <julien@moutte.net>
33027
33028         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
33029         Using ximagesink as a default if no gconf key found. We should
33030         probably consider using alsasink instead of osssink for the audio
33031         part.
33032
33033 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33034
33035         * configure.ac:
33036           fix --with-plugins, don't think it ever worked before
33037         * gst-plugins.spec.in:
33038           even more updates
33039
33040 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33041
33042         * ext/sdl/sdlvideosink.h:
33043         * sys/ximage/ximagesink.h:
33044         * sys/xvideo/xvideosink.h:
33045         * sys/xvimage/xvimagesink.h:
33046           Fix for move of gstvideosink.h -> videosink.h.
33047
33048 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33049
33050         * gst-libs/gst/xwindowlistener/Makefile.am:
33051           this is a plugin library, not a library
33052
33053 2004-03-01  David Schleef  <ds@schleef.org>
33054
33055         * AUTHORS:  Added some names.  Add yourself if you're still
33056         missing.
33057
33058 2004-03-01  David Schleef  <ds@schleef.org>
33059
33060         * MAINTAINERS: Add
33061
33062 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
33063
33064         * gst-plugins.spec.in: clean up spec file
33065
33066 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
33067
33068         * gst-libs/gst/video/Makefile.am:
33069         * gst-libs/gst/video/gstvideosink.c:
33070         * gst-libs/gst/video/gstvideosink.h:
33071           rename gstvideosink.h to videosink.h to match other headers
33072         * gst/mixmatrix/Makefile.am:
33073           fix plugin filename
33074         * gst/tags/Makefile.am: fix plugin filename
33075
33076 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
33077
33078         * gst/tags/Makefile.am: fix plugin filename
33079
33080 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
33081
33082         * examples/gstplay/player.c: (got_time_tick), (main):
33083           add error handler
33084           display time_tick more readably
33085         * gst/mixmatrix/Makefile.am:
33086           fix plugin file name
33087
33088 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
33089
33090         * sys/oss/gstosselement.c: (gst_osselement_probe),
33091         (device_combination_append), (gst_osselement_class_probe_devices):
33092         * sys/oss/gstosselement.h:
33093           Reworked enumeration of oss dsps and mixers so that gst-mixer works
33094           on my system using alsa oss emulation, fixes bug #135597
33095
33096 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33097
33098         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
33099         (gst_videodrop_chain), (gst_videodrop_change_state):
33100         * gst/videodrop/gstvideodrop.h:
33101           Work based on timestamp of input data, not based on the expected
33102           framerate from the input. The consequence is that this element now
33103           not only scales framerates, but also functions as a framerate
33104           corrector or framerate stabilizer/constantizer.
33105
33106 2004-02-27  David Schleef  <ds@schleef.org>
33107
33108         patches from jmmv@menta.net (Julio M. Merino Vidal)
33109
33110         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
33111         GST_ELEMENT_ERROR call (bug #135634)
33112         * gst/interleave/interleave.c: (interleave_buffered_loop),
33113         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
33114         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
33115         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
33116         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
33117         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
33118         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33119         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
33120         Fix GST_ELEMENT_ERROR call.
33121         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
33122         GST_ELEMENT_ERROR call.
33123
33124 2004-02-27  Benjamin Otte  <otte@gnome.org>
33125
33126         * gst-libs/gst/audio/audio.h:
33127           add macro to make sure header isn't included twice
33128         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
33129           don't use gst_buffer_free
33130         * gst/playondemand/filter.func:
33131           don't use gst_data_free. Free data only once.
33132
33133 2004-02-26  David Schleef  <ds@schleef.org>
33134
33135         * gst-libs/gst/colorbalance/Makefile.am:
33136         * gst-libs/gst/mixer/Makefile.am:
33137         * gst-libs/gst/tuner/Makefile.am:
33138         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
33139         should not be disted, -marshal.h files should not be installed,
33140         and -enum.h files _should_ be installed.  Fix to make this the
33141         case.
33142
33143 === release 0.7.5 ===
33144
33145 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33146
33147         * configure.ac: release 0.7.5, "Under The Sea"
33148
33149 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33150
33151         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
33152         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
33153         * gst/videoscale/gstvideoscale.c:
33154         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
33155           assorted debug/warning fixes
33156
33157 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33158
33159         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
33160         (gst_videoscale_init), (gst_videoscale_chain),
33161         (gst_videoscale_set_property), (plugin_init):
33162         * gst/videoscale/gstvideoscale.h:
33163         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
33164         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
33165         (gst_videoscale_planar400), (gst_videoscale_packed422),
33166         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
33167         (gst_videoscale_24bit), (gst_videoscale_16bit),
33168         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
33169         (gst_videoscale_scale_plane_slow),
33170         (gst_videoscale_scale_point_sample),
33171         (gst_videoscale_scale_nearest),
33172         (gst_videoscale_scale_nearest_str2),
33173         (gst_videoscale_scale_nearest_str4),
33174         (gst_videoscale_scale_nearest_32bit),
33175         (gst_videoscale_scale_nearest_24bit),
33176         (gst_videoscale_scale_nearest_16bit):
33177         add debugging category and use it properly
33178         fix use of GST_PTR_FORMAT
33179
33180 2004-02-25  Andy Wingo  <wingo@pobox.com>
33181
33182         * gst/interleave/interleave.c (interleave_buffered_loop): Always
33183         push only when channel->buffer is NULL. Prevents segfaults doing
33184         the state change after a nonlocal exit, like a scheme exception.
33185
33186         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
33187         Handle the case where the intersected caps is empty.
33188
33189 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33190
33191         * gst/law/mulaw-decode.c: (mulawdec_link):
33192         * gst/law/mulaw.c: (plugin_init):
33193           fix mulawdec so it actually works again
33194
33195 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
33196
33197         reviewed by: David Schleef  <ds@schleef.org>
33198
33199         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
33200         (gst_gamma_init), (gst_gamma_set_property),
33201         (gst_gamma_get_property), (gst_gamma_calculate_tables),
33202         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
33203         for RGB, with separate r g and b correction factors. (#131167)
33204
33205 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33206
33207         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
33208           only signal tags for bitrate if they're > 0 (#134894)
33209
33210 2004-02-24  David Schleef  <ds@schleef.org>
33211
33212         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
33213         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
33214         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
33215         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
33216         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
33217         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
33218         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
33219         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
33220         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
33221         category.  Attempt to fix timestamp calculation.
33222
33223 2004-02-24  Johan Dahlin  <johan@gnome.org>
33224
33225         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
33226
33227 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33228
33229         * configure.ac:
33230         * gconf/Makefile.am:
33231         * gconf/gstreamer.schemas:
33232         * gst-libs/gst/gconf/Makefile.am:
33233         * gst-libs/gst/gconf/gconf.c:
33234           version gconf schemas and install locations
33235
33236 2004-02-23  Benjamin Otte  <otte@gnome.org>
33237
33238         * ext/xine/xineinput.c: (gst_xine_input_dispose):
33239         (gst_xine_input_subclass_init):
33240           call parent dispose.
33241           change pad template for CD reader correctly
33242         * ext/xine/Makefile.am:
33243         * ext/xine/gstxine.h:
33244         * ext/xine/xine.c: (plugin_init):
33245         * ext/xine/xineaudiosink.c:
33246           wrap audio sinks, too
33247         * gst-libs/gst/resample/private.h:
33248         * gst-libs/gst/resample/resample.c: (gst_resample_init),
33249         (gst_resample_reinit), (gst_resample_scale),
33250         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
33251         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
33252         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
33253         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
33254         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
33255         * gst-libs/gst/resample/resample.h:
33256         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
33257         (gst_audioscale_class_init), (gst_audioscale_link),
33258         (gst_audioscale_get_buffer), (gst_audioscale_init),
33259         (gst_audioscale_chain), (gst_audioscale_set_property),
33260         (gst_audioscale_get_property):
33261         * gst/audioscale/gstaudioscale.h:
33262           s/resample_*/gst_resample_*/i to not clobber namespaces
33263
33264 2004-02-23  Julien MOUTTE  <julien@moutte.net>
33265
33266         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
33267         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
33268         (gst_riff_create_video_template_caps),
33269         (gst_riff_create_audio_template_caps),
33270         (gst_riff_create_iavs_template_caps):
33271         * gst-libs/gst/riff/riff-media.h:
33272         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
33273         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
33274         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
33275         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
33276         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
33277         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
33278         (gst_matroska_demux_plugin_init): First batch implementing audio and
33279         video codec tags in demuxers.
33280
33281 2004-02-22  Benjamin Otte  <otte@gnome.org>
33282
33283         * ext/xine/Makefile.am:
33284         * ext/xine/gstxine.h:
33285         * ext/xine/xine.c: (plugin_init):
33286         * ext/xine/xineinput.c:
33287           add input plugin wrapper. Playback from files, http, mms and cdda
33288           works.
33289         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
33290           remove leftover G_GNUC_UNUSED
33291         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
33292         (gst_asf_demux_identify_guid):
33293           improve debugging output
33294
33295 2004-02-22  Benjamin Otte  <otte@gnome.org>
33296
33297         reported by: Padraig O'Briain <padraig.obriain@sun.com>
33298
33299         * autogen.sh:
33300           replace test -e with test -x for mkinstalldirs to be more portable.
33301           (fixes #134816)
33302
33303 2004-02-22  Benjamin Otte  <otte@gnome.org>
33304
33305         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
33306
33307         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
33308           set rank to PRIMARY
33309         * gst/volume/gstvolume.c: (plugin_init):
33310           set rank to NONE
33311         fixes #134960
33312
33313 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
33314
33315         reviewed by Benjamin Otte  <otte@gnome.org>
33316
33317         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
33318           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
33319
33320 2004-02-22  Benjamin Otte  <otte@gnome.org>
33321
33322         * configure.ac:
33323           export [_]*{gst,Gst,GST}.* symbols from plugins
33324
33325 2004-02-22  Christophe Fergeau <teuf@gnome.org>
33326
33327         reviewed by: Benjamin Otte  <otte@gnome.org>
33328
33329         * ext/lame/gstlame.c: (add_one_tag):
33330         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
33331         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
33332         (gst_vorbisenc_metadata_set1):
33333         * gst/tags/gstid3tag.c:
33334         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
33335           apply fixes from bugs #135042 (lame can't write tags) and #133817
33336           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
33337
33338 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
33339
33340         * configure.ac: Export only gst_plugin_desc from plugins.
33341          Note that this change only makes any effect with Linux using libtool
33342          1.5.2 or higher. Otherwise it is silently ignored, but it would build
33343          fine. And don't try to have several versions of libtool in different
33344          directories.
33345
33346 2004-02-20  Andy Wingo  <wingo@pobox.com>
33347
33348         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
33349         interleave respectively.
33350
33351         * gst/interleave/deinterleave.c: New plugin: deinterleave
33352         (replaces on oneton).
33353         * gst/interleave/interleave.c: New plugin: interleave.
33354         * gst/interleave/plugin.h: Support file.
33355         * gst/interleave/plugin.c: Support file.
33356
33357         * configure.ac: Remove intfloat and oneton, add interleave.
33358
33359         * ext/sndfile/gstsf.c: Handle events better.
33360
33361         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
33362         and float2int operation. int2float has scheduling problems as
33363         noted in in2float_chain.
33364
33365 2004-02-20  Benjamin Otte  <otte@gnome.org>
33366
33367         * ext/xine/Makefile.am:
33368         * ext/xine/gstxine.h:
33369         * ext/xine/xine.c:
33370         * ext/xine/xineaudiodec.c:
33371         * ext/xine/xinecaps.c:
33372           add first version of xine plugin wrapper. Currently only wraps the
33373           QDM2 win32 DLL, and even that only in proof-of-concept quality.
33374         * configure.ac:
33375         * ext/Makefile.am:
33376           add xine plugin wrapper, disabled by default. Use --enable-xine to
33377           build. Note that it'll segfault on gst-register if you don't remove
33378           the goom and tvtime post plugins from xine.
33379         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
33380         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
33381           add extradata parsing for QDM2.
33382           change around debugging prints.
33383
33384 2004-02-19  Benjamin Otte  <otte@gnome.org>
33385
33386         * ext/lame/gstlame.c: (gst_lame_chain):
33387         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
33388           use gst_tag_list_insert when you want to insert tags
33389
33390 2004-02-18  David Schleef  <ds@schleef.org>
33391
33392         * configure.ac:  Move massink to gst-rotten
33393         * ext/Makefile.am:
33394         * ext/mas/Makefile.am:
33395         * ext/mas/massink.c:
33396         * ext/mas/massink.h:
33397
33398 2004-02-18  David Schleef  <ds@schleef.org>
33399
33400         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
33401         typefinding, since it seems to be worse than nothing.
33402         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
33403         atom to recognize .mp4 and .m4a files as video/quicktime.
33404
33405 2004-02-18  David Schleef  <ds@schleef.org>
33406
33407         * gst/sine/demo-dparams.c: (quit_live),
33408         (dynparm_log_value_changed), (dynparm_value_changed), (main):
33409         Use double dparams, not float.
33410         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
33411         (gst_sinesrc_init): Change sync default to FALSE, since multiple
33412         sync'd elements don't really work correctly.
33413         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
33414         (volume_update_volume), (volume_get_property):  Change dparam
33415         to double.
33416
33417 2004-02-18  Julien MOUTTE  <julien@moutte.net>
33418
33419         * sys/ximage/ximagesink.c:
33420         (gst_ximagesink_xwindow_update_geometry),
33421         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
33422         (gst_ximagesink_change_state), (gst_ximagesink_expose),
33423         (gst_ximagesink_init): Rework the way software video scaling works. So
33424         now we check on each chain call if the video frames are feeling the
33425         window. If not we try to renegotiate caps. On failure we memorize that
33426         and we won't try again for that PLAYING sessions.
33427         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
33428         failure.
33429         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
33430         synchronous flag.
33431
33432 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33433
33434         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
33435           break up _link so we can give a better debug message for errors
33436
33437 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33438
33439         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
33440           set up debug category
33441
33442 2004-02-18  Julien MOUTTE <julien@moutte.net>
33443
33444         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
33445         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
33446         the way renegotiation work. The event handling function is not taking
33447         care of external windows and renegotiate method check for pad flags
33448         NEGOTIATING. Should fix : #133209
33449
33450 2004-02-17  Julien MOUTTE  <julien@moutte.net>
33451
33452         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
33453         pad is negotiating before trying renegotiation.
33454
33455 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33456
33457         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
33458           pass on all possible mime types as typefind hints
33459
33460 2004-02-17  Julien MOUTTE <julien@moutte.net>
33461
33462         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
33463         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
33464         possible SHM leak if we crash. All other apps using XShm are doing
33465         that.
33466
33467 2004-02-17  Julien MOUTTE  <julien@moutte.net>
33468
33469         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
33470         (gst_ximagesink_expose): Renegotiate size on expose.
33471         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
33472         size on expose.
33473
33474 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33475
33476         * testsuite/alsa/sinesrc.c:
33477           cosmetic fix to fix compile issue with gcc 2.95.4
33478
33479 2004-02-16  Julien MOUTTE <julien@moutte.net>
33480
33481         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33482         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
33483         failed opening the audio device.
33484         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33485         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
33486         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
33487         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
33488         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
33489         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
33490         (gst_ximagesink_change_state), (gst_ximagesink_chain),
33491         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
33492         Removing some useless g_return_if_fail like wingo suggested.
33493         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33494         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
33495         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
33496         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
33497         (gst_xvimagesink_update_colorbalance),
33498         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
33499         (gst_xvimagesink_xcontext_clear),
33500         (gst_xvimagesink_get_fourcc_from_caps),
33501         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
33502         (gst_xvimagesink_set_xwindow_id),
33503         (gst_xvimagesink_colorbalance_list_channels),
33504         (gst_xvimagesink_colorbalance_set_value),
33505         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
33506         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
33507
33508 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
33509
33510         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
33511           throw error when not negotiated instead of asserting
33512
33513 2004-02-15  Julien MOUTTE  <julien@moutte.net>
33514
33515         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
33516         correct data refcounting.
33517
33518 2004-02-15  Julien MOUTTE  <julien@moutte.net>
33519
33520         * gst/switch/gstswitch.c: (gst_switch_change_state),
33521         (gst_switch_class_init): Cleaning the sinkpads correctly on state
33522         change, mostly the EOS flag.
33523
33524 2004-02-15  Julien MOUTTE  <julien@moutte.net>
33525
33526         * examples/gstplay/player.c: (got_eos), (main): Adding some
33527         output for debugging.
33528         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
33529         timeouts if we go to any state different from PLAYING.
33530         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
33531         more EOS bugs in riff lib.
33532
33533 2004-02-14  Julien MOUTTE  <julien@moutte.net>
33534
33535         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
33536         visualization until i find a way to fix switch correctly.
33537         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
33538         EOS arrives.
33539         * gst/switch/gstswitch.c: (gst_switch_release_pad),
33540         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
33541         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
33542         Reworked switch to get a more correct behaviour with events and refing
33543         of data stored in sinkpads.
33544         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
33545         we don't pull from a pad in EOS.
33546
33547 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33548
33549         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
33550           remove v1 tag even if we can't read it (makes sure we don't detect
33551           it again)
33552
33553 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33554
33555         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
33556         (gst_alsa_xrun_recovery):
33557         * ext/alsa/gstalsa.h:
33558           try xrun recovery when wait failed. Make xrun recovery function
33559           return TRUE/FALSE to indicate success. (might fix #134354)
33560
33561 2004-02-13  David Schleef  <ds@schleef.org>
33562
33563         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
33564         (dynparm_value_changed), (main): Convert from float to double.
33565         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
33566
33567 2004-02-13  David Schleef  <ds@schleef.org>
33568
33569         * gst/silence/gstsilence.c: (gst_silence_class_init),
33570         (gst_silence_set_clock), (gst_silence_get),
33571         (gst_silence_set_property), (gst_silence_get_property):
33572         * gst/silence/gstsilence.h: Add sync property.
33573         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
33574         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
33575         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
33576         * gst/sine/gstsinesrc.h: Add sync property.
33577
33578 2004-02-13  David Schleef  <ds@schleef.org>
33579
33580         * gst/intfloat/gstint2float.c: (conv_f32_s16),
33581         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
33582
33583 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
33584
33585         * configure.ac:
33586         * ext/Makefile.am:
33587         * gst-libs/ext/Makefile.am:
33588           move ffmpeg plugin to gst-ffmpeg module
33589
33590 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
33591
33592         * configure.ac: use GST_ARCH to detect architecture
33593
33594 2004-02-12  Julien MOUTTE  <julien@moutte.net>
33595
33596         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
33597
33598 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33599
33600         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
33601           classify LADSPA plugins based on number of src/sink pads
33602           (#133663, Stefan Kost)
33603         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
33604           fix dparams registration
33605           (#133528, Stefan Kost)
33606         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
33607           fix use of isprint and use g_ascii_isprint instead
33608           (#133316, Stefan Kost)
33609
33610 2004-02-11  David Schleef  <ds@schleef.org>
33611
33612         Convert a few inner loops to use liboil.  This is currently
33613         optional, and is only enabled if liboil is present (duh!).
33614         * configure.ac: Check for liboil-0.1
33615         * gst/intfloat/Makefile.am:
33616         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
33617         (gst_int2float_chain_gint16):
33618         * gst/videofilter/Makefile.am:
33619         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
33620         (tablelookup_u8), (gst_videobalance_planar411):
33621         * gst/videotestsrc/Makefile.am:
33622         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
33623         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
33624         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
33625         (paint_hline_RGB565), (paint_hline_xRGB1555):
33626
33627 2004-02-11  David Schleef  <ds@schleef.org>
33628
33629         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
33630         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
33631         (gst_colorspace_getcaps), (gst_colorspace_link),
33632         (gst_colorspace_base_init), (gst_colorspace_init),
33633         (gst_colorspace_chain), (gst_colorspace_change_state),
33634         (plugin_init): Merge Ronald's patch (bug #117897) and update
33635         for new caps and negotiation.  Seems to work, although it
33636         shows off bugs in lcs.
33637
33638 2004-02-11  David Schleef  <ds@schleef.org>
33639
33640         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
33641         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
33642
33643 2004-02-11  David Schleef  <ds@schleef.org>
33644
33645         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
33646         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
33647         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
33648         Add server and port properties
33649
33650 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
33651
33652         * m4/a52.m4:
33653         * m4/aalib.m4:
33654         * m4/as-ffmpeg.m4:
33655         * m4/as-liblame.m4:
33656         * m4/as-slurp-ffmpeg.m4:
33657         * m4/check-libheader.m4:
33658         * m4/esd.m4:
33659         * m4/freetype2.m4:
33660         * m4/gconf-2.m4:
33661         * m4/glib.m4:
33662         * m4/gst-alsa.m4:
33663         * m4/gst-artsc.m4:
33664         * m4/gst-ivorbis.m4:
33665         * m4/gst-matroska.m4:
33666         * m4/gst-sdl.m4:
33667         * m4/gst-shout2.m4:
33668         * m4/gst-sid.m4:
33669         * m4/gtk.m4:
33670         * m4/libdv.m4:
33671         * m4/libfame.m4:
33672         * m4/libmikmod.m4:
33673         * m4/ogg.m4:
33674         * m4/vorbis.m4:
33675           fix underquotedness of macros (#133800)
33676         * m4/as-avifile.m4:
33677         * m4/xmms.m4:
33678           removed because no longer used
33679
33680 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
33681
33682         * configure.ac:
33683           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
33684           by autopoint (fixes #132996)
33685
33686 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33687
33688         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
33689         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
33690         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
33691         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
33692           fix memleaks
33693
33694 2004-02-11  David Schleef  <ds@schleef.org>
33695
33696         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33697         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
33698         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
33699         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
33700         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
33701         (gst_jpegenc_class_init), (gst_jpegenc_init),
33702         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
33703         (gst_jpegenc_chain), (gst_jpegenc_set_property),
33704         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
33705         * ext/jpeg/gstjpegenc.h: Fix negotiation.
33706
33707 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33708
33709         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
33710         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
33711         * ext/mikmod/gstmikmod.h:
33712           fix caps negotiation in mikmod
33713         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
33714           output debug information
33715
33716 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33717
33718         * gst-libs/gst/colorbalance/Makefile.am:
33719         * gst-libs/gst/navigation/Makefile.am:
33720         * gst-libs/gst/xoverlay/Makefile.am:
33721           remove unused GST_OPT_CFLAGS from Makefiles
33722           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
33723
33724 2004-02-07  David Schleef  <ds@schleef.org>
33725
33726         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
33727         push events to pads that haven't been created (#133508)
33728
33729 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
33730
33731         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
33732         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
33733         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33734         (gst_dvdec_loop), (gst_dvdec_change_state):
33735         Second attempt at committing a working dvdec element.
33736
33737 2004-02-06  David Schleef  <ds@schleef.org>
33738
33739         Build fixes for OS X: (see #129600)
33740         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
33741         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
33742         (gst_riff_read_strf_iavs):
33743         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
33744         (gst_avi_demux_stream_odml):
33745         * gst/playondemand/Makefile.am:
33746         * gst/rtp/rtp-packet.c:
33747
33748 2004-02-05  David Schleef  <ds@schleef.org>
33749
33750         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
33751         last change, because it Just Doesn't Compile.
33752
33753 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33754
33755         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
33756           skip undecodable id3v2 tag instead of keeping it
33757
33758 2004-02-05  David Schleef  <ds@schleef.org>
33759
33760         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
33761         Unref leaked buffer.  (Noticed by Ronald)
33762
33763 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
33764
33765         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
33766         Sync requires with other checks.  >= vs =.
33767
33768 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
33769
33770         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
33771         (gst_dvdec_video_link), (gst_dvdec_loop):
33772         * ext/dv/gstdvdec.h:
33773           rework the caps negotiation so that dvdec works again instead
33774           of just segfaulting.
33775
33776 === release 0.7.4 ===
33777
33778 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33779
33780         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
33781         * configure.ac: changed for release
33782
33783 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
33784
33785         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
33786         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
33787         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
33788         * pkgconfig/gstreamer-play-uninstalled.pc.in:
33789           reworked patch by David Lehn to fix libdir and includedir for
33790           uninstalled libraries
33791           removed play and gconf from gstreamer-libs since they have their
33792           own pkgconfig files
33793
33794 2004-02-04  David Schleef  <ds@schleef.org>
33795
33796         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
33797         memleak.
33798
33799 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33800
33801         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
33802           use correct GST_TAG_ENCODER tag
33803
33804 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33805
33806         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33807           be sure to stop the clock when going to paused
33808         * sys/oss/gstosssink.c: (gst_osssink_change_state):
33809           reset number of transmitted when going to ready.
33810         fixes #132935
33811
33812 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
33813
33814         reviewed by Benjamin Otte
33815
33816         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
33817           extract track count (fixes #133410)
33818
33819 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33820
33821         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
33822           that should be !=, not == (fixes #132519)
33823
33824 2004-02-04  David Schleef  <ds@schleef.org>
33825
33826         Make sure set_explicit_caps() is called before adding pad.
33827         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
33828         * gst/id3/gstid3types.c: (gst_id3types_loop):
33829         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
33830         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
33831
33832 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
33833
33834         * configure.ac:
33835           bump nano to 2, first prerelease
33836           put back AM_PROG_LIBTOOL
33837
33838 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
33839
33840         * testsuite/alsa/Makefile.am:
33841           these are user test apps, not automatic testsuite tests
33842
33843 2004-02-04  David Schleef  <ds@schleef.org>
33844
33845         Convert GST_DEBUG_CAPS() to GST_DEBUG():
33846         * gst/mpeg1videoparse/gstmp1videoparse.c:
33847         (mp1videoparse_parse_seq):
33848         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
33849         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
33850         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
33851         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
33852         (gst_xvideosink_getcaps):
33853         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33854         * testsuite/gst-lint: more tests
33855
33856 2004-02-04  David Schleef  <ds@schleef.org>
33857
33858         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
33859         with the code that they would expand to.
33860         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
33861         (gst_flacdec_get_src_query_types),
33862         (gst_flacdec_get_src_event_masks):
33863         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
33864         (gst_gnomevfssrc_get_query_types),
33865         (gst_gnomevfssrc_get_event_mask):
33866
33867 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33868
33869         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
33870         (gst_sinesrc_dispose):
33871           fix memleak by properly disposing sinesrc
33872
33873 2004-02-04  Julien MOUTTE  <julien@moutte.net>
33874
33875         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
33876         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
33877         an overlay to redraw the image because it has been exposed.
33878         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
33879         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
33880         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
33881         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
33882         interface
33883         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
33884         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
33885         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
33886         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
33887         interface
33888
33889 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33890
33891         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
33892           more memleak fixage
33893
33894 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33895
33896         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
33897         * gst/typefind/gsttypefindfunctions.c:
33898           fix memleaks shown by gst-typefind
33899
33900 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
33901
33902         * common/glib-gen.mak:
33903           add hack rule to touch .Plo files
33904         * gst-libs/gst/colorbalance/Makefile.am:
33905         * gst-libs/gst/mixer/Makefile.am:
33906         * gst-libs/gst/play/Makefile.am:
33907         * gst-libs/gst/tuner/Makefile.am:
33908           remove glib_root variable
33909
33910 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33911
33912         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
33913           set explicit caps before adding the element, so the autopluggers can
33914           plug correctly.
33915         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
33916         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
33917         (mpeg_video_type_find), (mpeg_video_stream_type_find),
33918         (dv_type_find):
33919           fix memleaks in typefind functions. gst_type_find_suggest takes a const
33920           argument.
33921
33922 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
33923
33924         * gst-libs/gst/colorbalance/Makefile.am:
33925         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
33926         * gst-libs/gst/colorbalance/colorbalance.c:
33927         * gst-libs/gst/colorbalance/colorbalance.h:
33928         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
33929         * gst-libs/gst/mixer/Makefile.am:
33930         * gst-libs/gst/mixer/mixer-marshal.list:
33931         * gst-libs/gst/mixer/mixer.c:
33932         * gst-libs/gst/mixer/mixer.h:
33933         * gst-libs/gst/mixer/mixermarshal.list:
33934         * gst-libs/gst/play/Makefile.am:
33935         * gst-libs/gst/play/play.h:
33936         * gst-libs/gst/tuner/Makefile.am:
33937         * gst-libs/gst/tuner/tuner-marshal.list:
33938         * gst-libs/gst/tuner/tuner.c:
33939         * gst-libs/gst/tuner/tuner.h:
33940         * gst-libs/gst/tuner/tunermarshal.list:
33941           use new glib-gen.mak snippet to clean up Makefile.am
33942           fix various bugs in Makefile.am's
33943
33944 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33945
33946         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
33947           handle chain parsing correctly in the multichain case
33948         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
33949         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
33950         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
33951         (theora_dec_chain):
33952           handle events and queries correctly
33953
33954 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33955
33956         * .cvsignore:
33957         Ignore generated file _stdint.h.
33958
33959 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33960
33961         * gst-libs/gst/colorbalance/Makefile.am:
33962         * gst-libs/gst/colorbalance/colorbalance.h:
33963         * gst-libs/gst/mixer/Makefile.am:
33964         * gst-libs/gst/mixer/mixer.h:
33965         * gst-libs/gst/play/Makefile.am:
33966         * gst-libs/gst/play/play.h:
33967         * gst-libs/gst/tuner/Makefile.am:
33968         * gst-libs/gst/tuner/tuner.h:
33969         Generate enum type code with glib-mkenums.
33970         * gst-libs/gst/colorbalance/.cvsignore:
33971         * gst-libs/gst/mixer/.cvsignore:
33972         * gst-libs/gst/play/.cvsignore:
33973         * gst-libs/gst/tuner/.cvsignore:
33974         Ignore generated files.
33975
33976 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33977
33978         * gst-libs/gst/audio/.cvsignore:
33979         Ignore generated file.
33980         * gst-libs/gst/audio/Makefile.am:
33981         Do not install example filter.
33982
33983 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33984
33985         * examples/switch/.cvsignore:
33986         Ignore generated file.
33987
33988 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33989
33990         * common/m4/ax_create_stdint_h.m4:
33991         * configure.ac:
33992           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
33993           _stdint.h.
33994         * Makefile.am:
33995           remove generated _stdint.h in DISTCLEANFILES
33996         * ext/a52dec/gsta52dec.c:
33997           include _stdint.h for a52dec. (should fix #133064)
33998
33999 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
34000
34001         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
34002         (gst_tag_to_vorbis_comments):
34003         Add replaygain support to vorbistag
34004
34005 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
34006         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
34007         (gst_ffmpeg_caps_to_extradata):
34008           Fix SVQ3 caps flag properties
34009           Use glib macro for bytes swap
34010
34011 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34012
34013         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
34014         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
34015         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
34016         * ext/sndfile/gstsf.c: (plugin_init):
34017         * gst/avi/gstavi.c: (plugin_init):
34018         * sys/dxr3/dxr3init.c: (plugin_init):
34019         * sys/oss/gstossaudio.c: (plugin_init):
34020         * sys/v4l/gstv4l.c: (plugin_init):
34021         * sys/v4l2/gstv4l2.c: (plugin_init):
34022           remove textdomain calls
34023         * po/nl.po:
34024           update Dutch translation
34025
34026 2004-02-02  Julien MOUTTE  <julien@moutte.net>
34027
34028         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
34029         (gst_play_set_audio_sink): Moving volume in the audio thread for
34030         instantaneous volume change. Maybe i will add another volume in front
34031         of visualization later, not sure yet though.
34032
34033 2004-02-02  Julien MOUTTE  <julien@moutte.net>
34034
34035         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
34036         (gst_ximagesink_handle_xevents): Better X events handling, only take
34037         the latest events for configure and motion.
34038         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
34039
34040 2004-02-02  Jon Trowbridge  <trow@gnu.org>
34041
34042         reviewed by: David Schleef  <ds@schleef.org>
34043
34044         Fix memory leaks:
34045         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
34046         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
34047
34048 2004-02-02  David Schleef  <ds@schleef.org>
34049
34050         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
34051         of lines.
34052         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
34053         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
34054         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
34055         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
34056         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
34057         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
34058         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
34059         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
34060         (gst_float2_2_int_link):
34061         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
34062         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
34063         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
34064         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
34065         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
34066         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
34067         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
34068         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
34069         * testsuite/gst-lint: Add tests for bzero and ;;
34070
34071 2004-02-02  David Schleef  <ds@schleef.org>
34072
34073         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
34074
34075 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34076
34077         * ext/aalib/gstaasink.c: (gst_aasink_open):
34078         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
34079         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34080         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34081         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
34082         (gst_afsink_close_file):
34083         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
34084         (gst_afsrc_close_file):
34085         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
34086         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
34087         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
34088         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
34089         * ext/esd/esdmon.c: (gst_esdmon_get):
34090         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
34091         * ext/faac/gstfaac.c: (gst_faac_chain):
34092         * ext/faad/gstfaad.c: (gst_faad_chain):
34093         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
34094         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
34095         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
34096         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
34097         (gst_flacdec_loop):
34098         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
34099         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
34100         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
34101         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
34102         (gst_gnomevfssink_close_file):
34103         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
34104         (gst_gnomevfssrc_open_file):
34105         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
34106         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
34107         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
34108         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
34109         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
34110         * ext/mad/gstmad.c: (gst_mad_chain):
34111         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
34112         * ext/mpeg2dec/gstmpeg2dec.c:
34113         * ext/mpeg2enc/gstmpeg2enc.cc:
34114         * ext/mplex/gstmplex.cc:
34115         * ext/mplex/gstmplexibitstream.cc:
34116         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
34117         (gst_ogg_demux_push):
34118         * ext/raw1394/gstdv1394src.c:
34119         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
34120         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
34121         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
34122         (gst_sf_loop):
34123         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
34124         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
34125         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
34126         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
34127         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
34128         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
34129         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
34130         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
34131         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
34132         (gst_riff_read_element_data), (gst_riff_read_seek),
34133         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
34134         * gst/adder/gstadder.c: (gst_adder_loop):
34135         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
34136         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
34137         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
34138         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
34139         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
34140         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
34141         * gst/goom/gstgoom.c: (gst_goom_chain):
34142         * gst/id3/gstid3types.c: (gst_id3types_loop):
34143         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
34144         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
34145         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
34146         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
34147         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
34148         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
34149         (gst_ebml_read_float), (gst_ebml_read_header):
34150         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
34151         (gst_matroska_demux_parse_blockgroup):
34152         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
34153         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
34154         * gst/oneton/gstoneton.c: (gst_oneton_chain):
34155         * gst/silence/gstsilence.c: (gst_silence_get):
34156         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
34157         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
34158         * gst/speed/gstspeed.c: (speed_loop):
34159         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
34160         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34161         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
34162         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
34163         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
34164         (gst_wavparse_loop):
34165         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
34166         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
34167         (dxr3audiosink_close):
34168         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
34169         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
34170         (dxr3videosink_close), (dxr3videosink_write_data):
34171         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
34172         * sys/oss/gstosssink.c: (gst_osssink_chain):
34173         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34174         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
34175         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
34176         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
34177         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34178         (gst_v4l_set_window), (gst_v4l_enable_overlay):
34179         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
34180         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
34181         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
34182         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
34183         (gst_v4l_set_audio):
34184         * sys/v4l/v4l_calls.h:
34185         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34186         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
34187         (gst_v4lmjpegsink_playback_init),
34188         (gst_v4lmjpegsink_playback_start):
34189         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
34190         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34191         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
34192         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
34193         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
34194         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
34195         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
34196         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
34197         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
34198         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
34199         (gst_v4l2_get_output), (gst_v4l2_set_output),
34200         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
34201         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
34202         (gst_v4l2_set_attribute):
34203         * sys/v4l2/v4l2_calls.h:
34204         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
34205         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
34206         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
34207         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
34208         (gst_v4l2src_capture_stop):
34209         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
34210         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
34211         (gst_ximagesink_chain):
34212         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
34213         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
34214         (gst_xvideosink_xwindow_new):
34215         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34216         (gst_xvimagesink_chain):
34217
34218 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34219
34220         * gst/volume/gstvolume.c: (gst_volume_set_volume),
34221         (gst_volume_get_volume), (volume_class_init), (volume_init),
34222         (volume_chain_int16), (volume_update_volume):
34223         * gst/volume/gstvolume.h:
34224           make code more readable by removing magic numbers
34225           make mixer interface export 0-100 range
34226           make it internally map to 0.0-1.0 range so users don't distort
34227           output by putting the sliders at full volume
34228
34229 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34230
34231         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
34232         (gst_play_state_change), (gst_play_seek_to_time):
34233         block the tick callback for 0.5 secs after doing a seek
34234
34235 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34236
34237         * gst-libs/gst/play/play.c: (gst_play_new):
34238           check for GError
34239
34240 2004-02-01  Julien MOUTTE  <julien@moutte.net>
34241
34242         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
34243         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
34244         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
34245         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
34246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
34247         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
34248
34249 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34250
34251         * configure.ac:
34252         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
34253           check for a function added in vorbis 1.1
34254
34255 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34256
34257         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
34258         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
34259           really start/stop clock only on PLAYING <=> PAUSED
34260         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34261           remove \n from debugging lines
34262         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
34263           make it work when seeking does not
34264         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
34265           reset on DISCONT
34266
34267 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34268
34269         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
34270           start clock on PAUSED=>PLAYING, not later
34271         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34272           extract correct time for different discont formats
34273         (gst_alsa_sink_get_time):
34274           don't segfault when no format is negotiated yet, just return 0
34275         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
34276         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
34277         (gst_ogg_pad_push):
34278           handle flush and discont events correctly
34279         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
34280           handle discont events correctly
34281
34282 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
34283
34284         * gst-libs/gst/play/play.c: (gst_play_error_quark),
34285         (gst_play_error_create), (gst_play_error_plugin),
34286         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
34287         * gst-libs/gst/play/play.h:
34288           add error handling during creation
34289         * examples/gstplay/player.c: (main):
34290           use new gst_play_new
34291
34292
34293 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34294
34295         * ext/theora/theoradec.c: (theora_dec_chain):
34296           make comments work
34297         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
34298         (vorbis_dec_src_event), (vorbis_dec_chain):
34299           add encoder tag, fix tag reading to be more error tolerant, change
34300           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
34301           gst_pad_event_default.
34302         * gst/tags/gstvorbistag.c:
34303         (gst_tag_list_from_vorbiscomment_buffer):
34304           undefine function specific define at end of function
34305
34306 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
34307
34308         * ext/flac/gstflac.c: (plugin_init):
34309         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
34310         * ext/flac/gstflacdec.h:
34311         * ext/flac/gstflacenc.h:
34312           Fix typos
34313
34314 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
34315
34316         * examples/gstplay/player.c: s/gstplay.h/play.h/
34317
34318 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
34319
34320         * gst-libs/gst/play/Makefile.am:
34321         * gst-libs/gst/play/gstplay.c:
34322         * gst-libs/gst/play/gstplay.h:
34323         * gst-libs/gst/play/play.c:
34324           more surgery, operation complete
34325
34326 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
34327
34328         * gst-libs/gst/play/play.old.c:
34329         * gst-libs/gst/play/play.old.h:
34330           after CVS surgery by moving, remove
34331         * gst-libs/gst/play/playpipelines.c:
34332           remove
34333
34334         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
34335           add negotiation error
34336
34337 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
34338
34339         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
34340         (gst_ogg_demux_push):
34341           add some seeking debug info
34342           send a flush when seeking
34343
34344 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34345
34346         * configure.ac:
34347           use AC_C_INLINE
34348         * configure.ac:
34349         * ext/Makefile.am:
34350         * ext/theora/Makefile.am:
34351         * ext/theora/theoradec.c:
34352           add theora video decoder. Does just do simple decoding for now and
34353           has been tested against Theora cvs only. It only works when theora
34354           is compiled with --enable-static.
34355         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
34356           always reset packetno on DISCONT
34357
34358 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34359
34360         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
34361           Fix audio.
34362
34363 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34364
34365         * gst/mpegaudioparse/gstmpegaudioparse.c:
34366         (mp3_type_frame_length_from_header):
34367           Fix header parsing - stolen from ffmpeg (thank you! :) ).
34368
34369 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34370
34371         * ext/esd/esdsink.c: (gst_esdsink_init):
34372           Since we have static pad template caps, we don't need to negotiate;
34373           either the core errors out or we know the format.
34374
34375 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34376
34377         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
34378         (gst_riff_read_seek):
34379         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
34380         (gst_ebml_read_seek):
34381           Fix event handling.
34382
34383 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34384
34385         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
34386           removee video/x-theora from vp3 decoder, it doesn't handle raw
34387           theora streams
34388         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
34389           fix bug with finalizing element that never went to PAUSED
34390         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
34391           length and position queries were swapped
34392         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
34393         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
34394         (vorbis_dec_src_event):
34395           implement querying time and bytes
34396
34397 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
34398
34399         * just about every source file:
34400           gst_element_error -> GST_ELEMENT_ERROR
34401
34402 2004-01-29  Julien MOUTTE  <julien@moutte.net>
34403
34404         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
34405         emiting FLUSH and even before DISCONT.
34406         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
34407         get the best instant seeking as possible yay!
34408
34409 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34410
34411         * gst/mpeg1videoparse/gstmp1videoparse.c:
34412         (gst_mp1videoparse_real_chain):
34413           Committed wrong version last week... Grr... Didn't notice until now.
34414
34415 2004-01-29  Julien MOUTTE <julien@moutte.net>
34416
34417         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
34418         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
34419         have_xwindow_id signal in xwindow_create.
34420
34421 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34422
34423         * ext/ogg/gstoggdemux.c:
34424           lots of changes - mainly support for chained bitstreams, seeking,
34425           querying and bugfixes of course
34426         * ext/vorbis/Makefile.am:
34427         * ext/vorbis/vorbisdec.c:
34428         * ext/vorbis/vorbisdec.h:
34429           add vorbisdec raw vorbis decoder
34430         * ext/vorbis/vorbis.c: (plugin_init):
34431           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
34432         * gst/intfloat/Makefile.am:
34433         * gst/intfloat/float22int.c:
34434         * gst/intfloat/float22int.h:
34435         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
34436           add float2intnew plugin. It converts multichannel interleaved float to
34437           multichannel interleaved int. The name should probably be changed.
34438         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
34439         (plugin_init):
34440           add typefinding for raw theora video so oggdemux can detect it.
34441
34442 2004-01-28  Julien MOUTTE  <julien@moutte.net>
34443
34444         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
34445         sink element first.
34446         * gst/videoscale/gstvideoscale.c:
34447         (gst_videoscale_handle_src_event): Fixing src event handler.
34448
34449 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34450
34451         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34452         (gst_v4lsrc_open), (gst_v4lsrc_close),
34453         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
34454         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
34455         * sys/v4l/gstv4lsrc.h:
34456         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
34457         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
34458           Implement resizing... Hack. But that's why v4l is b0rked...
34459
34460 2004-01-28  Julien MOUTTE <julien@moutte.net>
34461
34462         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
34463         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
34464         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
34465         (gst_ximagesink_xwindow_destroy):
34466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
34467         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
34468         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
34469         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
34470         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
34471         correctly cleaning the image created to check xshm calls on succes,
34472         added a lot of XSync calls in X11 functions, and fixed a segfault when
34473         no image format was defined before negotiation happened.
34474
34475 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34476
34477         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
34478           use gst_element_get_time to get correct time
34479
34480 2004-01-28  Julien MOUTTE  <julien@moutte.net>
34481
34482         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
34483         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
34484         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
34485         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
34486         (gst_xvimagesink_check_xshm_calls),
34487         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
34488         X plugins are now able to detect that XShm calls will fail even if the
34489         server claims that it has XShm support (remote displays most of the
34490         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
34491         so that we use non XShm functions. This feature is almost useless for
34492         xvimagesink as Xv is not supported on remote displays anyway, but
34493         it might happen than even on the local display XShm calls fail.
34494
34495 2004-01-27  David Schleef  <ds@schleef.org>
34496
34497         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
34498         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
34499         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
34500         changed esdsink to only use 44100,16,2, since esd sucks at rate
34501         conversion and esdsink has had difficulty negotiating.
34502
34503 2004-01-27  Julien MOUTTE <julien@moutte.net>
34504
34505         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
34506         (gst_play_seek_to_time): Fixing the way to get current position.
34507
34508 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34509
34510         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
34511           use gst_element_get_time to get correct time
34512
34513 2004-01-27  Julien MOUTTE <julien@moutte.net>
34514
34515         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
34516         fix ever... Inverting 2 lines of code make spider autoplug correctly
34517         tagged mp3 !
34518
34519 2004-01-27  David Schleef  <ds@schleef.org>
34520
34521         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34522         Use gst_pad_try_set_caps_nonfixed().
34523
34524 2004-01-27  David Schleef  <ds@schleef.org>
34525
34526         * gst/ac3parse/gstac3parse.c: update to checklist 5
34527         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
34528         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
34529         * gst/audioscale/gstaudioscale.c: same
34530         * gst/auparse/gstauparse.c: same
34531         * gst/avi/gstavidemux.c: same
34532
34533 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34534
34535         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
34536           stop processing after EOS
34537
34538 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34539
34540         * gst/asfdemux/asfheaders.h:
34541         * gst/asfdemux/gstasfdemux.c:
34542         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
34543         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
34544         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
34545           lot's of fixes to make data extraction simpler and get the code
34546           architecture and compiler independant. Add debugging category
34547         * gst/goom/gstgoom.c: (gst_goom_change_state):
34548           reset channel count on PAUSED=>READY, not READY=>PAUSED
34549
34550 2004-01-26  Colin Walters  <walters@verbum.org>
34551
34552         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
34553         code to pull a bigger buffer in iradio mode.  This as a side effect
34554         makes typefinding work.
34555
34556 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
34557
34558         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
34559         Fix SVQ3 decoding on PPC
34560
34561 2004-01-26  Julien MOUTTE <julien@moutte.net>
34562
34563         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
34564         that one managed to stay there... Fixed.
34565
34566 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
34567
34568         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
34569         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
34570         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
34571         (qtdemux_video_caps):
34572         * gst/qtdemux/qtdemux.h:
34573         Add SVQ3 specific flags to qtdemux and ffmpeg
34574
34575 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34576
34577         * gst-libs/gst/audio/audio.h:
34578           remove buffer-frames from audio caps
34579         * gst/audioconvert/gstaudioconvert.c:
34580           fix plugin to really work.
34581
34582 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34583
34584         * gst-libs/gst/mixer/mixer.c:
34585         * gst-libs/gst/propertyprobe/propertyprobe.c:
34586         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
34587         (gst_tuner_find_channel_by_name):
34588         * gst-libs/gst/tuner/tuner.h:
34589           Add gtk-doc style comments. Also fix a function name.
34590
34591 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34592
34593         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
34594         (gst_divxdec_negotiate):
34595           Fix for new capsnego - also fixes gst-player with divxdec.
34596
34597 2004-01-25  Julien MOUTTE  <julien@moutte.net>
34598
34599         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
34600         (gst_play_identity_handoff), (gst_play_set_location),
34601         (gst_play_set_visualization), (gst_play_connect_visualization): Another
34602         try in visualization implementation. Still have an issue with switch
34603         blocking when pulling from video_queue and only audio comes out of
34604         spider.
34605         * gst/switch/gstswitch.c: (gst_switch_release_pad),
34606         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
34607         release method. And check if the pad is usable before pulling.
34608
34609 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34610
34611         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
34612         (gst_videobalance_init),
34613         (gst_videobalance_colorbalance_list_channels),
34614         (gst_videobalance_colorbalance_set_value),
34615         (gst_videobalance_colorbalance_get_value),
34616         (gst_videobalance_update_properties),
34617         (gst_videobalance_update_tables_planar411),
34618         (gst_videobalance_planar411):
34619         * gst/videofilter/gstvideobalance.h:
34620           Implement lookup-tables. +/- 10x faster.
34621
34622 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34623
34624         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
34625         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
34626           The index reading was broken. The rest worked fine, but the whole
34627           goal of my rewrite was to make avidemux readable, and this was
34628           not at all readable. Please use typed variables.
34629
34630 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34631
34632         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
34633           Additional pad usability check.
34634         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
34635         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
34636         (gst_mp1videoparse_real_chain):
34637           Fix MPEG video stream parsing. The original plugin had several
34638           issues, including not timestamping streams where the source was
34639           not timestamped (this happens with PTS values in mpeg system
34640           streams, but MPEG video is also a valid stream on its own so
34641           that needs timestamps too). We use the display time code for that
34642           for now. Also, if one incoming buffer contains multiple valid
34643           frames, we push them all on correctly now, including proper EOS
34644           handling. Lastly, several potential segfaults were fixed, and we
34645           properly sync on new sequence/gop headers to include them in next,
34646           not previous frames (since they're header for the next frame, not
34647           the previous). Also see #119206.
34648         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
34649         (bpf_from_header):
34650           Move caps setting so we only do it after finding several valid
34651           MPEG-1 fraes sequentially, not right after the first one (which
34652           might be coincidental).
34653         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
34654         (mpeg_video_type_find), (mpeg_video_stream_type_find),
34655         (plugin_init):
34656           Add unsynced MPEG video stream typefinding, and change some
34657           probability values so we detect streams rightly. The idea is as
34658           follows: I can have an unsynced system stream which contains
34659           video. In the current code, I would randomly get a type for either
34660           system or video stream type found, because the probabilities are
34661           being calculated rather randomly. I now use fixed values, so we
34662           always prefer system stream if that was found (and that is how it
34663           should be). If no system stream was found, we can still identity                the stream as video-only.
34664
34665 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34666
34667         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
34668         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
34669           don't write to buffer. Extract data without the need of
34670           __attribute__ ((packed))
34671
34672 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34673
34674         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
34675         (mpeg1_sys_type_find):
34676           Fix MPEG-1 stream typefinding.
34677
34678 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34679
34680         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
34681           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
34682
34683 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34684
34685         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
34686         * ext/esd/gstesd.c: (plugin_init):
34687           private debugging, better error reporting
34688
34689 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34690
34691         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
34692         (gst_riff_read_init), (gst_riff_read_change_state):
34693         * gst-libs/gst/riff/riff-read.h:
34694           Remove stuff fromold metadata system.
34695
34696 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34697
34698         * ext/ogg/gstoggdemux.c:
34699           Fix wrong file comment.
34700         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
34701         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
34702           Add metadata reading properly.
34703
34704 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34705
34706         * ext/Makefile.am:
34707           Fix nas DIST_SUBDIRS
34708           Uraeus:
34709           Fix bug where make distcheck doesn't get run on adding stuff to
34710           the build.
34711
34712 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34713
34714         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
34715         * ext/divx/gstdivxdec.h:
34716           Fix divx3 ("msmpeg4") playback using divxdec.
34717
34718 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34719
34720         * gst/typefind/gsttypefindfunctions.c:
34721         (mp3_type_frame_length_from_header): fix bug in length computation
34722         (mp3_type_find): improve debugging output
34723
34724 2004-01-23  Julien MOUTTE  <julien@moutte.net>
34725
34726         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
34727         (gst_play_set_location), (gst_play_seek_to_time),
34728         (gst_play_set_audio_sink), (gst_play_set_visualization),
34729         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
34730         the pipeline from scratch. Visualization is back and switch went out as
34731         i realized it was not possible to use the way i wanted.
34732         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
34733         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
34734         clearing in state change from READY to NULL. So that one can clean the
34735         X ressources keeping the element.
34736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34737         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
34738         (gst_xvimagesink_colorbalance_set_value),
34739         (gst_xvimagesink_colorbalance_get_value),
34740         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
34741         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
34742         change from READY to NULL and fixed some stupid bugs in colorbalance
34743         get/set values. Also added the following feature : when nobody tries to
34744         set some values to the colorbalance levels before the xcontext is
34745         grabbed, then when creating channels list from Xv attributes we set the
34746         internal values to the Xv defaults. This way we handle buggy Xv drivers
34747         that set default hue values far from the middle of the range (Thanks
34748         to Jon Trowbridge for pointing that issue).
34749         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
34750         colorbalance levels have been set before xcontext is grabbed.
34751
34752 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34753
34754         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34755           Fix the ossmixer case where we shouldn't open /dev/dsp* because
34756           it might block operations (which is bad for a mixer).
34757
34758 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
34759
34760         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
34761         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
34762         (gmip_find_type_pre):
34763         * gst-libs/gst/media-info/media-info-priv.h:
34764         * gst-libs/gst/media-info/media-info.c:
34765         (gst_media_info_instance_init), (gst_media_info_read_idler):
34766         add fakesink to get caps on decoder src pad again
34767         fix callback prototype to match new have_type signal signature
34768
34769 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
34770
34771         * gst/adder/gstadder.c: (gst_adder_link):
34772           fix non-compile and cut-n-paste code
34773
34774 2004-01-21  David Schleef  <ds@schleef.org>
34775
34776         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
34777         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
34778         (gst_swfdec_init), (gst_swfdec_change_state):
34779         * ext/swfdec/gstswfdec.h:
34780         Fix negotiation.
34781         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
34782         (gst_adder_request_new_pad): Fix negotiation.
34783         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
34784         Add a fixate function.
34785         * gst/intfloat/gstfloat2int.c:
34786         * gst/intfloat/gstfloat2int.h:
34787         * gst/intfloat/gstint2float.c:
34788         * gst/intfloat/gstint2float.h:
34789         Completely rewrite the negotiation.  Doesn't quite work yet,
34790         due to some buffer-frames problem.
34791
34792 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34793
34794         * ext/gnomevfs/gstgnomevfssrc.c:
34795         * sys/v4l2/v4l2_calls.h:
34796           fix includes for distcheck
34797
34798 2004-01-21  Christian Schaller <uraeus@gnome.org>
34799
34800         * ext/nas/
34801         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
34802         based on earlier patch from Laurent Vivier
34803
34804 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
34805
34806         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
34807         Fix wma caps property
34808         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34809         Fix typo (flags1 and flags2)
34810
34811 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34812
34813         * gst-libs/gst/media-info/media-info-priv.c:
34814         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
34815         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
34816         (gmip_find_stream), (gmip_find_track_metadata),
34817         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
34818         (gmip_find_track_format):
34819         * gst-libs/gst/media-info/media-info-priv.h:
34820         * gst-libs/gst/media-info/media-info-test.c: (main):
34821         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
34822         (gst_media_info_read_idler), (gst_media_info_read):
34823         * gst-libs/gst/media-info/media-info.h:
34824           register debugging category and use it for debugging
34825
34826 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34827
34828         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
34829         (gst_vorbisfile_new_link):
34830           signal streaminfo through tags
34831
34832 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34833
34834         * ext/mplex/gstmplex.cc:
34835         * ext/mplex/gstmplexibitstream.cc:
34836           g++ doesn't like NULL in our i18n/error macros, should be
34837           either (NULL) or ("").
34838
34839 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34840
34841         * sys/dxr3/dxr3audiosink.c:
34842         * sys/dxr3/dxr3init.c:
34843         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
34844         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
34845           Fix more error error error errors (missing includes here).
34846
34847 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34848
34849         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34850           fix thomas' error errors.
34851
34852 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34853
34854         * ext/mpeg2enc/gstmpeg2enc.cc:
34855           fix error errors.
34856
34857 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34858
34859         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
34860         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
34861           Fix for new error system.
34862
34863 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34864
34865         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
34866           fix for new error reporting
34867
34868 2004-01-20  David Schleef  <ds@schleef.org>
34869
34870         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
34871         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
34872         (gst_ximagesink_set_xwindow_id): Change to using a framerate
34873         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
34874         and neither is 100+, most likely.
34875         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
34876         (gst_xvimagesink_getcaps): same
34877
34878 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34879
34880         * configure.ac:
34881           Up version requirement to 2.0.3 (not yet released) to avoid symbol
34882           clashes with ffmpeg.
34883
34884 2004-01-20  Julien MOUTTE  <julien@moutte.net>
34885
34886         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
34887         (gst_switch_init): Fixed switch element : proxying link and setting
34888         caps from src to sink on request.
34889
34890 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34891
34892         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34893         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
34894         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
34895         fix element_error
34896
34897 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34898
34899         * sys/v4l/v4l_calls.h:
34900         * sys/v4l2/v4l2_calls.h:
34901           element_error fixes
34902
34903 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34904
34905         * gst-libs/gst/gst-i18n-plugin.h:
34906           add locale.h
34907           remove config.h inclusion
34908
34909 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34910
34911         * autogen.sh:
34912           adding autopoint invocation
34913         * Makefile.am:
34914         * configure.ac:
34915         * gst-libs/gst/gettext.h:
34916           adding gettext bits
34917         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
34918         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
34919         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
34920         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
34921         (gst_gnomevfssink_close_file):
34922         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
34923         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
34924         * gst-libs/gst/gst-i18n-plugin.h:
34925         * gst/avi/gstavi.c: (plugin_init):
34926         * sys/dxr3/dxr3init.c: (plugin_init):
34927         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
34928         * sys/oss/gstossaudio.c: (plugin_init):
34929         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
34930         * sys/v4l/gstv4l.c: (plugin_init):
34931         * sys/v4l/v4l_calls.c: (gst_v4l_open):
34932         * sys/v4l2/gstv4l2.c: (plugin_init):
34933         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
34934         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
34935         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
34936         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
34937         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
34938         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
34939           make sure locale and translation domain are set
34940           fix translated strings
34941         * po/.cvsignore:
34942         * po/LINGUAS:
34943         * po/Makevars:
34944         * po/POTFILES.in:
34945         * po/nl.po:
34946           put translation files into place
34947         * sys/xvideo/imagetest.c: (main):
34948         * ext/dv/demo-play.c: (main):
34949           fix unnecessary translations
34950
34951 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34952
34953         * ext/sndfile/gstsf.c:
34954         * gst/avi/gstavimux.c:
34955         * ext/audiofile/gstafsink.c:
34956         * ext/audiofile/gstafsrc.c:
34957         * ext/gnomevfs/gstgnomevfssink.c:
34958         * ext/gnomevfs/gstgnomevfssrc.c:
34959         * sys/oss/gstosselement.c:
34960         * sys/v4l/v4l_calls.h:
34961           fix i18n include
34962
34963 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34964
34965         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
34966         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
34967         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
34968         (gst_v4l2_get_output), (gst_v4l2_set_output),
34969         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
34970         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
34971         (gst_v4l2_set_attribute):
34972         update to new error handling
34973
34974 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34975
34976         * ext/sidplay/gstsiddec.cc:
34977         * gst/modplug/gstmodplug.cc:
34978           parenthese NULL because C++ seems angry about it
34979
34980 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34981
34982         * gst-libs/gst/gst-i18n-plugin.h:
34983           add skeleton i18n stuff, but needs to be further implemented
34984
34985 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
34986
34987         * examples/gstplay/player.c: (main):
34988         * ext/aalib/gstaasink.c: (gst_aasink_open):
34989         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
34990         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34991         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34992         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
34993         (gst_afsink_close_file):
34994         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
34995         (gst_afsrc_close_file):
34996         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
34997         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
34998         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
34999         * ext/esd/esdmon.c: (gst_esdmon_get):
35000         * ext/esd/esdsink.c: (gst_esdsink_chain):
35001         * ext/faac/gstfaac.c: (gst_faac_chain):
35002         * ext/faad/gstfaad.c: (gst_faad_chain):
35003         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
35004         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
35005         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
35006         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
35007         (gst_flacdec_loop):
35008         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
35009         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
35010         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
35011         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
35012         (gst_gnomevfssink_close_file):
35013         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
35014         (gst_gnomevfssrc_open_file):
35015         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
35016         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
35017         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
35018         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35019         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
35020         * ext/mad/gstmad.c: (gst_mad_chain):
35021         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
35022         * ext/mpeg2dec/gstmpeg2dec.c:
35023         * ext/mpeg2enc/gstmpeg2enc.cc:
35024         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
35025         * ext/mplex/gstmplex.cc:
35026         * ext/mplex/gstmplexibitstream.cc:
35027         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
35028         (gst_ogg_demux_push), (gst_ogg_pad_push):
35029         * ext/raw1394/gstdv1394src.c:
35030         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
35031         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
35032         * ext/sidplay/gstsiddec.cc:
35033         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
35034         (gst_sf_loop):
35035         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
35036         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
35037         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
35038         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
35039         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
35040         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
35041         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
35042         * gst-libs/gst/Makefile.am:
35043         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
35044         (gst_riff_read_element_data), (gst_riff_read_seek),
35045         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
35046         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
35047         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
35048         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
35049         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
35050         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
35051         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
35052         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
35053         * gst/goom/gstgoom.c: (gst_goom_chain):
35054         * gst/id3/gstid3types.c: (gst_id3types_loop):
35055         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
35056         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
35057         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
35058         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
35059         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
35060         (gst_ebml_read_float), (gst_ebml_read_header):
35061         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
35062         (gst_matroska_demux_parse_blockgroup):
35063         * gst/modplug/gstmodplug.cc:
35064         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
35065         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
35066         * gst/oneton/gstoneton.c: (gst_oneton_chain):
35067         * gst/silence/gstsilence.c: (gst_silence_get):
35068         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
35069         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
35070         * gst/speed/gstspeed.c: (speed_loop):
35071         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
35072         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
35073         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
35074         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35075         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35076         (gst_wavparse_loop):
35077         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
35078         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
35079         (dxr3audiosink_close):
35080         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
35081         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
35082         (dxr3videosink_close), (dxr3videosink_write_data):
35083         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
35084         * sys/oss/gstosselement.h:
35085         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
35086         (gst_osssink_chain):
35087         * sys/oss/gstosssrc.c: (gst_osssrc_get):
35088         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
35089         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
35090         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
35091         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
35092         (gst_v4l_enable_overlay):
35093         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
35094         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
35095         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
35096         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
35097         (gst_v4l_set_audio):
35098         * sys/v4l/v4l_calls.h:
35099         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
35100         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
35101         (gst_v4lmjpegsink_playback_init),
35102         (gst_v4lmjpegsink_playback_start):
35103         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
35104         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
35105         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
35106         (gst_v4lmjpegsrc_requeue_frame):
35107         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35108         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
35109         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
35110         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
35111         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
35112         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
35113         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
35114         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
35115         (gst_v4l2src_capture_stop):
35116         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
35117         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
35118         (gst_ximagesink_chain):
35119         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
35120         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
35121         (gst_xvideosink_xwindow_new):
35122         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35123         (gst_xvimagesink_chain):
35124         use new error signal, function and categories
35125
35126 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
35127
35128         * configure.ac:
35129         * ext/Makefile.am:
35130         * ext/musicbrainz/gsttrm.c:
35131         * ext/musicbrainz/gsttrm.h:
35132         * ext/musicbrainz/Makefile.am:
35133         Add a trm plugin
35134
35135 2004-01-18  Julien MOUTTE  <julien@moutte.net>
35136
35137         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
35138         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
35139         synchronous property for debugging.
35140         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
35141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35142         (gst_xvimagesink_set_property): Moving a pointer declaration to a
35143         smaller block, fixing indent.
35144
35145 2004-01-16  David Schleef  <ds@schleef.org>
35146
35147         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
35148         property affects the video stream.
35149         * sys/xvimage/xvimagesink.c:
35150         * sys/xvimage/xvimagesink.h:
35151         Add synchronous property for debugging.  Should probably be
35152         disabled in non-CVS builds.  Make sure that the Xv attribute
35153         exists before we set it (crash!).  Fix a silly float bug that
35154         caused colorbalance to just not work.
35155
35156 2004-01-17  Christian Schaller <Uraeus@gnome.org>
35157
35158         * tools/gst-launch-ext.in - update for new plugins
35159
35160 2004-01-16  David Schleef  <ds@schleef.org>
35161
35162         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
35163         already-freed caps.
35164
35165 2994-01-16  Christian Schaller <Uraeus@gnome.org>
35166
35167         * Update spec for new colorspace plugin and libcaca plugin
35168         * Fix compilation of libcaca plugin (clock -> id)
35169
35170 2004-01-16  Julien MOUTTE <julien@moutte.net>
35171
35172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
35173         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
35174         (gst_xvimagesink_set_xwindow_id),
35175         (gst_xvimagesink_colorbalance_set_value),
35176         (gst_xvimagesink_colorbalance_get_value),
35177         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
35178         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
35179         correct colorbalance properties. They can now be set when the element
35180         is still in NULL state. The values will be committed to the Xv Port
35181         when xcontext is initialized.
35182         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
35183         brightness int values in the GstXvImagesink structure.
35184
35185 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35186
35187         * gst-libs/gst/Makefile.am:
35188           restructure so having local patches works easier.
35189
35190 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35191
35192         * ext/mpeg2enc/Makefile.am:
35193         * ext/mpeg2enc/gstmpeg2enc.cc:
35194         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
35195           Bugfix with respect to EOS handling.
35196
35197 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35198
35199         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
35200           Link with right caps (else, it segfaults).
35201         * ext/mplex/gstmplexjob.cc:
35202           Fix for slight API change in 1.6.1.93 release of mjpegtools.
35203
35204 2004-01-15  David Schleef  <ds@schleef.org>
35205
35206         * gst-libs/gst/audio/Makefile.am:
35207         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
35208         from the template.
35209         * gst-libs/gst/audio/gstaudiofilter.c:
35210         * gst-libs/gst/audio/gstaudiofilter.h:
35211         Add bytes_per_sample and size and n_samples calculation.
35212         * gst-libs/gst/audio/gstaudiofilterexample.c:
35213         Remove, now autogenerated.
35214         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
35215         Moved from gstaudiofilterexample, object name changed, code added
35216         so that it actually works.
35217         * gst-libs/gst/audio/make_filter:
35218         Script to build an audiofilter subclass from the template.
35219         * gst/colorspace/Makefile.am:
35220         * gst/colorspace/yuv2yuv.c:
35221         Remove file, since it's GPL, and we don't use it.
35222
35223 2004-01-15  Julien MOUTTE  <julien@moutte.net>
35224
35225         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
35226         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
35227         them use the buffer free function to test how the buffer was allocated.
35228
35229 2004-01-15  David Schleef  <ds@schleef.org>
35230
35231         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
35232         that handles osssink fallback.
35233         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
35234         (gst_audio_convert_getcaps):
35235         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35236         Add audio/x-qdm2 for QDM2 audio.
35237         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
35238         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
35239         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
35240         Decrease minimum size to 16x16.
35241         * gst/wavparse/gstwavparse.c:
35242         Convert disabled pad template caps to new caps.
35243         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35244         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35245         (gst_xvimagesink_chain): Throw element error when display cannot
35246         be opened.  Increase minimum framerate to 1.0.  Check the data
35247         free function on a buffer to make sure it is the type we expect
35248         before manipulating it.
35249
35250 2004-01-15  Julien MOUTTE <julien@moutte.net>
35251
35252         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
35253         (gst_videobalance_colorbalance_set_value): Implement passthru if
35254         settings are in the middle.
35255         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
35256
35257 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35258
35259         * gst/videofilter/Makefile.am:
35260         * gst/volume/Makefile.am:
35261           Since we use videofilter symbols, link to it.
35262
35263 2004-01-15  Julien MOUTTE <julien@moutte.net>
35264
35265         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
35266         mixer interface type to HARDWARE.
35267         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
35268         type to SOFTWARE.
35269         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
35270         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
35271         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
35272         (gst_volume_interface_init), (gst_volume_list_tracks),
35273         (gst_volume_set_volume), (gst_volume_get_volume),
35274         (gst_volume_set_mute), (gst_volume_mixer_init),
35275         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
35276         (volume_init): Implementing mixer interface.
35277         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
35278         * sys/oss/gstosselement.c: (gst_osselement_get_type),
35279         (gst_osselement_change_state): Removing some trailing commas in
35280         structures.
35281         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
35282         interface type to HARDWARE.
35283         * sys/v4l/gstv4lcolorbalance.c:
35284         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
35285         type to HARDWARE.
35286         * sys/v4l2/gstv4l2colorbalance.c:
35287         (gst_v4l2_color_balance_interface_init): Setting colorbalance
35288         interface type to HARDWARE.
35289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
35290         same code than ximagesink for event handling.
35291
35292 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35293
35294         * ext/snapshot/Makefile.am:
35295         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
35296         (gst_snapshot_chain):
35297         * ext/snapshot/gstsnapshot.h:
35298           This has to be a joke... Snapshot should be connected to a tee,
35299           colorspace element before it and EOS after that, where the other
35300           src of the tee receives normal data.
35301           The current way is *wrong*.
35302
35303 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35304
35305         * ext/hermes/gsthermescolorspace.c:
35306           Fix another compile error. Same as below.
35307
35308 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35309
35310         * gst/colorspace/gstcolorspace.c:
35311         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
35312         (gst_colorspace_i420_to_yv12):
35313           Fix compiling... Didn't test if it actually works.
35314
35315 2004-01-15  David Schleef  <ds@schleef.org>
35316
35317         * configure.ac:
35318         * gst/colorspace/Makefile.am:
35319         * gst/colorspace/gstcolorspace.c:
35320         * gst/colorspace/gstcolorspace.h:
35321         * gst/colorspace/yuv2rgb.c:
35322         * gst/colorspace/yuv2rgb.h:
35323         Duplicate the ext/hermes colorspace plugin, and remove Hermes
35324         code and GPL code.  Fix for new caps negotiation.  Rewrite
35325         much of the format handling code, and some of the conversion
35326         code.  Basically, rewrote almost everything.  This element
35327         handles I420, YV12 to RGB conversions.
35328         * ext/hermes/Makefile.am:
35329         * ext/hermes/gsthermescolorspace.c:
35330         Rename colorspace to hermescolorspace.  Fix negotiation issues.
35331         Remove non-Hermes related code.  This element handles lots of
35332         RGB to RGB conversions, but no YUV.
35333         * ext/hermes/gstcolorspace.c:
35334         * ext/hermes/gstcolorspace.h:
35335         * ext/hermes/rgb2yuv.c:
35336         * ext/hermes/yuv2rgb.c:
35337         * ext/hermes/yuv2rgb.h:
35338         * ext/hermes/yuv2rgb_mmx16.s:
35339         * ext/hermes/yuv2yuv.c:
35340         * ext/hermes/yuv2yuv.h:
35341         Remove old code.
35342
35343 2004-01-14  Colin Walters  <walters@verbum.org>
35344
35345         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
35346         they've already been.
35347
35348 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35349
35350         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
35351           assume tag mode when pad is not connected
35352
35353 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35354
35355         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35356           Don't update the time of the clock
35357         (gst_alsa_sink_loop):
35358           sync to the clock given to alsasink, not the own clock
35359         * sys/oss/gstosssink.c: (gst_osssink_chain):
35360           sync to the clock
35361         (gst_osssink_change_state):
35362           activate the clock
35363         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
35364         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
35365           remove bogus code that made DISCONT events unhandled
35366         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
35367           explicitly case to double in _set_simple. (fixes 2nd warning in bug
35368           #131502)
35369         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
35370         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
35371         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
35372           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
35373           2nd warning in bug #131502)
35374
35375 2004-01-14  Julien MOUTTE  <julien@moutte.net>
35376
35377         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
35378         (gst_videobalance_colorbalance_set_value),
35379         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
35380         for colorbalance interface implementation.
35381         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
35382         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
35383         (gst_ximagesink_dispose), (gst_ximagesink_init),
35384         (gst_ximagesink_class_init): Adding DISPLAY property.
35385         * sys/ximage/ximagesink.h: Adding display_name to store display.
35386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35387         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
35388         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
35389         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
35390         properties (they still need polishing though for gst-launch use : no
35391         xcontext yet, i ll do that tomorrow).
35392         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
35393
35394 2004-01-14  Julien MOUTTE  <julien@moutte.net>
35395
35396         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
35397         (gst_play_set_location), (gst_play_set_visualization): Preparing
35398         switch integration, adding videobalance in the pipeline.
35399
35400 2004-01-14  Julien MOUTTE <julien@moutte.net>
35401
35402         * gst-libs/gst/colorbalance/colorbalance.c:
35403         (gst_color_balance_class_init): Adding a default type.
35404         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
35405         the type.
35406         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
35407         (gst_videobalance_dispose), (gst_videobalance_class_init),
35408         (gst_videobalance_init), (gst_videobalance_interface_supported),
35409         (gst_videobalance_interface_init),
35410         (gst_videobalance_colorbalance_list_channels),
35411         (gst_videobalance_colorbalance_set_value),
35412         (gst_videobalance_colorbalance_get_value),
35413         (gst_videobalance_colorbalance_init): Implementing colorbalance
35414         interface.
35415         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
35416         list.
35417         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
35418         bug which was triggering a BadAccess X error when setting an overlay
35419         before pad was really negotiated.
35420         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
35421         Using the colorbalance type macro.
35422
35423 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35424
35425         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
35426         (gst_flacenc_chain):
35427           handle tags correctly
35428         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
35429           extract ID3v1 tags correctly
35430
35431 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35432
35433         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
35434         (plugin_init):
35435           Improve matroska typefinding for odd-typed headers...
35436
35437 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35438
35439         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
35440           Fix for using incremental number on padnames.
35441
35442 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35443
35444         * ext/divx/gstdivxdec.c:
35445         * ext/divx/gstdivxenc.c:
35446           Set category to divx4linux instead of divx (too generic).
35447         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35448         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35449         (gst_wavparse_loop), (gst_wavparse_change_state):
35450         * gst/wavparse/gstwavparse.h:
35451           fix parsing of WAV files with non-standard fmt-tag size and fix
35452           skipping of unrecognized chunks... Someone please fix this thing
35453           to use rifflib so all this is automated.
35454         * sys/v4l/Makefile.am:
35455         * sys/v4l2/Makefile.am:
35456           Add X_CFLAGS because we depend on X (for overlay).
35457
35458 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
35459
35460         * ext/mpeg2dec/gstmpeg2dec.c:
35461           Don't issue a timestamp unless we tagged the frame
35462           with a PTS.
35463
35464 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35465
35466         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
35467           Query the audio element to get the time, not the clock. We're
35468           interested in the element's time here.
35469
35470 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35471
35472         * ext/aalib/gstaasink.c: (gst_aasink_chain):
35473         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35474         * ext/esd/esdsink.c: (gst_esdsink_chain):
35475         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
35476         * ext/mas/massink.c: (gst_massink_chain):
35477         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
35478         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
35479         (gst_matroska_demux_parse_metadata):
35480         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
35481         (gst_mpeg_parse_release_locks):
35482         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
35483         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
35484         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
35485         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
35486         (gst_osssink_change_state):
35487         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
35488         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
35489         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
35490         (gst_xvideosink_release_locks):
35491         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
35492           use element time.
35493         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
35494         (gst_alsa_clock_stop):
35495         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
35496         (gst_audio_clock_get_internal_time):
35497           simplify for use with new clocking code.
35498         * testsuite/alsa/Makefile.am:
35499         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
35500           fix testsuite for new caps system
35501
35502 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35503
35504         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
35505         * ext/flac/gstflacenc.c: (add_one_tag):
35506           length is already host endian, no need to convert. Fixes playback of
35507           tagged files on PPC. (bug #128384)
35508
35509 2004-01-13  Julien MOUTTE <julien@moutte.net>
35510
35511         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
35512         colorbalance interface stating if it is hardware based or software
35513         based.
35514         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
35515         Removing a trailing comma.
35516         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35517         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
35518         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
35519         the documentation seems to be wrong on the -1000 to 1000 interval.
35520
35521 2004-01-12  David Schleef  <ds@schleef.org>
35522
35523         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
35524         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
35525         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
35526         Fix negotiation.  Add a bufferalloc function for the sink pad,
35527         and generally clean up some of the code.
35528
35529 2004-01-12  Julien MOUTTE <julien@moutte.net>
35530
35531         * gst-libs/gst/colorbalance/colorbalancechannel.c:
35532         (gst_color_balance_channel_dispose): Adding safety check in dispose
35533         method.
35534         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35535         (gst_xvimagesink_xcontext_clear),
35536         (gst_xvimagesink_interface_supported),
35537         (gst_xvimagesink_colorbalance_list_channels),
35538         (gst_xvimagesink_colorbalance_set_value),
35539         (gst_xvimagesink_colorbalance_get_value),
35540         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
35541         Adding colorbalance interface support to set XV parameters such as
35542         HUE, BRIGHTNESS, CONTRAST, SATURATION.
35543         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
35544         interface.
35545
35546 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35547
35548         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
35549         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
35550         (gst_audio_convert_init), (gst_audio_convert_set_property),
35551         (gst_audio_convert_get_property), (gst_audio_convert_chain),
35552         (gst_audio_convert_link),
35553         (gst_audio_convert_buffer_to_default_format),
35554         (gst_audio_convert_buffer_from_default_format), (plugin_init):
35555           - implement _getcaps and use it
35556           - improve linking
35557           - remove float caps since no float conversion is actually done
35558           - remove properties and arguments that were to be used for rate
35559             conversion
35560
35561 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35562
35563         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
35564         (gst_audio_structure_set_int):
35565         * gst-libs/gst/audio/audio.h:
35566           add helper functions for _getcaps matching the standard audio
35567           templates
35568
35569 2004-01-12  David Schleef  <ds@schleef.org>
35570
35571         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35572         Test that pad is negotiated before getting its caps.
35573
35574 2004-01-12  Julien MOUTTE <julien@moutte.net>
35575
35576         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
35577         analyzing the pads of an element the bin is mostly in READY state so
35578         no caps were negotiated. This helper function needs to work with
35579         _get_caps directly then. I was not freeing them though, added that to
35580         fix the mem leak.
35581
35582 2004-01-12  Julien MOUTTE <julien@moutte.net>
35583
35584         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
35585         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
35586         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
35587         than the free_func.
35588
35589 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35590
35591         * sys/oss/gstossaudio.c: (plugin_init):
35592         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35593         * sys/oss/gstosselement.h:
35594           make an oss debugging category
35595           make failure more descriptive
35596
35597 2004-01-11  David Schleef  <ds@schleef.org>
35598
35599         * ext/ffmpeg/gstffmpeg.c:
35600         * ext/ffmpeg/gstffmpegcodecmap.c:
35601         * ext/ffmpeg/gstffmpegdec.c:
35602         * ext/ffmpeg/gstffmpegenc.c:
35603         * ext/ffmpeg/gstffmpegprotocol.c:
35604         * ext/gdk_pixbuf/gstgdkanimation.c:
35605         * ext/jpeg/gstjpeg.c:
35606         * ext/libpng/gstpng.c:
35607         * ext/mpeg2dec/perftest.c:
35608         * ext/speex/gstspeex.c:
35609         * gst-libs/gst/resample/dtos.c:
35610         * gst/intfloat/gstintfloatconvert.c:
35611         * gst/oneton/gstoneton.c:
35612         * gst/rtjpeg/RTjpeg.c:
35613         * gst/rtp/gstrtp.c:
35614         * sys/dxr3/dxr3init.c:
35615         * sys/glsink/gstgl_nvimage.c:
35616         * sys/glsink/gstgl_pdrimage.c:
35617         * sys/glsink/gstglsink.c:
35618         * testsuite/gst-lint:
35619         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
35620
35621 2004-01-11  David Schleef  <ds@schleef.org>
35622
35623         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
35624         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
35625         * ext/gdk_pixbuf/gstgdkanimation.c:
35626         (gst_gdk_animation_iter_create_pixbuf):
35627         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
35628         (gst_gdk_pixbuf_chain):
35629         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35630         * ext/jack/gstjack.c: (gst_jack_change_state):
35631         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
35632         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
35633         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
35634         * gst/videofilter/gstvideofilter.c:
35635         (gst_videofilter_set_output_size):
35636         Remove all usage of gst_pad_get_caps(), and replace it with
35637         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
35638
35639 2004-01-11  David Schleef  <ds@schleef.org>
35640
35641         * configure.ac:
35642         * ext/Makefile.am: Fixes to make ext/libcaca compile.
35643         * ext/divx/gstdivxdec.c:
35644         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
35645         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
35646         handle images that span multiple buffers.  Now work with both
35647         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
35648         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35649         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
35650         video/video.h changes
35651         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
35652         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
35653         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
35654         of GstData free function.
35655         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
35656         same.
35657
35658 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35659
35660         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
35661         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
35662         (gst_v4l2element_get_property):
35663         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
35664           add norm, channel and frequency properties.
35665         * sys/v4l2/gstv4l2tuner.c:
35666           fixes for tuner interface changes
35667         * sys/v4l2/gstv4l2element.h:
35668         * sys/v4l2/gstv4l2src.c:
35669         * sys/v4l2/gstv4l2src.h:
35670         * sys/v4l2/v4l2src_calls.c:
35671         * sys/v4l2/v4l2src_calls.h:
35672           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
35673
35674 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35675
35676         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
35677         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
35678         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
35679         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
35680         * gst-libs/gst/tuner/tuner.h:
35681           GObjects aren't const.
35682           Add find_by_name functions.
35683           Add checks to _changed functions.
35684         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
35685         (gst_v4l_tuner_get_norm):
35686           Fixes for above.
35687
35688 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35689
35690         * gst-libs/gst/video/video.h:
35691           Fix caps template names to be understandable.
35692           Prefix everything with GST_VIDEO.
35693         * ext/aalib/gstaasink.c:
35694         * ext/divx/gstdivxdec.c:
35695         * ext/divx/gstdivxenc.c:
35696         * ext/gdk_pixbuf/gstgdkpixbuf.c:
35697         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
35698         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
35699         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
35700         * ext/libcaca/gstcacasink.c:
35701         * ext/libpng/gstpngenc.c: (raw_caps_factory):
35702         * ext/snapshot/gstsnapshot.c:
35703         * ext/swfdec/gstswfdec.c:
35704         * ext/xvid/gstxviddec.c:
35705         * ext/xvid/gstxvidenc.c:
35706         * gst/chart/gstchart.c:
35707         * gst/deinterlace/gstdeinterlace.c:
35708         * gst/effectv/gsteffectv.c:
35709         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
35710         * gst/goom/gstgoom.c:
35711         * gst/median/gstmedian.c:
35712         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
35713         (gst_monoscope_srcconnect), (gst_monoscope_chain):
35714         * gst/overlay/gstoverlay.c:
35715         * gst/smooth/gstsmooth.c:
35716         * gst/smpte/gstsmpte.c:
35717         * gst/synaesthesia/gstsynaesthesia.c:
35718         * gst/videocrop/gstvideocrop.c:
35719         * gst/videodrop/gstvideodrop.c:
35720         * gst/y4m/gsty4mencode.c:
35721         * sys/qcam/gstqcamsrc.c:
35722         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
35723           Make them work with new video.h file.
35724         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
35725         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
35726         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
35727         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
35728           Make it work with new buffer allocation system.
35729
35730 2004-01-11  Julien MOUTTE  <julien@moutte.net>
35731
35732         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
35733         pad_alloc_buffer implementation to use ->srcpad
35734         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
35735         pad_alloc_buffer implementation to use ->srcpad
35736         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
35737         pad_alloc_buffer implementation to use ->srcpad
35738         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
35739         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
35740         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
35741         a reference to everything we need.
35742         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
35743         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
35744         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
35745         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
35746         a reference to everything we need.
35747         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
35748
35749 2004-01-11  David Schleef  <ds@schleef.org>
35750
35751         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
35752         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
35753         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
35754         structure members.
35755         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
35756         value during a resize/renegotiation.
35757         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
35758         gst_pad_alloc_buffer();
35759         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
35760         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
35761         structure members.
35762         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
35763         Fix for rename of buffer private structure members.
35764         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
35765         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
35766         Fix for rename of buffer private structure members.
35767         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
35768         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
35769         Fix for rename of buffer private structure members.
35770
35771 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
35772
35773         reviewed by: David Schleef <ds@schleef.org>
35774
35775         * gst/videofilter/Makefile.am:
35776         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
35777         from the patch by ds to fit in with recent make_filter changes.
35778
35779 2004-01-11  Julien MOUTTE  <julien@moutte.net>
35780
35781         * configure.ac: Adding examples/switch/Makefile
35782         * examples/Makefile.am: Adding examples/switch
35783         * examples/switch/Makefile.am: Adding switcher example.
35784         * examples/switch/switcher.c: (got_eos), (idle_iterate),
35785         (switch_timer), (main): Adding an example demonstrating switch usage
35786         with 2 videotestsrc showing different patterns.
35787         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
35788         (gst_switch_init): Fixing switch with the new caps system.
35789
35790 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35791
35792         * gst-libs/gst/video/video.h:
35793           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
35794           They should probably be like
35795           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
35796
35797 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35798
35799         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35800         (qtdemux_parse_trak):
35801           fix audio chunk size/timestamp calculation
35802
35803 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35804
35805         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
35806           fix SVQ3 caps
35807
35808 2004-01-11  Steve Baker  <steve@stevebaker.org>
35809
35810         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
35811         (gst_agingtv_base_init), (gst_agingtv_class_init),
35812         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
35813         (gst_agingtv_set_property), (gst_agingtv_get_property):
35814         Port agingTV to videofilter
35815
35816 2004-01-09  Julien MOUTTE <julien@moutte.net>
35817
35818         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
35819         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
35820
35821 2004-01-09  Julien MOUTTE <julien@moutte.net>
35822
35823         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
35824         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
35825         * gst-libs/gst/xoverlay/xoverlay.c:
35826         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
35827         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
35828         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
35829         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
35830         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
35831         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
35832         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
35833         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
35834         the bufferalloc_function to replace bufferpools, fixing the XOverlay
35835         interface implementation to handle xid being 0 and fix some bugs
35836         triggered by Benjamin's testcase.
35837         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
35838         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
35839         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
35840         the bufferalloc_function to replace bufferpools, fixing the XOverlay
35841         interface implementation to handle xid being 0 and fix some bugs
35842         triggered by Benjamin's testcase.
35843
35844 2004-01-09  David Schleef  <ds@schleef.org>
35845
35846         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
35847         mouse pointer events.  It works.
35848
35849 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35850
35851         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
35852           Use explicit caps - fix capsnego.
35853         * ext/xvid/gstxviddec.c:
35854         * ext/xvid/gstxvidenc.c:
35855           Remove macro-inside-macro which caused compile errors.
35856         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
35857           Error out if it's not a RIFF file. Else we error out without
35858           gst_element_error() which is not good...
35859
35860 2004-01-08  David Schleef  <ds@schleef.org>
35861
35862         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
35863         Fix pad_link function to handle formats that ffmpeg returns
35864         as multiple caps structures.
35865         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
35866         Only complain if source buffer is _smaller_ than expected.
35867         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
35868         (gst_videoscale_handle_src_event): Resize navigation events
35869         when passing them upstream.
35870         * gst/videotestsrc/gstvideotestsrc.c:
35871         * gst/videotestsrc/gstvideotestsrc.h:
35872         * gst/videotestsrc/videotestsrc.c:
35873         * gst/videotestsrc/videotestsrc.h:
35874         Rewrite many of the buffer painting functions to handle odd
35875         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
35876         been verified to work with my video card.
35877         * testsuite/gst-lint:  Add check for elements calling
35878         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
35879
35880 2004-01-08  David Schleef  <ds@schleef.org>
35881
35882         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35883         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
35884
35885 2004-01-08  Julien MOUTTE  <julien@moutte.net>
35886
35887         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
35888         configure event is not emiting the desired size signal. That fixes
35889         aspect ratio issues with gst-player.
35890
35891 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35892
35893         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
35894           Fix capsnego.
35895
35896 2004-01-08  Julien MOUTTE  <julien@moutte.net>
35897
35898         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
35899         public method to fire size signal.
35900
35901 2004-01-07  Julien MOUTTE  <julien@moutte.net>
35902
35903         * examples/gstplay/Makefile.am: Adding the interface library.
35904         * gst-libs/gst/play/Makefile.am: Adding the interface library.
35905         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
35906         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
35907         GST_IS_X_OVERLAY before signal connect.
35908         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
35909         Removing the have_video_size signal.
35910         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
35911         and associated public method.
35912         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
35913         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
35914         signal.
35915         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
35916         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
35917         signal.
35918         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
35919         Using XOverlay public method to fire size signal.
35920
35921 2004-01-07  David Schleef  <ds@schleef.org>
35922
35923         * gst/videofilter/Makefile.am:
35924         * gst/videofilter/gstvideotemplate.c:
35925         * gst/videofilter/make_filter:
35926         Create gstvideoexample.c in a srcdir!=builddir friendly way.
35927         Convert make_filter to /bin/sh script.
35928
35929 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
35930
35931         * gst/modplug/gstmodplug.cc: fix element description
35932
35933 2004-01-07  Julien MOUTTE  <julien@moutte.net>
35934
35935         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
35936         (got_video_size): Adding some new lines in g_print calls.
35937         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
35938         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
35939         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
35940         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
35941         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
35942         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
35943         Complete code review, reverting some stuff i disagree with, adding
35944         some fixes : time synchronization on invalid timestamps, renegotiation
35945         of private window.
35946         * sys/ximage/ximagesink.h:
35947         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
35948         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
35949         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
35950         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
35951         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
35952         (gst_xvimagesink_buffer_new),
35953         (gst_xvimagesink_navigation_send_event),
35954         (gst_xvimagesink_set_xwindow_id),
35955         (gst_xvimagesink_get_desired_size),
35956         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
35957         stuff i disagree with, adding some fixes : Renegotiation of private
35958         window, implementing get_desired_size.
35959
35960 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35961
35962         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
35963         (gst_afsink_handle_event):
35964         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
35965         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
35966         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
35967         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
35968         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
35969           Fix for instantiate-test (see core). Also remove dead code from
35970           jpegenc (which still needs fixing, but that's lower on my TODO
35971           list...).
35972         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
35973           Never return NULL as caps.
35974
35975 2004-01-07  David Schleef  <ds@schleef.org>
35976
35977         * configure.ac:
35978         * ext/Makefile.am:
35979         * ext/librfb/Makefile.am:
35980         * ext/librfb/gstrfbsrc.c:
35981         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
35982         is the protocol used by VNC.
35983
35984 2004-01-07  David Schleef  <ds@schleef.org>
35985
35986         * gst/videofilter/gstvideotemplate.c:
35987         * gst/videofilter/gstvideotemplate.h:
35988         * gst/videofilter/make_filter:
35989         Merge videotemplate header into source file.
35990         * gst/effectv/Makefile.am:
35991         * gst/effectv/gsteffectv.c: (plugin_init):
35992         * gst/effectv/gstwarp.c:
35993         Make warpTV a subclass of videofilter.
35994
35995 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35996
35997         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
35998           Add guard against invalid utf-8 conversions in mad. Just in case.
35999
36000 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36001
36002         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
36003           Fix for bug shown by poisoning
36004
36005 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36006
36007         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
36008         (gst_v4lmjpegsrc_buffer_free):
36009         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
36010         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
36011         (gst_v4lsrc_buffer_free):
36012           Fix for removed bufferpools.
36013
36014 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
36015
36016         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
36017         Fix caps negotiation.
36018
36019         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
36020         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
36021         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36022         (dvdnavsrc_event):
36023         * ext/mpeg2dec/gstmpeg2dec.c:
36024         * gst-libs/gst/navigation/navigation.c:
36025         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
36026         * gst-libs/gst/navigation/navigation.h:
36027         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
36028         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
36029         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
36030         Super-simple first version of mouse and keyboard events. Clicking
36031         on a DVD menu now works, although it may not take you where you
36032         expected.
36033
36034         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
36035         * gst/videotestsrc/gstvideotestsrc.c:
36036         (gst_videotestsrc_src_fixate):
36037         These fixate functions were broken - they never actually
36038         fixated :)
36039
36040 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36041
36042         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
36043         (gst_icecastsend_init):
36044           fix for new caps system.
36045         * gst-libs/gst/mixer/mixertrack.h:
36046         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
36047           Add 'master track' flag (for tools like ACME that only want to
36048           change the main volume).
36049
36050 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
36051
36052         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
36053         (gst_xvid_csp_to_caps):
36054         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
36055         * ext/xvid/gstxvidenc.c:
36056         ifdef out ARGB type when it isn't available
36057         in xvidcore 1.0.0beta2
36058
36059 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36060
36061         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
36062           When we have received a new SCR right in the first buffer after
36063           a seek (so in the same cycle that handles the discont), we should
36064           handle the buffer instead of unreffing it, else we lose data.
36065
36066 2004-01-06  Iain <iain@prettypeople.org>
36067
36068         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
36069           buffer-frames caps too.
36070
36071         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
36072           caps that we need, don't destroy them all and rebuild them. And when
36073           creating src pads, use the src pad template rather than the sink...
36074
36075 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36076
36077         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
36078           Add pad to element *after* setting functions such as event handler.
36079           Without this, the scheduler (opt) will link pads, set the event
36080           handler from the default event function (dispatcher in gstpad.c)
36081           and *after* that, we will set our own event function, which will
36082           thus never be used (and thus mpegdemux doesn't handle events).
36083
36084 2004-01-04  David Schleef  <ds@schleef.org>
36085
36086         Fix the fixate functions to handle new prototype:
36087         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
36088         * gst/videotestsrc/gstvideotestsrc.c:
36089         (gst_videotestsrc_src_fixate):
36090         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
36091         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
36092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
36093
36094 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36095
36096         * sys/ximage/ximagesink.h:
36097         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
36098         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
36099         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
36100         (gst_ximagesink_xoverlay_init):
36101           assorted fixes to make (re)embedding work
36102         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
36103         (gst_ximagesink_get_desired_size):
36104           implement desired size additions to XOverlay
36105
36106 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36107
36108         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
36109         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
36110         (gst_x_overlay_got_desired_size):
36111         * gst-libs/gst/xoverlay/xoverlay.h:
36112           Add optional "desired size" signal and querying.
36113
36114 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36115
36116         * gst/matroska/matroska-demux.c:
36117         (gst_matroska_demux_parse_blockgroup):
36118           Fix EBML-laced block parsing. Diffs are relative to previous
36119           lace, not the first lace. Thanks to Mosu from the Matroska
36120           team for detecting this.
36121         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36122         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
36123         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
36124         (gst_wavparse_change_state):
36125         * gst/wavparse/gstwavparse.h:
36126           Quickfix for capsnego.
36127
36128 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36129
36130         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
36131           Fix indenting, fix pad creation.
36132
36133 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36134
36135         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
36136         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
36137         (gst_xviddec_sink_link):
36138           Implement src_getcaps() so proper size caps is negotiated.
36139
36140 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36141
36142         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
36143           Finish flac decoder on EOS. See #116178.
36144
36145 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36146
36147         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
36148         (gst_matroska_demux_add_stream):
36149         * gst/matroska/matroska-ids.h:
36150           Add getcaps() function to fix capsnego...
36151
36152 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36153
36154         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36155         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36156         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
36157           Fix more integer overflows. Again, see #126967.
36158
36159 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36160
36161         * ext/mpeg2dec/gstmpeg2dec.c:
36162           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
36163           #130416.
36164
36165 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36166
36167         * configure.ac:
36168         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
36169         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
36170         * ext/xvid/gstxvid.h:
36171         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
36172         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
36173         (gst_xviddec_src_link), (gst_xviddec_sink_link),
36174         (gst_xviddec_change_state):
36175         * ext/xvid/gstxviddec.h:
36176         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
36177         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
36178         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
36179         (gst_xvidenc_link), (gst_xvidenc_set_property),
36180         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
36181         * ext/xvid/gstxvidenc.h:
36182           Update xvid plugin to latest xvid (1.0.0-beta3) API.
36183
36184 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36185
36186         * gst/rtp/rtp-packet.c:
36187           Add sys/types.h include, since OS X doesn't define in_addr_t
36188           in netinet/in.h, like it does on Linux (see #129600).
36189
36190 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
36191
36192         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
36193
36194         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
36195           Correct logic of dispose function (see #129306).
36196
36197 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36198
36199         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
36200         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
36201         (gst_mpeg_parse_init):
36202         * gst/mpegstream/gstmpegparse.h:
36203           Remove clock (which was never provided, i.e. dead code), and
36204           also fix integer overflows at high PTS values (see #126967).
36205
36206 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36207
36208         * ext/flac/gstflacdec.c:
36209         * ext/libpng/gstpngenc.h:
36210         * ext/mikmod/gstmikmod.h:
36211           OS X fixes (see #126628).
36212
36213 2004-01-02  David Schleef  <ds@schleef.org>
36214
36215         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
36216         (gst_alsa_src_base_init): Remove bogus "src" request pad.
36217         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
36218         (gst_mpeg_parse_class_init): Move pad template registration
36219         to class_init, since the derived class (mpegdemux) doesn't
36220         want them.
36221
36222 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36223
36224         * sys/ximage/Makefile.am:
36225         * sys/xvideo/Makefile.am:
36226         * sys/xvimage/Makefile.am:
36227           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
36228           after installation (see #127664).
36229
36230 2004-01-02  David Schleef  <ds@schleef.org>
36231
36232         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
36233         (gst_ffmpegenc_connect):  Negotiation fixes.
36234         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
36235         Remove inappropriate gst_caps_free().
36236         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
36237         Reenable Ronald's internal resize code, since the core handles
36238         it correctly now.
36239
36240 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36241
36242         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
36243         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
36244         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
36245           Fix pad template stuff.
36246
36247 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36248
36249         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
36250         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
36251           fix signed integer reading/writing.
36252
36253 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36254
36255         * ext/alsa/README:
36256           Remove outdated document
36257
36258 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
36259
36260         * gst/cutter/gstcutter.c: (gst_cutter_init):
36261           src pad was being created twice - oops.
36262
36263 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36264
36265         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
36266           Comment out internal resize. It doesn't handle the resulting
36267           XEvent internally, does another try_set_caps() which leads to
36268           a really nice loop.
36269           Real fix will come when Julien and Dave are awake. ;).
36270
36271 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36272
36273         * ext/mpeg2enc/gstmpeg2enc.cc:
36274           fix const/nonconst compile issue.
36275
36276 2004-01-02  David Schleef  <ds@schleef.org>
36277
36278         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
36279         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
36280         Add fixate function and a check for bad formats.
36281
36282 2004-01-01  David Schleef  <ds@schleef.org>
36283
36284         Negotiation fixes:
36285         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
36286         (gst_audiofilter_init):
36287         * gst/debug/efence.c: (gst_efence_init):
36288         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
36289         (gst_deinterlace_init):
36290         * gst/volume/gstvolume.c: (volume_connect):
36291
36292 2004-01-01  David Schleef  <ds@schleef.org>
36293
36294         Convert elements to use gst_pad_use_explicit_caps() where
36295         appropriate:
36296         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
36297         * ext/audiofile/gstafparse.c: (gst_afparse_init),
36298         (gst_afparse_open_file):
36299         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
36300         (gst_afsrc_open_file):
36301         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
36302         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
36303         (gst_ffmpegdec_chain):
36304         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
36305         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
36306         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
36307         (gst_gdk_pixbuf_chain):
36308         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
36309         (gst_jpegdec_chain):
36310         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
36311         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
36312         (gst_mikmod_negotiate):
36313         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
36314         (gst_mpeg2dec_negotiate_format):
36315         * ext/mpeg2enc/gstmpeg2enc.cc:
36316         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36317         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
36318         (gst_speexdec_sinkconnect):
36319         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
36320         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
36321         (gst_vorbisfile_new_link):
36322         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
36323         (gst_ac3parse_chain):
36324         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
36325         (gst_asf_demux_setup_pad):
36326         * gst/auparse/gstauparse.c: (gst_auparse_init),
36327         (gst_auparse_chain):
36328         * gst/id3/gstid3types.c: (gst_id3types_loop):
36329         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
36330         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36331         (mp1videoparse_parse_seq):
36332         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
36333         (bpf_from_header):
36334         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36335         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
36336         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
36337         (gst_mpeg_parse_send_data):
36338         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36339         (gst_qtdemux_add_stream):
36340         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
36341         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36342         (gst_wavparse_parse_fmt):
36343
36344 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36345
36346         * configure.ac:
36347           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
36348           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
36349           it therefore uses the wrong include paths. Too bad... Note
36350           that 1.6.1.93 is not release yet. ;).
36351           Also add a check for mplex, which is now using the lib'ified
36352           mplex from mjpegtools, too.
36353         * ext/ffmpeg/gstffmpegcodecmap.c:
36354           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
36355           issues. I don't think ffmpeg handles 3ivx correctly, so this
36356           probably won't work. But it won't hurt either.
36357         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
36358         (gst_ffmpegdec_chain):
36359         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
36360         (gst_ffmpegenc_chain_audio):
36361           Fix memleak in audio encoding. Close codec if open fails, this
36362           calls the cleanup routines so we can re-use the context.
36363         * ext/mpeg2enc/gstmpeg2enc.cc:
36364           Fix pad template names/types, fix memory issue with getcaps().
36365         * ext/mpeg2enc/gstmpeg2encoder.cc:
36366         * ext/mpeg2enc/gstmpeg2encoder.hh:
36367           Fix compile issue with new caps system (const thingy).
36368         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
36369         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
36370           We read a first frame right on initing, so that we have a caps
36371           when we init the output. This caps is cached in padprivate and
36372           read as first frame.
36373         * ext/mplex/Makefile.am:
36374         * ext/mplex/gstmplex.cc:
36375         * ext/mplex/gstmplex.h:
36376         * ext/mplex/gstmplex.hh:
36377         * ext/mplex/gstmplexibitstream.cc:
36378         * ext/mplex/gstmplexibitstream.hh:
36379         * ext/mplex/gstmplexjob.cc:
36380         * ext/mplex/gstmplexjob.hh:
36381         * ext/mplex/gstmplexoutputstream.cc:
36382         * ext/mplex/gstmplexoutputstream.hh:
36383           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
36384           had issues, didn't do capsnego, supported only a subset of the
36385           mplex features and required a mplex fork in our local CVS. Plus
36386           that it worked agaist a very old mplex version. Rewriting was
36387           faster than updating it.
36388         * gst-libs/ext/Makefile.am:
36389         * gst-libs/ext/mplex/INSTRUCT:
36390         * gst-libs/ext/mplex/Makefile.am:
36391         * gst-libs/ext/mplex/README:
36392         * gst-libs/ext/mplex/TODO:
36393         * gst-libs/ext/mplex/ac3strm_in.cc:
36394         * gst-libs/ext/mplex/audiostrm.hh:
36395         * gst-libs/ext/mplex/audiostrm_out.cc:
36396         * gst-libs/ext/mplex/aunit.hh:
36397         * gst-libs/ext/mplex/bits.cc:
36398         * gst-libs/ext/mplex/bits.hh:
36399         * gst-libs/ext/mplex/buffer.cc:
36400         * gst-libs/ext/mplex/buffer.hh:
36401         * gst-libs/ext/mplex/fastintfns.h:
36402         * gst-libs/ext/mplex/format_codes.h:
36403         * gst-libs/ext/mplex/inputstrm.cc:
36404         * gst-libs/ext/mplex/inputstrm.hh:
36405         * gst-libs/ext/mplex/lpcmstrm_in.cc:
36406         * gst-libs/ext/mplex/mjpeg_logging.cc:
36407         * gst-libs/ext/mplex/mjpeg_logging.h:
36408         * gst-libs/ext/mplex/mjpeg_types.h:
36409         * gst-libs/ext/mplex/mpastrm_in.cc:
36410         * gst-libs/ext/mplex/mpegconsts.cc:
36411         * gst-libs/ext/mplex/mpegconsts.h:
36412         * gst-libs/ext/mplex/mplexconsts.hh:
36413         * gst-libs/ext/mplex/multplex.cc:
36414         * gst-libs/ext/mplex/outputstream.hh:
36415         * gst-libs/ext/mplex/padstrm.cc:
36416         * gst-libs/ext/mplex/padstrm.hh:
36417         * gst-libs/ext/mplex/stillsstream.cc:
36418         * gst-libs/ext/mplex/stillsstream.hh:
36419         * gst-libs/ext/mplex/systems.cc:
36420         * gst-libs/ext/mplex/systems.hh:
36421         * gst-libs/ext/mplex/vector.cc:
36422         * gst-libs/ext/mplex/vector.hh:
36423         * gst-libs/ext/mplex/videostrm.hh:
36424         * gst-libs/ext/mplex/videostrm_in.cc:
36425         * gst-libs/ext/mplex/videostrm_out.cc:
36426         * gst-libs/ext/mplex/yuv4mpeg.cc:
36427         * gst-libs/ext/mplex/yuv4mpeg.h:
36428         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
36429         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
36430           We don't fork mjpegtools' mplex in our CVS anymore.
36431         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
36432         (gst_avi_demux_add_stream):
36433         * gst/avi/gstavidemux.h:
36434           Add getcaps() function for proper caps nego. This makes some
36435           parts of AVI playback/reading work.
36436         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
36437           Resize window on new capsnego. This is probably wrong, but
36438           I'm still committing it because with current capsnego, the
36439           first successfull capsnego is auto-fixated, therefore rounded
36440           down to the lowest values in the caps. this results in a 16x16
36441           XWindow that is not reized when real capsnego finishes.
36442           Dave, I see more cases of this, do you know a proper solution?
36443         * tools/gst-launch-ext.in:
36444           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
36445
36446 2003-12-31  David Schleef  <ds@schleef.org>
36447
36448         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
36449         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
36450           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
36451
36452 2003-12-30  David Schleef  <ds@schleef.org>
36453
36454         * ext/ffmpeg/gstffmpegcolorspace.c:
36455         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
36456         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
36457         (gst_ffmpegcsp_chain): Negotiation fixes
36458         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
36459         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
36460         (gst_audio_convert_link), (gst_audio_convert_channels):
36461         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
36462         (gst_audioscale_link), (gst_audioscale_get_buffer),
36463         (gst_audioscale_chain): Negotiation fixes
36464         * gst/audioscale/gstaudioscale.h:
36465         * gst/videofilter/gstvideofilter.c:
36466         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
36467         (gst_videofilter_link), (gst_videofilter_init),
36468         (gst_videofilter_set_output_size), (gst_videofilter_setup),
36469         (gst_videofilter_find_format_by_structure):
36470         * gst/videofilter/gstvideofilter.h: Negotiation fixes
36471         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
36472         (gst_videoscale_link):
36473         * gst/videoscale/videoscale.c: (videoscale_get_structure),
36474         (videoscale_find_by_structure), (gst_videoscale_setup):
36475         * gst/videoscale/videoscale.h: Negotiation fixes
36476         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
36477         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
36478         function, restrict resizing to a multiple of 4 (hack until
36479         everyone supports odd sizes correctly).
36480
36481 2003-12-29  Colin Walters  <walters@verbum.org>
36482
36483         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
36484         signed.
36485
36486 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
36487
36488         * ext/sndfile/gstsf.c: (gst_sf_loop):
36489           Fix warning about discarding const qualifier
36490
36491 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
36492
36493         * gst/cutter/gstcutter.c:
36494         * gst/videoscale/gstvideoscale.c:
36495         * gst/volenv/gstvolenv.c:
36496         * gst-libs/gst/audio/audio.c:
36497         * gst-libs/gst/video/video.c:
36498           Fix warnings
36499
36500 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36501
36502         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
36503           Don't send ALSA debugging to stderr.
36504         * ext/alsa/gstalsa.h:
36505           Use GST_WARNING instead of g_warning when ALSA functions fail.
36506
36507 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36508
36509         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
36510           Free XVAdapterInfo correctly.
36511
36512 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36513
36514         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
36515         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
36516           Make id3tag use correct caps nego.
36517
36518 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
36519
36520         * ext/ivorbis/vorbis.c:
36521         * ext/ivorbis/vorbisenc.h:
36522         * ext/ivorbis/vorbisfile.c:
36523           Modify so that it uses the new caps things
36524
36525 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36526
36527         * testsuite/spider/spider1.c: (main):
36528         * testsuite/spider/spider2.c: (main):
36529         * testsuite/spider/spider3.c: (main):
36530           Make tests compile again. They probably don't work.
36531
36532 2003-12-24  Colin Walters  <walters@verbum.org>
36533
36534         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
36535         we can't fixate the caps anymore.
36536
36537 2003-12-23  David Schleef  <ds@schleef.org>
36538
36539         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
36540         * sys/oss/gstosssink.c: (gst_osssink_init),
36541         (gst_osssink_sink_fixate): Add fixate function.
36542
36543 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36544
36545         * ext/ffmpeg/gstffmpegcodecmap.c:
36546         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
36547         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
36548         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
36549         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
36550         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
36551         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
36552         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
36553           fix typo in RGB masks, and move back to "old" colorspace
36554           capsnego code until whoever wrote this new crap has actually
36555           tested it so that it works.
36556           And yes, this works, keep it that way please.
36557
36558 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36559
36560         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
36561         (gst_divxdec_init), (gst_divxdec_negotiate):
36562         * ext/divx/gstdivxdec.h:
36563         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
36564         (gst_divxenc_init):
36565         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
36566         (gst_faac_sinkconnect), (gst_faac_srcconnect):
36567         * ext/mpeg2enc/gstmpeg2enc.cc:
36568         * ext/mpeg2enc/gstmpeg2encoder.cc:
36569         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
36570         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
36571         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
36572         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
36573         (dxr3spusink_init):
36574         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
36575         (dxr3videosink_init):
36576           Fix caps breakage after Dave's caps branch merge.
36577
36578 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36579
36580         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
36581           Fix for 24bpp display.
36582
36583 2003-12-23  Colin Walters  <walters@verbum.org>
36584
36585         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
36586         a GnomeVFSHandle directly.
36587
36588 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36589
36590         * gst/volume/Makefile.am:
36591         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
36592         (volume_base_init), (volume_init):
36593           Reenable volume element and fix to work with new caps stuff.
36594           Rhythmbox needs this.
36595
36596 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36597
36598         * gst/qtdemux/qtdemux.c: (plugin_init):
36599           qtdemux requires bytestream
36600
36601 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36602
36603         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
36604           Fix remaining caps handling errors due to CAPS merge.
36605
36606 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36607
36608         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
36609         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
36610         (gst_faad_srcconnect):
36611           Port to new caps system.
36612
36613 2003-12-21  Julien MOUTTE  <julien@moutte.net>
36614
36615         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
36616         (got_video_size), (main): using g_print instead of g_message.
36617         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
36618         signal which was not emitted because of "switch" element added to the
36619         bin but not connected. (Removing from the bin temporarily)
36620
36621 2003-12-21  Julien MOUTTE  <julien@moutte.net>
36622
36623         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
36624         find X development files. I don't understand the previous tests and
36625         they fail on my debian/ppc unstable. This one works.
36626         * examples/gstplay/player.c: (main): Set the pipeline to READY before
36627         exiting.
36628         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
36629         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36630         (gst_play_set_visualization): Add some safety checks in set_ methods
36631         and state_change. This was throwing some ugly CRITICAL messages when
36632         pipeline was getting disposed and casts were failing.
36633
36634 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36635
36636         * configure.ac:
36637           Improve mpeg2enc detection. This is for distributions that do
36638           ship mjpegtools, but without mpeg2enc. Also does object check
36639           for might there ever be ABI incompatibility.
36640         * ext/mpeg2enc/gstmpeg2enc.cc:
36641           Add Andrew as second maintainer (he's helping me), and also add
36642           an error if no caps was set. This happens if I pull before capsnego
36643           and that's something I should solve sometime else.
36644         * gst/matroska/matroska-demux.c:
36645         (gst_matroska_demux_parse_blockgroup):
36646           Fix time parsing.
36647         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
36648         (gst_matroska_mux_track_header):
36649           Add caps to templates.
36650         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
36651           Add mpegversion=1 to prevent confusion with MPEG/AAC.
36652         * gst/mpegstream/gstmpegdemux.c:
36653           Remove layer since it causes warnings about unfixed caps.
36654         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
36655           Fix obvious typo (we error out if caps were set, we should of
36656           course error out if *no* caps were set).
36657         * sys/oss/gstosselement.c: (gst_osselement_convert):
36658           Fix format conversion, we confused bits/bytes.
36659         * sys/oss/gstosselement.h:
36660           Improve documentation for 'bps'.
36661         * sys/v4l/TODO:
36662           Remove stuff about plugins that need removing - this was done
36663           ages ago.
36664         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
36665         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
36666         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
36667         (gst_v4lsrc_src_query):
36668         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
36669         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
36670           Add get_query_types(), get_formats() and query() functions.
36671
36672 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
36673
36674         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
36675           * moved CVS to freedesktop.org