Release 0.10.20
[platform/upstream/gst-plugins-base.git] / ChangeLog
1 === release 0.10.20 ===
2
3 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
4
5         * configure.ac:
6           releasing 0.10.20, "Here I Go Again"
7
8 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
9
10         * configure.ac:
11         0.10.19.3 pre-release
12
13 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
14
15         * gst-libs/gst/rtsp/gstrtspconnection.c:
16         Fix build on win32.
17         Patch By: David Schleef <ds@schleef.org>
18         Fixes: #536874
19
20 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
21
22         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
23         (gst_gio_base_src_create):
24         * ext/gio/gstgiobasesrc.h:
25         Try to read the requested number of bytes, even if the first
26         read returns less than requested, until nothing is read anymore
27         or we have the requested amount of bytes. This fixes playback of
28         files via Samba as Samba only allows to read 64k at once.
29
30         Implement a caching algorithm that makes sure that we read at
31         least 4k of data every time. Some elements will try to read a few
32         bytes, then seek, read again a few bytes and so on and this is
33         painfully slow as every operation has to go over DBus if GVfs is
34         used as backend.
35
36         Fixes bug #536849 and #536848.
37
38         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
39         (gst_gio_src_check_get_range):
40         Override check_get_range() to blacklist http/https URIs
41         and whitelist file URIs. More to be added on demand.
42
43 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
44
45         * configure.ac:
46         0.10.19.2 pre-release
47
48 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
49
50         * win32/common/libgstrtsp.def:
51         * win32/common/libgsttag.def:
52         Add new API functions to the dll exports
53
54 2008-06-04  Michael Smith <msmith@songbirdnest.com>
55
56         * gst/playback/gstplaybasebin.c:
57           Disconnect signals from decodebins we created before we remove it from
58           playbin, to avoid crashes if the decodebin is eventually disposed after
59           the playbin itself (possible if the app takes a reference on the
60           decodebin).
61           Fixes #536521.
62
63 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
64
65         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
66           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
67           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
68           (h264_video_type_find), (mpeg_video_stream_type_find),
69           (dv_type_find), (mmsh_type_find):
70           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
71           copy caps for no good reason (this may be desirable to make it easier
72           to detect leaks, but then it should probably be done for all caps
73           in the typefinder somewhere).
74
75 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
76
77         * tests/check/Makefile.am:
78         Do not try to run the check tests for subparse unless it has been
79         built.
80
81 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
82
83         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
84         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
85         Do not try to run a test which requires vorbisenc unless we have
86         actually built it.
87
88 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
89
90         * gst-libs/gst/rtsp/gstrtspconnection.c:
91         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
92         (gst_rtsp_connection_clear_auth_params),
93         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
94         * gst-libs/gst/rtsp/gstrtspconnection.h:
95         Add a couple of missing argument guards.
96         Add a way of setting the DSCP for an RTSP connection.
97         Add an accessor method for the ip member of GstRTSPConnection as all
98         members are supposed to be private.
99
100 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
101
102         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
103         Fixed accidental use of IPv4 options for all IPv6 addresses.
104
105 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
106
107         * gst-libs/gst/interfaces/mixertrack.h:
108           Document mixer track flags.
109
110 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
111
112         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
113
114         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
115         Don't set caps on the buffers that contain a copy of the buffer
116         including the caps of them resulting in an always increasing refcount
117         of the caps and insanely large caps. Instead include a buffer without
118         caps in the new caps. Fixes bug #536475.
119
120 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
121
122         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
123         Transform a given PAR to a range on the struct with the generic
124         height/width instead of the struct with the possibly restricted
125         height/width.
126
127 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
128
129         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
130         Prefer the given format if it contains something stricter than [1,MAX]
131         for height or width and only put a structure that requires rescaling
132         as second. This makes it possible to use videoscale in pipelines where
133         the source can actually produce the wanted height/width but usually
134         selects a different one from the requested.
135
136 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
137
138         Based on patch by: John Millikin <jmillikin gmail com>
139
140         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
141           (gst_vorbis_tag_add_coverart):
142           Retrieve COVERART tags from vorbis comments (#512333)
143
144 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
145
146         * gst-libs/gst/tag/tag.h:
147         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
148           Don't forget to add new enum value here too (should probably use
149           glib-mkenums here...).
150
151 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
152
153         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
154         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
155         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
156           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
157           (gst_tag_image_data_to_image_buffer):
158           Add two utility functions to avoid code duplication (#512333):
159           API: add gst_tag_image_data_to_image_buffer()
160           API: add gst_tag_list_add_id3_image()
161           API: add GST_TAG_IMAGE_TYPE_NONE enum value
162
163 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
164
165         * win32/common/libgstaudio.def:
166         Add gst_audio_check_channel_positions() to the exported symbols.
167
168 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
169
170         * docs/libs/gst-plugins-base-libs-sections.txt:
171         * gst-libs/gst/audio/multichannel.c:
172         (gst_audio_check_channel_positions):
173         * gst-libs/gst/audio/multichannel.h:
174         API: Make gst_audio_check_channel_positions() public.
175
176         * tests/check/libs/audio.c: (GST_START_TEST):
177         Add some simple checks for gst_audio_check_channel_positions().
178
179 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
180
181         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
182           minrange and maxrange are scaled according to the frequency
183           multiplier.
184
185 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
186
187         * ext/pango/Makefile.am:
188         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
189           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
190           Use gstvideo functions to calculate strides and plane offsets. Fixes
191           rendering issue ('ghost' images of the text on the chroma planes)
192           with widths or heights that are not multiples of 8 (#506659 and
193           probably also #485729).
194
195         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
196           (main):
197           Test with odd height/width too.
198
199 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
200
201         * gst/adder/gstadder.c: (gst_adder_query_duration),
202         (gst_adder_query_latency):
203         When using gst_element_iterate_pads() one has to unref every pad
204         after usage.
205
206 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
207
208         * gst-libs/gst/audio/gstbaseaudiosrc.c:
209         (gst_base_audio_src_class_init):
210         Add a gtk-doc chunk for the new properties to have a Since: indication.
211
212 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
213
214         * gst-libs/gst/audio/gstbaseaudiosrc.c:
215         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
216         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
217         (gst_base_audio_src_change_state):
218         Provide readable actual-buffer-time and actual-latency-time properties
219         that reflect the configured ringbuffer values. Fixes #524724.
220         API: GstBaseAudioSrc:actual-buffer-time
221         API: GstBaseAudioSrc:actual-latency-time
222
223 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
224
225         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
226         (gst_basertppayload_change_state):
227         Simply converting the running time into an RTP timestamp by scaling it
228         based on the clock-rate is good enough for making an RTP timestamp. This
229         has the added benefit that we can later on expose a property with the
230         RTP timestamp of running time 0, as is needed for RTSP servers to
231         generate the response of the PLAY request.
232
233 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
234
235         * gst/audioconvert/gstaudioconvert.c:
236         (structure_has_fixed_channel_positions),
237         (gst_audio_convert_transform_caps):
238         Allow up to 11 positioned channels now that audioconvert can handle
239         this but add no default positions for > 8 channels.
240         
241         * tests/check/elements/audioconvert.c: (GST_START_TEST):
242         Add some unit tests for the above change: Test conversion of
243         11 positioned channels to stereo and the other way around, test
244         conversion of 15 unpositioned channels in different ways.
245
246 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
247
248         * win32/common/libgstaudio.def:
249         Add gst_audio_clock_reset to the list of exported symbols.
250
251 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
252
253         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
254         Remove wrong_channels_identification_header unit test as we now
255         support 7 (and more channels).
256
257 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
258
259         * gst/audioconvert/gstchannelmix.c:
260         (gst_channel_mix_fill_one_other):
261         If mixing left or right to center (or the other way around) only take
262         the complete value if we don't already have the original position in
263         the source.
264
265 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
266
267         * gst-libs/gst/audio/multichannel.c:
268         (gst_audio_check_channel_positions),
269         (gst_audio_set_structure_channel_positions_list),
270         (gst_audio_fixate_channel_positions):
271         Allow rear center together with rear left/right and other previously
272         conflicting channel positions. The reason why they weren't allowed
273         was the channel mixing implementation in audioconvert.
274         Also take this into account when fixing channel layouts.
275
276         Allow setting channel positions for 1/2 channels when using
277         gst_audio_set_structure_channel_position().
278
279         * gst/audioconvert/gstchannelmix.c:
280         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
281         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
282         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
283         Major rewrite of the channel mixing.
284
285         We now allow previously conflicting channel positions to appear
286         together (rear center and rear left/right for example).
287         Fixes bug #533817.
288
289         Rework the way channels are mixed together to take more possible
290         channel positions into account, properly mix from/to side channels
291         and don't assume that either center, left&right or nothing of a
292         specific position is available anymore.
293
294         * tests/check/elements/audioconvert.c: (GST_START_TEST):
295         Adjust unit tests with non-standard 1/2 channel layouts to the more
296         correct new behaviour.
297
298         Add a unit test for 5.1->Stereo downmixing.
299
300 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
301
302         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
303         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
304         Add sane defaults for the 7 and 8 channel layouts as those are
305         undefined in the Vorbis spec. Use NONE channel layouts when decoding
306         more than 8 channels instead of erroring out. Fixes bug #535356.
307
308 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
309
310         * docs/plugins/Makefile.am:
311         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
312         * docs/plugins/gst-plugins-base-plugins-sections.txt:
313         * ext/theora/theoraparse.c:
314         Add theoraparse to the docs and fix some docs.
315
316 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
317
318         * gst-libs/gst/cdda/gstcddabasesrc.c:
319         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
320         Fix EOS condition and track addition check, the track.end sector is
321         included in the track. Fixes #533265.
322
323 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
324
325         Patch by: Mark Nauwelaerts <manauw at skynet be>
326
327         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
328         (gst_video_rate_flush_prev), (gst_video_rate_event),
329         (gst_video_rate_chain):
330         * gst/videorate/gstvideorate.h:
331         React (more) to NEWSEGMENT
332         Small adjustment in timestamp calculation to prevent mismatches
333         Fixes #435633.
334
335 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
336
337         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
338           Initialise error to NULL as we should.
339
340 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
341
342         * gst/adder/gstadder.c: (gst_adder_query_duration),
343         (gst_adder_query_latency), (gst_adder_query):
344         Implement latency query.
345
346 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
347
348         * gst/adder/gstadder.c: (gst_adder_query_duration):
349         Correctly resync the iterator if gst_iterator_next() returns
350         GST_ITERATOR_RESYNC.
351
352 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
353
354         * win32/vs6/libgstpbutils.dsp:
355           Add pbutils-enumtypes.c to sources (#518037).
356
357 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
358
359         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
360         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
361         * gst-libs/gst/audio/gstaudioclock.h:
362         Add method to inform the clock that the time starts from 0 again. We use
363         this info to calculate a clock offset so that the time we report in
364         internal_time is monotonically increasing, as required by the clock base
365         class. Fixes #521761.
366         API: GstAudioClock::gst_audio_clock_reset()
367
368         * gst-libs/gst/audio/gstbaseaudiosink.c:
369         (gst_base_audio_sink_skew_slaving),
370         (gst_base_audio_sink_change_state):
371         * gst-libs/gst/audio/gstbaseaudiosrc.c:
372         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
373         Reset reported time when we (re)create the ringbuffer.
374
375 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
376
377         * ext/alsa/gstalsamixertrack.c:
378           (gst_alsa_mixer_track_update_alsa_capabilities):
379           Make sure playback volumes aren't accidentally overwritten by
380           capture volumes if an alsa mixer track has both playback and
381           capture capabilities: we create two GstMixerTracks in that
382           case, so make sure we query only the alsa capabilities that
383           refer to the type of GstMixerTrack we created from the dual
384           capability alsa element. Should fix issues with Audigy2 sound
385           cards (#518082).
386
387 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
388
389         * tests/check/pipelines/oggmux.c: (test_pipeline):
390           Don't use deprecated function.
391
392 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
393
394         * gst/playback/gstdecodebin2.c:
395         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
396         Check for NULL cases and log them, creating ghostpads can, for example,
397         fail when the pad returns wrong caps.
398
399         * gst/playback/gstplaybin2.c: (perform_eos):
400         When pushing out the EOS event, collect the return value and warn when
401         something failed.
402
403 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
404
405         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
406         (gst_riff_create_video_template_caps):
407         Add support for DVCPRO.
408
409 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
410
411         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
412           Change default scaling method from nearest-neighbour to bilinear.
413
414 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
415
416         * tests/check/libs/video.c:
417           More checks.
418
419 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
420
421         * gst/subparse/gstsubparse.c: (parser_state_init),
422           (gst_sub_parse_format_autodetect), (handle_buffer):
423         * gst/subparse/gstsubparse.h:
424         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
425           Limit duration to a maximum of five seconds for tmplayer format where
426           we can guess the duration only from the timestamp of the next line of
427           text. We don't want to show a text for eternities just because nothing
428           else is being said for a while.
429
430 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
431
432         * gst-libs/gst/rtp/gstbasertpdepayload.c:
433         (gst_base_rtp_depayload_chain),
434         (gst_base_rtp_depayload_handle_sink_event),
435         (gst_base_rtp_depayload_push_full),
436         (gst_base_rtp_depayload_change_state):
437         Check sequence numbers, mark input buffers with a discont flag for the
438         subclass when we detected a gap, drop duplicate buffers. We do this
439         because one can use the element without a jitterbuffer in front and we
440         don't want to feed the subclasses invalid or reordered data.
441         Do an error when the subclass did not provide a process function instead
442         of crashing.
443         Some other small cleanups.
444
445 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
446
447         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
448           May just as well use the precalculated uvstride here.
449
450 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
451
452         * docs/plugins/Makefile.am:
453         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
454         * docs/plugins/gst-plugins-base-plugins-sections.txt:
455         * docs/plugins/gst-plugins-base-plugins.args:
456         * docs/plugins/gst-plugins-base-plugins.hierarchy:
457         * docs/plugins/gst-plugins-base-plugins.interfaces:
458         * docs/plugins/gst-plugins-base-plugins.prerequisites:
459         * docs/plugins/inspect/plugin-adder.xml:
460         * docs/plugins/inspect/plugin-alsa.xml:
461         * docs/plugins/inspect/plugin-audioconvert.xml:
462         * docs/plugins/inspect/plugin-audiorate.xml:
463         * docs/plugins/inspect/plugin-audioresample.xml:
464         * docs/plugins/inspect/plugin-audiotestsrc.xml:
465         * docs/plugins/inspect/plugin-cdparanoia.xml:
466         * docs/plugins/inspect/plugin-decodebin.xml:
467         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
468         * docs/plugins/inspect/plugin-gdp.xml:
469         * docs/plugins/inspect/plugin-gio.xml:
470         * docs/plugins/inspect/plugin-gnomevfs.xml:
471         * docs/plugins/inspect/plugin-libvisual.xml:
472         * docs/plugins/inspect/plugin-ogg.xml:
473         * docs/plugins/inspect/plugin-pango.xml:
474         * docs/plugins/inspect/plugin-playback.xml:
475         * docs/plugins/inspect/plugin-queue2.xml:
476         * docs/plugins/inspect/plugin-subparse.xml:
477         * docs/plugins/inspect/plugin-tcp.xml:
478         * docs/plugins/inspect/plugin-theora.xml:
479         * docs/plugins/inspect/plugin-typefindfunctions.xml:
480         * docs/plugins/inspect/plugin-uridecodebin.xml:
481         * docs/plugins/inspect/plugin-video4linux.xml:
482         * docs/plugins/inspect/plugin-videorate.xml:
483         * docs/plugins/inspect/plugin-videoscale.xml:
484         * docs/plugins/inspect/plugin-videotestsrc.xml:
485         * docs/plugins/inspect/plugin-volume.xml:
486         * docs/plugins/inspect/plugin-vorbis.xml:
487         * docs/plugins/inspect/plugin-ximagesink.xml:
488         * docs/plugins/inspect/plugin-xvimagesink.xml:
489         * ext/cdparanoia/gstcdparanoiasrc.c:
490         * ext/ogg/gstoggdemux.c:
491         * ext/ogg/gstoggdemux.h:
492         * ext/ogg/gstoggmux.c:
493         * ext/ogg/gstoggmux.h:
494         * gst/audioconvert/audioconvert.c:
495         * gst/audioconvert/audioconvert.h:
496         * gst/audioconvert/gstaudioconvert.h:
497         * gst/gdp/gstgdpdepay.h:
498         * gst/gdp/gstgdppay.h:
499         * gst/playback/gstdecodebin.c:
500         * gst/playback/gstdecodebin2.c:
501         * gst/playback/gstplaybin.c:
502         * gst/playback/gstplaybin2.c:
503         * gst/playback/gsturidecodebin.c:
504         * gst/tcp/gstmultifdsink.c:
505         * gst/tcp/gstmultifdsink.h:
506         * gst/tcp/gsttcp.h:
507
508         Add some documentation comments, and some new headers to be scanned.
509         Rename some internal enum declarations (audioconvert's DitherType and
510         NoiseShapingType, GstUnitType from the TCP elements) to match the
511         documented GObject type names so that the docs pick them up.
512         Name the playbin2 docs markups properly so they get picked up. They'll
513         need renaming back when/if playbin2 becomes playbin.
514
515         100% symbol coverage for the plugin docs, booya.
516
517 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
518
519         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
520
521         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
522         Fix generation of NV12/NV21 frames. Fixes bug #532454.
523
524 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
525
526         Patch by: Sjoerd Simons <sjoerd at luon dot net>
527
528         * gst/playback/gstdecodebin.c: (remove_fakesink):
529         Lock the fakesink before setting the state to NULL and removing it from
530         the bin so that a concurrent state change cannot interfere. 
531         Fixes #534331.
532
533 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
534
535         * docs/Makefile.am:
536         Fix installing plugin documentation when gtk-doc is disabled.
537
538 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
539
540         * gst-libs/gst/rtsp/Makefile.am:
541         Distribute, don't install md5.h
542
543 2008-05-21  Julien Moutte  <julien@fluendo.com>
544
545         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
546         instead of SOL_IP, works on more platforms.
547         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
548         arguments.
549
550 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
551
552         * ext/vorbis/vorbisdec.c:
553         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
554         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
555         Some debug and comment fixes.
556
557         * tests/examples/dynamic/addstream.c: (main):
558         Fix , to ;
559
560 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
561
562         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
563         * gst/playback/decodetest.c: (new_decoded_pad_cb):
564         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
565         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
566         (cleanup_decodebin):
567         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
568         (connect_element), (gst_decode_group_control_demuxer_pad):
569         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
570         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
571         (mute_group_type):
572         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
573         (gst_play_bin_set_property), (handoff), (gen_video_element),
574         (gen_text_element), (gen_audio_element), (gen_vis_element),
575         (remove_sinks), (add_sink), (setup_sinks):
576         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
577         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
578         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
579         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
580         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
581         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
582         (gen_vis_chain), (gst_play_sink_reconfigure),
583         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
584         (gst_play_sink_request_pad):
585         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
586         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
587         (cb_newpad):
588         * gst/playback/test6.c: (new_decoded_pad_cb):
589         * tests/check/elements/audioconvert.c: (GST_START_TEST):
590         * tests/check/elements/audiorate.c: (test_injector_chain),
591         (do_perfect_stream_test):
592         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
593         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
594         * tests/check/elements/gnomevfssink.c:
595         * tests/check/elements/textoverlay.c:
596         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
597         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
598         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
599         * tests/check/pipelines/oggmux.c: (test_pipeline):
600         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
601         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
602         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
603         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
604         * tests/examples/seek/seek.c: (make_mod_pipeline),
605         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
606         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
607         (make_theora_pipeline), (make_vorbis_theora_pipeline),
608         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
609         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
610         (update_fill), (msg_buffering):
611         Don't use bad gst_element_get_pad().
612
613 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
614
615         * gst-libs/gst/riff/riff-media.c:
616           Fix wrong method name in docs. Fix calculation of strf fields for
617           broken mulaw/alaw.
618   
619         * gst-libs/gst/riff/riff-read.c:
620           Whitespace fix and removing double ';'.
621
622 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
623
624         * docs/design/part-playbin2.txt:
625         Add some leftover doc.
626
627 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
628
629         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
630         Fix copy & paste error in last commit.
631
632 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
633
634         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
635         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
636         other channel positions when source has SIDE channels and dest doesn't
637         or the other way around.
638
639 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
640
641         Patch by: Henrik Eriksson <henriken at axis dot com>
642
643         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
644         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
645         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
646         (gst_multi_fd_sink_get_property):
647         * gst/tcp/gstmultifdsink.h:
648         Add support for DSCP QOS. Fixes #469933.
649
650 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
651
652         * tests/check/elements/audioconvert.c: (GST_START_TEST):
653         Add another test that checks if conversion between standard 1 and 2
654         channel layouts with and without positions set is working.
655
656 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
657
658         * gst-libs/gst/audio/multichannel.c:
659         (gst_audio_check_channel_positions):
660         Allow non-standard 2 channel layouts.
661         
662         * tests/check/elements/audioconvert.c: (GST_START_TEST):
663         Add some tests for converting and remapping non-standard 1 and 2
664         channel layouts.
665
666 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
667
668         * gst/audioconvert/gstchannelmix.c:
669         (gst_channel_mix_fill_normalize):
670         Prevent division by zero if the channel mix matrix contains only
671         zeroes.
672
673 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
674
675         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
676
677         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
678         Close a buffer memory leak. Fixes bug #534071.
679
680 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
681
682         * gst-libs/gst/rtsp/gstrtsptransport.h:
683         Make the GstRTSPTransport struct members public as there are no
684         setters/getters and it's supposed to be changed directly.
685         Fixes bug #533087.
686
687 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
688
689         * gst/adder/gstadder.c:
690         Adder also doesn't support audio/x-raw-int with width!=depth so don't
691         claim this on the pad template caps.
692
693 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
694
695         * gst-libs/gst/audio/gstbaseaudiosink.c:
696         (gst_base_audio_sink_sync_latency):
697         We can only use our optimal calibration if we prerolled before the
698         latency expired.
699
700 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
701
702         * configure.ac:
703           Require core CVS for GstBaseSrc buffer caps setting magic.
704
705 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
706
707         * gst/audioconvert/gstaudioconvert.c:
708         (gst_audio_convert_fixate_channels):
709         Fix logic in last commit.
710
711 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
712
713         * gst/audioconvert/gstaudioconvert.c:
714         (gst_audio_convert_fixate_channels):
715         Passthrough the channel positions if the number of output channels is
716         the same as the number of input channels, the input had a channel
717         layout and downstream requests no special one. We did this already for
718         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
719
720 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
721
722         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
723         (gst_gnome_vfs_src_finalize),
724         (gst_gnome_vfs_src_received_headers_callback),
725         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
726         * ext/gnomevfs/gstgnomevfssrc.h:
727         Set the ICY caps on the srcpad from where they get picked up by the base
728         class now and set on the outgoing buffers.
729
730         * gst-libs/gst/audio/gstbaseaudiosrc.c:
731         (gst_base_audio_src_create):
732         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
733         BaseSrc now sets the caps on outgoing buffers automatically.
734
735 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
736
737         * gst-libs/gst/audio/gstbaseaudiosink.c:
738         (gst_base_audio_sink_resample_slaving),
739         (gst_base_audio_sink_skew_slaving),
740         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
741         (gst_base_audio_sink_async_play),
742         (gst_base_audio_sink_change_state):
743         Change the way in which the ringbuffer is started when dealing with a
744         slaved clock and latency. We now sync to the clock until we reach
745         upstream latency before starting the ringbuffer. This has the effect
746         that we can accurately align the master and slave clocks and let the
747         rate correction code take care of the initial drift or rounding errors
748         instead of leaving them uncorrected with the old approach.
749
750 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
751
752         * gst/audioconvert/gstaudioconvert.c:
753         (gst_audio_convert_fixate_channels):
754         Correctly set the default channel positions when converting to 8
755         channels.
756
757 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
758
759         * configure.ac:
760           Error out if we don't have the required version of core.
761
762 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
763
764         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
765           Use data scan helper in aac typefinder and stop scanning
766           for headers when we've found a type. Also fix potential invalid
767           memory access when calculating the frame length.
768
769 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
770
771         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
772           (mpeg_sys_is_valid_pack):
773           Don't modify scan context when we return FALSE in ensure_data, so
774           it's possible to continue scanning, and we don't end up with a NULL
775           data pointer and a positive size, which might bite us the next time
776           we're called. Small constification.
777
778 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
779
780         * gst/adder/gstadder.c:
781         Adder doesn't support 24 bit samples so don't claim it supports them
782         in the pad template caps.
783
784 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
785
786         * gst-libs/gst/rtp/gstbasertpdepayload.c:
787         (gst_base_rtp_depayload_chain):
788         Validate the RTP packet before further processing it. It's just too
789         dangerous to accept random packets and people are not forced to use a
790         jitterbuffer or session manager to filter out the bad packets.
791
792         * gst-libs/gst/rtp/gstrtpbuffer.c:
793         (gst_rtp_buffer_set_extension_data),
794         (gst_rtp_buffer_get_payload_subbuffer):
795         Small cleanups.
796         When setting extension data in a buffer that is too small, we fail and
797         we should not set the extension bit.
798         Change GST_WARNINGS into g_warning because they really are
799         programming errors.
800
801         * tests/check/libs/rtp.c: (GST_START_TEST):
802         Catch the g_warnings now in the unit tests and that fact that failing to
803         set extension data left the extension bit untouched.
804
805 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
806
807         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
808           Revert previous change which made basetransform handle buffer_alloc
809           and which breaks things badly in the non-passthrough case since it
810           returned buffers with a different (ie. sometimes smaller) size than
811           the size requested.
812
813 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
814
815         Patch by: Bernard B <b-gnome at largestprime dot net>
816
817         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
818         Fix seqnum compare function for bordercase values and fix the docs
819         again. Fixes #533075.
820
821         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
822         Add a testcase for seqnum compare function.
823
824 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
825
826         * gst/adder/gstadder.c: (gst_adder_setcaps),
827         (gst_adder_class_init):
828         Correctly declare the supported endianness on the pad templates
829         and check for correct endianness in the set caps function. Adder
830         only supports native endianness.
831         Also use gst_element_class_set_details_simple().
832
833 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
834
835         * sys/xvimage/xvimagesink.c:
836           Better debug logging in port value handling. Merging separate port
837           value loops into one.
838
839 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
840
841         Patch by: Hannes Bistry <hannesb at gmx dot de>
842
843         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
844         * gst/tcp/gsttcpserversink.c:
845         (gst_tcp_server_sink_handle_server_read),
846         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
847         Fix regression in clientsrc because we did not add the fd to the poll
848         set anymore. Fixes #532364.
849         Do some cleanups here and there.
850
851 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
852
853         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
854         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
855         * gst/playback/gstplay-marshal.list:
856         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
857         Use correct marshallers. GstCaps are a boxed type and no GObject
858         subclass.
859
860 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
861
862         * win32/common/libgstrtsp.def:
863         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
864         symbols.
865
866 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
867
868         Patch by: Sjoerd Simons <sjoerd at luon dot net>
869
870         * tests/check/elements/audioresample.c:
871         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
872         (live_switch_push), (GST_START_TEST):
873         Add unit test for the latest basetransform negotiation changes.
874         See bug #526768.
875
876 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
877
878         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
879         Fix nv12<->nv21 conversion if stride is larger than width.
880
881 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
882
883         Patch by: j^ <j at oil21 dot org>
884
885         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
886         (gst_ogg_pad_parse_skeleton_fisbone):
887         * ext/ogg/gstoggdemux.h:
888         Parse presentation time from skeleton streams and use it as offset
889         for the timestamps. Fixes bug #530068.
890
891 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
892
893         * gst-libs/gst/audio/gstbaseaudiosink.c:
894         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
895         Revert previous patch that attempted to more accurately calculate the
896         initial offset between master and slave clock. The best thing we can do
897         in general is take the time of both clocks as the diff since we don't
898         know when the actual preroll happened.
899
900 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
901
902         * gst-libs/gst/pbutils/install-plugins.c:
903           Fix docs: type and missing word.
904
905 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
906
907         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
908           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
909           for this instead; don't check if we've found enough markers after
910           each and every step, it's enough to do that only if we've actually
911           found a new marker.
912           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
913
914 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
915
916         * gst/typefind/gsttypefindfunctions.c:
917           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
918           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
919           (mpeg_video_stream_type_find):
920           Move scan helper thingy to the beginning of the file so we can use
921           it in other typefind functions. Rename it to something more
922           generic. Also improve handling of things towards the end of the
923           typefind data: peek as much as we can if we know the size of the
924           data, rather than just min_size.
925
926 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
927
928         * docs/libs/gst-plugins-base-libs-sections.txt:
929         * gst-libs/gst/interfaces/colorbalance.c:
930         * gst-libs/gst/interfaces/colorbalance.h:
931         * gst-libs/gst/interfaces/colorbalancechannel.c:
932         * gst-libs/gst/interfaces/colorbalancechannel.h:
933         * gst-libs/gst/interfaces/tuner.c:
934         * gst-libs/gst/interfaces/tunerchannel.c:
935         * gst-libs/gst/interfaces/tunerchannel.h:
936         * gst-libs/gst/interfaces/tunernorm.c:
937         * gst-libs/gst/interfaces/tunernorm.h:
938         * gst-libs/gst/video/video.c:
939         * gst-libs/gst/video/video.h:
940         Document the GstTuner and GstColorBalance interfaces, and some
941         other random API functions that needed it. 70% symbol coverage, woo.
942
943 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
944
945         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
946         Choose to allocate one less segment but require one additional segment
947         as latency. 
948
949         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
950         No need to increment the number of segments in the source.
951
952         * gst-libs/gst/audio/gstbaseaudiosink.c:
953         (gst_base_audio_sink_get_time), (clock_convert_external),
954         (gst_base_audio_sink_resample_slaving),
955         (gst_base_audio_sink_skew_slaving),
956         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
957         (gst_base_audio_sink_async_play):
958         Remove adding latency when returning the internal time while subtracting
959         it again when we use the value a little later.
960         When calculating the end timestamp, we are making a rounding error
961         with the current algorithm. Ensure that we don't accumulate these
962         rounding errors when aligning samples by not resampling at all if we
963         don't need to. Fixes #419351.
964         Make the initial calibration of the clock slaving a little more
965         predictable and accurate. Also handle the case where we don't do
966         clock slaving.
967
968 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
969
970         Based on a patch by:
971           Björn Benderius <bjoern dot benderius at axis dot com>
972
973         * gst/ffmpegcolorspace/avcodec.h:
974         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
975         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
976         (gst_ffmpegcsp_avpicture_fill):
977         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
978         * gst/ffmpegcolorspace/imgconvert_template.h:
979         Add conversions from/to NV12 and NV21 and conversions between those
980         two formats. Fixes bug #532166.
981
982 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
983
984         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
985         Abort the h264 typefinding as soon as _peek() doesn't return anything,
986         which happens for example with files smaller than 128kb.
987
988 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
989
990         Patch by: Wouter Cloetens <zombie at e2big dot org>
991
992         * gst-libs/gst/rtsp/Makefile.am:
993         * gst-libs/gst/rtsp/gstrtspconnection.c:
994         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
995         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
996         (add_auth_header), (gst_rtsp_connection_free),
997         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
998         (gst_rtsp_connection_set_auth_param),
999         (gst_rtsp_connection_clear_auth_params):
1000         * gst-libs/gst/rtsp/gstrtspconnection.h:
1001         Add Digest authorization support for RTSP connections. See #532065.
1002
1003         * gst-libs/gst/rtsp/md5.c:
1004         * gst-libs/gst/rtsp/md5.h:
1005         Yeap, another md5 implementation until we can depend on a glib that has
1006         support for it.
1007
1008 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
1009
1010         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1011
1012         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
1013         Let audioresample use the buffer allocation of basetransform instead
1014         of it's own stuff.
1015
1016         * tests/check/elements/audioresample.c: (alloc_only_48000),
1017         (GST_START_TEST), (audioresample_suite):
1018         Add unit test for the recent basetransform bugfix, where upstream
1019         changes caps to something that can't be passed through anymore.
1020
1021 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1022
1023         * win32/common/config.h.in:
1024           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
1025           use the real thing than having "???" unconditionally.
1026
1027 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1028
1029         * gst-libs/gst/audio/gstbaseaudiosink.c:
1030         (gst_base_audio_sink_query):
1031         Report the latency with the new seglatency parameter.
1032
1033         * gst-libs/gst/audio/gstringbuffer.c:
1034         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
1035         (gst_ring_buffer_acquire):
1036         * gst-libs/gst/audio/gstringbuffer.h:
1037         Add new field to the ringbufferspec to specify the expected latency
1038         between the underlying device read/write pointer, this is needed
1039         when writing sinks that sit a little closer to the hardware.
1040         Add some more docs for other fields.
1041
1042 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
1043
1044         * gst/volume/gstvolume.c: (volume_transform_ip):
1045         Return NOT_NEGOTIATED if we didn't set a process function yet for some
1046         reason instead of crashing later. Might fix bug #509125.
1047
1048 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
1049
1050         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
1051
1052         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
1053         * gst/audioconvert/audioconvert.h:
1054         * gst/audioconvert/gstaudioconvert.c:
1055         (gst_audio_convert_parse_caps),
1056         (structure_has_fixed_channel_positions),
1057         (gst_audio_convert_transform_caps):
1058         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
1059         Add support for more than 8 channels and NONE channel layouts. For
1060         more than 8 channels no channel conversion is supported yet, only
1061         format conversions are supported. Fixes bug #398033.
1062
1063         * tests/check/elements/audioconvert.c: (verify_convert),
1064         (GST_START_TEST), (audioconvert_suite):
1065         Add some unit tests by Tim for checking the NONE channel layouts
1066         and more than 8 channels and add some more unit tests for channel
1067         conversions.
1068
1069 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1070
1071         * gst/playback/gstdecodebin2.c: (connect_pad):
1072         When autoplugging fails, set the element back to NULL before
1073         unreffing it.
1074
1075 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
1076
1077         * win32/common/libgstaudio.def:
1078         Add gst_base_audio_src_[sg]et_slave_method() to the exported
1079         symbols.
1080
1081 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
1082
1083         * gst/subparse/samiparse.c: (handle_start_sync),
1084         (end_sami_element), (characters_sami):
1085         Remove trailing, leading and double whitespaces.
1086         Correctly timestamp buffers and output the last buffer too.
1087
1088         * tests/check/elements/subparse.c: (GST_START_TEST),
1089         (subparse_suite):
1090         Add a simple unit test for SAMI parsing.
1091
1092 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
1093
1094         Patch by: Young-Ho Cha <ganadist at chollian dot net>
1095
1096         * gst/subparse/samiparse.c: (handle_start_sync),
1097         (start_sami_element), (end_sami_element), (characters_sami),
1098         (sami_context_reset):
1099         Only output characters inside the "sync" elements. There could be
1100         other elements like "style" that have some content but should
1101         not be printed. Fixes bug #467911.
1102
1103 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
1104
1105         * gst/playback/gstplaybasebin.c: (set_audio_mute),
1106         (set_active_source):
1107         * gst/playback/gstplaybasebin.h:
1108         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1109         (playbin_set_audio_mute):
1110         Allow setting -1 as current-audio to mute the current audio stream,
1111         similar to what is done for subtitles. Fixes bug #342294.
1112
1113 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
1114
1115         * gst-libs/gst/pbutils/descriptions.c: (formats): 
1116         It's SorensOn and not SorensEn.
1117
1118 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1119
1120         * gst-libs/gst/pbutils/descriptions.c: (formats):
1121           Fix description of video/x-flash-video.
1122
1123 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
1124
1125         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1126         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1127         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
1128         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
1129         Remove some unused code.
1130
1131         * gst/audioconvert/gstaudioquantize.c:
1132         (gst_audio_quantize_free_noise_shaping):
1133         Don't return before freeing the noise shaping history.
1134
1135 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1136
1137         * tests/check/elements/subparse.c: (do_test),
1138           (test_tmplayer_style3b), (subparse_suite):
1139           Add unit test for the tmplayer variant from bug #530962.
1140
1141 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1142
1143         * gst/subparse/gstsubparse.c: (handle_buffer),
1144           (gst_sub_parse_sink_event):
1145         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
1146           (tmplayer_parse_line):
1147           Fix parsing of tmplayer subtitle variant where every single line contains
1148           text and there isn't an empty line after each line to determine the
1149           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
1150           making sure that we push out the last line of text without a duration if
1151           there's still text left in the buffer at the end.
1152
1153 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1154
1155         * gst/subparse/gstsubparse.c: (feed_textbuf):
1156           Fix detection of discontinuities based on the buffer offset (doesn't work
1157           so well if no buffer offset is set) and also check for the DISCONT buffer
1158           flag. This keeps the parser state from being reset after each buffer in
1159           the unit test.
1160
1161 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1162
1163         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
1164           Further fine-tuning: don't absolutely require sequence or GOP headers
1165           (as introduced in the previous commit), but adjust the typefind
1166           probabilities returned accordingly if we don't see them. Also make sure
1167           picture header and first slice are somewhat close to each other (which
1168           is not perfect but still better than requiring a fixed offset or having
1169           no limit at all).
1170
1171 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1172
1173         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
1174         (gst_basertppayload_sink_setcaps),
1175         (gst_basertppayload_sink_getcaps):
1176         Rename the setcaps/getcaps function internally to make it clear that
1177         they are called for the sink pad.
1178
1179 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1180
1181         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1182         (gst_base_rtp_depayload_class_init),
1183         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
1184         (gst_base_rtp_depayload_packet_lost),
1185         (gst_base_rtp_depayload_set_gst_timestamp):
1186         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1187         Catch packet-lost events from the jitterbuffer and convert them into a
1188         vmethod call (lost-packet) so that depayloaders can do something smart.
1189         Also add a default packet-lost function that sends out a segment update
1190         to the decoders.
1191
1192 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
1193
1194         * gst/playback/test4.c:
1195         * gst/playback/test5.c:
1196         * gst/playback/test6.c:
1197         * gst/playback/test7.c:
1198           Also include config.h when relying on defines from it. Fixes the
1199           build. Its been a please to serve :)
1200
1201 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
1202
1203         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
1204         (paint_setup_NV21), (paint_hline_NV12_NV21):
1205         Add support for NV12 and NV21 in videotestsrc
1206
1207 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
1208
1209         * gst/videoscale/gstvideoscale.c:
1210         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
1211         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
1212         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
1213         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
1214         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
1215         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
1216         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
1217         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
1218         (vs_image_scale_linear_RGB555):
1219         Support 1x1 images as input and output as for example the BBC HQ new
1220         streams have 1x1 GIFs in the playlists for some reason.
1221
1222 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1223
1224         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
1225           (try_to_link_1):
1226           If we can't activate one of the decoders we plugged in (such as,
1227           say, musepackdec) for some reason (it might not support push mode,
1228           for example), remove any pad probes that close_pad_link() might
1229           have set up. This makes sure we later don't try to remove a probe
1230           for a pad that doesn't exist any longer, and avoids nast warnings
1231           and probably other things too.
1232
1233 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1234
1235         * gst/typefind/gsttypefindfunctions.c:
1236           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
1237           (plugin_init):
1238           Rework mpeg video stream typefinding a bit more: make sure sequence,
1239           GOP, picture and slice headers appear in the order they should and
1240           that we've in fact at least had one of each; fix picture header
1241           detection; decouple picture and slice header check - don't assume
1242           they're at a fixed offset, there may be extra data in between. Also,
1243           announce varying degrees of probability depending on what we found
1244           exactly (multiple pictures, at least one picture, just sequence and
1245           GOP headers). Finally, in _ensure_data(), take into account that we
1246           might be typefinding smaller amounts of data, such as the first
1247           buffer of a stream, so fall back to the minimum size needed as long
1248           as that's available, instead of erroring out if there's less than
1249           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
1250           fuzzed file from #399342 as valid.
1251
1252 2008-04-30  Michael Smith <msmith@songbirdnest.com>
1253
1254         * ext/theora/theoradec.c:
1255           Cool kids don't divide by zero.
1256           Treat PAR of x:0 as 1:1.
1257           Fixes #530719.
1258
1259 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1260
1261         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
1262           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
1263           (mpeg_video_stream_type_find):
1264           Refactor a bit: use context structure to track parsing offset and
1265           size of available data and make the code a bit clearer. Fixes bad
1266           memory access in #356937.
1267
1268 2008-04-28  Michael Smith <msmith@songbirdnest.com>
1269
1270         * gst/playback/test4.c:
1271         * gst/playback/test5.c:
1272         * gst/playback/test6.c:
1273         * gst/tcp/gstmultifdsink.c:
1274           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
1275           is defined.
1276
1277 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1278
1279         * gst-libs/gst/audio/gstbaseaudiosink.h:
1280         Clarify some docs.
1281
1282         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
1283         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
1284         (gst_base_audio_src_set_slave_method),
1285         (gst_base_audio_src_get_slave_method),
1286         (gst_base_audio_src_set_property),
1287         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
1288         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1289         Add property and methods for selecting the clock slave method in the
1290         source, like in the sink.
1291         We only implement "none" and "re-timestamp" for now.
1292         API: gst_base_audio_src_set_slave_method()
1293         API: gst_base_audio_src_get_slave_method()
1294
1295 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1296
1297         * gst-libs/gst/rtp/gstrtpbuffer.c:
1298         Fix the docs about the seqnum compare function, it returns a difference.
1299
1300 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
1301
1302         * ext/alsa/gstalsadeviceprobe.c:
1303         (gst_alsa_get_device_list): Don't return before freeing up
1304         the allocated structures.
1305
1306 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
1307
1308         * gst/playback/gstplaybin.c:
1309           Remove obsolete streaminfo code and fix a leak. Fixes #529546
1310
1311 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
1312
1313         * ext/ogg/gstoggdemux.c:
1314           Revert the event part, that should not go in.
1315
1316 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
1317
1318         * ext/ogg/gstoggdemux.c:
1319           Don't leak GstPluginFeatures when filtering.
1320
1321 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
1322
1323         * sys/xvimage/xvimagesink.c:
1324           Add some logging for cases when grabbing the xv failed.
1325
1326 2008-04-21  David Schleef  <ds@schleef.org>
1327
1328         * ext/ogg/gstoggmux.c:
1329           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
1330           packet.  Should conform to what we currently think is the
1331           final Ogg/Dirac muxing spec.
1332
1333 2008-04-21  David Schleef  <ds@schleef.org>
1334
1335         * sys/xvimage/xvimagesink.c:
1336           Fix typo that causes the overlay keying color to bright green
1337           on a 16-bit display.  Dark grey good.  Bright green bad.
1338
1339 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
1340
1341         * ext/gnomevfs/gstgnomevfsuri.c:
1342           Add  FIXME comment about using uri-list for source and sink.
1343
1344 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
1345
1346         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
1347         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
1348         vaargs functions to gint. Otherwise the fractions will get 0 set
1349         instead of the correct value on big endian systems. Fixes bug #529018.
1350
1351 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
1352
1353         * ext/gnomevfs/gstgnomevfssink.c:
1354         (gst_gnome_vfs_sink_uri_get_protocols):
1355         * ext/gnomevfs/gstgnomevfssrc.c:
1356         (gst_gnome_vfs_src_uri_get_protocols):
1357         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
1358         (gst_gnomevfs_get_supported_uris):
1359         Get the list of supported URI schemes in a threadsafe way and use the
1360         same list for the source and sink.
1361
1362 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
1363
1364         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
1365         (gst_gio_get_supported_protocols):
1366         Don't generate a new supported protocols list on each call but cache
1367         it. It's supposed to be static anyway, this way we only leak it once
1368         per process.
1369
1370         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
1371         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
1372         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
1373         (gst_gio_sink_start):
1374         * ext/gio/gstgiosink.h:
1375         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
1376         (gst_gio_src_class_init), (gst_gio_src_finalize),
1377         (gst_gio_src_set_property), (gst_gio_src_get_property),
1378         (gst_gio_src_start):
1379         * ext/gio/gstgiosrc.h:
1380         API: Add "file" properties where one can set a GFile as source/destination.
1381
1382         Add locking to the properties and use gst_element_class_set_details_simple()
1383         instead of a static GstElementDetails struct.
1384
1385 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
1386
1387         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
1388         (plugin_init):
1389         Add "mpp" and "mp+" as possible extensions for MusePack files.
1390
1391         Add typefinding for MusePack StreamVersion 8 files and include the
1392         stream version in the caps.
1393
1394 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
1395
1396         * gst-libs/gst/rtp/gstrtppayloads.c:
1397         (gst_rtp_payload_info_for_name):
1398         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
1399
1400 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
1401
1402         * configure.ac:
1403           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
1404           (NB: this only affects compilation of some of the examples).
1405           Remove some configure.ac cruft that's not needed any longer.
1406
1407 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
1408
1409         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
1410         Don't validate the payload if there isn't any.
1411         Fixes #525915
1412
1413 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
1414
1415         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
1416         Use g_atomic_int_set() instead of gst_atomic_int_set().
1417
1418 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
1419
1420         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
1421         Return NULL instead of a gchar * array with one NULL element if we
1422         don't get any supported URI schemes from GIO.
1423
1424 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
1425
1426         * gst/audiotestsrc/gstaudiotestsrc.c:
1427           Remove cpp style commented old code.
1428
1429 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
1430
1431         * gst/playback/gstdecodebin2.c:
1432           Fix signal docs.
1433
1434 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
1435
1436         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
1437           (gst_text_overlay_init):
1438           Fix textoverlay unit test again by making the supposed default
1439           value for the wait-text property the actual default value.
1440           Also fix Since: tag for new property.
1441
1442 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
1443
1444         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
1445           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
1446           (gst_video_format_get_pixel_stride),
1447           (gst_video_format_get_component_width),
1448           (gst_video_format_get_component_height),
1449           (gst_video_format_get_component_offset), (gst_video_format_get_size),
1450           (gst_video_format_convert):
1451           Add guards to these functions to ensure sane input values.
1452
1453         * tests/check/libs/video.c:
1454           Fix unit test not to create caps with width=0 and height=0.
1455
1456 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1457
1458         * docs/design/draft-keyframe-force.txt:
1459         Fix typo.
1460
1461         * gst/playback/gstqueue2.c: (update_buffering),
1462         (gst_queue_handle_src_query):
1463         Set buffering mode in the messages.
1464         Set buffering percent in the query.
1465
1466         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
1467         (do_stream_buffering), (do_download_buffering), (msg_buffering):
1468         Do some more fancy things based on the buffering method in use.
1469
1470 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1471
1472         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
1473         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
1474         (msg_buffering), (main):
1475         Add basic download reports to seek using the new buffering API.
1476
1477 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1478
1479         * gst/playback/gstqueue2.c: (update_buffering),
1480         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
1481         (gst_queue_src_checkgetrange_function):
1482         Include extra buffering stats in the buffering message.
1483         Implement BUFFERING query.
1484
1485         * gst/playback/gsturidecodebin.c: (do_async_start),
1486         (do_async_done), (type_found), (setup_streaming), (setup_source),
1487         (gst_uri_decode_bin_change_state):
1488         Only add decodebin2 when the type is found in streaming mode.
1489         Make uridecodebin async to PAUSED even when we don't have decodebin2
1490         added yet.
1491
1492 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
1493
1494         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
1495         Filter cdda from the supported URI schemes. We can't support
1496         musicbrainz tags and everything else one expects from a cdda source
1497         with GIO. Fixes bug #526794.
1498
1499 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
1500
1501         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
1502         (gst_xvimagesink_buffer_alloc):
1503         Fix calculation of 'expected size' for YV12 buffers.
1504         Be a little more verbose in the debug output for buffer-alloc'ed
1505         buffers which turn out to have the wrong size.
1506
1507 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
1508
1509         * NEWS:
1510         * RELEASE:
1511         * gst-plugins-base.doap:
1512           Merge other changes from 0.10.19 release branch.
1513
1514 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
1515
1516         * gst-libs/gst/audio/gstbaseaudiosink.c:
1517           (gst_base_audio_sink_class_init):
1518         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1519           (gst_base_audio_src_class_init):
1520         * gst/playback/gstplayback.c: (plugin_init):
1521         * gst/volume/gstvolume.c: (plugin_init):
1522           Work around missing bits of thread-safety on older GLibs some
1523           more to avoid assertions when starting up multiple playbin
1524           objects concurrently (see #512382).
1525
1526 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
1527
1528         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1529           Remove some more fields.
1530
1531 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
1532
1533         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1534
1535         * configure.ac:
1536         Actually build dlls when cross-compiling with mingw32.
1537         Fixes bug #526247.
1538
1539 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
1540
1541         * configure.ac:
1542           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
1543
1544 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1545
1546         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
1547         (msg_buffering), (connect_bus_signals), (main):
1548         Add statusbar.
1549         Add buffering support with feedback in the statusbar.
1550
1551 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
1552
1553         * ext/ogg/gstoggmux.c:
1554           Fix sample pipeline description.
1555
1556 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
1557
1558         * docs/plugins/Makefile.am:
1559         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1560         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1561         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1562           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
1563
1564         * docs/plugins/gst-plugins-base-plugins.args:
1565         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1566         * docs/plugins/gst-plugins-base-plugins.interfaces:
1567         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1568         * docs/plugins/inspect/plugin-adder.xml:
1569         * docs/plugins/inspect/plugin-alsa.xml:
1570         * docs/plugins/inspect/plugin-audioconvert.xml:
1571         * docs/plugins/inspect/plugin-audiorate.xml:
1572         * docs/plugins/inspect/plugin-audioresample.xml:
1573         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1574         * docs/plugins/inspect/plugin-cdparanoia.xml:
1575         * docs/plugins/inspect/plugin-decodebin.xml:
1576         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1577         * docs/plugins/inspect/plugin-gdp.xml:
1578         * docs/plugins/inspect/plugin-gnomevfs.xml:
1579         * docs/plugins/inspect/plugin-libvisual.xml:
1580         * docs/plugins/inspect/plugin-ogg.xml:
1581         * docs/plugins/inspect/plugin-pango.xml:
1582         * docs/plugins/inspect/plugin-playback.xml:
1583         * docs/plugins/inspect/plugin-queue2.xml:
1584         * docs/plugins/inspect/plugin-subparse.xml:
1585         * docs/plugins/inspect/plugin-tcp.xml:
1586         * docs/plugins/inspect/plugin-theora.xml:
1587         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1588         * docs/plugins/inspect/plugin-uridecodebin.xml:
1589         * docs/plugins/inspect/plugin-video4linux.xml:
1590         * docs/plugins/inspect/plugin-videorate.xml:
1591         * docs/plugins/inspect/plugin-videoscale.xml:
1592         * docs/plugins/inspect/plugin-videotestsrc.xml:
1593         * docs/plugins/inspect/plugin-volume.xml:
1594         * docs/plugins/inspect/plugin-vorbis.xml:
1595         * docs/plugins/inspect/plugin-ximagesink.xml:
1596         * docs/plugins/inspect/plugin-xvimagesink.xml:
1597           Update introspection data.
1598
1599         * ext/ogg/gstoggmux.c:
1600           Document oggmux.
1601
1602         * gst/playback/gstdecodebin2.c:
1603           Don't use gtk-doc style comment start for private stuff, but make it
1604           formatted like this for consistency.
1605
1606 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1607
1608         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
1609         (gst_decode_bin_init), (gst_decode_bin_dispose),
1610         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
1611         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
1612         (analyze_new_pad), (connect_pad), (expose_pad),
1613         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
1614         (gst_decode_group_expose), (gst_decode_group_free),
1615         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
1616         Remove fakesink hack, we can now implement this more elegantly.
1617         Added property to bypass typefinding.
1618         Removed underrun callback and demuxer pad probe, we now use the srcpad
1619         probe to expose groups.
1620         API::sink-caps property
1621
1622         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
1623         Guard against multiple emissions of the no_more_pads signal, which
1624         happens when we are dealing with chained oggs.
1625
1626         * gst/playback/gsturidecodebin.c: (remove_decoders),
1627         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
1628         (setup_source):
1629         For streams, use our own typefind element and plug our queue after it.
1630         We will need this to determine the type of buffering to use for the
1631         queue soon.
1632
1633 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1634
1635         * gst-libs/gst/audio/gstbaseaudiosink.c:
1636         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
1637         Guard against over and underflows because of clock slaving.
1638         When we are using our own clock, still compensate for any calibrations
1639         that we might have done to our clock.
1640
1641 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1642
1643         * ext/theora/theoradec.c: (theora_handle_type_packet),
1644         (theora_dec_chain):
1645         Don't try to do anything fancy with the return code from pushing an
1646         event, it does not have enough information to turn it into a
1647         GST_FLOW_ERROR.
1648
1649 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1650
1651         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
1652         (gst_ogg_demux_chain_elem_pad):
1653         Add small debug line.
1654         Pass return code from the internal decoder instead of the too generic
1655         GST_FLOW_ERROR.
1656
1657 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
1658
1659         * gst-libs/gst/cdda/Makefile.am:
1660         * gst-libs/gst/cdda/base64.c:
1661         * gst-libs/gst/cdda/base64.h:
1662         * gst-libs/gst/cdda/gstcddabasesrc.c:
1663         (gst_cddabasesrc_calculate_musicbrainz_discid):
1664         Use GLib's base64 implementation instead of our own.
1665
1666 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1667
1668         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
1669         (gst_ogg_demux_read_chain):
1670         Refix oggdemux, we only have a problem if we failed to find a chain and
1671         we are not EOF.
1672
1673 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1674
1675         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
1676
1677         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
1678         (gst_ogg_demux_read_chain):
1679         When we fail to find a BOS page and we and up with no chain, error out
1680         properly instead of segfaulting. Fixes #525665.
1681
1682 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1683
1684         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
1685         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
1686         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
1687         no-more-pads...
1688
1689 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1690
1691         * gst/playback/gstqueue2.c: (update_out_rates),
1692         (gst_queue_open_temp_location_file),
1693         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
1694         (gst_queue_handle_src_query), (gst_queue_set_property):
1695         Update the estimated input data when we push out a buffer.
1696         Add some debug info about the temp file.
1697         Only forward src events when we are not using a temp file.
1698         Don't block the duration query, we need to find something better.
1699         Don't leak the temp filename.
1700
1701 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
1702
1703         * configure.ac:
1704         Require GLib 2.12 and liboil 0.3.14.
1705
1706         * gst/volume/gstvolume.c: (volume_process_double):
1707         Unconditionally use liboil 0.3.14 function.
1708
1709 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1710
1711         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1712         ms-gsm can have arbitrarty sample rates. See #481354.
1713
1714 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1715
1716         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1717         MP4S is generic MPEG-4, not a microsoft variant.
1718
1719 2008-03-27  Michael Smith <msmith@fluendo.com>
1720
1721         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
1722           Check the body CRC (if set) when depayloading.
1723           Fixes #522401.
1724
1725 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
1726
1727         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
1728           Fix Since: version for new property.
1729
1730 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
1731
1732         * gst-libs/gst/rtsp/gstrtspconnection.c:
1733         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
1734         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
1735         Don't error when poll_wait returns EAGAIN.
1736
1737 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
1738
1739         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
1740         The queue is never filled when there are no buffers in the queue at all.
1741         Fixes #523993.
1742
1743 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
1744
1745         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
1746         (init_group), (free_group), (gst_play_bin_init),
1747         (gst_play_bin_finalize), (gst_play_bin_set_uri),
1748         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
1749         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
1750         (gst_play_bin_set_current_video_stream),
1751         (gst_play_bin_set_current_audio_stream),
1752         (gst_play_bin_set_current_text_stream),
1753         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
1754         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
1755         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
1756         (activate_group), (deactivate_group), (setup_next_source),
1757         (save_current_group), (gst_play_bin_change_state):
1758         Update some docs.
1759         Add new locks and conds to protect pipeline creation and group
1760         switching.
1761         Implement the sub-uri property.
1762         Keep track of pending uridecodebin creation and configure the output
1763         pipeline after all streams are configured.
1764         Propagate subtitle encoding to the uridecodebins.
1765         Implement getting the video/audio/visualisation elements.
1766         Use input-selector for stream switching.
1767         If we are asked to do visualisation, prefer to autoplug raw sinks
1768         instead of sinks that accept encoded data.
1769
1770 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
1771
1772         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
1773         (gst_play_sink_init), (gst_play_sink_dispose),
1774         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
1775         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
1776         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
1777         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
1778         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
1779         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
1780         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
1781         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
1782         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
1783         * gst/playback/gstplaysink.h:
1784         Add methods to get audio/video/vis elements.
1785         Add methods to set the font description for the overlay.
1786         Remove properties, we're using this element with its methods only.
1787         Add support for subtitles.
1788         Rearrange the locking a bit to not use the object lock for protecting
1789         the pipeline construction.
1790         Try to use the volume and mute property on the sink when its available.
1791         Implement the mute option with volume when the sink does not have a mute
1792         property.
1793         Only add volume element when the sink has no volume property.
1794         Only do visualisations with raw audio pads.
1795
1796 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
1797
1798         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
1799         (gst_text_overlay_init), (gst_text_overlay_set_property),
1800         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
1801         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
1802         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1803         (gst_text_overlay_change_state):
1804         * ext/pango/gsttextoverlay.h:
1805         Add property to configure waiting for text on the textpad or not, with
1806         the default behaviour being the old one (always wait for text before
1807         rendering the video). This default behaviour is usually not the best one
1808         because the text stream can very sparse and could require queueing a lot
1809         of video.
1810         Fix the flushing and EOS handing so that we don't mix up their meaning.
1811
1812 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
1813
1814         * gst/playback/gsturidecodebin.c:
1815         (gst_uri_decode_bin_autoplug_factories),
1816         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
1817         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
1818         (gst_uri_decode_bin_set_property),
1819         (gst_uri_decode_bin_get_property), (no_more_pads_full),
1820         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
1821         (proxy_autoplug_factories_signal), (make_decoder),
1822         (source_new_pad), (setup_source):
1823         Add a readonly source property and notify.
1824         Add new lock for protecting the construction of the pipeline.
1825         Keep track of the decodebins we plugged.
1826         Correctly proxy the autoplug signal so that it actually continues.
1827         Proxy subtitle-encoding to the decodebins.
1828
1829 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
1830
1831         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
1832         (text_toggle_cb), (update_streams), (main):
1833         Rearrange some buttons in playbin2 and make some other boxes insensitive
1834         when needed.
1835         Add language codes to subtitle selection boxes when we gind the right
1836         tags for the streams.
1837
1838 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
1839
1840         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
1841         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
1842         (gst_decode_bin_set_subs_encoding),
1843         (gst_decode_bin_get_subs_encoding),
1844         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
1845         (deactivate_free_recursive):
1846         Protect caps property with the object lock.
1847         Protect encoding property with the object lock.
1848         Keep list of elements we added that have the subtitle-encoding property.
1849         Distribute the subtitle-encoding to all of the elements when it
1850         changes.
1851
1852 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
1853
1854         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
1855         Small debug improvement.
1856
1857         * gst-libs/gst/audio/gstbaseaudiosink.c:
1858         (gst_base_audio_sink_render):
1859         Fix bug in determining the sample start/stop position, we want to base
1860         this decision on the fact that we are going forwards or backwards, not
1861         slower or faster. This fixes some ugly resync warnings when playing at
1862         very slow speeds.
1863
1864 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
1865
1866         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
1867         Correctly set the supported URI schemes and don't leave
1868         some schemes in the middle or at the start at NULL.
1869
1870 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
1871
1872         * tests/check/elements/gdpdepay.c:
1873           Make test compile without unused function/variable warnings on PPC.
1874  
1875 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
1876
1877         * configure.ac:
1878         * ext/alsa/gstalsamixerelement.c:
1879         (gst_alsa_mixer_element_class_init):
1880         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
1881         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
1882         * ext/cdparanoia/gstcdparanoiasrc.c:
1883         (gst_cd_paranoia_src_class_init):
1884         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
1885         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
1886         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
1887         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
1888         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
1889         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
1890         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
1891         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
1892         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
1893         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
1894         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
1895         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
1896         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
1897         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1898         (gst_audio_filter_template_class_init):
1899         * gst-libs/gst/audio/gstbaseaudiosink.c:
1900         (gst_base_audio_sink_class_init):
1901         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1902         (gst_base_audio_src_class_init):
1903         * gst-libs/gst/cdda/gstcddabasesrc.c:
1904         (gst_cdda_base_src_class_init):
1905         * gst-libs/gst/interfaces/mixertrack.c:
1906         (gst_mixer_track_class_init):
1907         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1908         (gst_base_rtp_depayload_class_init):
1909         * gst-libs/gst/rtp/gstbasertppayload.c:
1910         (gst_basertppayload_class_init):
1911         * gst/audioconvert/gstaudioconvert.c:
1912         (gst_audio_convert_class_init):
1913         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
1914         * gst/audioresample/gstaudioresample.c:
1915         (gst_audioresample_class_init):
1916         * gst/audiotestsrc/gstaudiotestsrc.c:
1917         (gst_audio_test_src_class_init):
1918         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
1919         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
1920         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1921         (preroll_unlinked):
1922         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
1923         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
1924         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
1925         * gst/playback/gstqueue2.c: (gst_queue_class_init):
1926         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
1927         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
1928         (gst_stream_selector_class_init):
1929         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
1930         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
1931         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
1932         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
1933         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
1934         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
1935         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
1936         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
1937         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
1938         * gst/videotestsrc/gstvideotestsrc.c:
1939         (gst_video_test_src_class_init):
1940         * gst/volume/gstvolume.c: (gst_volume_class_init):
1941         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
1942         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
1943         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
1944         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
1945         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
1946         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1947         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
1948         static strings (i.e. all). This gives us less memory usage,
1949         fewer allocations and thus less memory defragmentation. Depend
1950         on core CVS for this. Fixes bug #523806.
1951
1952 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
1953
1954         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
1955         Filter http and https protocols. GIO/GVfs handles them but it's
1956         impossible to implement iradio/icecast with it. Better use
1957         souphttpsrc or something else for this.
1958
1959         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
1960         If getting the file informations by a query fails try it with the
1961         seek-to-end trick too.
1962
1963 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
1964
1965         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
1966         (gst_volume_base_init), (gst_volume_class_init),
1967         (volume_process_double), (volume_process_float),
1968         (volume_transform_ip), (plugin_init):
1969         memset buffers to zero if we get a GAP buffer. We usually see a
1970         buffer as one unit so let's handle it as one and don't care about
1971         volume changes while processing one buffer.
1972         Also clean up some stuff a bit.
1973
1974 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
1975
1976         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
1977         (gst_audio_convert_create_silence_buffer),
1978         (gst_audio_convert_transform):
1979         Make audioconvert GAP-aware by outputting silence buffers when the
1980         input has the GAP flag set. This is up to 8x faster.
1981         Based on a patch by Stefan Kost. Fixes bug #517813.
1982
1983 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
1984
1985         * gst/volume/gstvolume.c: (volume_process_double):
1986         Use oil_scalarmultiply_f64_ns() for double processing when it's
1987         available at compile time.
1988
1989 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
1990
1991         * configure.ac:
1992         Fix lrint/lrintf checks to actually work. These functions are
1993         in libm on Linux at least so try to link to it.
1994
1995 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
1996
1997         * configure.ac:
1998         Back to development - 0.10.18.1
1999
2000 === release 0.10.18 ===
2001
2002 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
2003
2004         * configure.ac:
2005           releasing 0.10.18, "I will follow"
2006
2007 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
2008
2009         * configure.ac:
2010         * win32/common/config.h:
2011         0.10.17.4 pre-release
2012
2013 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2014
2015         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
2016         Use GST_STR_NULL when trying to print strings that could be NULL because
2017         this might crash on some platforms. See #520808.
2018
2019 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2020
2021         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
2022
2023         * gst-libs/gst/rtsp/gstrtspconnection.c:
2024         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
2025         (read_line), (gst_rtsp_connection_read_internal):
2026         Generic Windows fixes that makes libgstrtsp work on Windows when
2027         coupled with the new GstPoll API. See #520808.
2028
2029 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
2030
2031         Patch by: Milosz Derezynski <internalerror at gmail dot com>
2032
2033         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
2034           If seeking to a new position succeeds don't simply return from
2035           create() without creating a buffer. Do this only in the case
2036           seeking to the new position fails. Fixes bug #523054.
2037
2038 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
2039
2040         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
2041           (gst_video_format_from_rgba32_masks):
2042           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
2043           (#522635).
2044
2045         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
2046           Add unit test for the RGB caps parsing and creation, checking for
2047           internal consistency of the new API and consistency of the API with
2048           the old GST_VIDEO_CAPS_* defines.
2049
2050 2008-03-14  David Schleef  <ds@schleef.org>
2051
2052         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
2053           because -base is in freeze.
2054
2055 2008-03-14  David Schleef  <ds@schleef.org>
2056
2057         Patch by: William M. Brack
2058
2059         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
2060
2061 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2062
2063         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
2064         (gst_selector_pad_chain):
2065         * gst/playback/gststreamselector.h:
2066         Revert change that caused regression until a real fix is found.
2067         Fixes #522203.
2068
2069 2008-03-12  Michael Smith <msmith@fluendo.com>
2070
2071         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
2072         * gst-libs/gst/audio/gstringbuffer.h:
2073           Rename recently added buffer types to make more sense.
2074         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
2075         (gst_alsasink_write):
2076           Adapt for above API changes.
2077           Fixes bug #520523.
2078
2079 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
2080
2081         * win32/common/libgstnetbuffer.def:
2082         Add new symbol gst_netaddress_equal. Fixes bug #521743.
2083
2084 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
2085
2086         * configure.ac:
2087         * win32/common/config.h:
2088         0.10.17.3 pre-release
2089
2090 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2091
2092         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2093         (gst_base_audio_src_create):
2094         Fix duration when no clock was provided. Fixes #520300.
2095
2096 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2097
2098         Patch by: Olivier Crete  <tester at tester ca>
2099
2100         * docs/libs/gst-plugins-base-libs-sections.txt:
2101         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
2102         * gst-libs/gst/netbuffer/gstnetbuffer.h:
2103         Add trivial function to compare GstNetAddress. See #520626.
2104         API: GstNetBuffer::gst_netaddress_equal
2105
2106 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2107
2108         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
2109         Update mode property docs, it's deprecated now.
2110
2111 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2112
2113         * gst-libs/gst/rtsp/gstrtspconnection.c:
2114         (gst_rtsp_connection_create):
2115         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
2116         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
2117         * gst/tcp/gstmultifdsink.h:
2118         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2119         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
2120         Remove GstPollMode from gstpoll constructor.
2121
2122 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
2123
2124         * configure.ac:
2125         * win32/common/config.h:
2126         0.10.17.2 pre-release
2127
2128 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
2129
2130         * gst/Makefile.am:
2131         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
2132         them twice
2133
2134         * win32/common/libgstinterfaces.def:
2135         * win32/common/libgstrtp.def:
2136         Add new API to the defs
2137
2138 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
2139
2140         Patch by: Mersad Jelacic  <mersad at axis dot com>
2141
2142         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2143         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2144         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
2145         possible to specify the sample size in bits. (#509637)
2146
2147 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
2148
2149         * tests/check/libs/mixer.c:
2150           Add a few simple checks for the new message types.
2151
2152 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
2153
2154         * docs/libs/gst-plugins-base-libs-sections.txt:
2155         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
2156           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
2157           (gst_mixer_message_get_type),
2158           (gst_mixer_message_parse_option_changed),
2159           (gst_mixer_message_parse_options_list_changed):
2160         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
2161           (GST_MIXER_MESSAGE_OPTION_CHANGED),
2162           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
2163           (GST_MIXER_MESSAGE_MIXER_CHANGED):
2164           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
2165           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
2166
2167 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
2168
2169         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
2170           (gst_mixer_options_get_values):
2171         * gst-libs/gst/interfaces/mixeroptions.h:
2172           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
2173           (_GstMixerOptions), (_GstMixerOptionsClass):
2174           API: add GstMixerOptions::get_values vfunc (#519906)
2175
2176 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
2177
2178         * configure.ac:
2179         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
2180         plug-ins are included/excluded. (#498222)
2181
2182 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
2183
2184         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2185         Add typefinder for IMelody files, using audio/x-imelody.
2186         See bug #519516.
2187
2188 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
2189
2190         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
2191         * ext/alsa/gstalsasink.c: (set_hwparams):
2192         * ext/alsa/gstalsasrc.c: (set_hwparams):
2193         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
2194         * ext/ogg/gstoggmux.h:
2195         * ext/ogg/gstogmparse.c:
2196         * gst-libs/gst/audio/audio.c:
2197         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
2198         * gst-libs/gst/pbutils/missing-plugins.c:
2199         (gst_missing_uri_sink_message_new),
2200         (gst_missing_element_message_new),
2201         (gst_missing_decoder_message_new),
2202         (gst_missing_encoder_message_new):
2203         * gst-libs/gst/rtp/gstbasertppayload.c:
2204         * gst-libs/gst/rtp/gstrtcpbuffer.c:
2205         (gst_rtcp_packet_bye_get_reason):
2206         * gst/audioconvert/gstaudioconvert.c:
2207         * gst/audioresample/gstaudioresample.c:
2208         * gst/ffmpegcolorspace/imgconvert.c:
2209         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
2210         * gst/typefind/gsttypefindfunctions.c:
2211         * gst/videoscale/vs_4tap.c:
2212         * gst/videoscale/vs_4tap.h:
2213         * sys/v4l/gstv4lelement.c:
2214         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
2215         * sys/v4l/v4l_calls.c:
2216         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
2217         (gst_v4lsrc_try_capture):
2218         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2219         (gst_ximagesink_ximage_new):
2220         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
2221         (gst_xvimagesink_xvimage_new):
2222         * tests/check/elements/audioconvert.c:
2223         * tests/check/elements/audioresample.c:
2224         (fail_unless_perfect_stream):
2225         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
2226         * tests/check/elements/decodebin.c:
2227         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
2228         (setup_gdpdepay_streamheader):
2229         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
2230         (setup_gdppay_streamheader):
2231         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
2232         * tests/check/elements/multifdsink.c: (setup_multifdsink):
2233         * tests/check/elements/textoverlay.c:
2234         * tests/check/elements/videorate.c: (setup_videorate):
2235         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
2236         * tests/check/elements/volume.c: (setup_volume):
2237         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
2238         * tests/check/elements/vorbistag.c:
2239         * tests/check/generic/clock-selection.c:
2240         * tests/check/generic/states.c: (setup), (teardown):
2241         * tests/check/libs/cddabasesrc.c:
2242         * tests/check/libs/video.c:
2243         * tests/check/pipelines/gio.c:
2244         * tests/check/pipelines/oggmux.c:
2245         * tests/check/pipelines/simple-launch-lines.c:
2246         (simple_launch_lines_suite):
2247         * tests/check/pipelines/streamheader.c:
2248         * tests/check/pipelines/theoraenc.c:
2249         * tests/check/pipelines/vorbisdec.c:
2250         * tests/check/pipelines/vorbisenc.c:
2251         * tests/examples/seek/scrubby.c:
2252         * tests/examples/seek/seek.c: (query_positions_elems),
2253         (query_positions_pads):
2254         * tests/icles/stress-xoverlay.c: (myclock):
2255         Correct all relevant warnings found by the sparse semantic code
2256         analyzer. This include marking several symbols static, using
2257         NULL instead of 0 for pointers and using "foo (void)" instead
2258         of "foo ()" for declarations.
2259
2260         * win32/common/libgstrtp.def:
2261         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
2262
2263 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
2264
2265         Patch by: José Alburquerque <jaalburqu svn gnome org>
2266
2267         * gst/playback/gstplaybin2.c:
2268           Make the function signature of the _get_*_tags() functions match
2269           the signature of the vfuncs they implement, ie. return a
2270           GstTagList rather than a GstStructure, which is more correct,
2271           even if one is typedef'ed to the other (#518940).
2272
2273 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
2274
2275         * gst-libs/gst/rtsp/gstrtspconnection.c:
2276           Don't include unix headers unconditionally (fixes #518037).
2277
2278 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
2279
2280         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
2281           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
2282           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
2283           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
2284           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
2285           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
2286           (gst_video_format_is_packed), (video_format_is_packed):
2287           Add unit test that makes sure that the strides, offsets and
2288           sizes returned for the various YUV formats by the new video API
2289           match the old reference implementation in videotestsrc.
2290
2291 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
2292
2293         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
2294           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
2295           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
2296           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
2297           (gst_video_format_get_pixel_stride),
2298           (gst_video_format_get_component_width),
2299           (gst_video_format_get_component_height),
2300           (gst_video_format_get_component_offset), (gst_video_format_get_size):
2301         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
2302           (GST_VIDEO_FORMAT_Y42B):
2303           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
2304
2305 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
2306
2307         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
2308           YV12 is I420 with swapped components 1 and 2, so the offset of
2309           component 1 for I420 should be the offset for component 2 for YV12
2310           and vice versa.
2311
2312 2008-02-29  Rene Stadler  <mail@renestadler.de>
2313
2314         * sys/v4l/gstv4lelement.c:
2315         Add missing semicolon to fix indentation.
2316
2317 2008-02-29  Julien Moutte  <julien@fluendo.com>
2318
2319         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
2320         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
2321         if we can do SPDIF output.
2322         * ext/alsa/gstalsa.h:
2323         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
2324         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
2325         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
2326         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
2327         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
2328         to support AC3, EC3 and IEC958 buffers.
2329
2330 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
2331
2332         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
2333           (gst_mixer_message_parse_mute_toggled),
2334           (gst_mixer_message_parse_record_toggled),
2335           (gst_mixer_message_parse_volume_changed),
2336           (gst_mixer_message_parse_option_changed):
2337           De-cruft and fix message type assertions (NULL is not a really
2338           valid mixer message type string).
2339
2340 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
2341
2342         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
2343         When negotiating, actually start from a format that we can support
2344         instead of from the too generic template.
2345
2346 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
2347
2348         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
2349         Enable vis setting.
2350
2351         * gst/playback/gstplaysink.c: (gst_play_sink_init),
2352         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
2353         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2354         (gen_vis_chain):
2355         Implement vis switching while playing.
2356
2357 2008-02-28  David Schleef  <ds@schleef.org>
2358
2359         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
2360
2361 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2362
2363         Patch by: Peter Kjellerstedt  <pkj at axis com>
2364
2365         * gst/tcp/Makefile.am:
2366         * gst/tcp/fdsetstress.c:
2367         * gst/tcp/gstfdset.c:
2368         * gst/tcp/gstfdset.h:
2369         Removed fdset and stress test, they are now known as GstPoll in
2370         core. 
2371
2372         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2373         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
2374         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
2375         (gst_multi_fd_sink_handle_client_write),
2376         (gst_multi_fd_sink_queue_buffer),
2377         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
2378         (gst_multi_fd_sink_stop):
2379         * gst/tcp/gstmultifdsink.h:
2380         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
2381         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
2382         (gst_tcp_gdp_read_caps):
2383         * gst/tcp/gsttcp.h:
2384         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
2385         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
2386         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
2387         * gst/tcp/gsttcpclientsink.h:
2388         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
2389         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
2390         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
2391         * gst/tcp/gsttcpclientsrc.h:
2392         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
2393         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
2394         * gst/tcp/gsttcpserversink.h:
2395         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
2396         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
2397         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
2398         * gst/tcp/gsttcpserversrc.h:
2399         Port to GstPoll. See #505417.
2400
2401 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2402
2403         Patch by: Peter Kjellerstedt  <pkj at axis com>
2404
2405         * gst-libs/gst/rtsp/gstrtspconnection.c:
2406         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
2407         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
2408         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
2409         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
2410         (gst_rtsp_connection_flush):
2411         * gst-libs/gst/rtsp/gstrtspconnection.h:
2412         Use GstPoll for the rtsp connection. See #505417.
2413
2414 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2415
2416         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
2417         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
2418         Add combo box for visualisations, populate it with a factory list
2419         of all visualisation plugins, configure vis plugin instance in
2420         playbin2. 
2421
2422 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2423
2424         * tests/check/libs/rtp.c: (GST_START_TEST):
2425         Add check for RTP buffer defaults, padding and marker bit API.
2426
2427 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
2428
2429         * gst-libs/gst/cdda/sha1.c: (sha_transform):
2430         Use memcpy() instead of upcasting a byte array to long *. This
2431         fixes an unaligned memory access, resulting in SIGBUS on IA64.
2432         This should be ported to GCheckSum once we can use GLib 2.16.
2433         Partially fixes bug #500833.
2434
2435 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
2436
2437         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
2438           Push tag event after the newsegment event. Log the pointer of
2439           the buffer we're actually going to push rather than the buffer
2440           we're feeding to _make_metadata_writable().
2441
2442 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
2443
2444         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2445         Comment smoke typefinder for now. The smokedec plugin needs one
2446         frame per buffer but we have no parser yet, thus it simply crashes
2447         in most situations.
2448
2449 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
2450
2451         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2452         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
2453
2454 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
2455
2456         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
2457         (plugin_init):
2458         Add midi typefinder, copied from the timidity plugin.
2459
2460 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
2461
2462         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
2463
2464         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
2465         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
2466           (subparse_suite):
2467           Forward slashes at the beginning and end of a line also signify
2468           italics (Fixes: #518162).
2469
2470 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
2471
2472         * tests/check/gst-plugins-base.supp:
2473         Add a suppression for a cached value in GIO that wasn't moved
2474         while moving gio from -bad to -base.
2475
2476 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
2477
2478         Patch by: Brian Cameron <brian dot cameron at sun dot com>
2479
2480         * configure.ac:
2481         Don't hardcode -Wall and -Werror for configure checks, this fails
2482         with non-GCC compilers. Fixes bug #517991.
2483
2484 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
2485
2486         * gst/audioconvert/gstaudioconvert.c:
2487         * gst/audioconvert/gstaudioquantize.c:
2488         * gst/audioconvert/gstaudioquantize.h:
2489           Make audioconvert gap aware. If noiseshaping is used, wait for
2490           noiseshaping to converge before marking as GAP. Fixes #517813.
2491
2492 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
2493
2494         * gst/audiotestsrc/gstaudiotestsrc.c:
2495           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
2496
2497 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
2498
2499         * ext/gnomevfs/gstgnomevfssink.c:
2500         (gst_gnome_vfs_sink_handle_event):
2501         Return FALSE when seeking for a new segment fails instead
2502         of silently ignoring the failure and appending every buffer
2503         that comes for the new segment.
2504
2505 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2506
2507         * gst/playback/gstplaysink.c: (find_property),
2508         (gst_play_sink_find_property), (gen_video_chain),
2509         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
2510         Recursively search the sink element for a last-frame property so that we
2511         can also find the property in autovideosink and friends that don't
2512         always proxy the internal sink properties.
2513
2514 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
2515
2516         * gst-libs/gst/audio/multichannel.c:
2517           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
2518           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
2519           (gst_audio_set_structure_channel_positions_list),
2520           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
2521           (gst_audio_fixate_channel_positions):
2522           Fix confusing terminology in docs and code: structure fields are
2523           'fields' and not 'properties'.
2524
2525 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
2526
2527         * gst-libs/gst/audio/multichannel.c:
2528           (gst_audio_check_channel_positions), (add_list_to_struct):
2529           Give more useful warning messages if one of the channel
2530           layout enums passed to us is invalid and if the "channels"
2531           field in the caps has a GType we don't expect.
2532
2533 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
2534
2535         * gst-libs/gst/audio/multichannel.c:
2536           Fix typo in docs blurb.
2537
2538 2008-02-19  Julien Moutte  <julien@fluendo.com>
2539
2540         Patch by: Josep Torra Valles <josep@fluendo.com>
2541
2542         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
2543         typefind lookup to fix typefinding on HD clips.
2544
2545 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
2546
2547         * gst/playback/gstscreenshot.c:
2548         * gst/playback/gstscreenshot.h:
2549           Fix up copyright (I rewrote the GStreamer-0.10 code for
2550           this from scratch back in the days).
2551
2552 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2553
2554         * gst/playback/Makefile.am:
2555         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
2556         (create_element), (gst_play_frame_conv_convert):
2557         * gst/playback/gstscreenshot.h:
2558         Add screenshot conversion code from totem.
2559
2560         * gst/playback/gstplay-marshal.list:
2561         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
2562         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
2563         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
2564         Implement frame property to get a color-unconverted snapshot.
2565         Implement convert-frame action signal to get a converted snapshot image.
2566         Configure connection speed in uridecodebin.
2567         Document some more properties.
2568
2569         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
2570         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
2571         (gst_play_sink_get_last_frame):
2572         * gst/playback/gstplaysink.h:
2573         Use last-buffer property of the video sink to get a video snapshot.
2574
2575         * tests/examples/seek/seek.c: (shot_cb), (main):
2576         Add snapshot button for playbin2 and use the frame property to save the
2577         frame as a png in the current directory.
2578
2579 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
2580
2581         Patch by: Josep Torra Valles <josep at fluendo dot com>
2582
2583         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
2584         (plugin_init):
2585         Add typefinding support for h264 elementary streams.
2586         Fixes bug #517420.
2587
2588 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
2589
2590         * configure.ac:
2591           Require CVS of core for new API in collectpads.
2592
2593         * gst/adder/gstadder.c:
2594           Use new API to make adder sparse stream aware.
2595
2596 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2597
2598         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
2599         (no_more_pads_cb):
2600         Get the object data correct so that we can remove our channels
2601         correctly.
2602
2603         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
2604         (gen_vis_chain), (gst_play_sink_reconfigure),
2605         (gst_play_sink_request_pad):
2606         Add option to disable async behaviour in the sinks when possible. This
2607         makes it possible to avoid an audio queue when dealing with
2608         visualisations.
2609         Add option to add a queue for the audio path.
2610
2611         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
2612         (main):
2613         Disable the vis checkbox to match the defaults of playbin2.
2614         Only get the stream info when we need to.
2615
2616 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
2617
2618         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
2619         (gst_gio_base_sink_set_stream):
2620         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
2621         (gst_gio_base_src_set_stream):
2622         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
2623         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
2624         Don't use async operations as they require a running main loop.
2625         This makes us block again when closing streams and unable
2626         to mount the enclosing volume of an URI if it isn't yet.
2627
2628 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
2629
2630         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
2631         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
2632         (gen_vis_chain), (gst_play_sink_reconfigure),
2633         (gst_play_sink_request_pad):
2634         Move tee in front of the audio and vis pipelines.
2635         Add queue for audio for now.
2636         Add visualisation support.
2637
2638         * tests/examples/seek/seek.c: (main):
2639         Visualisation is by default disabled.
2640
2641 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
2642
2643         * ext/gio/gstgiobasesink.c: (close_stream_cb):
2644         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
2645         Improve debugging a bit.
2646
2647         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
2648         * ext/gio/gstgiosink.h:
2649         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
2650         * ext/gio/gstgiosrc.h:
2651         Try to mount the enclosing volume of a GFile if it isn't mounted
2652         yet. This requires us to wait for an async operation to finish, done
2653         with an nested GMainLoop. Authentication is not supported yet, will
2654         come later.
2655
2656 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2657
2658         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
2659         (gst_play_bin_set_property), (gst_play_bin_get_property),
2660         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
2661         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
2662         (gst_play_sink_get_mute), (gen_audio_chain):
2663         * gst/playback/gstplaysink.h:
2664         Add mute property.
2665
2666         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
2667         (gst_selector_pad_chain):
2668         * gst/playback/gststreamselector.h:
2669         Make sure we forward the event only once.
2670
2671         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
2672         Add and implement the mute button for playbin2.
2673
2674 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2675
2676         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2677
2678         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
2679         Add some more debug info.
2680         Make sure we never return a negative delay. Fixes #516246.
2681
2682 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
2683
2684         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
2685           Revert patch that makes the sink hold the object lock when
2686           calling snd_pcm_delay(), since it breaks playback for me.
2687
2688 2008-02-12  Julien Moutte  <julien@fluendo.com>
2689
2690         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
2691         some seek flags when changing rate.
2692
2693 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2694
2695         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2696         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
2697         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
2698         Fix potential leaks.
2699
2700         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
2701         Fix leak when there is no function configured.
2702
2703 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
2704
2705         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
2706         (gst_v4lsrc_buffer_finalize):
2707         Correctly chain up the finalize method.
2708
2709 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
2710
2711         * ext/gio/gstgiostreamsink.c:
2712         * ext/gio/gstgiostreamsrc.c:
2713         Add documentation and example code for giostreamsink/giostreamsrc.
2714
2715         * tests/check/pipelines/gio.c: (GST_START_TEST):
2716         Ask the GMemoryOutputStream for the data instead of assuming that
2717         the pointer to the data stayed the same. It could've been realloc'ed.
2718
2719 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
2720
2721         * ext/gio/gstgiosink.c:
2722         * ext/gio/gstgiosrc.c:
2723         Make the documentation of giosink/giosrc complete, large parts
2724         are based on the gnomevfssink/gnomevfssrc docs.
2725
2726 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
2727
2728         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2729         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2730         * docs/plugins/gst-plugins-base-plugins.args:
2731         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2732         * docs/plugins/gst-plugins-base-plugins.interfaces:
2733         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2734         * docs/plugins/gst-plugins-base-plugins.signals:
2735         * docs/plugins/inspect/plugin-adder.xml:
2736         * docs/plugins/inspect/plugin-audioconvert.xml:
2737         * docs/plugins/inspect/plugin-audiorate.xml:
2738         * docs/plugins/inspect/plugin-audioresample.xml:
2739         * docs/plugins/inspect/plugin-decodebin.xml:
2740         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2741         * docs/plugins/inspect/plugin-gdp.xml:
2742         * docs/plugins/inspect/plugin-gio.xml:
2743         * docs/plugins/inspect/plugin-gnomevfs.xml:
2744         * docs/plugins/inspect/plugin-libvisual.xml:
2745         * docs/plugins/inspect/plugin-ogg.xml:
2746         * docs/plugins/inspect/plugin-pango.xml:
2747         * docs/plugins/inspect/plugin-playback.xml:
2748         * docs/plugins/inspect/plugin-queue2.xml:
2749         * docs/plugins/inspect/plugin-subparse.xml:
2750         * docs/plugins/inspect/plugin-theora.xml:
2751         * docs/plugins/inspect/plugin-uridecodebin.xml:
2752         * docs/plugins/inspect/plugin-videorate.xml:
2753         * docs/plugins/inspect/plugin-videoscale.xml:
2754         * docs/plugins/inspect/plugin-volume.xml:
2755         * docs/plugins/inspect/plugin-vorbis.xml:
2756         Add the GIO documentation again and while at that run make update.
2757
2758 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
2759
2760         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
2761         * ext/alsa/gstalsasink.c: (set_swparams):
2762         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
2763           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
2764           against libasound >= 1.0.16, since it's been deprecated in
2765           0.10.16, and alignment is always 1 then, apparently. (#512899)
2766
2767 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
2768
2769         * gst/playback/gstplaybin.c: (gen_audio_element):
2770         * gst/playback/gstplaysink.c: (gen_audio_chain):
2771           Handle case where we can't create the volume element a bit
2772           better (#514307).
2773
2774 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
2775
2776         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
2777         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
2778           Add support for https protocol. Fixes #510229.
2779
2780 2008-02-11  Julien Moutte  <julien@fluendo.com>
2781         
2782         Patch by: Alan Peevers <peeves@pacbell.net>
2783
2784         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
2785         lock when calling alsa methods.
2786
2787 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
2788
2789         * gst/typefind/gsttypefindfunctions.c:
2790           Bump rank of jpeg and png typefinders, which will return maximum
2791           probability in the most common cases (thus short-circuiting more
2792           expensive typefinders like the mp3 one for these two quite common
2793           image types).
2794
2795 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
2796
2797         * ext/theora/theoraparse.c:
2798         Fix long description of the theora parser to be more verbose than just
2799         the type name.
2800
2801 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
2802
2803         Patch by: Branko Čibej <brane at xbc dot nu>
2804
2805         * sys/xvimage/xvimagesink.c:
2806         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
2807         Fixes bug #515654.
2808
2809 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2810
2811         * gst/playback/gstplaybasebin.c:
2812         Set is_dynamic as True if there are elements with both request
2813         and sometimes src pad templates instead of breaking out when it
2814         finds the first pad template that is a src.
2815
2816 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2817
2818         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
2819         (update_streams), (video_combo_cb), (audio_combo_cb),
2820         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
2821         Add some stream switching and volume gui for playbin2.
2822
2823 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2824
2825         * gst/playback/gstplay-marshal.list:
2826         Added marshal for streamselector Tags.
2827
2828         * gst/playback/gstplaybasebin.c: (set_active_source):
2829         Streamselector now selects pads based on the pad object instead of its
2830         name.
2831
2832         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
2833         (init_group), (gst_play_bin_init), (get_group), (get_tags),
2834         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
2835         (gst_play_bin_get_text_tags),
2836         (gst_play_bin_set_current_video_stream),
2837         (gst_play_bin_set_current_audio_stream),
2838         (gst_play_bin_set_current_text_stream),
2839         (gst_play_bin_set_property), (gst_play_bin_get_property),
2840         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
2841         Remove option to mute streams with the current-a/v/t property, we have
2842         this functionality in the flags.
2843         Add signals to notify when the number of A/V/T channels changed.
2844         Add action signals to get tags for the A/V/T streams.
2845         Implement setting the current A/V/T stream.
2846         Rearrange some things to simplify stream selection.
2847         Implement volume.
2848
2849         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
2850         (gst_play_sink_get_volume), (gst_play_sink_set_property),
2851         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
2852         (activate_vis), (gst_play_sink_reconfigure):
2853         * gst/playback/gstplaysink.h:
2854         Add and implement volume setting methods.
2855
2856         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
2857         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
2858         (gst_selector_pad_event), (gst_stream_selector_class_init),
2859         (gst_stream_selector_init), (gst_stream_selector_finalize),
2860         (gst_stream_selector_set_property),
2861         (gst_stream_selector_get_property),
2862         (gst_stream_selector_get_linked_pad),
2863         (gst_stream_selector_request_new_pad):
2864         * gst/playback/gststreamselector.h:
2865         Add pad properties for tags and status of pads.
2866         Keep tags on pads.
2867         Make active pad selection based on pad object instead of name.
2868
2869 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
2870
2871         * configure.ac:
2872           Revert last change as we now check in gtk-doc.m4 for sed.
2873
2874 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
2875
2876         * configure.ac:
2877         Find and subst SED when building the docs.
2878
2879 2008-02-08  Julien Moutte  <julien@fluendo.com>
2880
2881         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
2882         (main): Make sure bus signals are reconnected when pressing STOP
2883         and then PLAY again for a parse launch pipeline. Fix a ref leak
2884         on the bus.
2885         * win32/common/config.h: Updated.
2886
2887 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
2888
2889         * configure.ac:
2890         Make DISABLE_DEPRECATED defined *only* during CVS, not during
2891         pre-releases or releases.
2892
2893 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
2894
2895         * configure.ac:
2896         * ext/gio/Makefile.am:
2897         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
2898         reporting
2899
2900 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
2901
2902         * docs/plugins/Makefile.am:
2903         Add the headers which need scanning for the GIO plugin. The rest of
2904         the docs still need migrating.
2905
2906 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
2907
2908         * ext/Makefile.am:
2909         * tests/check/Makefile.am:
2910         * tests/check/pipelines/.cvsignore:
2911         Add gio in a few more places.
2912
2913 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
2914
2915         * configure.ac:
2916         * ext/Makefile.am:
2917         * tests/check/Makefile.am:
2918         Move gio plugin from -bad and mark as experimental.
2919
2920 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
2921
2922         * gst-libs/gst/interfaces/mixeroptions.c:
2923         * gst-libs/gst/interfaces/mixertrack.c:
2924         Comment out a couple of other things which break the build when
2925         GST_DISABLE_DEPRECATED isn't on but -Werror is.
2926
2927 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
2928
2929         * docs/libs/gst-plugins-base-libs-sections.txt:
2930           Fix pbutils header.
2931
2932 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2933
2934         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
2935         Fix compiler warning.
2936
2937 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2938
2939         Patch by: Peter Kjellerstedt  <pkj at axis com>
2940
2941         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
2942         Clear the addrinfo struct using memset. Fixes #514937.
2943
2944 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2945
2946         * gst/tcp/gstfdset.h:
2947         Remove unused field to same some memory.
2948
2949         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
2950         Mark action signals as such.
2951
2952 2008-02-06  Michael Smith <msmith@fluendo.com>
2953
2954         * ext/theora/theoradec.c: (_theora_granule_frame),
2955         (_inc_granulepos):
2956           Increment granulepos for new-bitstream versions appropriately.
2957           Fixes #514623.
2958
2959 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
2960
2961         * tests/examples/seek/seek.c: (do_seek),
2962         (rate_spinbutton_changed_cb), (update_streams), (main):
2963         Remove obsolete stream_time reset after flushing seek, core does that
2964         automatically now.
2965         Improve accuracy of speed spinbutton.
2966         Only do playbin2 stuff when we actually use it.
2967
2968 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
2969
2970         * tests/check/Makefile.am:
2971           Revert previous change of the test environment's GST_PLUGIN_PATH.
2972           The problem is not with the plugins, but with element factories
2973           and only occurs if elements are split out from existing plugins
2974           or if plugins change name (see #512740).
2975
2976 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
2977
2978         * tests/check/Makefile.am:
2979           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
2980           with the core's plugins first and our local build directories last,
2981           since we might be building against an installed core, and that
2982           core's plugin directory may contain older or other versions of
2983           our own -base plugins, but we really do want to test our local
2984           ones (if there are multiple plugins or element factories with the
2985           same name, those inspected last will trump those read in earlier).
2986           Fixes #512740 for the most part.
2987
2988 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
2989
2990         * configure.ac:
2991         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
2992         Use gmtime_r if available as gmtime is not MT-safe.
2993         Fixes bug #511810.
2994
2995 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
2996
2997         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
2998         Cast glong to time_t as time_t might have a different type on
2999         other platforms, like FreeBSD, and we get a compiler warning
3000         otherwise. Fixes bug #511825.
3001
3002 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
3003
3004         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3005         (get_group), (get_n_pads), (gst_play_bin_get_property),
3006         (pad_added_cb), (no_more_pads_cb), (perform_eos),
3007         (autoplug_select_cb), (deactivate_group):
3008         Remove stream-info, we going for something easier.
3009         Refactor getting the current group.
3010         Implement getting the number of audio/video/text streams.
3011
3012         * gst/playback/gststreamselector.c:
3013         (gst_stream_selector_class_init), (gst_stream_selector_init),
3014         (gst_stream_selector_get_property),
3015         (gst_stream_selector_request_new_pad),
3016         (gst_stream_selector_release_pad):
3017         * gst/playback/gststreamselector.h:
3018         Add property for number of pads.
3019
3020         * tests/examples/seek/seek.c: (set_scale), (update_flag),
3021         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
3022         (text_toggle_cb), (update_streams), (msg_async_done),
3023         (msg_state_changed), (main):
3024         Block slider callback when updating the slider position.
3025         Add gui elements for controlling playbin2.
3026         Add callback for async_done that updates position/duration.
3027
3028 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
3029
3030         * docs/plugins/Makefile.am:
3031         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3032         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3033         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3034         * docs/plugins/gst-plugins-base-plugins.interfaces:
3035         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3036           First round of plugin docs cleansups.
3037
3038         * docs/plugins/inspect/plugin-adder.xml:
3039         * docs/plugins/inspect/plugin-alsa.xml:
3040         * docs/plugins/inspect/plugin-audioconvert.xml:
3041         * docs/plugins/inspect/plugin-audiorate.xml:
3042         * docs/plugins/inspect/plugin-audioresample.xml:
3043         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3044         * docs/plugins/inspect/plugin-cdparanoia.xml:
3045         * docs/plugins/inspect/plugin-decodebin.xml:
3046         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3047         * docs/plugins/inspect/plugin-gdp.xml:
3048         * docs/plugins/inspect/plugin-gnomevfs.xml:
3049         * docs/plugins/inspect/plugin-libvisual.xml:
3050         * docs/plugins/inspect/plugin-ogg.xml:
3051         * docs/plugins/inspect/plugin-pango.xml:
3052         * docs/plugins/inspect/plugin-subparse.xml:
3053         * docs/plugins/inspect/plugin-tcp.xml:
3054         * docs/plugins/inspect/plugin-theora.xml:
3055         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3056         * docs/plugins/inspect/plugin-video4linux.xml:
3057         * docs/plugins/inspect/plugin-videorate.xml:
3058         * docs/plugins/inspect/plugin-videoscale.xml:
3059         * docs/plugins/inspect/plugin-videotestsrc.xml:
3060         * docs/plugins/inspect/plugin-volume.xml:
3061         * docs/plugins/inspect/plugin-vorbis.xml:
3062         * docs/plugins/inspect/plugin-ximagesink.xml:
3063         * docs/plugins/inspect/plugin-xvimagesink.xml:
3064           Regenerate.
3065
3066         * ext/ogg/Makefile.am:
3067         * ext/ogg/gstoggmux.c:
3068         * ext/ogg/gstoggmux.h:
3069           Add header for oggmux. the c-file needs a doc blob still.
3070
3071 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
3072
3073         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3074
3075         * gst-libs/gst/rtp/gstrtpbuffer.c:
3076         (gst_rtp_buffer_set_extension_data):
3077         * gst-libs/gst/rtp/gstrtpbuffer.h:
3078         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
3079         Add gst_rtp_buffer_set_extension_data() 
3080         Add a unit test for this addition. Fixes #511478.
3081         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
3082
3083 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
3084
3085         * configure.ac:
3086         Back to CVS
3087
3088 === release 0.10.17 ===
3089
3090 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
3091
3092         * configure.ac:
3093           releasing 0.10.17, "Peanut Butter and Jelly"
3094
3095 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
3096
3097         * gst-libs/gst/interfaces/mixeroptions.c:
3098         * gst-libs/gst/interfaces/mixertrack.c:
3099         Also remove the conditional registration of the signals
3100         that disappeared with the ABI change in 0.10.14
3101
3102 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
3103
3104         * gst-libs/gst/rtsp/gstrtspconnection.c:
3105         Revert patch to gstrtspconnection.c for brown paper bag
3106         release of -base. Re-opens: #511825
3107
3108 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
3109
3110         * gst-libs/gst/interfaces/mixeroptions.h:
3111         * gst-libs/gst/interfaces/mixertrack.h:
3112         Change the way these deprecated function pointers are removed
3113         so that the compiled ABI is unconditionally smaller. This 
3114         sets in stone an ABI break that actually occurred when the
3115         things were deprecated in 0.10.14, which seems to be the best
3116         fix as the only known users are oss-mixer and sunaudio-mixer in 
3117         gst-plugins-good.
3118         Fixes: #513018
3119
3120 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
3121
3122         * win32/common/libgstpbutils.def:
3123           Export the two new _get_type() functions which are needed
3124           by the python bindings.
3125
3126 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
3127
3128         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
3129         Cast glong to time_t as time_t might have a different type on
3130         other platforms, like FreeBSD, and we get a compiler warning
3131         otherwise. Fixes bug #511825.
3132
3133 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
3134
3135         * gst-libs/gst/audio/gstaudiofilter.c:
3136         (gst_audio_filter_class_init):
3137         Initialize the GstRingerBuffer class to get it's debug category
3138         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
3139         category and otherwise we get some g_critical(). Fixes bug #512334.
3140
3141 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
3142
3143         * configure.ac:
3144         Back to CVS
3145
3146 === release 0.10.16 ===
3147
3148 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
3149
3150         * configure.ac:
3151           releasing 0.10.16, "Scheduled Interruption"
3152
3153 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
3154
3155         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3156
3157         * gst-libs/gst/rtp/gstrtpbuffer.c:
3158         (gst_rtp_buffer_get_extension_data):
3159         Fix typos and wrong extension check. Fixes #511274.
3160
3161 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
3162
3163         * po/sk.po:
3164         Oops - add new sk.po mentioned in the LINGUAS I just committed
3165
3166 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
3167
3168         * po/LINGUAS:
3169         Add ca translation to the disted list.
3170
3171         * win32/vs6/libgstsdp.dsp:
3172         Convert line endings to CRLF
3173
3174 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
3175
3176         * win32/MANIFEST:
3177         Add win32/vs6/libgstrtsp.dsp to MANIFEST
3178
3179 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
3180
3181         * win32/common/libgstsdp.def:
3182         * win32/common/libgstvideo.def:
3183         Add new API declarations
3184
3185 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
3186
3187         * ext/theora/gsttheoradec.h:
3188         * ext/theora/gsttheoraparse.h:
3189         * ext/theora/theoradec.c:
3190         * ext/theora/theoraparse.c:
3191         Take a 2nd stab at handling libtheora granulepos changes in the decoder
3192         and parser by inspecting the bitstream version of the incoming data.
3193
3194 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
3195
3196         * configure.ac:
3197         * pkgconfig/Makefile.am:
3198         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
3199         * pkgconfig/gstreamer-audio.pc.in:
3200         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
3201         * pkgconfig/gstreamer-cdda.pc.in:
3202         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
3203         * pkgconfig/gstreamer-fft.pc.in:
3204         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
3205         * pkgconfig/gstreamer-floatcast.pc.in:
3206         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
3207         * pkgconfig/gstreamer-interfaces.pc.in:
3208         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
3209         * pkgconfig/gstreamer-netbuffer.pc.in:
3210         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
3211         * pkgconfig/gstreamer-pbutils.pc.in:
3212         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
3213         * pkgconfig/gstreamer-riff.pc.in:
3214         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
3215         * pkgconfig/gstreamer-rtp.pc.in:
3216         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
3217         * pkgconfig/gstreamer-rtsp.pc.in:
3218         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
3219         * pkgconfig/gstreamer-sdp.pc.in:
3220         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
3221         * pkgconfig/gstreamer-tag.pc.in:
3222         * pkgconfig/gstreamer-video-uninstalled.pc.in:
3223         * pkgconfig/gstreamer-video.pc.in:
3224         Provide one pkg-config file for every gst-plugins-base library.
3225         This makes linking to those libraries much more intuitive and
3226         provides standard pkg-config behaviour for them. Fixes bug #499697.
3227
3228 2008-01-13  David Schleef  <ds@schleef.org>
3229
3230         * gst/videoscale/vs_4tap.c:
3231           Fix valgrind error on 4tap scaling method.
3232
3233 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
3234
3235         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
3236         Include Winsock2.h for VS6 and use a different way initialize
3237         hints structure so it can build with VS6.
3238         * win32/MANIFEST:
3239         * win32/vs6/libgstsdp.dsp:
3240         * win32/common/libgstsdp.def:
3241         Add new files for libgstsdp.
3242         * win32/vs6/grammar.dsp:
3243         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
3244         * win32/vs6/gst_plugins_base.dsw:
3245         * win32/vs6/libgstdecodebin.dsp:
3246         * win32/vs6/libgstdecodebin2.dsp:
3247         * win32/vs6/libgstplaybin.dsp:
3248         * win32/vs6/libgstvolume.dsp:
3249         Add new dependencies to the link list.
3250
3251 2008-01-13  Julien Moutte  <julien@fluendo.com>
3252
3253         * win32/common/config.h:
3254         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
3255         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
3256         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
3257         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
3258         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
3259         * win32/common/interfaces-enumtypes.c:
3260         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
3261         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
3262         (gst_mixer_track_flags_get_type),
3263         (gst_tuner_channel_flags_get_type):
3264         * win32/common/multichannel-enumtypes.c:
3265         (gst_audio_channel_position_get_type):
3266         * win32/common/pbutils-enumtypes.c:
3267         (gst_install_plugins_return_get_type):
3268         * win32/common/pbutils-enumtypes.h: Update/Add generated files
3269         in the win32 build directory.
3270
3271 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
3272
3273         * tests/check/Makefile.am:
3274         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
3275
3276         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
3277         * tests/check/elements/playbin.c:
3278         * tests/check/libs/mixer.c: (test_element_interface_supported),
3279         (gst_implements_interface_init):
3280         * tests/check/libs/rtp.c: (GST_START_TEST):
3281         Fix various assignment type mismatches.
3282
3283 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
3284
3285         * configure.ac:
3286         * gst-libs/gst/rtsp/Makefile.am:
3287         Add test to see if hstrerror is available or if we need libresolv
3288         (Solaris) for it, then use it in libgstrtsp.
3289
3290 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
3291
3292         * gst-libs/gst/tag/Makefile.am:
3293         Fix include path order
3294
3295 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
3296
3297         * gst-libs/gst/pbutils/install-plugins.c:
3298         (gst_install_plugins_context_copy),
3299         (gst_install_plugins_context_get_type):
3300         * gst-libs/gst/pbutils/install-plugins.h:
3301         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
3302         for bindings.
3303
3304 2008-01-11  Michael Smith <msmith@fluendo.com>
3305
3306         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
3307         (_theora_granule_frame), (_theora_granule_start_time),
3308         (theora_dec_sink_convert), (theora_dec_decode_buffer):
3309           Adapt for post-alpha meaning of granulepos, when we
3310           have a newer version of libtheora.
3311         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3312         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
3313         (theora_enc_is_discontinuous), (theora_enc_chain):
3314           Likewise.
3315         * tests/check/Makefile.am:
3316           Link libtheora into theoraenc test so we can check which version of
3317           libtheora we're testing against.
3318         * tests/check/pipelines/theoraenc.c: (check_libtheora),
3319         (check_buffer_granulepos),
3320         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
3321         (theoraenc_suite):
3322           Adapt tests to check the values that are now defined for theora; make
3323           the tests backwards-adapt the passed values if we're running against an
3324           old libtheora.
3325           Fixes #497964
3326
3327 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
3328
3329         * gst-libs/gst/audio/gstbaseaudiosink.c:
3330           (gst_base_audio_sink_class_init):
3331         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3332           (gst_base_audio_src_class_init):
3333           Ref audio clock class from a thread-safe context to make sure
3334           we're not bit by GObjects lack of thread-safety here (#349410),
3335            however unlikely that may be in practice.
3336
3337 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
3338
3339         * autogen.sh:
3340           Add -Wno-portability to the automake parameters to stop warnings
3341           about GNU make extensions being used. We require GNU make in almost
3342           every Makefile anyway.
3343           
3344         * configure.ac:
3345           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
3346           at the same time is required for per target flags.
3347
3348 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
3349
3350         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
3351           Post an error message if we can't pull as many bytes as we need
3352           for the tag. This makes sure the user gets to see a proper error
3353           message if a file with a partial ID3 tag is fed to decodebin, and
3354           not a 'no ID3 tag demuxer' error, which would be confusing
3355           (see #508138).
3356
3357 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
3358
3359         * gst-libs/gst/pbutils/descriptions.c: (formats):
3360           Add description strings for ID3, APE, and ICY tags.
3361
3362 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
3363
3364         * gst/playback/gstdecodebin.c: (try_to_link_1):
3365           Make sure we error out correctly if we can't activate one of
3366           the elements we've added.  Fixes #508138.
3367           
3368 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
3369
3370         Patch by: Bastien Nocera <hadess at hadess net>
3371
3372         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
3373           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
3374           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
3375           the volume is the same for all channels. This works around
3376           some problem in alsa that leaves us with inconsistent state
3377           for some reason (#486840).
3378
3379 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
3380
3381         Patch by: Jerone Young <jerone at gmail com>
3382
3383         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
3384           If there's no mixer track by the name of 'Master' or 'Front',
3385           check if there's one called 'PCM' before trying the generic
3386           fallback logic (fixes #506928, where we pick 'Mic' as master
3387           track for the AD1984 card in a Thinkpad T61/X61 laptop).
3388
3389 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3390
3391         * gst/playback/gstplay-enum.c:
3392         (register_gst_autoplug_select_result),
3393         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
3394         (gst_play_flags_get_type):
3395         * gst/playback/gstplay-enum.h:
3396         Add enums for configuration flags.
3397
3398         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3399         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
3400         (gst_play_bin_get_property), (no_more_pads_cb),
3401         (autoplug_select_cb), (gst_play_bin_change_state):
3402         Merge mode with flags.
3403         Add more property getters/setters, defaults and docs.
3404         Add properties to get number of audio/video/text streams.
3405         Create sink object in _init so that we can always rely on it being
3406         there.
3407
3408         * gst/playback/gstplaysink.c: (gst_play_sink_init),
3409         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
3410         (activate_vis), (gst_play_sink_reconfigure),
3411         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
3412         (gst_play_sink_change_state):
3413         * gst/playback/gstplaysink.h:
3414         Use flags to configure the sink pipelines.
3415         Add tee before audio pipeline so that we can use it for visualisations.
3416         Start working on integrating visualisations.
3417         Remove mode, we can do everything with the flags now.
3418         Add method to configue the sink pipeline.
3419
3420 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
3421
3422         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
3423           (check_buffer_timestamp), (check_buffer_duration):
3424           Turn these functions into macros so we can see right away
3425           where the failure occured.
3426
3427 2008-01-05  Julien Moutte  <julien@fluendo.com>
3428
3429         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
3430         debugging information to understand how X calculates the stride
3431         for XvImages.
3432
3433 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
3434
3435         * gst/volume/Makefile.am:
3436         * gst/volume/gstvolume.c: (volume_choose_func),
3437         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
3438         (volume_setup):
3439         * gst/volume/gstvolume.h:
3440         Use GstAudioFilter as base class for the volume element instead of
3441         plain GstBaseTransform.
3442
3443 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
3444
3445         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
3446         Don't set element details for the abstract GstAudioFilter class.
3447
3448 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
3449
3450         * gst-libs/gst/audio/gstaudiofilter.c:
3451         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
3452         Implement get_unit_size() vmethod of GstBaseTransform.
3453
3454 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
3455
3456         * gst-libs/gst/pbutils/Makefile.am:
3457         * gst-libs/gst/pbutils/pbutils.h:
3458         Use glib-enum generator to have a proper enum GType for
3459         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
3460
3461 2007-12-31  David Schleef  <ds@schleef.org>
3462
3463         * tests/check/Makefile.am:
3464         * tests/check/pipelines/theoraenc.c:
3465           Reenable theoraenc test, which fails on the buildbot but
3466           not locally.
3467
3468 2007-12-31  David Schleef  <ds@schleef.org>
3469
3470         * docs/libs/.cvsignore:
3471         * docs/plugins/.cvsignore:
3472           Add *-undeclared.txt to fix buildbot.
3473
3474 2007-12-31  David Schleef  <ds@schleef.org>
3475
3476         * tests/check/Makefile.am:
3477           Second attempt at disabling theoraenc test long enough to
3478           get buildbot to compile -base.
3479
3480 2007-12-31  David Schleef  <ds@schleef.org>
3481
3482         * tests/check/pipelines/theoraenc.c:
3483           Disable theoraenc test long enough to get the buildbot to
3484           compile a recent -base.
3485
3486 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3487
3488         * tests/examples/seek/seek.c: (stop_cb):
3489         Make sure we reset the slider value to 0.0 without racing against a
3490         possible g_idle that sets it to something else.
3491
3492 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
3493
3494         * sys/ximage/ximagesink.c:
3495         fix typo
3496
3497 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
3498
3499         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
3500         * gst-libs/gst/rtsp/gstrtspdefs.h:
3501         Add Location header so that we can start implementing redirects.
3502         See #506025.
3503
3504 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
3505
3506         * gst/subparse/gstssaparse.c:
3507         combine if's
3508
3509 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
3510
3511         * gst/subparse/gstssaparse.c:
3512         remove duplicate log message
3513
3514 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
3515
3516         * ext/libvisual/visual.c: (gst_visual_chain):
3517         Fix 'xyz may be used uninitialized' compiler warnings caused
3518         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
3519         abort() in any case but properly report the error.
3520
3521 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3522
3523         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3524         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3525         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
3526         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
3527         (autoplug_select_cb), (activate_group), (deactivate_group),
3528         (setup_next_source), (save_current_group),
3529         (gst_play_bin_change_state):
3530         Code cleanups.
3531         Remove next-uri, we can use the uri property just fine.
3532         Fix some crasher.
3533         Unref uridecodebin when switching.
3534         Fix going to READY.
3535
3536         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3537         (gst_play_sink_init), (gst_play_sink_dispose),
3538         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
3539         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
3540         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
3541         (gst_play_sink_set_property), (gst_play_sink_get_property),
3542         (gen_video_chain), (gen_text_element), (gen_audio_chain),
3543         (gen_vis_element), (gst_play_sink_get_mode),
3544         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
3545         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
3546         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
3547         (gst_play_sink_change_state):
3548         * gst/playback/gstplaysink.h:
3549         Add some locking to make things threadsafe.
3550
3551         * gst/playback/test7.c: (about_to_finish_cb):
3552         Fix test.
3553
3554 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
3555
3556         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
3557           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
3558           (gst_video_scale_transform):
3559           Don't claim to be able to handle/transform caps that can't really
3560           be handled by the currently selected scaling method (here: RGB or
3561           packed YUV with 4-tap method). Also add locking to method property.
3562
3563         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
3564           (test_basetransform_based):
3565           Some test pipelines for the above (not entirely valgrind clean yet
3566           apparently).
3567
3568 2007-12-21  David Schleef  <ds@schleef.org>
3569
3570         * gst-libs/gst/video/video.c:
3571         * gst-libs/gst/video/video.h:
3572           Add additional RGBA and RGB-24 video formats.
3573
3574 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
3575
3576         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
3577           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
3578           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
3579         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
3580           (cddabasesrc_suite):
3581           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
3582           deprecated in the future (see #498924).
3583
3584 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
3585
3586         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
3587           Don't leak event.
3588
3589 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
3590
3591         * gst-libs/gst/riff/riff-read.c:
3592         Use GST_ROUND_UP_2 macro
3593
3594 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
3595
3596         * gst/playback/.cvsignore:
3597           Ignore more.
3598
3599 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
3600
3601         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3602         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
3603           (set_active_source):
3604         * gst/playback/gstplaybasebin.h:
3605         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3606           (setup_sinks), (playbin_set_subtitles_visible):
3607           Make switching off of subtitles work. To avoid all kind of
3608           problems with unlinking of the subtitle input, we just keep
3609           the subtitle inputs linked as they are and tell textoverlay
3610           not to render them. Fixes #373011.
3611           Other subtitle switching issues (esp. when there are both
3612           external and in-stream subtitles) remain. They'll be solved
3613           in playbin2.
3614
3615 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3616
3617         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
3618         Init the pad segment too.
3619
3620 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3621
3622         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
3623         (gst_audioringbuffer_open_device),
3624         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
3625         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3626         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
3627         (gst_audio_sink_create_ringbuffer):
3628         Improve debug output.
3629
3630         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
3631         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
3632         Prevent some functions from doing things and failing when the
3633         ringbuffer is not yet acquired.
3634
3635 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
3636
3637         * gst-libs/gst/interfaces/interfaces.h:
3638           Also remove interfaces.h from CVS as it is not needed anymore.
3639
3640 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
3641
3642         * gst-libs/gst/interfaces/Makefile.am:
3643           interfaces.h is not used anymore so remove it from the build
3644           process.
3645
3646 2007-12-17  David Schleef  <ds@schleef.org>
3647
3648         * gst/videotestsrc/gstvideotestsrc.c:
3649         * gst/videotestsrc/gstvideotestsrc.h:
3650           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
3651           for testing vertical refresh synchronization.
3652
3653 2007-12-17  David Schleef  <ds@schleef.org>
3654
3655         * docs/libs/gst-plugins-base-libs-sections.txt:
3656         * gst-libs/gst/video/video.c:
3657         * gst-libs/gst/video/video.h:
3658           Add new GstVideFormat enum and write a bunch of helper functions
3659           based around it.
3660
3661 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
3662
3663         * Makefile.am:
3664           Use new common/win32.mak.
3665
3666 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3667
3668         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3669         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3670         Add debug info.
3671         When going from PLAYING to PAUSED, pause the ringbuffer before calling
3672         the parent state change function, just like the audiosink, because the
3673         parent waits for the element to finish its processing before completing
3674         the state change. This makes going to PAUSED a lot snappier.
3675         When going from READY to PAUSED, don't allow the ringbuffer to start
3676         yet.
3677
3678 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
3679
3680         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3681         Yet another fix for broken software that produce files with an empty
3682         blockalign field. Instead of completely failing, make a second attempt
3683         at guessing the width/depth by looking at strf->size.
3684
3685 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
3686
3687         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
3688           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
3689         * gst-libs/gst/pbutils/install-plugins.c:
3690           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
3691         * gst-libs/gst/pbutils/missing-plugins.c:
3692           (gst_missing_plugin_message_get_installer_detail),
3693           (gst_missing_encoder_installer_detail_new):
3694         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
3695         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
3696           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
3697           avoid compiler warnings (#503930).
3698
3699 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
3700
3701         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3702         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
3703         for jpeg video streams.
3704         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
3705         for the above modification.
3706
3707 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
3708
3709         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
3710           (gst_x_overlay_handle_events):
3711           More guards (we don't want klass to end up being NULL).
3712
3713 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
3714
3715         * configure.ac:
3716         * gst/volume/gstvolume.c: (gst_volume_init):
3717           Use new gst_base_transform_set_gap_aware() function as volume
3718           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
3719           for this.
3720
3721 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3722
3723         * tests/examples/seek/seek.c: (msg_segment_done), (main):
3724         Don't go to READY on EOS as this avoids testing of seeking and
3725         restarting after EOS, use the stop button when you want to READY.
3726         Don't try to do a flushing seek in segment-done, it does not make
3727         sense to use this for gapless playback and is not needed.
3728
3729 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3730
3731         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
3732         (reset_rate_timer), (update_in_rates), (update_out_rates),
3733         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
3734         (gst_queue_chain), (gst_queue_loop):
3735         Use separate timers for input and output rates.
3736         Pause measuring the output rate when we block for more data.
3737         See #503262.
3738
3739 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3740
3741         * gst/playback/gstqueue2.c: (gst_queue_chain):
3742         Pause the timer to measure the input rate when we block because the
3743         queue is filled. See #503262.
3744
3745 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3746
3747         Patch by: Peter Kjellerstedt  <pkj at axis com>
3748
3749         * gst-libs/gst/rtsp/gstrtspconnection.c:
3750         (gst_rtsp_connection_free):
3751         Close control sockets. Fixes #503440.
3752
3753 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3754
3755         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
3756         Expose the right pad in the right place with the right element.
3757
3758 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
3759
3760         * gst-libs/gst/pbutils/descriptions.c: (formats):
3761           Add description for 'private' dts caps (who come up with that name?).
3762
3763 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
3764
3765         * Makefile.am:
3766           Add check-exports target and run it with 'make check'.
3767
3768         * configure.ac:
3769           Be stricter about what we export in our libraries: change regexp so that
3770           we only export _gst_foo(), but not __gst_foo().
3771
3772         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
3773         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
3774           Change internal functions to __gst_foo so they dont' get exported.
3775
3776         * win32/common/libgstaudio.def:
3777           Add missing symbols.
3778
3779 2007-12-11  David Schleef  <ds@schleef.org>
3780
3781         * ChangeLog: remove conflict markers
3782
3783 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
3784
3785         * ext/gnomevfs/Makefile.am:
3786         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
3787           Use gst_tag_freeform_string_to_utf8() here, which also takes
3788           into account any character sets specified by the user via
3789           environment variables.
3790
3791 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
3792
3793         * gst/audioconvert/Makefile.am:
3794         Also link to libm.
3795
3796 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
3797
3798         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3799         No need for floating point operations here. avoids having to link
3800         against the math library too.
3801
3802 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
3803
3804         * gst-libs/gst/pbutils/descriptions.c: (formats),
3805           (format_info_get_desc):
3806         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
3807           (GST_START_TEST):
3808           Add one or two missing formats.  Generate ADPCM description
3809           dynamically depending on layout/format.
3810
3811 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
3812
3813         * configure.ac:
3814           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
3815
3816 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
3817
3818         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
3819
3820         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
3821           Some .srt files start with chunk number 0 and not chunk number 1,
3822           recognise and accept those as well (fixes #502497).
3823
3824         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
3825           (test_src):
3826           Add unit test for the above.
3827
3828 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
3829
3830         * gst/playback/gstplay-enum.c:
3831         (register_gst_autoplug_select_result),
3832         (gst_autoplug_select_result_get_type):
3833         * gst/playback/gstplay-enum.h:
3834         Add missing files.
3835
3836 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
3837
3838         * gst/playback/Makefile.am:
3839         Group decodebin2 and uridecodebin into the same plugin so that they
3840         can share the GEnumType.
3841
3842         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
3843         (_gst_select_accumulator), (gst_decode_bin_class_init),
3844         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
3845         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
3846         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
3847         Add signal to sort factories instead of the more awkward autoplug-select
3848         signal.
3849         Modify autoplug_select so that we can try, skip or expose the
3850         autopluggin of an element on a pad.
3851
3852         * gst/playback/gstfactorylists.c: (compare_ranks),
3853         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
3854         (element_filter), (gst_factory_list_get_elements),
3855         (gst_factory_list_debug), (gst_factory_list_filter):
3856         * gst/playback/gstfactorylists.h:
3857         Simplify the API, allow getting elements based on mask.
3858
3859         * gst/playback/gstplay-marshal.list:
3860         Add some more marshallers.
3861
3862         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
3863         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
3864         (autoplug_select_cb), (activate_group):
3865         Add support for managing non-raw sinks by providing a custom element and
3866         sink list to decodebin2.
3867         Try to plug non-raw sinks when decodebin2 using autoplug-select of
3868         decodebin2.
3869
3870         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
3871         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
3872         * gst/playback/gstplaysink.h:
3873         Add support for raw and non-raw sinks. 
3874         Add support to force sinks selected by playbin2.
3875         Don't plug raw converters for non-raw sinks.
3876
3877         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
3878         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
3879         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
3880         (plugin_init):
3881         Use right accumulators.
3882         Proxy new signal.
3883
3884 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
3885
3886         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3887         Use runnning time as the base time instead of the timestamp.
3888         Spotted by Saur on IRC.
3889
3890 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
3891
3892         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3893         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
3894
3895 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
3896
3897         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
3898         (gst_ogg_demux_read_chain):
3899         If we find a new serial number but it does not contain a BOS page, make
3900         sure we initialize the chain to NULL because else we will try to scan it
3901         and crash. Fixes #500763
3902
3903 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
3904
3905         * gst/playback/Makefile.am:
3906         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
3907         (get_feature_array), (decoders_filter), (sinks_filter),
3908         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
3909         (gst_factory_list_filter):
3910         * gst/playback/gstfactorylists.h:
3911         Refactor some common code to filter factories and check caps compat.
3912
3913         * gst/playback/gstdecodebin.c:
3914         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3915         (gst_decode_bin_init), (gst_decode_bin_dispose),
3916         (gst_decode_bin_autoplug_continue),
3917         (gst_decode_bin_autoplug_factories),
3918         (gst_decode_bin_autoplug_select), (analyze_new_pad),
3919         (find_compatibles):
3920         * gst/playback/gstplaybin.c:
3921         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3922         (gst_play_bin_init), (gst_play_bin_finalize),
3923         (autoplug_factories_cb), (activate_group):
3924         * gst/playback/gstqueue2.c:
3925         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
3926         (proxy_autoplug_continue_signal),
3927         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
3928         (proxy_drained_signal):
3929         Add some more debug info and use factor filtering code.
3930
3931 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
3932
3933         * gst/audiotestsrc/gstaudiotestsrc.c:
3934         * gst/volume/gstvolume.c:
3935         * gst/volume/gstvolume.h:
3936           Add GAP-flag support.
3937
3938 2007-11-24  Julien MOUTTE  <julien@moutte.net>
3939
3940         * tests/examples/seek/seek.c: (main): Increase the range of the
3941         rate selector as I would like to test QOS behavior at higher
3942         forward and reverse playback speed like say 64x.
3943
3944 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
3945
3946         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
3947         (audioresample_query), (audioresample_query_type),
3948         (gst_audioresample_set_property):
3949         Implement latency query.
3950
3951 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
3952
3953         * gst-libs/gst/audio/gstbaseaudiosink.c:
3954         (gst_base_audio_sink_drain):
3955         Our EOS time contains the base_time, _wait_eos() expects a running_time
3956         so we have to subtract the base_time again before calling the function.
3957         This fixes an EOS regression where the base_time was added twice and EOS
3958         took longer and longer in certain situations.
3959         Fixes #498767.
3960
3961 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
3962
3963         * docs/libs/gst-plugins-base-libs-sections.txt:
3964         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
3965         (gst_base_audio_sink_set_provide_clock),
3966         (gst_base_audio_sink_get_provide_clock),
3967         (gst_base_audio_sink_set_slave_method),
3968         (gst_base_audio_sink_get_slave_method),
3969         (gst_base_audio_sink_set_property),
3970         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
3971         (gst_base_audio_sink_none_slaving),
3972         (gst_base_audio_sink_handle_slaving):
3973         * gst-libs/gst/audio/gstbaseaudiosink.h:
3974         Expose methods for some object properties so that subclasses can more
3975         easily configure them.
3976         Added slave method none, that completely disables slaving to the
3977         internal clock.
3978         API: gst_base_audio_sink_set_provide_clock()
3979         API: gst_base_audio_sink_get_provide_clock()
3980         API: gst_base_audio_sink_set_slave_method()
3981         API: gst_base_audio_sink_get_slave_method()
3982
3983         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3984         (gst_base_audio_src_set_provide_clock),
3985         (gst_base_audio_src_get_provide_clock),
3986         (gst_base_audio_src_set_property),
3987         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3988         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3989         Expose methods for some object properties so that subclasses can more
3990         easily configure them.
3991         API: gst_base_audio_src_set_provide_clock()
3992         API: gst_base_audio_src_get_provide_clock()
3993
3994 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
3995
3996         Patch by: Joe Peterson <lavajoe at gentoo dot org>
3997
3998         * gst-libs/gst/sdp/gstsdpmessage.c:
3999         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
4000
4001 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
4002
4003         * tests/check/libs/fft.c: (GST_START_TEST):
4004         Fix scaling to really have dB instead of something else.
4005
4006 2007-11-19  Julien MOUTTE  <julien@moutte.net>
4007
4008         * tests/examples/seek/seek.c: (main): There's a nice macro to check
4009         GTK version, use it.
4010
4011 2007-11-19  Julien MOUTTE  <julien@moutte.net>
4012
4013         * tests/examples/seek/seek.c: (main): Try to support stable version
4014         of GTK.
4015
4016 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
4017
4018         * gst/playback/README:
4019         * gst/playback/test7.c:
4020           Fix the build + little README update.
4021
4022 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
4023
4024         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
4025         Add playbin2 seek pipeline.
4026
4027 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
4028
4029         * gst/playback/Makefile.am:
4030         * gst/playback/gstplayback.c: (plugin_init):
4031         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
4032         (eos_cb), (about_to_finish_cb), (main):
4033         Add playbin2.
4034         Added gapless playback example.
4035
4036         * gst/playback/gstplaybasebin.c:
4037         * gst/playback/gstplaybasebin.h:
4038         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
4039         * gst/playback/gstqueue2.c:
4040         * gst/playback/test.c:
4041         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
4042         (pad_removed_cb):
4043         * gst/playback/gststreaminfo.h:
4044         Change email.
4045
4046         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
4047         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
4048         (gst_play_bin_dispose), (gst_play_bin_set_uri),
4049         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
4050         (gst_play_bin_get_property), (gst_play_bin_handle_message),
4051         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
4052         (drained_cb), (unlink_group), (activate_group),
4053         (setup_next_source), (gst_play_bin_change_state),
4054         (gst_play_bin2_plugin_init):
4055         Added raw first version of playbin2. Does chained oggs and gapless
4056         playback fine. No support for raw sinks yet. No visualisations or
4057         subtitles yet.
4058
4059         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
4060         (gst_play_sink_class_init), (gst_play_sink_init),
4061         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4062         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
4063         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
4064         (gst_play_sink_set_property), (gst_play_sink_get_property),
4065         (post_missing_element_message), (free_chain), (add_chain),
4066         (activate_chain), (gen_video_chain), (gen_text_element),
4067         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
4068         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
4069         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
4070         (gst_play_sink_send_event), (gst_play_sink_change_state):
4071         * gst/playback/gstplaysink.h:
4072         Added Element that abstracts the sinks and their pipelines for playbin2.
4073
4074 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
4075
4076         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
4077         (gst_selector_pad_class_init), (gst_selector_pad_init),
4078         (gst_selector_pad_finalize), (gst_selector_pad_reset),
4079         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
4080         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
4081         (gst_selector_pad_chain), (gst_stream_selector_get_type),
4082         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
4083         (gst_stream_selector_init), (gst_stream_selector_set_property),
4084         (gst_stream_selector_get_linked_pad),
4085         (gst_stream_selector_getcaps),
4086         (gst_stream_selector_is_active_sinkpad),
4087         (gst_stream_selector_activate_sinkpad),
4088         (gst_stream_selector_get_linked_pads),
4089         (gst_stream_selector_request_new_pad),
4090         (gst_stream_selector_release_pad):
4091         * gst/playback/gststreamselector.h:
4092         Improve streamselector, make it select and unselect the current pad more
4093         intelligently. 
4094         Subclass GstPad for the sinkpads of the selector.
4095         Handle segments more correctly.
4096         Fix caps negotiation.
4097         Implement release_pad.
4098
4099 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
4100
4101         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
4102         (gst_decode_group_check_if_drained), (source_pad_event_probe),
4103         (remove_fakesink):
4104         Add drained signal fired when decodebin finishes decoding the data.
4105         Remove deprecated STATE_DIRTY message.
4106
4107         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
4108         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
4109         (analyse_source), (proxy_drained_signal), (make_decoder),
4110         (source_new_pad), (value_list_append_structure_list),
4111         (handle_redirect_message), (handle_message):
4112         Proxy the new drained signal.
4113         Handle pad removed from decodebin.
4114         Handle redirect messages by sorting multiple redirections based on the
4115         connection speed.
4116
4117 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
4118
4119         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4120
4121         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4122         Fix leaking headers. Fixes #496761.
4123
4124 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
4125
4126         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4127
4128         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
4129         (gst_ximagesink_change_state):
4130         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
4131         Don't leak the PAR on errors. Fixes #496731.
4132
4133 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4134
4135         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
4136           (gst_tag_from_id3_user_tag):
4137           Add mapping for audio cd discid tags, so we can extract
4138           them from tags as well (see #347848). Also compare identifiers
4139           in ID3v2 TXXX frames in a case-insensitive way to increase
4140           compatibility when reading tags (discid vs. DiscID vs. DiscId).
4141
4142 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
4143
4144         * gst-plugins-base.doap:
4145         Oops, fix the release name.
4146
4147 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
4148
4149         * gst-plugins-base.doap:
4150         Add 0.10.15 release
4151
4152 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
4153
4154         * configure.ac:
4155         Back to CVS
4156
4157 === release 0.10.15 ===
4158
4159 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
4160
4161         * configure.ac:
4162           releasing 0.10.15, "No need to argue"
4163
4164 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
4165
4166         * win32/vs6/libgstfft.dsp:
4167         Convert line endings to DOS.
4168
4169 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
4170
4171         * win32/vs6/gst_plugins_base.dsw:
4172         * win32/vs6/libgstfft.dsp:
4173         * win32/MANIFEST:
4174         Add a project file for fft plugin and remove socket
4175         based plugin which don't build from the workspace.
4176         * win32/vs6/libgstaudio.dsp:
4177         * win32/vs6/libgstrtp.dsp:
4178         * win32/vs6/libgsttag.dsp:
4179         Convert line endings back to DOS.
4180         Fixes #496724
4181
4182 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
4183
4184         * win32/vs6/libgstinterfaces.dsp:
4185         * win32/vs6/libgstrtsp.dsp:
4186         Convert line endings back to DOS
4187
4188 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
4189
4190         * gst-libs/gst/fft/kiss_fft_f32.h:
4191         * gst-libs/gst/fft/kiss_fft_f64.h:
4192         * gst-libs/gst/fft/kiss_fft_s16.h:
4193         * gst-libs/gst/fft/kiss_fft_s32.h:
4194         Don't include malloc.h which doesn't exist on Mac OSX.
4195         Instead, pull in glib.h and use g_malloc/g_free for 
4196         consistency. Fixes: #496548
4197
4198 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
4199
4200         * gst/playback/gstdecodebin2.c:
4201           Dont leak ghostpad. Fixes #475451.
4202
4203 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
4204
4205         * docs/design/design-decodebin.txt:
4206         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
4207         Update some more docs and comments.
4208
4209 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
4210
4211         Patch by: Sebastien Moutte  <sebastien moutte net>
4212
4213         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
4214           (gst_rtcp_unix_to_ntp):
4215         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
4216           Fix some C99-isms and and a missing function that some versions of
4217           MSVC don't like too much (#494346).
4218
4219         * win32/vs6/gst_plugins_base.dsw:
4220         * win32/vs6/libgstaudio.dsp:
4221         * win32/vs6/libgstrtp.dsp:
4222         * win32/vs6/libgsttag.dsp:
4223           Update vs6 projects files (#494346).
4224
4225 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
4226
4227         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4228
4229         * win32/common/libgstaudio.def:
4230         * win32/common/libgstcdda.def:
4231         * win32/common/libgstinterfaces.def:
4232         * win32/common/libgstnetbuffer.def:
4233         * win32/common/libgstpbutils.def:
4234         * win32/common/libgstrtp.def:
4235         * win32/common/libgstrtsp.def:
4236         * win32/common/libgsttag.def:
4237         * win32/common/libgstvideo.def:
4238           More missing symbols to export (fixes #493986).
4239
4240 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
4241
4242         * docs/libs/gst-plugins-base-libs-sections.txt:
4243         * gst-libs/gst/fft/gstfftf32.c:
4244         * gst-libs/gst/fft/gstfftf32.h:
4245         * gst-libs/gst/fft/gstfftf64.c:
4246         * gst-libs/gst/fft/gstfftf64.h:
4247         * gst-libs/gst/fft/gstffts16.c:
4248         * gst-libs/gst/fft/gstffts16.h:
4249         * gst-libs/gst/fft/gstffts32.c:
4250         * gst-libs/gst/fft/gstffts32.h:
4251         * tests/check/libs/fft.c: (GST_START_TEST):
4252         Remove the magnitude and phase calculation functions as these have
4253         very special use cases and can't even be used for the spectrum
4254         element. Also adjust the docs to mention some properties of the used
4255         FFT implemention, i.e. how the values are scaled. Fixes #492098.
4256
4257 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
4258
4259         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
4260           (finish_source):
4261           Avoid crash when there are external subtitles (fixes #491722).
4262
4263 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
4264
4265         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4266         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
4267           'Could not open resource for writing' is not an acceptable
4268           error message when we can't open the audio device (see #492334),
4269           even less so when we're trying to open it to record something.
4270
4271 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
4272
4273         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4274
4275         * win32/common/libgstrtp.def:
4276           Add some more missing symbols (#492813).
4277
4278 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
4279
4280         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
4281
4282         * tests/check/elements/audioconvert.c: (verify_convert):
4283           Add check to make sure that the out caps have a channel layout
4284           set on them where they should have one.
4285
4286 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
4287
4288         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4289
4290         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
4291         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
4292           Include our own _stdint.h instead of sys/types.h, makes MingW happy
4293           (#492306).
4294
4295         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
4296           Use _pipe directly, GLib doesn't have a pipe() macro any longer
4297           (it disappeared in GLib 2.14.0) (#492306).
4298
4299         * gst-libs/gst/sdp/Makefile.am:
4300         * gst-libs/gst/sdp/gstsdpmessage.c:
4301           Fix includes and LIBS for win32/Mingw (#492306).
4302
4303         * tests/examples/dynamic/addstream.c (pause_play_stream):
4304           Use more portable g_usleep() instead of sleep() (#492306).
4305
4306 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
4307
4308         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4309
4310         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4311           (gst_ring_buffer_parse_caps):
4312           Return NULL instead of an enum that happens to be 0, fixes warning
4313           on MSVC (#492114).
4314
4315         * gst-libs/gst/audio/gstringbuffer.h:
4316           No trailing commas in enum list (for gcc-2.9x).
4317
4318         * gst/videotestsrc/videotestsrc.c: (random_char):
4319           Make information loss explicit instead of implicitly truncating to
4320           eight bits via the return value.  Fixes runtime error on MSVC when
4321           using the debug CRT (#492114).
4322
4323         * win32/common/config.h.in:
4324           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
4325
4326         * win32/common/libgstinterfaces.def:
4327         * win32/common/libgstrtp.def:
4328           Export a few more symbols (#492114).
4329
4330 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
4331
4332         * gst-libs/gst/audio/audio.c:
4333         * gst-libs/gst/audio/audio.h:
4334           Readd the deprecation guards, but preserve compilability.
4335
4336 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
4337
4338         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
4339           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
4340           Preserve channel layout when fixating the number of channels in the
4341           output caps, or make sure there's a suitable channel position layout
4342           set on the caps if required. Fixes #430677.
4343
4344 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
4345
4346         * tests/check/elements/decodebin.c: (test_text_plain_streams):
4347           Make sure the pipeline really operates in push mode as it should
4348           in this case.
4349
4350 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
4351
4352         * gst-libs/gst/audio/audio.h:
4353           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
4354           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
4355           (ie. normal cvs builds) will fail.
4356
4357 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
4358
4359         * docs/libs/Makefile.am:
4360         * gst-libs/gst/audio/audio.c:
4361         * gst-libs/gst/audio/audio.h:
4362         * gst-libs/gst/interfaces/mixer.c:
4363           tell gtk-doc about the deprecation guard. Apply more doc fixes.
4364
4365 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
4366
4367         * tests/check/libs/audio.c: (init_value_to_channel_layout),
4368           (test_channel_layout_value_intersect), (audio_suite):
4369           Add simple unit test to make sure GstValue intersection
4370           of channel layouts works the way I think it does.
4371
4372 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
4373
4374         * docs/libs/gst-plugins-base-libs-sections.txt:
4375         * gst-libs/gst/audio/gstaudiofilter.h:
4376         * gst-libs/gst/interfaces/mixer.h:
4377         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4378         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4379         * gst-libs/gst/sdp/gstsdpmessage.c:
4380           Fix the docs according to what gtk-doc complained about.
4381
4382 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
4383
4384         * tests/icles/stress-playbin.c:
4385           Fix the build.
4386
4387 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
4388
4389         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
4390         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
4391           Post nice/more useful error message if we don't have a decoder for
4392           the primary type.
4393
4394 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
4395
4396         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
4397         Be a bit more useful, unblock the pads after we fired the no-more-pads
4398         signal so that we can use the signal to inspect and connect all pads
4399         without having to keep extra state outside of decodebin.
4400
4401 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
4402
4403         * gst/playback/gsturidecodebin.c:
4404         (gst_uri_decode_bin_autoplug_continue),
4405         (gst_uri_decode_bin_class_init), (no_more_pads_full):
4406         Implement default signal handler so that we return TRUE when nothing is
4407         connected.
4408
4409 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
4410
4411         * gst-libs/gst/riff/riff-media.c:
4412         (gst_riff_wavext_add_channel_layout),
4413         (gst_riff_wave_add_default_channel_layout),
4414         (gst_riff_wavext_get_default_channel_mask),
4415         (gst_riff_create_audio_caps):
4416         Use the ALSA channel layout as default for wav files without channel
4417         layout information. This fixes playback of chan-id.wav on 5.1 systems
4418         for example. Also refactor the channel layout setting a bit and add
4419         more default channel orders. Fixes #489010.
4420
4421 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
4422
4423         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
4424           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
4425           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
4426           instead.
4427
4428 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
4429
4430         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
4431         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
4432         (gst_decode_bin_set_subs_encoding),
4433         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
4434         (gst_decode_bin_get_property), (analyze_new_pad):
4435         Move subtitle encoding property to decodebin2 so that it can set the
4436         property value on all elements that it autoplugs and that require it.
4437         Make caps refcounting more consistent in get/set.
4438
4439         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
4440         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
4441         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
4442         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
4443         (proxy_autoplug_continue_signal),
4444         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
4445         (make_decoder):
4446         Proxy properties and relevant signals from the internal decodebin.
4447         Make properties MT safe.
4448
4449 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
4450
4451         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
4452         * gst-libs/gst/tag/tags.c:
4453           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
4454           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
4455
4456         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
4457           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
4458
4459         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
4460           (gst_tag_to_vorbis_comments):
4461           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
4462           just mapping everything I found in the wild) (#414539).
4463
4464 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
4465
4466         Inspired by patch of: René Stadler <mail at renestadler dot de>
4467
4468         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
4469         (gst_decode_bin_autoplug_continue),
4470         (gst_decode_bin_autoplug_factories),
4471         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
4472         (find_compatibles):
4473         * gst/playback/gstplay-marshal.list:
4474         Remove the autoplug-sort signal and replace it with a binding friendly
4475         autoplug-select signal.
4476         Add an autoplug-factories signal that can be used to generate a list of
4477         factories to try to autoplug.
4478         Add the GstPad to the autoplugging signal args as it might be needed to
4479         make a good factory selection.
4480         Fix up the marshallers for this. Fixes #407282.
4481
4482 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
4483
4484         * gst-libs/gst/tag/gsttagdemux.c:
4485           Don't abort with an assertion if we receive a seek event with
4486           a start type of NONE (see launchpad bug #155878).
4487
4488 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
4489
4490         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
4491         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
4492         (gst_ximagesink_change_state), (gst_ximagesink_reset):
4493         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
4494         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
4495         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
4496         Make sure that before we clean up the X resources, we shutdown and join
4497         the event thread.
4498         Also make sure the event thread does not shut down immediatly after
4499         startup because the running variable is not yet correctly set.
4500         Fixes #378770. 
4501
4502 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
4503
4504         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
4505         Make the window for a race in typefind and shutting down smaller until
4506         we figure out the right locking here. Avoids #485753 usually.
4507
4508         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
4509         Remove unneeded lock causing a race in typefind and shutting down.
4510         Fixes #485753.
4511
4512         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
4513         Also remove sinks when going to NULL because we might not complete the
4514         state change to PAUSED, causing the PAUSED->READY state change not to
4515         happen.
4516
4517 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
4518
4519         * gst-libs/gst/audio/gstbaseaudiosink.c:
4520         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
4521         Also explicitly release the ringbuffer when going to NULL because it
4522         is required in the setcaps function, before the state change to PAUSED
4523         completes.
4524
4525 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
4526
4527         * tests/icles/.cvsignore:
4528         * tests/icles/Makefile.am:
4529         * tests/icles/stress-playbin.c:
4530           Does what it says on the tin.
4531
4532 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
4533
4534         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
4535         Fix queue negotiation. See #486758.
4536
4537 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4538
4539         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
4540         (gst_xvimagesink_xwindow_new),
4541         (gst_xvimagesink_update_colorbalance),
4542         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
4543
4544         Fix handling of some of the X atoms. If the last parameter is True,
4545         XInternAtom won't create the atom if it doesn't exist, and therefore
4546         might return None. This causes X errors on Xv implementations that
4547         don't provide the colour balance attributes.
4548
4549 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
4550
4551         * gst-libs/gst/tag/gstvorbistag.c:
4552         * tests/check/libs/tag.c:
4553           Extract vorbis comment LICENSE tags correctly.
4554
4555 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
4556
4557         Patch by: Jason Kivlighn  <jkivlighn gmail com>
4558
4559         * gst-libs/gst/tag/gstid3tag.c:
4560         * tests/check/libs/tag.c:
4561           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
4562
4563 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
4564
4565         * gst-libs/gst/tag/gsttagdemux.c:
4566           Don't error out when a buggy downstream element doesn't
4567           handle the newsegment event we send properly (especially
4568           not without posting a meaningful error message on the
4569           bus). See bug #471370 and launchpad bug #136264.
4570
4571 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
4572
4573         * gst-libs/gst/audio/gstbaseaudiosink.c:
4574         (gst_base_audio_sink_drain):
4575         Use new basesink method to make our EOS drain interruptable.
4576
4577 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
4578
4579         * gst-libs/gst/rtp/gstrtppayloads.c:
4580         Fix silly search-replace oversight.
4581
4582 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
4583
4584         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4585
4586         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
4587         (gst_basertppayload_set_outcaps):
4588         Fix caps memleak. Fixes #484989.
4589
4590
4591 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
4592
4593         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4594         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
4595         Fix debug output.
4596
4597 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
4598
4599         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4600         (gst_base_audio_src_create):
4601         Also handle the case where there is no clock set on the audio source,
4602         like in the unit tests.
4603
4604 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4605
4606         * gst-libs/gst/rtp/gstrtppayloads.c:
4607         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
4608         to avoid compiler warnings
4609
4610 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
4611
4612         * gst/playback/gstdecodebin.c: (type_found),
4613         (gst_decode_bin_change_state):
4614         * gst/playback/gstdecodebin2.c: (type_found),
4615         (gst_decode_bin_change_state):
4616         Don't disconnect the have_type signal because we never reconnect it
4617         later on. Instead keep a variable to see if we already detected a type.
4618
4619 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
4620
4621         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
4622         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
4623         (type_found):
4624         Unlink the signal handler when we found the type, we're not going to do
4625         anything sensible with more type_found signals anyway.
4626
4627 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
4628
4629         * gst-libs/gst/tag/gsttagdemux.c:
4630           Don't leak caps.
4631
4632 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
4633
4634         * gst-libs/gst/tag/Makefile.am:
4635         * gst-libs/gst/tag/gsttagdemux.c:
4636         * gst-libs/gst/tag/gsttagdemux.h:
4637           API: add GstTagDemux base class for simple tag demuxers.
4638
4639         * docs/libs/gst-plugins-base-libs-docs.sgml:
4640         * docs/libs/gst-plugins-base-libs-sections.txt:
4641           Add GstTagDemux to docs.
4642
4643 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
4644
4645         * gst-libs/gst/rtp/gstrtpbuffer.c:
4646         (gst_rtp_buffer_get_payload_subbuffer):
4647         Fix bug introduced with last commit which inverted the logic and
4648         caused all buffers to be dropped. Fixes #483620.
4649         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
4650
4651 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
4652
4653         * gst-libs/gst/rtp/gstrtpbuffer.c:
4654           Replace g_return_if_val (as it could be disabled), with regular return
4655           and warning.
4656
4657 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
4658
4659         * tests/check/pipelines/simple-launch-lines.c:
4660           Print message name and not just number.
4661
4662 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
4663
4664         * gst-libs/gst/audio/gstbaseaudiosink.c:
4665         (gst_base_audio_sink_async_play):
4666         When slaved to the clock, don't try to align a sample with the previous
4667         one when going to PLAYING again.
4668
4669 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
4670
4671         * tests/examples/snapshot/snapshot.c:
4672           Fix the build.
4673
4674 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
4675
4676         * gst-libs/gst/sdp/gstsdpmessage.h:
4677         Add RFC 3556 bandwidth modifiers.
4678
4679 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
4680
4681         * docs/libs/gst-plugins-base-libs-docs.sgml:
4682         * docs/libs/gst-plugins-base-libs-sections.txt:
4683         * gst-libs/gst/rtp/gstrtppayloads.c:
4684         Update documentation.
4685
4686 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
4687
4688         * gst-libs/gst/rtp/Makefile.am:
4689         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
4690         (gst_rtp_payload_info_for_name):
4691         * gst-libs/gst/rtp/gstrtppayloads.h:
4692         Added new file and header to deal with payload info.
4693
4694         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
4695         (gst_rtp_buffer_default_clock_rate):
4696         * gst-libs/gst/rtp/gstrtpbuffer.h:
4697         Payload specific stuff is move to new headers.
4698         Implement _default_clock rate using the new payload function.
4699
4700         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
4701         (gst_sdp_parse_line):
4702         * gst-libs/gst/sdp/gstsdpmessage.h:
4703         Add some more comments.
4704
4705 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
4706
4707         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4708         (sdp_check_header), (sdp_type_find), (plugin_init):
4709         Add typefind function for application/sdp.
4710         Remove some old dirac typefind code that was ifdeffed out.
4711
4712 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
4713
4714         * win32/common/libgstaudio.def:
4715         Add new exported functions.
4716         * win32/vs6/grammar.dsp:
4717         Add autogeneration and copy of some autegenerated files from win32/common
4718         for rtsp library.
4719         * win32/vs6/libgstaudioconvert.dsp:
4720         Add gstaudioquantize.c to the build.
4721         * win32/vs6/libgstinterfaces.dsp:
4722         Add videoorientation.c to the build.
4723         * win32/vs6/libgstriff.dsp:
4724         Add libgsttag to the link libraries list.
4725         * win32/vs6/libgstvolume.dsp:
4726         Add liboil to the link.
4727         * win32/vs6/gst_plugins_base.dsw:
4728         * win32/vs6/libgstrtsp.dsp:
4729         * win32/common/libgstrtsp.def:
4730         Add files to build libgstrtsp library.
4731         
4732 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
4733
4734         * tests/examples/snapshot/snapshot.c: (main):
4735         Print error when pipeline failed to construct.
4736
4737 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
4738
4739         * configure.ac:
4740         * gst-libs/gst/tag/gstid3tag.c:
4741         * gst-libs/gst/tag/gstvorbistag.c:
4742           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
4743           and ID3v2 tags.
4744
4745 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
4746
4747         * gst-libs/gst/floatcast/floatcast.h:
4748           Don't include config.h in an installed public header, this
4749           might break compilation of applications that don't have such
4750           a header and doesn't necessarily do what it's supposed to do
4751           anyway (ie. check for the lrint/lrintf defines) (#442065).
4752           Add docs for the various macros and document how this header
4753           has to be used (link against libm, etc.); add a few FIXMEs;
4754           include math.h for non-c99 code path.  Based on patch by
4755           Jan Schmidt.
4756           
4757 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
4758
4759         * configure.ac:
4760         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
4761         of duplicating these macros in configure.ac.
4762
4763 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4764
4765         * po/hu.po:
4766         * po/sv.po:
4767         * po/uk.po:
4768           Updated translations to 0.10.14
4769
4770 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4771
4772         translated by: Jakub Bogusz <qboosh@pld-linux.org>
4773
4774         * po/pl.po:
4775           Added Polish translation.
4776
4777 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4778
4779         translated by: Ilkka Tuohela <hile@iki.fi>
4780
4781         * po/fi.po:
4782           Added Finnish translation.
4783
4784 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4785
4786         translated by: Jorge González González <aloriel@gmail.com>
4787
4788         * po/es.po:
4789           Added Spanish translation.
4790
4791 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4792
4793         translated by: Mogens Jaeger <mogens@jaeger.tf>
4794
4795         * po/da.po:
4796           Added Danish translation.
4797
4798 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4799
4800         translated by: Funda Wang <fundawang@linux.net.cn>
4801
4802         * po/zh_CN.po:
4803           Added Chinese (simplified) translation.
4804
4805 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4806
4807         translated by: Alexander Shopov <ash@contact.bg>
4808
4809         * po/bg.po:
4810           Added Bulgarian translation.
4811
4812 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
4813
4814         * gst/playback/gstqueue2.c: (gst_queue_push_one):
4815         Fix compilation wrt printf arguments.
4816
4817 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
4818
4819         * configure.ac:
4820         * tests/examples/Makefile.am:
4821         * tests/examples/snapshot/.cvsignore:
4822         * tests/examples/snapshot/Makefile.am:
4823         * tests/examples/snapshot/snapshot.c: (main):
4824         Add simple snapshot example program using appsink.
4825
4826 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
4827
4828         * tests/check/generic/states.c:
4829           Improved state change unit test.
4830
4831 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
4832
4833         * docs/plugins/.cvsignore:
4834         * tests/check/.cvsignore:
4835           Ignore registries in any format.
4836
4837 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
4838
4839         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4840         (gst_base_rtp_depayload_chain),
4841         (gst_base_rtp_depayload_set_gst_timestamp):
4842         Only copy timestamp on outgoing packets if the depayloader did not set
4843         one.
4844         Also copy duration on outgoing packets.
4845
4846 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
4847
4848         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
4849         (gst_basertppayload_set_outcaps):
4850         Fix compilation because of missing %d in printf.
4851         When fixating caps, fixate what we can and throw away all remaining
4852         unfixed caps, subclasses should do something smart if they need to.
4853
4854 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
4855
4856         * ext/gnomevfs/gstgnomevfssrc.c:
4857           Improve debug logs a bit and be more verbose if things go wrong.
4858
4859 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
4860
4861         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
4862         (gst_text_overlay_set_property):
4863         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4864         * gst-libs/gst/audio/gstbaseaudiosink.c:
4865         (gst_base_audio_sink_render):
4866         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
4867         (gst_rtcp_unix_to_ntp):
4868         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
4869         * gst/playback/gstqueue2.c:
4870         * tests/examples/seek/seek.c: (set_scale):
4871         Fix a bunch of compile warnings shown with Forte.
4872
4873         * gst/audiorate/gstaudiorate.c:
4874         Always pull in config.h before including any system headers.
4875
4876 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
4877
4878         * gst/playback/gstqueue2.c: (update_buffering),
4879         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
4880         (gst_queue_handle_sink_event), (gst_queue_chain),
4881         (gst_queue_push_one), (gst_queue_sink_activate_push),
4882         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
4883         Also fix #476514 for queue2.
4884
4885 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
4886
4887         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4888         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
4889         (gst_base_rtp_depayload_chain),
4890         (gst_base_rtp_depayload_handle_sink_event),
4891         (gst_base_rtp_depayload_push_full),
4892         (gst_base_rtp_depayload_set_gst_timestamp),
4893         (gst_base_rtp_depayload_change_state):
4894         Remove code to deal with RTP to GST time conversion, we now just copy
4895         the GST timestamp we receive to the outgoing buffers.
4896         Handle segment and flushes correctly.
4897
4898         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
4899         When we have no valid input timestamp, use the previous rtp timestamp on
4900         the outgoing RTP packet instead of the RTP base time.
4901
4902 2007-09-15  David Schleef  <ds@schleef.org>
4903
4904         * ext/alsa/gstalsa.c:
4905         * ext/alsa/gstalsadeviceprobe.c:
4906         * ext/alsa/gstalsamixer.c:
4907         * ext/alsa/gstalsasink.c:
4908         * ext/alsa/gstalsasrc.c:
4909           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
4910
4911 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
4912
4913         * gst-libs/gst/rtp/gstbasertppayload.c:
4914         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
4915         Add some debug info when negotiating caps.
4916
4917 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
4918
4919         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4920         A buffer with an empty payload is also a valid buffer.
4921
4922 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
4923
4924         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
4925         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
4926         (gst_basertppayload_change_state):
4927         Make sure we start our RTP timestamp from the random base RTP
4928         timestamp even if the buffer timestamp starts from some random value.
4929
4930 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
4931
4932         * configure.ac:
4933         * tests/examples/Makefile.am:
4934         * tests/examples/dynamic/.cvsignore:
4935         * tests/examples/dynamic/Makefile.am:
4936         * tests/examples/dynamic/addstream.c: (create_stream),
4937         (pause_play_stream), (message_received), (eos_message_received),
4938         (perform_step), (main):
4939         Add simple exmple app to demonstrate starting and pausing live and
4940         non-live bins in a PLAYING pipeline.
4941
4942 2007-09-14  Julien MOUTTE  <julien@moutte.net>
4943
4944         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
4945         typefind for QCP files (RFC #3625)
4946
4947 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
4948
4949         * gst-libs/gst/audio/gstbaseaudiosink.c:
4950         (gst_base_audio_sink_init):
4951         Disable pull mode scheduling, we're not ready for it yet and it subtly
4952         breaks a lot of things.
4953
4954 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
4955
4956         * tests/check/elements/libvisual.c:
4957           Test all libvisual plugins, not just the first one; this reproduces
4958           bug #450336 quite easily.  Looks like a problem with the 'jess'
4959           visualisation.
4960
4961 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
4962
4963         * tests/check/Makefile.am:
4964         * tests/check/elements/.cvsignore:
4965         * tests/check/elements/libvisual.c:
4966           Add basic libvisual test case in an attempt to reproduce bug #450336.
4967           Doesn't reproduce that bug, but some other crasher instead (invalid
4968           free), at least with make elements/libvisual.forever and the bumscope
4969           plugin on x86-64/gutsy. Leaving test disabled for now.
4970
4971 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
4972
4973         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4974
4975         * gst-libs/gst/rtsp/gstrtspconnection.c:
4976         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
4977         (read_body), (gst_rtsp_connection_receive):
4978         Make sure we can not cancel in the middle of receiving a message.
4979         Fixes #475731.
4980
4981 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
4982
4983         Patch by: Josep Torra Valles <josep@fluendo.com>
4984
4985         * gst/playback/gstplaybasebin.c:
4986           Increase upper limit for audio queue a bit; fixes preroll problem
4987           with playbin and decodebin2 when playing a quicktime trailer with
4988           multichannel audio via http (#464666).
4989
4990 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
4991
4992         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4993         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4994         (gst_base_audio_src_provide_clock),
4995         (gst_base_audio_src_set_property),
4996         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
4997         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4998         Allow othe clocks than the internal clock to be used for the pipeline.
4999         Add property to disable clock provide.
5000         API: GstBaseAudioSrc::provide-clock
5001
5002 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
5003
5004         * gst/playback/gstdecodebin2.c:
5005           Don't leak request pads. Fixes #475395.
5006
5007 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
5008
5009         Patch by: René Stadler <mail at renestadler dot de>
5010
5011         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
5012         (gst_ximage_buffer_class_init):
5013         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5014         (gst_xvimage_buffer_class_init):
5015         Correctly chain up finalize with the parent class to prevent
5016         memory leaks. Fixes #474880.
5017
5018 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
5019
5020         * gst/volume/gstvolume.c: (volume_choose_func):
5021         * tests/check/elements/volume.c: (GST_START_TEST):
5022         Revert the latest change: floating point samples are allowed to
5023         have any value, not only values in the range [-1,1]. Thanks to Andy
5024         Wingo for noticing.
5025         Also fix processing of int32 samples with volumes > 4 by making the
5026         unity value smaller which prevents overflows.
5027
5028 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
5029
5030         * gst-libs/gst/rtp/gstrtpbuffer.c:
5031         * tests/check/libs/rtp.c:
5032           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
5033
5034 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
5035
5036         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
5037
5038         * gst-libs/gst/rtp/gstrtpbuffer.c:
5039           Fix up GstRTPHeader helper struct so that compilers will not under
5040           any circumstances add padding in between our fields, as currently
5041           happens with MSVC on win32, because that would lead to us sending
5042           out RTP payloads with broken RTP headers (#471194).
5043           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
5044           
5045         * tests/check/Makefile.am:
5046         * tests/check/libs/.cvsignore:
5047         * tests/check/libs/rtp.c:
5048           Add some simple unit tests for GstRTPBuffer. Some are disabled
5049           because the code tested still needs fixing (set_csrc() does not work).
5050
5051 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
5052
5053         * win32/MANIFEST:
5054         * win32/common/gstrtsp-enumtypes.c:
5055         * win32/common/gstrtsp-enumtypes.h:
5056         * win32/common/interfaces-enumtypes.c:
5057         * win32/common/interfaces-enumtypes.h:
5058         * win32/common/multichannel-enumtypes.c:
5059           Add rtsp enumtypes (#474384) and update others.
5060
5061 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
5062
5063         * configure.ac:
5064           Fix configure check for HAVE_LIBXML_HTML.
5065
5066 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
5067
5068         * tests/check/libs/.cvsignore:
5069           Ignore more, in case the build bots work again one day.
5070
5071 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
5072
5073         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
5074
5075         * configure.ac:
5076         * gst-libs/gst/Makefile.am:
5077         * gst-libs/gst/fft/Makefile.am:
5078         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
5079         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
5080         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
5081         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
5082         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
5083         * gst-libs/gst/fft/gstfft.h:
5084         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
5085         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
5086         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
5087         * gst-libs/gst/fft/gstfftf32.h:
5088         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
5089         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
5090         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
5091         * gst-libs/gst/fft/gstfftf64.h:
5092         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
5093         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
5094         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
5095         * gst-libs/gst/fft/gstffts16.h:
5096         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
5097         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
5098         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
5099         * gst-libs/gst/fft/gstffts32.h:
5100         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
5101         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
5102         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
5103         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
5104         * gst-libs/gst/fft/kiss_fft_f32.h:
5105         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
5106         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
5107         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
5108         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
5109         * gst-libs/gst/fft/kiss_fft_f64.h:
5110         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
5111         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
5112         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
5113         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
5114         * gst-libs/gst/fft/kiss_fft_s16.h:
5115         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
5116         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
5117         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
5118         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
5119         * gst-libs/gst/fft/kiss_fft_s32.h:
5120         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
5121         (kiss_fftr_f32), (kiss_fftri_f32):
5122         * gst-libs/gst/fft/kiss_fftr_f32.h:
5123         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
5124         (kiss_fftr_f64), (kiss_fftri_f64):
5125         * gst-libs/gst/fft/kiss_fftr_f64.h:
5126         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
5127         (kiss_fftr_s16), (kiss_fftri_s16):
5128         * gst-libs/gst/fft/kiss_fftr_s16.h:
5129         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
5130         (kiss_fftr_s32), (kiss_fftri_s32):
5131         * gst-libs/gst/fft/kiss_fftr_s32.h:
5132         * gst-libs/gst/fft/kiss_version:
5133         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
5134         * pkgconfig/gstreamer-plugins-base.pc.in:
5135         Add libgstfft, a FFT library based on Kiss FFT which is
5136         BSD licensed. Supported sample formats are int16, int32,
5137         float and double. For those formats a real FFT and IFFT
5138         can be done, different windowing functions can be applied
5139         and functions for extracting the magnitude and phase exist.
5140         Fixes #468619.
5141
5142         * docs/libs/Makefile.am:
5143         * docs/libs/gst-plugins-base-libs-docs.sgml:
5144         * docs/libs/gst-plugins-base-libs-sections.txt:
5145         Integrate libgstfft into the docs.
5146
5147         * tests/check/Makefile.am:
5148         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
5149         Add unit tests for libgstfft, currently only testing the FFT.
5150         Unit tests for IFFT will follow soon.
5151
5152 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
5153
5154         Patch by: Peter Kjellerstedt  <pkj at axis com>
5155
5156         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
5157         (gst_sdp_message_init), (gst_sdp_message_uninit),
5158         (is_multicast_address), (gst_sdp_message_as_text),
5159         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
5160         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
5161         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
5162         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
5163         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
5164         (gst_sdp_media_init), (gst_sdp_media_uninit),
5165         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
5166         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
5167         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
5168         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
5169         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
5170         * gst-libs/gst/sdp/gstsdpmessage.h:
5171         Separate INIT_ARRAY() and related macros into two versions, one for
5172         structures and one for pointers (e.g., INIT_ARRAY() and
5173         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
5174         lists of emails and phone numbers.
5175         Add missing const as appropriate.
5176         Change all gint to guint since they all actually represent unsigned
5177         values.
5178         Do not use time as a variable name as it shadows the global time().
5179         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
5180         Actually implement gst_sdp_message_add_time().
5181         Make gst_sdp_message_add_time() take repeat times as an argument.
5182         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
5183         Corrected the definition of gst_sdp_media_get_bandwidth() (was
5184         misspelled as badwidth).
5185         gst-indented and a little clean up. Fixes #471067.
5186
5187 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
5188
5189         * gst/volume/gstvolume.c: (volume_choose_func),
5190         (volume_process_double), (volume_process_double_clamp),
5191         (volume_process_float_clamp):
5192         Correctly clamp float/double samples in the [-1.0,1.0] range to
5193         prevent weird effects.
5194         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5195         Add unit tests for all samples types that had none before.
5196
5197 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
5198
5199         * gst-libs/gst/rtp/gstrtpbuffer.c:
5200           Need to include stdlib.h for abs() here too.
5201
5202 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
5203
5204         * gst/playback/gststreaminfo.c:
5205           Fix build.
5206
5207 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
5208
5209         * gst/playback/gststreaminfo.c:
5210           Clean up some half-disabled code and comment.
5211
5212 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
5213
5214         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5215
5216         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5217         (gst_base_rtp_payload_audio_handle_event):
5218         Return FALSE from the event handler to let the parent class handle the
5219         event. Fixes #446766.
5220
5221         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5222         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
5223         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
5224
5225         * gst-libs/gst/rtp/gstbasertppayload.c:
5226         Bump the MTU to 1400.
5227
5228 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
5229
5230         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
5231         Add an audio/x-nsf typefind function for the nsfdec element.
5232
5233 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
5234         * gst/playback/gstplaybasebin.c:
5235         Included "myth://" on stream_uris list for enable buffering to mythtv files
5236
5237 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
5238
5239         * docs/libs/gst-plugins-base-libs-sections.txt:
5240         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
5241         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
5242         (gst_rtcp_unix_to_ntp):
5243         * gst-libs/gst/rtp/gstrtcpbuffer.h:
5244         Fix parsing of RB blocks.
5245         Fix docs.
5246         Added helper functions to convert to/from UNIX and NTP time.
5247         API: gst_rtcp_ntp_to_unix()
5248         API: gst_rtcp_unix_to_ntp()
5249
5250         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
5251         (gst_rtp_buffer_get_header_len),
5252         (gst_rtp_buffer_get_extension_data),
5253         (gst_rtp_buffer_get_payload_subbuffer),
5254         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
5255         (gst_rtp_buffer_ext_timestamp):
5256         * gst-libs/gst/rtp/gstrtpbuffer.h:
5257         Fix some more docs.
5258         Implement handling of packets with extensions.
5259         Fix padding check in _validate().
5260         Added function to get extension data.
5261         API: gst_rtp_buffer_get_header_len()
5262         API: gst_rtp_buffer_get_extension_data()
5263
5264 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
5265
5266         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5267         (gst_base_rtp_depayload_class_init),
5268         (gst_base_rtp_depayload_set_gst_timestamp):
5269         Add some more docs for the queue-delay property and fix a typo in a
5270         comment.
5271
5272         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5273         Fix typo.
5274
5275 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
5276
5277         * gst-libs/gst/audio/gstbaseaudiosink.c:
5278         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
5279         (gst_base_audio_sink_change_state):
5280         When skew slaving, try to hover around the middle of a segment so that
5281         we at most drift by half a segment.
5282         If we are aligning in the oposite direction of the clock skew, we don't
5283         have to resync.
5284
5285 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
5286
5287         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5288         (gst_base_rtp_depayload_setcaps),
5289         (gst_base_rtp_depayload_set_gst_timestamp):
5290         Be less silly with the segment start, just apply the clock-base to the
5291         timestamp.
5292
5293 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
5294
5295         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5296         (gst_base_rtp_depayload_class_init),
5297         (gst_base_rtp_depayload_finalize),
5298         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
5299         (gst_base_rtp_depayload_handle_sink_event),
5300         (gst_base_rtp_depayload_set_gst_timestamp),
5301         (gst_base_rtp_depayload_change_state):
5302         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5303         Deprecate the queue handling thread thing and remove the code.
5304         Use new method to calculate the extended timestamp.
5305
5306 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
5307
5308         * gst-libs/gst/rtp/gstrtcpbuffer.c:
5309         (gst_rtcp_packet_sdes_copy_entry):
5310         Use g_strndup which does exactly what we want.
5311
5312         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
5313         (gst_rtp_buffer_ext_timestamp):
5314         * gst-libs/gst/rtp/gstrtpbuffer.h:
5315         Add helper function to compare seqnums.
5316         Add helper function to calculate extended timestamps.
5317         API: gst_rtp_buffer_compare_seqnum()
5318         API: gst_rtp_buffer_ext_timestamp()
5319
5320 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
5321
5322         * gst-libs/gst/rtp/gstrtcpbuffer.c:
5323         (gst_rtcp_packet_sdes_get_entry),
5324         (gst_rtcp_packet_sdes_copy_entry):
5325         * gst-libs/gst/rtp/gstrtcpbuffer.h:
5326         Fix and document SDES item data function.
5327         Add new function that makes a proper copy of SDES item data.
5328         API: gst_rtcp_packet_sdes_copy_entry()
5329
5330 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
5331
5332         * configure.ac:
5333         * gst/Makefile.am:
5334           The tcp and subparse plugins are under gst, but not totaly free of
5335           dependencies. Handle selection inconfigure.ac, so that they show up
5336           on the final list of what is build and what is not. Maybe they should
5337           better be moved to ext.
5338
5339 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
5340
5341         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
5342
5343         * configure.ac:
5344         * gst/Makefile.am:
5345           Check if libxml provides HTML parser which subparse needs.
5346           Fixes #451970.
5347
5348 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
5349
5350         * ext/alsa/gstalsa.c:
5351           Fix typo and compilation on big endian systems.
5352
5353 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
5354
5355         * gst/subparse/gstssaparse.c:
5356           Convert SSA newline codes into actual newline characters (#470766).
5357
5358 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
5359
5360         * docs/libs/gst-plugins-base-libs-sections.txt:
5361         * gst-libs/gst/pbutils/install-plugins.c:
5362         * gst-libs/gst/pbutils/install-plugins.h:
5363         * tests/check/libs/pbutils.c:
5364           API: also add gst_install_plugins_supported() while we're at it
5365           (see #470456).
5366
5367 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
5368
5369         * docs/libs/gst-plugins-base-libs-sections.txt:
5370         * gst-libs/gst/pbutils/missing-plugins.c:
5371         * gst-libs/gst/pbutils/missing-plugins.h:
5372         * tests/check/libs/pbutils.c:
5373           API: add gst_missing_*_installer_detail_new() convenience API so
5374           that applications that know exactly what they're missing can request
5375           installer detail strings for those items directly instead of having
5376           to first create a dummy missing-plugin message and then get the
5377           installer detail string from that.  Fixes #470456.
5378
5379 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
5380
5381         * gst/playback/gstdecodebin.c: (close_pad_link):
5382         We need to set up delayed-linking whenever the caps are non-fixed,
5383         not just when there are multiple types - use gst_pad_is_fixed()
5384         to test.
5385
5386 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
5387
5388         * gst-libs/gst/pbutils/missing-plugins.c:
5389           (gst_missing_plugin_message_get_installer_detail):
5390           Add missing separator in PID fallback case.
5391
5392 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
5393
5394         * ext/alsa/Makefile.am:
5395         There is no GST_PLUGINS_BASE_LIBS defined.
5396         
5397         * ext/alsa/gstalsa.c:
5398         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
5399         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
5400         Add support for ALSA 24-bit formats.
5401         snd_pcm_delay can return an error code, especially
5402         during XRUNS. In that case, the best we can do is assume
5403         delay = 0.
5404
5405         * gst/audioconvert/Makefile.am:
5406         Add flags from -base before any more-remote dependencies.
5407
5408 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
5409
5410         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
5411
5412         * gst/volume/gstvolume.c: (volume_choose_func),
5413         (volume_update_real_volume), (gst_volume_set_volume),
5414         (gst_volume_init), (volume_process_int32),
5415         (volume_process_int32_clamp), (volume_process_int24),
5416         (volume_process_int24_clamp), (volume_process_int16),
5417         (volume_process_int16_clamp), (volume_process_int8),
5418         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
5419         * gst/volume/gstvolume.h:
5420         Add support for int32, int24 and int8 to the volume element.
5421         Fixes #445529.
5422
5423 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
5424
5425         * tests/examples/Makefile.am:
5426           Fix even more.
5427
5428 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
5429
5430         * configure.ac:
5431         * docs/libs/Makefile.am:
5432         * docs/libs/gst-plugins-base-libs-docs.sgml:
5433         * docs/libs/gst-plugins-base-libs-sections.txt:
5434         * ext/gnomevfs/gstgnomevfssrc.c:
5435         * ext/gnomevfs/gstgnomevfssrc.h:
5436         * gst-libs/gst/Makefile.am:
5437         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
5438         * pkgconfig/gstreamer-plugins-base.pc.in:
5439         * sys/v4l/v4lsrc_calls.c:
5440         * tests/examples/Makefile.am:
5441         * win32/common/config.h:
5442           Revert unwanted commit. many thanks to moap. I want a fix for 
5443           https://thomas.apestaart.org/moap/trac/ticket/239
5444
5445 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
5446
5447         * gst/volume/gstvolume.c:
5448           Move passthrough below gst_object_sync_values(). Fixes #442654.
5449
5450 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
5451
5452         * gst-libs/gst/audio/audio.c:
5453         Clarify the docs a little.
5454
5455 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
5456
5457         * gst/volume/gstvolume.c:
5458           Enable liboil for float and add more details about problems with
5459           int16.
5460
5461 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
5462
5463         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
5464         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
5465
5466 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
5467
5468         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
5469         When calculating the first timestamp of the buffers, don't go below 0
5470         and clip the samples because the offset was on the eos page.
5471         Fixes #466717.
5472
5473 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
5474
5475         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
5476         (gst_ogg_demux_collect_chain_info):
5477         Also submit the eos page when trying to find the first timestamp.
5478         See #466717.
5479
5480 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
5481
5482         * gst-libs/gst/audio/audio.h:
5483         Use gst_util_uint64_scale() instead of doing the math
5484         with double for GST_FRAMES_TO_CLOCK_TIME() and
5485         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
5486         prevents rounding errors. Fixes #467667.
5487
5488 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
5489
5490         * gst-libs/gst/rtsp/gstrtspconnection.c:
5491         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
5492         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
5493         * gst-libs/gst/rtsp/gstrtspconnection.h:
5494         Small cleanups.
5495         On shutdown, don't read the control socket yet.
5496         Set timeout value correctly in all cases.
5497         Add function to check if the server accepts reads or writes.
5498         API: gst_rtsp_connection_poll()
5499
5500         * gst-libs/gst/rtsp/gstrtspdefs.h:
5501         Fix compilation with -pedantic.
5502         Add enum for _poll.
5503
5504 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
5505
5506         Patch by: Olivier Crete  <tester at tester ca>
5507
5508         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
5509         (gst_basertppayload_getcaps):
5510         * gst-libs/gst/rtp/gstbasertppayload.h:
5511         Add getcaps vfunc to basertppayload. See #465146.
5512
5513 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
5514
5515         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
5516         Only post buffering messages when we are a stream.
5517
5518 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
5519
5520         * gst-libs/gst/pbutils/install-plugins.c:
5521         * gst-libs/gst/pbutils/missing-plugins.c:
5522           Small docs fix and addition.
5523
5524 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
5525
5526         * tests/icles/.cvsignore:
5527         * tests/icles/Makefile.am:
5528         * tests/icles/test-textoverlay.c:
5529           Add a dumb little test for textoverlay alignments.
5530
5531 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
5532
5533         Patch by: Dan Williams  <dcbw redhat com>
5534
5535         * ext/pango/gsttextoverlay.c:
5536         * ext/pango/gsttextoverlay.h:
5537           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
5538           "silent" property so there's a Since tag in the API reference.
5539
5540 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
5541
5542         * gst-libs/gst/rtp/gstbasertppayload.c:
5543         (gst_basertppayload_set_outcaps):
5544         * gst-libs/gst/rtp/gstbasertppayload.h:
5545         Improve caps negotiation so that downstream elements can confiure
5546         certain RTP properties by fixing them on the caps. See #465146.
5547         Add docs.
5548
5549 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
5550
5551         * docs/libs/gst-plugins-base-libs-sections.txt:
5552         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5553         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5554           Mark as deprecated some macros which were presumably meant to be
5555           private API and accidentally exposed in the public header file.
5556           Also actually _init() lock (only works at the moment because the
5557           struct is zeroed out when created and the initial values in the
5558           mutex struct are zeroes too). (#459585)
5559
5560 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
5561
5562         * docs/libs/Makefile.am:
5563           Remove cruft and do some cleanups.
5564
5565         * docs/libs/gst-plugins-base-libs-docs.sgml:
5566           Prepare for comming gtkdoc features (rebase against online docs).
5567
5568 2007-08-10  Michael Smith <msmith@fluendo.com>
5569
5570         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
5571           Debug output fixes.
5572         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
5573         (GST_START_TEST):
5574           Change the number of buffers used; 500 is too many and leads to
5575           timeouts.
5576
5577 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
5578
5579         * gst/playback/gstqueue2.c:
5580         * gst/videorate/gstvideorate.c:
5581           Printf format fixes (#465028).
5582
5583 2007-08-09  Michael Smith <msmith@fluendo.com>
5584
5585         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
5586           If we have a large (> 1 second) discontinuity, push a series of
5587           smaller buffers rather than a single very large buffer. Avoids
5588           unreasonably large single buffer allocations when encountering a
5589           large gap.
5590         * tests/check/elements/audiorate.c: (GST_START_TEST),
5591         (audiorate_suite):
5592           Add a test for this.
5593
5594 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
5595
5596         * gst/playback/gstplaybasebin.c: (group_commit),
5597         (queue_remove_probe), (queue_threshold_reached):
5598
5599         Patch by: Josep Torra Valles <josep@fluendo.com>
5600         Fixes: #465015
5601         Make sure we remove the check_queues buffer probe from the 
5602         correct queue to avoid racily going back to "buffering 99%" when
5603         buffering is actually complete.
5604
5605         Also, fix the spelling of Josep's surname in the ChangeLog.
5606
5607 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
5608
5609         * ext/ogg/gstoggmux.c:
5610           Do not leak oggmux instance.
5611         
5612         * ext/vorbis/vorbisenc.c:
5613           Also log values.
5614
5615 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5616
5617         * po/hu.po:
5618         * po/it.po:
5619         * po/nl.po:
5620         * po/uk.po:
5621         * po/vi.po:
5622           Updated translations.
5623
5624 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
5625
5626         patch by: Yang Hong <hongyang@redflag-linux.com>
5627
5628         * ext/pango/gsttextoverlay.c:
5629         * ext/pango/gsttextoverlay.h:
5630           Add 'silent' property to GstTimeOverlay. Fixes #462979
5631
5632 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
5633
5634         Patch by: Josep Torra Valles <josep@fluendo.com>
5635
5636         * docs/plugins/gst-plugins-base-plugins.args:
5637         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5638         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
5639         (gst_uri_decode_bin_get_property), (gen_source_element):
5640         Add connection-speed property. Fixes #464690.
5641
5642 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
5643
5644         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5645
5646         * configure.ac:
5647         * gst-libs/gst/rtsp/Makefile.am:
5648         * gst-libs/gst/rtsp/gstrtspconnection.c:
5649         (gst_rtsp_connection_connect):
5650         Fix compilation on windows. Fixes #464320.
5651
5652 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
5653
5654         Patch by: Josep Torra Valles <josep@fluendo.com>
5655
5656         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5657         (gst_play_base_bin_init), (queue_threshold_reached),
5658         (gen_source_element), (setup_substreams),
5659         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
5660         (gst_play_base_bin_get_streaminfo_value_array):
5661         * gst/playback/gstplaybasebin.h:
5662         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5663         (gst_play_bin_set_property), (gst_play_bin_get_property),
5664         (gst_play_bin_handle_redirect_message):
5665         Move connection-speed property from playbin to playbasebin so that we
5666         can also configure it in source elements that have the connection-speed
5667         property. Fixes #464028.
5668         Add some debug info here and there.
5669
5670 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
5671
5672         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
5673         Properly respond to conversion queries. Fixes #464079.
5674
5675 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
5676
5677         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
5678         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
5679         (gst_audio_test_src_init_sine_table),
5680         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
5681         * gst/audiotestsrc/gstaudiotestsrc.h:
5682         Add float/double and int32 support to audiotestsrc. Fixes #460422.
5683         Also set the default volume to the default value specified in the
5684         GParamSpec.
5685
5686 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
5687
5688         Patch by: Jens Granseuer <jensgr at gmx dot net>
5689
5690         * gst/audioconvert/gstaudioquantize.c:
5691         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
5692
5693 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
5694
5695         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
5696         Add rdt manager for rdt transport.
5697         Fix parsing of RDT transport.
5698
5699 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
5700
5701         * configure.ac:
5702         Back to CVS
5703
5704 === release 0.10.14 ===
5705
5706 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
5707
5708         * configure.ac:
5709           releasing 0.10.14, "Light Years Ahead"
5710
5711 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
5712
5713         * tests/check/libs/audio.c: (GST_START_TEST):
5714         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
5715
5716 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
5717
5718         * gst-libs/gst/audio/audio.c:
5719         When clipping a buffer with no timestamp, assume it is
5720         within the segment without warnings.
5721
5722         Fixes: #460978
5723
5724 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
5725
5726         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
5727         Fire the signal on the object, not the interface.
5728
5729 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
5730
5731         * gst-libs/gst/rtsp/.cvsignore:
5732         Ber. Don't include the full path, idiot.
5733
5734 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
5735
5736         * gst-libs/gst/rtsp/.cvsignore:
5737         Ignore generated files.
5738
5739 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
5740
5741         * gst-libs/gst/interfaces/Makefile.am:
5742         * gst-libs/gst/interfaces/interfaces-marshal.list:
5743         * gst-libs/gst/interfaces/rtspextension.c:
5744         * gst-libs/gst/interfaces/rtspextension.h:
5745         * gst-libs/gst/rtsp/Makefile.am:
5746         * gst-libs/gst/rtsp/gstrtsp.h:
5747         * gst-libs/gst/rtsp/gstrtspextension.c:
5748         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
5749         (gst_rtsp_extension_detect_server),
5750         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
5751         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
5752         (gst_rtsp_extension_configure_stream),
5753         (gst_rtsp_extension_get_transports),
5754         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
5755         * gst-libs/gst/rtsp/gstrtspextension.h:
5756         * gst-libs/gst/rtsp/rtsp-marshal.list:
5757         Move the rtspextension.h interface into gstrtspextension.h
5758         as part of libgstrtsp instead of libgstinterfaces, because it's
5759         only for use within plugins, not applications. 
5760         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
5761         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
5762         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
5763         is abstract.
5764
5765 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
5766
5767         * gst-libs/gst/interfaces/Makefile.am:
5768         * gst-libs/gst/interfaces/interfaces-marshal.list:
5769         * gst-libs/gst/interfaces/rtspextension.c:
5770         (gst_rtsp_extension_iface_init),
5771         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
5772         * gst-libs/gst/interfaces/rtspextension.h:
5773         Fix marshaller for the send signal.
5774         Add URL to stream selection interface method.
5775
5776 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
5777
5778         * gst-libs/gst/riff/Makefile.am:
5779         Pull in our dependencies from -base before those from outside.
5780
5781 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
5782
5783         * docs/libs/gst-plugins-base-libs-sections.txt:
5784         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
5785         * gst-libs/gst/rtsp/gstrtspbase64.h:
5786         API: gst_rtsp_base64_decode_ip()
5787         Added function to decode Base64 in-place.
5788
5789 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
5790
5791         * tests/check/libs/.cvsignore:
5792         Ignore the mixer test binary.
5793
5794 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
5795
5796         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
5797         Gratuitous comment change to trigger a rebuild on the buildbots.
5798
5799 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
5800
5801         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
5802         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
5803         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
5804         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
5805         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
5806         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
5807         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
5808         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
5809         (gst_sdp_media_get_attribute_val):
5810         * gst-libs/gst/sdp/gstsdpmessage.h:
5811         Constify args where we can.
5812
5813 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
5814
5815         * gst-libs/gst/interfaces/Makefile.am:
5816         * gst-libs/gst/interfaces/rtspextension.c:
5817         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
5818         (gst_rtsp_extension_detect_server),
5819         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
5820         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
5821         (gst_rtsp_extension_configure_stream),
5822         (gst_rtsp_extension_get_transports),
5823         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
5824         * gst-libs/gst/interfaces/rtspextension.h:
5825         Move interface for RTSP extensions from -good to here.
5826         Added helper methods to invoke interface methods.
5827
5828 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
5829
5830         * docs/libs/gst-plugins-base-libs-sections.txt:
5831         * gst-libs/gst/rtsp/gstrtspdefs.h:
5832         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
5833         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
5834         (gst_rtsp_message_init_response),
5835         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
5836         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
5837         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
5838         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
5839         (gst_rtsp_message_get_body), (dump_key_value):
5840         * gst-libs/gst/rtsp/gstrtspmessage.h:
5841         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
5842         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
5843         (gst_rtsp_range_parse):
5844         * gst-libs/gst/rtsp/gstrtsprange.h:
5845         * gst-libs/gst/rtsp/gstrtsptransport.c:
5846         * gst-libs/gst/rtsp/gstrtspurl.c:
5847         Fix some more RTSP docs.
5848         Add some missing methods for dealing with messages.
5849
5850 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
5851
5852         * docs/libs/gst-plugins-base-libs-docs.sgml:
5853         * docs/libs/gst-plugins-base-libs-sections.txt:
5854         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
5855         * gst-libs/gst/rtsp/gstrtspbase64.h:
5856         * gst-libs/gst/rtsp/gstrtspconnection.c:
5857         (gst_rtsp_connection_connect), (add_auth_header),
5858         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
5859         (read_body), (gst_rtsp_connection_receive),
5860         (gst_rtsp_connection_next_timeout),
5861         (gst_rtsp_connection_reset_timeout),
5862         (gst_rtsp_connection_set_auth):
5863         * gst-libs/gst/rtsp/gstrtspconnection.h:
5864         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5865         * gst-libs/gst/rtsp/gstrtspdefs.h:
5866         * gst-libs/gst/rtsp/gstrtspmessage.h:
5867         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
5868         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
5869         (gst_rtsp_range_parse):
5870         * gst-libs/gst/rtsp/gstrtspurl.h:
5871         Added beginnings of RTSP documentation.
5872
5873 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
5874
5875         * docs/libs/Makefile.am:
5876         * docs/libs/gst-plugins-base-libs-docs.sgml:
5877         * docs/libs/gst-plugins-base-libs-sections.txt:
5878         * gst-libs/gst/sdp/gstsdp.h:
5879         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
5880         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
5881         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
5882         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
5883         (gst_sdp_message_get_attribute_val),
5884         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
5885         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
5886         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
5887         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
5888         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
5889         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
5890         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
5891         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
5892         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
5893         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
5894         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
5895         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
5896         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
5897         (gst_sdp_media_get_attribute_val_n),
5898         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
5899         (print_media), (gst_sdp_message_dump):
5900         * gst-libs/gst/sdp/gstsdpmessage.h:
5901         Document the SDP library.
5902         Add some of the missing SDPMedia methods.
5903
5904 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
5905
5906         * configure.ac:
5907         * gst-libs/gst/Makefile.am:
5908         * gst-libs/gst/rtsp/Makefile.am:
5909         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
5910         * gst-libs/gst/rtsp/gstrtspbase64.h:
5911         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
5912         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
5913         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
5914         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
5915         (parse_response_status), (parse_request_line), (parse_line),
5916         (gst_rtsp_connection_read), (read_body),
5917         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
5918         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
5919         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
5920         (gst_rtsp_connection_set_auth):
5921         * gst-libs/gst/rtsp/gstrtspconnection.h:
5922         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
5923         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
5924         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
5925         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
5926         (gst_rtsp_find_method):
5927         * gst-libs/gst/rtsp/gstrtspdefs.h:
5928         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
5929         (gst_rtsp_message_new), (gst_rtsp_message_init),
5930         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
5931         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
5932         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
5933         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
5934         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
5935         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
5936         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
5937         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
5938         (gst_rtsp_message_dump):
5939         * gst-libs/gst/rtsp/gstrtspmessage.h:
5940         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
5941         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
5942         (gst_rtsp_range_parse), (gst_rtsp_range_free):
5943         * gst-libs/gst/rtsp/gstrtsprange.h:
5944         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
5945         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
5946         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
5947         (range_as_text), (rtsp_transport_mode_as_text),
5948         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
5949         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
5950         (gst_rtsp_transport_free):
5951         * gst-libs/gst/rtsp/gstrtsptransport.h:
5952         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
5953         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
5954         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
5955         * gst-libs/gst/rtsp/gstrtspurl.h:
5956         * gst-libs/gst/sdp/Makefile.am:
5957         * gst-libs/gst/sdp/gstsdp.h:
5958         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
5959         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
5960         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
5961         (gst_sdp_attribute_init), (gst_sdp_message_new),
5962         (gst_sdp_message_init), (gst_sdp_message_uninit),
5963         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
5964         (gst_sdp_media_uninit), (gst_sdp_media_free),
5965         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
5966         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
5967         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
5968         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
5969         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
5970         (gst_sdp_message_get_attribute_val),
5971         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
5972         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
5973         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
5974         (gst_sdp_media_get_attribute_val_n),
5975         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
5976         (read_string), (read_string_del), (gst_sdp_parse_line),
5977         (gst_sdp_message_parse_buffer), (print_media),
5978         (gst_sdp_message_dump):
5979         * gst-libs/gst/sdp/gstsdpmessage.h:
5980         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
5981         Move SDP and RTSP from helper objects in -good to a reusable library.
5982         Use a proper gst_ namespace.
5983
5984 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
5985
5986         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
5987         (vorbis_dec_flush_decode):
5988         Use the new buffer clipping function from gstaudio here.
5989
5990 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
5991
5992         * docs/libs/gst-plugins-base-libs-sections.txt:
5993         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
5994         * gst-libs/gst/audio/audio.h:
5995         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
5996         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
5997         Also add deprecation guards for gst_audio_structure_set_int() to the
5998         header.
5999
6000 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
6001
6002         * docs/libs/gst-plugins-base-libs-sections.txt:
6003           Cleanup the docs.
6004
6005 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
6006
6007         Patch by: Dan Williams <dcbw at redhat dot com>
6008
6009         * gst/playback/gstplaybasebin.c:
6010         (gst_play_base_bin_get_streaminfo_value_array):
6011         Don't return NULL when querying the stream info value array but instead
6012         return an empty array. Fixes #459204.
6013
6014 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
6015
6016         * gst/playback/gsturidecodebin.c:
6017           Init debug category before using it.
6018
6019 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
6020
6021         * gst-libs/gst/interfaces/mixer.h:
6022         Add padding vars in place of the signal pointers
6023         when building with DISABLE_DEPRECATED so that the
6024         interface structure doesn't change size.
6025
6026 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
6027
6028         * docs/libs/gst-plugins-base-libs-sections.txt:
6029         * ext/alsa/gstalsamixer.c:
6030         * ext/alsa/gstalsamixer.h:
6031         * ext/alsa/gstalsamixerelement.c:
6032         * ext/alsa/gstalsamixertrack.c:
6033         * gst-libs/gst/interfaces/mixer.c:
6034         * gst-libs/gst/interfaces/mixer.h:
6035         * gst-libs/gst/interfaces/mixeroptions.c:
6036         * gst-libs/gst/interfaces/mixeroptions.h:
6037         * gst-libs/gst/interfaces/mixertrack.c:
6038         * gst-libs/gst/interfaces/mixertrack.h:
6039         * tests/check/Makefile.am:
6040         * tests/check/libs/mixer.c:
6041
6042         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
6043         Fixes: #152864 
6044
6045         Add support for notifying mixer changes on the message bus, and
6046         implement it in alsamixer.
6047
6048         API: gst_mixer_get_mixer_flags
6049         API: gst_mixer_message_parse_mute_toggled
6050         API: gst_mixer_message_parse_record_toggled
6051         API: gst_mixer_message_parse_volume_changed
6052         API: gst_mixer_message_parse_option_changed
6053         API: GstMixerMessageType
6054         API: GstMixerFlags
6055
6056 2007-07-20  Michael Smith <msmith@fluendo.com>
6057
6058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6059         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
6060           xcontext->im_format is only for testing XShm support (as the header
6061           file comments document). Use xvimage->im_format for everything else.
6062           Avoids spurious warnings on buffer allocation before setcaps.
6063
6064 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
6065
6066         * tests/examples/volume/Makefile.am:
6067         * tests/icles/Makefile.am:
6068           We should use $(LIBM).
6069
6070 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
6071
6072         * tests/icles/Makefile.am:
6073           This needs -lm.
6074
6075 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
6076
6077         * gst-libs/gst/rtp/gstbasertppayload.c:
6078         (gst_basertppayload_class_init), (gst_basertppayload_init),
6079         (gst_basertppayload_set_property),
6080         (gst_basertppayload_get_property):
6081         Don't break ABI, restore previous ranges. Keep the default random
6082         selection of timestamp and seqnum offset but as soon as the app sets a
6083         specific value, use that one.
6084
6085 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
6086
6087         Patch by: Bastien Nocera <hadess at hadess dot net>
6088
6089         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6090         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
6091         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
6092         * sys/xvimage/xvimagesink.h:
6093         Add option to turn off double-buffering for debugging purposes.
6094         Fixes #437169.
6095
6096 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
6097
6098         Patch by: Jorn Baayen <jorn at openedhand dot com>
6099
6100         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
6101         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
6102         (gst_ximagesink_init), (gst_ximagesink_class_init):
6103         * sys/ximage/ximagesink.h:
6104         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
6105         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
6106         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
6107         * sys/xvimage/xvimagesink.h:
6108         add 'handle-expose' property. Useful for video widgets which may want to
6109         be in control of Expose behaviour. Fixes #380625
6110
6111 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
6112
6113         * gst-libs/gst/rtp/gstbasertppayload.c:
6114         (gst_basertppayload_class_init), (gst_basertppayload_init),
6115         (gst_basertppayload_event), (gst_basertppayload_push),
6116         (gst_basertppayload_set_property),
6117         (gst_basertppayload_get_property),
6118         (gst_basertppayload_change_state):
6119         * gst-libs/gst/rtp/gstbasertppayload.h:
6120         Fix ranges of rtp payloader properties so that the full range can be
6121         used in addition to -1 (random).
6122         Fix wrong seqnum reporting in caps.
6123         Fixes #420326.
6124
6125 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
6126
6127         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
6128         (gst_video_rate_query):
6129         Use boilerplate.
6130         Add latency query, might not be perfect yet but already works a lot
6131         better. Fixes #442557.
6132
6133 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6134
6135         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
6136         (gst_xvimagesink_setcaps):
6137         * sys/xvimage/xvimagesink.h:
6138         After a caps change, redraw our borders to avoid garbage left there
6139         when the image format changes to a smaller size, like 16:9 -> 4:3
6140         Also, hold the flow_lock a bit longer in the set_caps while we're
6141         fiddling with the xcontext.
6142
6143 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6144
6145         * Makefile.am:
6146         * configure.ac:
6147         * tests/Makefile.am:
6148         Remove bogus check for libcheck, since we check for
6149         gstreamer-check and it pulls in the required info from there, and we
6150         weren't actually _using_ the information for libcheck ourselves
6151         anyway.
6152
6153 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6154
6155         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6156         (gst_ffmpeg_caps_to_pixfmt):
6157         Fix the r_mask test for RGBA32 on little-endian.
6158         Fix a stupid typo that would have obviously broken 
6159         compilation on big-endian, if anyone was testing.
6160
6161 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
6162
6163         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
6164         (paint_hline_str4):
6165         * gst/videotestsrc/videotestsrc.h:
6166         Add alpha to the color struct.
6167         Use a default alpha value of 255 instead of 128.
6168
6169 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
6170
6171         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
6172         (setup_source):
6173         Clear the dynamic pads counter when starting a new uri. This makes
6174         reusing playbin work again.
6175         Fixes #454264.
6176
6177 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
6178
6179         * configure.ac:
6180           Use pkg-config to locate check.
6181
6182 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
6183
6184         * configure.ac:
6185         * tests/check/elements/volume.c: (GST_START_TEST):
6186           Fix 'make check' build against core CVS.
6187
6188 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
6189
6190         * gst-libs/gst/interfaces/propertyprobe.c:
6191         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6192         * gst-libs/gst/tag/gstvorbistag.c:
6193           Make gtk-doc happy.
6194
6195 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
6196
6197         * gst-libs/gst/audio/gstbaseaudiosink.c:
6198         (gst_base_audio_sink_callback):
6199           Quick hack to make audiosinks stop at EOS when operating in
6200           pull-mode; needs to be fixed properly some day.
6201
6202 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
6203
6204         * docs/libs/gst-plugins-base-libs-sections.txt:
6205           Fix location of includes in the docs.
6206
6207 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
6208
6209         * gst/ffmpegcolorspace/avcodec.h:
6210         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6211         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6212         (gst_ffmpegcsp_avpicture_fill):
6213         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
6214         (img_get_alpha_info):
6215         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
6216         of the existing BGRA32 and RGBA32 formats with the alpha at the other
6217         end of the word. Partially fixes #451908
6218
6219 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
6220
6221         * docs/libs/Makefile.am:
6222         * docs/plugins/Makefile.am:
6223           Simplify --extra-dir as gtkdoc scans recursively.
6224
6225 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
6226
6227         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
6228         (gst_adder_request_new_pad):
6229         Make getcaps more robust by not using the proxycaps function. This makes
6230         sure that we don't end up recursively calling getcaps upstream.
6231         See #316248.
6232
6233 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
6234
6235         * gst/audioconvert/audioconvert.c:
6236         Include math.h to fix compilation.
6237
6238 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
6239
6240         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6241         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
6242         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
6243         format, as produced by some dc1394 cameras like the iSight.
6244         See http://www.fourcc.org/yuv.php#IYU1
6245
6246 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
6247
6248         * gst/audioconvert/Makefile.am:
6249         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
6250         (check_default), (audio_convert_prepare_context),
6251         (audio_convert_clean_context), (audio_convert_convert):
6252         * gst/audioconvert/audioconvert.h:
6253         * gst/audioconvert/gstaudioconvert.c:
6254         (gst_audio_convert_dithering_get_type),
6255         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
6256         (gst_audio_convert_init), (gst_audio_convert_set_caps),
6257         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
6258         * gst/audioconvert/gstaudioconvert.h:
6259         * gst/audioconvert/gstaudioquantize.c:
6260         (gst_audio_quantize_setup_noise_shaping),
6261         (gst_audio_quantize_free_noise_shaping),
6262         (gst_audio_quantize_setup_dither),
6263         (gst_audio_quantize_free_dither),
6264         (gst_audio_quantize_setup_quantize_func),
6265         (gst_audio_quantize_setup), (gst_audio_quantize_free):
6266         * gst/audioconvert/gstaudioquantize.h:
6267         Implement dithering and noise shaping in audioconvert. By default now
6268         TPDF dithering (and no noise shaping) will be used when converting
6269         from a higher bit depth to 20 bit depth or smaller, otherwise
6270         everything will be as it is now.
6271         For the last audioconvert in a pipeline it would make sense to
6272         use some kind of noise shaping, enabling it by default for all
6273         conversions would give undesired results though. Fixes #360246.
6274         * tests/check/elements/audioconvert.c: (setup_audioconvert),
6275         (GST_START_TEST):
6276         Adjust unit test for the new audioconvert.
6277
6278 2007-06-28  Wim Taymans  <wim@fluendo.com>
6279
6280         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
6281         Use other metrics as well when estimating the buffer level.
6282
6283 2007-06-28  Wim Taymans  <wim@fluendo.com>
6284
6285         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
6286         Small debug improvement.
6287
6288         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
6289         (plugin_init):
6290         Tweak the rate estimation period.
6291         When calculating the buffer filledness in rate estimation mode, don't
6292         mix it with other metrics.
6293
6294 2007-06-28  Wim Taymans  <wim@fluendo.com>
6295
6296         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
6297         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
6298         When creating the groups, allow for a 5 second, unlimited buffers
6299         preroll phase after which we expose the group.
6300         When the group is exposed, use a small number of buffers up to a 2
6301         second limit. Also disconnect the overrun signal from multiqueue when we
6302         exposed the group because it is not needed anymore.
6303
6304 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
6305
6306         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
6307           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
6308           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
6309           (#451707); also, output some debugging info when dealing with
6310           freeform strings.
6311
6312         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
6313           Add unit test for the above.
6314
6315 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
6316
6317         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
6318           Add description for Windows Media RTP caps.
6319
6320         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
6321           Remove RTP fields that don't define the format from caps.
6322
6323 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
6324
6325         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
6326           Skip empty buffers, but not empty header buffers. That way the original
6327           vorbisdec unit test still passes (#451145); also, take into account
6328           that those empty packets might carry a granulepos.
6329
6330         * tests/check/Makefile.am:
6331         * tests/check/elements/vorbisdec.c:
6332         (_create_codebook_header_buffer), (_create_audio_buffer),
6333         (GST_START_TEST), (vorbisdec_suite):
6334           Add unit test that sends an empty packet.
6335
6336 2007-06-27  Wim Taymans  <wim@fluendo.com>
6337
6338         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
6339         Don't error out on 0-sized packets, just emit a warning because this is
6340         not a fatal error. Fixes #451145.
6341
6342 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
6343
6344         * docs/plugins/gst-plugins-base-plugins.args:
6345         * docs/plugins/gst-plugins-base-plugins.signals:
6346         * docs/plugins/inspect/plugin-adder.xml:
6347         * docs/plugins/inspect/plugin-alsa.xml:
6348         * docs/plugins/inspect/plugin-audioconvert.xml:
6349         * docs/plugins/inspect/plugin-audiorate.xml:
6350         * docs/plugins/inspect/plugin-audioresample.xml:
6351         * docs/plugins/inspect/plugin-audiotestsrc.xml:
6352         * docs/plugins/inspect/plugin-cdparanoia.xml:
6353         * docs/plugins/inspect/plugin-decodebin.xml:
6354         * docs/plugins/inspect/plugin-decodebin2.xml:
6355         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6356         * docs/plugins/inspect/plugin-gdp.xml:
6357         * docs/plugins/inspect/plugin-gnomevfs.xml:
6358         * docs/plugins/inspect/plugin-libvisual.xml:
6359         * docs/plugins/inspect/plugin-ogg.xml:
6360         * docs/plugins/inspect/plugin-pango.xml:
6361         * docs/plugins/inspect/plugin-playbin.xml:
6362         * docs/plugins/inspect/plugin-subparse.xml:
6363         * docs/plugins/inspect/plugin-tcp.xml:
6364         * docs/plugins/inspect/plugin-theora.xml:
6365         * docs/plugins/inspect/plugin-typefindfunctions.xml:
6366         * docs/plugins/inspect/plugin-video4linux.xml:
6367         * docs/plugins/inspect/plugin-videorate.xml:
6368         * docs/plugins/inspect/plugin-videoscale.xml:
6369         * docs/plugins/inspect/plugin-videotestsrc.xml:
6370         * docs/plugins/inspect/plugin-volume.xml:
6371         * docs/plugins/inspect/plugin-vorbis.xml:
6372         * docs/plugins/inspect/plugin-ximagesink.xml:
6373         * docs/plugins/inspect/plugin-xvimagesink.xml:
6374           Update docs with caps info.
6375
6376 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
6377
6378         * po/POTFILES.in:
6379           Add more files with translatable strings (#450875).
6380
6381 2007-06-23  Edward Hervey  <edward@fluendo.com>
6382
6383         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
6384         The chain should be freed if we error out here, else it will leak.
6385         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
6386         (cleanup_decodebin):
6387         Don't forget to *properly* remove the signals, else it will leak.
6388
6389 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
6390
6391         * MAINTAINERS:
6392         Updating all the maintainers files
6393
6394 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
6395
6396         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
6397         (main):
6398           Destroy and recreate parse-launch based pipeline after stop to be able
6399           to play again. Reorder some code and add more comments.
6400
6401 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
6402
6403         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6404         When handling a delayed-caps notification case, mark
6405         the group as dynamic so that the nbdynamic count is
6406         incremented and decremented correctly. Fixes: #449156
6407         Patch by: Wim Taymans <wim@fluendo.com>
6408
6409 2007-06-19  Andy Wingo  <wingo@pobox.com>
6410
6411         * gst-libs/gst/audio/gstbaseaudiosink.c
6412         (gst_base_audio_sink_init): Enable pull-mode operation.
6413
6414 2007-06-19  Michael Smith <msmith@fluendo.com>
6415
6416         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6417           Change minimum rate back to 1000 to allow low-sample-rate wav files
6418           to play back.
6419
6420 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6421
6422         * po/vi.po:
6423           Update translations.
6424
6425 2007-06-15  David Schleef  <ds@schleef.org>
6426
6427         * gst/playback/gstqueue2.c:
6428           Fix compile error from ignored return value.
6429
6430 2007-06-15  Michael Smith <msmith@fluendo.com>
6431
6432         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
6433           Update tmpbuf for all neccesary rows, not just one, as is required
6434           when downscaling.
6435           Fixes #402076.
6436
6437 2007-06-15  Michael Smith <msmith@fluendo.com>
6438
6439         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
6440         (eos_buffer_probe):
6441           Add a test that ensures we set DELTA_UNIT on all non-header,
6442           non-video buffers, if we have a video stream.
6443         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
6444         (gst_ogg_mux_process_best_pad):
6445           Move setting delta_pad to earlier, where we inspect all pads, so
6446           that leading audio pages don't get DELTA_UNIT unset if they come
6447           before the first DELTA_UNIT from video pages. Fixes the newly-added
6448           test. Fixes #385527.
6449
6450 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
6451
6452         * tests/check/pipelines/streamheader.c: (streamheader_suite):
6453           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
6454           fails on the p5-ppc64 build bot and the failure looks like it is due
6455           to the same issue as #348114, ie. a compiler bug.
6456
6457 2007-06-13  Edward Hervey  <edward@fluendo.com>
6458
6459         * gst/playback/gstqueue2.c: (gst_queue_create_read):
6460         Fix build on MacOSX.
6461
6462 2007-06-13  Wim Taymans  <wim@fluendo.com>
6463
6464         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6465         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
6466         Fix compilation on mingw. Fixes #446972.
6467
6468 2007-06-12  Wim Taymans  <wim@fluendo.com>
6469
6470         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
6471
6472         * gst/playback/gstqueue2.c: (update_buffering),
6473         (gst_queue_locked_enqueue):
6474         Fix a division by zero when the max percent is <= 0. Fixes #446572.
6475         also update the buffering status when receiving events. Fixes #446551.
6476
6477 2007-06-11  Wim Taymans  <wim@fluendo.com>
6478
6479         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
6480
6481         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
6482         (gst_queue_handle_src_query):
6483         Wait for preroll before attempting to forward a duration query upstream.
6484         Fixes #445505.
6485
6486 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
6487
6488         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
6489         (gst_base_rtp_depayload_set_gst_timestamp):
6490         Use G_GINT64_CONSTANT macro for int64 constant.
6491         * win32/common/libgstinterfaces.def:
6492         * win32/common/libgsttag.def:
6493         Add new exported functions.
6494
6495 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
6496
6497         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
6498           The BOS page of the first Dirac video stream needs to come before
6499           the BOS page of any Vorbis streams or other audio streams, just like
6500           it is with Theora.
6501
6502 2007-06-07  Wim Taymans  <wim@fluendo.com>
6503
6504         * gst/playback/gstqueue2.c: (gst_queue_get_range):
6505         Fix compilation.
6506
6507 2007-06-06  Wim Taymans  <wim@fluendo.com>
6508
6509         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
6510
6511         * gst/playback/gstqueue2.c: (gst_queue_init),
6512         (gst_queue_handle_sink_event), (gst_queue_chain),
6513         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
6514         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
6515         (gst_queue_src_activate_pull):
6516         Add pull based scheduling and fix some deadlocks. Fixes #444523.
6517         Does not yet completely work because duration queries upstream won't
6518         block yet.
6519
6520 2007-06-06  Wim Taymans  <wim@fluendo.com>
6521
6522         * configure.ac:
6523         * gst/playback/gstqueue2.c: (gst_queue_create_read):
6524         Some more fseeko checks.
6525
6526 2007-06-06  Wim Taymans  <wim@fluendo.com>
6527
6528         * configure.ac:
6529         check for large file support.
6530
6531 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
6532
6533         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
6534
6535         * gst/subparse/gstsubparse.c: (parse_subrip),
6536         (subviewer_unescape_newlines), (parse_subviewer),
6537         (gst_sub_parse_data_format_autodetect),
6538         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
6539         * gst/subparse/gstsubparse.h:
6540         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
6541         * tests/check/elements/subparse.c: (GST_START_TEST),
6542         (subparse_suite):
6543         Add a unit test for both SubViewer formats.
6544
6545 2007-06-01  Michael Smith <msmith@fluendo.com>
6546
6547         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
6548           Don't overflow intermediate values when seeking to large time values
6549           in audiotestsrc.
6550
6551 2007-06-05  Wim Taymans  <wim@fluendo.com>
6552
6553         * gst/playback/gstqueue2.c: (gst_queue_have_data),
6554         (gst_queue_create_read), (gst_queue_read_item_from_file),
6555         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
6556         Include stdio to define fseeko.
6557
6558 2007-06-05  Wim Taymans  <wim@fluendo.com>
6559
6560         Patch by: Edward Hervey  <edward@fluendo.com>
6561
6562         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
6563         (gst_v4lsrc_query):
6564         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
6565
6566 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
6567
6568         * gst-libs/gst/riff/Makefile.am:
6569         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
6570           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
6571           our own implementation.
6572
6573 2007-06-05  Wim Taymans  <wim@fluendo.com>
6574
6575         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6576         (gst_base_rtp_depayload_setcaps),
6577         (gst_base_rtp_depayload_set_gst_timestamp),
6578         (gst_base_rtp_depayload_change_state):
6579         Handle timestamp wraparound.
6580
6581 2007-06-05  Wim Taymans  <wim@fluendo.com>
6582
6583         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
6584         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
6585         (gst_uri_decode_bin_change_state):
6586         Make sure we name srcpads uniquely even when using different internal
6587         decodebins.
6588         Signal no-more-pads when no more dynamic elements exist.
6589         Remove pads on cleanup.
6590
6591 2007-06-05  Wim Taymans  <wim@fluendo.com>
6592
6593         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
6594
6595         * gst/playback/gstqueue2.c: (gst_queue_class_init),
6596         (gst_queue_init), (gst_queue_finalize),
6597         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
6598         (gst_queue_create_read), (gst_queue_read_item_from_file),
6599         (gst_queue_open_temp_location_file),
6600         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
6601         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
6602         (gst_queue_is_empty), (gst_queue_is_filled),
6603         (gst_queue_change_state), (gst_queue_set_temp_location),
6604         (gst_queue_set_property):
6605         Add support for filebased buffering. Fixes #441264.
6606
6607 2007-06-05  Wim Taymans  <wim@fluendo.com>
6608
6609         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
6610         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
6611         (caps_notify_group_cb), (gst_decode_group_new),
6612         (gst_decode_group_free):
6613         Add support for delayed caps fixation when autoplugging.
6614         Optimize cases where a multiqueue is not needed/wanted, like right after
6615         anything that is not a demuxer.
6616
6617 2007-06-05  Wim Taymans  <wim@fluendo.com>
6618
6619         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
6620         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
6621         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
6622         consideratly speedup ogg chain detection by not trying to find a base
6623         timestamp for skeleton streams. 
6624
6625 2007-06-05  Wim Taymans  <wim@fluendo.com>
6626
6627         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
6628         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
6629         (gst_multi_fd_sink_remove_flush),
6630         (gst_multi_fd_sink_remove_client_link),
6631         (gst_multi_fd_sink_handle_client_write),
6632         (gst_multi_fd_sink_handle_clients):
6633         * gst/tcp/gstmultifdsink.h:
6634         Add support for remove_flush.
6635
6636 2007-06-05  Wim Taymans  <wim@fluendo.com>
6637
6638         * docs/design/draft-keyframe-force.txt:
6639         * ext/theora/theoraenc.c: (theora_enc_sink_event),
6640         (theora_enc_chain):
6641         Add draft design for forcing keyframes in encoders and implement in
6642         theoraenc.
6643
6644 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
6645
6646         * configure.ac:
6647           Back to CVS
6648
6649 === release 0.10.13 ===
6650
6651 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
6652
6653         * configure.ac:
6654           releasing 0.10.13, "What's Going on?"
6655
6656 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
6657
6658         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6659         In riff, the depth is stored in the size field but it just means that
6660         the least significant bits are cleared. We can therefore just play
6661         the sample as if it had a depth == width. Fixes: #440997
6662
6663         Patch by: Wim Taymans <wim@fluendo.com> 
6664         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
6665
6666 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
6667
6668         * gst-libs/gst/floatcast/floatcast.h:
6669         Define inline when needed on win32 builds. Fixes: #441295
6670         Patch by: Sebastien Moutte  <sebastien@moutte.net>
6671
6672 2007-05-29  Wim Taymans  <wim@fluendo.com>
6673
6674         * gst/playback/gstplaybasebin.c: (queue_overrun),
6675         (no_more_pads_full):
6676         Stop buffering when the group is commited because the queues filled up.
6677         Fixes #442024.
6678
6679 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
6680
6681         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
6682         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
6683         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
6684         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
6685         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
6686         * ext/alsa/gstalsamixer.h:
6687         * ext/alsa/gstalsamixerelement.c:
6688         (gst_alsa_mixer_element_interface_supported),
6689         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
6690         (gst_alsa_mixer_element_set_property),
6691         (gst_alsa_mixer_element_get_property),
6692         (gst_alsa_mixer_element_change_state):
6693         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
6694         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
6695         (gst_mixer_option_changed):
6696         * gst-libs/gst/interfaces/mixer.h:
6697         Revert commits towards #152864 made so far. We'll pick it up again
6698         after the 0.10.13 release.
6699
6700 2007-05-24  Wim Taymans  <wim@fluendo.com>
6701
6702         * gst-libs/gst/audio/gstbaseaudiosink.c:
6703         (gst_base_audio_sink_render):
6704         After an interrupt (PAUSED/flush) assume that the next sample should not
6705         be aligned to the previous sample. Fixes #417992.
6706
6707 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
6708
6709         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6710           Don't add channels and rate fields to the template caps for
6711           audio/x-dts, as wavparse might not always be able to set them,
6712           which would then lead to 'caps are not a real subset of the
6713           template caps' warnings.
6714
6715 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
6716
6717         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
6718         Handle unknown or invalid pads without crashing, as might occur if
6719         a media file like an mp3 is specified as a subtitle file.
6720         Fixes: #410039
6721
6722 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
6723
6724         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
6725         (setup_sinks):
6726         Block the subtitle bin output queue before ghosting it and linking,
6727         then unblock after. This avoids spurious not-linked errors caused 
6728         by the queue starting up (because it gets linked when it is ghosted). 
6729         Fixes: #350299
6730
6731 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
6732
6733         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
6734         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
6735         file. Avoids flukes where the input gets typefound to some valid but
6736         useless type.
6737
6738 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
6739
6740         * tests/check/Makefile.am:
6741         * tests/check/elements/.cvsignore:
6742         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
6743         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
6744           Add unit test for gnomevfssink seeking and position reporting for
6745           file:// URIs.
6746
6747 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
6748
6749         Patch by: Mark Nauwelaerts <manauw at skynet be>
6750
6751         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
6752         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
6753         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
6754         * ext/gnomevfs/gstgnomevfssink.h:
6755           Fix position reporting, especially after a seek (from upstream),
6756           see #412648.
6757
6758 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
6759
6760         * ext/cdparanoia/gstcdparanoiasrc.c:
6761           Repair umlaut.
6762
6763 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
6764
6765         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6766         Specify the full valid range for MP3 samplerates. Fixes a regression
6767         caused by extra header checks since the last release.
6768
6769 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
6770
6771         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
6772         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
6773         Fix a locking-order bug I introduced with my changes the other day.
6774         Patch by Mike Smith.
6775
6776 2007-05-21  Michael Smith <msmith@fluendo.com>
6777
6778         * ext/theora/theoradec.c: (theora_handle_data_packet):
6779           Don't look inside 0-length packets (which indicate duplicated
6780           frames)
6781
6782 2007-05-21  Wim Taymans  <wim@fluendo.com>
6783
6784         * ext/cdparanoia/gstcdparanoiasrc.c:
6785         (gst_cd_paranoia_src_read_sector):
6786         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6787         (gst_base_audio_src_create):
6788         Small cleanups.
6789
6790         * ext/theora/theoradec.c: (theora_dec_sink_event):
6791         Fix typo.
6792
6793         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6794         (gst_base_rtp_depayload_set_gst_timestamp):
6795         Add some FIXME
6796
6797         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
6798         And some debug info when a FIXME path is hit.
6799
6800 2007-05-21  Wim Taymans  <wim@fluendo.com>
6801
6802         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6803         (gst_base_rtp_audio_payload_class_init),
6804         (gst_base_rtp_audio_payload_init),
6805         (gst_base_rtp_audio_payload_finalize),
6806         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
6807         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
6808         (gst_base_rtp_payload_audio_handle_event):
6809         Some cleanups, remove minptime property as it is now in the parent
6810         class.
6811         Override parent class event function.
6812
6813         * gst-libs/gst/rtp/gstbasertppayload.c:
6814         (gst_basertppayload_class_init), (gst_basertppayload_init),
6815         (gst_basertppayload_event), (gst_basertppayload_set_property),
6816         (gst_basertppayload_get_property):
6817         * gst-libs/gst/rtp/gstbasertppayload.h:
6818         Add min-ptime property.
6819         Add handle-event vmethod. Fixes #415001.
6820
6821 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
6822
6823         * gst-libs/gst/audio/gstbaseaudiosink.c
6824           (gst_base_audio_sink_change_state):
6825           Fix typo in comment.
6826
6827         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
6828           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
6829           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
6830           close_link):
6831         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
6832           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
6833           Remove trailing whitespaces in comments.
6834
6835         * gst/volume/Makefile.am:
6836           Fix tabs.
6837
6838 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
6839
6840         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
6841
6842         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
6843           set_option, get_option, _gst_reserved):
6844           Revert reordering functions (keep ABI).
6845
6846 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
6847
6848         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
6849         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
6850         (gst_ximagesink_show_frame):
6851         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
6852         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
6853         (gst_xvimagesink_show_frame):
6854         When we create our own window, indicate that we handle the 
6855         WM_DELETE client message from the window manager, so that it won't 
6856         kill our window (and our app) along with it. Handle ClientMessage,
6857         post an error on the bus, and close the window. Further buffers
6858         arriving will result in a FlowError because the window has been
6859         destroyed.
6860
6861         Fixes: #393975
6862
6863         Clean up the X event handling loop and make them the same for
6864         both xvimagesink and ximagesink while I'm at it.
6865
6866 2007-05-17  Wim Taymans  <wim@fluendo.com>
6867
6868         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
6869         Make decodebin2 autoplug depayloaders too.
6870
6871         * gst/playback/gsturidecodebin.c: (source_new_pad):
6872         Set the newly created decoder in a usable state when autoplugging a
6873         dynamic source such as RTSP.
6874
6875 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
6876
6877         * gst/playback/gststreaminfo.c: (cb_probe):
6878           Ignore video-codec tag for audio streams and ignore audio-codec tags
6879           for video streams. Should make codec name collection a bit more
6880           robust against sloppy demuxers that send tag events containing both
6881           tags down each pad.
6882
6883 2007-05-17  Wim Taymans  <wim@fluendo.com>
6884
6885         * gst/playback/gstqueue2.c: (update_rates):
6886         Tweak the buffering thresholds a little.
6887         Update the buffer size with the previously calculate rate instead of
6888         only when we calculate a new rate so that we get smoother buffering
6889         updates.
6890
6891         * gst/playback/Makefile.am:
6892         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
6893         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6894         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6895         (gst_uri_decode_bin_get_property), (unknown_type),
6896         (add_element_stream), (no_more_pads_full), (no_more_pads),
6897         (source_no_more_pads), (new_decoded_pad), (array_has_value),
6898         (gen_source_element), (has_all_raw_caps), (analyse_source),
6899         (remove_decoders), (make_decoder), (remove_source),
6900         (source_new_pad), (setup_source), (decoder_query_init),
6901         (decoder_query_duration_fold), (decoder_query_duration_done),
6902         (decoder_query_position_fold), (decoder_query_position_done),
6903         (decoder_query_latency_fold), (decoder_query_latency_done),
6904         (decoder_query_seeking_fold), (decoder_query_seeking_done),
6905         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
6906         (gst_uri_decode_bin_change_state), (plugin_init):
6907         New element that intergrates a source, optional buffering element and
6908         decodebin.
6909
6910 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
6911
6912         * configure.ac:
6913           Bump libtheora requirement to 1.0alpha5 for the pixformat check
6914           (also has a .pc file, so we don't need the fallback check any
6915           longer). Fixes #438840.
6916
6917 2007-05-17  Wim Taymans  <wim@fluendo.com>
6918
6919         * gst/playback/gstqueue2.c: (gst_queue_get_type),
6920         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
6921         (apply_segment), (apply_buffer), (update_buffering),
6922         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
6923         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
6924         (gst_queue_handle_sink_event), (gst_queue_is_filled),
6925         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
6926         (plugin_init):
6927         fix build.
6928
6929 2007-05-17  Wim Taymans  <wim@fluendo.com>
6930
6931         * gst/playback/Makefile.am:
6932         * gst/playback/gstqueue2.c: (gst_queue_get_type),
6933         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
6934         (gst_queue_getcaps), (gst_queue_bufferalloc),
6935         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
6936         (apply_buffer), (update_buffering), (reset_rate_timer),
6937         (update_rates), (gst_queue_locked_flush),
6938         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
6939         (gst_queue_handle_sink_event), (gst_queue_is_empty),
6940         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
6941         (gst_queue_loop), (gst_queue_handle_src_event),
6942         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
6943         (gst_queue_src_activate_push), (gst_queue_change_state),
6944         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
6945         On our way to playbin2 this is the new network queue that does buffering
6946         all by itself using high and low watermarks. It can also measure up and
6947         downstream bandwidth to optimally size the queue.
6948
6949 2007-05-17  Michael Smith <msmith@fluendo.com>
6950
6951         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
6952         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
6953           Use the segment->last_stop value to calculate the next timestamp to
6954           generate after a seek; not the segment->start value.
6955
6956 2007-05-15  David Schleef  <ds@schleef.org>
6957
6958         * docs/Makefile.am: Install docs even when --disable-gtk-doc
6959           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
6960
6961 2007-05-15  Wim Taymans  <wim@fluendo.com>
6962
6963         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6964         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
6965         Some more chained streaming ogg timestamp fixes.
6966
6967 2007-05-15  Wim Taymans  <wim@fluendo.com>
6968
6969         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6970         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6971         (gst_ogg_demux_handle_page):
6972         Add some FIXMEs.
6973         Fix chain start/stop segment handling based on patch by
6974         <ahalda at cs dot mcgill dot ca> see #320984.
6975
6976 2007-05-15  Michael Smith <msmith@fluendo.com>
6977
6978         * configure.ac:
6979           We don't require a C++ compiler. So don't require one.
6980
6981 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
6982
6983         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
6984           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
6985           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
6986           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
6987           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
6988           gst_alsa_mixer_update_track):
6989           Apply some of the cleanup Tim suggested in #152864 afterwards.
6990
6991 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
6992
6993         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
6994
6995         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
6996           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
6997           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
6998           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
6999           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
7000           gst_alsa_mixer_handle_source_callback,
7001           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
7002           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
7003           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
7004           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
7005           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
7006           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
7007         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
7008         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
7009           gst_alsa_mixer_element_interface_supported,
7010           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
7011           gst_alsa_mixer_element_set_property,
7012           gst_alsa_mixer_element_get_property,
7013           gst_alsa_mixer_element_change_state):
7014         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
7015         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
7016           gst_mixer_option_changed):
7017         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
7018           volume_changed, option_changed, _gst_reserved):
7019           Implement notification for alsamixer. Fixes #152864
7020
7021 2007-05-14  David Schleef  <ds@schleef.org>
7022
7023         * gst/videotestsrc/videotestsrc.c:
7024         * gst/videotestsrc/videotestsrc.h:
7025           Add support for video/x-raw-bayer.
7026
7027 2007-05-12  David Schleef  <ds@schleef.org>
7028
7029         * sys/xvimage/xvimagesink.c:
7030           Add some sanity checking for the XVImage size returned by X.
7031           Related to #377400.
7032
7033 2007-05-12  Wim Taymans  <wim@fluendo.com>
7034
7035         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7036         (gst_base_rtp_depayload_setcaps),
7037         (gst_base_rtp_depayload_set_gst_timestamp):
7038         Parse and use additional caps fields as described in updated
7039         application/x-rtp caps spec.
7040
7041 2007-05-12  Wim Taymans  <wim@fluendo.com>
7042
7043         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7044         (gst_ogg_demux_collect_chain_info):
7045         If there is a stream in a chain without any data packets, ignore the
7046         stream in the total length calculations. Might be related to #436820.
7047
7048 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
7049
7050         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
7051         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
7052         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
7053         (mpeg_video_type_find), (mpeg_video_stream_type_find),
7054         (plugin_init):
7055
7056         Consolidate and re-work our mpeg system stream detection to probe
7057         more packets and produce a higher confidence result. Fixes a
7058         regression caused by lowering the typefind probability last year
7059         - related to bug #397810. Remove the redundant MPEG-1 specific 
7060         typefind function, as the new one detects both MPEG-1 & MPEG-2
7061         happily.
7062
7063         Also cleanup the MPEG elementary and MPEG-TS detection functions a
7064         little. 
7065
7066         Tested against my media test directory, with some improvements and
7067         no regressions.
7068
7069 2007-05-10  Wim Taymans  <wim@fluendo.com>
7070
7071         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
7072         (queue_out_of_data):
7073         Connect to the new queue "pushing" signal instead of the broken
7074         "running" one.
7075
7076 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
7077
7078         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7079         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
7080         Move variable declaration before the first instruction.
7081         * gst/videotestsrc/videotestsrc.c:
7082         Define M_PI if it's not defined yet.
7083         * win32/common/libgstrtp.def:
7084         Add new exported functions.
7085
7086 2007-05-09  Michael Smith <msmith@fluendo.com>
7087
7088         * ext/theora/theoradec.c: (theora_handle_type_packet):
7089           gst_pad_push_event() does not return a GstFlowReturn!
7090
7091 2007-05-09  Wim Taymans  <wim@fluendo.com>
7092
7093         * tests/examples/seek/scrubby.c: (stop_cb), (main):
7094         * tests/examples/seek/seek.c: (do_seek):
7095         Some small cosmetic changes.
7096
7097 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
7098
7099         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
7100           gst_adder_change_state):
7101         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
7102           segment_pending, segment_position, segment_rate):
7103           Handle playback-rate on adder.
7104
7105 2007-05-07  Michael Smith <msmith@fluendo.com>
7106
7107         * ext/theora/gsttheoradec.h:
7108         * ext/theora/theoradec.c: (gst_theora_dec_reset),
7109         (theora_dec_sink_event), (theora_handle_comment_packet),
7110         (theora_handle_type_packet), (theora_dec_change_state):
7111           Don't push events (newsegment, tags) before initialising the
7112           decoder.
7113           This is neccesary for seeking to work correctly in gnonlin.
7114
7115 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
7116
7117         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7118         * gst/adder/gstadder.c:
7119         * gst/audiotestsrc/gstaudiotestsrc.c
7120           (gst_audio_test_src_create_white_noise):
7121         * gst/videotestsrc/gstvideotestsrc.c:
7122         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
7123           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
7124           volume_sink_template, volume_src_template, gst_volume_init,
7125           volume_process_double, volume_process_int16,
7126           volume_process_int16_clamp):
7127           Doc fixes and formatting.
7128
7129 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
7130
7131         * tests/check/Makefile.am:
7132         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7133           Minimal check for volume's GstController usability; also another
7134           test for #422295.
7135
7136 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
7137
7138         * gst-libs/gst/cdda/gstcddabasesrc.c:
7139         (gst_cdda_base_src_add_track):
7140           Fix it so that it (a) makes sense and (b) doesn't break
7141           everything cdda-related including the unit test.
7142
7143 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
7144
7145         * gst-libs/gst/cdda/gstcddabasesrc.c:
7146         (gst_cdda_base_src_add_track):
7147           Fix build when disabling asserts.
7148
7149 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
7150
7151         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
7152           When XShm is not available, we might get row strides that are not
7153           rounded up to multiples of four; this is bad, because virtually
7154           every RGB-processing element in GStreamer assumes rowstrides are
7155           rounded up to multiples of four, so let's allocate at least enough
7156           memory to avoid crashes in this case. The image will still be
7157           displayed distorted though if this happens, so that still needs
7158           fixing (maybe by allocating a bigger image with an 'even' width
7159           and then clipping it appropriately when rendering - something for
7160           Xlib aficionados in any case).
7161
7162 2007-05-03  Michael Smith <msmith@fluendo.com>
7163
7164         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7165           If a buffer doesn't have a timestamp, assume it's contiguous with
7166           the previous buffer, and synthesise timestamps appropriately.
7167
7168 2007-05-03  Edward Hervey  <edward@fluendo.com>
7169
7170         * tests/check/elements/videorate.c: (GST_START_TEST):
7171         Set buffer timestamp to a valid value in order to test the buffer
7172         really does stay in videorate.
7173
7174 2007-05-03  Edward Hervey  <edward@fluendo.com>
7175
7176         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
7177         There is no sensible way to handle incoming buffers which don't have a
7178         valid timestamp. We therefore discard them and wait for the next one.
7179
7180 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
7181
7182         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
7183         * gst/playback/gstdecodebin2.c: (plugin_init):
7184           Better error message for text files.
7185
7186 2007-04-29  Wim Taymans  <wim@fluendo.com>
7187
7188         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
7189         Fix offset bug in generation RR packets.
7190
7191 2007-04-27  Julien MOUTTE  <julien@moutte.net>
7192
7193         * ext/theora/theoradec.c: (_theora_granule_time),
7194         (theora_dec_push_forward), (theora_handle_data_packet),
7195         (theora_dec_decode_buffer): Calculate buffer duration correctly
7196         to generate a perfect stream (#433888).
7197         * gst/audioresample/gstaudioresample.c:
7198         (audioresample_check_discont): Glib provides ABS.
7199
7200 2007-04-27  Wim Taymans  <wim@fluendo.com>
7201
7202         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7203         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
7204         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
7205         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
7206         (gst_rtcp_packet_bye_set_reason):
7207         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7208         Fix RB block parsing and writing.
7209         Add support for constructing BYE packets.
7210
7211 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
7212
7213         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
7214         (gst_base_audio_src_create):
7215         * po/POTFILES.in:
7216           When posting a warning message because samples were dropped, post
7217           something more intelligible than he default error message for clock
7218           errors which is just confusing in this context (#432984).
7219
7220 2007-04-25  Wim Taymans  <wim@fluendo.com>
7221
7222         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
7223         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
7224         (read_packet_header), (gst_rtcp_packet_move_to_next),
7225         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
7226         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
7227         (gst_rtcp_packet_sdes_get_item_count),
7228         (gst_rtcp_packet_sdes_first_item),
7229         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
7230         (gst_rtcp_packet_sdes_first_entry),
7231         (gst_rtcp_packet_sdes_next_entry),
7232         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
7233         (gst_rtcp_packet_sdes_add_entry):
7234         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7235         Implement code to write SR, RR and SDES packets.
7236
7237 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
7238
7239         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
7240
7241         * sys/ximage/ximagesink.c:
7242           Fix build if XShm is not available (#432362).
7243
7244 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
7245
7246         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
7247         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
7248         pointers to random memory which are passed to g_free() when
7249         audio_convert_prepare_context() is called the first time.
7250
7251 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
7252
7253         Patch by: Dan Williams <dcbw redhat com>
7254
7255         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
7256           Don't leak incoming buffer if gst_pad_push() returns a
7257           non-OK flow. Fixes #432755.
7258          
7259         * tests/check/elements/videorate.c: (GST_START_TEST),
7260         (videorate_suite):
7261           Unit test for the above by Yours Truly.
7262
7263 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
7264
7265         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
7266         (gst_adder_sink_event), (gst_adder_collected):
7267           Fix non-flushing segmented seeks, Fixes #340060 for me
7268
7269 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
7270
7271         Patch by: Olivier Crete  <tester at tester ca>
7272
7273         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7274         (gst_base_rtp_audio_payload_class_init),
7275         (gst_base_rtp_audio_payload_init),
7276         (gst_base_rtp_audio_payload_dispose):
7277           Chain up to parent class in dispose function; get rid of
7278           unnecessary 'diposed' flag in private structure (#415001).
7279
7280 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
7281
7282         * docs/libs/gst-plugins-base-libs.types:
7283         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7284         (gst_base_rtp_audio_payload_class_init):
7285         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7286         * gst-libs/gst/rtp/gstbasertppayload.c:
7287           Some minor docs fixes and additions; also add missing 'Since' bits.
7288
7289 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
7290
7291         Patch by: Zeeshan Ali  <zeenix gmail com>
7292
7293         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7294         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
7295         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
7296         (gst_base_rtp_audio_payload_push):
7297         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7298           The recently-added gst_base_rtp_audio_payload_push() should take an
7299           object of type GstBaseRTPAudioPayload as first argument (#431672).
7300
7301 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
7302
7303         * gst/audioresample/gstaudioresample.c:
7304           Make more functions static, just because we can.
7305
7306 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
7307
7308         * tests/check/elements/audioresample.c:
7309           Add unit test for audioresample shutdown crasher (#420106).
7310
7311 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
7312
7313         * gst/subparse/gstsubparse.c:
7314         * gst/subparse/samiparse.c:
7315           Use GST_DISABLE_XML here
7316
7317         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7318         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
7319         (gst_xvimagesink_buffer_alloc),
7320         (gst_xvimagesink_navigation_send_event):
7321         * sys/xvimage/xvimagesink.h:
7322           Include stdlib.h when using atoi.
7323           
7324         * tests/check/elements/playbin.c: (playbin_suite):
7325           Use GST_DISABLE_REGISTRY here
7326
7327 2007-04-19  Michael Smith  <msmith@fluendo.com>
7328
7329         * ext/theora/gsttheoraenc.h:
7330         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
7331         (theora_enc_sink_event), (theora_enc_change_state):
7332           Track initialisation state; don't try to use encoder state if we're
7333           not initialised (it'll segfault).
7334
7335 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
7336
7337         * tests/check/pipelines/.cvsignore:
7338         Fix build.
7339
7340 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
7341
7342         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7343         Allow random depths between 1 and 32 instead of only multiplies of 8.
7344
7345 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
7346
7347         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7348         Set the maximum number of channels for PCM and float in the correct
7349         place to have it also used when creating the template caps.
7350
7351 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
7352
7353         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7354         Correctly support 4, 6 and 8 channels with normal PCM and float
7355         wav files.
7356
7357         Fix the depth and signedness calculation in extensible wav files and
7358         also handle 1, 2, 4, 6, 8 channels here when a file without channel
7359         mask is found.
7360
7361         Add support for float, alaw and mulaw in extensible wav files.
7362
7363         This allows correct playback of all but 5 files from
7364         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
7365         
7366         (gst_riff_create_audio_template_caps):
7367         Add voxware and float formats to the template caps.     
7368
7369 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
7370
7371         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
7372
7373         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
7374         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
7375
7376         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7377         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
7378         Use the correct format strings for integer formats.
7379
7380 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7381
7382         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
7383           Don't use pad_alloc_buffer_and_set_caps to create a small header
7384           packet, or, worse, to create a big temporary video buffer using the
7385           src pad.
7386
7387 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7388
7389         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
7390         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
7391           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
7392           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
7393
7394 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7395
7396         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
7397           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
7398           streamheader_suite):
7399           Add another test set up for failure
7400
7401 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7402
7403         * tests/check/Makefile.am:
7404         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
7405           GST_START_TEST, streamheader_suite, main):
7406           Add a test for the streamheader bug Wim fixed.
7407
7408 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
7409
7410         * ext/theora/theoradec.c: (theora_dec_sink_event):
7411         Fix misleading comment.
7412
7413 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
7414
7415         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7416           More sanity checks for the header fields.
7417
7418 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
7419
7420         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
7421           Try encodings from all environment variables, not just those in the
7422           first environment variable that is set.
7423
7424 2007-04-12  Wim Taymans  <wim@fluendo.com>
7425
7426         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
7427         (gst_video_rate_chain):
7428         Add some debug.
7429
7430         * tests/check/elements/videorate.c: (GST_START_TEST),
7431         (videorate_suite):
7432         Added check for videorate changing caps handling. Closes #421834.
7433
7434 2007-04-12  Michael Smith  <msmith@fluendo.com>
7435
7436         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7437           Use scale functions to avoid overflow when calculating duration of 
7438           vorbis buffers.
7439
7440 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
7441
7442         * docs/libs/gst-plugins-base-libs-sections.txt:
7443         * gst-libs/gst/tag/tag.h:
7444         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
7445           API: add gst_tag_freeform_string_to_utf8() (#405072).
7446
7447         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
7448           Use gst_tag_freeform_string_to_utf8() here.
7449
7450 2007-04-12  Wim Taymans  <wim@fluendo.com>
7451
7452         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
7453         (gst_gdp_pay_sink_event):
7454         Make sure we set the IN_CAPS flag correctly.
7455
7456         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
7457         Get the IN_CAPS flag before we call functions that mess with the flags.
7458
7459 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7460
7461         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
7462           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
7463           Only stamp buffers with offset/offset_end right before they get
7464           pushed.  This ensures offset continuity, which was not the case
7465           before as shown by
7466           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
7467
7468 2007-04-06  Wim Taymans  <wim@fluendo.com>
7469
7470         * gst/playback/gstplaybin.c: (add_sink),
7471         (gst_play_bin_change_state):
7472         Activate sync in playbin, we are ready to handle it for live streams.
7473
7474 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
7475
7476         * tests/check/elements/playbin.c:
7477         (test_sink_usage_video_only_stream), (playbin_suite):
7478           Add small test for stream-info-value-array code paths.
7479
7480 2007-04-05  Wim Taymans  <wim@fluendo.com>
7481
7482         * gst-libs/gst/audio/gstbaseaudiosink.c:
7483         (gst_base_audio_sink_skew_slaving):
7484         Don't try to create invalid calibration parameters by making the
7485         internal time go backwards, instead make external time go forward.
7486
7487 2007-04-05  Wim Taymans  <wim@fluendo.com>
7488
7489         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7490
7491         * gst/playback/gstplaybasebin.c: (add_stream):
7492         Fix leak in add_stream(), when g_value_set_object() increases the
7493         refcount of streaminfo object. Fixes #426250.
7494
7495 2007-04-03  David Schleef  <ds@schleef.org>
7496
7497         * gst/videotestsrc/gstvideotestsrc.c:
7498         * gst/videotestsrc/gstvideotestsrc.h:
7499         * gst/videotestsrc/videotestsrc.c:
7500         * gst/videotestsrc/videotestsrc.h:
7501           Add a test pattern called "circular", which has concentric
7502           rings with varying radial frequency.  The main purpose of this
7503           pattern is to test fidelity loss in a filter or scaler element.
7504           Notably, this pattern is scale invariant, and is optimally viewed
7505           with a width (and height) of 400.
7506
7507 2007-04-03  Wim Taymans  <wim@fluendo.com>
7508
7509         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7510
7511         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
7512         (deactivate_free_recursive):
7513         Decodebin2 doesn't unref pads it obtains in some occasions:
7514         - multiqueue src pads, when either connecting further or exposing
7515         - sink pads of new autoplugged elements
7516         - peer pads when recursively freeing elements
7517         Fixes #425455.
7518
7519 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
7520
7521         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7522         Add audio/x-raw-float support, now that audioconvert support
7523         non-native endianness floats.
7524
7525 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
7526
7527         * docs/libs/gst-plugins-base-libs-docs.sgml:
7528           gstreamer-plugins-base.pc doesn't exist, it's
7529           gstreamer-plugins-base-0.10.pc.
7530
7531 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
7532
7533         Patch by: René Stadler <mail at renestadler dot de>
7534         with some minor changes
7535
7536         * gst-libs/gst/floatcast/floatcast.h:
7537         Use more efficient float endianness conversion functions that don't
7538         involve 2 function calls per value.
7539         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
7540         (check_default), (audio_convert_prepare_context):
7541         * gst/audioconvert/gstaudioconvert.c:
7542         (gst_audio_convert_parse_caps), (make_lossless_changes):
7543         Support non-native endianness floats as input and output.
7544         Fixes #339838.
7545         * tests/check/elements/audioconvert.c: (verify_convert),
7546         (GST_START_TEST):
7547         Add unit tests for the non-native endianness float conversions.
7548
7549 2007-03-29  Wim Taymans  <wim@fluendo.com>
7550
7551         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7552         (gst_base_rtp_depayload_base_init),
7553         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
7554         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7555         (gst_base_rtp_depayload_set_gst_timestamp),
7556         (gst_base_rtp_depayload_change_state),
7557         (gst_base_rtp_depayload_set_property),
7558         (gst_base_rtp_depayload_get_property):
7559         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7560         Add Private structure.
7561         Bring element code to 2007.
7562         Parse clock-base caps param and use it when generating the
7563         newsegment.
7564         Reset variables before going to PAUSED.
7565         Fix some docs.
7566
7567 2007-03-29  Wim Taymans  <wim@fluendo.com>
7568
7569         * docs/libs/gst-plugins-base-libs-docs.sgml:
7570         * docs/libs/gst-plugins-base-libs-sections.txt:
7571         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7572         (gst_base_rtp_audio_payload_get_adapter):
7573         Add RTCP docs.
7574         Fix some more docs.
7575
7576         * gst-libs/gst/rtp/Makefile.am:
7577         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7578         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
7579         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
7580         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
7581         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
7582         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
7583         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
7584         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
7585         (gst_rtcp_packet_sr_get_sender_info),
7586         (gst_rtcp_packet_sr_set_sender_info),
7587         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
7588         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
7589         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
7590         (gst_rtcp_packet_sdes_get_chunk_count),
7591         (gst_rtcp_packet_sdes_first_chunk),
7592         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
7593         (gst_rtcp_packet_sdes_first_item),
7594         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
7595         (gst_rtcp_packet_bye_get_ssrc_count),
7596         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
7597         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
7598         (gst_rtcp_packet_bye_get_reason_len),
7599         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
7600         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7601         Add new helper object for parsing and creating RTCP messages.
7602
7603 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
7604
7605         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7606         PCM samples with width=8 must be always unsigned, no matter what
7607         depth they have.
7608
7609 2007-03-29  Andy Wingo  <wingo@pobox.com>
7610
7611         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
7612         perfect offsets also, not just timestamps.
7613
7614         * tests/check/elements/videorate.c (test_more): Test that given
7615         any incoming offsets, that videorate produces perfect offsets.
7616
7617 2007-03-29  Wim Taymans  <wim@fluendo.com>
7618
7619         * gst-libs/gst/riff/riff-ids.h:
7620         Add some more RIFF formats.
7621
7622 2007-03-29  Wim Taymans  <wim@fluendo.com>
7623
7624         * gst-libs/gst/rtp/gstrtpbuffer.c:
7625         (gst_rtp_buffer_default_clock_rate):
7626         * gst-libs/gst/rtp/gstrtpbuffer.h:
7627         Fix fixed payload names and docs.
7628         Added method to get the default clock rates of fixed payload types.
7629         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
7630
7631 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7632
7633         * tests/check/pipelines/.cvsignore:
7634         Add new vorbisdec test to cvsignore.
7635
7636 2007-03-28  Wim Taymans  <wim@fluendo.com>
7637
7638         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
7639         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
7640         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
7641         (gst_base_audio_sink_set_property),
7642         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
7643         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
7644         (gst_base_audio_sink_skew_slaving),
7645         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
7646         (gst_base_audio_sink_async_play):
7647         * gst-libs/gst/audio/gstbaseaudiosink.h:
7648         Store private stuff in GstBaseAudioSinkPrivate.
7649         Add configurable clock slaving modes property.
7650         API:: GstBaseAudioSink::slave-method property
7651         Some more latency reporting tweaks.
7652         Added skew based clock slaving correction and make it the default until
7653         the resampling method is more robust.
7654
7655 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
7656
7657         * gst/audioconvert/audioconvert.c:
7658         Add docs to the integer pack functions and implement proper
7659         rounding. Before we had rounding towards negative infinity, i.e.
7660         always the smaller number was taken. Now we use natural rounding,
7661         i.e. rounding to the nearest integer and to the one with the largest
7662         absolute value for X.5. The old rounding introduced some minor
7663         distortions. Fixes #420079
7664         * tests/check/elements/audioconvert.c: (GST_START_TEST):
7665         Fix one unit test that assumed the old rounding and added unit tests
7666         for checking signed/unsigned int16 <-> signed/unsigned int16 with
7667         depth 8, one for signed int16 <-> unsigned int16 and one for the new
7668         rounding from signed int32 to signed/unsigned int16.
7669
7670 2007-03-27  Michael Smith  <msmith@fluendo.com>
7671
7672         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
7673         (gst_audio_convert_transform_caps):
7674           Fix typo in debug line introduced recently, as pointed out on irc.
7675
7676 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
7677
7678         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7679         * tests/check/libs/tag.c: (GST_START_TEST):
7680           Make sure we parse floating-point numbers in vorbis comments
7681           correctly with either '.' or ',' as separator, no matter what
7682           the current locale is. Add unit test for this too.
7683
7684 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
7685
7686         Patch by: René Stadler  <mail at renestadler de>
7687
7688         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
7689           When writing out floating-point numbers to vorbis comment tags, always
7690           use the same character as separator no matter what the current locale is
7691           (fixes #423051).
7692
7693         * tests/check/libs/tag.c: (GST_START_TEST):
7694           Add unit tests for replaygain tags in vorbis comments (closes #423055).
7695
7696 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7697
7698         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
7699           vorbis_handle_data_packet):
7700           Correctly set DURATION to generate a timestamp-continuous stream.
7701           One bug left at the end; see
7702           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
7703         * tests/check/Makefile.am:
7704         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
7705           Add a test to check this.  Without the above patch this test fails.
7706
7707 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
7708
7709         * gst-libs/gst/rtp/Makefile.am:
7710         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
7711
7712 2007-03-23  Michael Smith  <msmith@fluendo.com>
7713
7714         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
7715         (gst_video_rate_reset), (gst_video_rate_chain):
7716           If videorate changes caps, we can no longer use the old buffer
7717           (which may have a different size, incompatible with our caps).
7718           So don't do that; just duplicate the new frame more times.
7719
7720 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
7721
7722         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
7723         Remove playbin's override of the set_clock vmethod. It's irrelevant
7724         after Wim's commit on the 19th.
7725
7726 2007-03-22  Wim Taymans  <wim@fluendo.com>
7727
7728         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
7729         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
7730         * ext/gnomevfs/gstgnomevfssrc.h:
7731         Don't cache file sizes. Fixes #341078.
7732
7733 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
7734
7735         * gst/playback/gstplaybin.c: (add_sink):
7736           Use GST_PTR_FORMAT to log caps. 
7737
7738 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
7739
7740         Patch by: Young-Ho Cha <ganadist at chollian net>
7741
7742         * gst/subparse/samiparse.c: (handle_start_font):
7743           Special-case some more colour names that pango doesn't handle by
7744           default. Fixes #420578.
7745
7746 2007-03-20  Michael Smith  <msmith@fluendo.com>
7747
7748         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
7749           If we get a zero-sized input buffer, don't pass it to libvorbis, as
7750           that marks EOS internally. After that, libvorbis will buffer all
7751           input data, and encode none of it, eventually leading to memory
7752           exhaustion.
7753
7754 2007-03-19  Wim Taymans  <wim@fluendo.com>
7755
7756         * gst/playback/gstdecodebin.c: (remove_fakesink):
7757         Don't post STATE_DIRTY anymore.
7758
7759         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
7760         (gst_play_bin_change_state):
7761         Remove stream_time reset in seek handling, core does that now.
7762         Disable clocking for live pipelines by forcing a NULL clock to the
7763         complete pipeline, core is too smart now for our previous hack.
7764         We can always autoplug in PAUSED now.
7765
7766 2007-03-17  David Schleef  <ds@schleef.org>
7767
7768         * REQUIREMENTS:  Update this file, change the formatting to make
7769         it more consistent, plus more machine readable.
7770
7771 2007-03-16  Michael Smith  <msmith@fluendo.com>
7772
7773         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
7774         (strip_width_64), (append_with_other_format):
7775           Previous fix was too simplistic, and broke the tests. Use a better
7776           approach; only strip 64 from widths for integer audio.
7777
7778 2007-03-16  Michael Smith  <msmith@fluendo.com>
7779
7780         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
7781         (gst_audio_convert_transform_caps):
7782           We don't support 64 bit integer audio, so don't try to claim we can.
7783           Stops us producing caps don't match our template caps.
7784           Update comments.
7785
7786 2007-03-15  Michael Smith  <msmith@fluendo.com>
7787
7788         * gst/audioresample/gstaudioresample.c:
7789         (audioresample_check_discont), (audioresample_transform):
7790           Don't trigger discontinuities for very small imperfections; a filter
7791           flush will sound bad, and many plugins have rounding errors leading
7792           to these.
7793
7794 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7795
7796         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
7797
7798         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7799         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7800         API: add "min-ptime" property to RTP base audio payloader.
7801         API: add gst_base_rtp_audio_payload_push().
7802         API: add gst_base_rtp_audio_payload_get_adapter().
7803         Fixes #415001
7804         Indentation/whitespace/documentation fixes.
7805
7806 2007-03-14  Julien MOUTTE  <julien@moutte.net>
7807
7808         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
7809         (audioresample_transform_size), (audioresample_do_output),
7810         (audioresample_transform), (audioresample_pushthrough): Handle
7811         discontinuous streams.
7812         * gst/audioresample/gstaudioresample.h:
7813         * tests/check/elements/audioresample.c:
7814         (test_discont_stream_instance), (GST_START_TEST),
7815         (audioresample_suite): Add a test for discontinuous streams.
7816         * win32/common/config.h: Updated.
7817
7818 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7819
7820         * po/af.po:
7821         * po/az.po:
7822         * po/cs.po:
7823         * po/en_GB.po:
7824         * po/it.po:
7825         * po/nb.po:
7826         * po/nl.po:
7827         * po/or.po:
7828         * po/sq.po:
7829         * po/sr.po:
7830         * po/sv.po:
7831         * po/uk.po:
7832         * po/vi.po:
7833           Update translations from translation project.
7834
7835 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7836
7837         * gst/audioresample/debug.h:
7838         * gst/audioresample/resample.c: (resample_init):
7839           Since I really am not interested in a debug line for each sample
7840           being processed, move the library's debugging to its own category,
7841           libaudioresample
7842
7843 2007-03-13  Michael Smith  <msmith@fluendo.com>
7844
7845         * ext/theora/theoradec.c: (theora_handle_type_packet):
7846           Since the plugin doesn't support anything other than 4:2:0 right
7847           now, post an error and fail if we get something else. Won't matter
7848           until libtheora supports the other pixel formats, but hopefully
7849           that'll be soon...
7850
7851 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
7852
7853         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
7854         Use gst_guint64_to_gdouble for conversion.
7855         * win32/MANIFEST:
7856         Add new files to the win32 MANIFEST.
7857         * win32/common/libgstaudio.def:
7858         * win32/common/libgstpbutils.def:
7859         Add new exported functions.
7860         * win32/vs6/gst_plugins_base.dsw:
7861         * win32/vs6/libgstdecodebin.dsp:
7862         * win32/vs6/libgstplaybin.dsp:
7863         Change the link to libgstpbutils.lib.
7864         * win32/vs6/libgstdecodebin2.dsp:
7865         Add a new project for decodebin2.
7866         * win32/vs6/libgstpbutils.dsp:
7867         Add a new project for pbutils.
7868
7869 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
7870
7871         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7872           Also accept partial dates with only year and month,
7873           like 1999-12-00 (fixes #410396 even more).
7874
7875         * tests/check/libs/tag.c: (GST_START_TEST):
7876           Add unit test for the above.
7877
7878 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
7879
7880         * tests/check/elements/subparse.c: (GST_START_TEST),
7881         (subparse_suite):
7882           Add unit test for MPL2 subtitle format (#413799).
7883
7884 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
7885
7886         Patch by: Kamil Pawlowski  <kamilpe gmail com>
7887
7888         * gst/subparse/Makefile.am:
7889         * gst/subparse/gstsubparse.c:
7890         (gst_sub_parse_data_format_autodetect),
7891         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
7892         (gst_subparse_type_find):
7893         * gst/subparse/gstsubparse.h:
7894         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
7895         * gst/subparse/mpl2parse.h:
7896           Add support for MPL2 subtitle format (#413799).
7897
7898 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7899
7900         * configure.ac:
7901           We require core CVS for the new buffer metadata copy functions.
7902
7903 2007-03-09  Wim Taymans  <wim@fluendo.com>
7904
7905         * gst-libs/gst/tag/gstid3tag.c:
7906         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
7907         Fixes #414496.
7908
7909         Patch by: Alex Lancaster <alexl at users sourceforge net>
7910
7911 2007-03-09  Wim Taymans  <wim@fluendo.com>
7912
7913         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
7914         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
7915         Improve adapter usage and comments.
7916
7917 2007-03-09  Wim Taymans  <wim@fluendo.com>
7918
7919         * ext/pango/gsttextrender.c: (gst_text_render_chain):
7920         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
7921         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
7922         Use new metadata copy function.
7923
7924         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7925         (gst_ffmpegcsp_transform):
7926         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
7927         Basetransform copied the metadata for us.
7928
7929 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7930
7931         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7932         (gst_text_overlay_video_event):
7933           Some more logging. Only accept newsegment events in TIME format and
7934           send a WARNING message if they are not in TIME format.
7935
7936         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7937         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
7938         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
7939         * gst/subparse/gstsubparse.h:
7940           No need to allocate GstSegment structure dynamically, just put it
7941           into the instance structure; ignore newsegment events in BYTE
7942           format and in particular don't let it overwrite our saved TIME
7943           segment from the last seek.
7944
7945 2007-03-09  Michael Smith  <msmith@fluendo.com>
7946
7947         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
7948           Replace AC3 typefinder with one that isn't terrible, and actually
7949           works usefully.
7950
7951 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7952
7953         * gst/audioconvert/gstaudioconvert.c:
7954         (gst_audio_convert_transform):
7955           fix error category and translatable string
7956           
7957
7958 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7959
7960         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7961         * pkgconfig/gstreamer-plugins-base.pc.in:
7962           Fix up utils => pbutils here too.
7963
7964 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7965
7966         * gst/subparse/gstsubparse.c: (handle_buffer):
7967           Break out of loop in chain function as soon as possible if we get
7968           a non-OK flow return.
7969
7970 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
7971
7972         * tests/check/elements/alsa.c: (GST_START_TEST):
7973         Unref the mixer if the state change fails too (if the
7974         alsa devices are inaccessible, for example)
7975
7976 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
7977
7978         * tests/check/Makefile.am:
7979         Don't test libvisual elements in the states check, because libvisual
7980         seems to leak internally.
7981
7982         Re-enable the alsa and states tests now that there's new suppressions
7983         in gst.supp.
7984
7985         * tests/check/elements/alsa.c: (GST_START_TEST):
7986         Don't leak the alsamixer we instantiated.
7987
7988 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
7989
7990         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
7991         (gst_ximagesink_change_state), (gst_ximagesink_reset),
7992         (gst_ximagesink_finalize):
7993         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
7994         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
7995         Move some cleanup stuff from the state change handler into a _reset()
7996         function that can be called from _finalize(). This ensures that things
7997         get freed even if (for some reason) the NULL->READY state transition
7998         fails in the parent class.
7999         Even if a parent state change fails, process our downward state change
8000         logic instead of bailing out early.
8001         Free the correct xcontext pointer in ximagesink's xcontext_clear.
8002
8003 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
8004
8005         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
8006         Extra log line.
8007
8008         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
8009         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
8010         Use pango_font_description_set_family_static instead of 
8011         pango_font_description_set_family to save a string copy (it was
8012         leaking due to the strdup anyway)
8013
8014         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
8015         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
8016         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
8017         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
8018         Chain up in finalize.
8019
8020 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
8021
8022         * gst-libs/gst/interfaces/mixertrack.c:
8023         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
8024         (gst_mixer_track_set_property):
8025           API: add "untranslated-label" property which should be set by
8026           implementations at construct time (#414645).
8027
8028         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
8029         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
8030           Set "untranslated-label" when constructing mixer track objects.
8031
8032         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
8033           Unit test to check the above.
8034
8035 2007-03-07  Wim Taymans  <wim@fluendo.com>
8036
8037         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
8038         Fix confusing debug message.
8039
8040 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
8041
8042         * gst-plugins-base.doap:
8043         update doap file with new version
8044
8045 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
8046
8047         * configure.ac:
8048         Back to CVS
8049
8050 === release 0.10.12 ===
8051
8052 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
8053
8054         * configure.ac:
8055           releasing 0.10.12, "Zombie Horde"
8056
8057 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
8058
8059         * configure.ac:
8060         Bump version to 0.10.11.4 pre-release
8061
8062 2007-03-06  Wim Taymans  <wim@fluendo.com>
8063
8064         * gst-libs/gst/audio/gstbaseaudiosink.c:
8065         (gst_base_audio_sink_async_play):
8066         Fix regression that made GStreamer skip the first samples of audio.
8067         Fixes #414684.
8068
8069 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
8070
8071         * configure.ac:
8072         Bump version to 0.10.11.3 pre-release
8073
8074 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
8075
8076         * po/POTFILES.in:
8077           Update paths for the rename from utils to pbutils to fix the build.
8078
8079 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
8080
8081         * gst-libs/gst/pbutils/Makefile.am:
8082           Change directory to install headers in from gst/utils to gst/pbutils
8083           as well.
8084
8085 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8086
8087         * configure.ac:
8088         * docs/libs/gst-plugins-base-libs-docs.sgml:
8089         * docs/libs/gst-plugins-base-libs-sections.txt:
8090         * gst-libs/gst/Makefile.am:
8091         * gst-libs/gst/interfaces/mixer.c:
8092         * gst-libs/gst/pbutils/Makefile.am:
8093         * gst-libs/gst/pbutils/descriptions.c:
8094         (gst_pb_utils_get_source_description),
8095         (gst_pb_utils_get_sink_description),
8096         (gst_pb_utils_get_decoder_description),
8097         (gst_pb_utils_get_encoder_description),
8098         (gst_pb_utils_get_element_description),
8099         (gst_pb_utils_add_codec_description_to_tag_list),
8100         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
8101         * gst-libs/gst/pbutils/descriptions.h:
8102         * gst-libs/gst/pbutils/install-plugins.c:
8103         * gst-libs/gst/pbutils/install-plugins.h:
8104         * gst-libs/gst/pbutils/missing-plugins.c:
8105         (gst_missing_uri_source_message_new),
8106         (gst_missing_uri_sink_message_new),
8107         (gst_missing_element_message_new),
8108         (gst_missing_decoder_message_new),
8109         (gst_missing_encoder_message_new),
8110         (gst_missing_plugin_message_get_description):
8111         * gst-libs/gst/pbutils/missing-plugins.h:
8112         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
8113         * gst-libs/gst/pbutils/pbutils.h:
8114         * gst-libs/gst/utils/Makefile.am:
8115         * gst-libs/gst/utils/base-utils.c:
8116         * gst-libs/gst/utils/base-utils.h:
8117         * gst-libs/gst/utils/descriptions.c:
8118         * gst-libs/gst/utils/descriptions.h:
8119         * gst-libs/gst/utils/install-plugins.c:
8120         * gst-libs/gst/utils/install-plugins.h:
8121         * gst-libs/gst/utils/missing-plugins.c:
8122         * gst-libs/gst/utils/missing-plugins.h:
8123         * gst-plugins-base.spec.in:
8124         * gst/playback/Makefile.am:
8125         * gst/playback/gstdecodebin.c:
8126         * gst/playback/gstdecodebin2.c:
8127         * gst/playback/gstplaybasebin.c: (setup_subtitle),
8128         (gen_source_element):
8129         * gst/playback/gstplaybin.c: (plugin_init):
8130         * tests/check/Makefile.am:
8131         * tests/check/libs/pbutils.c: (GST_START_TEST),
8132         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
8133         * tests/check/libs/utils.c:
8134           rename utils to pbutils
8135
8136 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
8137
8138         * docs/plugins/Makefile.am:
8139         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8140         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8141         * docs/plugins/inspect/plugin-decodebin2.xml:
8142         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
8143         Add documentation for decodebin2 that indicates that the API
8144         is still unstable.
8145
8146 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
8147
8148         * configure.ac:
8149         Update to 0.10.11.2 (0.10.12 pre-release)
8150
8151 2007-03-01  Wim Taymans  <wim@fluendo.com>
8152
8153         * gst-libs/gst/audio/gstbaseaudiosink.c:
8154         (gst_base_audio_sink_async_play):
8155         base time is irrelevant here.
8156
8157 2007-03-01  Wim Taymans  <wim@fluendo.com>
8158
8159         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
8160         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
8161         Improve debugging.
8162
8163         * gst-libs/gst/audio/gstbaseaudiosink.c:
8164         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
8165         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
8166         Improve latency and clock slaving calculations.
8167         Improve slave clock calibration.
8168
8169         * gst-libs/gst/audio/gstringbuffer.c:
8170         (gst_ring_buffer_commit_full):
8171         When we are asked to render N sample to 0 bytes, return N.
8172
8173 2007-03-01  Wim Taymans  <wim@fluendo.com>
8174
8175         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
8176         (gst_alsasink_write), (gst_alsasink_reset):
8177         * ext/alsa/gstalsasink.h:
8178         Remove unused dispose function.
8179         Rename lock to not interfere with alsasrc lock.
8180
8181         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
8182         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
8183         (gst_alsasrc_read), (gst_alsasrc_reset):
8184         * ext/alsa/gstalsasrc.h:
8185         Implement finalize function.
8186         Use lock to protect alsa access.
8187         Implement _reset.
8188         Fine tune sw params.
8189
8190 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8191
8192         * configure.ac:
8193           Convert to new AG_GST style.
8194
8195 2007-02-28  Wim Taymans  <wim@fluendo.com>
8196
8197         Patch by: Ed Catmur <ed at catmur dot co dot uk>
8198
8199         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
8200         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
8201         Fix race condition when rapidly switching visualisations in playbin.
8202         Fixes #401029.
8203
8204 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
8205
8206         * tests/check/Makefile.am:
8207         Include local stuff before system installed things in LDFLAGS and
8208         CFLAGS.
8209
8210 2007-02-28  Wim Taymans  <wim@fluendo.com>
8211
8212         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
8213         Improve debugging.
8214
8215 2007-02-28  Wim Taymans  <wim@fluendo.com>
8216
8217         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
8218         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
8219         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
8220         Fix duration and timestamping, taking latency into account.
8221         Implement latency query.
8222
8223 2007-02-28  Wim Taymans  <wim@fluendo.com>
8224
8225         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
8226         (gst_audio_clock_new):
8227         Fix clock name.
8228
8229         * gst-libs/gst/audio/gstbaseaudiosink.c:
8230         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
8231         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8232         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
8233         (gst_base_audio_src_create):
8234         Improve latency query code.
8235         Use proper clock names.
8236
8237 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8238
8239         * tests/check/generic/states.c: (GST_START_TEST):
8240           Copy the states.c test from core again
8241         * tests/check/Makefile.am:
8242           ignore cdio and cdparanoiasrc
8243
8244 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
8245
8246         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
8247         (double_hq), (audio_convert_get_func_index), (check_default),
8248         (audio_convert_prepare_context), (audio_convert_convert):
8249           Also make valgrind happy and avoid copying data in some cases.
8250
8251 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
8252
8253         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
8254         (double_hq), (audio_convert_get_func_index),
8255         (audio_convert_prepare_context), (audio_convert_convert):
8256         * gst/audioconvert/gstaudioconvert.c:
8257         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
8258         (gst_audio_convert_transform_caps):
8259         * tests/check/elements/audioconvert.c: (GST_START_TEST),
8260         (audioconvert_suite):
8261           Don't run inplace if that overwrites source data as we go. Add more
8262           tests. Fixes #339837 even more.
8263
8264 2007-02-27  Julien MOUTTE  <julien@moutte.net>
8265
8266         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
8267         (msg_segment_done): Fix various seeking bugs (Slider was not
8268         updating when doing a non flushing seek, Reverse playback 
8269         on segment seek was wrong).
8270
8271 2007-02-26  Wim Taymans  <wim@fluendo.com>
8272
8273         * tests/examples/seek/seek.c: (stop_seek):
8274         When we stop scrubbing, don't leave the pipeline PLAYING when we
8275         requested a PAUSED state.
8276
8277 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
8278
8279         Patch by: René Stadler <mail at renestadler de>
8280
8281         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8282           Parse date strings in vorbis comments that have an invalid (zero)
8283           month or day (#410396).
8284
8285         * tests/check/libs/tag.c: (GST_START_TEST):
8286           Test case for the above.
8287
8288 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
8289
8290         Patch by: Loïc Minier <lool+gnome at via ecp fr>
8291
8292         * configure.ac:
8293         * ext/alsa/Makefile.am:
8294         * gst/audiotestsrc/Makefile.am:
8295           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
8296
8297 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
8298
8299         * gst/playback/gstplaybin.c:
8300           Improve docs: point out that the application needs to assist playbin
8301           with buffering.
8302
8303 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
8304
8305         * gst-libs/gst/utils/install-plugins.c:
8306         * gst-libs/gst/utils/missing-plugins.c:
8307         * tests/check/libs/utils.c: (missing_msg_check_getters):
8308           Change GStreamer marker prefix in detail string from 'gstreamer.net'
8309           to just 'gstreamer'. Document the caps string component of the
8310           decoder/encoder detail a bit better, since not everyone will be
8311           familiar with the GStreamer media type/caps system (but they better
8312           enjoy nested itemized lists).
8313
8314 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
8315
8316         * gst-libs/gst/netbuffer/gstnetbuffer.c:
8317         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
8318           Fix copying of GstNetBuffer (would crash before, or at least lead to
8319           invalid memory access, #410772), for now by copying the GstBuffer copy
8320           code from the core over here so we can copy the GstBuffer fields on a
8321           provided buffer instance (of type GstNetBuffer in this case). Would be
8322           better to fix this with some support by the core though (and in the long
8323           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
8324
8325         * tests/check/Makefile.am:
8326           Enable unit test for GstNetBuffer.
8327
8328 2007-02-22  Andy Wingo  <wingo@pobox.com>
8329
8330         * gst-libs/gst/audio/gstbaseaudiosink.c
8331         (gst_base_audio_sink_init): Disable pull-mode activation until we
8332         figure out how to make audio sinks go to PLAYING.
8333
8334 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
8335
8336         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
8337         (double_hq), (audio_convert_get_func_index),
8338         (audio_convert_prepare_context), (audio_convert_convert):
8339         * gst/audioconvert/audioconvert.h:
8340         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
8341         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
8342         * gst/audioconvert/gstchannelmix.h:
8343         * tests/check/elements/audioconvert.c: (GST_START_TEST):
8344           Add float as an intermediate format, as well as float mixing. Enable
8345           test that was failing before. Fixes #339837
8346
8347 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
8348
8349         * tests/examples/seek/seek.c: (do_seek):
8350         Undo the previous commit: -1 as a stop time implies that the stop
8351         time is the end of file, clearing any previously configured segment.
8352
8353 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
8354
8355         * tests/examples/seek/seek.c: (do_seek):
8356         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
8357
8358 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
8359
8360         * gst/volume/gstvolume.c: (volume_process_int16),
8361         (volume_process_int16_clamp), (volume_set_caps):
8362           Unbreak volume, value remains gint.
8363
8364 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
8365
8366         * gst/volume/gstvolume.c: (volume_choose_func),
8367         (volume_update_real_volume), (gst_volume_set_volume),
8368         (gst_volume_init), (volume_process_double), (volume_process_float),
8369         (volume_process_int16), (volume_process_int16_clamp),
8370         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
8371         * gst/volume/gstvolume.h:
8372           Extend float audio support (double) and some int->uint cleanups.
8373
8374 2007-02-20  Edward Hervey  <edward@fluendo.com>
8375
8376         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
8377         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
8378         (sort_end_pads), (gst_decode_group_expose),
8379         (gst_decode_group_hide):
8380         Don't free groups from the streaming threads. Just put them aside and
8381         free them in dispose.
8382
8383 2007-02-20  Edward Hervey  <edward@fluendo.com>
8384
8385         * gst/playback/gstdecodebin2.c: (connect_element),
8386         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
8387         (sort_end_pads), (gst_decode_group_expose):
8388         Handle dynamic pads within groups.
8389         Sort pads before exposing them in order to make playbin happy.
8390         There still is a race with the multiqueue filling up. This should be
8391         solved separately.
8392         Fixes #398721
8393
8394 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8395
8396         * gst-libs/gst/utils/base-utils.c:
8397         * gst-libs/gst/utils/descriptions.c:
8398         * gst-libs/gst/utils/install-plugins.c:
8399         * gst-libs/gst/utils/missing-plugins.c:
8400           Some more docs (and descriptions for two subtitle formats).
8401
8402 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8403
8404         * gst-libs/gst/audio/audio.c:
8405           Fix documentation.
8406
8407 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8408
8409         Patch by: Yves Lefebvre  <ivanohe abacom com>
8410
8411         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
8412           Don't leak caps. Fixes #408278.
8413
8414 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
8415
8416         * ext/cdparanoia/gstcdparanoiasrc.h:
8417         * ext/ogg/gstoggdemux.h:
8418         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
8419         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
8420         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
8421         * gst-libs/gst/audio/audio.h:
8422         * gst-libs/gst/audio/gstaudiofilter.h:
8423         * gst-libs/gst/interfaces/videoorientation.h:
8424         * gst/adder/gstadder.h:
8425           More docs coverage and some ChangeLog surgery (add missing names)
8426
8427 2007-02-15  Wim Taymans  <wim@fluendo.com>
8428
8429         * sys/ximage/ximagesink.c:
8430         (gst_ximagesink_calculate_pixel_aspect_ratio):
8431         * sys/xvimage/xvimagesink.c:
8432         (gst_xvimagesink_calculate_pixel_aspect_ratio):
8433         Small constifications.
8434
8435 2007-02-15  Wim Taymans  <wim@fluendo.com>
8436
8437         * gst-libs/gst/audio/gstbaseaudiosink.c:
8438         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
8439         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
8440         (gst_base_audio_sink_async_play),
8441         (gst_base_audio_sink_change_state):
8442         Answer latency query.
8443         Use configured latency when syncing.
8444         Fix clock slaving.
8445
8446         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8447         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
8448         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
8449         Fix possible memleak.
8450         Implement latency query.
8451         Small cleanups.
8452
8453 2007-02-15  Wim Taymans  <wim@fluendo.com>
8454
8455         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
8456         Ignore errors in reset, these are not fatal. They also grab the element
8457         lock which is already taking when this function is called. Fixes
8458         #405451.
8459
8460 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
8461
8462         * configure.ac:
8463           Remove 'tests/examples/xerror/Makefile' from output files again.
8464
8465 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
8466
8467         * configure.ac:
8468         * docs/plugins/Makefile.am:
8469           Also crossref against gst-plugins-base-libs.
8470
8471 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
8472
8473         * configure.ac:
8474         * docs/libs/Makefile.am:
8475         * docs/plugins/Makefile.am:
8476           Add crossreferences to glib/gobject/gstream docs.
8477
8478         * gst-libs/gst/audio/audio.h:
8479           Source formatting.
8480
8481         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
8482           Add own debug category.
8483
8484 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
8485
8486         Patch by: René Stadler <mail at renestadler de>
8487
8488         * gst-libs/gst/tag/gstvorbistag.c:
8489           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
8490           (#403597).
8491
8492 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
8493
8494         * gst/playback/gstplaybasebin.c: (setup_source):
8495           When we have external subtitles and wait for the subtitle decodebin
8496           to get up and running, we set up a (sync) bus handler for the
8497           subtitle decodebin, so we can stop waiting when it posts an error
8498           message. However, we should do that before we set the subtitle
8499           decodebin's state to playing, otherwise things are racy and we might
8500           miss error messages posted before we had a chance to set up the bus.
8501           This should finally fix totem hanging on .txt pseudo-subtitle files.
8502           
8503 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
8504
8505         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
8506           Use gst_gdouble_to_guint64 for conversions.
8507         * win32/common/config.h.in:
8508           Add a define for GST_INSTALL_PLUGINS_HELPER
8509         * win32/common/libgstaudio.def:
8510         * win32/common/libgstcdda.def:
8511         * win32/common/libgstnetbuffer.def:
8512         * win32/common/libgstrtp.def:
8513         * win32/common/libgutils.def:
8514           Add new exported functions.
8515         * win32/vs6/gst_plugins_base.dsw:
8516         * win32/vs6/libgstdecodebin.dsp:
8517         * win32/vs6/libgstnetbuffer.dsp:
8518         * win32/vs6/libgstplaybin.dsp:
8519         * win32/vs6/libgstrtp.dsp:
8520         * win32/vs6/libgstvorbis.dsp:
8521         * win32/vs6/libgstcdda.dsp:
8522         * win32/vs6/libgstgdp.dsp:
8523         * win32/vs6/libgstutils.dsp:
8524           Update and add new project files.
8525
8526 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
8527
8528         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
8529         (subrip_remove_unhandled_tags), (parse_subrip):
8530           For SubRip (.srt) subtitles, ignore all markup tags we don't
8531           handle (like font tags, for example).
8532
8533         * tests/check/elements/subparse.c:
8534           Add test for this.
8535
8536 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
8537
8538         * gst/playback/gstdecodebin.c: (add_fakesink),
8539         (gst_decode_bin_change_state):
8540         * gst/playback/gstdecodebin2.c: (add_fakesink),
8541         (gst_decode_bin_change_state):
8542           Don't error out if there is no fakesink in the NULL to READY state
8543           change, since when decodebin is re-used, we're only adding the
8544           fakesink element in READY to PAUSED.
8545
8546         * tests/check/elements/decodebin.c:
8547         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
8548         (decodebin_suite):
8549           Minimal unit test to make sure we can use the same decodebin
8550           instance twice (at least with audiotestsrc input).
8551
8552 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
8553
8554         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
8555           Try to get devic-name from device string first, and from handle only
8556           as fallback (seems to yield better results and is more robust
8557           against buggy probing code on the application side).
8558
8559 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
8560
8561         Based on patch by: Julien Puydt <julien.puydt at laposte net>
8562
8563         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
8564         (gst_alsa_find_device_name):
8565         * ext/alsa/gstalsa.h:
8566         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
8567         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
8568           Improve device-name detection a bit, especially in the case where
8569           the device is not actually open (#405020, #405024). Move common code
8570           into gstalsa.c instead of duplicating it.
8571
8572 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8573
8574         * gst/audioconvert/gstaudioconvert.c:
8575           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
8576
8577 2007-02-06  Julien MOUTTE  <julien@moutte.net>
8578
8579         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8580         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
8581         (gst_xvimagesink_interface_supported),
8582         (gst_xvimagesink_probe_get_properties),
8583         (gst_xvimagesink_probe_probe_property),
8584         (gst_xvimagesink_probe_needs_probe),
8585         (gst_xvimagesink_probe_get_values),
8586         (gst_xvimagesink_property_probe_interface_init),
8587         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8588         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
8589         (gst_xvimagesink_get_type):
8590         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
8591         for XVAdaptors so that one can choose the adaptor to use with 
8592         gstreamer-properties.
8593
8594 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
8595
8596         * gst/audioconvert/gstaudioconvert.c:
8597           Also mention that a conversion from double to float is suboptimal still.
8598
8599 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8600
8601         * gst-libs/gst/audio/gstaudiofilter.c:
8602         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
8603           Clear our formats structure and free the caps contained in it when
8604           shutting down.
8605
8606 2007-02-05  Andy Wingo  <wingo@pobox.com>
8607
8608         * gst-libs/gst/audio/gstbaseaudiosink.c
8609         (gst_base_audio_sink_callback): Update basesink->offset so that we
8610         pull monotonically increasing offsets instead of, um, seeking back
8611         to 0 each time. Fixes alsasrc ! alsasink!
8612
8613 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8614
8615         * gst/videoscale/gstvideoscale.c:
8616           A width and height of 1 makes us crash, so increase minimum size to
8617           2x2 pixels until someone feels like fixing this (#404512).
8618
8619 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
8620
8621         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
8622           Add small test to make sure request pads are cleaned up properly
8623           even if oggmux never changes state out of NULL.
8624
8625 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
8626
8627         * tests/check/libs/utils.c: (GST_START_TEST):
8628           Fix unit test. Turns out things work much better when you
8629           NULL-terminate string arrays. Should make p5 build bot happy again.
8630
8631 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8632
8633         * gst-libs/gst/audio/Makefile.am:
8634         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8635         (gst_audio_filter_template_base_init),
8636         (gst_audio_filter_template_class_init),
8637         (gst_audio_filter_template_init),
8638         (gst_audio_filter_template_set_property),
8639         (gst_audio_filter_template_get_property),
8640         (gst_audio_filter_template_setup),
8641         (gst_audio_filter_template_filter),
8642         (gst_audio_filter_template_filter_inplace), (plugin_init):
8643           Oops, forgot to commit fixed-up example.
8644
8645 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8646
8647         * docs/libs/gst-plugins-base-libs-sections.txt:
8648         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
8649         (gst_audio_filter_class_init), (gst_audio_filter_init),
8650         (gst_audio_filter_set_caps),
8651         (gst_audio_filter_class_add_pad_templates):
8652         * gst-libs/gst/audio/gstaudiofilter.h:
8653           Port GstAudioFilter to 0.10. This change technically breaks
8654           API and ABI (and thus also every library developer's heart),
8655           but seems justifiable on the grounds that the base class was
8656           completely unusable before (ie. would crash immediately when
8657           actually used). Fixes #403963 (and eventually also #403572).
8658           Also document all of this a bit.
8659
8660 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8661
8662         * gst-libs/gst/utils/install-plugins.c:
8663         (gst_install_plugins_spawn_child):
8664         * tests/check/libs/utils.c:
8665         (test_base_utils_install_plugins_do_callout):
8666           Lowering log level to see why things fail on the p5 build bot;
8667           fix some typos in unit test messages.
8668
8669 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8670
8671         * tests/check/libs/utils.c:
8672         (test_base_utils_install_plugins_do_callout):
8673           Don't hard-code temp directory for test helper; use GLib functions
8674           to write out file and do error checking etc.
8675
8676 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8677
8678         * gst-libs/gst/utils/Makefile.am:
8679         * gst-libs/gst/utils/base-utils.h:
8680         * gst-libs/gst/utils/install-plugins.c:
8681         (gst_install_plugins_context_set_xid),
8682         (gst_install_plugins_context_new),
8683         (gst_install_plugins_context_free),
8684         (gst_install_plugins_get_helper),
8685         (gst_install_plugins_spawn_child),
8686         (gst_install_plugins_return_from_status),
8687         (gst_install_plugins_installer_exited),
8688         (gst_install_plugins_async), (gst_install_plugins_sync),
8689         (gst_install_plugins_return_get_name),
8690         (gst_install_plugins_installation_in_progress):
8691         * gst-libs/gst/utils/install-plugins.h:
8692           API: add API for applications to initiate installation of missing
8693           plugins, ie. gst_install_plugins_async() primarily.
8694           Based on libgimme-codec by Ryan Lortie.
8695
8696         * configure.ac:
8697           Add --with-install-plugins-helper configure option so distros can specify
8698           the path of the helper script or program to call when plugin installation
8699           is requested (distros: please do any argument munging in this helper
8700           script instead of patching GStreamer to pass arguments differently
8701           to another program directly).
8702
8703         * docs/libs/gst-plugins-base-libs-docs.sgml:
8704         * docs/libs/gst-plugins-base-libs-sections.txt:
8705           Build and document new API.
8706
8707         * tests/check/libs/utils.c: (result_cb),
8708         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
8709         (libgstbaseutils_suite):
8710           Some simple checks for the new API.
8711
8712 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8713
8714         * tests/check/elements/audioconvert.c: (test_float_conversion):
8715           Add small test for 32bit float <=> 64bit float conversion (works
8716           only one way so far, 32=>64 produces structured noise).
8717
8718 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8719
8720         * gst/audioconvert/gstaudioconvert.c:
8721         (set_structure_widths_32_and_64), (make_lossless_changes):
8722           We don't support floats with a width of 40, 48 or 56 bits.
8723
8724 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
8725
8726         * gst/audioconvert/audioconvert.c: (float), (double),
8727         (audio_convert_get_func_index):
8728         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
8729         (make_lossless_changes):
8730           Support for 64-bit float audio in audioconvert (#339837)
8731
8732 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8733
8734         Patch by: Holger Wansing  <linux wansing-online de>
8735
8736         * po/LINGUAS:
8737         * po/de.po:
8738           Add German translation (#352069).
8739
8740 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
8741
8742         reviewed by: Wim Taymans <wim@fluendo.com>
8743
8744         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
8745         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
8746         Use newly added GstCollectPads API to free the allocated resources in
8747         the GstOggPad structures (#402393).
8748
8749 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8750
8751         * gst/playback/gstplaybin.c: (gen_vis_element):
8752           Add audioresample+audioconvert in front of the visualisation
8753           element, so that elements like libvisual 0.4 that don't support all
8754           samplerates can work.
8755
8756           Fixes: #402505
8757
8758 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
8759
8760         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
8761         (gst_play_base_bin_get_streaminfo_value_array):
8762           Take some locks and make a copy of the streaminfo value array we
8763           maintain while holding the lock, so that the application can
8764           retrieve the stream-info as a value array in a thread-safe way.
8765
8766 2007-01-30  Wim Taymans  <wim@fluendo.com>
8767
8768         * gst/audioconvert/gstaudioconvert.c:
8769         Don't fail on 0 sized buffers. Fixes #396835.
8770
8771 2007-01-29  David Schleef  <ds@schleef.org>
8772
8773         * gst/typefind/gsttypefindfunctions.c:
8774           Detect BBCD as video/x-dirac, so we can play raw dirac
8775           streams.
8776
8777 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
8778
8779         * ext/theora/theoraenc.c: (theora_enc_chain):
8780           Check return value of theora_encode_header(), or we might try to
8781           allocate a random number of bytes. theora_encode_header() can fail
8782           if libtheora has been compiled with encoding support disabled.
8783           Fixes #398110.
8784
8785 2007-01-29  Wim Taymans  <wim@fluendo.com>
8786
8787         * tests/check/gst/.cvsignore:
8788         Do as buildbot says.
8789
8790 2007-01-29  Wim Taymans  <wim@fluendo.com>
8791
8792         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
8793         Fix strides in libvisual. Gst uses X strides.
8794         Inspired by: <ed at catmur dot co dot uk> and 
8795         <tim at centricular dot net>
8796         Fixes #401118.
8797
8798 2007-01-27  Wim Taymans  <wim@fluendo.com>
8799
8800         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
8801         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
8802         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
8803         (gst_ogg_demux_perform_seek),
8804         (gst_ogg_demux_bisect_forward_serialno),
8805         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
8806         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
8807         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
8808         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
8809         * ext/ogg/gstoggdemux.h:
8810         Properly propagate streaming errors when we are scanning the file for
8811         chains so that we don't crash when shut down. Might fix some crashers
8812         when quickly switching oggs in RB such as #332503 and #378436.
8813
8814 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8815
8816         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8817           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
8818           error code as well.
8819
8820 2007-01-25  Wim Taymans  <wim@fluendo.com>
8821
8822         * gst/playback/gstplaybasebin.c: (remove_source):
8823         Don't try to disconnect a signal from a finalized object.
8824
8825 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
8826
8827         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
8828           Cast lock macro parameters to make sure we're actually accessing the
8829           lock member at the right class level. Free list itself in _dispose()
8830           as well and NULL it in case dispose gets called multiple times.
8831
8832 2007-01-25  Edward Hervey  <edward@fluendo.com>
8833
8834         * gst/playback/gstdecodebin2.c:
8835         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
8836         Free GstDecodeGroups no longer used.
8837         (gst_decode_group_expose):
8838         Don't unlock too many times !
8839         (deactivate_free_recursive):
8840         Free iterator once we're done with it.
8841         Fix for recursively deactivating elements (stop at ghostpads).
8842
8843 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
8844
8845         * gst/playback/gstplaybin.c: (handoff):
8846           Fix up caps on the frame buffer before we save it and potentially
8847           make it accessible to other threads via g_object_get; also use
8848           gst_buffer_replace() instead of gst_mini_object_replace().
8849
8850 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
8851
8852         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
8853           Make getting the current frame thread-safe.
8854
8855 2007-01-25  Edward Hervey  <edward@fluendo.com>
8856
8857         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
8858         (gst_decode_group_new), (gst_decode_group_free):
8859         Set queues to bigger sizes to cope with HD contents.
8860         Fix some mutex freeing and add comment about MT safe methods.
8861
8862 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8863
8864         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
8865         (gst_text_overlay_text_event):
8866           Don't unnecessarily ref (and then leak) upstream events if the text
8867           pad is not linked. Fixes #399948.
8868
8869         * tests/check/gst-plugins-base.supp:
8870           Add suppression for pango on edgy/x86 for textoverlay test.
8871
8872 2007-01-24  Wim Taymans  <wim@fluendo.com>
8873
8874         * gst-libs/gst/rtp/gstrtpbuffer.h:
8875         Add some more fixed payloads.
8876
8877 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
8878
8879         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
8880           Error out properly if we get an error from libogg while reading the
8881           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
8882
8883 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
8884
8885         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
8886           Don't leak mutex.
8887
8888         * tests/check/elements/playbin.c:
8889         (test_sink_usage_video_only_stream),
8890         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
8891         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
8892         (test_missing_suburisource_handler),
8893         (test_missing_primary_decoder), (playbin_suite):
8894           Run all tests once with decodebin and once with decodebin2.
8895           One test does not pass yet with decodebin2.
8896
8897 2007-01-23  Edward Hervey  <edward@fluendo.com>
8898
8899         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
8900         Fix the cases where oggmux doesn't properly figure out that all
8901         sinkpads have gone EOS, and therefore doesn't push out the remaining
8902         buffers and the final EOS event.
8903         Fixes #363379
8904
8905 2007-01-23  Julien MOUTTE  <julien@moutte.net>
8906
8907         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8909         Don't lock on navigation event push, just on keysym to string.
8910         Fixes #397673 again.
8911
8912 2007-01-22  Edward Hervey  <edward@fluendo.com>
8913
8914         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8915         (get_current_group), (group_demuxer_event_probe),
8916         (gst_decode_group_expose), (deactivate_free_recursive),
8917         (gst_decode_group_free):
8918         Cleanups.
8919         Don't forget to emit 'no-more-pads' once a group is exposed.
8920         Cleanup elements from a DecodeGroup once we remove it.
8921         Protect call to gst_decode_group_expose() with the decodebin lock.
8922
8923 2007-01-22  Julien MOUTTE  <julien@moutte.net>
8924
8925         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8926         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8927         Looking at Xorg code i can't figure out if that XKeysymToString
8928         function is thread sensible or not. Lock it just in case as
8929         recommended by Radek Doulik <rodo at ximian dot com>.
8930
8931 2007-01-22  Julien MOUTTE  <julien@moutte.net>
8932
8933         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8934         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8935         Lock that X Call as well. Fixes #397673.
8936
8937 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8938
8939         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
8940           Don't go into an endless loop if the file starts with 00 00 01 2X,
8941           like quicktime redirect files might. Fixes #396042.
8942
8943         * tests/check/Makefile.am:
8944         * tests/check/gst/.cvsignore:
8945         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
8946         (typefindfunctions_suite):
8947           Add unit test for the above.
8948
8949 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8950
8951         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8952           On second thought, use "depth" field rather than "bpp" field.
8953
8954 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8955
8956         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8957           Camtasia caps apparently need a bpp field (#398875).
8958
8959 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8960
8961         * gst/playback/gstplaybasebin.c: (setup_subtitle),
8962         (gen_source_element), (gst_play_base_bin_change_state):
8963           Attempt at a better error message in case we don't have the required
8964           URI handler installed; post missing-plugin message also when we're
8965           missing an URI handler for the subtitle URI; clean up properly also
8966           when an error occurs and we never made it to PAUSED state.
8967
8968         * tests/check/elements/playbin.c: (GST_START_TEST),
8969         (playbin_suite):
8970           Check that we're also getting a missing-plugin messsage for a
8971           missing subtitle URI handler (and clean up properly).
8972
8973 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8974
8975         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
8976           Plug a few reference leaks.
8977
8978 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8979
8980         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
8981           Lower probability a bit if the marker isn't right at the start,
8982           to decrease the chance of false positives.
8983
8984 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8985
8986         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
8987           Small mpeg2 system stream typefinding improvement: make typefinder
8988           probe a bit into the stream instead of just looking for a marker
8989           at the beginning. Fixes #397810.
8990
8991 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
8992
8993         * gst/audioconvert/gstchannelmix.c:
8994           Remove compatibility cruft for prehistoric GLib versions.
8995
8996 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
8997
8998         * gst/playback/Makefile.am:
8999         * gst/playback/gstdecodebin.c: (close_pad_link):
9000         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
9001         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9002         (gst_play_base_bin_handle_message_func), (unknown_type):
9003           Let decodebin be the element to post missing-plugin messages for
9004           missing decoders (rather than playbin); make playbin implement
9005           GstBin::handle_message so we can suppress missing-plugin messages
9006           for types we're not handling on purpose (don't want to bring up an
9007           installer in those cases).
9008
9009 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
9010
9011         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9012         * gst-libs/gst/tag/gstvorbistag.c:
9013         (gst_tag_list_to_vorbiscomment_buffer):
9014         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
9015           Fix potentially unaligned access (#397207).
9016
9017 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
9018
9019         * tests/examples/seek/seek.c: (set_scale), (update_scale),
9020         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
9021         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
9022         (main):
9023           Allow to toggle looping while it plays. Fix callback prototype. Clean
9024           up code a bit more. Add copyright header.
9025
9026 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
9027
9028         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
9029           Red and blue mask was swapped (spotted by Dan Williams).
9030
9031 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
9032
9033         * gst-libs/gst/tag/gstid3tag.c:
9034         * gst-libs/gst/tag/gstvorbistag.c:
9035           Use new beats-per-minute tag from core.
9036
9037 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
9038
9039         * po/POTFILES.in:
9040           Add new files with translatable strings, so they actually make it
9041           into the template file one day.
9042
9043 2007-01-12  Andy Wingo  <wingo@pobox.com>
9044
9045         * gst-libs/gst/audio/gstbaseaudiosink.c
9046         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
9047         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
9048         stuff, as the base class handles this now. Actually tell the ring
9049         buffer to start.
9050         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
9051         How did this work before? Maybe I'm not as awesome a programmer as
9052         I think.
9053
9054         * gst-libs/gst/audio/gstbaseaudiosrc.c
9055         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
9056         of a pad function.
9057
9058 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
9059
9060         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
9061           Remove more fields so that the application can better blacklist
9062           formats that have been tried before.
9063
9064 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
9065
9066         * gst-libs/gst/audio/mixerutils.h:
9067           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
9068           used when compiling with c++ compilers as well.
9069
9070 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
9071
9072         * gst/typefind/gsttypefindfunctions.c:
9073           Fix comment.
9074
9075 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
9076
9077         * gst/playback/gstplaybin.c: (post_missing_element_message),
9078         (gen_video_element), (gen_text_element), (gen_audio_element),
9079         (gen_vis_element):
9080           Post missing-plugin messages also when we error out because
9081           converters, textoverlay or auto*sinks are missing (#161922).
9082
9083 2007-01-10  Wim Taymans  <wim@fluendo.com>
9084
9085         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
9086         (is_demuxer_element), (new_caps):
9087         * gst/playback/gstplaybasebin.c: (source_new_pad):
9088         Fix the case where we try to ref a NULL element when we delay a link
9089         because of unfixed caps.
9090         Set the state of autoplugged decodebins to PAUSED.
9091         RTSP now works in playbin, we can remove it from the blacklist.
9092
9093 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9094
9095         * gst/playback/Makefile.am:
9096         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
9097         (unknown_type), (setup_subtitle), (gen_source_element):
9098         * gst/playback/gstplaybin.c: (plugin_init):
9099           Post missing-plugin messages on the bus for missing sources and
9100           missing decoders/demuxers/depayloaders; fix error code used when
9101           we're missing an URI handler source; for media types that we are not
9102           handling on purpose at the moment, don't print "don't know how to
9103           handle xyz" messages to the terminal or post missing-plugin
9104           messages on the bus.
9105
9106         * tests/check/elements/playbin.c: (create_playbin),
9107         (GST_START_TEST), (gst_codec_src_uri_get_type),
9108         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
9109         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
9110         (gst_codec_src_init_type), (gst_codec_src_base_init),
9111         (gst_codec_src_create), (gst_codec_src_class_init),
9112         (gst_codec_src_init), (plugin_init), (playbin_suite):
9113           Add some tests for the missing-plugin stuff.
9114
9115 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9116
9117         * configure.ac:
9118         * gst-libs/gst/Makefile.am:
9119         * gst-libs/gst/utils/Makefile.am:
9120         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
9121         * gst-libs/gst/utils/base-utils.h:
9122         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
9123         (find_format_info), (caps_are_rtp_caps),
9124         (gst_base_utils_get_source_description),
9125         (gst_base_utils_get_sink_description),
9126         (gst_base_utils_get_decoder_description),
9127         (gst_base_utils_get_encoder_description),
9128         (gst_base_utils_get_element_description),
9129         (gst_base_utils_add_codec_description_to_tag_list),
9130         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
9131         * gst-libs/gst/utils/descriptions.h:
9132         * gst-libs/gst/utils/missing-plugins.c:
9133         (missing_structure_get_type), (copy_and_clean_caps),
9134         (gst_missing_uri_source_message_new),
9135         (gst_missing_uri_sink_message_new),
9136         (gst_missing_element_message_new),
9137         (gst_missing_decoder_message_new),
9138         (gst_missing_encoder_message_new),
9139         (missing_structure_get_string_detail),
9140         (missing_structure_get_caps_detail),
9141         (gst_missing_plugin_message_get_installer_detail),
9142         (gst_missing_plugin_message_get_description),
9143         (gst_is_missing_plugin_message):
9144         * gst-libs/gst/utils/missing-plugins.h:
9145           API: add new libgstbaseutils library with functions
9146           - to create and parse missing-plugins messages
9147           - that provide (translated) descriptions for caps/decoders/sources/etc.
9148           Closes #392393.
9149
9150         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9151         * pkgconfig/gstreamer-plugins-base.pc.in:
9152           Add new lib.
9153
9154         * docs/libs/gst-plugins-base-libs-docs.sgml:
9155         * docs/libs/gst-plugins-base-libs-sections.txt:
9156           Generate docs for new lib and API.
9157
9158         * tests/check/Makefile.am:
9159         * tests/check/libs/.cvsignore:
9160         * tests/check/libs/utils.c: (missing_msg_check_getters),
9161         (GST_START_TEST), (libgstbaseutils_suite):
9162           Add some basic unit tests.
9163
9164 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9165
9166         * ext/ogg/Makefile.am:
9167           Dist gstoggdemux.h to fix 'make distcheck'.
9168
9169         * sys/v4l/Makefile.am:
9170           Fix 'make distcheck' even more.
9171
9172 2007-01-09  Wim Taymans  <wim@fluendo.com>
9173
9174         * docs/plugins/Makefile.am:
9175         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9176         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9177         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
9178         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
9179         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
9180         (gst_ogg_demux_perform_seek):
9181         * ext/ogg/gstoggdemux.h:
9182         Added docs.
9183         Add some more comments.
9184         Small cleanups.
9185
9186 2007-01-09  Wim Taymans  <wim@fluendo.com>
9187
9188         * ext/theora/theoradec.c:
9189         * ext/vorbis/vorbisdec.c:
9190         * gst-libs/gst/audio/gstringbuffer.c:
9191         (gst_ring_buffer_commit_full):
9192         * gst-libs/gst/audio/gstringbuffer.h:
9193         * gst-libs/gst/rtp/gstrtpbuffer.c:
9194         * gst-libs/gst/tag/gstvorbistag.c:
9195         Small documentation updates/fixes
9196
9197 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9198
9199         * configure.ac:
9200           Require core CVS HEAD for Andy's basesrc/sink API additions.
9201
9202 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
9203
9204         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
9205
9206         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
9207         (plugin_init):
9208           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
9209           on flac.sf.net (there appear to be other versions of the first
9210           ogg page in the wild) (#391365).
9211
9212 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
9213
9214         * configure.ac:
9215           Check if localtime_r() is available.
9216
9217         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9218           If localtime_r() is not available, fall back to localtime(). Should
9219           fix build on MingW (#393310).
9220
9221 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
9222
9223         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
9224         * gst/subparse/gstsubparse.h:
9225           Remove spurious 1000 subtrahend when calculating the timestamp from
9226           the frame number and the frame rate . Also, use the frames/second
9227           value specified in the first line of the file, if one is specified
9228           there. Should fix #357503.
9229
9230         * tests/check/elements/subparse.c: (do_test),
9231         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
9232         (subparse_suite):
9233           Add some basic unit tests for the microdvd subtitle format.
9234
9235 2007-01-07  Julien MOUTTE  <julien@moutte.net>
9236
9237         Patch by: Young-Ho Cha <ganadist at chollian dot net>
9238
9239         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9240         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
9241         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
9242         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
9243         (gst_xvimagesink_set_xwindow_id),
9244         (gst_xvimagesink_set_event_handling),
9245         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
9246         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
9247         Fixes: #390076.
9248         Add an adaptor property to select a specific XV adaptor.
9249         * sys/xvimage/xvimagesink.h:
9250
9251 2007-01-07  Julien MOUTTE  <julien@moutte.net>
9252
9253         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9254         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
9255         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
9256         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
9257         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
9258         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
9259         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9260         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
9261         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
9262         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
9263         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
9264         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
9265         Use flow_lock much more to protect every access to xwindow.
9266         Try to catch erros while creating images in case some drivers are
9267         just generating an XError when the requested image is too big.
9268         Should fix : #354698, #384008, #384060.
9269         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
9270         Implement some stress testing of setting window xid.
9271
9272 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
9273
9274         * win32/common/libgsaudio.def:
9275           Add new exported function.
9276         * win32/common/libgstogg.dsp:
9277           Add gstoggaviparse.c to the build.
9278         * win32/common/libgstvideoscale.dsp:
9279           Add vs_4tap.c to the build.
9280         * win32/common/libgstvorbis.dsp:
9281           Add vorbistag.c to the build.
9282         
9283 2007-01-06  Andy Wingo  <wingo@pobox.com>
9284
9285         * gst-libs/gst/audio/gstbaseaudiosink.c
9286         (gst_base_audio_sink_class_init)
9287         (gst_base_audio_sink_init): 
9288         (gst_base_audio_sink_activate_pull): Add an activate_pull function
9289         to baseaudiosink, and tell basesink that we can work in pull mode.
9290         This way the ring buffer thread drives the pipeline directly, if
9291         pull mode is possible. There is some lingering nastiness regarding
9292         capsnego, however.
9293         (gst_base_audio_sink_callback): Implement the callback to pull
9294         data. This interface is a bit light, though -- it should get a
9295         GstFlowReturn return value at least.
9296
9297 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
9298
9299         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
9300         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9301         * gst/playback/gstdecodebin2.c:
9302         (gst_decode_group_check_if_blocked):
9303           Printf format and missing argument fixes.
9304
9305 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
9306
9307         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
9308         (gst_ogm_parse_change_state):
9309         Activate pads before adding them to the element.
9310
9311 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
9312
9313         * tests/examples/seek/scrubby.c: (main):
9314         * tests/examples/seek/seek.c: (main):
9315           Call g_thread_init() first thing in main() (see #391278).
9316
9317 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
9318
9319         * tests/check/Makefile.am:
9320         * tests/check/libs/.cvsignore:
9321         * tests/check/libs/netbuffer.c: (GST_START_TEST),
9322         (netbuffer_suite):
9323           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
9324           for the time being, since it's broken, see #393099.
9325
9326 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
9327
9328         * tests/check/Makefile.am:
9329           Update to use GST_PLUGINS_BASE_CFLAGS as well.
9330
9331 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
9332
9333         * configure.ac:
9334           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
9335           so that GST_BASE_CFLAGS can go inbetween them, making sure
9336           we use uninstalled gst-libs headers
9337         * docs/libs/Makefile.am:
9338         * ext/alsa/Makefile.am:
9339         * ext/cdparanoia/Makefile.am:
9340         * ext/gnomevfs/Makefile.am:
9341         * ext/libvisual/Makefile.am:
9342         * ext/ogg/Makefile.am:
9343         * ext/theora/Makefile.am:
9344         * ext/vorbis/Makefile.am:
9345         * gst-libs/gst/audio/Makefile.am:
9346         * gst-libs/gst/cdda/Makefile.am:
9347         * gst-libs/gst/interfaces/Makefile.am:
9348         * gst-libs/gst/riff/Makefile.am:
9349         * gst-libs/gst/rtp/Makefile.am:
9350         * gst-libs/gst/tag/Makefile.am:
9351         * gst/adder/Makefile.am:
9352         * gst/audioconvert/Makefile.am:
9353         * gst/audiorate/Makefile.am:
9354         * gst/audioresample/Makefile.am:
9355         * gst/playback/Makefile.am:
9356         * gst/tcp/Makefile.am:
9357         * gst/videoscale/Makefile.am:
9358         * gst/volume/Makefile.am:
9359         * sys/ximage/Makefile.am:
9360         * sys/xvimage/Makefile.am:
9361         * tests/icles/Makefile.am:
9362           adapt
9363
9364 2007-01-04  Julien MOUTTE  <julien@moutte.net>
9365
9366         * gst-libs/gst/interfaces/xoverlay.c:
9367         (gst_x_overlay_handle_events):
9368         * gst-libs/gst/interfaces/xoverlay.h:
9369         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
9370         (gst_ximagesink_set_xwindow_id),
9371         (gst_ximagesink_set_event_handling),
9372         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
9373         (gst_ximagesink_get_property), (gst_ximagesink_init),
9374         (gst_ximagesink_class_init):
9375         * sys/ximage/ximagesink.h:
9376         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
9377         (gst_xvimagesink_set_xwindow_id),
9378         (gst_xvimagesink_set_event_handling),
9379         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
9380         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
9381         (gst_xvimagesink_class_init):
9382         * sys/xvimage/xvimagesink.h:
9383         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
9384         Add a method to the XOverlay interface to allow disabling of 
9385         event handling in x[v]imagesink elements. This will let X events
9386         propagate to parent windows which can be usefull in some cases.
9387         Be carefull that the application is then responsible of pushing
9388         navigation events and expose events to the video sink.
9389         Fixes: #387138.
9390
9391 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
9392
9393         * gst-libs/gst/tag/gstvorbistag.c:
9394         * tests/check/libs/tag.c: (GST_START_TEST):
9395           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
9396           (fixes #392070).
9397
9398 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
9399
9400         * configure.ac:
9401         * docs/Makefile.am:
9402         * docs/design/Makefile.am:
9403           Dist design docs.
9404
9405 2006-12-27  Julien MOUTTE  <julien@moutte.net>
9406
9407         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
9408         typo. Fixes: #390063.
9409
9410 2006-12-27  Julien MOUTTE  <julien@moutte.net>
9411
9412         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
9413         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
9414         caps leak.
9415         * win32/common/config.h: Updated.
9416
9417 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
9418
9419         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
9420         (setup_gdpdepay_streamheader):
9421         * tests/check/elements/gdppay.c: (cleanup_gdppay),
9422         (setup_gdppay_streamheader):
9423           Fix the dp tests, but activating the pads for the streamheader tests
9424           too and cleaning up conditionaly
9425
9426 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
9427
9428         * gst/ffmpegcolorspace/avcodec.h:
9429         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9430         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9431         (gst_ffmpegcsp_avpicture_fill):
9432         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
9433         (img_get_alpha_info):
9434         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
9435         other end of the word. Fixes: #387073.
9436
9437         Add some inconsequential branch hints in a couple of places.
9438
9439 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
9440
9441         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9442         (gst_ffmpeg_caps_to_smpfmt):
9443           The "signed" field in raw audio caps is of boolean type, trying to
9444           extract the value with _get_int() will fail (fix to keep in sync with
9445           the copy in gst-ffmpeg)
9446
9447 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
9448
9449         * tests/check/elements/audioresample.c: (cleanup_audioresample):
9450         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
9451         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
9452         (cleanup_gdpdepay):
9453         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
9454         * tests/check/elements/subparse.c: (teardown_subparse):
9455         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
9456         * tests/check/elements/videorate.c: (cleanup_videorate):
9457         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
9458         * tests/check/elements/volume.c: (cleanup_volume):
9459         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
9460         (cleanup_vorbisdec):
9461         * tests/check/elements/vorbistag.c: (setup_vorbistag),
9462         (cleanup_vorbistag):
9463           consistent pad (de)activation
9464
9465 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
9466
9467         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9468           Forgot to register the extensions.
9469
9470 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
9471
9472         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
9473         (plugin_init):
9474           Add typefinder for VIVO files (my christmas present to the 90s).
9475
9476 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9477
9478         * gst/playback/gstdecodebin.c: (type_found):
9479           Special-case the text/plain media type: we only want to recognise it
9480           as a 'raw' decoded media type if it comes from a demuxer or subtitle
9481           parser, but not if the entire stream is of text/plain type. If the
9482           entire stream is text/plain, we should just error out.
9483
9484           This fixes playback of audio files with lyrics in totem. Totem can't
9485           distinguish between text files and subtitle files and passes any
9486           .txt file with the same basename as the main file to playbin as
9487           suburi, and playbin will then throw a 'subtitle found, but no video
9488           stream' error, which isn't entirely helpful. See #380342.
9489
9490           Also, with this change we'll show a slightly more correct error
9491           message in case totem passes a playlist file to us (although a
9492           custom error message wording instead of the default text would
9493           probably not be a bad idea either).
9494
9495           Same problem also needs to be fixed for playbin+decodebin2.
9496
9497         * tests/check/Makefile.am:
9498         * tests/check/elements/decodebin.c: (src_handoff_cb),
9499         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
9500         (decodebin_suite):
9501           Add simple unit test for decodebin for the above.
9502
9503 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9504
9505         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
9506         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
9507           Refuse to change state to READY when we failed to create any of the
9508           required elements in our instance init function.
9509
9510 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9511
9512         * docs/libs/gst-plugins-base-libs-sections.txt:
9513           Small docs fixes/updates.
9514
9515         * gst-libs/gst/video/gstvideosink.h:
9516           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
9517           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
9518           removed from the base sink API between 0.9.6 and 0.9.7).
9519           API: add GST_VIDEO_SINK_CAST and use it for the height/width
9520           accessor macros, so we don't do a runtime GObject type check every
9521           time we use them.
9522
9523 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9524
9525         * Makefile.am:
9526         * gst-plugins-base.doap:
9527         * gst-plugins-base.spec.in:
9528           add doap file
9529
9530 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
9531
9532         Patch by: Jens Granseuer <jensgr at gmx net>
9533
9534         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
9535         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9536         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9537         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
9538         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
9539           Declare variables at the beginning of a block. Fixes #383195.
9540
9541 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
9542
9543         * configure.ac:
9544         Bump version nano - back to CVS.
9545
9546
9547 === release 0.10.11 ===
9548
9549 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
9550
9551         * configure.ac:
9552           releasing 0.10.11, "Dumb things"
9553
9554 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9555
9556         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
9557         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
9558         Handle the case where an element has multiple pads with 
9559         unfixed caps as well as still possibly producing more dynamic 
9560         pads by storing each case as a distinct entry in the dynamic list.
9561         Fixes #38223 again.
9562
9563 2006-12-04  Wim Taymans  <wim@fluendo.com>
9564
9565         * gst/playback/gstdecodebin.c: (close_pad_link):
9566         Fix #382223, add more dynamic caps handling.
9567
9568 2006-12-04  Wim Taymans  <wim@fluendo.com>
9569
9570         * gst-libs/gst/audio/gstringbuffer.h:
9571         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
9572         (gst_netaddress_set_ip4_interface),
9573         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
9574         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
9575         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
9576         (gst_netaddress_get_ttl):
9577         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9578         * gst/playback/gstdecodebin.c: (close_pad_link):
9579         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
9580         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
9581         * win32/common/config.h:
9582
9583 2006-12-01  Michael Smith  <msmith@fluendo.com>
9584
9585         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9586           Delete bad debug code.
9587           Fixes #381219
9588
9589 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
9590
9591         * gst/videoscale/vs_4tap.c:
9592         * win32/MANIFEST:
9593         * win32/common/config.h:
9594         * win32/vs8/libgstvideoscale.vcproj:
9595         Fix compilation on win32 under VS8
9596         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
9597         Partially fixes #381175
9598
9599 2006-11-30  Michael Smith  <msmith@fluendo.com>
9600
9601         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
9602         (GST_START_TEST):
9603           It would be very bad if, after a discont buffer, we thought every
9604           single following buffer was also discont. So, add to the test to
9605           ensure that this isn't the case.
9606           
9607         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
9608           ... it was the case. So fix it.
9609
9610 2006-11-28  Wim Taymans  <wim@fluendo.com>
9611
9612         * gst/playback/gstplaybasebin.c: (check_queue_event):
9613         Improve debug.
9614
9615         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
9616         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
9617         padtemplate caps. Refixes #357577.
9618
9619 2006-11-28  Wim Taymans  <wim@fluendo.com>
9620
9621         * gst/playback/gstplaybasebin.c: (check_queue_event),
9622         (queue_threshold_reached), (queue_out_of_data),
9623         (gen_preroll_element):
9624         Add event probe to see when EOS is in a queue and we can disable the
9625         underrun signals. Fixes #357577.
9626
9627 2006-11-28  Edward Hervey  <edward@fluendo.com>
9628
9629         * gst/playback/Makefile.am:
9630         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
9631         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
9632         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
9633         (gst_decode_bin_init), (gst_decode_bin_dispose),
9634         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
9635         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
9636         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
9637         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
9638         (connect_element), (expose_pad), (type_found),
9639         (pad_added_group_cb), (pad_removed_group_cb),
9640         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
9641         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
9642         (are_raw_caps), (multi_queue_overrun_cb),
9643         (multi_queue_underrun_cb), (gst_decode_group_new),
9644         (get_current_group), (group_demuxer_event_probe),
9645         (gst_decode_group_control_demuxer_pad),
9646         (gst_decode_group_control_source_pad),
9647         (gst_decode_group_check_if_blocked),
9648         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
9649         (gst_decode_group_hide), (gst_decode_group_free),
9650         (gst_decode_group_set_complete), (source_pad_blocked_cb),
9651         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
9652         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
9653         (plugin_init):
9654         New decodebin2 element.
9655         Closes #370092
9656         * gst/playback/gstplay-marshal.list:
9657         Added marshallers for new signals in decodebin2
9658         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
9659         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
9660         is set.
9661
9662 2006-11-28  Wim Taymans  <wim@fluendo.com>
9663
9664         * gst/playback/gstplaybasebin.c: (setup_source),
9665         (gst_play_base_bin_change_state):
9666         Disable rtsp:// uris for the release, it's not good enough yet.
9667         Remove unused var.
9668
9669 2006-11-26  Wim Taymans  <wim@fluendo.com>
9670
9671         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9672         (theora_dec_push_forward), (theora_dec_push_reverse),
9673         (theora_handle_data_packet), (theora_dec_decode_buffer),
9674         (theora_dec_flush_decode), (theora_dec_chain_reverse),
9675         (theora_dec_chain_forward), (theora_dec_chain):
9676         Implement reverse playback.
9677
9678         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
9679         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
9680         (vorbis_dec_chain_forward):
9681         Clear buffers used for reverse playback in _reset.
9682         No need to set the eos flag, we clip samples using the segment.
9683
9684 2006-11-24  Wim Taymans  <wim@fluendo.com>
9685
9686         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
9687         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
9688         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
9689         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
9690         Some cleanups.
9691         Handle continued pages in reverse mode.
9692
9693 2006-11-24  Wim Taymans  <wim@fluendo.com>
9694
9695         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
9696         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
9697         (vorbis_dec_flush_decode):
9698         Small cleanups.
9699         Don't try to add invalid timestamps.
9700         Clipping will unref the buffer.
9701
9702 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
9703
9704         * gst/adder/gstadder.h:
9705         * gst/audiotestsrc/gstaudiotestsrc.h:
9706           remove obsolete _factory_init protos
9707
9708 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
9709
9710         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
9711           Fix spacing in debug message.
9712
9713 2006-11-23  Wim Taymans  <wim@fluendo.com>
9714
9715         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
9716         (gst_ogg_demux_chain):
9717         Don't just ignore return values from _pad_push().
9718         Small debug improvements.
9719
9720 2006-11-23  Michael Smith  <msmith@fluendo.com>
9721
9722         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
9723           If our incoming buffer is marked as DISCONT, then increment the page
9724           number (so that the discontinuity is marked in the final ogg
9725           bitstream) and flush the previous page.
9726
9727 2006-11-22  Michael Smith  <msmith@fluendo.com>
9728
9729         * ext/theora/gsttheoraenc.h:
9730         * ext/theora/theoraenc.c: (gst_theora_enc_init),
9731         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
9732         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
9733         (theora_enc_chain), (theora_enc_change_state):
9734           Mark discontinuities of > 3/4 of a frame, reinit encoder.
9735
9736         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
9737         (GST_START_TEST), (theoraenc_suite):
9738           Enable discontinuity test, fix it.
9739
9740 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
9741
9742         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
9743         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
9744         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
9745         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
9746         (gst_text_overlay_change_state):
9747         * ext/pango/gsttextoverlay.h:
9748           Some textoverlay fixes: for one, in the video chain function,
9749           actually wait for a text buffer to come in if there is none at the
9750           moment and there should be one; also, deal more gracefully with
9751           incoming buffers that do not have a timestamp or duration; discard
9752           text buffer when not needed any longer. Fixes #341681.
9753
9754         * tests/check/Makefile.am:
9755         * tests/check/elements/.cvsignore:
9756         * tests/check/elements/textoverlay.c:
9757         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
9758         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
9759         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
9760         (test_video_waits_for_text_send_text_newsegment_thread),
9761         (test_video_waits_for_text_shutdown_element),
9762         (test_render_continuity_push_video_buffers_thread),
9763         (textoverlay_suite):
9764           Add some unit tests for textoverlay.
9765
9766 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
9767
9768         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
9769           Avoid integer underflow when the found probability for mp3 is
9770           smaller than the 'penalty' we subtract if there's not a clean
9771           mp3 header sync at offset 0.
9772
9773 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
9774
9775         * docs/libs/gst-plugins-base-libs-sections.txt:
9776           Add some new symbols to the docs
9777
9778 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
9779
9780         * tests/check/Makefile.am:
9781         * tests/check/elements/ffmpegcolorspace.c:
9782         (ffmpegcolorspace_suite):
9783           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
9784           (for now not for valgrinding though, since it takes too long).
9785
9786 2006-11-20  Wim Taymans  <wim@fluendo.com>
9787
9788         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9789         (gst_ffmpeg_pixfmt_to_caps):
9790         Fix RGBA32 caps. Fixes #357038.
9791
9792 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
9793
9794         * gst-libs/gst/interfaces/mixertrack.h:
9795           Add FIXME so we can add some padding here in 0.11
9796
9797 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
9798
9799         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9800           Fix GstBaseRTPAudioPayload structure so the whole GObject
9801           inheritance business actually works (parent class instance structure
9802           must always come first in the derived class instance structure).
9803
9804 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
9805
9806         * gst/videotestsrc/Makefile.am:
9807         * tests/check/Makefile.am:
9808           Make sure our checks and the videotestsrc plugin link against the
9809           local uninstalled gst libs and not any installed gst libs that
9810           might happen to exist as well.
9811
9812         * tests/check/elements/adder.c: (message_received),
9813         (test_event_message_received), (test_play_twice_message_received):
9814         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
9815           Fix compiler warnings when compiling against core with disabled
9816           debugging system.
9817
9818 2006-11-16  Michael Smith  <msmith@fluendo.com>
9819
9820         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
9821         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
9822           Fix audiorate, so that it accurately sets offsets and timestamps.
9823           Doesn't change the fundamental algorithmic decisions; so should be
9824           safe.
9825
9826         * tests/check/Makefile.am:
9827           Enable audiorate test now that it passes.
9828
9829 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
9830
9831         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
9832           clear xv when going to NULL, remove // commented non-existant proto
9833
9834         * tests/examples/seek/seek.c: (main):
9835           add missing tooltip description for scrub and play_scrub
9836
9837 2006-11-14  David Schleef  <ds@schleef.org>
9838
9839         * configure.ac:
9840           Bump liboil requirement to 0.3.8.
9841         * gst-libs/gst/riff/riff-media.c:
9842           Add Dirac fourcc.
9843         * gst/videoscale/vs_image.h:
9844         * gst/videoscale/vs_scanline.h:
9845           Use liboil's stdint.h.
9846         * gst/videotestsrc/videotestsrc.c:
9847           Remove liboil related ifdef's, since they aren't needed now, and
9848           won't work with future versions.
9849
9850 2006-11-14  David Schleef  <ds@schleef.org>
9851
9852         * gst/videoscale/Makefile.am:
9853         * gst/videoscale/gstvideoscale.c:
9854         * gst/videoscale/gstvideoscale.h:
9855         * gst/videoscale/vs_4tap.c:
9856         * gst/videoscale/vs_4tap.h:
9857         * gst/videoscale/vs_image.c:
9858         * gst/videoscale/vs_image.h:
9859         * gst/videoscale/vs_scanline.c:
9860         * gst/videoscale/vs_scanline.h:
9861           Add a 4-tap image scaler.  Theoretically looks much prettier.
9862           The tap calculation could use some improvement.
9863
9864 2006-11-14  Wim Taymans  <wim@fluendo.com>
9865
9866         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
9867
9868         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
9869         (gst_riff_parse_strf_iavs):
9870         * gst/subparse/gstsubparse.c: (convert_encoding):
9871         * gst/tcp/gstmultifdsink.c:
9872         (gst_multi_fd_sink_handle_client_write):
9873         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
9874         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
9875         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
9876         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
9877         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
9878         (gst_ximagesink_ximage_new):
9879         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
9880         Various gsize and gssize printf fixes. Fixes #372507.
9881
9882 2006-11-13  Wim Taymans  <wim@fluendo.com>
9883
9884         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9885         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
9886         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
9887         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
9888         (vorbis_dec_chain_forward), (vorbis_dec_chain):
9889         * ext/vorbis/vorbisdec.h:
9890         First stab at vorbis reverse playback.
9891
9892 2006-11-13  Wim Taymans  <wim@fluendo.com>
9893
9894         * gst-libs/gst/audio/gstbaseaudiosink.c:
9895         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
9896         * gst-libs/gst/audio/gstbaseaudiosink.h:
9897         Make the clock sync code more accurate wrt resampling and playback
9898         at different rates.
9899         
9900         * gst-libs/gst/audio/gstringbuffer.c:
9901         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
9902         * gst-libs/gst/audio/gstringbuffer.h:
9903         Use better algorithm to interpolate sample rates. 
9904
9905 2006-11-13  Michael Smith  <msmith@fluendo.com>
9906
9907         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
9908           Improve a debug line slightly.
9909
9910         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
9911           Call gst_riff_init() in plugin_init, to avoid getting errors from
9912           the debug system (unrelated changes to another plugin made this turn
9913           up; not sure why).
9914
9915 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
9916
9917         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
9918
9919         * win32/common/libgsttag.def:
9920           Add missing symbol (#366492).
9921
9922 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
9923
9924         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
9925           Don't unref a NULL pad.
9926
9927 2006-11-09  Wim Taymans  <wim@fluendo.com>
9928
9929         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
9930         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
9931         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
9932         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
9933         (gst_ogg_demux_loop):
9934         Implement first stab at reverse playback.
9935
9936 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
9937
9938         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9939         (gst_riff_create_video_template_caps):
9940           add h263/h264 variants to the caps, Fixes #363118
9941
9942 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
9943
9944         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
9945         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
9946           Use g_strerror instead of strerror so we get UTF-8.
9947
9948 2006-11-03  David Schleef  <ds@schleef.org>
9949
9950         * ext/ogg/gstoggdemux.c:
9951         * ext/ogg/gstoggmux.c:
9952           Add/remove KW-DIRAC header here, since it is ogg-specific.
9953
9954 2006-11-03  Michael Smith  <msmith@fluendo.com>
9955
9956         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
9957           Recognise more mpeg4 elementary video streams.
9958
9959 2006-11-02  Edward Hervey  <edward@fluendo.com>
9960
9961         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
9962         Lower the probability of mp3 typefinding functions if we don't find a
9963         valid mp3 header at the start of the file.
9964         Closes #369482
9965
9966 2006-11-02  Wim Taymans  <wim@fluendo.com>
9967
9968         * ext/theora/gsttheoradec.h:
9969         * ext/theora/theoradec.c: (gst_theora_dec_init),
9970         (theora_dec_sink_event), (theora_dec_chain_forward),
9971         (theora_dec_flush_decode), (theora_dec_chain_reverse),
9972         (theora_dec_chain):
9973         Document and partially implement an algorithm for doing reverse playback
9974         of theora video.
9975
9976 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
9977
9978         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
9979
9980         * win32/common/config.h:
9981         * win32/common/interfaces-enumtypes.c:
9982         * win32/common/libgsttag.def:
9983         * win32/vs8/gst-plugins-base.sln:
9984         * win32/vs8/libgstaudioresample.vcproj:
9985         * win32/vs8/libgstinterfaces.vcproj:
9986         * win32/vs8/libgstogg.vcproj:
9987         * win32/vs8/libgstriff.vcproj:
9988         * win32/vs8/libgsttag.vcproj:
9989         * win32/vs8/libgsttheora.vcproj:
9990         * win32/vs8/libgstvideoscale.vcproj:
9991         * win32/vs8/libgstvorbis.vcproj:
9992           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
9993           to libgsttag.def; add missing dependencies for some vs8 projects;
9994           re-arrange placement of .def files in vs8 projects (#366334).
9995
9996 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
9997
9998         * ext/ogg/gstogg.c:
9999           Remove unused variable.
10000
10001         * ext/ogg/gstoggdemux.c:
10002           Fix Wim's surname in plugin description.
10003
10004 2006-10-31  Wim Taymans  <wim@fluendo.com>
10005
10006         * gst-plugins-base.spec.in:
10007         spec new .h file. Fixes #368310.
10008
10009 2006-10-31  Michael Smith  <msmith@fluendo.com>
10010
10011         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
10012         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
10013         (gst_multi_fd_sink_get_stats),
10014         (gst_multi_fd_sink_remove_client_link),
10015         (gst_multi_fd_sink_queue_buffer),
10016         (gst_multi_fd_sink_handle_clients):
10017         * gst/tcp/gstmultifdsink.h:
10018           Make using the remove or clear signals threadsafe.
10019           Make calling get-stats with an invalid fd not segfault.
10020           Fixes 368273.
10021
10022 2006-10-31  Wim Taymans  <wim@fluendo.com>
10023
10024         * gst-libs/gst/rtp/Makefile.am:
10025         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10026         (gst_base_rtp_audio_payload_init):
10027         Fix and activate base audio payloader.
10028
10029 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
10030
10031         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
10032         (plugin_init):
10033           Add typefinder for QuickTime Image Files (see #366156).
10034
10035 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
10036
10037         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
10038           Another typo fix (#366212).
10039
10040 2006-10-27  Wim Taymans  <wim@fluendo.com>
10041
10042         * gst/volume/gstvolume.c: (volume_transform_ip):
10043         Use stream time to synchronize volume property instead of rather random
10044         timestamps. This is needed when gnonlin does its time shifting.
10045
10046 2006-10-27  Wim Taymans  <wim@fluendo.com>
10047
10048         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
10049
10050         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
10051         Remove the pad from the element in release_pad. Fixes #364812.
10052
10053 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
10054
10055         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
10056         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
10057           Explicitly create our custom buffer classes at a thread-safe
10058           location as well, since g_type_class_ref() doesn't seem to be
10059           entirely thread-safe either (#365501; also see #349410).
10060
10061 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
10062
10063         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
10064         (gst_riff_parse_info):
10065           If strings in INFO chunk are not UTF-8, do something similar to
10066           what we do for ID3v1 tags: check a number of environment variables
10067           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
10068           character sets to try, otherwise try the current locale and/or fall
10069           back on ISO-8859-1. Fixes #360552.
10070
10071 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
10072
10073         * gst/videotestsrc/gstvideotestsrc.c:
10074         (gst_video_test_src_pattern_get_type),
10075         (gst_video_test_src_set_pattern):
10076         * gst/videotestsrc/gstvideotestsrc.h:
10077         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
10078         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
10079         (gst_video_test_src_checkers8):
10080         * gst/videotestsrc/videotestsrc.h:
10081           Add a bunch of exciting new checkers patterns.
10082
10083 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
10084
10085         * gst/subparse/Makefile.am:
10086         * gst/subparse/gstsubparse.c:
10087         (gst_sub_parse_data_format_autodetect),
10088         (gst_sub_parse_format_autodetect), (handle_buffer),
10089         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
10090         * gst/subparse/gstsubparse.h:
10091         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
10092         (parse_tmplayer):
10093         * gst/subparse/tmplayerparse.h:
10094           Add support for TMPlayer-type subtitles (#362845).
10095
10096         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
10097         (GST_START_TEST), (subparse_suite):
10098           Add some basic unit tests for the above.
10099
10100 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
10101
10102         * tests/check/elements/audiorate.c: (test_injector_base_init),
10103         (test_injector_class_init), (test_injector_chain),
10104         (test_injector_init), (probe_cb), (do_perfect_stream_test),
10105         (GST_START_TEST), (audiorate_suite):
10106           More tests for audiorate: inject buffers to check behaviour when
10107           buffers overlap.
10108
10109 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
10110
10111         * tests/check/Makefile.am:
10112         * tests/check/elements/.cvsignore:
10113         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
10114         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
10115           Add some basic unit tests for audiorate. Disabled at the moment
10116           since it doesn't pass yet (see bug #363119).
10117
10118 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
10119
10120         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
10121         (parse_subrip), (handle_buffer):
10122           Add missing closing tags for markup and fix broken markup,
10123           otherwise pango won't render anything (fixes #357531). Also,
10124           make sure the text we send out is always NUL-terminated
10125           (better safe than sorry etc.).
10126
10127         * tests/check/elements/subparse.c: (test_srt_do_test),
10128         (test_srt):
10129           Some more tests for .srt incl. tests for the above stuff.
10130
10131 2006-10-20  Julien MOUTTE  <julien@moutte.net>
10132
10133         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
10134         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10135         Patch by: Stefan Kost  <ensonic@users.sf.net>
10136         Try to redraw borders only when needed. Apparently this consumes
10137         resources on small devices... :-O (#363607)
10138
10139 2006-10-20  Michael Smith  <msmith@fluendo.com>
10140
10141         * gst/tcp/gstmultifdsink.c:
10142         (gst_multi_fd_sink_client_queue_buffer):
10143           If caps change, then update the client's idea of the caps so that we
10144           don't end up re-sending streamheaders for every single buffer after
10145           the caps change.
10146
10147 2006-10-20  Michael Smith  <msmith@fluendo.com>
10148
10149         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
10150         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
10151           Set caps on pushed buffers; fix up refcounting of caps objects.
10152
10153 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
10154
10155         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
10156         (plugin_init):
10157           Typefind mmsh header data packet to application/x-mmsh (#362625).
10158
10159 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
10160
10161         * tests/check/Makefile.am:
10162         * tests/check/elements/.cvsignore:
10163         * tests/check/elements/subparse.c: (buffer_from_static_string),
10164         (setup_subparse), (teardown_subparse), (test_srt_do_test),
10165         (GST_START_TEST), (subparse_suite):
10166           Add very simple unit test for subparse.
10167
10168 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
10169
10170         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
10171         (parse_subrip):
10172           Strip trailing newlines from subtitle text output.
10173
10174 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
10175
10176         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10177         (gst_sub_parse_change_state):
10178           Fix memleak; clear subparse->textbuf n state change function.
10179
10180 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
10181
10182         * gst/subparse/gstsubparse.c:
10183         (gst_sub_parse_data_format_autodetect):
10184           Don't require subrip (.srt) files to start with a chunk number of 1.
10185
10186 2006-10-18  Wim Taymans  <wim@fluendo.com>
10187
10188         * gst-libs/gst/audio/gstbaseaudiosink.c:
10189         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
10190         * gst-libs/gst/audio/gstbaseaudiosink.h:
10191         Extract rate from the NEWSEGMENT event.
10192         Use commit_full to also take rate adjustment into account when writing
10193         samples to the ringbuffer.
10194         
10195         * gst-libs/gst/audio/gstringbuffer.c:
10196         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
10197         (gst_ring_buffer_read):
10198         * gst-libs/gst/audio/gstringbuffer.h:
10199         Added _commit_full() to also take rate into account.
10200         Use simple interpolation algorithm to resample audio.
10201         API: gst_ring_buffer_commit_full()
10202
10203         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
10204         * tests/examples/seek/seek.c: (segment_done):
10205         Don't try to seek with 0.0 rate, just pause instead.
10206         Remove bogus debug line.
10207
10208 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
10209
10210         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
10211         (setup_source):
10212           Catch async errors when starting up the subtitle bin, so we can
10213           stop waiting and continue with the main film instead of hanging
10214           forever. Fixes #339366.
10215
10216         * tests/check/elements/playbin.c: (playbin_suite):
10217           Enable unit test for the above.
10218
10219 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
10220
10221         * tests/check/Makefile.am:
10222         * tests/check/elements/.cvsignore:
10223         * tests/check/elements/playbin.c: (GST_START_TEST),
10224         (gst_red_video_src_uri_get_type),
10225         (gst_red_video_src_uri_get_protocols),
10226         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
10227         (gst_red_video_src_uri_handler_init),
10228         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
10229         (gst_red_video_src_create), (gst_red_video_src_class_init),
10230         (gst_red_video_src_init), (plugin_init), (playbin_suite):
10231           Some small and basic unit tests for playbin; not very useful yet,
10232           but at least a start.
10233
10234 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
10235
10236         * gst/playback/gstplaybin.c: (setup_sinks):
10237           The old pad activation spiel.
10238
10239 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
10240
10241         * gst/playback/gstplaybasebin.c: (setup_source):
10242           Don't hang forever if the subbin already fails to start up in 
10243           the state change to PAUSED (#339366).
10244
10245 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
10246
10247         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
10248         (gst_tuner_set_channel), (gst_tuner_get_channel),
10249         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
10250         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
10251         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
10252         (gst_tuner_find_channel_by_name):
10253           Fix some function guards, add some more function guards.
10254
10255 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
10256
10257         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
10258         (remove_element_chain):
10259         Don't return a pad from get_our_ghost_pad unless it is actually the
10260         one we want.
10261         Change a cast in remove_element_chain slightly.
10262
10263 2006-10-13  Julien MOUTTE  <julien@moutte.net>
10264
10265         * tests/examples/seek/seek.c: (do_seek), (start_seek),
10266         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
10267         Segment seeking needs to use the rate and set stop to -1.
10268
10269 2006-10-13  Wim Taymans  <wim@fluendo.com>
10270
10271         * gst-libs/gst/audio/gstbaseaudiosink.c:
10272         (gst_base_audio_sink_setcaps):
10273         Don't crash when ringbuffer is not yet created.
10274         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
10275         Fixes #361634.
10276
10277         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
10278         * gst/playback/gststreamselector.c:
10279         (gst_stream_selector_request_new_pad):
10280         Activate pads befre adding them to running elements.
10281
10282 2006-10-13  Julien MOUTTE  <julien@moutte.net>
10283
10284         * tests/examples/seek/seek.c: (do_seek), (start_seek),
10285         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
10286         updater when we start grabing the slider. Don't wait for the
10287         pipeline to be PAUSED.
10288
10289 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
10290
10291         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
10292         (gst_mixer_set_volume), (gst_mixer_get_volume),
10293         (gst_mixer_set_mute), (gst_mixer_set_option),
10294         (gst_mixer_get_option), (gst_mixer_mute_toggled),
10295         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
10296         (gst_mixer_option_changed):
10297           Guard mixer interface functions against bogus arguments.
10298
10299 2006-10-12  Julien MOUTTE  <julien@moutte.net>
10300
10301         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
10302         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
10303         (msg_state_changed), (main): Use state-changed messages to trigger
10304         start/stop of scale update timer. Indeed the scale slider was
10305         jumping here and there because the update timer was activated 
10306         before seek completed. This fixes instant applying of rate changes
10307         by pressing the spinbutton like a crazy man !
10308
10309 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
10310
10311         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
10312
10313         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
10314         (gst_basertppayload_finalize):
10315           Fix two small memory leaks (#361456).
10316
10317 2006-10-10  Julien MOUTTE  <julien@moutte.net>
10318
10319         * tests/examples/seek/seek.c: (do_seek),
10320         (rate_spinbutton_changed_cb): When changing spinbutton we try
10321         to change the rate on the fly.
10322
10323 2006-10-10  Wim Taymans  <wim@fluendo.com>
10324
10325         * gst-libs/gst/riff/riff-ids.h:
10326         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
10327         (gst_riff_create_audio_template_caps):
10328         Add WMS caps.
10329
10330 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10331
10332         Patch by: Josep Torra Valles <josep@fluendo.com>
10333
10334         * ext/gnomevfs/gstgnomevfssink.c:
10335         * ext/gnomevfs/gstgnomevfssrc.c:
10336         Fix URI interface implementation return type.
10337         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
10338         Fix what looks like a copy/paste issue when assigning values.
10339         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10340         (gst_audio_filter_template_get_type):
10341         Cast to prevent Forte warnings.
10342         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
10343         Fix URI interface implementation return type.
10344         gst_pad_query_position requires a signed integer pointer as
10345         3rd parameter, GstClockTime is unsigned.
10346         * gst/audioconvert/audioconvert.c:
10347         Fix integer overflow when treated as signed.
10348         * gst/audioresample/resample.c: (resample_add_input_data):
10349         Cast to prevent warnings on Forte.
10350         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
10351         Fix integer overflow when treated as signed.
10352         * gst/ffmpegcolorspace/imgconvert_template.h:
10353         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
10354         * gst/playback/gstdecodebin.c: (queue_filled_cb),
10355         (cleanup_decodebin):
10356         Who initialises a guint to -1!
10357         Cast function pointers to prevent warnings on Forte.
10358         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
10359         (queue_threshold_reached):
10360         Cast function pointers correctly to prevent warnings on Forte.
10361         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
10362         Cast function pointers correctly to prevent warnings on Forte.
10363         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
10364         Obvious change to unsigned, 0xEF > max signed char.
10365         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
10366         GstClockTime is unsigned, initialise correctly.
10367         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
10368         Cast so pointer arithemetic doesn't cause warnings on Forte.
10369         * gst/videorate/gstvideorate.c:
10370         Use correct return value.
10371         * tests/examples/seek/scrubby.c:
10372         GstClockTime is unsigned, initialise correctly.
10373
10374 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
10375
10376         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
10377
10378         * gst/typefind/gsttypefindfunctions.c:
10379           Recognise XML files and XML-like files shorter than 256 bytes as
10380           well (fixes #359237).
10381
10382 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
10383
10384         Patch by: Renato Filho <renato.filho@indt.org.br>
10385         
10386         * gst/typefind/gsttypefindfunctions.c:
10387         Added typefind functions to video/x-nuv media.
10388         
10389 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
10390
10391         * gst-libs/gst/interfaces/xoverlay.c:
10392         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
10393           Some more guards against invalid input.
10394
10395 2006-10-07  Julien MOUTTE  <julien@moutte.net>
10396
10397         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
10398         Useless goto.
10399         * tests/examples/seek/seek.c: (do_seek),
10400         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
10401         seek example to experiment with rates != 1.0 (reverse playback !)
10402
10403 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
10404
10405         * gst-libs/gst/interfaces/xoverlay.c:
10406           Unref message in doc-example (spotted by Robert McQueen)
10407
10408 2006-10-06  Wim Taymans  <wim@fluendo.com>
10409
10410         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
10411         (mpeg1_parse_header), (mpeg1_sys_type_find):
10412         printf fix.
10413
10414 2006-10-06  Wim Taymans  <wim@fluendo.com>
10415
10416         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10417         (close_pad_link):
10418         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
10419         Activate dynamic pads before adding them to the element.
10420
10421 2006-10-06  Michael Smith  <msmith@fluendo.com>
10422
10423         * gst-libs/gst/floatcast/floatcast.h:
10424           Fix obviously-bogus macros; use the correct types.
10425
10426 2006-10-06  Wim Taymans  <wim@fluendo.com>
10427
10428         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10429         (gst_base_rtp_depayload_change_state):
10430         Also call parent state change function to activate pads.
10431
10432         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
10433         (mpeg1_parse_header), (mpeg1_sys_type_find):
10434         Add some more debug info in mpeg typefinding.
10435
10436 2006-10-06  Michael Smith  <msmith@fluendo.com>
10437
10438         * ext/theora/theoradec.c: (theora_dec_chain):
10439           Zero byte theora packets are valid and well-defined; don't warn on
10440           them.
10441
10442 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10443
10444         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
10445         (gst_multi_fd_sink_get_stats), (find_limits),
10446         (gst_multi_fd_sink_queue_buffer):
10447           API: add dropped_buffers to the get-stats GValueArray
10448
10449 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
10450
10451         * ext/alsa/gstalsadeviceprobe.c:
10452         (gst_alsa_device_property_probe_get_values):
10453         * ext/alsa/gstalsasink.c: (set_hwparams):
10454         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
10455         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
10456         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
10457         (gst_ogg_mux_process_best_pad):
10458         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
10459         (gst_ogg_parse_chain):
10460         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
10461         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10462         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
10463         (gst_vorbis_enc_buffer_check_discontinuous):
10464         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
10465         * gst-libs/gst/audio/gstbaseaudiosink.c:
10466         (gst_base_audio_sink_render):
10467         * gst-libs/gst/cdda/gstcddabasesrc.c:
10468         (gst_cdda_base_src_handle_track_seek):
10469         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10470         (gst_base_rtp_depayload_push_full):
10471         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
10472         * gst/audioresample/resample.c: (resample_input_pushthrough):
10473         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
10474         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
10475         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
10476         (wavpack_type_find):
10477         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
10478         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10479         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
10480         * tests/check/elements/volume.c: (GST_START_TEST):
10481           Printf format fixes.
10482
10483 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10484
10485         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
10486           Fix a simple mistake (see the docs)
10487           Fixes #359580
10488
10489 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
10490
10491         * docs/plugins/Makefile.am:
10492         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10493         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10494         * docs/plugins/gst-plugins-base-plugins.args:
10495         * docs/plugins/gst-plugins-base-plugins.hierarchy:
10496         * docs/plugins/inspect/plugin-adder.xml:
10497         * docs/plugins/inspect/plugin-alsa.xml:
10498         * docs/plugins/inspect/plugin-audioconvert.xml:
10499         * docs/plugins/inspect/plugin-audiorate.xml:
10500         * docs/plugins/inspect/plugin-audioresample.xml:
10501         * docs/plugins/inspect/plugin-audiotestsrc.xml:
10502         * docs/plugins/inspect/plugin-cdparanoia.xml:
10503         * docs/plugins/inspect/plugin-decodebin.xml:
10504         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10505         * docs/plugins/inspect/plugin-gdp.xml:
10506         * docs/plugins/inspect/plugin-gnomevfs.xml:
10507         * docs/plugins/inspect/plugin-libvisual.xml:
10508         * docs/plugins/inspect/plugin-ogg.xml:
10509         * docs/plugins/inspect/plugin-pango.xml:
10510         * docs/plugins/inspect/plugin-playbin.xml:
10511         * docs/plugins/inspect/plugin-subparse.xml:
10512         * docs/plugins/inspect/plugin-tcp.xml:
10513         * docs/plugins/inspect/plugin-theora.xml:
10514         * docs/plugins/inspect/plugin-typefindfunctions.xml:
10515         * docs/plugins/inspect/plugin-video4linux.xml:
10516         * docs/plugins/inspect/plugin-videorate.xml:
10517         * docs/plugins/inspect/plugin-videoscale.xml:
10518         * docs/plugins/inspect/plugin-videotestsrc.xml:
10519         * docs/plugins/inspect/plugin-volume.xml:
10520         * docs/plugins/inspect/plugin-vorbis.xml:
10521         * docs/plugins/inspect/plugin-ximagesink.xml:
10522         * docs/plugins/inspect/plugin-xvimagesink.xml:
10523           Add vorbistag element to docs; update version numbers to 0.10.10.1.
10524
10525 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
10526
10527         Patch by: James "Doc" Livingston <doclivingston at gmail com>
10528
10529         * ext/vorbis/Makefile.am:
10530         * ext/vorbis/vorbis.c: (plugin_init):
10531         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
10532         (vorbis_parse_parse_packet), (vorbis_parse_chain):
10533         * ext/vorbis/vorbisparse.h:
10534         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
10535         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
10536         (gst_vorbis_tag_parse_packet):
10537         * ext/vorbis/vorbistag.h:
10538           Add new vorbistag element which derives from vorbisparse
10539           and is essentially the same as well, only that it implements
10540           the GstTagSetter interface and can modify the stream's
10541           vorbiscomment on the fly (#335635).
10542
10543         * tests/check/Makefile.am:
10544         * tests/check/elements/.cvsignore:
10545         * tests/check/elements/vorbistag.c: (setup_vorbistag),
10546         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
10547         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
10548         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
10549           Add unit test for new vorbistag element.
10550
10551 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
10552
10553         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
10554         (vorbis_parse_push_headers), (vorbis_parse_chain):
10555           Set BOS flag in packet structure to fix 'jump depends
10556           on unitialized value' errors in valgrind; various minor
10557           clean-ups.
10558
10559 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
10560
10561         * gst/playback/gstdecodebin.c: (close_pad_link):
10562         Fix typo in a debug statement.
10563
10564         * gst/playback/gstplaybasebin.c: (probe_triggered),
10565         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
10566         (gen_source_element), (source_new_pad), (analyse_source),
10567         (setup_source):
10568         When handling no_more_pads in new_decoded_pad, make sure to treat
10569         subtitle pads correctly. Fixes playback with subtitle files.
10570
10571         Move a recurring message to LOG level.
10572
10573         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10574         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
10575         which ends up as -1 when cast to an int. Make the logic handle the
10576         max value as an unsigned mask and only change the colorkey when it's
10577         a value we recognise.
10578
10579 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10580
10581         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10582         Removed empty * between paragraphs
10583
10584 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10585
10586         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10587         * gst-libs/gst/rtp/README:
10588         Moved some documentation into .c file
10589
10590 2006-09-29  Wim Taymans  <wim@fluendo.com>
10591
10592         * gst/playback/gstdecodebin.c: (no_more_pads):
10593         Fix compilation.
10594
10595 2006-09-29  Wim Taymans  <wim@fluendo.com>
10596
10597         * gst/playback/gstdecodebin.c: (new_caps):
10598         Remove g_print
10599
10600         * gst/playback/gstplaybin.c:
10601         Add some docs.
10602
10603 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
10604
10605         * tests/check/Makefile.am:
10606           Re-enable cddabasesrc test to see if it works again
10607           now.
10608
10609 2006-09-29  Wim Taymans  <wim@fluendo.com>
10610
10611         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10612         (gen_source_element):
10613         Handle invalid URIs a bit more gracefully.
10614
10615 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
10616
10617         * tests/check/pipelines/oggmux.c:
10618           Remove obsolete comment.
10619
10620 2006-09-29  Michael Smith  <msmith@fluendo.com>
10621
10622         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10623         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
10624         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
10625         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
10626         (gst_ogg_mux_collected):
10627           Commit patch from James "Doc" Livingston, adds proper EOS handling
10628           in oggmux. GStreamer can, for the first time ever, create a valid
10629           Ogg file! Yay!
10630
10631         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
10632         (oggmux_suite):
10633           Reenable tests now that they pass.
10634
10635 2006-09-29  Wim Taymans  <wim@fluendo.com>
10636
10637         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
10638         Stop reading commands when EOF (we read 0) as well.
10639
10640 2006-09-28  Wim Taymans  <wim@fluendo.com>
10641
10642         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
10643         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
10644         (find_dynamic), (unlinked), (close_link):
10645         Implement delayed caps linking needed for element with a lot of
10646         different caps on the src pads that get fixed at runtime.
10647         Improve management of dynamic elements.
10648
10649         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
10650         (group_destroy), (group_commit), (check_queue), (queue_overrun),
10651         (gen_preroll_element), (remove_groups), (unknown_type),
10652         (add_element_stream), (no_more_pads_full), (no_more_pads),
10653         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
10654         (new_decoded_pad), (setup_subtitle), (array_has_value),
10655         (gen_source_element), (source_new_pad), (has_all_raw_caps),
10656         (analyse_source), (remove_decoders), (make_decoder),
10657         (remove_source), (setup_source), (finish_source), (prepare_output),
10658         (gst_play_base_bin_change_state):
10659         * gst/playback/gstplaybasebin.h:
10660         Use more _CAST instead of full type checking casts.
10661         Small cleanups, plug some leaks.
10662         Handle dynamic sources.
10663         Add some helper functions to create lists of strings used for
10664         blacklisting and other stuff.
10665         Refactor some code dealing with analysing the source.
10666         Re-enable sources without pads (like cd:// or other selfcontained
10667         elements).
10668
10669 2006-09-28  Wim Taymans  <wim@fluendo.com>
10670
10671         * gst-libs/gst/audio/gstbaseaudiosink.c:
10672         (gst_base_audio_sink_render):
10673         When we have a timestamp, we can still perform clipping.
10674         When we have no clock, we must play the sample ASAP.
10675
10676 2006-09-28  Wim Taymans  <wim@fluendo.com>
10677
10678         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
10679         Set caps on outgoing buffers.
10680
10681         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
10682         (gst_video_rate_event), (gst_video_rate_chain):
10683         * gst/videorate/gstvideorate.h:
10684         Fix videorate some more. Fixes #357977
10685
10686 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
10687
10688         * tests/check/elements/adder.c: (adder_suite):
10689           Don't set timeout to 6 seconds when we're running
10690           in valgrind ... (and how is 6 seconds longer than
10691           the default anyway?)
10692
10693 2006-09-28  Wim Taymans  <wim@fluendo.com>
10694
10695         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
10696         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
10697         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
10698         Keep sink and src segment to keep track of time and support more
10699         input formats.
10700         Fix bogus next_offset and run_time calculation, don't understand how
10701         this could have worked before. Fixes #357976.
10702         Remove some unneeded vars.
10703
10704 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
10705
10706         * gst/playback/gstplaybin.c: (remove_sinks):
10707           Only remove visualisation from visbin if there is a visbin (or:
10708           don't throw warnings when closing totem without playing a file).
10709
10710 2006-09-27  Wim Taymans  <wim@fluendo.com>
10711
10712         * gst-libs/gst/audio/gstbaseaudiosink.c:
10713         (gst_base_audio_sink_render):
10714         Add some more info in a WARNING.
10715
10716         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10717         (gst_base_audio_src_create):
10718         Handle PAUSE in create function, use new -core addition to
10719         wait for playing. Fixes pausing and resuming capture from an
10720         audiosrc.
10721
10722         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
10723         (gst_ring_buffer_read):
10724         Constify some more.
10725         Caller supports interrupted reads now.
10726
10727 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
10728
10729         * tests/check/Makefile.am:
10730           Another attempt to make the gen64 buildbot happy.
10731
10732 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
10733
10734         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
10735
10736         * ext/libvisual/visual.c: (gst_visual_clear_actors),
10737         (gst_visual_chain), (gst_visual_change_state):
10738           Libvisual plugin was not passing audio data to libvisual 0.4.0 
10739           correctly. Fixes #357800
10740
10741 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
10742
10743         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
10744           Add timeout to _get_state() so we see which pipeline it is
10745           that causes trouble on the gen64 build bot.
10746
10747 2006-09-27  Wim Taymans  <wim@fluendo.com>
10748
10749         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10750         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
10751         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
10752         (gst_base_rtp_depayload_set_gst_timestamp):
10753         the source pad always uses fixed caps.
10754
10755 2006-09-27  Wim Taymans  <wim@fluendo.com>
10756
10757         * docs/libs/gst-plugins-base-libs-docs.sgml:
10758         * docs/libs/gst-plugins-base-libs-sections.txt:
10759         * gst-libs/gst/audio/gstaudioclock.c:
10760         * gst-libs/gst/audio/gstaudioclock.h:
10761         * gst-libs/gst/audio/gstaudiosink.c:
10762         * gst-libs/gst/audio/gstaudiosink.h:
10763         * gst-libs/gst/audio/gstaudiosrc.c:
10764         * gst-libs/gst/audio/gstbaseaudiosink.c:
10765         (gst_base_audio_sink_render):
10766         * gst-libs/gst/audio/gstbaseaudiosink.h:
10767         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
10768         * gst-libs/gst/audio/gstbaseaudiosrc.h:
10769         * gst-libs/gst/audio/gstringbuffer.h:
10770         Added docs for the audio libs.
10771
10772 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
10773
10774         * tests/check/Makefile.am:
10775           Temporarily disable test that fails on the bots for unknown reasons.
10776
10777 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10778
10779         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10780         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
10781         Moved AudioCodecType into priv
10782         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
10783
10784 2006-09-25  Wim Taymans  <wim@fluendo.com>
10785
10786         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
10787         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
10788         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
10789         (new_pad):
10790         Cleanups and small leak fixes.
10791         Added Depayloaders to valid list of autopluggable elements.
10792
10793 2006-09-25  Wim Taymans  <wim@fluendo.com>
10794
10795         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10796         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
10797         (gen_video_element), (gen_text_element), (gen_audio_element),
10798         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
10799         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
10800         Detect NO_PREROLL state change returns and disable clock distribution to
10801         the sinks so that sync is disabled.
10802         Avoid some type checking and do simple casts instead.
10803         Small cleanups, fix some FIXMEs.
10804         Be more robust when linking user specified elements, catch an report
10805         errors. Fixes #357404.
10806         Fix some leaks in the error paths.
10807
10808 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
10809
10810         * ChangeLog:
10811           ChangeLog surgery for missing bug-number
10812
10813 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
10814
10815         Patch by: Peter Kjellerstedt  <pkj at axis com>
10816
10817         * gst/playback/test.c:
10818           Fix compilation with uClibc and -Werror (#357591).
10819
10820 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
10821
10822         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10823           Parse dates that are followed by a time as well (#357532).
10824
10825         * tests/check/libs/tag.c: (test_vorbis_tags):
10826           Add unit test for this.
10827
10828 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
10829
10830         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
10831         (gst_audio_convert_transform_caps):
10832         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
10833         * gst/videotestsrc/videotestsrc.h:
10834           A few array const-ifications.
10835
10836 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
10837
10838         * tests/check/Makefile.am:
10839           See if this makes the build bots happy.
10840
10841         * tests/check/libs/cddabasesrc.c:
10842           UTF8-ise my name.
10843
10844 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
10845
10846         Patch by: Young-Ho Cha <ganadist at chollian dot net>
10847
10848         * gst/subparse/samiparse.c: (handle_start_font),
10849         (fix_invalid_entities):
10850           More case-insensitivity for certain tags; recognise entities with
10851           decimal codes as special entities as well (#357330).
10852
10853 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
10854
10855         * gst-libs/gst/Makefile.am:
10856           Need to build tag directory before cdda.
10857
10858 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
10859
10860         * docs/libs/gst-plugins-base-libs-sections.txt:
10861         * gst-libs/gst/cdda/Makefile.am:
10862         * gst-libs/gst/cdda/gstcddabasesrc.c:
10863         (gst_cdda_base_src_base_init):
10864         * gst-libs/gst/cdda/gstcddabasesrc.h:
10865         * gst-libs/gst/tag/tag.h:
10866         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
10867         (gst_tag_register_musicbrainz_tags):
10868           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
10869           depend on libgsttag. This is required so we can extract/read tags like
10870           DISCID without depending on libgstcddabasesrc (which used to register
10871           them).
10872
10873         * gst-libs/gst/tag/gstvorbistag.c:
10874           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
10875           tags (also see #347848).
10876
10877         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
10878           Log vorbis comments we are actually writing. Const-ify array.
10879
10880 2006-09-23  Wim Taymans  <wim@fluendo.com>
10881
10882         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
10883         Improve buffering a bit by avoiding a deadlock because we cannot assume
10884         the underrun is always called.
10885
10886 2006-09-23  Wim Taymans  <wim@fluendo.com>
10887
10888         Patch by: Young-Ho Cha <ganadist at chollian dot net>
10889
10890         * gst-libs/gst/riff/riff-ids.h:
10891         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
10892         (gst_riff_create_audio_template_caps):
10893         Added MPEG-4 AAC and id and caps. Fixes #357289
10894         Added WMA9 Lossless id.
10895
10896 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
10897
10898         * ext/gnomevfs/gstgnomevfssrc.c:
10899           Fix misleading docs addition.
10900
10901         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
10902           Get rid of compiler warning the right way.
10903
10904 2006-09-22  Wim Taymans  <wim@fluendo.com>
10905
10906         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10907         (gst_base_rtp_depayload_finalize),
10908         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
10909         (gst_base_rtp_depayload_push_full),
10910         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
10911         (gst_base_rtp_depayload_process),
10912         (gst_base_rtp_depayload_set_gst_timestamp),
10913         (gst_base_rtp_depayload_queue_release):
10914         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10915         Small cleanups.
10916         Fix some leaks.
10917         Refactored the process method and added methods to push from the process
10918         vmethod.
10919         Use _scale functions.
10920         API: gst_base_rtp_depayload_push_ts
10921         API: gst_base_rtp_depayload_push
10922
10923         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
10924         timestamps are uint.
10925
10926 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
10927
10928         * gst-libs/gst/interfaces/xoverlay.c:
10929           Remove unused statement from doc example.
10930
10931 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
10932
10933         * gst-libs/gst/interfaces/videoorientation.c:
10934         (gst_video_orientation_iface_init),
10935         (gst_video_orientation_get_hflip),
10936         (gst_video_orientation_get_vflip),
10937         (gst_video_orientation_get_hcenter),
10938         (gst_video_orientation_get_vcenter),
10939         (gst_video_orientation_set_hflip),
10940         (gst_video_orientation_set_vflip),
10941         (gst_video_orientation_set_hcenter),
10942         (gst_video_orientation_set_vcenter):
10943           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
10944           in ChangeLog)
10945
10946 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
10947
10948         * tests/check/Makefile.am:
10949         * tests/check/elements/.cvsignore:
10950         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
10951         (create_rgb_conversions), (rgb_conversion_free),
10952         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
10953         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
10954           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
10955           but disable for now since it doesn't pass (something wrong with
10956           RGBA somewhere).
10957
10958 2006-09-21  Wim Taymans  <wim@fluendo.com>
10959
10960         * gst/playback/gstplaybasebin.c: (group_commit),
10961         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
10962         (queue_out_of_data), (gen_preroll_element),
10963         (preroll_remove_overrun), (probe_triggered):
10964         Refactor handling of overrun detection.
10965         Separate handling of group completion and deadlock detection when doing
10966         network buffering. This should fix some deadlocks that were not detected
10967         because the group was completed.
10968         Add more comments, improve debugging.
10969
10970 2006-09-21  Wim Taymans  <wim@fluendo.com>
10971
10972         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
10973         * tests/check/libs/audio.c:
10974         Some more compilation fixes.
10975
10976 2006-09-21  Wim Taymans  <wim@fluendo.com>
10977
10978         * gst-libs/gst/audio/gstringbuffer.c:
10979         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
10980         (gst_ring_buffer_read):
10981         Early morning compilation fix.
10982
10983 2006-09-20  Wim Taymans  <wim@fluendo.com>
10984
10985         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
10986         * tests/check/elements/multifdsink.c: (GST_START_TEST):
10987         * tests/check/elements/videorate.c: (GST_START_TEST):
10988         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
10989         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
10990         Fix some warnings.
10991
10992 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
10993
10994         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10995         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
10996         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
10997           Handcrafted merge to help CVS understanding what I changed and what
10998           not.
10999
11000 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
11001
11002         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
11003         (gst_xvimagesink_get_times):
11004           change colorkey behaviour back according to #354773 comment 6/7
11005
11006 2006-09-19  Michael Smith  <msmith@fluendo.com>
11007
11008         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
11009         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
11010         (gst_multi_fd_sink_recover_client),
11011         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
11012         (gst_multi_fd_sink_get_property):
11013         * gst/tcp/gstmultifdsink.h:
11014           Implement stubbed out properties unit-type, units-soft-max,
11015           units-max, to allow specifying maximum sizes in units other than
11016           buffers.
11017           Fixes #355935
11018
11019 2006-09-19  Wim Taymans  <wim@fluendo.com>
11020
11021         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11022         (gst_riff_create_audio_template_caps):
11023         Reorder the audio formats a bit for clarity.
11024         Detect and create caps for MSGSM and MSN (WAV49).
11025         Fixes #356596.
11026
11027         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11028         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
11029         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
11030         Small cleanups, move error handling out of normal flow for clarity.
11031
11032 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
11033
11034         * docs/libs/gst-plugins-base-libs-docs.sgml:
11035         * docs/libs/gst-plugins-base-libs.types:
11036         * gst-libs/gst/interfaces/Makefile.am:
11037         * gst-libs/gst/interfaces/videoorientation.c:
11038         (gst_video_orientation_get_type),
11039         (gst_video_orientation_iface_init),
11040         (gst_video_orientation_get_hflip),
11041         (gst_video_orientation_get_vflip),
11042         (gst_video_orientation_get_hcenter),
11043         (gst_video_orientation_get_vcenter),
11044         (gst_video_orientation_set_hflip),
11045         (gst_video_orientation_set_vflip),
11046         (gst_video_orientation_set_hcenter),
11047         (gst_video_orientation_set_vcenter):
11048         * gst-libs/gst/interfaces/videoorientation.h:
11049           API: Add new interface to control video orientation (fixes #354908)
11050
11051 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
11052
11053         * gst/videotestsrc/gstvideotestsrc.c:
11054           Use G_UNLIKELY in _create and log one more detail.
11055           
11056         (gst_video_test_src_get_times), (gst_video_test_src_create):
11057         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
11058           Use gst_util_uint64_scale_int in _get_times().
11059
11060 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
11061
11062         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
11063           Give better warning message (add object and detail).
11064
11065 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
11066
11067         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
11068         (gst_xvimagesink_get_times):
11069           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
11070           #354773), use gst_util_uint64_scale_int in _get_times()
11071
11072 2006-09-18  Michael Smith  <msmith@fluendo.com>
11073
11074         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
11075           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
11076           always true, leading to dropping all timestamps.
11077
11078 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
11079
11080         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
11081         (gst_visual_chain), (gst_visual_change_state):
11082           update to work also with libvisual 0.4 API, fix double unref (#355914)
11083           
11084         * tools/gst-launch-ext.1.in:
11085         * tools/gst-visualise.1.in:
11086           remove references to old man-pages
11087
11088         * tests/examples/seek/seek.c: (main):
11089           add real meadi-buttons, add tool-tips for the seek-options, arrange
11090           seek options in a table
11091
11092 2006-09-18  Michael Smith  <msmith@fluendo.com>
11093
11094         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
11095         (gst_ogg_mux_push_buffer):
11096           Don't generate out-of-order timestamps from oggmux, instead clamp
11097           output timestamps to be >= the previously output ts.
11098           Fixes #355595
11099
11100 2006-09-18  Michael Smith  <msmith@fluendo.com>
11101
11102         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
11103         (gst_multi_fd_sink_class_init):
11104           Updates, fixes, and typo corrections for multifdsink. No functional
11105           changes.
11106
11107 2006-09-17  Michael Smith  <msmith@fluendo.com>
11108
11109         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
11110           Don't crash on truncated files - check that we got an 8 byte buffer
11111           before trying to memcmp it.
11112
11113 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
11114
11115         * gst/playback/gstplaybasebin.c: (get_active_source):
11116           Make stream-switching appear instant to the application
11117           (ie. make sure that a g_object_get on 'current-foo' returns
11118           the stream previously set with g_object_set(). Totem needs
11119           this to update stream-related meta-info (like audio-codec)
11120           correctly when switching streams.
11121
11122 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
11123
11124         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
11125         (gst_alsa_mixer_ensure_track_list):
11126           Try harder to guess which mixer track is the master mixer
11127           track (instead of just taking the first one that has a pvolume).
11128           Fixes #342228.
11129
11130 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
11131
11132         reviewed by: <delete if not using a buddy>
11133
11134         * gst-libs/gst/audio/audio.h:
11135         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
11136
11137 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
11138
11139         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
11140         (gst_audio_convert_transform_caps):
11141           Get structure-name just once.
11142
11143 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
11144
11145         * tests/check/elements/audioresample.c: (GST_START_TEST):
11146         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
11147         * tests/check/elements/volume.c: (GST_START_TEST):
11148         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
11149         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
11150         (test_pipeline), (GST_START_TEST):
11151         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
11152         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
11153           Fix big batch of compiler warnings.
11154
11155 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
11156
11157         * ext/gnomevfs/gstgnomevfssrc.c:
11158           Add docs about icydemux usage in connection with gnomevfssrc
11159
11160         * ext/libvisual/visual.c:
11161         * ext/ogg/gstoggaviparse.c:
11162         * ext/ogg/gstoggdemux.c:
11163         * ext/ogg/gstoggmux.c:
11164         * ext/ogg/gstoggparse.c:
11165         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11166         * gst-libs/gst/audio/gstaudiosink.c:
11167         * gst-libs/gst/audio/gstaudiosrc.c:
11168         * gst/audiorate/gstaudiorate.c:
11169           More G_OBJECT macro fixing.
11170
11171         * gst/audiotestsrc/gstaudiotestsrc.h:
11172           Fix wrong info in header due to copy & paste
11173
11174 2006-09-15  Wim Taymans  <wim@fluendo.com>
11175
11176         * gst-libs/gst/audio/gstbaseaudiosink.c:
11177         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
11178         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11179         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
11180         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
11181         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11182         Do the delay calculation in the source/sink base classes as this is
11183         specific for the capture/playback mode.
11184         Try to fixate a bit better, like round depth up to a multiple of 8
11185         bigger than width.
11186         Handle underruns correctly by marking DISCONT on buffers and adjusting
11187         timestamps to handle the gap.
11188         Set offset/offset_end correctly on buffers.
11189
11190         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
11191         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
11192         (gst_ring_buffer_read):
11193         Remove resync and underrun recovery from the ringbuffer.
11194         Fix ringbuffer read code on under/overrun.
11195
11196 2006-09-15  Wim Taymans  <wim@fluendo.com>
11197
11198         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11199         (gst_play_base_bin_init), (fill_buffer), (check_queue),
11200         (queue_threshold_reached), (gst_play_base_bin_set_property),
11201         (gst_play_base_bin_get_property):
11202         * gst/playback/gstplaybasebin.h:
11203         Don't use a 0 low watermark when buffering, it is catching starvation
11204         way too late. Instead, use a 3 second queue with 30 and 95
11205         percent low/high watermarks. 
11206         Added queue-min-threshold property to configure low watermark.
11207         Use new _buffering message API.
11208         Make queue_threshold variable big enough to store a uint64 time value.
11209         API: playbin::queue-min-threshold property.
11210
11211 2006-09-15  Wim Taymans  <wim@fluendo.com>
11212
11213         * configure.ac:
11214         We require 0.10.10.1 now because of _wait_preroll().
11215
11216         * gst-libs/gst/audio/gstbaseaudiosink.c:
11217         (gst_base_audio_sink_render):
11218         Use gst_base_sink_wait_preroll().
11219
11220 2006-09-15  Wim Taymans  <wim@fluendo.com>
11221
11222         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
11223         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
11224         Use DEBUG_OBJECT more.
11225
11226 === release 0.10.10 ===
11227
11228 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
11229
11230         patch by: Michael Smith <msmith at fluendo dot com>
11231
11232         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
11233         (gst_multi_fd_sink_client_queue_buffer),
11234         (gst_multi_fd_sink_new_client):
11235         * tests/check/elements/multifdsink.c: (GST_START_TEST),
11236         (multifdsink_suite):
11237           Fix implementation of sync-method 'next-keyframe'
11238           Closes #354594
11239
11240 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
11241
11242         patch by: Wim Taymans <wim at fluendo dot com>
11243
11244         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
11245         This patch removes the RANDOM flag that was incorrectly introduced with
11246         revision 1.91.  Fixes #354590
11247
11248 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
11249
11250         * tests/check/Makefile.am:
11251           Random variation in Makefile line to see if it makes the
11252           gen64-base-full bot any happier.
11253
11254 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
11255
11256         * tests/check/pipelines/oggmux.c: (oggmux_suite):
11257           Disable test that fails at the moment (killed after timeout).
11258
11259 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
11260
11261         Patch by: James Livingston  <doclivingston at gmail.com>
11262
11263         * tests/check/Makefile.am:
11264         * tests/check/pipelines/.cvsignore:
11265         * tests/check/pipelines/oggmux.c: (get_page_codec),
11266         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
11267         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
11268         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
11269         (test_theora_vorbis), (oggmux_suite):
11270           Add simple unit test for oggmux from #337026 with checking for the
11271           EOS flags disabled for the time being.
11272
11273 2006-09-04  Wim Taymans  <wim@fluendo.com>
11274
11275         patch by: Alessandro Dessina <alessandro nnva org>
11276
11277         * ext/ogg/gstoggmux.c:
11278         Add cmml caps to oggmux. Fixes #353912
11279
11280 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
11281
11282         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
11283           Returning a return value often helps. In this case, we
11284           don't need the return value anyway, so just get rid of it.
11285           Should make build bots much happier.
11286
11287 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
11288
11289         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
11290         (paint_get_structure), (gst_video_test_src_get_size),
11291         (gst_video_test_src_smpte), (gst_video_test_src_snow),
11292         (gst_video_test_src_unicolor), (paint_setup_AYUV),
11293         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
11294         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
11295         * gst/videotestsrc/videotestsrc.h:
11296           Add support for AYUV and the various RGBA formats. Initialise
11297           fields of paintinfo structs allocated on the stack.
11298
11299         * tests/check/elements/videotestsrc.c: (right_shift_colour),
11300         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
11301         (check_rgb_buf), (videotestsrc_suite):
11302           Add unit tests for videotestsrc's RGB output.
11303
11304 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
11305
11306         * gst/videotestsrc/gstvideotestsrc.c:
11307         (gst_video_test_src_pattern_get_type),
11308         (gst_video_test_src_set_pattern):
11309         * gst/videotestsrc/gstvideotestsrc.h:
11310         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
11311         (gst_video_test_src_black), (gst_video_test_src_white),
11312         (gst_video_test_src_red), (gst_video_test_src_green),
11313         (gst_video_test_src_blue):
11314         * gst/videotestsrc/videotestsrc.h:
11315           Add more uni-colour patterns ("white", "red", "green", and "blue").
11316
11317 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
11318
11319         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
11320           Fix stride for YVYU, should be word-aligned (#353658).
11321
11322 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
11323
11324         * gst/adder/gstadder.c: (gst_adder_src_event):
11325           Fix build.
11326
11327 2006-08-31  Edward Hervey  <edward@fluendo.com>
11328
11329         * gst/adder/gstadder.c: (forward_event_func),
11330         (gst_adder_src_event), (gst_adder_collected),
11331         (gst_adder_change_state):
11332         * gst/adder/gstadder.h:
11333         Remember the start position asked in the incoming seeks, so we can
11334         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
11335         of assuming it will always be 0).
11336
11337 2006-08-31  Edward Hervey  <edward@fluendo.com>
11338
11339         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
11340         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
11341         (gst_ogg_demux_loop):
11342         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
11343
11344 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
11345
11346         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11347         (gst_ffmpegcsp_get_unit_size):
11348           Return FALSE instead of returning a random false unit
11349           size when the format isn't known/supported (even if
11350           this shouldn't happen under normal circumstances).
11351
11352 2006-08-29  Wim Taymans  <wim@fluendo.com>
11353
11354         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
11355
11356         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
11357         (gst_gnome_vfs_src_start):
11358         Try harder to get the size from a uri by using _info_uri() when
11359         _info_from_handle() does not give us enough info. 
11360         Also follow symlinks when getting the size.
11361         Partially Fixes #332864.
11362
11363 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
11364
11365         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
11366
11367         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
11368         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
11369         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
11370         (gst_alsa_mixer_set_record):
11371         * ext/alsa/gstalsamixertrack.c:
11372         (gst_alsa_mixer_track_update_alsa_capabilities),
11373         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
11374         (gst_alsa_mixer_track_update):
11375         * ext/alsa/gstalsamixertrack.h:
11376           Improve and fix mixer track handling, in particular better handling
11377           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
11378           separate track objects for tracks that have both capture and playback
11379           volume (and label them differently as well so they're not mistakenly
11380           assumed to be duplicates); classify mixer tracks that only affect
11381           the audible volume of something (rather than the capture volume)
11382           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
11383           for capture tracks to correspond to alsa-pswitch alsa-cswitch
11384           (following the meaning documented in the mixer interface header
11385           file); add support for alsa's exclusive cswitch groups; update/sync
11386           state/flags better if mixer settings are changed by another
11387           application. Fixes #336075.
11388
11389 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
11390
11391         * gst/playback/gstplaybin.c:
11392           Improve docs: add section about BUFFERING messages sent by playbin.
11393
11394 2006-08-29  Michael Smith  <msmith@fluendo.com>
11395
11396         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
11397         (gst_vorbis_enc_buffer_check_discontinuous),
11398         (gst_vorbis_enc_chain):
11399           Ignore explicit DISCONT marked on buffers (which is often spurious,
11400           particularly when using multiple segments), in favour of solely
11401           using the timestamps/durations.
11402
11403 2006-08-29  Edward Hervey  <edward@fluendo.com>
11404
11405         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11406         Don't rely on incoming buffers offset anymore, since it is completely
11407         broken when using multiple segments.
11408         Instead convert the incoming buffers timestamp to running time, and
11409         then convert that value to the offsets.
11410         Also inform GstSegment of the last outputted stop position, which is
11411         needed if we received several segments with an unknown stop value.
11412
11413 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11414
11415         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
11416           fix buffer unreffing on a header push failure
11417
11418 2006-08-28  Wim Taymans  <wim@fluendo.com>
11419
11420         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
11421         (gst_audio_rate_chain):
11422         Make the metadata of the buffer writable before changing its
11423         flags.
11424
11425 2006-08-28  Wim Taymans  <wim@fluendo.com>
11426
11427         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11428         (gst_audio_rate_setcaps), (gst_audio_rate_init),
11429         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
11430         (gst_audio_rate_chain), (gst_audio_rate_change_state):
11431         Fix audiorate some more.
11432         Reset and resync counters on flush and READY.
11433         Handle the DISCONT flag correctly.
11434         Use GstSegment to track position.
11435         Fail when not negotiated.
11436         Fixes #353234.
11437
11438 2006-08-25  Michael Smith  <msmith@fluendo.com>
11439
11440         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
11441           Fix spelling.
11442           Remove accidently included debug line.
11443
11444 2006-08-25  Wim Taymans  <wim@fluendo.com>
11445
11446         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
11447         Small cleanups.
11448         If a buffer is received with no caps, make the buffer metadata
11449         writable and set the caps, making sure that we don't screw up the
11450         refcounts.
11451
11452 2006-08-25  Michael Smith  <msmith@fluendo.com>
11453
11454         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
11455         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
11456           Fix memory leaks and misleading debug messages, add a couple of
11457           comments.
11458
11459         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
11460         (gst_multi_fd_sink_render):
11461           Do not use gst_buffer_make_writable() in a basesink render method,
11462           as it may incorrectly unref the buffer. Instead, use convoluted
11463           dance to avoid copying the buffer except when we need to.
11464
11465 2006-08-25  Michael Smith  <msmith@fluendo.com>
11466
11467         * ext/vorbis/vorbisenc.c:
11468         (gst_vorbis_enc_buffer_check_discontinuous):
11469           Allow very small discontinuities in the timestamps. These we can't
11470           do anything useful with anyway (because vorbis's timestamps have
11471           only sample granularity), and are commonly produced by elements with
11472           minor bugs. Allow up to 1/2 a sample out.
11473           Fixes #351742.
11474
11475 2006-08-24  Wim Taymans  <wim@fluendo.com>
11476
11477         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
11478         (play_scrub_toggle_cb), (main):
11479         Add a checkbox to enable play scrubbing. Makes it possible to disable
11480         normal scrubbing.
11481
11482 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
11483
11484         * tests/check/elements/.cvsignore:
11485           make buildbot happy
11486
11487 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
11488
11489         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
11490         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
11491         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
11492         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
11493         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
11494         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
11495         (gst_ogm_text_parse_strip_trailing_zeroes),
11496         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
11497         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
11498           Refactor ogm parse, do better input checking, misc. clean-ups.
11499           Cache incoming events and push them once the source pad has
11500           been created. Don't pass unterminated strings to sscanf().
11501           Strip trailing zeroes from subtitle text output, since they
11502           are not valid UTF-8. Don't push vorbiscomment packets on
11503           the subtitle text pad. Output perfect streams if possible.
11504
11505 2006-08-23  Wim Taymans  <wim@fluendo.com>
11506
11507         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
11508         Waits for tasks to settle down so that we clean up correctly for 
11509         valgrind.
11510
11511 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
11512
11513         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
11514           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
11515           actually return return value in taglists_are_equal.
11516
11517 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
11518
11519         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
11520           Fix crash due to broken bitstream parsing on x86-64: can't make
11521           any assumptions about sizeof(struct) due to alignment/packing
11522           differences on different architectures. Fixes #351790.
11523
11524 2006-08-22  Wim Taymans  <wim@fluendo.com>
11525
11526         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
11527         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
11528         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
11529         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
11530         (gst_riff_parse_info):
11531         Protect public functions against bad input.
11532         Do some cleanups.
11533         Fix documentation.
11534
11535 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
11536
11537         * gst-libs/gst/riff/riff-ids.h:
11538         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
11539           Add voxware audio IDs (even if we can't play it) (#351795).
11540
11541 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
11542
11543         * gst-libs/gst/riff/riff-media.c:
11544         (gst_riff_create_video_template_caps),
11545         (gst_riff_create_audio_template_caps),
11546         (gst_riff_create_iavs_template_caps):
11547           Const-ify some arrays and use G_N_ELEMENTS instead
11548           of wasting oodles of RAM on terminator bits.
11549
11550 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
11551
11552         * gst-libs/gst/tag/gstvorbistag.c:
11553         (gst_tag_list_to_vorbiscomment_buffer):
11554         * tests/check/libs/tag.c: (GST_START_TEST):
11555           And the same for _to_vorbiscomment_buffer(): allow
11556           id_data_len == 0 for speex.
11557
11558 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
11559
11560         * configure.ac:
11561         * docs/plugins/Makefile.am:
11562         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11563         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11564         * docs/plugins/inspect/plugin-gdp.xml:
11565         * gst/gdp/Makefile.am:
11566         * tests/check/Makefile.am:
11567           Move GDP plugin to -base from -bad.  Closes #347783.
11568
11569 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
11570
11571         * gst-libs/gst/tag/gstvorbistag.c:
11572         (gst_tag_list_from_vorbiscomment_buffer):
11573           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
11574           Also add some checks to make sure we don't memcmp() beyond the end of
11575           vorbiscomment buffer if the ID to check for is larger than the buffer.
11576
11577         * tests/check/libs/tag.c: (GST_START_TEST):
11578           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
11579
11580 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
11581
11582         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
11583         (gst_vorbis_enc_set_metadata):
11584           Use vorbis comment utility functions from libgsttag
11585           instead of re-inventing the wheel (partially fixes #347091).
11586
11587 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
11588
11589         * tests/check/elements/audioconvert.c: (GST_START_TEST):
11590         Fix leaks. Wait for state transitions that might happen ASYNC, as well
11591         as some that won't.
11592
11593 2006-08-21  Wim Taymans  <wim@fluendo.com>
11594
11595         * docs/libs/Makefile.am:
11596         * docs/libs/gst-plugins-base-libs-sections.txt:
11597         * docs/libs/gst-plugins-base-libs.types:
11598         Don't try to GObject scan the netbuffer as it's not a GObject.
11599         Fixes #351308.
11600
11601         * gst-libs/gst/netbuffer/gstnetbuffer.c:
11602         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11603         Document GstNetBuffer.
11604
11605 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
11606
11607         * tests/check/elements/audioconvert.c: (GST_START_TEST),
11608         (audioconvert_suite):
11609           Add testcase for caps-size-explosion
11610
11611 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
11612
11613         * gst/audioconvert/gstaudioconvert.c:
11614         (gst_audio_convert_get_unit_size), (set_structure_widths):
11615           Lower debug, use g_assert in _get_unit_size
11616
11617         * gst/audioresample/gstaudioresample.c:
11618         (audioresample_get_unit_size):
11619         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11620         (gst_ffmpegcsp_get_unit_size):
11621         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
11622           use g_assert in _get_unit_size
11623
11624 2006-08-18  Wim Taymans  <wim@fluendo.com>
11625
11626         * docs/libs/gst-plugins-base-libs-sections.txt:
11627         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
11628         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
11629         (gst_rtp_buffer_get_payload_buffer):
11630         * gst-libs/gst/rtp/gstrtpbuffer.h:
11631         Document GstRTPBuffer.
11632         Added function to efficiently strip payload headers.
11633         API: gst_rtp_buffer_get_payload_subbuffer()
11634
11635 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
11636
11637         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11638         (gst_tag_to_vorbis_comments):
11639           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
11640           tags and deserialise them properly as well (#347091).
11641           Add some more gtk-doc blurbs and also some g_return_if_fail().
11642
11643         * tests/check/libs/tag.c: (GST_START_TEST),
11644         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
11645           More tests.
11646
11647 2006-08-17  Wim Taymans  <wim@fluendo.com>
11648
11649         * ext/ogg/Makefile.am:
11650         * ext/ogg/gstogg.c: (plugin_init):
11651         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
11652         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
11653         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
11654         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
11655         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
11656         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
11657         Added ogg-in-avi parser element. Fixes #140139.
11658
11659         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
11660         Fixed a bug in oggdemux debug code.
11661
11662         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11663         (gst_riff_create_audio_template_caps):
11664         Recognise Ogg in the AVI extensible wave format.
11665
11666 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
11667
11668         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11669           Make buffer durations add up (duration should be next_ts-ts for
11670           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
11671           from CVS.
11672
11673         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
11674         (test_buffer_timestamps), (cddabasesrc_suite):
11675           Add unit test for the above.
11676
11677         * tests/check/Makefile.am:
11678           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
11679           to see what happens.
11680
11681 2006-08-16  Wim Taymans  <wim@fluendo.com>
11682
11683         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
11684         (gst_alsasink_open):
11685         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
11686         (gst_alsasrc_open):
11687         Avoid setting and using a NULL device name.
11688         Print more info when we fail to open a device.
11689
11690 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
11691
11692         * docs/libs/gst-plugins-base-libs-sections.txt:
11693         * gst-libs/gst/tag/tag.h:
11694         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
11695           API: add gst_tag_parse_extended_comment() (#351426).
11696
11697         * tests/check/Makefile.am:
11698         * tests/check/libs/.cvsignore:
11699         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
11700           Add unit test for gst_tag_parse_extended_comment().
11701
11702 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
11703
11704         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
11705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
11706           Fix leak (#351502).
11707
11708 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
11709
11710         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11711         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11712         * docs/plugins/gst-plugins-base-plugins.args:
11713         * gst/playback/gstplaybin.c:
11714           Document playbin.
11715           
11716         * docs/plugins/inspect/plugin-adder.xml:
11717         * docs/plugins/inspect/plugin-alsa.xml:
11718         * docs/plugins/inspect/plugin-audioconvert.xml:
11719         * docs/plugins/inspect/plugin-audiorate.xml:
11720         * docs/plugins/inspect/plugin-audioresample.xml:
11721         * docs/plugins/inspect/plugin-audiotestsrc.xml:
11722         * docs/plugins/inspect/plugin-cdparanoia.xml:
11723         * docs/plugins/inspect/plugin-decodebin.xml:
11724         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
11725         * docs/plugins/inspect/plugin-gnomevfs.xml:
11726         * docs/plugins/inspect/plugin-ogg.xml:
11727         * docs/plugins/inspect/plugin-pango.xml:
11728         * docs/plugins/inspect/plugin-playbin.xml:
11729         * docs/plugins/inspect/plugin-subparse.xml:
11730         * docs/plugins/inspect/plugin-tcp.xml:
11731         * docs/plugins/inspect/plugin-theora.xml:
11732         * docs/plugins/inspect/plugin-typefindfunctions.xml:
11733         * docs/plugins/inspect/plugin-video4linux.xml:
11734         * docs/plugins/inspect/plugin-videorate.xml:
11735         * docs/plugins/inspect/plugin-videoscale.xml:
11736         * docs/plugins/inspect/plugin-videotestsrc.xml:
11737         * docs/plugins/inspect/plugin-volume.xml:
11738         * docs/plugins/inspect/plugin-vorbis.xml:
11739         * docs/plugins/inspect/plugin-ximagesink.xml:
11740         * docs/plugins/inspect/plugin-xvimagesink.xml:
11741           Update to CVS version.
11742
11743 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
11744
11745         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11746         (gst_play_bin_set_property), (gst_play_bin_get_property),
11747         (value_list_append_structure_list),
11748         (gst_play_bin_handle_redirect_message),
11749         (gst_play_bin_handle_message):
11750           API: GstPlayBin::connection-speed
11751           Add "connection-speed" property; re-order redirect messages with
11752           multiple redirect locations depending on the minimum bitrate if
11753           that information is available and a connection speed is set
11754           (#350399).
11755
11756 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
11757
11758         * gst/playback/gstplaybin.c:
11759           Update max volume to the same value that the volume element uses.
11760
11761 2006-08-14  Wim Taymans  <wim@fluendo.com>
11762
11763         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
11764         Less uglyness..
11765
11766 2006-08-14  Wim Taymans  <wim@fluendo.com>
11767
11768         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
11769         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
11770         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
11771         Add some more debug info.
11772         Don't crash when a seek failed.
11773         Actually return the result of the seek instead of TRUE.
11774         Ignore multiple BOS pages with the same serial so that we don't create
11775         the same stream multiple times.
11776         Post an error when we fail to do the initial seek.
11777
11778 2006-08-13  Wim Taymans  <wim@fluendo.com>
11779
11780         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
11781         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
11782         Small code cleanup.
11783
11784         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
11785         (gst_alsa_mixer_new):
11786         Remove hack that always set the device to hw:0*.
11787         Properly find the card name for whatever device was configured.
11788         Do some better debugging.
11789         Fixes #350784.
11790
11791         * ext/alsa/gstalsamixerelement.c:
11792         (gst_alsa_mixer_element_set_property),
11793         (gst_alsa_mixer_element_change_state):
11794         Cleanups.
11795         Handle setting of a NULL device name better.
11796
11797 2006-08-11  Wim Taymans  <wim@fluendo.com>
11798
11799         * gst/adder/gstadder.c:
11800         Don't clip float values. Fixes #350900.
11801
11802 2006-08-11  Andy Wingo  <wingo@pobox.com>
11803
11804         * gst/tcp/gsttcp.c: Really fix the build?
11805
11806         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
11807         fixes the build.
11808
11809 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
11810
11811         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
11812           Float caps shouldn't have a "signed" field.
11813
11814 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
11815
11816         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
11817           Implement SEEKING query in its most basic form, so that we can
11818           at least check if we're seekable or not (#350655).
11819
11820 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
11821
11822         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11823           The checks here are not even close to anything that would
11824           justify MAXIMUM probability, lowering to POSSIBLE until someone
11825           fixes the checks (case at hand: quicktime redirection files
11826           might start with 00 00 01 XX and pass the checks here just
11827           fine, see #350399).
11828
11829 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
11830
11831         Patch by: Sjoerd Simons  <sjoerd at luon net>
11832
11833         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
11834           Better detection for multipart/x-mixed-replace: accept leading
11835           whitespaces before the boundary marker as well (as our very own
11836           multipartmux used to produce) (#349068).
11837
11838 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
11839
11840         Patch by: Young-Ho Cha  <ganadist at chollian net>
11841
11842         * gst-libs/gst/riff/riff-ids.h:
11843         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11844         (gst_riff_create_audio_template_caps):
11845           Detect DTS audio streams (#350157).
11846
11847 2006-08-05  Andy Wingo  <wingo@pobox.com>
11848
11849         * ext/theora/gsttheoraparse.h:
11850         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
11851         (theora_parse_dispose, theora_parse_set_property)
11852         (theora_parse_get_property, theora_parse_munge_granulepos)
11853         (theora_parse_push_buffer, theora_parse_change_state):
11854         API: GstTheoraParse::synchronization-points
11855         Add a property 'synchronization-points' to fix badly synchronized oggs.
11856
11857 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
11858
11859         * tests/check/Makefile.am:
11860         * tests/check/libs/.cvsignore:
11861         * tests/check/libs/audio.c: (structure_contains_channel_positions),
11862         (fixed_caps_have_channel_positions), (GST_START_TEST),
11863         (audio_suite), (main):
11864           Add a few tests for the channel position stuff in libgstaudio.
11865
11866 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
11867
11868         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
11869         (gst_alsa_detect_channels):
11870         * ext/alsa/gstalsasink.c:
11871           Add support for cards that (only) do more than 8 channels,
11872           like the Delta 44 (#345188).
11873
11874         * gst-libs/gst/audio/multichannel.c:
11875         (gst_audio_check_channel_positions):
11876         * gst-libs/gst/audio/multichannel.h:
11877           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
11878           unspecified channel position and cannot be combined with any
11879           of the other audio channel positions; adjust position layout
11880           checks accordingly (#345188).
11881
11882 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
11883
11884         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11885           Recognise ancient RealAudio files (see #349779).
11886
11887 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
11888
11889         Patch by: Jens Granseuer  <jensgr at gmx net>
11890
11891         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11892           Add typefinder for Interplay's MVE format (#348973).
11893
11894 2006-08-02  Wim Taymans  <wim@fluendo.com>
11895
11896         Patch by: Marcel Moreaux <marcelm at luon dot net>
11897
11898         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11899         (gst_base_rtp_depayload_add_to_queue):
11900         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11901         Handle RTP sequence number rollover.
11902         Disable jitterbuffer by default.
11903
11904 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
11905
11906         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
11907         (audioresample_set_caps):
11908         Don't leak references to the incoming caps. Clean them up when
11909         stopping.
11910
11911         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
11912         (gst_video_scale_finalize):
11913         Don't leak our temporary pixel buffer.
11914
11915         * tests/check/Makefile.am:
11916         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
11917         (GST_START_TEST), (simple_launch_lines_suite):
11918
11919         Fix leaks and re-enable the test for valgrind checking.
11920
11921 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
11922
11923         Patch by: Sjoerd Simons  <sjoerd at luon net>
11924
11925         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
11926         (plugin_init):
11927           Add typefind function for multipart/x-mixed-replace (#348916).
11928
11929 2006-07-28  Wim Taymans  <wim@fluendo.com>
11930
11931         * gst/adder/gstadder.c: (gst_adder_setcaps),
11932         (gst_adder_query_duration):
11933         Fix leak in duration query.
11934         Reflow some docs and notes.
11935
11936 2006-07-28  Michael Smith  <msmith@fluendo.com>
11937
11938         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
11939         (vorbisenc_suite):
11940           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
11941           aspect of it.
11942
11943 2006-07-28  Michael Smith  <msmith@fluendo.com>
11944
11945         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
11946         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
11947         (gst_vorbis_enc_push_buffer),
11948         (gst_vorbis_enc_buffer_check_discontinuous),
11949         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
11950         * ext/vorbis/vorbisenc.h:
11951           Handle discontinuities in the input vorbis stream correctly,
11952           so that the output is properly timestamped (and has good granulepos
11953           values). Needs some oggmux fixes too.
11954
11955 2006-07-27  Wim Taymans  <wim@fluendo.com>
11956
11957         patch by: Kai Vehmanen <kv2004 eca cx>
11958
11959         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11960         (gst_base_rtp_depayload_chain),
11961         (gst_base_rtp_depayload_handle_sink_event),
11962         (gst_base_rtp_depayload_change_state):
11963         Don't send multiple newsegments with different formats.
11964         Fixes #348677.
11965
11966 2006-07-26  Wim Taymans  <wim@fluendo.com>
11967
11968         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11969         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
11970         Make seeking in ogg more accurate again by doing the more correct
11971         granuletime to stream time conversion.
11972
11973 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
11974
11975         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11976         (gst_multi_fd_sink_new_client):
11977           debug a little more understandably
11978           do not use goto as a substitute for break, especially if
11979           break is also being used
11980
11981 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
11982
11983         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
11984         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11985           Remove GLib-2.6 compatibility cruft.
11986
11987 2006-07-24  Wim Taymans  <wim@fluendo.com>
11988
11989         * gst-libs/gst/audio/gstbaseaudiosink.c:
11990         (gst_base_audio_sink_render):
11991         Don't try to align a sample to an unknown value.
11992
11993 2006-07-24  Wim Taymans  <wim@fluendo.com>
11994
11995         * gst-libs/gst/audio/gstbaseaudiosink.c:
11996         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
11997         When the audio clock is slaved to another clock, never try to align
11998         samples but trust the rate interpolation algorithm.
11999
12000 2006-07-24  Wim Taymans  <wim@fluendo.com>
12001
12002         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
12003         Don't try to calculate silence samples, base class does this much
12004         better now.
12005
12006         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
12007         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
12008         (gst_ring_buffer_acquire):
12009         Calculate silence samples correctly.
12010
12011         * gst-libs/gst/audio/gstringbuffer.h:
12012         Add _CAST macro.
12013
12014 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
12015
12016         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
12017           Limit search for the first markup tag to the first few kB of
12018           the file. If we don't find one there, it's highly unlikely that
12019           this is an XML(-ish) file.
12020
12021 2006-07-21  Andy Wingo  <wingo@pobox.com>
12022
12023         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
12024         test to the one in vorbisenc. Also commented out.
12025
12026         * tests/check/pipelines/vorbisenc.c: 
12027         (test_discontinuity): New test, commented out until Mike lands
12028         some elite vorbisenc patches.
12029
12030         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
12031         Bufferstraw was actually factored out of these tests. Now we share
12032         code yay.
12033
12034         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
12035         for bufferstraw addition to gstcheck.
12036
12037 2006-07-21  Wim Taymans  <wim@fluendo.com>
12038
12039         * ext/theora/theoradec.c: (clip_buffer):
12040         Better clipping.
12041
12042 2006-07-21  Wim Taymans  <wim@fluendo.com>
12043
12044         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
12045         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
12046         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
12047         Fix leak.
12048         Avoid type casting when we can.
12049
12050         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
12051         Fix mem leak.
12052
12053 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
12054
12055         * ext/alsa/gstalsamixerelement.c:
12056         (gst_alsa_mixer_element_change_state):
12057           Make state change fail if the specified device can't be opened
12058           for some reason.
12059
12060 2006-07-20  Wim Taymans  <wim@fluendo.com>
12061
12062         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
12063         (cb_newpad), (main):
12064         Example of a small audio/video player using decodebin.
12065
12066 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
12067
12068         * gst-libs/gst/riff/riff-ids.h:
12069           Add 'fact' chunk id
12070
12071 2006-07-19  Wim Taymans  <wim@fluendo.com>
12072
12073         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12074         (gst_base_rtp_depayload_chain),
12075         (gst_base_rtp_depayload_change_state):
12076         Don't assert when not negotiated but post a meaningfull 
12077         error message. Fixes #347918.
12078
12079         * gst-libs/gst/rtp/gstbasertppayload.c:
12080         Add comment about better default MTU size.
12081
12082         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
12083         Small cleanups, start docs.
12084
12085 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
12086
12087         Patch by: Martin Szulecki
12088
12089         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
12090           If "device-name" is requested and the device is not
12091           open, try to temporarily open it to obtain this
12092           information (#342494).
12093
12094 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
12095
12096         * gst-libs/gst/tag/gstid3tag.c:
12097           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
12098
12099         * gst-libs/gst/tag/gsttageditingprivate.h:
12100         * gst-libs/gst/tag/gstvorbistag.c:
12101           Some more random const-ifications.
12102
12103 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
12104
12105         * gst-libs/gst/riff/riff-ids.h:
12106         * gst-libs/gst/riff/riff-media.c:
12107         (gst_riff_create_video_template_caps):
12108           Add more FOURCCs (sort list to make stuff easier to find),
12109           add comment what those 16 bytes in struct _gst_riff_strh according to
12110           one avi-dumper are
12111
12112 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
12113
12114         * gst-libs/gst/audio/multichannel.c:
12115         (gst_audio_check_channel_positions),
12116         (gst_audio_fixate_channel_positions):
12117           Const-ify two arrays.
12118
12119 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
12120
12121         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
12122           Fix typo, so that alsasink also advertises 8 channels
12123           if that's supported (tags: can, worms, open, alsa, ph34r).
12124
12125 2006-07-17  Wim Taymans  <wim@fluendo.com>
12126
12127         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
12128         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
12129         *sigh*, when is the compiler going to warn when the comments
12130         are out-of-sync with the code.. Refix case of busted theora
12131         headers with 0 granule pos.
12132
12133 2006-07-14  Wim Taymans  <wim@fluendo.com>
12134
12135         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12136         (gst_base_rtp_depayload_wait),
12137         (gst_base_rtp_depayload_change_state),
12138         (gst_base_rtp_depayload_set_property),
12139         (gst_base_rtp_depayload_get_property):
12140         Fix 99% cpu load by waiting for absolute times on the
12141         clock. Fixes #347300.
12142
12143 2006-07-14  Andy Wingo  <wingo@pobox.com>
12144
12145         * ext/theora/gsttheoraparse.h: 
12146         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
12147         (theora_parse_push_headers, theora_parse_clear_queue)
12148         (theora_parse_drain_queue_prematurely, )
12149         (theora_parse_sink_event, theora_parse_change_state): Queue events
12150         until we initialized our state, like in vorbisparse.
12151
12152         * ext/vorbis/vorbisparse.h: 
12153         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
12154         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
12155         (vorbis_parse_drain_queue_prematurely, )
12156         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
12157         until we have initialized our state. Fixes seeking after an
12158         initial pad block.
12159
12160 2006-07-14  Andy Wingo  <wingo@pobox.com>
12161
12162         Patch by: Iain Holmes <iaingnome@gmail.com>
12163         
12164         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
12165
12166 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
12167
12168         * configure.ac:
12169         Bump nano back to CVS
12170
12171 === release 0.10.9 ===
12172
12173 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
12174
12175         * configure.ac:
12176           releasing 0.10.9, "I walk the line"
12177
12178 2006-07-14  Michael Smith  <msmith@fluendo.com>
12179
12180         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
12181           Move a g_cond_signal to earlier to avoid sometimes deadlocking
12182           (commonly happens when running this test under valgrind) when trying
12183           to remove the buffer probe.
12184
12185 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
12186
12187         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
12188         Fix missing g_unlock from the previous commit
12189
12190 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
12191
12192         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12193         (gst_ximagesink_change_state):
12194         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12195         (gst_xvimagesink_change_state):
12196         Implement a locking order to ensure we always take the object lock
12197         before the x_lock and never vice-versa.
12198
12199 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
12200
12201         * gst/playback/gstdecodebin.c: (find_compatibles):
12202         Fix a caps leak when linking (#347304)
12203
12204         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
12205         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
12206         (gst_ximagesink_change_state):
12207         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12208         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
12209         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
12210         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
12211         Don't leak shared memory resources. Use the object lock to protect
12212         against the xcontext disappearing while returning a buffer from the
12213         pipeline. (#347304)
12214
12215 2006-07-12  Edward Hervey  <edward@fluendo.com>
12216
12217         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
12218         (vorbis_handle_comment_packet):
12219         gst_tag_list_merge() returns a new object. Take that into account when
12220         using it. This avoids memleak.
12221         Revert previous commit which is not needed.
12222
12223 2006-07-12  Edward Hervey  <edward@fluendo.com>
12224
12225         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
12226         Reset the decoder in finalize so that all fields get cleared.
12227
12228 2006-07-12  Wim Taymans  <wim@fluendo.com>
12229
12230         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12231         (gst_base_audio_src_set_clock),
12232         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
12233         Don't try to post an error message when setting the clock fails
12234         as this can happen when adding an element to a bin which will then
12235         deadlock. Fixes #347296.
12236
12237 2006-07-12  Edward Hervey  <edward@fluendo.com>
12238
12239         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
12240         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
12241         (vorbis_handle_type_packet):
12242         Post tag messages on the bus even if we're not initialized.
12243         If we're not initialized, we still postpone the event pushing of tags.
12244
12245 2006-07-12  Wim Taymans  <wim@fluendo.com>
12246
12247         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
12248         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
12249         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
12250         Revert last two changes that broke the freeze.
12251
12252 2006-07-12  Wim Taymans  <wim@fluendo.com>
12253
12254         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
12255         basesink calculates silence sample correctly for us.
12256
12257 2006-07-12  Wim Taymans  <wim@fluendo.com>
12258
12259         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
12260         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
12261         Calculate correct silence samples so we don't fill our ringbuffer
12262         with noise.
12263
12264 2006-07-12  Edward Hervey  <edward@fluendo.com>
12265
12266         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
12267         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
12268         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
12269         * ext/vorbis/vorbisdec.h:
12270         Delay sending events (newsegment, tags) until the decoder is properly
12271         initialized.
12272         Fixes #347295
12273
12274 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
12275
12276         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
12277         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
12278           Patch from #347221 adding a test for audioconvert
12279           channel remappings.
12280
12281 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
12282
12283         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
12284         (gst_ssa_parse_parse_line):
12285           Don't include the terminating NUL in the buffer size,
12286           it's only there for extra paranoia (would add random
12287           '*' characters at the end of each subtitle since the
12288           terminator itself is not valid UTF-8 technically).
12289           Also fix indenting after boilerplate macro.
12290
12291 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
12292
12293         * gst/playback/gstdecodebin.c: (close_pad_link):
12294           Also emit 'unknown-type' signal (which should really be
12295           called unhandled-type) if we found potential decoders/demuxers
12296           in the registry but none of them worked in the end (as in the
12297           case where the plugins don't exist any longer but are still
12298           listed in the registry). Fixes #329798.
12299
12300 2006-07-08  Andy Wingo  <wingo@pobox.com>
12301
12302         * theoraparse.c (theora_parse_push_buffer)
12303         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
12304         Add some more debugging. Fix granulepos reconstruction in the face
12305         of discontinuities.
12306
12307 2006-07-06  Wim Taymans  <wim@fluendo.com>
12308
12309         * gst-libs/gst/audio/gstbaseaudiosink.c:
12310         (gst_base_audio_sink_class_init),
12311         (gst_base_audio_sink_provide_clock):
12312         Use gobject_class instead of G_OBJECT_CLASS (klass)
12313
12314         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12315         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
12316         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
12317         (gst_base_audio_src_get_time),
12318         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
12319         (gst_base_audio_src_create_ringbuffer):
12320         Fix latency and buffer-time constants and properties ala basesink.
12321         Implement pull based scheduling. Fixes #346527.
12322         Set default blocksize in GstBaseSrc to 0, we default to pushing out
12323         one segment.
12324         Refuse slaving to another clock instead of silently not working.
12325         Only provide a clock when we are actually able to do so.
12326         Various small cleanups and compiler hints.
12327
12328 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
12329
12330         Patch by: Lutz Mueller <lutz at topfrose de>
12331
12332         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
12333         (plugin_init):
12334           Add typefinding for text/html (#346581).
12335
12336 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
12337
12338         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
12339         (xml_check_first_element), (xml_type_find), (smil_type_find):
12340           Fix SMIL typefinding, make xml_check_first_element() more
12341           useful.
12342
12343 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
12344
12345         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12346         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
12347         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
12348         * gst/playback/gstplaybasebin.h:
12349           Protect list of elements with a subtitle-encoding property and
12350           the subtitle encoding member itself with a lock of their own
12351           instead of using the object lock. This prevents a dead-lock in
12352           the element-remove callback in some circumstances when shutting
12353           down playbin.
12354
12355 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
12356
12357         * win32/common/libgsttag.def:
12358         Export some new functions.
12359         * win32/vs6/libgstogg.dsp:
12360         Add a link to libgsttag-0.10.lib.
12361
12362 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
12363
12364         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
12365           Some const-ification.
12366
12367 2006-07-04  Wim Taymans  <wim@fluendo.com>
12368
12369         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
12370         Improve checking if we are dealing with a stream. Added some
12371         more uris that need buffering.
12372
12373 2006-07-03  Edward Hervey  <edward@fluendo.com>
12374
12375         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
12376         Remove unused variable.
12377
12378 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12379
12380         * Makefile.am:
12381           include lcov.mak
12382         * configure.ac:
12383           add GCOV_LIBS to GST_LIBS
12384
12385 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
12386
12387         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
12388
12389         * ext/alsa/gstalsasrc.c:
12390           Add 32 bps to template caps and increase channels range
12391           from [1,2] to [1,MAX]. See #346326.
12392
12393 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
12394
12395         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12396           Recognise 'WMVA' video codec fourcc (#345879).
12397           
12398 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12399          
12400         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
12401           Fixed nasty memory leak
12402
12403 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12404
12405         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
12406         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
12407           fix logging
12408
12409 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
12410
12411         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12412         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
12413         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
12414         Protect remove_fakesink using a mutex, so that we don't try and
12415         remove the fakesink simultaneously from multiple threads.
12416
12417         When going from READY to PAUSED, restore the fakesink, so that
12418         it is there when decodebin gets reused.
12419
12420 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
12421
12422         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12423         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12424         * gst-libs/gst/rtp/gstbasertppayload.c:
12425         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12426         * gst/tcp/gstmultifdsink.c:
12427         * gst/tcp/gsttcpclientsink.c:
12428         * gst/tcp/gsttcpclientsrc.c:
12429         * gst/tcp/gsttcpserversink.c:
12430         * gst/tcp/gsttcpserversrc.c:
12431         * gst/videorate/gstvideorate.c:
12432         * gst/videotestsrc/gstvideotestsrc.c:
12433         * sys/v4l/gstv4ljpegsrc.c:
12434         * sys/v4l/gstv4lmjpegsink.c:
12435         * sys/v4l/gstv4lsrc.c:
12436         * tests/examples/seek/scrubby.c:
12437         * tests/examples/seek/seek.c:
12438           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
12439
12440 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
12441
12442         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
12443           Second field in GEnumValue shouldn't be a description,
12444           but a stringified version of the enum value.
12445
12446 2006-06-22  Wim Taymans  <wim@fluendo.com>
12447
12448         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
12449         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
12450         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12451         Avoid type checking in buffer casts.
12452         Avoid caps copy in buffer_alloc when we can.
12453         Use pad_peer_accept.
12454
12455 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
12456
12457         * gst-libs/gst/tag/tag.h:
12458           Oops, make that 'Since: 0.10.9'.
12459
12460 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
12461
12462         * docs/libs/gst-plugins-base-libs-sections.txt:
12463         * gst-libs/gst/tag/tag.h:
12464         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
12465         (gst_tag_image_type_get_type):
12466           API: add GstTagImageType enum to describe images contained
12467           in image tags (#345641).
12468
12469 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
12470
12471         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
12472           Fix warnings with gst-inspect: "buffers-min" property
12473           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
12474           typo in property description.
12475
12476 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
12477
12478         Patch by: Cody Russell <bratsche at gnome org>
12479
12480         * gst/audioresample/gstaudioresample.c:
12481         (gst_audioresample_class_init):
12482         * gst/playback/gststreamselector.c:
12483         (gst_stream_selector_class_init):
12484         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
12485         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
12486         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
12487         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
12488         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
12489         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
12490         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
12491         * gst/videotestsrc/gstvideotestsrc.c:
12492         (gst_video_test_src_class_init):
12493         * gst/volume/gstvolume.c: (gst_volume_class_init):
12494           Avoid unnecessary class cast check in class_init
12495           functions (#337747).
12496
12497 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
12498
12499         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
12500         (gst_text_overlay_video_chain):
12501           g_markup_escape_text() REALLY doesn't like non-UTF8 input
12502           and doesn't validate its input either (and neither did
12503           textoverlay it seems). Let's do that then and fix #345206.
12504
12505 2006-06-19  Wim Taymans  <wim@fluendo.com>
12506
12507         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12508         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
12509         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
12510         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
12511         (find_syncframe), (find_limits), (assign_value),
12512         (count_burst_unit), (gst_multi_fd_sink_new_client),
12513         (gst_multi_fd_sink_handle_client_write),
12514         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
12515         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
12516         (gst_multi_fd_sink_change_state):
12517         * gst/tcp/gstmultifdsink.h:
12518         Added shiny new burst-on-connect methods.
12519         Add properties to control the minimal amount of data queued.
12520         Small cleanups.
12521         API: bytes-min property
12522         API: time-min property
12523         API: buffers-min property
12524         API: burst-unit property
12525         API: burst-value property
12526         API: add-full signal
12527
12528         * gst/tcp/gsttcp-marshal.list:
12529         Added new marshaller code for the new signal.
12530
12531         * tests/check/elements/multifdsink.c: (GST_START_TEST),
12532         (multifdsink_suite):
12533         Added testcases for new burst methods.
12534
12535 2006-06-19  Edward Hervey  <edward@fluendo.com>
12536
12537         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
12538         Implement clipping for accurate seeking.
12539         Closes #345225
12540
12541 2006-06-19  Wim Taymans  <wim@fluendo.com>
12542
12543         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
12544
12545         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
12546         (gst_video_scale_transform):
12547         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
12548
12549 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
12550
12551         * configure.ac:
12552           Fix --disable-external (can't set conditionals conditionally,
12553           #343602).
12554
12555 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
12556
12557         * tests/check/elements/audioresample.c: (test_reuse),
12558         (audioresample_suite):
12559           Add test case for bug #342789 fixed below.
12560
12561 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
12562
12563         * gst/audioresample/gstaudioresample.c:
12564         (gst_audioresample_class_init), (gst_audioresample_init),
12565         (audioresample_start), (audioresample_stop),
12566         (gst_audioresample_set_property), (gst_audioresample_get_property):
12567           Implement GstBaseTransform::start and ::stop so that audioresample
12568           can clear its internal state properly and be reused instead of
12569           causing non-negotiated errors with playbin under some circumstances
12570           (#342789).
12571
12572         * tests/check/elements/audioresample.c: (setup_audioresample),
12573         (cleanup_audioresample):
12574           Need to set element state here so that ::start and ::stop are
12575           called.
12576
12577 2006-06-16  Wim Taymans  <wim@fluendo.com>
12578
12579         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12580
12581         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
12582         Parse extra data better, apparently it's right behind
12583         the normal strf header size. Fixes #343500.
12584
12585 2006-06-16  Wim Taymans  <wim@fluendo.com>
12586
12587         * ext/alsa/gstalsasink.c: (set_hwparams):
12588         If we fail to set the buffer_time and period_time alsa
12589         parameters, post a warning and leave alsa select a 
12590         default instead of failing. Fixes #342085
12591
12592 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
12593
12594         * docs/libs/gst-plugins-base-libs-sections.txt:
12595         * gst-libs/gst/cdda/gstcddabasesrc.h:
12596           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
12597           out in the header file and shouldn't be listed in the docs.
12598
12599         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
12600           Must dereference pointer to fourcc in the debug statement.
12601
12602 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
12603
12604         * docs/libs/Makefile.am:
12605         * docs/libs/gst-plugins-base-libs-docs.sgml:
12606         * docs/libs/gst-plugins-base-libs-sections.txt:
12607         * docs/libs/gst-plugins-base-libs.types:
12608         add remaining symbols into correct setions
12609         
12610         * gst-libs/gst/audio/gstringbuffer.c:
12611         fix incomplete docs
12612         
12613         * gst-libs/gst/audio/gstringbuffer.h:
12614         comment out not yet implemented function
12615         
12616         
12617         * gst-libs/gst/floatcast/floatcast.h:
12618         * gst-libs/gst/netbuffer/gstnetbuffer.c:
12619         add short descriptions
12620         
12621         
12622         * gst-libs/gst/interfaces/propertyprobe.c:
12623         fix return value docs   
12624         
12625         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
12626         simplify debug logging
12627         
12628         * gst-libs/gst/riff/riff-read.h:
12629         sync function prototype and docs
12630         
12631         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12632         remove left over symbol
12633
12634 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
12635
12636         * autogen.sh:
12637         * configure.ac:
12638         * docs/Makefile.am:
12639           Use GST_PLUGIN_DOCS macro in configure.ac, add
12640           --enable-plugin-docs default to autogen.sh and use
12641           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
12642
12643 2006-06-15  Wim Taymans  <wim@fluendo.com>
12644
12645         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
12646         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
12647         (gst_ogg_demux_loop):
12648         Combine GstFlowReturn from the source pads to give a
12649         meaningfull result to the upstream peer or to stop the
12650         processing task in case of errors.
12651
12652 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
12653
12654         * gst/playback/gststreaminfo.c: (cb_probe):
12655           Try GST_TAG_CODEC as fallback when extracting the
12656           codec name; more debug info.
12657
12658 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
12659
12660         * ext/ogg/Makefile.am:
12661         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12662           Extract language tags from ogm subtitle streams, so that
12663           the subtitle menu choices are labelled correctly in
12664           Totem (fixes #344708).
12665
12666 2006-06-14  Wim Taymans  <wim@fluendo.com>
12667
12668         Patch by: Alessandro Decina <alessandro at nnva dot org>
12669
12670         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
12671         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
12672         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
12673         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
12674         Fix various leaks. Fixes #343699.
12675         Add x-smoke mime type.
12676
12677 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
12678
12679         * gst-libs/gst/riff/riff-ids.h:
12680           Add IDs for 'bext' chunks (see #343837).
12681
12682 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
12683
12684         Patch by: Young-Ho Cha  <ganadist at chollian net>
12685
12686         * gst/subparse/samiparse.c: (sami_context_pop_state),
12687         (handle_start_font), (end_sami_element):
12688           Honour font face tags in SAMI subtitles (#344503).
12689
12690 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
12691
12692         * po/POTFILES.in:
12693           add missing files containing translatable strings
12694
12695 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
12696
12697         * docs/libs/tmpl/.cvsignore:
12698           we don't want those *.sgml files in CVS either
12699
12700 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
12701
12702         * docs/libs/.cvsignore:
12703         * tests/check/elements/.cvsignore:
12704         * tests/check/libs/.cvsignore:
12705           ignore more
12706
12707 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
12708
12709         * docs/libs/Makefile.am:
12710           also commiting the changed Makefile.am (added more libs to the
12711           doc-build)
12712
12713 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
12714
12715         * docs/libs/gst-plugins-base-libs-docs.sgml:
12716         * docs/libs/gst-plugins-base-libs-sections.txt:
12717         * docs/libs/gst-plugins-base-libs.types:
12718           first batch of reordering things, add index & hierarchy
12719
12720 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12721
12722         * configure.ac:
12723           use GST_PKG_CHECK_MODULES, cleans up output
12724
12725 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
12726
12727         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
12728           Add support for burn:// URIs (#343385); const-ify things a bit,
12729           use G_N_ELEMENTS instead of hard-coded array size.
12730
12731 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
12732
12733         Patch by: Young-Ho Cha  <ganadist at chollian net>
12734
12735         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
12736           Fix up broken entities before passing them to libxml *sigh*.
12737           (#343303).
12738           
12739 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12740
12741         * configure.ac:
12742           back to TRUNK
12743
12744 === release 0.10.8 ===
12745
12746 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
12747
12748         * configure.ac:
12749           releasing 0.10.8, "Moar gij ziet mij nie"
12750
12751 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12752
12753         * configure.ac:
12754         * po/af.po:
12755         * po/az.po:
12756         * po/cs.po:
12757         * po/en_GB.po:
12758         * po/hu.po:
12759         * po/it.po:
12760         * po/nb.po:
12761         * po/nl.po:
12762         * po/or.po:
12763         * po/sq.po:
12764         * po/sr.po:
12765         * po/sv.po:
12766         * po/uk.po:
12767         * po/vi.po:
12768         * win32/common/config.h:
12769           0.10.7.2 prerelease
12770
12771 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12772
12773         * docs/libs/tmpl/gstaudio.sgml:
12774         * docs/libs/tmpl/gstcolorbalance.sgml:
12775         * docs/libs/tmpl/gstmixer.sgml:
12776         * docs/libs/tmpl/gstringbuffer.sgml:
12777         * docs/libs/tmpl/gsttuner.sgml:
12778         * docs/libs/tmpl/gstxoverlay.sgml:
12779         * gst-libs/gst/audio/audio.c:
12780         * gst-libs/gst/audio/gstringbuffer.c:
12781         * gst-libs/gst/interfaces/colorbalance.c:
12782         * gst-libs/gst/interfaces/mixer.c:
12783         * gst-libs/gst/interfaces/tuner.c:
12784         * gst-libs/gst/interfaces/xoverlay.c:
12785           move last template doc snippets to source code and delete them
12786
12787 2006-06-06  Michael Smith  <msmith@fluendo.com>
12788
12789         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
12790         (theora_parse_drain_queue):
12791           Mark DELTA_UNIT on non-keyframes.
12792
12793 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
12794
12795         * gst-libs/gst/audio/gstbaseaudiosink.c:
12796         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
12797         * gst-libs/gst/audio/gstbaseaudiosink.h:
12798         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
12799         (gst_ring_buffer_samples_done):
12800         * gst-libs/gst/audio/gstringbuffer.h:
12801         Document better the fact that latency_time and buffer_time are values
12802         stored in microseconds, and not the usual GStreamer nanoseconds.
12803         Change the variables (compatibly) that store them from GstClockTime 
12804         to guint64 to make it more clear that they're not storing clock times.
12805         Also, remove the bogus property description that says the user can
12806         specify -1 to get the default value, since that's never been the case.
12807
12808         When computing the default segment size for the ring buffer, make it
12809         an integer number of samples.
12810
12811         When the sub-class indicates a delay greater than the number of
12812         samples we've written return 0 from the audio sink get_time method.
12813
12814 2006-06-02  Michael Smith  <msmith@fluendo.com>
12815
12816         * tests/check/elements/audioconvert.c: (set_channel_positions),
12817         (get_float_mc_caps), (get_int_mc_caps):
12818         * tests/check/elements/audioresample.c:
12819         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
12820         * tests/check/elements/videorate.c:
12821         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
12822         * tests/check/elements/volume.c:
12823         * tests/check/elements/vorbisdec.c:
12824         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12825           Don't busy-wait in tests; this was causing test timeouts very
12826           frequently when running under valgrind.
12827
12828 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12829
12830         * gst/tcp/README:
12831         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
12832         (gst_multi_fd_sink_remove_client_link),
12833         (gst_multi_fd_sink_client_queue_caps),
12834         (gst_multi_fd_sink_client_queue_buffer),
12835         (gst_multi_fd_sink_handle_client_write),
12836         (gst_multi_fd_sink_render):
12837         * gst/tcp/gstmultifdsink.h:
12838           make multifdsink properly deal with streamheader:
12839           - streamheader is taken from caps
12840           - buffers marked with IN_CAPS are not sent
12841           - streamheaders are sent, on connection, from the caps of the
12842             buffer where the client gets positioned to
12843           - further streamheader changes are done every time the client
12844             will receive a buffer with different caps
12845         * tests/check/elements/multifdsink.c: (GST_START_TEST),
12846         (gst_multifdsink_create_streamheader):
12847           add tests for this
12848
12849 2006-06-02  Michael Smith  <msmith@fluendo.com>
12850
12851         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
12852           Reinstate limit on channel count. Vorbis does not define the meaning
12853           of > 6 channels, so they're just independent channels. Gstreamer
12854           currently has no mechanism to represent N independent channels.
12855
12856 2006-06-02  Michael Smith  <msmith@fluendo.com>
12857
12858         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
12859           Don't arbitrarily restrict channel counts and rate in vorbis.
12860           In terms of effects likely on real-world files, this fixes 96kHz
12861           playback of vorbis.
12862
12863 2006-06-02  Michael Smith  <msmith@fluendo.com>
12864
12865         * gst/audioconvert/audioconvert.c: (float):
12866           More correct float->int conversion.
12867
12868 2006-06-02  Michael Smith  <msmith@fluendo.com>
12869
12870         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
12871           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
12872           value. Fixes g-critical on trying to play back ogg containing
12873           unknown codec.
12874
12875 2006-06-02  Wim Taymans  <wim@fluendo.com>
12876
12877         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
12878         (setup_source):
12879         * gst/playback/gstplaybasebin.h:
12880         Make the subtitle detection work from any thread so we don't
12881         deadlock. Fixes #343397.
12882
12883 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12884
12885         * gst/volume/Makefile.am:
12886           Seriously, it's not *that* hard to get compilation right.  Even
12887           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
12888
12889 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
12890
12891         * gst/volume/gstvolume.c: (volume_choose_func),
12892         (volume_update_real_volume), (gst_volume_class_init),
12893         (gst_volume_init), (volume_process_float), (volume_process_int16),
12894         (volume_process_int16_clamp), (volume_set_caps),
12895         (volume_transform_ip), (plugin_init):
12896         * gst/volume/gstvolume.h:
12897         rewrite the passthrough check, split _int16 and _int16_clamp, fix
12898         another property desc., remove unused param from process function
12899         
12900         * tests/check/elements/volume.c: (volume_suite):
12901         reactivate the passthrough test
12902
12903 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
12904
12905         * ext/alsa/gstalsamixerelement.h:
12906         * ext/alsa/gstalsamixeroptions.h:
12907         * ext/alsa/gstalsamixertrack.h:
12908         * ext/gnomevfs/gstgnomevfssink.h:
12909         * ext/gnomevfs/gstgnomevfssrc.h:
12910         * ext/theora/gsttheoradec.h:
12911         * ext/theora/gsttheoraenc.h:
12912         * ext/theora/gsttheoraparse.h:
12913         * ext/vorbis/vorbisparse.h:
12914         * gst-libs/gst/audio/gstaudioclock.h:
12915         * gst-libs/gst/audio/gstaudiofilter.h:
12916         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12917         * gst/audioconvert/gstaudioconvert.h:
12918         * gst/audioresample/gstaudioresample.h:
12919         * gst/audiotestsrc/gstaudiotestsrc.h:
12920         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
12921         * gst/playback/gststreamselector.h:
12922         * gst/tcp/gstmultifdsink.h:
12923         * gst/tcp/gsttcpclientsink.h:
12924         * gst/tcp/gsttcpclientsrc.h:
12925         * gst/tcp/gsttcpserversink.h:
12926         * gst/tcp/gsttcpserversrc.h:
12927         * gst/videorate/gstvideorate.h:
12928         * gst/videoscale/gstvideoscale.h:
12929         * gst/videotestsrc/gstvideotestsrc.h:
12930         * gst/volume/gstvolume.h:
12931         * sys/v4l/gstv4ljpegsrc.h:
12932         * sys/v4l/gstv4lmjpegsink.h:
12933         * sys/v4l/gstv4lmjpegsrc.h:
12934         * sys/v4l/gstv4lsrc.h:
12935         * sys/ximage/ximagesink.h:
12936         * sys/xvimage/xvimagesink.h:
12937         * tests/old/testsuite/alsa/sinesrc.h:
12938         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
12939
12940 2006-05-31  Wim Taymans  <wim@fluendo.com>
12941
12942         * ext/libvisual/visual.c: (gst_visual_reset),
12943         (gst_visual_sink_setcaps), (gst_visual_sink_event),
12944         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
12945         Handle DISCONT.
12946         Use running time before doing QoS.
12947         Handle mono too.
12948
12949 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
12950
12951         * docs/libs/Makefile.am:
12952           set a magic variable to indicate we know the docs are incomplete
12953
12954 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
12955
12956         * win32/common/libgstvideo.def:
12957           export gst_video_calculate_display_ratio
12958         * win32/vs6/libgstvideoscale.dsp:
12959           add link to libgstvideo-0.10.lib
12960
12961 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
12962
12963         * gst/playback/gstplaybasebin.c: (gen_source_element):
12964           Throw a more comprehensible error for rtsp:// URIs (rather
12965           than erroring out with a negotiation error later on) until
12966           we fix playbin to handle rtspsrc etc.
12967
12968 2006-05-30  Wim Taymans  <wim@fluendo.com>
12969
12970         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
12971         (gst_text_overlay_text_event):
12972         Added some FIXMEs.
12973
12974 2006-05-30  Wim Taymans  <wim@fluendo.com>
12975
12976         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
12977         (gst_adder_request_new_pad), (gst_adder_release_pad):
12978         * gst/adder/gstadder.h:
12979         Implement release_request_pad.
12980         Make padcounter atomic.
12981
12982         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
12983         Added check for release_pad in adder.
12984
12985 2006-05-30  Wim Taymans  <wim@fluendo.com>
12986
12987         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
12988         Fix build again.
12989
12990 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12991
12992         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
12993         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
12994         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
12995         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
12996         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
12997         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
12998         (gst_ogg_demux_bisect_forward_serialno),
12999         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
13000         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
13001           add more debugging
13002           clean up printf formats for granulepos and serialno
13003
13004 2006-05-30  Michael Smith  <msmith@fluendo.com>
13005
13006         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13007         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
13008         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
13009         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
13010         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13011         * ext/vorbis/vorbisenc.h:
13012           Multi-channel caps negotiation, so we can do proper multichannel
13013           vorbis encoding, negotiated through audioconvert.
13014
13015 2006-05-30  Wim Taymans  <wim@fluendo.com>
13016
13017         * tests/check/elements/adder.c: (test_event_message_received),
13018         (test_play_twice_message_received), (GST_START_TEST),
13019         (adder_suite):
13020         Added check to show that #339935 is fixed with ongoing
13021         adder and collectpads fixes.
13022
13023 2006-05-29  Wim Taymans  <wim@fluendo.com>
13024
13025         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
13026         Don't leak pad name.
13027
13028 2006-05-29  Wim Taymans  <wim@fluendo.com>
13029
13030         * gst/adder/gstadder.c: (gst_adder_query_duration),
13031         (forward_event_func), (forward_event), (gst_adder_src_event):
13032         Fix adder seeking.
13033         Make query/seeking code threadsafe.
13034
13035         * tests/check/Makefile.am:
13036         * tests/check/elements/adder.c: (test_event_message_received),
13037         (GST_START_TEST), (test_play_twice_message_received):
13038         Fix adder test case.
13039
13040 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
13041
13042         Patch by: Young-Ho Cha  <ganadist at chollian net>
13043
13044         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13045         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
13046         (set_encoding_element), (decodebin_element_added_cb),
13047         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
13048         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
13049         * gst/playback/gstplaybasebin.h:
13050           Add 'subtitle-encoding' property to playbin, so applications can
13051           force a subtitle encoding for non-UTF8 subtitles (#342268).
13052
13053         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
13054         (gst_sub_parse_set_property):
13055           Rename recently-added 'encoding' property to 'subtitle-encoding'
13056           (so it can be proxied by playbin/decodebin in a generic way
13057           with less danger of false positives).
13058
13059 2006-05-29  Michael Smith  <msmith@fluendo.com>
13060
13061         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
13062         (append_with_other_format), (set_structure_widths),
13063         (gst_audio_convert_transform_caps):
13064           Patch from #341562: give more specific audio caps in get_caps, so
13065           that basetransform  can make better decisions on what caps to
13066           negotiate.
13067
13068 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
13069
13070         * tests/check/elements/volume.c:
13071         make it compile again
13072
13073 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
13074
13075         * tests/check/elements/volume.c: (volume_suite):
13076         disable test until #343196 gets resolved
13077
13078 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
13079
13080         * gst/adder/gstadder.c: (gst_adder_get_type):
13081         Make it easier to copy&paste
13082         
13083         * gst/volume/Makefile.am:
13084         * gst/volume/gstvolume.c: (volume_update_real_volume),
13085         (gst_volume_set_volume), (gst_volume_set_mute),
13086         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
13087         (volume_transform_ip), (volume_update_mute),
13088         (volume_update_volume):
13089         * gst/volume/gstvolume.h:
13090         Add own debug category, move duplicate code to helper function, fix
13091         property texts, add more comments and prepare ffor liboil-goodness
13092         
13093         * tests/check/Makefile.am:
13094         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
13095         add test for mute and passtrough case, be a bit more verbose to track
13096         failure
13097         
13098         * tests/check/generic/states.c: (GST_START_TEST):
13099         catch elements that fail to instantiate
13100
13101 2006-05-28  Edward Hervey  <edward@fluendo.com>
13102
13103         * tests/check/pipelines/simple-launch-lines.c:
13104         * tests/check/pipelines/theoraenc.c:
13105         * tests/check/pipelines/vorbisenc.c:
13106         Comment out tests using parse_launch() if core was built without
13107         parsing capabilities.
13108
13109 2006-05-27  Edward Hervey  <edward@fluendo.com>
13110
13111         * tests/check/Makefile.am:
13112         Extra bonus points for whoever explains to ensonic that you are meant
13113         to test unit tests thoroughly before commiting them, especially if
13114         you know it's going to break.
13115         De-activated element/adder tests.
13116
13117 2006-05-27  Edward Hervey  <edward@fluendo.com>
13118
13119         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13120         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
13121         Marking caps conversion issues as GST_WARNING is way too verbose,
13122         Moving them to GST_LOG.
13123
13124 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
13125
13126         * README:
13127           Replace current README (containing the release notes from
13128           some 0.9.x version) with a proper README taken from the core.
13129
13130 2006-05-26  Wim Taymans  <wim@fluendo.com>
13131
13132         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13133         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
13134         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
13135         (vorbis_dec_change_state):
13136         Small cleanups.
13137         Add some FIXMEs
13138         Clip output samples to segment boundaries.
13139
13140 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
13141
13142         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13143         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
13144         Improve the errors produced on bad output, including some human
13145         readable description strings.
13146         Handle the (theoretical for ximagesink) case where the XServer 
13147         has a different idea about the size required for a particular 
13148         frame and gives us too small a memory allocation.
13149
13150 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
13151
13152         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13153         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
13154         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
13155         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
13156         Improve the errors produced on bad output, including some human 
13157         readable description strings.
13158         Handle RGB Xv formats properly by transforming them into our 
13159         big-endian caps description.
13160         Use gst_caps_truncate to ensure that we never try and choose a
13161         non-fixed caps in buffer_alloc.
13162         Handle the case where the XServer has a different idea about the size
13163         required for a particular frame and gives us too small a memory
13164         allocation.
13165         Use -1 to indicate 'no image format', because 0 is a valid XServer
13166         image format number.
13167         Put RGB Xv formats at the end of the caps, so that we always prefer
13168         YUV format frames.
13169         Iterate the available Xv Encodings to determine the maximum width and
13170         height, and then return that in our caps.
13171         (Closes #315312, #337544)
13172
13173 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
13174
13175         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
13176         When there is only one unfinished pad and it receives an event that
13177         doesn't match our requirements, we need to set alldone=FALSE so that
13178         the fakesink is not removed yet.
13179
13180 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
13181
13182         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
13183           Use gst_type_find_helper_for_buffer() to find the type
13184           of stream from the first packet.
13185
13186         * configure.ac:
13187           Bump requirements to core CVS (needed for vorbis
13188           typefinding to work).
13189
13190 2006-05-24  Edward Hervey  <edward@fluendo.com>
13191
13192         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
13193         Added the 'prfl' atom type which MQV (no, it's not a typo) files
13194         contain.  Else they play perfectly fine with qtdemux.
13195
13196 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
13197
13198         * ext/theora/theoradec.c:
13199         * ext/theora/theoraenc.c:
13200         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
13201         * gst/audiorate/gstaudiorate.c:
13202           make more debug catagories static
13203         
13204         * tests/check/Makefile.am:
13205         * tests/check/elements/adder.c: (message_received),
13206         (test_event_message_received), (GST_START_TEST),
13207         (test_play_twice_message_received), (adder_suite):
13208           added test case for using element twice, extra bonus points for anyone
13209           who can make these test run reliably
13210
13211 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
13212
13213         * ext/theora/theoradec.c: (theora_dec_chain):
13214           Make work with time-stamped input buffers that do not
13215           have a granulepos in BUFFER_OFFSET_END (like theora
13216           buffers coming from matroskademux). Fixes #342448.
13217
13218 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
13219
13220         Patch by: Peter Kjellerstedt  <pkj at axis com>
13221
13222         * gst/tcp/Makefile.am:
13223           fdstresstest doesn't need Gtk+, fix compilation if 
13224           gtk is not available (#342566).
13225
13226 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
13227          
13228         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
13229           80 line columns
13230           Removed redundant floor()
13231
13232 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
13233
13234         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
13235           On second thought, just skip JUNK chunks automatically, so
13236           the caller doesn't have to handle this. Fixes #342345.
13237           Also, return GST_FLOW_UNEXPECTED if we get a short read,
13238           not GST_FLOW_ERROR.
13239
13240 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
13241
13242         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
13243           Don't bail out on JUNK chunks with a size of 0 (would try to
13244           pull_range 0 bytes before, which sources don't like too much).
13245           See #342345.
13246
13247 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
13248
13249         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
13250         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13251         Use the gstutil scaling function to preserve 64 bits while calculating
13252         output width and height from the display-aspect-ratio. (A continuation
13253         of #341542)
13254
13255 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
13256
13257         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
13258         (gst_xvimagesink_buffer_alloc):
13259         * sys/xvimage/xvimagesink.h:
13260         When performing buffer allocations, remember the caps and image format
13261         we return so that if the same caps are asked for next time we can
13262         return them immediately without doing any caps intersections.
13263
13264 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
13265          
13266         * gst-libs/gst/rtp/README:
13267           Some new documentation
13268         * gst-libs/gst/rtp/gstrtpbuffer.h:       
13269           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
13270         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
13271         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
13272           New RTP audio base payloader class. Supports frame or sample based
13273           codecs.  Not enabled in Makefile.am until approved.
13274
13275 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
13276
13277         * tests/check/elements/alsa.c: (test_device_property_probe):
13278           Fix test case: don't try to free NULL GValueArray when there
13279           are no devices.
13280
13281 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
13282
13283         * tests/check/Makefile.am:
13284         * tests/check/elements/alsa.c: (test_device_property_probe),
13285         (alsa_suite), (main):
13286           Add simple test that runs a device property probe on alsasrc,
13287           alsasink and alsamixer. Disable valgrind check for now (too
13288           many leaks in libasound, and valgrind ignored my suppressions
13289           additions).
13290
13291 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
13292
13293         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
13294         (gst_alsa_device_property_probe_probe_property),
13295         (gst_alsa_device_property_probe_needs_probe),
13296         (gst_alsa_device_property_probe_get_values),
13297         (gst_alsa_type_add_device_property_probe_interface):
13298         * ext/alsa/gstalsadeviceprobe.h:
13299         * ext/alsa/gstalsamixerelement.c:
13300         (gst_alsa_mixer_element_init_interfaces):
13301         * ext/alsa/gstalsamixerelement.h:
13302           Clean up and simplify alsa device probing. Make it actually work
13303           for multiple classes. Don't cache results any longer.
13304
13305         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
13306         (gst_alsasink_init):
13307         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
13308         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
13309         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
13310           Make alsasink and alsasrc implement the GstPropertyProbe interface
13311           for device probing (#342181).
13312           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
13313
13314 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
13315
13316         * gst/subparse/samiparse.c: (handle_start_font):
13317           Don't ignore return value of strtol (++compiler_happiness).
13318
13319 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
13320
13321         Patch by: Young-Ho Cha  <ganadist chollian net>
13322
13323         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
13324         (gst_sub_parse_class_init), (gst_sub_parse_init),
13325         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
13326         (convert_encoding):
13327         * gst/subparse/gstsubparse.h:
13328           Add 'encoding' property (#341681).
13329
13330         * gst/subparse/samiparse.c: (characters_sami):
13331           Output is pango markup, so we need to escape text
13332           between tags (#342143).
13333
13334 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
13335
13336         * gst-libs/gst/audio/multichannel.c:
13337         (gst_audio_check_channel_positions):
13338           It's okay to have caps with channels=1 and a channel position
13339           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
13340           (deinterleavers might want to keep the position in the caps,
13341           so that they can be re-interleaved again properly later).
13342           Leave check for unexpected 2-channel layouts intact for now.
13343
13344 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13345
13346         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
13347         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
13348         basesrc can do its job correctly.
13349
13350 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
13351
13352         * ext/alsa/Makefile.am:
13353         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13354         (gst_alsa_detect_formats), (get_channel_free_structure),
13355         (caps_add_channel_configuration), (gst_alsa_detect_channels),
13356         (gst_alsa_probe_supported_formats):
13357         * ext/alsa/gstalsa.h:
13358         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
13359           Refactor and improve caps probing code: probe signedness
13360           when we probe the supported formats/widths; set endianness
13361           to the one we actually probed for (ie. cpu endianness).
13362           
13363         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
13364         (gst_alsasrc_close):
13365         * ext/alsa/gstalsasrc.h:
13366           Implement caps probing for alsasrc.
13367
13368 2006-05-15  Wim Taymans  <wim@fluendo.com>
13369
13370         * ext/theora/theoradec.c: (gst_theora_dec_reset),
13371         (theora_dec_src_query), (theora_dec_src_event),
13372         (theora_dec_sink_event), (theora_handle_comment_packet),
13373         (theora_handle_data_packet), (theora_dec_change_state):
13374         Cleanups, add some G_LIKELY.
13375         Use segment helpers instead of our own wrong code.
13376         Clear queued buffers on seek and READY.
13377
13378         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
13379         (vorbis_dec_convert), (vorbis_dec_src_query),
13380         (vorbis_dec_src_event), (vorbis_dec_sink_event),
13381         (vorbis_handle_comment_packet), (vorbis_dec_push),
13382         (vorbis_handle_data_packet), (vorbis_dec_chain),
13383         (vorbis_dec_change_state):
13384         * ext/vorbis/vorbisdec.h:
13385         Remove old useless packetno variable.
13386         Do position query properly.
13387         Add some G_LIKELY.
13388         Do cleanup of queued buffers in new helper function
13389         and use it.
13390
13391 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
13392
13393         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
13394           Query supported sample rates. Fixes #341732.
13395
13396 2006-05-15  Julien MOUTTE  <julien@moutte.net>
13397
13398         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
13399         (gst_decode_bin_change_state): Make decodebin reusable
13400         when going from PAUSE_TO_READY and then back to PAUSED.
13401         Fixes #331678.
13402
13403 2006-05-15  Wim Taymans  <wim@fluendo.com>
13404
13405         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
13406         (vorbis_dec_convert), (vorbis_dec_src_query),
13407         (vorbis_dec_sink_query), (vorbis_dec_src_event),
13408         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
13409         (vorbis_dec_clean_queued), (vorbis_dec_push),
13410         (vorbis_handle_data_packet), (vorbis_dec_change_state):
13411         Cleanups. Use refcounting and DEBUG_OBJECT.
13412         Reset segment on flush, use code methods instead of our
13413         own wrong version.
13414         Fix potential memleak.
13415
13416 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
13417
13418         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
13419         (gst_alsasink_init):
13420         * ext/alsa/gstalsasink.h:
13421           Don't leak allocated snd_output_t structure if there's
13422           more than one alsasink instance at a time (#341873).
13423           Also fix GObject macros in header file.
13424           
13425 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
13426
13427         * gst/subparse/gstsubparse.c:
13428         (gst_sub_parse_data_format_autodetect):
13429           Don't use libxml functions in the typefinding code.
13430
13431 2006-05-15  Wim Taymans  <wim@fluendo.com>
13432
13433         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
13434         Fix seeking performance in the case where a non-header 
13435         packet has a 0 granulepos (busted theora case). 
13436         Fixes #341719
13437         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
13438          the first place, you limelight stealer you)
13439
13440 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
13441
13442         * gst/subparse/gstsubparse.c:
13443         (gst_sub_parse_data_format_autodetect):
13444           Improve SAMI typefinding: handle case where there are
13445           whitespaces or newlines in front of the first <SAMI>
13446           tag (#169936).
13447
13448 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
13449
13450         * configure.ac:
13451           Build video4linux plugin even if there's no XVIDEO, just
13452           without implementing the GstXOverlay interface (#334002).
13453          
13454 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
13455
13456         * configure.ac:
13457         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
13458         (plugin_init):
13459           Add tentative support for libvisual-0.4 (#336881).
13460
13461 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
13462
13463         Patch by: Young-Ho Cha <ganadist at chollian net>
13464
13465         * gst/subparse/samiparse.c: (handle_start_font):
13466           Need to map "silver" colour explicitly (#169936).
13467
13468 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
13469
13470         Patch by: Young-Ho Cha  <ganadist at chollian net>
13471
13472         * gst/subparse/Makefile.am:
13473         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
13474         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
13475         (gst_sub_parse_format_autodetect), (feed_textbuf),
13476         (gst_subparse_type_find), (plugin_init):
13477         * gst/subparse/gstsubparse.h:
13478         * gst/subparse/samiparse.c:
13479         * gst/subparse/samiparse.h:
13480           Add support for SAMI subtitles (#169936).
13481
13482 2006-05-14  Michael Smith  <msmith@fluendo.com>
13483
13484         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
13485           Fix #341696: crash when mixing L+R+C to mono or stereo.
13486         * tests/check/Makefile.am:
13487         * tests/check/elements/audioconvert.c: (set_channel_positions),
13488         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
13489         (audioconvert_suite):
13490           Add test for the above, including some generic framework bits for
13491           testing multichannel things.
13492
13493 === release 0.10.7 ===
13494
13495 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
13496
13497         * configure.ac:
13498           releasing 0.10.7, "Leave the gun"
13499
13500 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
13501
13502         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
13503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13504         Fix the build.
13505
13506 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
13507
13508         * docs/libs/gst-plugins-base-libs-docs.sgml:
13509         * docs/libs/gst-plugins-base-libs-sections.txt:
13510         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
13511         * gst-libs/gst/video/video.h:
13512         * gst/videoscale/Makefile.am:
13513         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
13514         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13515         * tests/check/Makefile.am:
13516         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
13517         (main):
13518           Fix integer overflow problem with pixel-aspect-ratio calculations
13519           in videoscale and xvimagesink (#341542)
13520
13521 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
13522
13523         * gst-libs/gst/tag/gstid3tag.c:
13524           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
13525
13526 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
13527
13528         * win32/MANIFEST:
13529           update win32 files listing
13530
13531 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13532
13533         patch by: Sjoerd Simons (sjoerd@luon.net)
13534
13535         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13536         (group_create), (group_destroy), (add_stream),
13537         (gst_play_base_bin_get_property),
13538         (gst_play_base_bin_get_streaminfo_value_array):
13539         * gst/playback/gstplaybasebin.h:
13540           API: GstPlayBaseBin::stream-info-value-array property
13541           use a more bindings-friendly way of exposing streaminfo
13542           using a GValueArray.  Tested in ipython.
13543           Closes #341114
13544
13545 2006-05-11  Wim Taymans  <wim@fluendo.com>
13546
13547         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
13548         (queue_underrun_cb), (queue_filled_cb):
13549         Also catch queue underruns but don't do anything yet.
13550         Refactor and comment queue enlarging code a bit.
13551
13552         * gst/playback/gstplaybasebin.c: (queue_overrun),
13553         (queue_threshold_reached), (queue_out_of_data),
13554         (gen_preroll_element):
13555         If a queue over/underruns check that we don't create nasty
13556         deadlocks when the min-threshold is not reached but the
13557         max-bytes is. In those cases disable max-bytes when we
13558         know that the queue is fed timed data.
13559         Add more comments.
13560
13561 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
13562
13563         * gst/playback/gstplaybin.c: (gen_audio_element):
13564           Make playbin automatically plug an 'audioresample'
13565           element before the audio sink as well. This solves
13566           problems with sinks that only accept a very specific
13567           sample rate, like esdsink (e.g. #340379).
13568
13569 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
13570
13571         * gst/playback/gstplaybasebin.c: (gen_source_element):
13572           Make http sources send special headers so that we receive
13573           icecast metadata if the http stream is an icecast stream
13574           (otherwise the server will just ignore them). This also
13575           means that from now on users will need the 'icydemux'
13576           element from gst-plugins-good installed if they want to
13577           listen to icecast radio streams. (#341432, #333657).
13578
13579 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13580
13581         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
13582         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
13583           remove stupid example from docs - it should come with a simple
13584           C program instead.
13585           Clean up/fix docs
13586         * tests/check/elements/multifdsink.c: (wait_bytes_served),
13587         (fail_if_can_read), (GST_START_TEST),
13588         (gst_multifdsink_create_streamheader), (multifdsink_suite):
13589           add a test for changing streamheader which exposes a bug in
13590           multifdsink
13591
13592 2006-05-11  Michael Smith  <msmith@fluendo.com>
13593
13594         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
13595         (gst_gnome_vfs_src_received_headers_callback):
13596         * ext/gnomevfs/gstgnomevfssrc.h:
13597           Don't set icy-caps unless we have a sane interval value. Move
13598           interval to a local variable; we never use it outside this function.
13599
13600 2006-05-11  Wim Taymans  <wim@fluendo.com>
13601
13602         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
13603         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
13604         Register special buffer types along with the objects so
13605         that they are not registered at runtime from N different
13606         streaming threads since they are not threadsafe.
13607
13608 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13609
13610         * tests/check/elements/multifdsink.c: (wait_bytes_served),
13611         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
13612           add two more tests, one doing streamheader
13613
13614 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13615
13616         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
13617           clean up the bufqueue when shutting down
13618         * tests/check/Makefile.am:
13619         * tests/check/elements/multifdsink.c: (setup_multifdsink),
13620         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
13621         (main):
13622           add a test for the leak that was just fixed
13623
13624 2006-05-10  Wim Taymans  <wim@fluendo.com>
13625
13626         * gst/adder/gstadder.c: (gst_adder_setcaps),
13627         (gst_adder_query_duration), (gst_adder_query), (forward_event),
13628         (gst_adder_src_event), (gst_adder_sink_event),
13629         (gst_adder_class_init), (gst_adder_finalize),
13630         (gst_adder_request_new_pad), (gst_adder_collected):
13631         * gst/adder/gstadder.h:
13632         Updated some docs. Added comments and FIXMEs all over the place.
13633         Improve debugging info.
13634         Fix leak on finalize by not calling the parent.
13635         Implement duration query.
13636         Make event forwarding threadsafe.
13637         Correctly send NEWSEGMENT at start and after flush.
13638         Handle EOS correctly.
13639         Post error when not negotiated.
13640
13641         * tests/check/elements/adder.c: (GST_START_TEST):
13642         Added FIXME in the test.
13643
13644 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
13645
13646         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
13647         (gst_text_overlay_halign_get_type),
13648         (gst_text_overlay_wrap_mode_get_type):
13649         * ext/theora/theoradec.c: (theora_handle_type_packet),
13650         (theora_handle_data_packet):
13651         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
13652         (theora_enc_sink_setcaps), (theora_enc_chain):
13653         * gst-libs/gst/cdda/gstcddabasesrc.c:
13654         (gst_cdda_base_src_mode_get_type):
13655         * gst/audiotestsrc/gstaudiotestsrc.c:
13656         (gst_audiostestsrc_wave_get_type):
13657         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
13658         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13659         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13660         (gst_sync_method_get_type), (gst_unit_type_get_type),
13661         (gst_client_status_get_type):
13662         * gst/videoscale/gstvideoscale.c:
13663         (gst_video_scale_method_get_type):
13664         * gst/videotestsrc/gstvideotestsrc.c:
13665         (gst_video_test_src_pattern_get_type):
13666         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
13667         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
13668         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
13669         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
13670         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
13671         (paint_setup_RGB565), (paint_setup_xRGB1555):
13672           Const-ify GEnumValue and GFlagsValue arrays. Use
13673           GST_ROUND_UP_* macros instead of home-made ones.
13674
13675 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
13676
13677         * configure.ac:
13678           Require core CVS for the new newsegment stuff.
13679
13680 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
13681
13682         Patch by: Sjoerd Simons  <sjoerd at luon net>
13683
13684         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
13685           Register nick for enum value (#341160).
13686
13687 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
13688
13689         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
13690         (plugin_init):
13691          backout typefind patch #340375
13692          
13693         * tests/check/elements/adder.c: (message_received),
13694         (GST_START_TEST), (adder_suite):
13695           redo, signal-handling of test
13696
13697 2006-05-09  Wim Taymans  <wim@fluendo.com>
13698
13699         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
13700         (gst_adder_collected):
13701         * gst/adder/gstadder.h:
13702         Remove bogus segment merging and forwarding, we don't
13703         care about timestamps anyway and we just produce a
13704         continuous stream. 
13705         Also create a nice NEWSEGMENT event when we start.
13706         Use _scale_int some more.
13707
13708 2006-05-09  Edward Hervey  <edward@fluendo.com>
13709
13710         * tests/icles/stress-xoverlay.c:
13711         Fix if core was built without parsing support.
13712
13713 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
13714
13715         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13716           Add SEDG (Samsung MPEG-4) fourcc.
13717
13718 2006-05-09  Edward Hervey  <edward@fluendo.com>
13719
13720         * tests/icles/stress-xoverlay.c:
13721         * tests/examples/volume/volume.c:
13722         Fix if core was built without parsing support.
13723
13724         * tests/examples/seek/seek.c:
13725         Disable the parse_launch example if core was built without parsing
13726         support.
13727
13728 2006-05-08  Edward Hervey  <edward@fluendo.com>
13729
13730         * autogen.sh: (CONFIGURE_DEF_OPT): 
13731         libtoolize on Darwin/MacOSX is called glibtoolize
13732
13733 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
13734
13735         * tests/check/Makefile.am:
13736         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
13737           Disable the adder test, until the build-slaves posses the kindness to 
13738           either like it or to give valid reason for not doing so 
13739
13740 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
13741
13742         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
13743         (adder_suite):
13744           Shuffle NULL state change around and raise timeout more
13745
13746 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
13747
13748         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
13749         (mp4_type_find), (plugin_init):
13750           Add typefind to distinguish between "audio/x-m4a" and new type
13751           "video/mp4". Fixes #340375
13752
13753         * tests/check/elements/adder.c: (adder_suite):
13754           Raise timeout to make buildbot happy
13755
13756 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
13757
13758         * gst/adder/gstadder.c: (gst_adder_sink_event),
13759         (gst_adder_request_new_pad), (gst_adder_change_state):
13760         * gst/adder/gstadder.h:
13761         * tests/check/Makefile.am:
13762         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
13763         (adder_suite), (main):
13764           Add sink-event handling to adder. It tries to merge incomming
13765           newsegment-events. Added test to check if segment_done is comming
13766           through. Fixes #340060
13767
13768 2006-05-05  Andy Wingo  <wingo@pobox.com>
13769
13770         * ext/theora/theoraparse.c (gst_theora_parse_init)
13771         (theora_parse_src_convert, theora_parse_src_query):
13772         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
13773         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
13774         query functions on the source pads of the theora and vorbis parse
13775         elements. Fixes position querying when doing a remux.
13776
13777 2006-05-05  Michael Smith  <msmith@fluendo.com>
13778
13779         * ext/theora/theoraparse.c: (parse_granulepos),
13780         (theora_parse_drain_queue_prematurely),
13781         (theora_parse_queue_buffer), (theora_parse_sink_event):
13782           Fix flushing.
13783           Fix invalid granulepos outputs when starting with a non-keyframe.
13784
13785 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
13786
13787         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
13788         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
13789         Rearrange MPEG system stream detection, fixing some memleaks in the
13790         process.
13791         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
13792         they clean up their data correctly.
13793         Remove unused ogganx caps and move the 'is_annodex' check to inside
13794         the 'is_ogg' if statement.
13795
13796 2006-05-05  Wim Taymans  <wim@fluendo.com>
13797
13798         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
13799         Properly remove ghostpads. Fixes #340392
13800
13801 2006-05-04  David Schleef  <ds@schleef.org>
13802
13803         * gst/typefind/gsttypefindfunctions.c:
13804
13805 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
13806
13807         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
13808         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
13809
13810         When typefinding an MP3 in push-based mode, don't penalise the
13811         probability down to 74% when we found 5 valid frames just because we
13812         can't peek the end of the file.
13813
13814         Make the probability for detecting MPEG Transport Streams based on the
13815         number of sequential headers we successfully detected.
13816
13817 2006-05-03  Wim Taymans  <wim@fluendo.com>
13818
13819         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13820         (vorbis_dec_push), (vorbis_dec_chain):
13821         Still produce an error when we receive an empty packet.
13822
13823 2006-05-03  Wim Taymans  <wim@fluendo.com>
13824
13825         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
13826         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
13827         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
13828         Mark buffers with DISCONT after seek and after activating new
13829         chains.
13830
13831         * ext/theora/gsttheoradec.h:
13832         * ext/theora/theoradec.c: (gst_theora_dec_reset),
13833         (theora_get_query_types), (theora_dec_sink_event),
13834         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
13835         (theora_dec_change_state):
13836         Fix frame counter.
13837         Detect and mark DISCONT buffers.
13838
13839         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13840         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
13841         (vorbis_dec_change_state):
13842         * ext/vorbis/vorbisdec.h:
13843         Use GstSegment.
13844         Detect and mark DISCONT buffers.
13845         Don't crash on 0 sized buffers.
13846
13847 2006-05-03  Wim Taymans  <wim@fluendo.com>
13848
13849         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
13850         (volume_transform_ip):
13851         Increase "volume" property to 10.0. Fixes #340369.
13852         Set the process function to NULL when capsnego fails so that
13853         we properly error out.
13854
13855 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
13856
13857         * gst/playback/gstplaybin.c: (add_sink):
13858         * gst/playback/test.c: (main):
13859         * gst/playback/test5.c: (dump_element_stats):
13860         * gst/playback/test6.c: (main):
13861           free caps using gst_caps_unref, don't leak caps-strings
13862
13863 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
13864
13865         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
13866         (plugin_init):
13867           Refine musepack typefinding a bit. Return MAXIMUM
13868           probability when we detect stream version 7 to make
13869           sure the mpeg audio typefinder doesn't trump us.
13870
13871 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
13872
13873         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13874           Protect against unexpected NULL strf_data buffer.
13875
13876 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13877
13878         * tests/check/elements/audioconvert.c: (verify_convert),
13879         (GST_START_TEST):
13880           interpret the out[] buffer in the order the bytes are actually
13881           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
13882           Other tests should use BYTE_ORDER since the array is filled in
13883           with actual values
13884
13885 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13886
13887         * tests/check/elements/audioconvert.c: (verify_convert),
13888         (GST_START_TEST):
13889           when a test fails, give an indication of which it is
13890
13891 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13892
13893         * gst-libs/gst/cdda/gstcddabasesrc.c:
13894           compile fix; strtol() needs <stdlib.h>
13895
13896 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
13897
13898         * ext/alsa/gstalsamixerelement.c:
13899         * ext/alsa/gstalsasrc.c:
13900         * ext/cdparanoia/gstcdparanoiasrc.c:
13901         * ext/gnomevfs/gstgnomevfssink.c:
13902         * ext/gnomevfs/gstgnomevfssrc.c:
13903         * ext/ogg/gstoggdemux.c:
13904         * ext/ogg/gstoggmux.c:
13905         * ext/ogg/gstoggparse.c:
13906         * ext/ogg/gstogmparse.c:
13907         * ext/pango/gstclockoverlay.c:
13908         * ext/pango/gsttextoverlay.c:
13909         * ext/pango/gsttextrender.c:
13910         * ext/pango/gsttimeoverlay.c:
13911         * ext/theora/theoradec.c:
13912         * ext/theora/theoraenc.c:
13913         * ext/vorbis/vorbisdec.c:
13914         * ext/vorbis/vorbisenc.c:
13915         * gst-libs/gst/audio/gstaudiofilter.c:
13916         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13917         * gst/audioconvert/gstaudioconvert.c:
13918         * gst/audiorate/gstaudiorate.c:
13919         * gst/audioresample/gstaudioresample.c:
13920         * gst/audiotestsrc/gstaudiotestsrc.c:
13921         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13922         * gst/playback/gstdecodebin.c:
13923         * gst/playback/gstplaybin.c:
13924         * gst/playback/gststreamselector.c:
13925         * gst/subparse/gstsubparse.c:
13926         * gst/tcp/gstmultifdsink.c:
13927         * gst/tcp/gsttcpclientsink.c:
13928         * gst/tcp/gsttcpclientsrc.c:
13929         * gst/tcp/gsttcpserversink.c:
13930         * gst/tcp/gsttcpserversrc.c:
13931         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13932         * gst/videorate/gstvideorate.c:
13933         * gst/videoscale/gstvideoscale.c:
13934         * gst/videotestsrc/gstvideotestsrc.c:
13935         * gst/volume/gstvolume.c:
13936         * sys/v4l/gstv4ljpegsrc.c:
13937         * sys/v4l/gstv4lmjpegsink.c:
13938         * sys/v4l/gstv4lmjpegsrc.c:
13939         * sys/v4l/gstv4lsrc.c:
13940         * sys/ximage/ximagesink.c:
13941         * sys/xvimage/xvimagesink.c:
13942         * tests/check/libs/cddabasesrc.c:
13943           make GstElementDetails const
13944
13945 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
13946
13947         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
13948         (gst_adder_init):
13949           send events from src-pad to all sink-pads fixes #338657
13950
13951 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
13952
13953         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
13954         (alsasink_parse_spec):
13955           query width capabilities from alsa, fixes #338919
13956
13957 2006-04-28  Wim Taymans  <wim@fluendo.com>
13958
13959         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
13960         (gst_multi_fd_sink_remove_client_link):
13961         * gst/tcp/gstmultifdsink.h:
13962         Fix race condition in multifdsink that can lead to spurious 
13963         duplicate clients. this patch adds a new signal that is fired when
13964         multifdsink has removed all references to the fd.
13965         Fixes #339574.
13966         Updated documentation.
13967         API: client-fd-removed signal added
13968
13969 2006-04-28  Michael Smith  <msmith@fluendo.com>
13970
13971         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
13972           When asking g_value_array_new to prealloc elements, we may as well
13973           ask for the right number of elements.
13974
13975 2006-04-28  Wim Taymans  <wim@fluendo.com>
13976
13977         * gst-libs/gst/audio/gstbaseaudiosink.c:
13978         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
13979         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13980         patch to make timestamp checking more tollerant to rounding 
13981         errors given that real discontinuities are to be marked on
13982         buffers. Fixes some asf files and #338778.
13983         Also avoid some crashers when we receive an event in the 
13984         NULL state.
13985
13986 2006-04-28  Michael Smith  <msmith@fluendo.com>
13987
13988         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
13989         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
13990         (gst_gnome_vfs_src_get_property),
13991         (gst_gnome_vfs_src_send_additional_headers_callback),
13992         (gst_gnome_vfs_src_received_headers_callback),
13993         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
13994         (gst_gnome_vfs_src_stop):
13995         * ext/gnomevfs/gstgnomevfssrc.h:
13996           Remove ICY handling (mostly) from gnomevfssrc, in favour of
13997           proper shared support within icydemux.
13998
13999 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14000
14001         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
14002         (gst_video_rate_swap_prev), (gst_video_rate_chain):
14003           fix up docs
14004           fix a leak when no caps negotiated
14005           fix counting of input frames
14006         * tests/check/elements/.cvsignore:
14007         * tests/check/elements/videorate.c: (assert_videorate_stats),
14008         (GST_START_TEST), (videorate_suite):
14009           add tests for these
14010
14011 2006-04-28  Wim Taymans  <wim@fluendo.com>
14012
14013         * gst-libs/gst/audio/gstringbuffer.c:
14014         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14015         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14016         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
14017         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
14018         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
14019         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
14020         (gst_ring_buffer_commit), (gst_ring_buffer_read),
14021         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14022         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
14023         Check arguments passed to public functions instead of
14024         crashing.
14025
14026 2006-04-28  Wim Taymans  <wim@fluendo.com>
14027
14028         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
14029         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
14030         GstBaseAudioSrc must be live or it does not work.
14031
14032         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
14033         Don't set live to TRUE as this is the default in the parentclass.
14034
14035 2006-04-28  Wim Taymans  <wim@fluendo.com>
14036
14037         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
14038         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
14039         Videoscale doesn't pass on pixel-aspect ratio. Handle all
14040         fixation cases better. Fixes #338991
14041
14042 2006-04-28  Wim Taymans  <wim@fluendo.com>
14043
14044         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
14045         Handle 0/1 framerate correctly Fixes #331901.
14046
14047 2006-04-28  Wim Taymans  <wim@fluendo.com>
14048
14049         * tests/check/elements/audioconvert.c: (get_float_caps),
14050         (GST_START_TEST), (audioconvert_suite):
14051         Added check for correct clipping when doing float samples
14052         in audioconvert.
14053
14054 2006-04-28  Wim Taymans  <wim@fluendo.com>
14055
14056         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
14057         (gst_video_rate_chain):
14058         Print more debugging info.
14059
14060 2006-04-28  Wim Taymans  <wim@fluendo.com>
14061
14062         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
14063         (resample_set_state_from_caps):
14064         Add support for other formats audioresample can handle such as
14065         32 bits in and float and 64 bits float. Fixes #301759
14066
14067 2006-04-28  Wim Taymans  <wim@fluendo.com>
14068
14069         * gst/audioconvert/audioconvert.c: (float):
14070         correctly clip float samples > 1.0. Fixes #338718
14071
14072 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
14073
14074         Patch by: Young-Ho Cha  <ganadist at chollian net>
14075
14076         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
14077         (gst_text_overlay_render_text):
14078           Don't strip newlines from the text. Also, center lines
14079           within multi-line paragraphs (#339405).
14080
14081 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
14082
14083         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
14084           Fix wavpack typefinding to work in more cases (don't peek
14085           for chunks of multiple hundred kBs at once, but process
14086           things step-by-step in smaller units). Fixes #339786.
14087
14088 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14089
14090         * configure.ac:
14091           back to HEAD
14092
14093 === release 0.10.6 ===
14094
14095 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
14096
14097         * configure.ac:
14098           releasing 0.10.6, "Chao"
14099
14100 2006-04-26  David Schleef  <ds@schleef.org>
14101
14102         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
14103           Fixes #338897.
14104
14105 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14106
14107         * configure.ac:
14108         * win32/common/config.h:
14109           new prerelease
14110
14111 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14112
14113         patch by: Wim Taymans
14114
14115         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14116         (gst_ogg_demux_perform_seek):
14117           make sure correct newsegments are sent, so that the decoder
14118           and the demuxer agree on timestamps.  Fixes playback of a lot
14119           of Ogg files that do not start from 0.  Fixes #339833.
14120
14121 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14122
14123         Patch by: Edward Hervey  <edward@fluendo.com>
14124
14125         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
14126         * tests/check/Makefile.am:
14127         * tests/check/elements/videorate.c: (assert_videorate_stats),
14128         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
14129         (videorate_suite), (main):
14130           Fix an infinite loop if frames are passed in with wrongly ordered
14131           timestamps.  Fixes #339013.
14132
14133 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14134
14135         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
14136
14137         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
14138           fix typefinding on some ISO files.  Fixes #339212.
14139
14140 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14141
14142         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
14143
14144         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14145           add another H264 fourcc.  Fixes #339047.
14146
14147 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14148
14149         Patch by: Jan Schmidt
14150
14151         * gst/playback/gststreamselector.c:
14152         (gst_stream_selector_bufferalloc):
14153           Restore old StreamSelector behaviour.
14154           Fixes #338419.
14155
14156 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14157
14158         * configure.ac:
14159         * win32/common/config.h:
14160           prerelease
14161
14162 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
14163
14164         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
14165
14166         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14167         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
14168           Fix some memory leaks: on finalize, free buffers left in the queue
14169           before destroying the queue; in _push(), unref rtp_buf even if
14170           the process vfunc returned a NULL buffer as output buffer (#337548);
14171           demote some recuring debug messages to LOG level.
14172
14173 2006-04-11  Wim Taymans  <wim@fluendo.com>
14174
14175         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
14176         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14177         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
14178         (gst_ogg_demux_loop):
14179         More cleanups.
14180         Respect segment stop when emiting EOS or SEGMENT_DONE.
14181         Fixes (#337945).
14182
14183 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
14184
14185         * gst/playback/gststreamselector.c:
14186         (gst_stream_selector_get_property):
14187           Don't leak pad name.
14188
14189 2006-04-10  Michael Smith  <msmith@fluendo.com>
14190
14191         * tests/check/Makefile.am:
14192         * tests/check/gst-plugins-base.supp:
14193           Suppress an old libtheora bug (fixed in more recent versions), so 
14194           that FC4 buildslaves can pass.
14195
14196 2006-04-10  Wim Taymans  <wim@fluendo.com>
14197
14198         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
14199         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
14200         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
14201         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
14202         (gst_ogg_demux_loop):
14203         Don't leak events.
14204         Remember what error we got when finding chains, if we
14205         were shutdown, that would not be an error.
14206
14207 2006-04-10  Wim Taymans  <wim@fluendo.com>
14208
14209         * gst-libs/gst/audio/gstbaseaudiosink.c:
14210         (gst_base_audio_sink_event):
14211         Starting the ringbuffer when we did not acquire it can cause
14212         a deadlock, is pointless and causes nasty things for
14213         subclasses. 
14214         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
14215
14216 2006-04-10  Wim Taymans  <wim@fluendo.com>
14217
14218         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
14219         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
14220         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14221         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14222         (gst_ogg_demux_deactivate_current_chain),
14223         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
14224         (gst_ogg_demux_bisect_forward_serialno),
14225         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
14226         Add some more debugging.
14227
14228 2006-04-10  Wim Taymans  <wim@fluendo.com>
14229
14230         * ext/theora/theoradec.c: (theora_dec_src_event),
14231         (theora_handle_data_packet):
14232         Some more debug info.
14233
14234         * tests/examples/seek/seek.c: (start_seek), (main):
14235         Print element messages too.
14236
14237 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
14238
14239         * gst/audioresample/debug.h:
14240           replace debug macros with variable number of parameters
14241           by a simple alias to gstreamer standard debug macros 
14242          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
14243           supported by MSVC 6.0 and 7.1)
14244         * gst/audioresample/resample.h:
14245           define M_PI and rint for WIN32
14246         * win32/common/libgstaudio.def:
14247         * win32/common/libgstriff.def:
14248         * win32/common/libgsttag.def:
14249         * win32/common/libgstvideo.def:
14250           add new exported functions
14251         * win32/vs6:
14252           update project files
14253
14254 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
14255
14256         * ext/alsa/gstalsamixeroptions.c:
14257         (gst_alsa_mixer_options_class_init):
14258         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
14259         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
14260         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
14261         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
14262         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
14263         * gst-libs/gst/audio/gstaudiofilter.c:
14264         (gst_audio_filter_class_init):
14265         * gst-libs/gst/audio/gstaudiosink.c:
14266         (gst_audioringbuffer_class_init):
14267         * gst-libs/gst/audio/gstaudiosrc.c:
14268         (gst_audioringbuffer_class_init):
14269         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
14270         * gst-libs/gst/interfaces/colorbalancechannel.c:
14271         (gst_color_balance_channel_class_init):
14272         * gst-libs/gst/interfaces/mixeroptions.c:
14273         (gst_mixer_options_class_init):
14274         * gst-libs/gst/interfaces/mixertrack.c:
14275         (gst_mixer_track_class_init):
14276         * gst-libs/gst/interfaces/tunerchannel.c:
14277         (gst_tuner_channel_class_init):
14278         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
14279         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14280         (gst_netbuffer_class_init):
14281         * gst-libs/gst/rtp/gstbasertppayload.c:
14282         (gst_basertppayload_class_init):
14283         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14284         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
14285         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14286         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
14287         * gst/playback/gststreamselector.c:
14288         (gst_stream_selector_class_init):
14289         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14290         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14291         * sys/v4l/gstv4lcolorbalance.c:
14292         (gst_v4l_color_balance_channel_class_init):
14293         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
14294         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
14295         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
14296         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
14297         (gst_v4l_tuner_norm_class_init):
14298         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
14299         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
14300         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
14301         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
14302
14303 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
14304
14305         * ext/pango/gsttextrender.h:
14306         * gst-libs/gst/audio/gstaudiosink.h:
14307         * gst-libs/gst/audio/gstaudiosrc.h:
14308         * gst-libs/gst/audio/gstbaseaudiosink.h:
14309         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14310         * gst-libs/gst/audio/gstringbuffer.h:
14311         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14312         * gst-libs/gst/rtp/gstbasertppayload.h:
14313         * gst-libs/gst/video/gstvideofilter.h:
14314         * gst-libs/gst/video/gstvideosink.h:
14315         * gst/playback/gstplaybasebin.h:
14316         * gst/tcp/gstmultifdsink.h:
14317         * sys/v4l/gstv4lelement.h:
14318         Fix broken GObject macros
14319
14320 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
14321
14322         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
14323         More debug to trace why my USB headset is not working with gst
14324
14325 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
14326
14327         * gst/playback/gstplaybasebin.c: (group_destroy):
14328         Clean up our group elements properly in the case where it never 
14329         got committed - it still got added unconditionally to the bin.
14330
14331 2006-04-07  Wim Taymans  <wim@fluendo.com>
14332
14333         * ext/theora/theoradec.c: (theora_dec_sink_event),
14334         (theora_handle_data_packet), (theora_dec_chain):
14335         Unref unhandled events.
14336         Protect against empty buffers.
14337         Perform QoS on running time.
14338
14339 2006-04-07  Michael Smith  <msmith@fluendo.com>
14340
14341         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
14342         (gst_vorbis_enc_chain):
14343           Remove leaks from vorbisenc.
14344           Mostly minor changes, the only significant one is that now the
14345           buffers we set as 'streamheader' on the caps are copies of the
14346           original buffers, to avoid circular refcounting problems.
14347
14348 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
14349
14350         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
14351           Don't remove our mute-probe if someone else already did so.
14352           Don't set a 2nd one if there is already one pending on the pad.
14353
14354         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
14355         (do_playbin_seek):
14356           When a seek fails, ensure that playbin is still set back to playing.
14357           
14358         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
14359         (mpeg_ts_type_find), (plugin_init):
14360           Add a typefind function for mpeg-ts streams. (Closes: #336617)
14361
14362 2006-04-06  Andy Wingo  <wingo@pobox.com>
14363
14364         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
14365         (gst_video_rate_init): Caps-related parameters should not be reset
14366         by a flush -- move their inits to the instance init function.
14367         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
14368         is not OK, just return the result.
14369
14370         * gst/audiotestsrc/gstaudiotestsrc.c
14371         (gst_audio_test_src_class_init)
14372         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
14373         broken by Stefan's commit on 24 March.
14374
14375         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
14376         buffers being pushed out. Fixes oggmux ! multifdsink.
14377
14378 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
14379
14380         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
14381         (gst_vorbis_dec_init), (vorbis_dec_finalize):
14382         * ext/vorbis/vorbisdec.h:
14383         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
14384         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
14385         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
14386         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
14387         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
14388         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
14389         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
14390         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
14391         (gst_vorbis_enc_buffer_from_packet),
14392         (gst_vorbis_enc_buffer_from_header_packet),
14393         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
14394         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
14395         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
14396         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
14397         (gst_vorbis_enc_change_state):
14398         * ext/vorbis/vorbisenc.h:
14399           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
14400           vorbisenc adhere to the official nomenclature; use boilerplate
14401           macro.
14402
14403 2006-04-04  Andy Wingo  <wingo@pobox.com>
14404
14405         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
14406         Whoops, fix bug introduced. Bad hacker!
14407         
14408         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
14409         Properly handle the case where you get EOS before any buffers are
14410         received. Use gst_buffer_make_metadata_writable where appropriate.
14411
14412         * ext/theora/theoradec.c (theora_handle_data_packet): This value
14413         is often negative -- make it signed so as not to wrap around.
14414         Fixes segfaults introduced on 9 March.
14415
14416 2006-04-03  Wim Taymans  <wim@fluendo.com>
14417
14418         * ext/theora/gsttheoradec.h:
14419         * ext/theora/theoradec.c: (theora_dec_src_event):
14420         Don't try to store a gdouble in a gboolean.
14421         Small cleanups.
14422
14423 2006-04-03  Michael Smith  <msmith@fluendo.com>
14424
14425         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
14426           Oggmux sucks.
14427           Make it suck slightly less by writing out the final page.
14428           Still can't encode a vorbis-in-ogg file correctly, though.
14429
14430 2006-04-03  Andy Wingo  <wingo@pobox.com>
14431
14432         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
14433         a g_print.
14434
14435         * ext/theora/theora.c (plugin_init): Register theoraparse.
14436
14437         * ext/theora/gsttheoraparse.h: 
14438         * ext/theora/theoraparse.c: New files implementing a theora
14439         parser. Now we can properly remux ogg/theora+vorbis, yay.
14440
14441         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
14442
14443 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14444
14445         * gst/audiotestsrc/gstaudiotestsrc.c:
14446           Fixed the sample pipeline (see #323798)
14447
14448 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14449
14450         * configure.ac:
14451         * win32/common/config.h:
14452         * win32/common/config.h.in:
14453           use AS_VERSION and AS_NANO
14454           more cleanups
14455
14456 2006-03-31  Andy Wingo  <wingo@pobox.com>
14457
14458         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
14459         uninitialized variable return that would happen.
14460         
14461         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
14462         uninitialized variable return that would never happen.
14463
14464         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
14465         (vorbis_parse_sink_event): Add an event function to flush our
14466         state on a seek, and to drain buffers on a premature EOS.
14467         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
14468         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
14469         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
14470         (vorbis_parse_drain_queue): Queue up buffers until we can set
14471         their timestamps and granulepos values.
14472
14473         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
14474         and keep track of data needed for deriving granulepos and
14475         timestamps for buffers.
14476
14477 2006-03-29  Wim Taymans  <wim@fluendo.com>
14478
14479         Patch by: j^ <j at bootlab dot org>
14480
14481         * ext/alsa/gstalsamixerelement.c:
14482         (gst_alsa_mixer_element_class_init):
14483         * ext/alsa/gstalsasink.c:
14484         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
14485         * ext/ogg/gstoggdemux.c:
14486         * ext/ogg/gstoggmux.c:
14487         * ext/ogg/gstoggparse.c:
14488         * ext/pango/gstclockoverlay.c:
14489         * ext/pango/gsttextoverlay.c:
14490         * ext/pango/gsttextrender.c:
14491         * ext/pango/gsttimeoverlay.c:
14492         * ext/theora/theoradec.c:
14493         * ext/theora/theoraenc.c:
14494         * ext/vorbis/vorbisdec.c:
14495         * ext/vorbis/vorbisenc.c:
14496         * gst/audioconvert/gstaudioconvert.c:
14497         * gst/subparse/gstsubparse.c:
14498         * gst/tcp/gstmultifdsink.c:
14499         * gst/tcp/gsttcpclientsink.c:
14500         * gst/tcp/gsttcpclientsrc.c:
14501         * gst/tcp/gsttcpserversink.c:
14502         * gst/tcp/gsttcpserversrc.c:
14503           better/unified long descriptions
14504           Fixes #336477
14505
14506 2006-03-29  Wim Taymans  <wim@fluendo.com>
14507
14508         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
14509         (stop_seek):
14510         Don't let double and triple clicks mess up our state.
14511
14512 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
14513
14514         * gst/playback/gstplaybin.c: (gen_video_element),
14515         (gen_text_element), (gen_audio_element), (gen_vis_element):
14516           Error out gracefully when we can't create any of the usual
14517           conversion elements for some reason. Also, don't try to
14518           create an audioscale (sic) element that's not used anyway.
14519
14520 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
14521
14522         * gst/playback/gstplaybasebin.c: (setup_source):
14523           Don't post RESOURCE_NOT_FOUND error when we can't find a source
14524           element for a particular protocol, that's confusing for users.
14525           Instead, post a RESOURCE_FAILED error, so that our own error
14526           message is actually shown in totem etc. (#336303).
14527
14528 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
14529
14530         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
14531
14532         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
14533         (gst_gnome_vfs_src_get_icy_metadata):
14534           Fix some minor memory leaks (#336194).
14535
14536 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
14537
14538         * ext/gnomevfs/gstgnomevfs.c:
14539         (gst_gnome_vfs_location_to_uri_string):
14540         * ext/gnomevfs/gstgnomevfs.h:
14541         * ext/gnomevfs/gstgnomevfssink.c:
14542         (gst_gnome_vfs_sink_set_property):
14543         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
14544           Make gnomevfssink accept filenames as well as URIs for the
14545           "location" property, just like gnomevfssrc does (and
14546           filesrc/filesink do) (#336190).
14547
14548 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
14549
14550         * tests/check/generic/clock-selection.c: (GST_START_TEST):
14551           set to NULL before unreffing, fixes a valgrind leak.
14552           Why was this not triggering the error that an object needs to
14553           be NULL before unreffing ?
14554         * win32/common/config.h:
14555           update
14556
14557 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
14558
14559         * gst/subparse/gstsubparse.c: (convert_encoding),
14560         (gst_sub_parse_change_state):
14561         * gst/subparse/gstsubparse.h:
14562           Text subtitle files may or may not be UTF-8. If it's not, we
14563           don't really want to see '?' characters in place of non-ASCII
14564           characters like accented characters. So let's assume the input
14565           is UTF-8 until we come across text that is clearly not. If it's
14566           not UTF-8, we don't really know what it is, so try the following:
14567           (a) see whether the GST_SUBTITLE_ENCODING environment variable
14568           is set; if not, check (b) if the current locale encoding is
14569           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
14570           the current locale encoding is UTF-8 and the environment variable
14571           was not set to any particular encoding. Not perfect, but better
14572           than nothing (and better than before, I think) (fixes #172848).
14573
14574 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
14575
14576         * configure.ac:
14577           update core requirement to 0.10.4.1 because of async_playback
14578           vmethod on GstBaseSink
14579
14580 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
14581
14582         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
14583         * gst/adder/gstadder.c: (gst_adder_init):
14584         use DEBUG_FUNCPTR for collectpads
14585
14586 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
14587
14588         * docs/plugins/Makefile.am:
14589         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14590         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14591         * ext/cdparanoia/gstcdparanoiasrc.c:
14592         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
14593         (gst_gnome_vfs_sink_class_init):
14594         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
14595         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
14596         * ext/ogg/gstoggmux.c:
14597         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
14598         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
14599         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
14600         * ext/pango/gsttextoverlay.c:
14601         * ext/pango/gsttextrender.c:
14602         * ext/theora/theoradec.c:
14603         * ext/theora/theoraenc.c:
14604         * ext/vorbis/vorbisdec.c:
14605         * ext/vorbis/vorbisenc.c:
14606         * gst-libs/gst/audio/gstaudiofilter.c:
14607         (gst_audio_filter_base_init):
14608         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14609         (gst_audio_filter_template_base_init):
14610         * gst/adder/gstadder.c: (gst_adder_get_type):
14611         * gst/adder/gstadder.h:
14612         * gst/audioconvert/gstaudioconvert.c:
14613         * gst/audiotestsrc/gstaudiotestsrc.c:
14614         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
14615         (gst_audio_test_src_create):
14616         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14617         * gst/playback/gstdecodebin.c:
14618         * gst/playback/gstplaybin.c:
14619         * gst/playback/gststreamselector.c:
14620         (gst_stream_selector_base_init):
14621         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
14622         * gst/volume/gstvolume.c:
14623         * sys/v4l/gstv4lmjpegsink.c:
14624         * sys/v4l/gstv4lmjpegsrc.c:
14625         * tests/check/libs/cddabasesrc.c:
14626         * tests/old/examples/gob/gst-identity2.gob:
14627           Add docs for adder, use GST_ELEMENT_DETAILS macro,
14628           define GstElementDetails at the top
14629
14630 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
14631
14632         * win32/common/libgstinterfaces.def:
14633         Add a lot of export functions for gst-python
14634         * win32/vs6/libgstinterfaces.dsp:
14635         Add a missing include folder in the project configuration
14636         
14637 2006-03-23  Wim Taymans  <wim@fluendo.com>
14638
14639         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14640         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
14641         (gst_base_audio_src_change_state):
14642         Fix audio sources, forgot to make the ringbuffer
14643         startable...
14644
14645 2006-03-23  Wim Taymans  <wim@fluendo.com>
14646
14647         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14648         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
14649         (gst_base_audio_src_change_state):
14650         unparent instead of unref the ringbuffer.
14651
14652 2006-03-23  Wim Taymans  <wim@fluendo.com>
14653
14654         * gst-libs/gst/audio/gstbaseaudiosink.c:
14655         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
14656         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
14657         Implement new async_play vmethod to start slaving and allow
14658         playback start in case of async PLAY state changes. 
14659
14660         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
14661         Enable QoS with new method in base class.
14662
14663 2006-03-23  Wim Taymans  <wim@fluendo.com>
14664
14665         Patch by: Julien MOUTTE <julien at moutte dot net>
14666
14667         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
14668         (gst_video_test_src_do_seek), (gst_video_test_src_create):
14669         Partially handle 0 framerate, only EOS after the first frame
14670         is missing.
14671
14672 2006-03-23  Wim Taymans  <wim@fluendo.com>
14673
14674         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
14675
14676         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14677         (gst_riff_create_video_template_caps):
14678         * gst/ffmpegcolorspace/avcodec.h:
14679         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14680         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
14681         (gst_ffmpegcsp_avpicture_fill):
14682         * gst/ffmpegcolorspace/imgconvert.c:
14683         Patch for support of YVU9 AVI files (#334822)
14684
14685 2006-03-22  Edward Hervey  <edward@fluendo.com>
14686
14687         * docs/design/design-decodebin.txt:
14688         Added design document for new decodebin
14689         (Target Caps): text/x-pango-markup is also a default target caps.
14690
14691 2006-03-22  Wim Taymans  <wim@fluendo.com>
14692
14693         * gst-libs/gst/audio/gstbaseaudiosink.c:
14694         (gst_base_audio_sink_dispose):
14695         Since we _parent the ringbuffer, we also need to
14696         _unparent instead of a plain _unref.
14697
14698 2006-03-22  Wim Taymans  <wim@fluendo.com>
14699
14700         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
14701         (stop_seek), (scrub_toggle_cb), (main):
14702         Add scrub checkbox.
14703
14704 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
14705
14706         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
14707         (gst_ogg_parse_chain):
14708           Fix very inefficient usage of linked lists (#335365).
14709
14710 2006-03-21  Edward Hervey  <edward@fluendo.com>
14711
14712         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14713         * gst/playback/gstplaybin.c: (handoff):
14714         * gst/playback/gststreamselector.c:
14715         (gst_stream_selector_set_property):
14716         gcc 4.1 unreferenced pointer fixes.
14717         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
14718         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
14719         gst_buffer_ref() now takes a GstBuffer*.
14720
14721 2006-03-20  Julien MOUTTE  <julien@moutte.net>
14722
14723         * sys/xvimage/xvimagesink.c:
14724         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
14725         by Jan Schmidt.
14726
14727 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
14728
14729         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
14730         (id3v1_type_find), (apetag_type_find), (plugin_init):
14731           Can't do tag preferences via probability, as tags would then
14732           lose against types that are recognised with MAXIMUM probability
14733           (like .wav); so let all tag typefinders return MAXIMUM themselves
14734           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
14735           that we can prefer APE to ID3v1 (fixes #335028).
14736           
14737 2006-03-17  Wim Taymans  <wim@fluendo.com>
14738
14739         * gst-libs/gst/audio/gstbaseaudiosink.c:
14740         (gst_base_audio_sink_change_state):
14741         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
14742         (gst_ring_buffer_may_start):
14743         * gst-libs/gst/audio/gstringbuffer.h:
14744         Only start playback if we are playing.
14745         should fix #330748.
14746
14747 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
14748
14749         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14750         * win32/common/config.h:
14751           Revert accidental commits to these files.
14752
14753 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
14754
14755         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
14756
14757         * tests/Makefile.am:
14758           Don't try to build tests in tests/icles if we
14759           don't have X (#323852)
14760
14761 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
14762
14763         * gst-libs/gst/tag/gstid3tag.c:
14764           Add TXXX frame identifiers for replaygain stuff as used
14765           by some taggers (see #323721).
14766
14767 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
14768
14769         * gst/playback/gststreamselector.c:
14770         (gst_stream_selector_set_property),
14771         (gst_stream_selector_bufferalloc):
14772           Preserve the existing buggy streamselector behaviour by performing
14773           a fallback buffer allocation when downstream isn't linked yet.
14774           This should really be fixed in playbin by blocking pads until it's
14775           linked them.
14776           Also, use gst_pad_alloc_buffer instead of
14777           gst_pad_alloc_buffer_and_set.
14778
14779 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
14780
14781         * gst-libs/gst/tag/gstid3tag.c:
14782           Don't crash on unknown ID3v2 TXXX frames.
14783           
14784 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
14785
14786         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
14787           Chain up to the parent finalize method.
14788           Add 32-bit sample size to the template caps.
14789
14790         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14791         (gst_riff_create_video_template_caps):
14792           Add the fourcc that the VMWare codec uses.
14793           
14794         * gst/playback/gststreamselector.c:
14795         (gst_stream_selector_set_property),
14796         (gst_stream_selector_bufferalloc),
14797         (gst_stream_selector_request_new_pad):
14798           For the active pad, forward buffer-alloc requests, otherwise
14799           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
14800           having to memcpy every frame when used by playbin.
14801
14802         * gst/tcp/gstmultifdsink.c:
14803         (gst_multi_fd_sink_handle_client_write):
14804           Get negotiated caps from the sink pad, rather than the sink
14805           pad's peer.
14806
14807 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
14808
14809         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
14810         
14811         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
14812           Don't forget to set src->callbacks_pushed to FALSE again when
14813           popping them, otherwise re-activation in a different mode won't
14814           work (#334620).
14815
14816 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
14817
14818         Patch by: Sebastien Moutte  <sebastien moutte net>
14819
14820         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
14821         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
14822         (gst_ffmpeg_smpfmt_to_caps):
14823           Replace __VA_ARGS__ caps creation macros with varargs functions.
14824           Makes things compile on MSVC (#320765), looks nicer, and we can
14825           tell the compiler to check for the NULL terminator.
14826
14827 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
14828
14829         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
14830
14831         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14832           Make sure the buffer we copy into is really always big
14833           enough, this time for real (#333488).
14834           
14835 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
14836
14837         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14838           Add support for 24bpp DIB (#305279).
14839
14840 2006-03-14  Wim Taymans  <wim@fluendo.com>
14841
14842         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
14843         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
14844         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
14845         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
14846         (gst_video_scale_init), (gst_video_scale_src_event):
14847         Re-enable QoS after the release.
14848         Rework videoscale to use the base class src_event handler.
14849
14850 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
14851
14852         * configure.ac:
14853           back to CVS.
14854
14855 === release 0.10.5 ===
14856
14857 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
14858
14859         * configure.ac:
14860           releasing 0.10.5, "Net"
14861
14862 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
14863
14864         * docs/plugins/Makefile.am:
14865           Part of previous cdparanoiasrc docs fixes, forgot to commit.
14866           
14867 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
14868
14869         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14870         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14871         * docs/plugins/gst-plugins-base-plugins.hierarchy:
14872           Add cdparanoiasrc to docs.
14873
14874         * gst-libs/gst/cdda/gstcddabasesrc.c:
14875           More GstCddaBaseSrc docs.
14876
14877 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
14878
14879         * docs/libs/gst-plugins-base-libs-sections.txt:
14880         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
14881         * gst-libs/gst/tag/tag.h:
14882           API: libgsttag: new method gst_tag_from_id3_user_tag().
14883
14884 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
14885
14886         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14887           NULL-terminate array of mpeg4 video file extensions.
14888           Fixes crash on PPC (#334226).
14889
14890 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
14891
14892         * ext/gnomevfs/gstgnomevfssrc.c:
14893         (gst_gnome_vfs_src_check_get_range):
14894           gnome_vfs_uri_is_local() alone is not a good indicator
14895           whether we can operate in pull-mode with a specific URI,
14896           as it returns FALSE for file:// URIs that point to an
14897           NFS-mounted path. Be more conservative here: whitelist
14898           local files, blacklist http URIs and use the old
14899           mechanism for anything else (fixes #334216).
14900
14901 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14902
14903         * configure.ac:
14904           back to trunk
14905
14906 === release 0.10.4 ===
14907
14908 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
14909
14910         * configure.ac:
14911           releasing 0.10.4, "Power"
14912
14913 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
14914
14915         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
14916         Disable max-lateness by setting it to -1 for now, so that 
14917         we can bed QoS stuff in thoroughly between now and the next
14918         release.
14919
14920 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
14921
14922         Patch by: Fabrizio Gennari
14923
14924         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14925           Make sure we don't read beyond the palette buffer in case of
14926           broken or manipulated files (#333488)
14927
14928 2006-03-10  Edward Hervey  <edward@fluendo.com>
14929
14930         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
14931         Fix for variable not initialized.
14932
14933 2006-03-09  Wim Taymans  <wim@fluendo.com>
14934
14935         * ext/libvisual/visual.c: (gst_visual_get_type),
14936         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
14937         (gst_visual_chain):
14938         Small cleanups.
14939
14940         * ext/theora/gsttheoradec.h:
14941         * ext/theora/theoradec.c: (gst_theora_dec_init),
14942         (gst_theora_dec_reset), (_theora_granule_time),
14943         (theora_dec_src_convert), (theora_dec_sink_convert),
14944         (theora_dec_src_query), (theora_dec_src_event),
14945         (theora_dec_sink_event), (theora_handle_comment_packet),
14946         (theora_handle_header_packet), (theora_dec_push),
14947         (theora_handle_data_packet), (theora_dec_chain),
14948         (theora_dec_change_state):
14949         Add simple QoS.
14950
14951 2006-03-09  Wim Taymans  <wim@fluendo.com>
14952
14953         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14954         (audiocast_register_listener), (gst_gnome_vfs_src_start):
14955         Some cleanups.
14956
14957 2006-03-09  Wim Taymans  <wim@fluendo.com>
14958
14959         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14960         Don't try to activate NULL chains.
14961
14962 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
14963
14964         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
14965           Fix invalid memory access to region before peek'd data (#332964).
14966
14967 2006-03-09  Wim Taymans  <wim@fluendo.com>
14968
14969         Patch by: Christophe Fergeau
14970
14971         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
14972         * ext/pango/gsttextrender.c: (gst_text_render_init):
14973         * gst/adder/gstadder.c: (gst_adder_init):
14974         Don't leak padtemplates, closes #333510.
14975
14976 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
14977
14978         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
14979           Fix invalid memory access: make sure string passed to
14980           regexec() is NUL-termianted.
14981
14982 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
14983
14984         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
14985         (mp3_type_find):
14986           Refactor mpeg/audio typefinding to make it more maintainable
14987           and easier to fine-tune. Make probing into middle of the file
14988           work properly (fixes #333900, also see #152688).
14989
14990 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
14991
14992         * gst/typefind/gsttypefindfunctions.c:
14993         (utf8_type_find_have_valid_utf8_at_offset):
14994           Remove part from previous commit that was bogus:
14995           g_utf8_validate() does in fact not accept embedded
14996           zeroes, so we don't need to check for those (thanks
14997           to Mike for the hint).
14998
14999 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
15000
15001         * gst/typefind/gsttypefindfunctions.c:
15002         (utf8_type_find_count_embedded_zeroes),
15003         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
15004           Make plain/text typefinder more conservative: firstly, check
15005           for embedded zeroes, which are perfectly valid UTF-8 characters,
15006           but also a fairly good sign that something is not a plain text
15007           file; secondly, probe into the middle of the file if possible.
15008           If we can't probe into the middle, limit the probability value
15009           to be returned to TYPE_FIND_POSSIBLE (see #333900).
15010
15011 2006-03-08  Michael Smith  <msmith@fluendo.com>
15012
15013         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15014           Make typefind function name for mpeg4 video unique.
15015
15016 2006-03-08  Wim Taymans  <wim@fluendo.com>
15017
15018         * ext/libvisual/visual.c: (gst_visual_init),
15019         (gst_visual_clear_actors), (gst_visual_dispose),
15020         (gst_visual_reset), (gst_visual_src_setcaps),
15021         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
15022         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
15023         (gst_visual_chain), (gst_visual_change_state):
15024         Cleanups, post nice errors.
15025         Handle sink and src events.
15026         Implement simple QoS.
15027
15028         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
15029         Use new basesink methods to configure max-lateness.
15030         Small doc update.
15031
15032         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15033         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
15034         Debug statement cleanups.
15035
15036         * gst/volume/gstvolume.c: (gst_volume_class_init):
15037         Simple cleanup.
15038
15039 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
15040
15041         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
15042         (gst_text_overlay_init), (gst_text_overlay_set_property),
15043         (gst_text_overlay_get_property):
15044           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
15045           as string type properties, but mark them deprecated. Add
15046           'halignment' and 'valignment' properties that use enums
15047           instead of strings.
15048
15049 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
15050
15051         Patch by: Fabrizio Gennari
15052
15053         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15054           Allow palettes with less than 256 colours in AVI files
15055           (#333488)
15056
15057 2006-03-07  Julien MOUTTE  <julien@moutte.net>
15058
15059         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
15060         (gst_text_overlay_video_event): Fix wrong EOS handling on text
15061         pad. We were releasing the queued text buffer when we should keep
15062         it until video pad gets EOS or discard the text buffer because it's
15063         too old. That was eating the last subtitle buffer. Add some more
15064         debug.
15065
15066 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
15067
15068         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
15069         (gst_text_overlay_video_chain):
15070           Fix invalid memory access (we can't access a buffer after it's been
15071           pushed downstream without taking a reference); fix memory leak (if
15072           there's no text to render, bail out before allocating stuff).
15073
15074 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
15075
15076         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15077         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
15078         * ext/pango/gsttextoverlay.h:
15079           If input is plain text, escape it before passing it to
15080           pango_layout_set_markup().
15081
15082 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
15083
15084         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
15085           Don't ignore flow return from gst_pad_push().
15086
15087 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
15088
15089         Patch by: Fabrizio Gennari
15090
15091         * ext/libvisual/visual.c: (gst_visual_getcaps),
15092         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
15093         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
15094         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
15095         (gst_vorbisenc_convert_sink):
15096         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
15097         (gst_audio_duration_from_pad_buffer):
15098         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
15099         (gst_audio_filter_chain):
15100         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15101         (gst_base_rtp_depayload_setcaps):
15102         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
15103         (gst_video_get_size):
15104         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
15105           Don't leak references returned by gst_pad_get_parent()
15106           (#333663)
15107
15108 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
15109
15110         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
15111           change location param details
15112         * gst/volume/gstvolume.c: (plugin_init):
15113           correct plugin description
15114
15115 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
15116
15117         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15118         (gst_gnome_vfs_src_check_get_range):
15119           Override GstBaseSrc::check_get_range() in order to avoid opening
15120           the resource just to check whether we can operate in pull-mode or
15121           not - we can predict that pretty well from the URI alone. Should
15122           fix problems with last.fm (#331690). (Requires latest core CVS).
15123
15124 2006-03-06  Wim Taymans  <wim@fluendo.com>
15125
15126         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
15127         (gst_video_sink_class_init):
15128         Throw away frames that are later than 20 ms.
15129
15130 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
15131
15132         Patch by: Fabrizio Gennari
15133
15134         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15135           Set depth on WMA caps (#333545)
15136
15137 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15138
15139         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
15140         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
15141           put Theora BOS pages before others.  This hardcodes
15142           the Ogg/Theora I profile, but hey.
15143
15144 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15145
15146         * ext/ogg/README:
15147           updated with some examples
15148         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
15149         (granulepos_add), (theora_buffer_from_packet):
15150         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
15151         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
15152         (gst_vorbisenc_chain):
15153           implement strategy from ext/ogg/README
15154         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
15155         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
15156         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
15157         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
15158           Fix muxer so that oggz-validate is happy with all streams;
15159           except for no eos mark, and the BOS page ordering
15160         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
15161         (check_buffer_granulepos):
15162         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
15163           update tests to check for OFFSET being set as requested
15164           fixed type of granulepos, it's not a ClockTime
15165
15166 2006-03-05  Julien MOUTTE  <julien@moutte.net>
15167
15168         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15169         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15170         Check that the xvimage we are creating has a correct size
15171         before returning it. (#314897)
15172
15173 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
15174
15175         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15176           Give id3 and ape tag typefinders a rank slightly higher
15177           than PRIMARY to ensure they're always run before any of
15178           the other typefinders (in particular wav and mp3) (#324186).
15179
15180 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
15181
15182         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15183           Add support for '3IVD' fourcc (#333403).
15184
15185 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
15186
15187         * configure.ac:
15188           Bump requirements to GStreamer CVS for the new error enum.
15189
15190         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
15191           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
15192           space left on the device (fixes #333352).
15193
15194 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
15195
15196         * win32/vs6:
15197           add a project file for libgstvolume
15198           update the workspace
15199
15200 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15201
15202         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
15203         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
15204         (GST_START_TEST):
15205           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
15206           Set IN_CAPS on header buffers
15207
15208 2006-03-02  Wim Taymans  <wim@fluendo.com>
15209
15210         * docs/plugins/Makefile.am:
15211         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15212         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15213         Add audioresample to docs.
15214
15215         * gst/audioconvert/gstaudioconvert.c:
15216         Add revision date.
15217
15218         * gst/audioresample/gstaudioresample.c:
15219         (gst_audioresample_base_init), (gst_audioresample_class_init),
15220         (gst_audioresample_init), (gst_audioresample_dispose),
15221         (audioresample_get_unit_size), (audioresample_transform_caps),
15222         (resample_set_state_from_caps), (audioresample_transform_size),
15223         (audioresample_set_caps), (audioresample_event),
15224         (audioresample_do_output), (audioresample_transform),
15225         (audioresample_pushthrough), (gst_audioresample_set_property),
15226         (gst_audioresample_get_property), (plugin_init):
15227         * gst/audioresample/gstaudioresample.h:
15228         Added docs.
15229         Small code cleanups.
15230
15231 2006-03-02  Wim Taymans  <wim@fluendo.com>
15232
15233         * docs/plugins/Makefile.am:
15234         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15235         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15236         Added videoscale to docs.
15237
15238         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
15239         (gst_video_rate_swap_prev), (gst_video_rate_event),
15240         (gst_video_rate_chain):
15241         Fix typo in docs.
15242
15243         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
15244         (gst_video_scale_init), (gst_video_scale_prepare_size),
15245         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
15246         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
15247         * gst/videoscale/gstvideoscale.h:
15248         Added docs, examples.
15249         Some code cleanups.
15250         Post errors instead of g_warning.
15251
15252 2006-03-02  Wim Taymans  <wim@fluendo.com>
15253
15254         * docs/libs/gst-plugins-base-libs-docs.sgml:
15255         * docs/libs/gst-plugins-base-libs-sections.txt:
15256         * docs/libs/gst-plugins-base-libs.types:
15257         * docs/plugins/Makefile.am:
15258         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15259         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15260         Added some more docs to libs and plugins.
15261
15262         * gst-libs/gst/audio/gstringbuffer.c:
15263         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
15264         * gst-libs/gst/audio/gstringbuffer.h:
15265         Document ringbuffer some more.
15266
15267         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
15268         (gst_video_rate_setcaps), (gst_video_rate_reset),
15269         (gst_video_rate_init), (gst_video_rate_flush_prev),
15270         (gst_video_rate_swap_prev), (gst_video_rate_event),
15271         (gst_video_rate_chain), (gst_video_rate_change_state):
15272         * gst/videorate/gstvideorate.h:
15273         Fix videorate to use segments.
15274         Make it work with 0/1 framerates (closes #331903)
15275         Handle EOS correctly.
15276         Added docs.
15277
15278 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
15279
15280         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
15281         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
15282         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
15283           In state change function, first chain up to parent class,
15284           then handle downwards state change stuff. Remove some
15285           commented out cruft from 0.8 code.
15286
15287 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
15288
15289         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15290         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15291         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
15292         (gst_ogm_parse_chain):
15293           Don't remove/re-add source pad if the new caps are the same as
15294           the old caps anyway (#333042). When removing source pad, don't
15295           unref it afterwards - we didn't ref it when adding. Sprinkle some
15296           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
15297           after using gst_pad_get_parent(). Return downstream flow return
15298           value in chain function.
15299
15300 2006-03-02  Wim Taymans  <wim@fluendo.com>
15301
15302         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15303         * docs/plugins/gst-plugins-base-plugins.args:
15304         * docs/plugins/gst-plugins-base-plugins.hierarchy:
15305         * docs/plugins/gst-plugins-base-plugins.interfaces:
15306         * docs/plugins/gst-plugins-base-plugins.signals:
15307         Fix hierarchy, added some more elements to the docs.
15308
15309         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15310         (gst_ffmpegcsp_get_type):
15311         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
15312         Fix docs for ffmpegcolorspace.
15313
15314 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
15315
15316         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
15317         (apetag_type_find), (ape_type_find), (plugin_init):
15318           Some typefinding fine-tuning:
15319           - rank ID3/APE tags in order of preference via probabilities, so that
15320             ID3v2 > APEv2 > APEv1 > ID3v1.
15321           - three or four bytes don't really justify MAXIMUM probability,
15322             change those to 'very likely' (musepack and monkeysaudio).
15323
15324 2006-03-01  Wim Taymans  <wim@fluendo.com>
15325
15326         * docs/plugins/Makefile.am:
15327         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15328         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15329         * ext/alsa/gstalsamixer.c:
15330         * ext/alsa/gstalsamixer.h:
15331         * ext/alsa/gstalsamixerelement.c:
15332         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
15333         * ext/alsa/gstalsamixerelement.h:
15334         * ext/alsa/gstalsasink.c:
15335         * ext/alsa/gstalsasink.h:
15336         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
15337         (gst_alsasrc_init):
15338         * ext/alsa/gstalsasrc.h:
15339         Added alsa docs.
15340         Small code cleanups.
15341
15342 2006-03-01  Wim Taymans  <wim@fluendo.com>
15343
15344         * ext/theora/Makefile.am:
15345         Dist new header too,
15346
15347 2006-03-01  Wim Taymans  <wim@fluendo.com>
15348
15349         * docs/plugins/Makefile.am:
15350         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15351         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15352         * ext/gnomevfs/gstgnomevfssink.h:
15353         * ext/gnomevfs/gstgnomevfssrc.h:
15354         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
15355         * ext/vorbis/vorbisdec.h:
15356         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
15357         * ext/vorbis/vorbisenc.h:
15358         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
15359         (vorbis_parse_chain), (vorbis_parse_change_state):
15360         * ext/vorbis/vorbisparse.h:
15361         * gst/audioconvert/gstaudioconvert.h:
15362         * gst/tcp/gsttcpserversink.h:
15363         * gst/videotestsrc/gstvideotestsrc.c:
15364         * gst/videotestsrc/gstvideotestsrc.h:
15365         * gst/volume/gstvolume.c:
15366         * gst/volume/gstvolume.h:
15367         Fix some more docs.
15368         Added docs for vorbisdec and vorbisparse.
15369         Fix vorbisparse.
15370
15371 2006-03-01  Wim Taymans  <wim@fluendo.com>
15372
15373         * docs/plugins/Makefile.am:
15374         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15375         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15376         * ext/pango/gstclockoverlay.h:
15377         * ext/pango/gsttextoverlay.h:
15378         * ext/pango/gsttextrender.h:
15379         * ext/pango/gsttimeoverlay.h:
15380         * ext/theora/gsttheoradec.h:
15381         * ext/theora/gsttheoraenc.h:
15382         * ext/theora/theoradec.c:
15383         * ext/theora/theoraenc.c:
15384         * gst/audioconvert/gstaudioconvert.h:
15385         * gst/audiotestsrc/gstaudiotestsrc.h:
15386         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
15387         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
15388         * gst/tcp/gstmultifdsink.h:
15389         Updated/added documentation.
15390
15391         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15392         (gst_text_overlay_halign_get_type),
15393         (gst_text_overlay_wrap_mode_get_type),
15394         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
15395         (gst_text_overlay_init), (gst_text_overlay_set_property),
15396         (gst_text_overlay_get_property):
15397         Fix up properties to be enums instead of string to make bindings,
15398         introspection and automatic GUI creation possible.
15399         Add getters for the properties.
15400
15401 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
15402
15403         * gst/audiotestsrc/gstaudiotestsrc.c:
15404           added defines of M_PI and M_PI_2
15405         * gst/ffmpegcolorspace/avcodec.h:
15406           removed #include "stdint.h" for win32 as _stdint.h is 
15407           autogenerated to win32/common
15408         * win32/common/libgstaudio.def:
15409         * win32/common/libgsttag.def:
15410           added some exports
15411         * win32/vs6:
15412           some project files bugs corrected
15413         * win32/vs7:
15414           project files are reset to the default vs7 configuration 
15415           (they link to msvcr71.dll using default optimizations)
15416           
15417 2006-02-28  Wim Taymans  <wim@fluendo.com>
15418
15419         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
15420         Fix some docs.
15421
15422 2006-02-28  Edward Hervey  <edward@fluendo.com>
15423
15424         * ext/alsa/gstalsasrc.c:
15425         Set proper class on the ElementDetails:
15426         Source/Audio instead of Src/Audio/
15427
15428 2006-02-28  Edward Hervey  <edward@fluendo.com>
15429
15430         * gst/videoscale/vs_scanline.c:
15431         (vs_scanline_resample_nearest_RGBA):
15432         Revert optimization in videoscale. It should go in liboil and have
15433         an appropriate liboil function.
15434
15435 2006-02-28  Wim Taymans  <wim@fluendo.com>
15436
15437         * gst-libs/gst/audio/gstbaseaudiosink.c:
15438         (gst_base_audio_sink_provide_clock):
15439         Don't try to provide a clock in the NULL state.
15440
15441 2006-02-28  Wim Taymans  <wim@fluendo.com>
15442
15443         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
15444         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
15445         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15446         (gst_ogg_demux_deactivate_current_chain),
15447         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
15448         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
15449         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
15450         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
15451         Use GstSegment infrastructure to remove duplicated code
15452         and handle more seek cases correctly.
15453
15454 2006-02-28  Wim Taymans  <wim@fluendo.com>
15455
15456         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15457         (gst_ffmpegcsp_transform):
15458         Don't ignore return code from ffmpeg convert function.
15459
15460         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
15461         Split out some long statements to ease debugging.
15462
15463 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
15464
15465         * ext/libvisual/visual.c: (gst_visual_init),
15466         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
15467         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
15468         being able to renegotiate the size. Instead, use the negotiation
15469         algorithm from the goom plugin to pick an initial output caps. 
15470
15471         Also, allow theoretical libvisual plugins that might support non-GL 
15472         output even if they also do GL.
15473
15474 2006-02-26  Julien MOUTTE  <julien@moutte.net>
15475
15476         * ext/libvisual/visual.c: (gst_visual_init),
15477         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
15478         (plugin_init): Load only non GL plugins. Fix some memleaks and 
15479         possible negotiation issues.
15480
15481 2006-02-25  Julien MOUTTE  <julien@moutte.net>
15482
15483         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
15484
15485 2006-02-24  Michael Smith  <msmith@fluendo.com>
15486
15487         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
15488         (cmml_type_find), (plugin_init):
15489           Fix CMML type find function to not require a specific minor version
15490           of the CMML header.
15491
15492           Add an MPEG4 video elementary stream typefind function.
15493
15494 2006-02-04  Michael Smith  <msmith@fluendo.com>
15495
15496         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
15497         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
15498         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15499         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15500         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
15501         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
15502           Annodex support in ogg demuxer. Doesn't do very much without the
15503           other annodex patches (to come).
15504
15505 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
15506
15507         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
15508
15509         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15510           Pick up palette for MS video v1 (#327028)
15511
15512 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
15513
15514         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15515         (gst_ffmpegcsp_caps_remove_format_info),
15516         (gst_ffmpegcsp_get_unit_size):
15517           The 'palette_data' field from incoming RGB caps shouldn't be
15518           proxied on outgoing YUV caps; also, restrict unit size
15519           adjustment in case of paletted data only to the unit that
15520           actually has a palette. Fixes #330711.
15521
15522 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
15523
15524         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15525         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
15526         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
15527         (gst_ffmpegcsp_get_unit_size):
15528           Plug some memory leaks.
15529
15530 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
15531
15532         * sys/ximage/Makefile.am:
15533         * sys/xvimage/Makefile.am:
15534           Add some _CFLAGS and _LIBS that seem to be missing
15535           and/or required for Cygwin (see #317048).
15536
15537 2006-02-22  Wim Taymans  <wim@fluendo.com>
15538
15539         * ext/alsa/gstalsasrc.c:
15540         Fix description as pointed out by caugier.
15541
15542 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
15543
15544         Reviewed by : Edward Hervey  <edward@fluendo.com>
15545
15546         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
15547         (qt_type_find):
15548         Better 3gp typefinding (#331526).
15549
15550 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
15551
15552         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
15553           Don't send EOS event here, the base class will send one for us.
15554
15555         * gst/playback/gstplaybasebin.c: (prepare_output):
15556           Subpictures without video stream aren't allowed either.
15557         
15558         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
15559           Fix debug statement copy'n'paste-o.
15560
15561 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
15562
15563         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
15564           Fix issues with mixer keeping state when muting/unmuting
15565           and when changing the volume whilst muted (see #331763
15566           and #331765).
15567
15568 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
15569
15570         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
15571         (parse_subrip), (gst_sub_parse_format_autodetect):
15572           Set right caps given that we send escaped text. Also,
15573           honour <i></i>, <b></b> and <u></u> markers that can be found
15574           in .srt files (fixes #310202).
15575
15576 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
15577
15578         * gst-libs/gst/audio/mixerutils.c:
15579         (element_factory_rank_compare_func):
15580           Make order in which elements are tried more determinable.
15581
15582 2006-02-20  Julien MOUTTE  <julien@moutte.net>
15583
15584         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
15585         (remove_element_chain), (cleanup_decodebin),
15586         (gst_decode_bin_change_state): Make decodebin reusable by
15587         fixing remove_element_chain first and then introduce a
15588         cleaner in state change to ->NULL. (Closes #331678)
15589
15590 2006-02-19  Wim Taymans  <wim@fluendo.com>
15591
15592         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
15593         use 0666 mask when creating files so umask gets applied
15594         correctly. Fixes #331295.
15595
15596 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
15597
15598         * gst/subparse/Makefile.am:
15599         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
15600         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
15601         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
15602         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
15603         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
15604         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
15605         * gst/subparse/gstssaparse.h:
15606         * gst/subparse/gstsubparse.c: (plugin_init):
15607           Add very basic parser for SSA subtitle streams (as often
15608           found in matroska files).
15609
15610 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
15611
15612         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
15613           That should be text/x-pango-markup, not text/x-pango-layout.
15614
15615 2006-02-19  Julien MOUTTE  <julien@moutte.net>
15616
15617         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
15618         Polishing.
15619
15620 2006-02-19  Julien MOUTTE  <julien@moutte.net>
15621
15622         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
15623         (gst_text_overlay_finalize), (gst_text_overlay_init),
15624         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
15625         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
15626         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
15627         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
15628         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
15629         Fix state change deadlock.
15630
15631 2006-02-19  Julien MOUTTE  <julien@moutte.net>
15632
15633         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
15634         (gst_text_overlay_finalize), (gst_text_overlay_init),
15635         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
15636         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
15637         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
15638         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
15639         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
15640         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
15641         and subtitles files.
15642
15643 2006-02-19  Julien MOUTTE  <julien@moutte.net>
15644
15645         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
15646         should be considered as raw.
15647
15648 2006-02-19  Julien MOUTTE  <julien@moutte.net>
15649
15650         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
15651         (cb_probe):
15652         * gst/playback/gststreaminfo.h: Introduce language informations.
15653
15654 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
15655
15656         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
15657         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
15658         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
15659         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
15660         Set shared memory segments to be deleted as soon as we have attached,
15661         that way they get cleaned up automatically if we crash.
15662
15663 2006-02-18  Julien MOUTTE  <julien@moutte.net>
15664
15665         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
15666         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
15667         functions are called with lock held.
15668
15669 2006-02-18  Julien MOUTTE  <julien@moutte.net>
15670
15671         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
15672         (gst_text_overlay_finalize), (gst_text_overlay_init),
15673         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
15674         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
15675         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
15676         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
15677         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
15678         (gst_text_overlay_change_state): Refactoring of textoverlay
15679         without collectpads. This now supports sparse subtitles coming
15680         from a demuxer instead of a sub file. Seeking is still broken 
15681         though. Need to discuss with wtay some more on how to handle
15682         seeking correctly.
15683         * ext/pango/gsttextoverlay.h:
15684         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
15685         subtitles coming from the demuxer.
15686
15687 2006-02-17  Wim Taymans  <wim@fluendo.com>
15688
15689         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
15690         (gst_vorbisenc_convert_sink):
15691         Use some more scaling functions.
15692
15693 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
15694
15695         * ext/cdparanoia/gstcdparanoiasrc.c:
15696         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
15697         (gst_cd_paranoia_paranoia_callback),
15698         (gst_cd_paranoia_src_signal_is_being_watched),
15699         (gst_cd_paranoia_src_read_sector):
15700         * ext/cdparanoia/gstcdparanoiasrc.h:
15701           Add back 'transport-error' and 'uncorrected-error' signals and
15702           make them actually be fired when bad stuff happens (#319340).
15703
15704 2006-02-17  Wim Taymans  <wim@fluendo.com>
15705
15706         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
15707         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
15708         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
15709         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
15710         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
15711         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15712         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15713         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15714         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
15715         (gst_ring_buffer_clear):
15716         Small cleanups.
15717         Added some G_LIKELY.
15718
15719 2006-02-17  Wim Taymans  <wim@fluendo.com>
15720
15721         * gst-libs/gst/audio/TODO:
15722         Update TODO
15723
15724         * gst-libs/gst/audio/gstbaseaudiosink.c:
15725         (gst_base_audio_sink_get_offset):
15726         When trying to play samples ASAP and we don't have a
15727         previous sample, try to play at position 0 instead of
15728         an invalid position.
15729
15730 2006-02-17  Wim Taymans  <wim@fluendo.com>
15731
15732         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
15733         (gst_alsasink_reset):
15734         Also release lock when we get an error in _reset();
15735         fix an error message.
15736
15737 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
15738
15739         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
15740         (gst_alsasink_init), (get_channel_free_structure),
15741         (caps_add_channel_configuration), (gst_alsasink_getcaps),
15742         (gst_alsasink_close):
15743         * ext/alsa/gstalsasink.h:
15744           Add support for more than 2 channels (#326720).
15745
15746 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
15747
15748         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15749           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
15750           with 4 or 6 channels, assume a default channel layout to make things
15751           work (not sure there's anything else we can do in those cases).
15752
15753 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
15754
15755         * gst-libs/gst/audio/multichannel.c:
15756           Minor docs fix.
15757
15758         * gst-libs/gst/riff/Makefile.am:
15759         * gst-libs/gst/riff/riff-ids.h:
15760         * gst-libs/gst/riff/riff-media.c:
15761         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
15762           Add support for WAVEFORMATEX, eg. PCM audio with more than two
15763           channels and a channel layout map.
15764           
15765 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
15766
15767         Reviewed by Edward Hervey  <edward@fluendo.com>
15768
15769         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
15770         C-level optimization of the RGBA nearest neighbour function.
15771         Eventually this might end up in liboil with vectorized versions.
15772
15773 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
15774
15775         * gst-libs/gst/audio/multichannel.c:
15776         (gst_audio_get_channel_positions):
15777           When we have more than 2 channels, but no channel layout is
15778           specified in the caps, return some default channel layout
15779           to the caller and warn about about a possibly buggy element
15780           (could be buggy filtercaps as well of course) (#317038).
15781
15782 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
15783
15784         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
15785           Add gst-libs/gst/cdda to list of lib search paths.
15786
15787 2006-02-15  Andy Wingo  <wingo@pobox.com>
15788
15789         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
15790         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
15791         to the Lord Jesus that I do not have to touch the ogg muxer ever
15792         again.
15793
15794 2006-02-15  Edward Hervey  <edward@fluendo.com>
15795
15796         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15797         quicktime movie files can also contain 'uuid' atoms.
15798
15799 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
15800
15801         * gst/audioconvert/plugin.c: (plugin_init):
15802           Register the GstAudioChannelPosition enum type with the type
15803           system in the plugin_init function, so that it is known before
15804           any element actually makes use of multi-channel stuff. This is
15805           required for example if one wants to be able to deserialise/use
15806           a caps string with channel positions before any pipeline has
15807           been setup and started, like with gst-launch.
15808
15809 2006-02-14  Wim Taymans  <wim@fluendo.com>
15810
15811         * gst-libs/gst/audio/gstringbuffer.c:
15812         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
15813         (gst_ring_buffer_samples_done), (wait_segment),
15814         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
15815         Add some compiler G_(UN_)LIKELY help.
15816         SIGNAL the ringbuffer waiters when going to PAUSED as well to
15817         make sure they can exit their functions. Should fix #330748
15818
15819 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15820
15821         * Makefile.am:
15822         * configure.ac:
15823         * win32/MANIFEST:
15824         * win32/common/_stdint.h:
15825           Windows does not have long long; copy the generated _stdint.h
15826         * win32/common/interfaces-enumtypes.c:
15827         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
15828         (gst_mixer_track_flags_get_type),
15829         (gst_tuner_channel_flags_get_type):
15830         * win32/common/multichannel-enumtypes.c:
15831         (gst_audio_channel_position_get_type):
15832           update
15833
15834 2006-02-13  Wim Taymans  <wim@fluendo.com>
15835
15836         * gst-libs/gst/audio/gstbaseaudiosink.c:
15837         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
15838         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15839         Always sync on first sample we receive when starting.
15840
15841 2006-02-13  Wim Taymans  <wim@fluendo.com>
15842
15843         * gst/playback/gstplaybin.c: (gen_vis_element):
15844         Update vis bin docs.
15845         Move queue after tee so we don't queue video buffers but
15846         audio samples instead. Fixes problems where the video queue
15847         is filled and the audio queue empty.
15848
15849 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
15850
15851         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
15852           No need to push an EOS event here, GstBaseSrc will do that for us
15853           when we return FLOW_UNEXPECTED.
15854           
15855 2006-02-12  Wim Taymans  <wim@fluendo.com>
15856
15857         * gst-libs/gst/audio/gstbaseaudiosink.c:
15858         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
15859         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
15860         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15861         Use scale functions when possible.
15862         Fix error messages.
15863         Free clockid when after waiting for EOS.
15864         Use G_(UN_)LIKLY when it makes sense.
15865         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
15866
15867 2006-02-12  Edward Hervey  <edward@fluendo.com>
15868
15869         * gst/playback/gstplaybasebin.c: (prepare_output): 
15870         Remove stray semi-colon (fixes #330888).
15871
15872 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
15873
15874         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
15875         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
15876         Fix up the XShm call testing so that we catch errors, and don't
15877         cause new ones by attempting to detach from a segment we failed
15878         to attach to. Fixes #312439.
15879
15880 2006-02-10  Edward Hervey  <edward@fluendo.com>
15881
15882         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15883         Added flv file typefind (video/x-flv).
15884
15885 2006-02-10  Edward Hervey  <edward@fluendo.com>
15886
15887         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
15888         (gst_riff_create_video_template_caps):
15889         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
15890         Also added the caps to the default set of riff video caps.
15891
15892 2006-02-09  Andy Wingo  <wingo@pobox.com>
15893
15894         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
15895         time and the end time of the last packet in the page.
15896         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
15897         on the pages in our queue, set the duration as well. Reflow a
15898         debug statement.
15899         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
15900         Fixes bad muxing order.
15901
15902 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15903
15904         * gst-libs/gst/rtp/gstbasertppayload.c:
15905         (gst_basertppayload_setcaps), (gst_basertppayload_push):
15906           update seqnum before setting it on the packet; this makes sure
15907           that the timestamp and seqnum properties match after pushing
15908           a buffer
15909
15910 2006-02-09  Andy Wingo  <wingo@pobox.com>
15911
15912         * gst-libs/gst/audio/gstringbuffer.c
15913         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
15914         overflow after 13.5 hours of recording. Kapow!
15915
15916         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
15917         the buffer size -- we don't care about underrun/overrun reporting
15918         right now, just need to return a useful value.
15919
15920 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
15921
15922         * configure.ac:
15923           Back to CVS
15924
15925 === release 0.10.3 ===
15926
15927 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
15928
15929         * configure.ac:
15930           releasing 0.10.3, "Under Pressure"
15931
15932 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
15933
15934         * configure.ac:
15935         Drat. Bump libtool version number for new API.
15936         Prelease 0.10.2.3 (of 0.10.3)
15937
15938 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
15939
15940         * configure.ac:
15941         * win32/common/config.h:
15942         0.10.2.2 prerelease (of 0.10.3).
15943
15944 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
15945
15946         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
15947           Revert Andy's newsegment change pending a more correct
15948           fix.
15949
15950 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15951
15952         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
15953         (qt_type_find), (plugin_init):
15954           detect more files as 3gp
15955           group and reorder the iso file formats
15956
15957 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
15958
15959         * ext/vorbis/vorbis.c: (plugin_init):
15960           Register musicbrainz tags, so apps don't have to.
15961
15962 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
15963
15964         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
15965         (gst_tag_to_vorbis_tag):
15966           Make sure we called gst_tag_register_musicbrainz_tags()
15967           before possibly mapping a vorbiscomment string from/to a
15968           musicbrainz tag.
15969
15970 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
15971
15972         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
15973           In case we can't find the required number of consecutive
15974           mpeg audio frames to positively identify an MPEG audio
15975           stream, check if there's at least a valid mpeg audio
15976           frame right at offset 0 and if so suggest mpeg/audio
15977           caps with a very low probability (#153004).
15978
15979 2006-02-07  Andy Wingo  <wingo@pobox.com>
15980
15981         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
15982         a TIME segment if we get timestamped buffers. Requires recent
15983         fixes in core to work properly.
15984
15985 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
15986
15987         * gst/playback/gstplaybasebin.c: (prepare_output):
15988           Don't print the URI as part of the error message, it
15989           makes error dialogs look rather ugly, especially if
15990           the URI is very long or has characters in it that
15991           need escaping.
15992
15993 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
15994
15995         * gst/playback/gstplaybasebin.c: (prepare_output):
15996           Error out if we have only text or subtitles, but nothing
15997           else. Also error out if we have subtitles but no video
15998           stream.
15999
16000 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
16001
16002         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
16003           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
16004           Post an error message on the bus when we encounter an
16005           error, which will hopefully be more meaningful than the
16006           'Internal Flow Error' message users get to see if we
16007           just return GST_FLOW_ERROR.
16008
16009 2006-02-07  Andy Wingo  <wingo@pobox.com>
16010
16011         * configure.ac (GST_MAJORMINOR): Update core version req to
16012         0.10.2.2, for the collectpads API addition (#330244).
16013
16014 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
16015
16016         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16017           Return FALSE from plugin_init() when GnomeVFS can't
16018           be initialised for some reason (#328423).
16019
16020 2006-02-06  Julien MOUTTE  <julien@moutte.net>
16021
16022         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
16023         Stick to seeking theory until i find the bug.
16024         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
16025
16026 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
16027
16028         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16029         (theora_enc_finalize), (theora_enc_sink_setcaps),
16030         (theora_set_header_on_caps), (theora_enc_chain),
16031         (theora_enc_change_state):
16032         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
16033           Make theoraenc and the tests leak free. Like, really.
16034
16035 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
16036
16037         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16038         (theora_enc_finalize), (theora_enc_sink_setcaps):
16039           Add a finalize method to ensure we clean up state even if
16040           someone omitted the state change back to NULL.
16041
16042         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
16043         (gst_vorbisenc_chain):
16044           Free some more leaked bits.
16045
16046         * tests/check/pipelines/theoraenc.c: (start_pipeline),
16047         (stop_pipeline):
16048           Wait for state changes to happen if they're ASYNC.
16049
16050           This ought to teach those fancy pants buildbots a lesson.
16051
16052 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16053
16054         * gst-libs/gst/tag/gstid3tag.c:
16055           Add mapping for ID3 International Standard Recording Code
16056           tag "TSRC"
16057
16058 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16059
16060         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
16061           Don't leak tag names.
16062
16063 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
16064
16065         * docs/libs/gst-plugins-base-libs-docs.sgml:
16066         * docs/libs/gst-plugins-base-libs-sections.txt:
16067         * gst-libs/gst/tag/gstid3tag.c:
16068         * gst-libs/gst/tag/gstvorbistag.c:
16069         * gst-libs/gst/tag/tags.c:
16070           Split libgsttag docs into multiple sections.
16071
16072 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
16073
16074         * docs/libs/Makefile.am:
16075         * docs/libs/gst-plugins-base-libs-docs.sgml:
16076         * docs/libs/gst-plugins-base-libs-sections.txt:
16077         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
16078         * gst-libs/gst/tag/gstvorbistag.c:
16079         * gst-libs/gst/tag/tag.h:
16080         * gst-libs/gst/tag/tags.c:
16081           Add libgsttag to the docs.
16082
16083 2006-02-05  Julien MOUTTE  <julien@moutte.net>
16084
16085         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
16086         (gst_text_overlay_init), (gst_text_overlay_src_event),
16087         (gst_text_overlay_collected): Fix clockoverlay.
16088
16089 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
16090
16091         * docs/libs/compiling.sgml:
16092           Fix typo: it's pkg-config, not pkg-gconfig
16093
16094         * docs/libs/gst-plugins-base-libs-docs.sgml:
16095         * docs/libs/gst-plugins-base-libs-sections.txt:
16096         * docs/libs/tmpl/gstgconf.sgml:
16097           There is no libgstgconf in 0.10, remove it
16098           from the docs.
16099
16100 2006-02-05  Julien MOUTTE  <julien@moutte.net>
16101
16102         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
16103         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16104         (gst_text_overlay_src_event), (gst_text_overlay_collected):
16105         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
16106         (gst_sub_parse_class_init), (gst_sub_parse_init),
16107         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
16108         (parse_mpsub), (parser_state_init), (handle_buffer),
16109         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
16110         * gst/subparse/gstsubparse.h: Introduce seeking code.
16111
16112 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
16113
16114         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
16115           Add comment about LANGUAGE tag inconsistency (we want
16116           ISO-639-1, but extract three-letter identifiers?)
16117
16118         * po/POTFILES.in:
16119           Add two translatable files.
16120
16121 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
16122
16123         * gst-libs/gst/tag/Makefile.am:
16124         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
16125         * gst-libs/gst/tag/tag.h:
16126         * gst-libs/gst/tag/tags.c:
16127         (gst_tag_register_musicbrainz_tags_internal),
16128         (gst_tag_register_musicbrainz_tags):
16129           Forward-port some tags stuff from the 0.8 branch. This is
16130           mostly the addition of musicbrainz tags and their mapping
16131           to vorbistags, and a vorbistag mapping of the language tag.
16132
16133 2006-02-05  Julien MOUTTE  <julien@moutte.net>
16134
16135         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
16136         refactoring.
16137
16138 2006-02-04  David Schleef  <ds@schleef.org>
16139
16140         * ext/ogg/gstoggmux.c:
16141         * gst/typefind/gsttypefindfunctions.c:
16142           Add Dirac typefinding and add dirac format to oggmux.
16143
16144 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
16145
16146         * gst/playback/gstdecodebin.c: (try_to_link_1):
16147           Don't put essential function call into
16148           g_return_*() macro, otherwise it'll all be
16149           replaced by NOOPs when compiling with
16150           G_DISABLE_CHECKS defined.
16151
16152 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
16153
16154         * ext/ogg/gstoggdemux.c:
16155         * ext/ogg/gstoggparse.c:
16156         * gst/tcp/gsttcpserversink.c:
16157         * sys/v4l/v4lsrc_calls.c:
16158         * sys/v4l/v4lsrc_calls.h:
16159         Just make it compile with --disable-gst-debug.
16160
16161 2006-02-03  Wim Taymans  <wim@fluendo.com>
16162
16163         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
16164         (gst_alsasink_class_init), (gst_alsasink_init),
16165         (gst_alsasink_write), (gst_alsasink_reset):
16166         * ext/alsa/gstalsasink.h:
16167         Add lock to protect alsa calls.
16168         Implement reset to flush samples ASAP, does not work
16169         with dmix though.
16170
16171 2006-02-02  Wim Taymans  <wim@fluendo.com>
16172
16173         * gst-libs/gst/audio/gstbaseaudiosink.c:
16174         (gst_base_audio_sink_provide_clock):
16175         Ugh.. getting late I guess...
16176
16177 2006-02-02  Wim Taymans  <wim@fluendo.com>
16178
16179         * gst-libs/gst/audio/gstbaseaudiosink.c:
16180         (gst_base_audio_sink_provide_clock),
16181         (gst_base_audio_sink_set_property),
16182         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
16183         Don't try to provide a clock when we are not negotiated since
16184         we might not be able to make it run.
16185
16186 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
16187
16188         * gst/playback/gstdecodebin.c: (try_to_link_1):
16189           Unlinking two source pads is ... hard.
16190
16191 2006-02-02  Wim Taymans  <wim@fluendo.com>
16192
16193         * gst-libs/gst/audio/TODO:
16194         Updated.
16195
16196         * gst-libs/gst/audio/gstbaseaudiosink.c:
16197         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
16198         On EOS, wait till the last sample is played before posting EOS.
16199
16200 2006-02-01  Philippe Kalaf <burger at speedy dot org>
16201
16202         Patch by: Kai Vehmanen
16203         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16204           Adds ability to enable newsegment bypass by setting queue_delay to
16205           zero. Also avoid thread being started if queue_delay is zero.
16206
16207 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
16208
16209         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
16210           Make test work again by connecting fakesinks to each decoded pad,
16211           which makes the pipeline wait until each fakesink has a buffer
16212           queued before going to PAUSED state. At that point we know the
16213           decodebin pads are negotiated.
16214
16215 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
16216
16217         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
16218         (gst_cdda_base_src_handle_event):
16219         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
16220           Pass unhandled queries to the parent class's query function.
16221
16222 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
16223
16224         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
16225         (gst_ogg_pad_src_query):
16226         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
16227         * ext/theora/theoradec.c: (theora_dec_src_query),
16228         (theora_dec_sink_query):
16229         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16230         (vorbis_dec_sink_query):
16231         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
16232         (gst_vorbisenc_sink_query):
16233         * gst/adder/gstadder.c: (gst_adder_query):
16234           Pass unhandled queries upstream instead of just
16235           dropping them (#326447). Also, fix supported
16236           query types list for some elements.
16237
16238 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
16239
16240         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
16241         (paris_type_find), (ilbc_type_find), (plugin_init):
16242           Fix typefinding for audio/x-au, audio/x-paris and
16243           audio/iLBC-sh. We cannot use the START_WITH macros
16244           here, because there can only be one typefind factory
16245           with the same name (caps), so the second one would
16246           replace the first one and the first one would never
16247           be called when doing typefinding (see #161712).
16248           
16249
16250 2006-01-31  Wim Taymans  <wim@fluendo.com>
16251
16252         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
16253         (vorbis_handle_header_packet), (vorbis_dec_push),
16254         (vorbis_handle_data_packet):
16255         Use scale_int when we can, add some more scaling.
16256         Check packettype before parsing it.
16257
16258 2006-01-31  Wim Taymans  <wim@fluendo.com>
16259
16260         * ext/theora/theoradec.c: (_theora_granule_time),
16261         (theora_dec_src_convert), (theora_dec_sink_convert):
16262         Call right _scale functions.
16263         Use parameter instead of some other random value.
16264
16265 2006-01-31  Wim Taymans  <wim@fluendo.com>
16266
16267         * ext/theora/theoradec.c: (_theora_granule_frame),
16268         (_theora_granule_time), (_inc_granulepos),
16269         (theora_dec_src_convert), (theora_dec_sink_convert),
16270         (theora_handle_type_packet), (theora_handle_data_packet),
16271         (theora_dec_chain):
16272         Use higher precision timestamps calculation.
16273         Convert some other conversions to _scale.
16274
16275 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
16276
16277         * gst/audiotestsrc/gstaudiotestsrc.c:
16278         (gst_audio_test_src_create_sine_table), (plugin_init):
16279         * gst/volume/gstvolume.c: (plugin_init):
16280           initialize gst_controller before using
16281
16282 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
16283
16284         * tests/check/pipelines/theoraenc.c:
16285         * tests/check/pipelines/vorbisenc.c:
16286         Define constant using G_GINT64_CONSTANT to avoid errors when
16287         passing it around - otherwise it gets truncated to 32 bits.
16288
16289         Fixes failing tests.
16290
16291 2006-01-31  Andy Wingo  <wingo@pobox.com>
16292
16293         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
16294         caps being set doesn't have a framerate value. Basically a stopgap
16295         measure.
16296
16297         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
16298         technically correct enough to put into core though.
16299         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
16300         DURATION. Fixes theoraenc ! oggmux.
16301
16302         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
16303         fraction, not double.
16304
16305 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
16306
16307         * win32/vs7:
16308         add vs7 project files created by Sergey Scobich
16309
16310 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
16311
16312         * win32/vs8:
16313         add vs8 project files created by Sergey Scobich
16314         
16315 2006-01-30  Andy Wingo  <wingo@pobox.com>
16316
16317         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
16318         timestamp + duration, not just timestamp -- ogg pages should be
16319         ordered by stop time. Necessary fix given the change in vorbis
16320         timestamps.
16321
16322         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
16323         (gst_theora_enc_init): Pull the granule shift out of the encoder.
16324         (granulepos_add): New function, handles the messiness of adjusting
16325         granulepos values.
16326         (theora_buffer_from_packet):
16327         (theora_enc_chain):
16328         (theora_enc_sink_event): Use granulepos_add, not +.
16329
16330         * tests/check/pipelines/theoraenc.c
16331         (check_buffer_granulepos_from_starttime): Just check the frame
16332         count, not the actual granulepos -- we can't dictate to the
16333         encoder when it should be placing keyframes.
16334
16335 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16336
16337         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
16338           SERVICE_NOT_AVAILABLE happens for example when you're trying to
16339           play an http:// stream from a server that's not serving
16340
16341 2006-01-30  Andy Wingo  <wingo@pobox.com>
16342
16343         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
16344         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
16345         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
16346         available.
16347
16348         * ext/theora/gsttheoraenc.h:
16349         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
16350         although theoraenc was timestamping correctly. Added handling of
16351         streams that start with nonzero timestamps.
16352
16353         * tests/check/Makefile.am:
16354         * tests/check/pipelines/theoraenc.c: New file, basically does same
16355         tests as vorbisenc.
16356
16357         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
16358
16359 2006-01-30  Wim Taymans  <wim@fluendo.com>
16360
16361         * gst-libs/gst/audio/gstaudiosink.c:
16362         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
16363         (gst_audioringbuffer_pause):
16364         Implement pause that does not wait for completion.
16365
16366         * gst-libs/gst/audio/gstbaseaudiosink.c:
16367         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16368         Don't drop buffers when going to PAUSED but perform preroll on
16369         remaining samples now that core base class supports this.
16370
16371         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
16372         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
16373         (gst_ring_buffer_commit):
16374         Pause should not signal waiters.
16375         Implement return value of _commit correctly.
16376
16377 2006-01-30  Andy Wingo  <wingo@pobox.com>
16378
16379         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
16380
16381         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
16382         updated to timestamp from the first sample, not the last.
16383         (gst_vorbisenc_buffer_from_header_packet): New function, takes
16384         special care of granulepos and timestamp for header packets.
16385         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
16386         when the first buffer has a nonzero timestamp.
16387
16388         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
16389         (GstVorbisEnc.subgranule_offset): New members. Take care of the
16390         case when the first audio buffer we get has a nonzero timestamp.
16391         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
16392         properly timestamp vorbis buffers with the time of the first
16393         sample, not the last.
16394         
16395         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
16396         vorbis_granule_time_copy -- now it takes the granule/subgranule
16397         offset into account.
16398
16399         * tests/check/pipelines/vorbisenc.c: New test for correctness of
16400         timestamps, durations, and granulepos on buffers produced by
16401         vorbisenc.
16402
16403 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
16404
16405         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16406         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
16407           Patch from Eric Jonas to support conversions to/from UYVY 
16408           (Fixes: #324626)
16409
16410 2006-01-30  Julien MOUTTE  <julien@moutte.net>
16411
16412         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
16413         (setup_subtitle), (setup_source), (set_active_source):
16414         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
16415         (gen_text_element), (gen_audio_element), (gen_vis_element),
16416         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
16417
16418 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
16419
16420         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
16421         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
16422                 use gst_guint64_to_gdouble to be compliant with vs6
16423         * gst/playback/gstdecodebin.c: (try_to_link_1)
16424         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
16425                 use G_GINT64_CONSTANT for int64 constants
16426         * win32/common/libgstinterfaces.def:
16427                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
16428         * win32/vs6:
16429                 update and add new project files
16430                 
16431 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16432
16433         * Makefile.am:
16434         * win32/MANIFEST:
16435         * win32/common/interfaces-enumtypes.c:
16436         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
16437         (gst_mixer_track_flags_get_type),
16438         (gst_tuner_channel_flags_get_type):
16439         * win32/common/interfaces-enumtypes.h:
16440         * win32/common/multichannel-enumtypes.c:
16441         (gst_audio_channel_position_get_type):
16442         * win32/common/multichannel-enumtypes.h:
16443           add a win32-update rule like in core, and copy over enumtypes files
16444
16445 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16446
16447         * win32/MANIFEST:
16448         * win32/common/config.h:
16449         * win32/common/config.h.in:
16450           add config files just like in core
16451
16452 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
16453
16454         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
16455           Make gcc-4.1 happy (part of #327357).
16456
16457 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16458
16459         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
16460         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
16461         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
16462         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
16463         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
16464         (gst_alsasrc_unprepare), (gst_alsasrc_read):
16465           Update all error messages.  All of them should either use
16466           the default translated message, or actually provide a
16467           translatable string.
16468           Make the string for channel count problems meaningful.
16469
16470 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16471
16472         * sys/v4l/v4l_calls.c: (gst_v4l_open):
16473           check for and throw RESOURCE_BUSY
16474
16475 2006-01-27  David Schleef  <ds@schleef.org>
16476
16477         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
16478           checked in this change -- it requires liboil features not
16479           in 0.3.6.  Revert parts.
16480
16481 2006-01-27  David Schleef  <ds@schleef.org>
16482
16483         * REQUIREMENTS:
16484         * configure.ac: update liboil requirement to 0.3.6
16485         * gst/videoscale/Makefile.am:
16486         * gst/videoscale/vs_scanline.c: liboilify
16487
16488 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
16489
16490         * ext/libvisual/visual.c: (get_buffer):
16491           When pad_alloc returns a GstFlowReturn other
16492           than GST_FLOW_OK, make sure it is passed upstream.
16493
16494 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
16495
16496         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
16497         (gst_alsasink_class_init):
16498           Free the device name string.
16499
16500         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16501         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
16502         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
16503           Don't remove a pad from the collectpads structure until it
16504           is released - it's a request pad, and may receive data again
16505           if the element gets moved back to PLAYING state.
16506
16507         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
16508           Ensure we turn on double buffering on the Xv port, and
16509           set the colour key to something dark and mysterious that
16510           isn't black.
16511
16512 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16513
16514         * ext/alsa/gstalsaplugin.c: (plugin_init):
16515         * ext/cdparanoia/gstcdparanoiasrc.c:
16516         (gst_cd_paranoia_src_base_init), (plugin_init):
16517         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16518         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
16519           - a library should not call setlocale. see "Libraries" node in
16520             gettext manual
16521           - make sure all plugins that use translation do bindtextdomain
16522             to point to the localedir
16523         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
16524         (setup_sinks), (plugin_init):
16525           all this, and check for NULL when creating sinks
16526
16527 2006-01-27  Julien MOUTTE  <julien@moutte.net>
16528
16529         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
16530         (plugin_init): Make typefinding of subtitles work again.
16531
16532 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16533
16534         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
16535         (mp3_type_frame_length_from_header), (mp3_type_find),
16536         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
16537         (plugin_init):
16538           Backport a bunch of typefinding fixes from the 0.8 branch.
16539           Also, improve wavpack typefinding: if we can't peek the
16540           entire wavpack block, try to parse the bits we can get and
16541           see if we find what we're looking for in those.
16542
16543 2006-01-26  Julien MOUTTE  <julien@moutte.net>
16544
16545         * sys/ximage/ximagesink.c:
16546         (gst_ximagesink_calculate_pixel_aspect_ratio):
16547         * sys/xvimage/xvimagesink.c:
16548         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
16549         more cases of pixel aspect ratio.
16550
16551 2006-01-26  Edward Hervey  <edward@fluendo.com>
16552
16553         * gst/playback/gstdecodebin.c: (pad_probe):
16554         Also consider the flush-start and tag events as unblockers
16555         for the pad probes.
16556
16557 2006-01-26  Julien MOUTTE  <julien@moutte.net>
16558
16559         * gst/playback/gstplaybin.c: (gst_play_bin_init),
16560         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
16561         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
16562         On the fly visualisation switch, works disabling, enabling as
16563         well but it won't be able to enable vis in a playbin that was
16564         created with no visualisation.
16565
16566 2006-01-25  Wim Taymans  <wim@fluendo.com>
16567
16568         * gst-libs/gst/audio/gstbaseaudiosink.c:
16569         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16570         Undo previous commit that returned WRONG_STATE sooner, it breaks 
16571         resume after pause.
16572
16573 2006-01-25  Wim Taymans  <wim@fluendo.com>
16574
16575         * gst-libs/gst/audio/gstbaseaudiosink.c:
16576         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
16577         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
16578         Improve debugging.
16579         Post error when caps cannot be parsed.
16580         Resync on discontinuity in the stream.
16581         Clip samples to segment boundaries.
16582         return WRONG_STATE sooner when we are flushing.
16583
16584         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
16585         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
16586         Make audiosrc operate in TIME.
16587         Set TIMESTAMP and DURATION on buffers.
16588
16589 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
16590
16591         * tests/examples/seek/seek.c: (main):
16592           Output tag messages as well.
16593
16594 2006-01-23  Edward Hervey  <edward@fluendo.com>
16595
16596         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
16597         (free_pad_probes), (remove_fakesink), (pad_probe),
16598         (close_pad_link), (gst_decode_bin_change_state):
16599         Replace GstPadBlockCallback with pad probes that detect
16600         first buffer AND eos before removing fakesink.
16601         Fixes hang with demuxers doing EOS while pre-rolling.
16602         Solves #328279
16603
16604 2006-01-23  Andy Wingo  <wingo@pobox.com>
16605
16606         * ext/alsa/gstalsasink.c:
16607         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16608         (gst_base_rtp_depayload_setcaps),
16609         (gst_base_rtp_depayload_add_to_queue),
16610         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
16611         
16612         Patch by: Jens Granseuer <jensgr at gmx dot net>
16613
16614 2006-01-22  Julien MOUTTE  <julien@moutte.net>
16615
16616         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
16617         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
16618         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
16619         frames. We might get a frame destroyed after changing state to
16620         NULL, adding a safety check on xcontext.
16621
16622 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
16623
16624         * gst-libs/gst/interfaces/xoverlay.c:
16625           Fix prepare-xwindow-id code example in the docs - we need to
16626           ignore all messages that aren't element messages as well.
16627           
16628 2006-01-21  Julien MOUTTE  <julien@moutte.net>
16629
16630         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
16631           I think one day i'll completely undestand how caps negotiation
16632           is supposed to work. This refactoring handles buffer_alloc
16633           called with caps we can't handle. We definitely don't want a
16634           set_caps with those caps, so we define and allocate a buffer
16635           we would like to receive.
16636
16637 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16638
16639         * gst/playback/gstplaybasebin.c: (setup_source):
16640           Free iterator when done.
16641
16642 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
16643
16644         * gst-libs/gst/audio/gstbaseaudiosink.c:
16645         (gst_base_audio_sink_render):
16646           Fix playback of non-synchronised streams by assuming a rate
16647           of 1.0 instead of a random one.
16648
16649           Makes this work again:
16650
16651           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
16652           endianness=(int)4321, signed=(boolean)true, width=(int)16,
16653           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
16654           audioresample ! alsasink
16655
16656 === release 0.10.2 ===
16657
16658 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
16659
16660         * configure.ac:
16661           releasing 0.10.2, "Then the devil is six"
16662
16663 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
16664
16665         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
16666         * gst/playback/gststreamselector.c:
16667         (gst_stream_selector_set_property):
16668           Comment out broken code that connects to the state-changed signal.
16669           At this point, changing current stream selection is broken, but 
16670           stuff like gst-launch playbin current-audio=1 works and filters
16671           to the chosen stream.
16672
16673 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16674
16675         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16676           Fix #327216 (null dereference in vorbisdec)
16677
16678 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
16679
16680         * ext/theora/theoradec.c: (theora_handle_comment_packet):
16681           Post taglist actually on bus instead of just freeing it
16682           (fixes #327114 and totem bug #327080).
16683
16684         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
16685           Use gst_element_found_tags_for_pad(), so that the tags
16686           are sent downstream as an event as well.
16687
16688 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16689
16690         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
16691         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
16692         (gst_ximagesink_buffer_alloc):
16693         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
16694         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
16695         (gst_xvimagesink_buffer_alloc):
16696           move all regularly occurring messages to GST_LOG level
16697           add some more object logs
16698
16699 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16700
16701         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
16702           fix a silly segfault
16703
16704 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
16705
16706         * docs/libs/gst-plugins-base-libs-docs.sgml:
16707         * docs/libs/gst-plugins-base-libs-sections.txt:
16708         * gst-libs/gst/audio/mixerutils.c:
16709         * gst-libs/gst/audio/mixerutils.h:
16710           Add docs for mixerutils stuff.
16711
16712 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
16713
16714         * gst/playback/gstplaybasebin.c: (setup_source):
16715           Fix playback for sources that emit raw audio or
16716           raw video streams (e.g.: cd audio sources) (#325984).
16717
16718 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16719
16720         * gst-libs/gst/audio/mixerutils.c:
16721         (gst_audio_mixer_filter_do_filter):
16722           actually save the element we create
16723
16724 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
16725
16726         * gst-libs/gst/cdda/gstcddabasesrc.c:
16727         (gst_cdda_base_src_handle_track_seek):
16728           No need to post a tag message on the bus when seeking
16729           within the same track, only post it when the current
16730           track changes.
16731
16732 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
16733
16734         * gst/playback/gstplaybasebin.c: (group_destroy),
16735         (probe_triggered), (new_decoded_pad), (mute_group_type),
16736         (set_active_source):
16737         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
16738         * gst/playback/gststreamselector.c:
16739         (gst_stream_selector_base_init),
16740         (gst_stream_selector_set_property),
16741         (gst_stream_selector_request_new_pad):
16742           Reenable stream selection. These mechanisms need a complete overhaul
16743           in the face of 0.8->0.10 changes though.
16744
16745 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
16746
16747         * ext/ogg/gstoggdemux.c:
16748           Change the pad template to src_%d to match the pads that 
16749           are created from it. decodebin needs this information in order
16750           to decide that oggdemux is capable of producing multiple pads
16751           (and hence needs queues inserted).
16752
16753         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
16754         (gst_ogg_mux_collected):
16755           Make debug output more useful by using GST_PTR_FORMAT.
16756
16757 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16758
16759         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16760
16761         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
16762           Set depth and width for alaw/mulaw (fixes #326601).
16763
16764 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16765
16766         * tests/icles/Makefile.am:
16767           don't build the tests if we don't have the libs
16768
16769 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
16770
16771         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
16772         (gst_cd_paranoia_paranoia_callback):
16773           Don't try to free NULL pointers.
16774
16775 2006-01-10  Edward Hervey  <edward@fluendo.com>
16776
16777         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
16778         (gst_audio_rate_change_state), (plugin_init):
16779         Add debugging category.
16780         Fix type issues.
16781         Add case for incoming buffers without valid offset/offset_end.
16782
16783 2006-01-10  Michael Smith  <msmith@fluendo.com>
16784
16785         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
16786           Don't leak GCond in audio sources.
16787
16788 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
16789
16790         * gst/playback/gstplaybin.c: (gen_audio_element):
16791           Don't leak an autoaudiosink/alsasink when we generate
16792           a new audio element. (old code, I guess)
16793
16794 2006-01-10  Michael Smith  <msmith@fluendo.com>
16795
16796         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16797           Support float audio in audiorate.
16798           Use width rather than depth for selecting sample width.
16799
16800 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
16801
16802         * gst/videotestsrc/videotestsrc.h:
16803           Use GLib types here (that way we don't have to include the
16804           generated _stdint.h header, which makes life easier for win32
16805           folks that don't use autotools for the build) (#325990, patch
16806           by: Sergey Scobich).
16807
16808 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
16809
16810         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
16811         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16812         (gst_ring_buffer_pause), (wait_segment):
16813         * gst-libs/gst/audio/gstringbuffer.h:
16814           Name (private) union, makes Forte compiler happy (this time
16815           for real) (#324900).
16816
16817 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
16818
16819         * gst-libs/gst/audio/Makefile.am:
16820           Link against libgstinterfaces, needed for mixer
16821           and property probe stuff.
16822
16823 2006-01-09  Edward Hervey  <edward@fluendo.com>
16824
16825         * gst-libs/gst/Makefile.am:
16826
16827 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
16828
16829         * gst-libs/gst/audio/Makefile.am:
16830         * gst-libs/gst/audio/mixerutils.c:
16831         (gst_audio_mixer_filter_do_filter),
16832         (gst_audio_mixer_filter_check_element),
16833         (gst_audio_mixer_filter_probe_feature),
16834         (element_factory_rank_compare_func),
16835         (gst_audio_default_registry_mixer_filter):
16836         * gst-libs/gst/audio/mixerutils.h:
16837           Add gst_audio_default_registry_mixer_filter() utility
16838           function.
16839
16840 2006-01-03  Michael Smith  <msmith@fluendo.com>
16841
16842         * gst/audioresample/resample.h:
16843           As before, but for o_buf
16844
16845 2006-01-03  Michael Smith  <msmith@fluendo.com>
16846
16847         * gst/audioresample/resample.h:
16848           Declare struct _ResampleState.buffer as unsigned char *, not void *,
16849           since we do arithmetic on it.
16850
16851 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
16852
16853         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
16854         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16855         (gst_ring_buffer_pause), (wait_segment):
16856         * gst-libs/gst/audio/gstringbuffer.h:
16857           Sun's Forte compiler doesn't seem to like anonymous structs,
16858           so use same setup as in GstBaseSrc (fixes #324900).
16859
16860 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
16861
16862         * configure.ac:
16863         * gst/volume/Makefile.am:
16864         * gst/volume/demo.c:
16865           move old example to tests/examples/volume/volune.c
16866         * tests/examples/Makefile.am:
16867         * tests/examples/seek/seek.c: (main):
16868           change window-close event from "delete-event" to "destroy"
16869         * tests/examples/volume/Makefile.am:
16870         * tests/examples/volume/volume.c: (value_changed_callback),
16871         (setup_gui), (message_received), (eos_message_received), (main):
16872           fix event handling and bus usage
16873
16874 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
16875
16876         * gst/audiotestsrc/gstaudiotestsrc.c:
16877         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16878         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
16879         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
16880         (gst_audio_test_src_create_square),
16881         (gst_audio_test_src_create_saw),
16882         (gst_audio_test_src_create_triangle),
16883         (gst_audio_test_src_create_silence),
16884         (gst_audio_test_src_create_white_noise),
16885         (gst_audio_test_src_create_pink_noise),
16886         (gst_audio_test_src_init_sine_table),
16887         (gst_audio_test_src_create_sine_table),
16888         (gst_audio_test_src_change_wave),
16889         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
16890         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
16891         * gst/audiotestsrc/gstaudiotestsrc.h:
16892           update to basesrc changes, implement segmented seeking and eos
16893           handling, add a 'sine-tab' waveform for performance critical playback
16894
16895 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
16896
16897         * po/POTFILES.in:
16898           ... and this time the other modified file that I missed last time.
16899
16900 2005-12-29  Michael Smith  <msmith@fluendo.com>
16901
16902         * gst/playback/gstdecodebin.c: (new_pad):
16903           Fix non-C89 variable declaration not at the start of a block. Should
16904           help some compilers.
16905
16906 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
16907
16908         * tests/check/Makefile.am:
16909           And now fix 'make distcheck' (builddir != srcdir)
16910
16911 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
16912
16913         * configure.ac:
16914         * ext/cdparanoia/Makefile.am:
16915         * ext/cdparanoia/gstcdparanoia.c:
16916         * ext/cdparanoia/gstcdparanoia.h:
16917         * ext/cdparanoia/gstcdparanoiasrc.c:
16918         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
16919         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
16920         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
16921         (gst_cd_paranoia_paranoia_callback),
16922         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
16923         (gst_cd_paranoia_src_set_property),
16924         (gst_cd_paranoia_src_get_property), (plugin_init):
16925         * ext/cdparanoia/gstcdparanoiasrc.h:
16926           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
16927           plugin again (there are still fixes required to playbin to make
16928           cdda:// uris work there).
16929
16930 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
16931
16932         * tests/check/Makefile.am:
16933           Fix test case compilation.
16934
16935 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
16936
16937         * gst-libs/gst/cdda/gstcddabasesrc.c:
16938         (gst_cdda_base_src_update_duration),
16939         (gst_cdda_base_src_calculate_cddb_id):
16940           An integer is not a string. Fix access to uninitialised variable.
16941
16942         * tests/check/Makefile.am:
16943           Add cddabasesrc unit test; also actually enable the vorbis test.
16944
16945         * tests/check/generic/states.c:
16946           Blacklist new cd audio elements as well.
16947
16948         * tests/check/libs/cddabasesrc.c:
16949           Unit test for GstCddaBaseSrc (discid calculation mostly).
16950
16951 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
16952
16953         * docs/libs/Makefile.am:
16954         * docs/libs/gst-plugins-base-libs-docs.sgml:
16955         * docs/libs/gst-plugins-base-libs-sections.txt:
16956         * docs/libs/gst-plugins-base-libs.types:
16957           Add docs for libgstcdda/GstCddaBaseSrc.
16958
16959         * gst-libs/gst/interfaces/mixertrack.h:
16960           Do one struct member per line with a semicolon at the end, that way
16961           even gtk-doc might parse it without complaining.
16962
16963 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
16964
16965         * configure.ac:
16966         * gst-libs/gst/Makefile.am:
16967         * gst-libs/gst/cdda/Makefile.am:
16968         * gst-libs/gst/cdda/base64.c:
16969         * gst-libs/gst/cdda/base64.h:
16970         * gst-libs/gst/cdda/gstcddabasesrc.c:
16971         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
16972         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
16973         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
16974         (gst_cdda_base_src_get_property),
16975         (gst_cdda_base_src_get_track_from_sector),
16976         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
16977         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
16978         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
16979         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
16980         (gst_cdda_base_src_uri_get_protocols),
16981         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
16982         (gst_cdda_base_src_uri_handler_init),
16983         (gst_cdda_base_src_setup_interfaces),
16984         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
16985         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
16986         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
16987         (gst_cdda_base_src_add_tags),
16988         (gst_cdda_base_src_add_index_associations),
16989         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
16990         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
16991         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
16992         (gst_cdda_base_src_create):
16993         * gst-libs/gst/cdda/gstcddabasesrc.h:
16994         * gst-libs/gst/cdda/sha1.c:
16995         * gst-libs/gst/cdda/sha1.h:
16996           Add new libgstcdda with GstCddaBaseSrc class.
16997
16998 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
16999
17000         * ext/gnomevfs/gstgnomevfssink.h:
17001           Use GstBaseSinkClass as parent_class member for class struct, not
17002           GstBaseSink.
17003
17004 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
17005
17006         Patch by: Michael Benes
17007
17008         * gst/videotestsrc/gstvideotestsrc.c:
17009         (gst_video_test_src_class_init), (gst_video_test_src_start):
17010           Add start method to reset running time and number of frames sent
17011           when starting up (fixes #324696)
17012
17013 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
17014
17015         * docs/plugins/Makefile.am:
17016         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17017         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17018         * docs/plugins/gst-plugins-base-plugins.args:
17019         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17020         * docs/plugins/gst-plugins-base-plugins.signals:
17021           Add docs stuff for gnomevfssrc and gnomevfssink.
17022
17023         * ext/gnomevfs/gstgnomevfssrc.c:
17024           Fix example pipeline in gtk-doc blurb.
17025
17026 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
17027
17028         * ext/gnomevfs/Makefile.am:
17029         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
17030         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
17031         (gst_gnome_vfs_handle_get_type), (plugin_init):
17032         * ext/gnomevfs/gstgnomevfs.h:
17033         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
17034         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
17035         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
17036         (gst_gnome_vfs_sink_set_property),
17037         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
17038         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
17039         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
17040         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
17041         (gst_gnome_vfs_sink_uri_get_type),
17042         (gst_gnome_vfs_sink_uri_get_protocols),
17043         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
17044         (gst_gnome_vfs_sink_uri_handler_init):
17045         * ext/gnomevfs/gstgnomevfssink.h:
17046           Port gnomevfssink; add gtk-doc blurb.
17047
17048         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
17049         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
17050         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
17051         (gst_gnome_vfs_src_uri_get_type),
17052         (gst_gnome_vfs_src_uri_get_protocols),
17053         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
17054         (gst_gnome_vfs_src_uri_handler_init),
17055         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
17056         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
17057         (gst_gnome_vfs_src_send_additional_headers_callback),
17058         (gst_gnome_vfs_src_received_headers_callback),
17059         (gst_gnome_vfs_src_push_callbacks),
17060         (gst_gnome_vfs_src_pop_callbacks),
17061         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
17062         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
17063         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
17064         * ext/gnomevfs/gstgnomevfssrc.h:
17065           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
17066           file; add gtk-doc blurb with example pipelines.
17067
17068 === release 0.10.1 ===
17069
17070 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
17071
17072         * configure.ac:
17073           releasing 0.10.1, "Dobro Dedek"
17074
17075 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
17076
17077         * gst/typefind/gsttypefindfunctions.c:
17078         iLBC30 and iLBC20 added to typefind.
17079
17080 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17081
17082         * gst-libs/gst/audio/gstbaseaudiosink.c:
17083         (gst_base_audio_sink_class_init):
17084         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17085         (gst_base_audio_src_class_init):
17086           update strings, values are in microseconds
17087           change the default sink buffer time to something that is smaller
17088           (to help software volume mixing have a slightly lower delay) but
17089           still be acceptable on Wim's laptop
17090
17091 2005-12-20  Edward Hervey  <edward@fluendo.com>
17092
17093         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
17094         Made a quack, forgot to add DUCK to the riff video template.
17095
17096 2005-12-19  Edward Hervey  <edward@fluendo.com>
17097
17098         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
17099         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
17100         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17101         (gst_ogm_parse_chain):
17102         Make sure pads are initialized correctly.
17103         * gst-libs/gst/riff/riff-ids.h:
17104         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17105         (gst_riff_create_video_template_caps):
17106         Add a whole bunch of FOURCC <=> MimeType.
17107         Extend the riff video pad template to support the newly added fourcc.
17108
17109 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
17110
17111         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
17112         (gst_ogg_demux_activate_chain):
17113           Extra debug output when activating/deactivating chains.
17114
17115         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
17116         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
17117         (unlinked):
17118           Remove a queue from our list when it becomes unlinked.
17119           Don't add queues to elements in class 'Demux' if they
17120           can only produce one pad 
17121
17122 2005-12-18  Julien MOUTTE  <julien@moutte.net>
17123
17124         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
17125         (gst_video_sink_get_type): Add a debug category.
17126
17127 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
17128
17129         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17130         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
17131           Handle downstream newsegment by sending our own newsegment before the
17132           next buffer to be released. (#323900)
17133
17134 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
17135
17136         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17137         (gst_base_rtp_depayload_set_gst_timestamp):
17138           add queue delay to new segment as well (as opposed to just the first
17139           buffer). (bug #322347)
17140
17141 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
17142
17143         * ext/libvisual/visual.c: (make_valid_name):
17144           change some char* into char[]
17145         * gst/audiotestsrc/gstaudiotestsrc.c:
17146         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
17147         (gst_audio_test_src_create):
17148         * gst/audiotestsrc/gstaudiotestsrc.h:
17149           prepare to handle EOS and SEGMENT_DONE
17150
17151 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
17152
17153         * tests/check/generic/states.c: (GST_START_TEST):
17154           Blacklist cdparanoia element in state test.
17155
17156 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
17157
17158           Patch by: Benjamin Pineau
17159
17160         * gst/tcp/gsttcp.c:
17161         * gst/tcp/gsttcpclientsink.c:
17162         * gst/tcp/gsttcpserversink.c:
17163         * gst/tcp/gsttcpserversrc.c:
17164           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
17165
17166 2005-12-15  Michael Smith  <msmith@fluendo.com>
17167
17168         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
17169         (gst_video_rate_chain):
17170           Fix timestamping for videorate when the first buffer it sees has a
17171           non-zero timestamp. Fix some misleading debug output.
17172
17173 2005-12-15  Michael Smith  <msmith@fluendo.com>
17174
17175         * gst/audioresample/gstaudioresample.c:
17176           Don't leak all input buffers to audioresample.
17177
17178 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
17179
17180         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
17181           Don't operate on empty text buffers. Strip newlines and
17182           tabs only from the end of the text, but leave them intact
17183           in the middle. Fix typo in gtk-doc description.
17184
17185 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
17186
17187         * gst/playback/gstplaybasebin.c:
17188         * gst/playback/gstplaybin.c: (handoff):
17189           Make sure the video frame buffer we return to apps via the
17190           "frame" property always has caps set on it. Modify
17191           _gst_gvalue_set_object() macro to handle NULL objects
17192           gracefully too.
17193
17194 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
17195
17196         * gst/audiotestsrc/gstaudiotestsrc.c:
17197         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
17198         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
17199         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
17200         (gst_audio_test_src_create):
17201         * gst/audiotestsrc/gstaudiotestsrc.h:
17202         Adjust to some recent api changes and add wtays new cool seeking
17203         capabillities
17204
17205 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
17206
17207         * ext/alsa/Makefile.am:
17208         * ext/alsa/gstalsadeviceprobe.c:
17209         * ext/alsa/gstalsadeviceprobe.h:
17210           Helper functions to add device probing via the GstPropertyProbe
17211           interface to a class.
17212
17213         * ext/alsa/gstalsamixer.h:
17214           Comment out GST_ALSA_MIXER, it returns a struct that's not
17215           used.
17216
17217         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
17218           Add some debug info. 
17219
17220         * ext/alsa/gstalsamixerelement.c:
17221         (gst_alsa_mixer_element_interface_supported),
17222         (gst_implements_interface_init),
17223         (gst_alsa_mixer_element_init_interfaces),
17224         (gst_alsa_mixer_element_class_init),
17225         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
17226         (gst_alsa_mixer_element_set_property),
17227         (gst_alsa_mixer_element_get_property),
17228         (gst_alsa_mixer_element_change_state):
17229         * ext/alsa/gstalsamixerelement.h:
17230           Add 'device' and 'device-name' properties. Add GstPropertyProbe
17231           for device handling (gnome-volume-control will need that).
17232
17233 2005-12-12  Christian Schaller  <uraeus@gnome.org>
17234
17235         * ext/Makefile.am: fix cdparanoia entry
17236         * gst-plugins-base.spec.in: add cdparanoia
17237
17238 2005-12-12  Michael Smith  <msmith@fluendo.com>
17239
17240         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
17241           Use the correct function to free list of typefind factories.
17242
17243 2005-12-12  Wim Taymans  <wim@fluendo.com>
17244
17245         * gst/videotestsrc/gstvideotestsrc.c:
17246         (gst_video_test_src_class_init), (gst_video_test_src_init),
17247         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
17248         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
17249         (gst_video_test_src_create):
17250         * gst/videotestsrc/gstvideotestsrc.h:
17251         Implement seeking in videotestsrc.
17252         Small cleanups.
17253
17254 2005-12-12  Wim Taymans  <wim@fluendo.com>
17255
17256         * ext/cdparanoia/Makefile.am:
17257         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
17258         (gst_paranoia_endian_get_type), (_do_init),
17259         (cdparanoia_class_init), (cdparanoia_init),
17260         (cdparanoia_set_property), (cdparanoia_get_property),
17261         (cdparanoia_do_seek), (cdparanoia_is_seekable),
17262         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
17263         (cdparanoia_convert), (cdparanoia_get_query_types),
17264         (cdparanoia_query), (cdparanoia_set_index),
17265         (cdparanoia_uri_set_uri):
17266         * ext/cdparanoia/gstcdparanoia.h:
17267         Partially ported cdparanoia now that basesrc can support a
17268         plugin like this..
17269
17270 2005-12-12  Wim Taymans  <wim@fluendo.com>
17271
17272         * tests/examples/seek/scrubby.c: (main):
17273         Set higher priority for bus events so they don't get reordered with
17274         gtk gui events.
17275
17276         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
17277         (flush_toggle_cb), (main):
17278         Added checkbox to disable flushing seeks. 
17279         Disable scrubbing when doing non flushing seeks.
17280
17281 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
17282
17283         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
17284         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
17285         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
17286         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
17287           Implement some sort of event handling that doesn't rely on
17288           g_return_if_fail; make sure we always push the last chunk of an 
17289           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
17290           state change function; remove some old cruft. Seeking is still
17291           rather unlikely to work though.
17292
17293         * tools/.cvsignore:
17294           Ignore more.
17295
17296 2005-12-11  Julien MOUTTE  <julien@moutte.net>
17297
17298         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
17299         Fixed a leak of the current image reference when cleaning up.
17300         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
17301
17302 2005-12-09  Michael Smith  <msmith@fluendo.com>
17303
17304         * tools/Makefile.am:
17305         * tools/gst-launch-ext-m.m:
17306           Remove gst-launch-ext. It doesn't work, and is no longer
17307           particularly useful.
17308
17309 2005-12-08  Luca Ognibene  <luogni@tin.it>
17310
17311         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
17312           don't pass random values to ogmparse convert function.
17313           Make seeking possible in the exile1.ogm file.
17314
17315 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
17316
17317         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
17318         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
17319           Work around refcount problem with g_value_set_object() that occur
17320           if the core has been compiled against GLib-2.6 (g_value_set_object()
17321           will only g_object_ref() the element, but the caller will
17322           gst_object_unref() it and bad things will happen due to the way
17323           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
17324           totem for people on FC4 using Thomas's 0.10 RPMs.
17325           
17326 2005-12-07  Edward Hervey  <edward@fluendo.com>
17327
17328         Time to welcome ogm to 0.10 :)
17329         
17330         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
17331         (gst_ogg_pad_typefind):
17332         Oggdemux can now properly typefind elements with dynamic pads.
17333         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17334         Properly set caps on src pad, and set caps on outgoing buffers.
17335
17336 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17337
17338         * ext/alsa/gstalsamixer.h:
17339         * ext/alsa/gstalsamixerelement.h:
17340         * ext/alsa/gstalsamixeroptions.h:
17341         * ext/alsa/gstalsamixertrack.h:
17342         * ext/alsa/gstalsasink.c:
17343         * ext/alsa/gstalsasink.h:
17344         * ext/alsa/gstalsasrc.c:
17345         * ext/alsa/gstalsasrc.h:
17346         * ext/cdparanoia/gstcdparanoia.h:
17347         * ext/gnomevfs/gstgnomevfsuri.h:
17348         * ext/ogg/gstoggdemux.c:
17349         * ext/ogg/gstoggmux.c:
17350         * ext/pango/gsttextoverlay.h:
17351         * ext/theora/theoradec.c:
17352         * ext/theora/theoraenc.c:
17353         * ext/vorbis/vorbisdec.h:
17354         * ext/vorbis/vorbisenc.c:
17355         * ext/vorbis/vorbisenc.h:
17356         * ext/vorbis/vorbisparse.h:
17357         * gst-libs/gst/audio/gstaudioclock.h:
17358         * gst-libs/gst/audio/gstaudiosink.c:
17359         * gst-libs/gst/audio/gstaudiosink.h:
17360         * gst-libs/gst/audio/gstaudiosrc.c:
17361         * gst-libs/gst/audio/gstaudiosrc.h:
17362         * gst-libs/gst/audio/gstbaseaudiosink.c:
17363         * gst-libs/gst/audio/gstbaseaudiosink.h:
17364         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17365         * gst-libs/gst/audio/gstbaseaudiosrc.h:
17366         * gst-libs/gst/audio/gstringbuffer.h:
17367         * gst-libs/gst/audio/multichannel.h:
17368         * gst-libs/gst/floatcast/floatcast.h:
17369         * gst-libs/gst/interfaces/colorbalance.c:
17370         * gst-libs/gst/interfaces/colorbalance.h:
17371         * gst-libs/gst/interfaces/colorbalancechannel.h:
17372         * gst-libs/gst/interfaces/mixer.h:
17373         * gst-libs/gst/interfaces/mixeroptions.h:
17374         * gst-libs/gst/interfaces/mixertrack.h:
17375         * gst-libs/gst/interfaces/navigation.h:
17376         * gst-libs/gst/interfaces/propertyprobe.h:
17377         * gst-libs/gst/interfaces/tuner.h:
17378         * gst-libs/gst/interfaces/tunerchannel.h:
17379         * gst-libs/gst/interfaces/tunernorm.h:
17380         * gst-libs/gst/interfaces/xoverlay.h:
17381         * gst-libs/gst/netbuffer/gstnetbuffer.h:
17382         * gst-libs/gst/riff/riff-ids.h:
17383         * gst-libs/gst/riff/riff-media.h:
17384         * gst-libs/gst/riff/riff-read.h:
17385         * gst-libs/gst/rtp/gstbasertpdepayload.h:
17386         * gst-libs/gst/rtp/gstbasertppayload.c:
17387         * gst-libs/gst/rtp/gstbasertppayload.h:
17388         * gst-libs/gst/rtp/gstrtpbuffer.c:
17389         * gst-libs/gst/rtp/gstrtpbuffer.h:
17390         * gst-libs/gst/tag/gsttageditingprivate.h:
17391         * gst-libs/gst/tag/gstvorbistag.c:
17392         (gst_tag_list_from_vorbiscomment_buffer):
17393         * gst-libs/gst/tag/tag.h:
17394         * gst-libs/gst/video/video.h:
17395         * gst/adder/gstadder.c:
17396         * gst/adder/gstadder.h:
17397         * gst/audioconvert/audioconvert.c:
17398         * gst/audioconvert/audioconvert.h:
17399         * gst/audioconvert/gstaudioconvert.c:
17400         * gst/audioconvert/gstchannelmix.c:
17401         * gst/audioconvert/gstchannelmix.h:
17402         * gst/audiorate/gstaudiorate.c:
17403         * gst/audioresample/buffer.h:
17404         * gst/audioresample/functable.h:
17405         * gst/audioresample/gstaudioresample.c:
17406         * gst/audioresample/resample.h:
17407         * gst/ffmpegcolorspace/avcodec.h:
17408         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17409         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
17410         * gst/ffmpegcolorspace/imgconvert.c:
17411         * gst/ffmpegcolorspace/imgconvert_template.h:
17412         * gst/playback/gstdecodebin.c:
17413         * gst/playback/gstplaybasebin.h:
17414         * gst/playback/gstplaybin.c:
17415         * gst/playback/gststreaminfo.h:
17416         * gst/tcp/gstfdset.c:
17417         * gst/tcp/gstfdset.h:
17418         * gst/tcp/gstmultifdsink.c:
17419         * gst/tcp/gstmultifdsink.h:
17420         * gst/tcp/gsttcp.h:
17421         * gst/tcp/gsttcpclientsrc.c:
17422         * gst/tcp/gsttcpclientsrc.h:
17423         * gst/tcp/gsttcpplugin.h:
17424         * gst/tcp/gsttcpserversink.c:
17425         * gst/tcp/gsttcpserversrc.c:
17426         * gst/typefind/gsttypefindfunctions.c:
17427         * gst/videorate/gstvideorate.c:
17428         * gst/videotestsrc/gstvideotestsrc.h:
17429         * gst/videotestsrc/videotestsrc.h:
17430         * sys/v4l/gstv4lcolorbalance.h:
17431         * sys/v4l/gstv4ltuner.h:
17432         * sys/v4l/gstv4lxoverlay.h:
17433         * sys/v4l/v4l_calls.h:
17434         * sys/v4l/videodev_mjpeg.h:
17435         * tests/check/elements/audioconvert.c:
17436         * tests/check/elements/audioresample.c:
17437         * tests/check/elements/audiotestsrc.c:
17438         * tests/check/elements/videotestsrc.c:
17439         * tests/check/elements/volume.c:
17440         * tests/examples/seek/scrubby.c:
17441         * tests/examples/seek/seek.c:
17442           expand tabs
17443
17444 === release 0.10.0 ===
17445
17446 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17447
17448         * configure.ac:
17449           releasing 0.10.0, "Mont-d'or"
17450
17451 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
17452
17453         * tests/examples/seek/Makefile.am:
17454         Build fix for when gtk is not available.
17455
17456 2005-12-05  Andy Wingo  <wingo@pobox.com>
17457
17458         * ext/libvisual/visual.c: (get_buffer):
17459         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
17460         * ext/pango/gsttextrender.c: (gst_text_render_chain):
17461         * ext/theora/theoradec.c: (theora_handle_data_packet):
17462         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17463         (theora_enc_chain):
17464         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17465         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
17466         Update for alloc_buffer changes.
17467
17468 2005-12-05  Andy Wingo  <wingo@pobox.com>
17469
17470         patch by: Kai Vehmanen <kv2004 eca cx>
17471         
17472         * gst-libs/gst/rtp/gstbasertpdepayload.c
17473         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
17474
17475 2005-12-04  Andy Wingo  <wingo@pobox.com>
17476
17477         patch by: Sebastien Cote <sebas642 yahoo ca>
17478         
17479         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
17480         Fixes #319172.
17481
17482 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
17483
17484         * docs/plugins/Makefile.am:
17485         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17486         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17487         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17488         * ext/pango/gstclockoverlay.c:
17489         * ext/pango/gsttextoverlay.c: 
17490         * ext/pango/gsttextrender.c:
17491         * ext/pango/gsttimeoverlay.c:
17492           Add gtk-doc blurbs to pango elements.
17493
17494 2005-12-02  Wim Taymans  <wim@fluendo.com>
17495
17496         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
17497         * gst/audioresample/buffer.h:
17498         * gst/audioresample/gstaudioresample.c:
17499         * gst/audioresample/gstaudioresample.h:
17500         * gst/audioresample/resample.c: (resample_input_flush),
17501         (resample_input_pushthrough), (resample_input_eos),
17502         (resample_get_output_size_for_input),
17503         (resample_get_input_size_for_output), (resample_get_output_size),
17504         (resample_get_output_data):
17505         * gst/audioresample/resample.h:
17506         * gst/audioresample/resample_ref.c: (resample_scale_ref):
17507         Fix audioresample, seek torture, new segments, reverse negotiation
17508         etc.. work fine.
17509
17510 2005-12-02  Wim Taymans  <wim@fluendo.com>
17511
17512         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17513         Small cleanups.
17514
17515 2005-12-02  Wim Taymans  <wim@fluendo.com>
17516
17517         * gst/audioconvert/gstaudioconvert.c:
17518         (gst_audio_convert_transform):
17519         Post errors.
17520
17521 === release 0.9.7 ===
17522
17523 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17524
17525         * configure.ac:
17526           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
17527
17528 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17529
17530         * Makefile.am:
17531         * po/hu.po:
17532         * win32/MANIFEST:
17533         * win32/gst.sln:
17534           add win32 MANIFEST file
17535           do something to the hungarian translation
17536
17537 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
17538
17539         * ext/Makefile.am:
17540           Add $(PANGO_DIR) to SUBDIRS
17541
17542         * ext/pango/gstclockoverlay.c:
17543         * ext/pango/gsttimeoverlay.c:
17544           Fix and improve element descriptions.
17545
17546 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17547
17548         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17549         * docs/plugins/inspect/plugin-libvisual.xml:
17550         * docs/plugins/inspect/plugin-pango.xml:
17551           add pango plugin to docs
17552
17553 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17554
17555         * configure.ac:
17556         * ext/Makefile.am:
17557           moved pango to base
17558
17559 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17560
17561         * configure.ac:
17562         * tests/Makefile.am:
17563         * tests/icles/.cvsignore:
17564         * tests/icles/Makefile.am:
17565         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
17566         (close_display), (resize_window), (move_window), (create_window),
17567         (terminate_playback), (pause_playback), (start_playback), (main):
17568           add stress test for xoverlay from Julien
17569
17570 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17571
17572         * docs/libs/tmpl/gstcolorbalance.sgml:
17573         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17574         * gst-libs/gst/rtp/gstbasertppayload.c:
17575         * gst-libs/gst/rtp/gstrtpbuffer.c:
17576         * gst-libs/gst/rtp/gstrtpbuffer.h:
17577           Do burger's rename for rtp payloaders and depayloaders
17578
17579 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17580
17581         * win32/:
17582           add Visual Studio 6 build files
17583
17584 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17585
17586         * docs/libs/gst-plugins-base-libs-docs.sgml:
17587         * docs/libs/gst-plugins-base-libs-sections.txt:
17588         * docs/libs/tmpl/gstaudio.sgml:
17589         * docs/libs/tmpl/gstringbuffer.sgml:
17590         * gst-libs/gst/interfaces/xoverlay.c:
17591         * gst-libs/gst/video/gstvideofilter.c:
17592         * gst-libs/gst/video/gstvideosink.c:
17593           update documentation
17594
17595 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17596
17597         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
17598         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
17599         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
17600         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
17601         (gst_multi_fd_sink_get_stats),
17602         (gst_multi_fd_sink_remove_client_link),
17603         (gst_multi_fd_sink_handle_client_read),
17604         (gst_multi_fd_sink_client_queue_data),
17605         (gst_multi_fd_sink_client_queue_caps),
17606         (gst_multi_fd_sink_client_queue_buffer),
17607         (gst_multi_fd_sink_new_client),
17608         (gst_multi_fd_sink_handle_client_write),
17609         (gst_multi_fd_sink_recover_client),
17610         (gst_multi_fd_sink_queue_buffer),
17611         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
17612         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
17613         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
17614         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
17615         * gst/tcp/gstmultifdsink.h:
17616         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
17617         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
17618         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
17619         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
17620         (gst_tcp_client_sink_set_property),
17621         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
17622         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
17623         * gst/tcp/gsttcpclientsink.h:
17624         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
17625         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
17626         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
17627         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
17628         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
17629         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
17630         * gst/tcp/gsttcpclientsrc.h:
17631         * gst/tcp/gsttcpplugin.c: (plugin_init):
17632         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
17633         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
17634         (gst_tcp_server_sink_finalize),
17635         (gst_tcp_server_sink_handle_server_read),
17636         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
17637         (gst_tcp_server_sink_set_property),
17638         (gst_tcp_server_sink_get_property),
17639         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
17640         * gst/tcp/gsttcpserversink.h:
17641         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
17642         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
17643         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
17644         (gst_tcp_server_src_set_property),
17645         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
17646         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
17647         * gst/tcp/gsttcpserversrc.h:
17648           more borgifying
17649
17650 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17651
17652         * docs/plugins/Makefile.am:
17653         * docs/plugins/gst-plugins-base-plugins.args:
17654         * docs/plugins/inspect/plugin-libvisual.xml:
17655         * gst/audioconvert/plugin.h:
17656         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
17657         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
17658         (gst_audio_rate_setcaps), (gst_audio_rate_init),
17659         (gst_audio_rate_chain), (gst_audio_rate_set_property),
17660         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
17661         (plugin_init):
17662         * gst/audiotestsrc/gstaudiotestsrc.c:
17663         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
17664         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
17665         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
17666         (gst_audio_test_src_get_query_types),
17667         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
17668         (gst_audio_test_src_create_square),
17669         (gst_audio_test_src_create_saw),
17670         (gst_audio_test_src_create_triangle),
17671         (gst_audio_test_src_create_silence),
17672         (gst_audio_test_src_create_white_noise),
17673         (gst_audio_test_src_init_pink_noise),
17674         (gst_audio_test_src_generate_pink_noise_value),
17675         (gst_audio_test_src_create_pink_noise),
17676         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
17677         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
17678         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
17679         (plugin_init):
17680         * gst/audiotestsrc/gstaudiotestsrc.h:
17681         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
17682         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
17683         (gst_sub_parse_init), (gst_sub_parse_formats),
17684         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
17685         (convert_encoding), (get_next_line),
17686         (gst_sub_parse_data_format_autodetect),
17687         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
17688         (gst_sub_parse_loop), (gst_sub_parse_chain),
17689         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
17690         (plugin_init):
17691         * gst/subparse/gstsubparse.h:
17692         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
17693         (gst_video_rate_base_init), (gst_video_rate_class_init),
17694         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
17695         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
17696         (gst_video_rate_init), (gst_video_rate_event),
17697         (gst_video_rate_chain), (gst_video_rate_set_property),
17698         (gst_video_rate_get_property), (gst_video_rate_change_state),
17699         (plugin_init):
17700         * gst/videoscale/gstvideoscale.c:
17701         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
17702         (gst_video_scale_src_template_factory),
17703         (gst_video_scale_sink_template_factory),
17704         (gst_video_scale_get_type), (gst_video_scale_base_init),
17705         (gst_video_scale_class_init), (gst_video_scale_init),
17706         (gst_video_scale_set_property), (gst_video_scale_get_property),
17707         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
17708         (gst_video_scale_prepare_size), (parse_caps),
17709         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17710         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
17711         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
17712         (plugin_init):
17713         * gst/videoscale/gstvideoscale.h:
17714         * gst/videotestsrc/gstvideotestsrc.c:
17715         (gst_video_test_src_pattern_get_type),
17716         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
17717         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
17718         (gst_video_test_src_set_pattern),
17719         (gst_video_test_src_set_property),
17720         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
17721         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
17722         (gst_video_test_src_event), (gst_video_test_src_get_times),
17723         (gst_video_test_src_create), (plugin_init):
17724         * gst/videotestsrc/gstvideotestsrc.h:
17725         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
17726         (gst_video_test_src_smpte), (gst_video_test_src_snow),
17727         (gst_video_test_src_black):
17728         * gst/videotestsrc/videotestsrc.h:
17729           borgify further
17730           clean up docs a little
17731
17732 2005-11-30  Wim Taymans  <wim@fluendo.com>
17733
17734         * gst-libs/gst/rtp/gstbasertpdepayload.h:
17735         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
17736         (gst_basertppayload_event), (gst_basertppayload_push),
17737         (gst_basertppayload_change_state):
17738         * gst-libs/gst/rtp/gstbasertppayload.h:
17739         closed #320644.
17740
17741 2005-11-30  Julien MOUTTE  <julien@moutte.net>
17742
17743         * docs/libs/gst-plugins-base-libs-docs.sgml:
17744         * docs/libs/gst-plugins-base-libs-sections.txt:
17745         * gst-libs/gst/video/gstvideofilter.c:
17746         * gst-libs/gst/video/gstvideosink.c:
17747         * gst-libs/gst/video/gstvideosink.h: Adding docs.
17748
17749 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17750
17751         * LICENSE:
17752           move
17753         * po/af.po:
17754         * po/az.po:
17755         * po/cs.po:
17756         * po/en_GB.po:
17757         * po/hu.po:
17758         * po/it.po:
17759         * po/nb.po:
17760         * po/nl.po:
17761         * po/or.po:
17762         * po/sq.po:
17763         * po/sr.po:
17764         * po/sv.po:
17765         * po/uk.po:
17766         * po/vi.po:
17767         * Makefile.am:
17768           update
17769         * scripts/autoplugins.sh:
17770           remove
17771
17772 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17773
17774         * Makefile.am:
17775         * configure.ac:
17776         * examples/Makefile.am:
17777         * examples/capsfilter/Makefile.am:
17778         * examples/capsfilter/capsfilter1.c:
17779         * examples/gob/Makefile.am:
17780         * examples/gob/gst-identity2.gob:
17781         * examples/indexing/.cvsignore:
17782         * examples/indexing/Makefile.am:
17783         * examples/indexing/indexmpeg.c:
17784         * examples/seeking/.cvsignore:
17785         * examples/seeking/Makefile.am:
17786         * examples/seeking/cdparanoia.c:
17787         * examples/seeking/cdplayer.c:
17788         * examples/seeking/chained.c:
17789         * examples/seeking/scrubby.c:
17790         * examples/seeking/seek.c:
17791         * examples/stats/Makefile.am:
17792         * examples/stats/mp2ogg.c:
17793         * examples/switch/.cvsignore:
17794         * examples/switch/Makefile.am:
17795         * examples/switch/switcher.c:
17796         * tests/Makefile.am:
17797         * tests/check/generic/.cvsignore:
17798         * tests/check/pipelines/.cvsignore:
17799         * tests/examples/Makefile.am:
17800         * tests/examples/seek/Makefile.am:
17801           reorganize stuff under tests/
17802
17803 2005-11-30  Edward Hervey  <edward@fluendo.com>
17804
17805         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
17806         Go away you stupid GstStaticPadTemplate memleak.
17807
17808 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17809
17810         * gst-libs/gst/net/Makefile.am:
17811         * gst-libs/gst/net/README:
17812         * gst-libs/gst/net/gstnetbuffer.c:
17813         * gst-libs/gst/net/gstnetbuffer.h:
17814           this was moved to "netbuffer"
17815
17816 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17817
17818         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
17819         (gst_video_filter_class_init), (gst_video_filter_init):
17820         * gst-libs/gst/video/gstvideofilter.h:
17821           borgify name to bring in line with other classes
17822
17823 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17824
17825         * gst/audioscale/.cvsignore:
17826         * gst/audioscale/Makefile.am:
17827         * gst/audioscale/README:
17828         * gst/audioscale/audioscale.vcproj:
17829         * gst/audioscale/dtof.c:
17830         * gst/audioscale/dtos.c:
17831         * gst/audioscale/functable.c:
17832         * gst/audioscale/gstaudioscale.c:
17833         * gst/audioscale/gstaudioscale.h:
17834         * gst/audioscale/private.h:
17835         * gst/audioscale/resample.c:
17836         * gst/audioscale/resample.h:
17837         * gst/audioscale/test.c:
17838           remove
17839
17840 2005-11-30  Edward Hervey  <edward@fluendo.com>
17841
17842         * gst-libs/gst/netbuffer/Makefile.am:
17843         really, really tired
17844
17845 2005-11-30  Edward Hervey  <edward@fluendo.com>
17846
17847         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17848         Update for new GstTypeFindFactory _register()
17849
17850 2005-11-30  Edward Hervey  <edward@fluendo.com>
17851
17852         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
17853         Let's not override libgstnet from core for no reason...
17854         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
17855         Ok, maybe not so quick next time.
17856
17857 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17858
17859         * configure.ac:
17860         * gst-libs/gst/Makefile.am:
17861           moved gst-libs/gst/net to netbuffer through CVS surgery
17862           remove old directory
17863           updating build to accomodate
17864           (#322257)
17865
17866 2005-11-29  Andy Wingo  <wingo@pobox.com>
17867
17868         * pkgconfig/gstreamer-plugins-base.pc.in:
17869         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17870         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
17871         (#322257).
17872
17873 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
17874
17875         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
17876         3rd time's the charm. Correct ref-counting for discarded buffers.
17877
17878 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
17879
17880         * gst/playback/gststreamselector.c:
17881         (gst_stream_selector_class_init),
17882         (gst_stream_selector_set_property),
17883         (gst_stream_selector_get_property),
17884         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17885         Fix ref-counting
17886
17887 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
17888
17889         * gst/subparse/gstsubparse.c: (feed_textbuf):
17890           Don't access already unref'ed buffer.
17891
17892 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
17893
17894         * gst/playback/gststreamselector.c:
17895         (gst_stream_selector_class_init), (gst_stream_selector_init),
17896         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
17897         (gst_stream_selector_get_property),
17898         (gst_stream_selector_get_linked_pad),
17899         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17900         * gst/playback/gststreamselector.h:
17901         Add the active-pad property for playbin to use shortly. Ignore buffers
17902         from any other pad, returning GST_FLOW_NOT_LINKED
17903
17904 2005-11-29  Julien MOUTTE  <julien@moutte.net>
17905
17906         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
17907         patch from bug #322704 (Alessandro Decina).
17908
17909 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17910
17911         * gst-libs/gst/audio/Makefile.am:
17912           folded audiofilter into the audio library
17913
17914 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17915
17916         * gst/videoscale/gstvideoscale.h:
17917         * gst/videoscale/gstvideoscale.c:
17918           remove unimplemented scale methods
17919
17920 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
17921
17922         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
17923           Don't leak caps.
17924
17925 2005-11-28  Julien MOUTTE  <julien@moutte.net>
17926
17927         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
17928         (gst_ximagesink_setcaps):
17929         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
17930         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
17931         happens (only visible on ximagesink but bug is in xv too) set_caps was
17932         destroying the internal x[v]image used to memcpy non locally alloced
17933         buffers so that it got renewed on next _chain. The issue is that 
17934         _expose will try to put that image as it reffed it in _put.
17935         Using gst_buffer_unref instead of destroy fixes it !
17936
17937 2005-11-28  Edward Hervey  <edward@fluendo.com>
17938
17939         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17940         (try_to_link_1), (queue_filled_cb):
17941         Better use of the queues. Start with a small size queue and only increase
17942         the size of the queues when the other queues are empty.
17943
17944 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17945
17946         * gst-libs/gst/video/Makefile.am:
17947           compile in copied-over videofilter into the video library
17948         * gst-libs/gst/video/videosink.h:
17949           rename the header to gstvideosink.h since it's a base GstObject class
17950         * sys/ximage/ximagesink.h:
17951         * sys/xvimage/xvimagesink.h:
17952           use the new header
17953
17954 2005-11-28  Wim Taymans  <wim@fluendo.com>
17955
17956         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
17957         * gst/playback/gstplaybasebin.h:
17958         Prepare to handle errors betters.
17959
17960         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17961         Set sinks to PAUSED first before adding and linking them so that
17962         we don't interrupt dataflow.
17963
17964 2005-11-28  Wim Taymans  <wim@fluendo.com>
17965
17966         * gst-libs/gst/audio/TODO:
17967         Updated TODO
17968
17969         * gst-libs/gst/audio/gstaudiosink.c:
17970         (gst_audioringbuffer_open_device),
17971         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
17972         (gst_audioringbuffer_release):
17973         Small cleanups.
17974
17975         * gst-libs/gst/audio/gstbaseaudiosink.c:
17976         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
17977         (gst_base_audio_sink_change_state):
17978         Slave to the master clock when going to PLAYING and unslave when
17979         going to PAUSED.
17980
17981         * gst-libs/gst/audio/gstringbuffer.c:
17982         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17983         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
17984         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
17985         (gst_ring_buffer_clear_all), (wait_segment),
17986         (gst_ring_buffer_commit), (gst_ring_buffer_read),
17987         (gst_ring_buffer_advance):
17988         * gst-libs/gst/audio/gstringbuffer.h:
17989         Add some docs and cleanups.
17990
17991 2005-11-28  Julien MOUTTE  <julien@moutte.net>
17992
17993         * sys/xvimage/xvimagesink.c:
17994         (gst_xvimagesink_navigation_send_event): Fix navigation events
17995         coordinates translation with pixel aspect ratios.
17996
17997 2005-11-28  Julien MOUTTE  <julien@moutte.net>
17998
17999         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
18000         Use calculated video geometry from _setcaps instead of buffer
18001         caps to respect pixel aspect ratio. (fixes #322388)
18002
18003 2005-11-28  Julien MOUTTE  <julien@moutte.net>
18004
18005         * docs/libs/tmpl/gstcolorbalance.sgml:
18006         * docs/libs/tmpl/gstmixer.sgml:
18007         * docs/libs/tmpl/gstxoverlay.sgml:
18008         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
18009         interface.
18010
18011 2005-11-28  Julien MOUTTE  <julien@moutte.net>
18012
18013         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
18014         Refuse to create an XvImage if we can't find the format.
18015
18016 2005-11-28  Edward Hervey  <edward@fluendo.com>
18017
18018         * gst-libs/gst/riff/riff-media.c:
18019         (gst_riff_create_audio_template_caps):
18020         Add ATRAC3 to the list of riff-possible audio caps.
18021         I know we still don't have a plugin for atrac3, but it's saner to output
18022         that than a cryptic mimetype.
18023
18024 2005-11-27  Edward Hervey  <edward@fluendo.com>
18025
18026         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
18027         Don't try to create a zero-sized subbuffer.
18028
18029 2005-11-27  Julien MOUTTE  <julien@moutte.net>
18030
18031         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
18032         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18033         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
18034         (gst_ximagesink_expose): Fixed a tricky race.
18035         * sys/ximage/ximagesink.h:
18036         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
18037         (gst_xvimagesink_expose): Fixed a tricky race.
18038         * sys/xvimage/xvimagesink.h:
18039
18040 2005-11-27  Edward Hervey  <edward@fluendo.com>
18041
18042         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18043         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
18044         Remove unused properties, and add queues between demuxers and decoders
18045         so that a lot more files can preroll properly.
18046
18047 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18048
18049         * gst-libs/gst/net/Makefile.am:
18050         * gst-libs/gst/rtp/Makefile.am:
18051         * gst-libs/gst/tag/Makefile.am:
18052           remove silly include
18053         * gst/tags/Makefile.am:
18054         * gst/tags/gsttagediting.c:
18055         * gst/tags/gsttageditingprivate.h:
18056         * gst/tags/tagedit.vcproj:
18057           remove directory, is as good as empty
18058
18059 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18060
18061         * configure.ac:
18062           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
18063         * gst-libs/Makefile.am:
18064         * gst-libs/gst/audio/Makefile.am:
18065         * gst-libs/gst/interfaces/Makefile.am:
18066         * gst-libs/gst/net/Makefile.am:
18067         * gst-libs/gst/riff/Makefile.am:
18068         * gst-libs/gst/rtp/Makefile.am:
18069         * gst-libs/gst/tag/Makefile.am:
18070         * gst-libs/gst/video/Makefile.am:
18071           and use them
18072
18073 2005-11-27  Julien MOUTTE  <julien@moutte.net>
18074
18075         * docs/libs/tmpl/gstcolorbalance.sgml:
18076         * docs/libs/tmpl/gstmixer.sgml:
18077         * docs/libs/tmpl/gstxoverlay.sgml:
18078         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
18079         * sys/ximage/ximagesink.h:
18080         * sys/xvimage/xvimagesink.h: More and more documentation.
18081
18082 2005-11-26  Julien MOUTTE  <julien@moutte.net>
18083
18084         * docs/libs/gst-plugins-base-libs-docs.sgml:
18085         * docs/libs/gst-plugins-base-libs-sections.txt:
18086         * docs/libs/tmpl/gstcolorbalance.sgml:
18087         * docs/libs/tmpl/gstmixer.sgml:
18088         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
18089         to documentation.
18090
18091 2005-11-26  Julien MOUTTE  <julien@moutte.net>
18092
18093         * docs/plugins/Makefile.am:
18094         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18095         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18096         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
18097
18098 2005-11-26  Julien MOUTTE  <julien@moutte.net>
18099
18100         * docs/plugins/Makefile.am:
18101         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18102         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18103         * docs/plugins/inspect/plugin-adder.xml:
18104         * docs/plugins/inspect/plugin-alsa.xml:
18105         * docs/plugins/inspect/plugin-audioconvert.xml:
18106         * docs/plugins/inspect/plugin-audiorate.xml:
18107         * docs/plugins/inspect/plugin-audioresample.xml:
18108         * docs/plugins/inspect/plugin-audiotestsrc.xml:
18109         * docs/plugins/inspect/plugin-decodebin.xml:
18110         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
18111         * docs/plugins/inspect/plugin-gnomevfs.xml:
18112         * docs/plugins/inspect/plugin-ogg.xml:
18113         * docs/plugins/inspect/plugin-playbin.xml:
18114         * docs/plugins/inspect/plugin-subparse.xml:
18115         * docs/plugins/inspect/plugin-tcp.xml:
18116         * docs/plugins/inspect/plugin-theora.xml:
18117         * docs/plugins/inspect/plugin-typefindfunctions.xml:
18118         * docs/plugins/inspect/plugin-video4linux.xml:
18119         * docs/plugins/inspect/plugin-videorate.xml:
18120         * docs/plugins/inspect/plugin-videoscale.xml:
18121         * docs/plugins/inspect/plugin-videotestsrc.xml:
18122         * docs/plugins/inspect/plugin-volume.xml:
18123         * docs/plugins/inspect/plugin-vorbis.xml:
18124         * docs/plugins/inspect/plugin-ximagesink.xml:
18125         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
18126         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
18127
18128 2005-11-26  Edward Hervey  <edward@fluendo.com>
18129
18130         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
18131         Properly return GstFlowReturn from gst_pad_push in chain functions.
18132
18133 2005-11-25  Michael Smith  <msmith@fluendo.com>
18134
18135         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
18136         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
18137         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
18138         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
18139           Handle various conditions better when we don't understand a stream.
18140           Removes a heap of CRITICALs on ogg streams containing unknown data.
18141
18142 2005-11-24  Andy Wingo  <wingo@pobox.com>
18143
18144         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
18145         Be threadsafe.
18146
18147 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18148
18149         * configure.ac: back to HEAD
18150
18151 === release 0.9.6 ===
18152
18153 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
18154
18155         * configure.ac:
18156           releasing 0.9.6, "White Eight"
18157
18158 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18159
18160         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
18161         * docs/plugins/inspect/plugin-sine.xml:
18162           remove sinesrc some more
18163
18164 2005-11-23  Wim Taymans  <wim@fluendo.com>
18165
18166         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
18167         If we are reading too slowly, jump forward in the ringbuffer
18168         instead of blocking.
18169
18170 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
18171
18172         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
18173         (gst_visual_chain):
18174         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
18175         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
18176         (gst_videorate_chain):
18177         * gst/videotestsrc/gstvideotestsrc.c:
18178         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
18179         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
18180         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
18181         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
18182         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
18183         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
18184           Updates for API changes
18185
18186 2005-11-23  Wim Taymans  <wim@fluendo.com>
18187
18188         * gst-libs/gst/audio/gstbaseaudiosink.c:
18189         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
18190         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18191         Fix for calibration API change.
18192
18193 2005-11-23  Michael Smith <msmith@fluendo.com>
18194
18195         * gst-libs/gst/audio/multichannel.c:
18196         (gst_audio_get_channel_positions),
18197         (gst_audio_set_channel_positions),
18198         (gst_audio_set_structure_channel_positions_list),
18199         (gst_audio_fixate_channel_positions):
18200           Use gst_value_array_*() functions on value arrays, not
18201           gst_value_list_*().
18202
18203 2005-11-23  Edward Hervey  <edward@fluendo.com>
18204
18205         * autogen.sh:
18206         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
18207         Fixes autogen
18208
18209 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18210
18211         * check/Makefile.am:
18212         * check/elements/videotestsrc.c: (setup_videotestsrc),
18213         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
18214         (main):
18215           add a test for videotestsrc
18216
18217 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18218
18219         * gst/sine/.cvsignore:
18220         * gst/sine/Makefile.am:
18221         * gst/sine/gstsinesrc.c:
18222         * gst/sine/gstsinesrc.h:
18223         * gst/sine/sinesrc.vcproj:
18224           and remove sinesrc from the repository.  Closes #321446
18225
18226 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18227
18228         * configure.ac:
18229         * gst-plugins-base.spec.in:
18230           remove sinesrc from the build
18231
18232 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18233
18234         * check/Makefile.am:
18235         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
18236         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
18237         (main):
18238           add a test for audiotestsrc, testing all waves.  Even seems
18239           leak-free at first glance, nice job Stefan
18240
18241 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
18242
18243         * po/af.po:
18244         * po/az.po:
18245         * po/cs.po:
18246         * po/en_GB.po:
18247         * po/hu.po:
18248         * po/it.po:
18249         * po/nb.po:
18250         * po/nl.po:
18251         * po/or.po:
18252         * po/sq.po:
18253         * po/sr.po:
18254         * po/sv.po:
18255         * po/uk.po:
18256         * po/vi.po:
18257           Translation string updates
18258
18259         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
18260         (gst_v4lsrc_set_caps):
18261         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
18262         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
18263         * sys/v4l/v4lsrc_calls.h:
18264           Improve v4lsrc, by making it work again.
18265
18266 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
18267
18268         * ext/libvisual/visual.c: (gst_visual_chain):
18269           Fix the fps calculations.
18270
18271         * gst/ffmpegcolorspace/avcodec.h:
18272           Move structure element for clarity
18273
18274         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
18275         * gst-libs/gst/interfaces/tunernorm.h:
18276         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
18277         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
18278         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
18279         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
18280         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
18281         (gst_v4lmjpegsrc_getcaps):
18282         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
18283         (gst_v4lsrc_set_caps):
18284         * sys/v4l/gstv4lsrc.h:
18285         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18286         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
18287         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
18288         * sys/v4l/v4lsrc_calls.h:
18289           Fractional framerates...
18290
18291 2005-11-22  Wim Taymans  <wim@fluendo.com>
18292
18293         * gst-libs/gst/audio/gstbaseaudiosink.c:
18294         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
18295         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18296         And we provide a clock by default, of course...
18297
18298 2005-11-22  Wim Taymans  <wim@fluendo.com>
18299
18300         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
18301         This clock can be slaved to a master clock now.
18302
18303         * gst-libs/gst/audio/gstbaseaudiosink.c:
18304         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
18305         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
18306         (gst_base_audio_sink_set_clock),
18307         (gst_base_audio_sink_set_property),
18308         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
18309         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18310         * gst-libs/gst/audio/gstbaseaudiosink.h:
18311         Handle slaving the internal clock to the clock selected in the
18312         pipeline.
18313         Add property to make the basesink not provide a clock.
18314
18315         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18316         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
18317         (gst_base_rtp_depayload_wait):
18318         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18319         We can use the clock in GstElement, no need to store it ourselves.
18320
18321 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18322
18323         * docs/libs/tmpl/gstaudio.sgml:
18324           update
18325         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
18326         (gst_paranoia_endian_get_type):
18327         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
18328         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
18329         * gst/audiotestsrc/gstaudiotestsrc.c:
18330         (gst_audiostestsrc_wave_get_type):
18331         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
18332         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
18333         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18334         (gst_sync_method_get_type), (gst_unit_type_get_type),
18335         (gst_client_status_get_type), (gst_multifdsink_class_init),
18336         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
18337         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
18338         (gst_multifdsink_get_property):
18339         * gst/tcp/gstmultifdsink.h:
18340         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
18341         * gst/videotestsrc/gstvideotestsrc.c:
18342         (gst_videotestsrc_pattern_get_type):
18343           remove deprecated properties
18344           fix up enums to correctly have short lowercase dashed nicks
18345
18346 2005-11-22  Michael Smith <msmith@fluendo.com>
18347
18348         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
18349         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
18350           Add underscore.
18351
18352 2005-11-22  Michael Smith <msmith@fluendo.com>
18353
18354         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
18355         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
18356           Use utility method for scaling clocktime for fractional framerates.
18357
18358 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
18359
18360         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
18361         (gst_visual_chain):
18362         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18363         * ext/theora/theoradec.c: (theora_handle_type_packet):
18364         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
18365         (theora_enc_chain):
18366         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
18367         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
18368         * gst-libs/gst/video/video.h:
18369         * gst/ffmpegcolorspace/avcodec.h:
18370         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18371         (gst_ffmpeg_caps_to_pixfmt):
18372         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18373         (gst_ffmpegcsp_set_caps):
18374         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
18375         (gst_videorate_setcaps), (gst_videorate_blank_data),
18376         (gst_videorate_chain):
18377         * gst/videotestsrc/gstvideotestsrc.c:
18378         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
18379         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
18380         (gst_videotestsrc_event), (gst_videotestsrc_create):
18381         * gst/videotestsrc/gstvideotestsrc.h:
18382         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
18383         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
18384         (gst_ximagesink_get_times), (gst_ximagesink_init):
18385         * sys/ximage/ximagesink.h:
18386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18387         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
18388         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
18389         * sys/xvimage/xvimagesink.h:
18390           Convert elements to use fractions for their framerate.
18391           V4L elements to come later tonight.
18392
18393 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18394
18395         * gst-libs/gst/audio/audio.c:
18396         * gst-libs/gst/audio/audio.h:
18397           remove some deprecated functions
18398
18399 2005-11-22  Andy Wingo  <wingo@pobox.com>
18400
18401         * Update for gst_tag_setter API changes.
18402
18403 2005-11-22  Andy Wingo  <wingo@pobox.com>
18404
18405         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
18406         (gst_ogg_demux_perform_seek):
18407         * ext/theora/theoradec.c (theora_dec_sink_event):
18408         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
18409         update-funcnames.
18410
18411 2005-11-22  Wim Taymans  <wim@fluendo.com>
18412
18413         * examples/seeking/seek.c: (main):
18414         Give higher priority to bus signals than the gtk events
18415         to fix a race condition in the segment looping.
18416
18417 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
18418
18419         * ext/theora/Makefile.am:
18420         * ext/vorbis/Makefile.am:
18421         * gst-libs/gst/tag/Makefile.am:
18422         * gst-plugins-base.spec.in:
18423           Rename libgsttagedit to libgsttag (#322117).
18424
18425 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
18426
18427         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
18428         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
18429           Call gst_x_overlay_prepare_xwindow_id() to give applications
18430           a final chance to set their own xwindow id before the video
18431           sink creates its own window.
18432
18433 2005-11-22  Julien MOUTTE  <julien@moutte.net>
18434
18435         * sys/xvimage/xvimagesink.c:
18436         (gst_xvimagesink_navigation_send_event): Handle navigation
18437         events correcly with borders if applicable.
18438
18439 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
18440
18441         Patch by: Luca Ognibene
18442
18443         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18444         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18445         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18446         (gst_ffmpegcsp_caps_remove_format_info):
18447         * gst/ffmpegcolorspace/imgconvert.c:
18448         * gst/ffmpegcolorspace/imgconvert_template.h:
18449           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
18450           #318353); use gst_structure_has_name().
18451
18452 2005-11-22  Julien MOUTTE  <julien@moutte.net>
18453
18454         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
18455         (gst_ximagesink_class_init): Add debug macros on functions.
18456         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18457         (gst_xvimagesink_xwindow_draw_borders),
18458         (gst_xvimagesink_xvimage_put),
18459         (gst_xvimagesink_xwindow_update_geometry),
18460         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
18461         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
18462         (gst_xvimagesink_xcontext_clear),
18463         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
18464         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
18465         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
18466         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
18467         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
18468         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
18469         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
18470         expose while being PAUSED, out of data flow navigation events, etc..
18471
18472 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18473
18474         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
18475         * gst-libs/gst/audio/audio.h:
18476           fix prototype - wondering why the test worked regardless
18477
18478 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18479
18480         * check/Makefile.am:
18481         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
18482         * gst-libs/gst/audio/audio.h:
18483           add a method that returns a proper GstClockTime
18484
18485 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18486
18487         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
18488         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
18489         * gst-libs/gst/interfaces/xoverlay.h:
18490           Remove everything having to do with the desired size; add 
18491           gst_x_overlay_prepare_xwindow_id() function; remove the
18492           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
18493           post a message on the bus instead (#321816).
18494
18495         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
18496         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
18497         (gst_xvimagesink_xoverlay_init):
18498           Remove desired size stuff (#321816).
18499
18500 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18501
18502         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18503         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18504         (mpeg_video_type_find), (mpeg_video_stream_type_find):
18505           Terminate vararg functions with NULL instead of 0 to 
18506           make gcc4 happy.
18507
18508 2005-11-21  Andy Wingo  <wingo@pobox.com>
18509
18510         patch by: Sebastien Cote <sebas642@yahoo.ca>
18511         
18512         * gst-libs/gst/rtp/gstrtpbuffer.h: 
18513         * gst-libs/gst/rtp/gstrtpbuffer.c
18514         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
18515
18516 2005-11-21  Andy Wingo  <wingo@pobox.com>
18517
18518         * gst/playback/gstplaybin.c (gen_audio_element) 
18519         (gen_video_element): Use the new MISSING_PLUGIN core error
18520         category. Closes #320060.
18521
18522         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
18523         * gst/videorate/gstvideorate.c (gst_videorate_event):
18524         * ext/theora/theoradec.c (theora_dec_sink_event): 
18525         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
18526         stream lock.
18527
18528         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
18529         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
18530         stream lock changes.
18531
18532 2005-11-21  Wim Taymans  <wim@fluendo.com>
18533
18534         * gst-libs/gst/audio/gstbaseaudiosink.c:
18535         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
18536         (gst_base_audio_sink_provide_clock),
18537         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
18538         (gst_base_audio_sink_change_state):
18539         * gst/audioresample/gstaudioresample.c:
18540         Segment update fix.
18541
18542 2005-11-21  Andy Wingo  <wingo@pobox.com>
18543
18544         * *.h:
18545         * *.c: Ran scripts/update-macros. Oh yes.
18546
18547 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18548
18549         * sys/ximage/Makefile.am:
18550         * sys/ximage/ximage.c:
18551           Rename ximage plugin to ximagesink (#321426) (Don't forget to
18552           remove your old libgstximage.* manually if necessary).
18553
18554 2005-11-21  Michael Smith <msmith@fluendo.com>
18555
18556         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
18557           Minimal fix for bug #320200: set the min/max bitrate in the correct
18558           units. A better fix would be to upgrade to the RATEMANAGE2
18559           interface, rather than using the deprecated interface used here, but
18560           that would require an update in our libvorbis dependency (to 1.1),
18561           which is probably undesirable.
18562
18563 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
18564
18565         * ext/libvisual/visual.c: (get_buffer):
18566         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18567         (gst_base_audio_src_fixate):
18568         * gst/audioconvert/gstaudioconvert.c:
18569         (gst_audio_convert_fixate_caps):
18570         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
18571         * gst/audiotestsrc/gstaudiotestsrc.c:
18572         (gst_audiotestsrc_src_fixate):
18573         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
18574         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
18575         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
18576         * gst/videotestsrc/gstvideotestsrc.c:
18577         (gst_videotestsrc_src_fixate):
18578         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
18579         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
18580           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
18581           (#322027)
18582
18583
18584 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18585
18586         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18587         (gst_riff_create_iavs_caps):
18588         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
18589         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
18590         (gst_riff_parse_info):
18591         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
18592         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
18593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
18594           Fixes for GST_FOURCC_FORMAT API change.
18595
18596 2005-11-21  Andy Wingo  <wingo@pobox.com>
18597
18598         patch by: Alessandro Dessina <alessandro nnva org>
18599
18600         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
18601         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
18602         (gst_ogg_parse_chain):
18603         * ext/theora/theoraenc.c (theora_set_header_on_caps):
18604         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
18605         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
18606         gst_value_list calls on arrays. Fixes #321962.
18607
18608 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18609
18610         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
18611         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
18612         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
18613         * gst/adder/gstadder.c: (gst_adder_init),
18614         (gst_adder_request_new_pad), (gst_adder_collected),
18615         (gst_adder_change_state):
18616           Update for gst_collectpads_foo() to gst_collect_pads_foo()
18617           API change.
18618
18619 2005-11-21  Michael Smith <msmith@fluendo.com>
18620
18621         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
18622         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
18623           Properly handle pad_push return values.
18624
18625 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
18626
18627         * gst-libs/gst/tag/Makefile.am:
18628         * gst-libs/gst/tag/gstvorbistag.c:
18629         (gst_tag_list_to_vorbiscomment_buffer):
18630           Remove obsolete vorbistag element and debug category.
18631
18632         * gst/playback/gstplaybasebin.c: (check_queue):
18633           Don't divide by 0 when queue-threshold is 0.
18634
18635         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
18636           Don't modify an existing pixel-aspect-ratio if we fail to read
18637           a new one.
18638
18639 2005-11-20  Wim Taymans  <wim@fluendo.com>
18640
18641         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
18642         (gst_vorbisenc_push_packet):
18643         GST_PAD_IS_USABLE is gone, use the return value of
18644         the push or pad_alloc_buffer instead.
18645
18646 2005-11-18  Julien MOUTTE  <julien@moutte.net>
18647
18648         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18649         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
18650         (gst_ximagesink_ximage_destroy),
18651         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
18652         (gst_ximagesink_xwindow_new),
18653         (gst_ximagesink_xwindow_update_geometry),
18654         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
18655         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
18656         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
18657         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
18658         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
18659         (gst_ximagesink_navigation_send_event),
18660         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
18661         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
18662         (gst_ximagesink_finalize), (gst_ximagesink_init),
18663         (gst_ximagesink_class_init):
18664         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
18665         This new version brings correct software scaling, non flickering
18666         window while resizing, pixel aspect ratio handling, usage of
18667         hardware buffer pools, out of data flow event thread for 
18668         navigation and handling of expose events even when being PAUSED,
18669         a new property to keep video aspect ratio when resizing, etc...
18670
18671 2005-11-18  Julien MOUTTE  <julien@moutte.net>
18672
18673         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
18674         (gst_videoscale_fixate_caps): Introduce back caps fixate with
18675         handling of PAR.
18676
18677 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
18678
18679         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
18680         Unsetting IS_SINK flag from the fakesink, so decodebin
18681         never behaves as a sink.
18682
18683 2005-11-17  Wim Taymans  <wim@fluendo.com>
18684
18685         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18686         (gst_base_audio_src_change_state):
18687         Fix the audiosrc base class again, we did not unflush.
18688
18689 2005-11-17  Julien MOUTTE  <julien@moutte.net>
18690
18691         * examples/seeking/seek.c: (make_dv_pipeline),
18692         (make_vorbis_theora_pipeline), (make_avi_pipeline),
18693         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
18694         to ogg/vorbis/theora pipeline.
18695
18696 2005-11-17  Wim Taymans  <wim@fluendo.com>
18697
18698         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18699         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
18700         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
18701         Fix EOS on multiple streams.
18702         More debugging.
18703
18704 2005-11-16  Wim Taymans  <wim@fluendo.com>
18705
18706         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
18707         (gst_ogg_demux_perform_seek):
18708         Segment done must include stream time.
18709
18710         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18711         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
18712         (gst_ogg_mux_change_state):
18713         Fix ogg muxer again.
18714
18715 2005-11-16  Wim Taymans  <wim@fluendo.com>
18716
18717         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
18718         Fix compile again.
18719
18720 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18721
18722         * ext/libvisual/visual.c: (gst_visual_init):
18723         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
18724         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
18725         (gst_ogg_parse_chain):
18726         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
18727         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
18728         * ext/theora/theoradec.c: (gst_theora_dec_init):
18729         * ext/theora/theoraenc.c: (gst_theora_enc_init):
18730         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
18731         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
18732         * gst/adder/gstadder.c: (gst_adder_class_init),
18733         (gst_adder_dispose):
18734         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
18735         * gst/subparse/gstsubparse.c: (gst_subparse_init):
18736         * gst/videorate/gstvideorate.c: (gst_videorate_init):
18737           Fix a whole set of pad template leaks
18738
18739 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18740
18741         * check/generic/states.c: (GST_START_TEST):
18742           fix the test so that it only checks for elements that are part of
18743           this source module
18744
18745 2005-11-16  Michael Smith <msmith@fluendo.com>
18746
18747         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
18748         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
18749         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
18750         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
18751         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
18752         (gst_ogg_mux_change_state):
18753           Fix leaking collectpads.
18754
18755 2005-11-16  Edward Hervey  <edward@fluendo.com>
18756
18757         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18758         (gst_videorate_event), (gst_videorate_chain):
18759         Handle segment seeks
18760
18761 2005-11-16  Wim Taymans  <wim@fluendo.com>
18762
18763         * gst-libs/gst/audio/gstbaseaudiosink.c:
18764         (gst_base_audio_sink_provide_clock),
18765         (gst_base_audio_sink_change_state):
18766         Set ringbuffer to non-flushing when going to PAUSED, set to
18767         flushing again when going to READY.
18768
18769         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18770         (gst_ring_buffer_stop):
18771         Start in flushing mode by default.
18772         Don't set flushing in the _stop method, let the app call
18773         this explicitly.
18774
18775 2005-11-16  Julien MOUTTE  <julien@moutte.net>
18776
18777         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
18778         * gst-libs/gst/video/videosink.h: Add helper function needed
18779         for video sinks.
18780
18781 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
18782
18783         * gst/videoscale/gstvideoscale.c:
18784         (gst_videoscale_handle_src_event):
18785           Don't leak reference to pad parent.
18786
18787 2005-11-16  Wim Taymans  <wim@fluendo.com>
18788
18789         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
18790         Set ringbuffer to flushing when stopping so that we don't
18791         block on wait_segment anymore and livelock.
18792
18793 2005-11-16  Wim Taymans  <wim@fluendo.com>
18794
18795         * examples/seeking/seek.c: (send_event), (do_seek),
18796         (loop_toggle_cb), (segment_done), (main):
18797         Added looping checkbox.
18798
18799 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18800
18801         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18802         (gst_ogg_demux_init):
18803         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
18804         (gst_vorbis_dec_init):
18805           revert unrefs, they don't pass make check
18806
18807 2005-11-15  Johan Dahlin  <johan@gnome.org>
18808
18809         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18810         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
18811         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
18812         (gst_vorbis_dec_init):
18813         Fix pad template leaks. 
18814
18815 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
18816
18817         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
18818           Make state change function thread safe.
18819
18820 2005-11-15  Edward Hervey  <edward@fluendo.com>
18821
18822         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
18823         (gst_ogg_demux_class_init):
18824         Implement GstElement::send_event, so we can send seek events
18825         in GST_STATE_READY
18826
18827 2005-11-14  Julien MOUTTE  <julien@moutte.net>
18828
18829         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
18830         Discovered how to take away flickering while resizing the
18831         window. Please don't put that in ximagesink, refactoring in
18832         progress.
18833
18834 2005-11-14  Michael Smith <msmith@fluendo.com>
18835
18836         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
18837         (gst_multifdsink_render):
18838           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
18839
18840 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
18841
18842         * gst/playback/gstplaybin.c: (gen_audio_element):
18843           Use autoaudiosink, it tends to be more widely available than
18844           autoaudiiosink.
18845           
18846 2005-11-14  Andy Wingo  <wingo@pobox.com>
18847
18848         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
18849         as well if it is available. Fixes #316442.
18850
18851 2005-11-14  Michael Smith <msmith@fluendo.com>
18852
18853         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
18854         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
18855         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
18856         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
18857         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
18858         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
18859         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
18860         (gst_vorbisenc_change_state):
18861           Fix a small memory leak in vorbisenc.
18862           Fix large memory leaks in oggmux, also fix lots of state change
18863           bugs in oggmux.
18864
18865 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18866
18867         * gst/videotestsrc/gstvideotestsrc.c:
18868         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
18869         (gst_videotestsrc_src_fixate):
18870           move fixation to a fixate function
18871           remove negotiate function, basesrc's is good enough
18872           fixes a bug for check when using the element alone
18873
18874 2005-11-13  Edward Hervey  <edward@fluendo.com>
18875
18876         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
18877         (key_toggle_cb), (main):
18878         Added checkboxes for adding/removing the accurate and key_unit seek
18879         flags.
18880
18881 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18882
18883         * configure.ac: back to HEAD
18884
18885 === release 0.9.5 ===
18886
18887 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
18888
18889         * configure.ac:
18890           releasing 0.9.5, "No No Kia"
18891
18892 2005-11-11  Edward Hervey  <edward@fluendo.com>
18893
18894         * examples/seeking/seek.c: (make_parselaunch_pipeline):
18895         Added parse-launch syntax seeking mode for the seeking example.
18896         This should help stress-test even more cases.
18897         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
18898
18899 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
18900
18901         * sys/xvimage/xvimagesink.c:
18902         (gst_xvimagesink_navigation_send_event):
18903           Check whether peer pad exists before sending navigation events
18904           to it.
18905
18906 2005-11-11  Michael Smith <msmith@fluendo.com>
18907
18908         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
18909         (gst_vorbisenc_buffer_from_packet):
18910         * ext/vorbis/vorbisenc.h:
18911           Set duration on encoded buffers. This allows oggmux's
18912           max_page_delay parameter to actually work.
18913
18914 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
18915
18916         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18917         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
18918         (gst_ffmpegcsp_avpicture_fill):
18919         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18920         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
18921           Make palettes work again (see #132341). Use our own macros
18922           for rounding up.
18923
18924 2005-11-10  Andy Wingo  <wingo@pobox.com>
18925
18926         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
18927         string doober.
18928
18929 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
18930
18931         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18932         (gst_ffmpegcsp_transform_caps):
18933           Prefer passthrough in transform_caps
18934
18935 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
18936
18937         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
18938           check for ALSA errors properly, instead of relying on ALSA's
18939           error strings to serve to the user.
18940
18941 2005-11-10  Wim Taymans  <wim@fluendo.com>
18942
18943         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
18944         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
18945         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
18946         Modernise the seek code.
18947
18948 2005-11-10  Michael Smith <msmith@fluendo.com>
18949         
18950         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
18951         (setup_substreams), (set_active_source):
18952           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
18953           trying to go to NULL if we failed to read a file.
18954
18955 2005-11-10  Wim Taymans  <wim@fluendo.com>
18956
18957         * gst/audiotestsrc/gstaudiotestsrc.c:
18958         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
18959         (gst_audiotestsrc_create):
18960         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18961         (gst_sinesrc_get_times), (gst_sinesrc_create):
18962         * gst/videotestsrc/gstvideotestsrc.c:
18963         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
18964         (gst_videotestsrc_create):
18965         The base class can now sync for us.
18966
18967 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
18968
18969         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
18970           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
18971           name=source autoprobe=false autoprobe-fps=false copy-mode=1
18972           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
18973           format=(fourcc)I420" ! xvimagesink
18974
18975 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
18976
18977         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18978         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
18979         (gst_sinesrc_newsegment):
18980           Send newsegment event in TIME format, set duration if
18981           num-buffers is set, fix duration querying.
18982
18983 2005-11-10  Michael Smith <msmith@fluendo.com>
18984
18985         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
18986         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
18987         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
18988         (gst_ogg_mux_collected):
18989          Fix EOS handling, partially. Now forwarding an EOS event once we have
18990          EOS on all pads works correctly. However, we still don't properly set
18991          EOS on the actual ogg stream pages.
18992
18993 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
18994
18995         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
18996           Set elements to NULL state before disposing of them.
18997
18998 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
18999
19000         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19001
19002         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19003         (gst_base_rtp_depayload_init),
19004         (gst_base_rtp_depayload_set_gst_timestamp):
19005         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19006           We need to send a newsegment event for each instance, not
19007           just for the first instance of this class (get rid of
19008           static variable in function). (#321011).
19009           
19010 2005-11-08  Michael Smith <msmith@fluendo.com>
19011
19012         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
19013         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
19014         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
19015         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
19016           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
19017           This makes us mux things correctly according to the ogg muxing
19018           rules. Still not handling EOS correctly right now, though.
19019
19020 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
19021
19022         * gst/audioconvert/gstaudioconvert.c:
19023           Fix typo in docs. 
19024
19025 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
19026
19027         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
19028         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
19029           Initialise segment_stop to GST_CLOCK_TIME_NONE when
19030           creating a new chain; should fix live streaming. Also
19031           add more debug output and fix a typo.
19032
19033 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
19034
19035         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19036
19037         * gst/volume/gstvolume.c: (volume_set_caps):
19038           Fix compilation on Solaris with Forte. (#320923)
19039
19040 2005-11-08  Wim Taymans  <wim@fluendo.com>
19041
19042         * gst-libs/gst/audio/gstbaseaudiosink.c:
19043         (gst_base_audio_sink_render):
19044         No need to do a typecheck.
19045
19046 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19047
19048         * ext/alsa/gstalsa.h:
19049           We register a debug category, so let's use it.
19050
19051 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
19052
19053         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19054         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
19055         Fixed a small problem.
19056
19057 2005-11-04  Wim Taymans  <wim@fluendo.com>
19058
19059         * examples/seeking/Makefile.am:
19060         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
19061         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
19062         (make_playerbin_pipeline), (format_value), (update_scale),
19063         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
19064         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
19065         (print_usage), (main):
19066         Added app for playback speed testing.
19067
19068         * examples/seeking/seek.c: (dynamic_link),
19069         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
19070         (make_mpeg_pipeline), (do_seek), (set_update_scale),
19071         (message_received), (main):
19072         Updated seek example.
19073
19074 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
19075
19076         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19077         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19078         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
19079         (gst_base_rtp_depayload_set_clock):
19080         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19081         Don't sleep on the bench (system clock) when you have a nice 
19082         comfortable bed (Gstreamer clock) to sleep on.
19083
19084 2005-11-03  Wim Taymans  <wim@fluendo.com>
19085
19086         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19087         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
19088         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
19089         Handle the case where a pad_block failed.
19090
19091 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
19092
19093         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
19094
19095         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19096         (gst_base_rtp_depayload_add_to_queue),
19097         (gst_base_rtp_depayload_push),
19098         (gst_base_rtp_depayload_set_gst_timestamp),
19099         (gst_base_rtp_depayload_queue_release):
19100           Fixes some bugs in the depayloader's queuing/de-queueing code.
19101
19102 2005-10-31  Michael Smith <msmith@fluendo.com>
19103
19104         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
19105         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19106         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
19107           Patch from Alessandro Decina <alessandro@nnva.org>.
19108           Make oggdemux only find the final time in a chain, not per-pad,
19109           since the per-pad information can be very expensive to locate, and
19110           it isn't used anywhere. This makes reading a file containing
19111           OggSkeleton reasonably fast.
19112           Also, make chain finding work when there are logical bitstreams that
19113           can't be decoded. Fixes #319110.
19114
19115 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
19116
19117         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19118         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19119         (gst_base_rtp_depayload_chain),
19120         (gst_base_rtp_depayload_add_to_queue),
19121         (gst_base_rtp_depayload_push),
19122         (gst_base_rtp_depayload_set_gst_timestamp),
19123         (gst_base_rtp_depayload_queue_release),
19124         (gst_base_rtp_depayload_start_thread),
19125         (gst_base_rtp_depayload_set_property),
19126         (gst_base_rtp_depayload_get_property):
19127         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19128         Some random fixes, to fullfill the desires of thomas.
19129
19130 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
19131
19132         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19133         (gst_base_rtp_depayload_add_to_queue),
19134         (gst_base_rtp_depayload_push):
19135         Fixed the queueing algorithm.
19136
19137 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
19138
19139         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19140         (gst_base_rtp_depayload_push):
19141         A small fix
19142
19143 2005-10-31  Wim Taymans  <wim@fluendo.com>
19144
19145         * gst-libs/gst/audio/gstringbuffer.h:
19146         Don't break ABI.
19147
19148         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19149         (gst_ffmpeg_caps_to_pixfmt):
19150         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19151         (gst_ffmpegcsp_set_caps):
19152         Some more comments.
19153         Handle missing required caps fields better.
19154
19155 2005-10-31  Wim Taymans  <wim@fluendo.com>
19156
19157         * gst-libs/gst/audio/gstbaseaudiosink.c:
19158         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
19159         (gst_base_audio_sink_render):
19160         * gst-libs/gst/audio/gstringbuffer.c:
19161         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19162         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19163         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
19164         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
19165         (gst_ring_buffer_read):
19166         * gst-libs/gst/audio/gstringbuffer.h:
19167         Add flushing mode to the ringbuffer so that it in all cases does
19168         not try to handle more audio. This makes sure it does not try to
19169         block anymore when flushing and fixes a livelock.
19170
19171 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
19172
19173         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19174         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19175         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
19176           Explicitly check for -1 values before doing a conversion
19177           and always map them to -1. (#315545)
19178
19179 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19180
19181         * gst/playback/gstplaybin.c: (gen_video_element):
19182           first try autovideosink, then xvimagesink, then error out
19183         * po/POTFILES.in:
19184           add translatable file
19185         * po/af.po:
19186         * po/az.po:
19187         * po/cs.po:
19188         * po/en_GB.po:
19189         * po/hu.po:
19190         * po/it.po:
19191         * po/nb.po:
19192         * po/nl.po:
19193         * po/or.po:
19194         * po/sq.po:
19195         * po/sr.po:
19196         * po/sv.po:
19197         * po/uk.po:
19198         * po/vi.po:
19199           update translations
19200
19201 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
19202
19203         * gst-libs/gst/rtp/gstbasedepayload.c:
19204         * gst-libs/gst/rtp/gstbasedepayload.h:
19205           Minor cleanups
19206
19207 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
19208
19209         * gst/playback/.cvsignore:
19210         * gst/playback/decodetest.c:
19211         * gst/playback/test3.c:
19212           Port these two tests as well.
19213
19214 2005-10-27  Wim Taymans  <wim@fluendo.com>
19215
19216         * ext/theora/theoradec.c: (theora_dec_src_query),
19217         (theora_dec_sink_event):
19218         * ext/theora/theoraenc.c: (theora_enc_sink_event),
19219         (theora_enc_change_state):
19220         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
19221         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
19222         Take proper locks when handling events.
19223
19224 2005-10-27  Wim Taymans  <wim@fluendo.com>
19225
19226         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
19227         (gst_adder_change_state):
19228         Fix timestamps and fix deadlock when stopping the collectpads.
19229
19230 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
19231
19232         * gst-libs/gst/rtp/gstrtpbuffer.h:
19233         Declaring the payload types as strings too so that they can be used
19234         in the padtemplate inialization.
19235
19236 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
19237
19238         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
19239
19240         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19241         (gst_base_rtp_depayload_class_init):
19242         Fixes a small but nasty bug. The derived elements no longer segfaults
19243         on finalization.
19244
19245 2005-10-26  Michael Smith <msmith@fluendo.com>
19246
19247         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
19248           When clearing an audioconvert context, set tmpbufsize to zero, so
19249           we'll allocate it again later if required.
19250           This fixes audioconvert re-negotiating formats, which previously
19251           segfaulted with a NULL destination buffer.
19252
19253 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
19254
19255         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19256         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
19257         (gst_base_rtp_depayload_set_gst_timestamp),
19258         (gst_base_rtp_depayload_queue_release):
19259         Fixed a smalll memleak.
19260
19261 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
19262         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19263         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
19264         (gst_base_rtp_depayload_finalize),
19265         (gst_base_rtp_depayload_setcaps),
19266         (gst_base_rtp_depayload_add_to_queue),
19267         (gst_base_rtp_depayload_push),
19268         (gst_base_rtp_depayload_set_gst_timestamp),
19269         (gst_base_rtp_depayload_queue_release),
19270         (gst_base_rtp_depayload_thread),
19271         (gst_base_rtp_depayload_change_state):
19272         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19273         Changed the C++ comments to C comments
19274
19275 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
19276
19277         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
19278         * gst/tcp/gsttcpclientsrc.h:
19279         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
19280         * gst/tcp/gsttcpserversrc.h:
19281           Remove unused 'curoffset' structure member.
19282
19283 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
19284
19285         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19286         (gst_base_rtp_depayload_base_init),
19287         (gst_base_rtp_depayload_finalize):
19288         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19289         * gst-libs/gst/rtp/gstbasertppayload.h:
19290           The pad-template on the sinkpad should be set by the derived classes.
19291           Also added some useful macros.
19292
19293 2005-10-24  Wim Taymans  <wim@fluendo.com>
19294
19295         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19296         Correctly flush decoder samples even if we could not
19297         copy them to an output buffer. Fixes #319618.
19298
19299 2005-10-24  Julien MOUTTE  <julien@moutte.net>
19300
19301         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
19302         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
19303         the caps against our xcontext caps.
19304
19305 2005-10-24  Wim Taymans  <wim@fluendo.com>
19306
19307         * gst-libs/gst/audio/gstbaseaudiosink.c:
19308         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
19309         Remove g_print
19310         Use sync property from baseclass to disable sync.
19311
19312 2005-10-24  Wim Taymans  <wim@fluendo.com>
19313
19314         * gst-libs/gst/audio/gstbaseaudiosink.c:
19315         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
19316         Buffers with no timestamps get aligned with previous buffers or
19317         on underrun, played ASAP.
19318
19319 2005-10-24  Julien MOUTTE  <julien@moutte.net>
19320
19321         * gst-libs/gst/video/video.h:
19322         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19323         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19324         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
19325         here comes my change on caps for framerate and geometry range.
19326         We are now accepting 1 to MAXINT for width and height, and from
19327         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
19328         to be blended correctly in videomixer.
19329
19330 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19331
19332         * configure.ac:
19333           back to HEAD
19334
19335 === release 0.9.4 ===
19336
19337 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19338
19339         * NEWS:
19340         * RELEASE:
19341         * configure.ac:
19342           releasing 0.9.4, "Velociraptor"
19343
19344 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19345
19346         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
19347         * po/POTFILES.in:
19348           STOPPED -> FAILED
19349
19350 2005-10-21  Wim Taymans  <wim@fluendo.com>
19351
19352         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19353         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
19354         (pad_blocked), (close_pad_link), (new_pad):
19355         Don't try to remove elements twice.
19356
19357 2005-10-21  Wim Taymans  <wim@fluendo.com>
19358
19359         * ext/theora/theoradec.c: (theora_dec_src_query),
19360         (theora_dec_sink_event):
19361         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
19362         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
19363         (vorbis_handle_data_packet):
19364         * ext/vorbis/vorbisdec.h:
19365         Fix old naming.
19366
19367         * gst-libs/gst/audio/gstbaseaudiosink.c:
19368         (gst_base_audio_sink_render):
19369         Don't try to sync on buffers without a timestamp.
19370
19371 2005-10-21  Wim Taymans  <wim@fluendo.com>
19372
19373         * ext/theora/theoradec.c: (theora_dec_src_query),
19374         (theora_dec_sink_event):
19375         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
19376         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
19377         (vorbis_handle_data_packet):
19378         * ext/vorbis/vorbisdec.h:
19379         Fix old naming.
19380
19381 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
19382
19383         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
19384         (gst_vorbisenc_src_query):
19385           Implement position and duration queries.
19386
19387         * gst/playback/test3.c: (update_scale), (main):
19388           Fix for async state changes and print nicer output.
19389
19390 2005-10-20  Wim Taymans  <wim@fluendo.com>
19391
19392         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
19393         (dump_element_stats), (main):
19394         * gst/playback/test6.c: (main):
19395         Fix tests again
19396
19397 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
19398
19399         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
19400         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
19401           Don't use functions for position queries when handling
19402           duration queries.
19403
19404 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
19405
19406         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
19407         (vorbis_handle_data_packet), (vorbis_dec_chain),
19408         (vorbis_dec_change_state):
19409         * ext/vorbis/vorbisdec.h:
19410           Vorbis streams can be embedded in other container formats
19411           than ogg, container formats where the demuxer might set 
19412           timestamps on encoded vorbis buffers instead of those silly 
19413           granulepos thingies. In short: make vorbisdec handle 
19414           timestamps on incoming buffers as well.
19415
19416 2005-10-20  Wim Taymans  <wim@fluendo.com>
19417
19418         * gst/playback/gstplaybasebin.c: (group_destroy),
19419         (gst_play_base_bin_change_state):
19420         Fix leak.
19421         Handle case where playbasebin is now ASYNC because
19422         decodebin is.
19423
19424 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
19425
19426         * gst/audioconvert/Makefile.am:
19427         * gst/audioconvert/bufferframesconvert.c:
19428         * gst/audioconvert/plugin.c: (plugin_init):
19429         * gst/audioconvert/plugin.h:
19430           And bye bye buffer-frames-convert
19431
19432 2005-10-19  Wim Taymans  <wim@fluendo.com>
19433
19434         * check/elements/audioconvert.c:
19435         * docs/libs/tmpl/gstaudio.sgml:
19436         * docs/libs/tmpl/gstcolorbalance.sgml:
19437         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
19438         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
19439         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19440         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
19441         * gst-libs/gst/audio/audio.h:
19442         * gst/audioconvert/audioconvert.h:
19443         * gst/audioconvert/gstaudioconvert.c:
19444         (gst_audio_convert_parse_caps):
19445         * gst/volume/gstvolume.c:
19446         Bye bye buffer-frames.
19447
19448 2005-10-19  Wim Taymans  <wim@fluendo.com>
19449
19450         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
19451         (query_positions_elems), (query_positions_pads), (update_scale),
19452         (do_seek), (set_update_scale), (message_received), (main):
19453         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
19454         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
19455         (gst_ogg_demux_loop):
19456         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19457         * ext/theora/theoradec.c: (theora_dec_src_query),
19458         (theora_dec_sink_event):
19459         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
19460         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
19461         * gst/adder/gstadder.c: (gst_adder_query):
19462         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
19463         * gst/playback/test3.c: (update_scale):
19464         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
19465         (dump_element_stats), (main):
19466         * gst/playback/test6.c: (main):
19467         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
19468         Query API update.
19469
19470 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
19471
19472         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
19473         (xml_check_first_element), (xml_type_find), (smil_type_find),
19474         (plugin_init):
19475           Add typefinding for SMIL and for generic XML. Based on patch by
19476           Akos Maroy (#308663).
19477
19478 2005-10-18  Wim Taymans  <wim@fluendo.com>
19479
19480         * gst/playback/Makefile.am:
19481         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19482         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
19483         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
19484         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
19485         (gst_decode_bin_change_state):
19486         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19487         (gst_play_bin_send_event_to_sink):
19488         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
19489         (dump_element_stats), (main):
19490         * gst/playback/test6.c: (main):
19491         Make playbin async, it'll commit state to paused when all streams
19492         are detected.
19493         Remove ugly hack.
19494         Added test6.c to show async behaviour.
19495
19496 2005-10-18  Wim Taymans  <wim@fluendo.com>
19497
19498         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
19499         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
19500         Fix for segment-start/stop API change.
19501
19502 2005-10-18  Wim Taymans  <wim@fluendo.com>
19503
19504         * check/Makefile.am:
19505         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
19506         (main):
19507         Add future test for clock selection.
19508
19509 2005-10-18  Wim Taymans  <wim@fluendo.com>
19510
19511         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
19512         (gst_alsasink_close):
19513         Set handle to NULL.
19514
19515         * gst-libs/gst/audio/gstringbuffer.c:
19516         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19517         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19518         (gst_ring_buffer_start), (gst_ring_buffer_pause),
19519         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
19520         (gst_ring_buffer_read):
19521         More debug info.
19522
19523 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
19524
19525         * gst/audiotestsrc/Makefile.am:
19526         * gst/sine/Makefile.am:
19527         * gst/volume/Makefile.am:
19528           fix broken build of controllerized plugins
19529
19530 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
19531
19532         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19533
19534         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19535         (gst_riff_create_video_template_caps):
19536           Add support for Indeo-3 (IV32).
19537
19538 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19539
19540         * configure.ac:
19541           rewrite
19542
19543 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19544
19545         * gst-libs/gst/video/video.c: (gst_video_get_size):
19546         * gst/audiotestsrc/gstaudiotestsrc.c:
19547           doc updates
19548
19549 2005-10-17  Andy Wingo  <wingo@pobox.com>
19550
19551         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
19552         with the collectpads change.
19553         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
19554
19555         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
19556
19557         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
19558
19559         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
19560         alloc_buffer flow return to callers.
19561         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
19562         change. Fix some memleaks in theoraenc.
19563
19564         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
19565         in strange circumstance.
19566
19567 2005-10-17  Julien MOUTTE  <julien@moutte.net>
19568
19569         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19570         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
19571         from caps, let's use the caps...
19572
19573 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19574
19575         * configure.ac:
19576           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
19577
19578 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19579
19580         * gst-libs/gst/interfaces/Makefile.am:
19581           fix silly typo
19582
19583 2005-10-16  Andy Wingo  <wingo@pobox.com>
19584
19585         * gst/playback/gstdecodebin.c
19586         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
19587         function!
19588         (try_to_link_1): Increase kraziness level.
19589
19590 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19591
19592         * configure.ac:
19593           restructure like the core one
19594         * gst-libs/gst/audio/Makefile.am:
19595         * gst-libs/gst/interfaces/Makefile.am:
19596         * gst-libs/gst/net/Makefile.am:
19597         * gst-libs/gst/riff/Makefile.am:
19598         * gst-libs/gst/rtp/Makefile.am:
19599         * gst-libs/gst/tag/Makefile.am:
19600         * gst-libs/gst/video/Makefile.am:
19601           use correct linker flags, now the libs are properly versioned
19602         * check/elements/audioconvert.c: (verify_convert):
19603         * ext/alsa/gstalsaplugin.c:
19604         * ext/cdparanoia/gstcdparanoia.c:
19605         * ext/gnomevfs/gstgnomevfs.c:
19606         * ext/libvisual/visual.c:
19607         * ext/ogg/gstogg.c:
19608         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
19609         * ext/theora/theora.c:
19610         * ext/vorbis/vorbis.c:
19611         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
19612         * gst-libs/gst/tag/gsttagediting.c:
19613         * gst-libs/gst/video/video.c:
19614         * gst/adder/gstadder.c:
19615         * gst/audioconvert/plugin.c:
19616         * gst/audiorate/gstaudiorate.c:
19617         * gst/audioresample/gstaudioresample.c:
19618         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19619         * gst/audioscale/gstaudioscale.c:
19620         * gst/audioscale/resample.c:
19621         * gst/audiotestsrc/gstaudiotestsrc.c:
19622         * gst/ffmpegcolorspace/gstffmpeg.c:
19623         * gst/playback/gstdecodebin.c: (close_pad_link):
19624         * gst/playback/gstplaybin.c: (gen_video_element),
19625         (gen_audio_element):
19626         * gst/sine/gstsinesrc.c:
19627         * gst/subparse/gstsubparse.c:
19628         * gst/tags/gsttagediting.c:
19629         * gst/tcp/gsttcpplugin.c:
19630         * gst/typefind/gsttypefindfunctions.c:
19631         * gst/videorate/gstvideorate.c:
19632         * gst/videoscale/gstvideoscale.c:
19633         * gst/videotestsrc/gstvideotestsrc.c:
19634         * gst/volume/gstvolume.c:
19635         * sys/v4l/gstv4l.c:
19636         * sys/ximage/ximage.c:
19637         * sys/xvimage/xvimagesink.c:
19638           fix up defines
19639
19640 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
19641
19642         * ext/vorbis/vorbisenc.c:
19643         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
19644         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
19645         (gst_tag_to_vorbis_comments):
19646           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
19647
19648 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
19649
19650         * examples/stats/mp2ogg.c:
19651         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19652           typo fixes
19653
19654 2005-10-13  Michael Smith <msmith@fluendo.com>
19655
19656         * ext/ogg/gstoggmux.c:
19657           Use magic glib macros to define constants as 64 bit, to ensure
19658           appropriate vararg passing.
19659
19660 2005-10-13  Michael Smith <msmith@fluendo.com>
19661
19662         * ext/ogg/gstoggmux.c:
19663         * gst/audioconvert/audioconvert.c: (float):
19664           Don't use LL suffix, as it's not portable, and neither of these
19665           uses required it anyway.
19666
19667 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
19668
19669         * examples/indexing/indexmpeg.c: (main):
19670         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
19671         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
19672         (cdparanoia_convert), (cdparanoia_query):
19673         * ext/cdparanoia/gstcdparanoia.h:
19674         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19675         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
19676         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
19677         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
19678         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
19679         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
19680         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
19681         (gst_multifdsink_render), (gst_multifdsink_start),
19682         (gst_multifdsink_stop):
19683         * gst/tcp/gstmultifdsink.h:
19684         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
19685         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
19686         (gst_tcpclientsink_stop):
19687         * gst/tcp/gsttcpclientsink.h:
19688         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
19689         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
19690         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
19691         * gst/tcp/gsttcpclientsrc.h:
19692         * gst/tcp/gsttcpserversink.h:
19693         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
19694         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
19695         (gst_tcpserversrc_stop):
19696         * gst/tcp/gsttcpserversrc.h:
19697         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
19698         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
19699         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
19700           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
19701           moved bitshift from macro to enum definition
19702
19703 2005-10-12  Wim Taymans  <wim@fluendo.com>
19704
19705         * examples/seeking/Makefile.am:
19706         Oops.
19707
19708 2005-10-12  Wim Taymans  <wim@fluendo.com>
19709
19710         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
19711         (gst_ring_buffer_read), (gst_ring_buffer_clear):
19712         Don't assert on normal stuff.
19713
19714         * gst/playback/gstplaybin.c: (do_playbin_seek):
19715         API fix.
19716
19717 2005-10-12  Wim Taymans  <wim@fluendo.com>
19718
19719         * check/pipelines/simple_launch_lines.c: (run_pipeline):
19720         * examples/seeking/Makefile.am:
19721         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
19722         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
19723         (do_seek), (set_update_scale), (message_received), (main):
19724         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
19725         (gst_ring_buffer_read), (gst_ring_buffer_clear):
19726         Update for _get_state() API change.
19727
19728 2005-10-11  Wim Taymans  <wim@fluendo.com>
19729
19730         * gst-libs/gst/audio/gstbaseaudiosink.c:
19731         (gst_base_audio_sink_render):
19732         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19733         (gst_base_audio_src_create):
19734         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
19735         (gst_ring_buffer_read):
19736         Cleanups.
19737         Commit and read from ringbuffer in samples rather than bytes.
19738
19739 2005-10-11  Wim Taymans  <wim@fluendo.com>
19740
19741         * gst-libs/gst/audio/gstbaseaudiosink.c:
19742         (gst_base_audio_sink_render):
19743         Respect segment rate and accum when scheduling samples.
19744
19745 2005-10-11  Julien MOUTTE  <julien@moutte.net>
19746
19747         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
19748         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
19749         EOS correctly, that needs more work.
19750
19751 2005-10-11  Wim Taymans  <wim@fluendo.com>
19752
19753         * check/generic/states.c: (GST_START_TEST):
19754         remove old property.
19755
19756         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
19757         (gst_ogg_demux_perform_seek):
19758         * ext/theora/theoradec.c: (theora_dec_sink_event):
19759         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
19760         (vorbis_handle_data_packet):
19761         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19762         (gst_base_rtp_depayload_set_gst_timestamp):
19763         * gst/videorate/gstvideorate.c: (gst_videorate_event):
19764         Update for newsegment API change.
19765
19766 2005-10-11  Michael Smith <msmith@fluendo.com>
19767
19768         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
19769         (do_playbin_seek), (gst_play_bin_send_event):
19770           Override send_event differently, so that we can takes bits of
19771           functionality from GstPipeline (special handling for seeks,
19772           including pausing/resuming, and resetting stream time) and still get
19773           the appropriate behaviour of only forwarding event to a single sink,
19774           rather than all of them.
19775           Unfortunately requires a lot of code duplication, but the
19776           alternatives are equally ugly in the end.
19777
19778 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19779
19780         * check/elements/audioconvert.c: (setup_audioconvert),
19781         (cleanup_audioconvert), (get_int_caps), (verify_convert),
19782         (GST_START_TEST), (audioconvert_suite):
19783           clean up tests a little, fix some leaks.
19784
19785 2005-10-10  Wim Taymans  <wim@fluendo.com>
19786
19787         * ext/alsa/gstalsasink.c:
19788         Also allow unsigned int.
19789
19790         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19791         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
19792         Small cleanup
19793
19794 2005-10-10  Wim Taymans  <wim@fluendo.com>
19795
19796         * check/pipelines/simple_launch_lines.c: (run_pipeline):
19797         Small update, use API as stated in design docs.
19798
19799         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
19800         (update_scale), (do_seek), (seek_cb), (set_update_scale),
19801         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
19802         (message_received), (main):
19803         Updated seek example for GOption. Some usability improvements.
19804
19805 2005-10-10  Wim Taymans  <wim@fluendo.com>
19806
19807         * gst/audioconvert/audioconvert.h:
19808         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
19809         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
19810         Alloc temp storage somewhere else where we can do it more
19811         portable.
19812
19813 2005-10-10  Wim Taymans  <wim@fluendo.com>
19814
19815         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
19816         (gst_tcpserversrc_start):
19817         Don't block in accept while doing the state change, move
19818         to poll and make cancellable.
19819
19820 2005-10-09  Philippe Khalaf <burger@speedy.org>
19821
19822         * gst-libs/gst/rtp/rtpbasedepayload.c:
19823         Set timestamp and add queue delay to timestamp
19824         * gst-libs/gst/rtp/rtpbuffer.h:
19825         Set correct payload type for h263
19826
19827 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
19828
19829         * gst/audiotestsrc/gstaudiotestsrc.c:
19830         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
19831         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
19832         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
19833         (gst_audiotestsrc_create_triangle),
19834         (gst_audiotestsrc_create_silence),
19835         (gst_audiotestsrc_create_white_noise),
19836         (gst_audiotestsrc_init_pink_noise),
19837         (gst_audiotestsrc_generate_pink_noise_value),
19838         (gst_audiotestsrc_create_pink_noise),
19839         (gst_audiotestsrc_change_wave):
19840         * gst/audiotestsrc/gstaudiotestsrc.h:
19841           fixed typo, added pink noise
19842
19843 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
19844
19845         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
19846         (plugin_init):
19847           Add wavpack and spc typefind functions from 0.8 branch.
19848
19849 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
19850
19851         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
19852         (ar_type_find), (msdos_type_find), (plugin_init):
19853           Add typefind functions for tar archives, ar archives,
19854           RAR archives, and msdos-executables (dlls, exe, etc.).
19855           Some of those would be wrongly identified as mpeg
19856           streams of some sort before (#315550).
19857
19858 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
19859
19860         * configure.ac:
19861         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19862         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19863         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
19864         * gst/audiotestsrc/Makefile.am:
19865         * gst/audiotestsrc/gstaudiotestsrc.c:
19866         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
19867         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
19868         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
19869         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
19870         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
19871         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
19872         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
19873         (gst_audiotestsrc_create_silence),
19874         (gst_audiotestsrc_create_white_noise),
19875         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
19876         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
19877         (gst_audiotestsrc_start), (plugin_init):
19878         * gst/audiotestsrc/gstaudiotestsrc.h:
19879           add new plugin and element
19880         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
19881           use gobject_class
19882
19883 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
19884
19885         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
19886         (gst_adder_init), (gst_adder_request_new_pad),
19887         (gst_adder_change_state):
19888           Add query function to source pad, so adder reports the correct
19889           time/sample position when queried (#315457); fix state change
19890           function; use GST_DEBUG_FUNCPTR() for pad functions.
19891
19892 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19893
19894         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
19895           Fix leaks in typefind registration
19896           Clean up the gratuitous commenting and whitespacing a little
19897
19898 2005-10-08  Wim Taymans  <wim@fluendo.com>
19899
19900         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
19901         Only actually wait for the thread to be stopped if it's 
19902         running.
19903
19904 2005-10-08  Wim Taymans  <wim@fluendo.com>
19905
19906         * gst-libs/gst/audio/gstbaseaudiosink.c:
19907         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
19908         If we receive EOS we can start playback of what we had.
19909
19910 2005-10-08  Wim Taymans  <wim@fluendo.com>
19911
19912         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
19913         (gst_multifdsink_finalize), (multifdsink_hash_remove),
19914         (gst_multifdsink_stop):
19915         Fix crasher when going to NULL multiple times.
19916
19917 2005-10-06  Wim Taymans  <wim@fluendo.com>
19918
19919         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
19920         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
19921         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19922         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
19923         patch from Edgard Lima <edgard.lima@indt.org.br>
19924         Fixed gstbaseaudiosrc adding ring buffer sync to it.
19925
19926 2005-10-06  Wim Taymans  <wim@fluendo.com>
19927
19928         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
19929         Report the FLOW_RETURN as string in the error message.
19930
19931         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
19932         Don't assert when clearing an unnegotiated buffer.
19933
19934 2005-10-04  Michael Smith <msmith@fluendo.com>
19935
19936         * gst/playback/gstplaybasebin.c: (group_destroy),
19937         (gen_preroll_element), (remove_groups), (setup_source):
19938         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
19939         (setup_sinks), (gst_play_bin_send_event),
19940         (gst_play_bin_change_state):
19941           Set state to NULL before removing from bin. Fix refcounting.
19942
19943 2005-10-04  Michael Smith <msmith@fluendo.com>
19944
19945         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
19946           Correct refcounting in send_event() function. Previously was wrong
19947           if the first sink was unable to handle the event.
19948
19949 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19950
19951         * configure.ac:
19952           back to development
19953
19954 === release 0.9.3 ===
19955
19956 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19957
19958         * configure.ac:
19959           Releasing 0.9.3, "De Facto"
19960
19961 2005-10-03  Andy Wingo  <wingo@pobox.com>
19962
19963         * gst/playback/gstdecodebin.c (try_to_link_1)
19964         (remove_element_chain): set element to NULL before removing it.
19965
19966 2005-10-02  Johan Dahlin  <johan@gnome.org>
19967
19968         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
19969         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
19970         MT safe.
19971
19972 2005-10-02  Andy Wingo  <wingo@pobox.com>
19973
19974         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
19975         (gst_ring_buffer_prepare_read): 
19976         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
19977         Demote to LOG.
19978
19979 2005-09-29  Wim Taymans  <wim@fluendo.com>
19980
19981         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19982         * ext/theora/theoradec.c: (theora_handle_data_packet):
19983         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19984         Propagate error codes from alloc_buffer too.
19985
19986 2005-09-29  Wim Taymans  <wim@fluendo.com>
19987
19988         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
19989         We use fixed caps.
19990
19991         * gst/playback/Makefile.am:
19992         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
19993         (dump_element_stats), (main):
19994         Added example stream introspection code.
19995
19996 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
19997
19998         * gst/adder/gstadder.c: (gst_adder_collected):
19999           fix adder for float elements
20000
20001 2005-09-28  Wim Taymans  <wim@fluendo.com>
20002
20003         * gst-libs/gst/audio/gstbaseaudiosink.c:
20004         (gst_base_audio_sink_class_init),
20005         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
20006         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20007         (gst_base_audio_src_class_init),
20008         (gst_base_audio_src_provide_clock):
20009         get_clock -> provide_clock
20010
20011 2005-09-28  Andy Wingo  <wingo@pobox.com>
20012
20013         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
20014         and unlocking.
20015
20016         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
20017         unlocking.
20018
20019         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
20020         Actually add the pad template.
20021         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
20022
20023         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
20024         I'm at it...
20025
20026         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
20027         from fdsrc. Get caps in create() instead of start() so it can be
20028         interrupted. Interruption somewhat untested.
20029
20030         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
20031         Proper EOS handling.
20032
20033 2005-09-27  Andy Wingo  <wingo@pobox.com>
20034
20035         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
20036
20037         * gst/tcp/gsttcpserversrc.c: Cleaned up.
20038
20039         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
20040
20041         * gst/tcp/gsttcp.h: 
20042         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
20043         out of tcpclientsrc.c. Cancellable.
20044         (gst_tcp_socket_read): Made private, cancellable, with better
20045         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
20046         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
20047         whole buffer, and better diagnostics.
20048         (gst_tcp_gdp_read_caps): Same.
20049
20050         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
20051
20052 2005-09-26  Andy Wingo  <wingo@pobox.com>
20053
20054         * gst/sine/gstsinesrc.h:
20055         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
20056         change the 'sync' property to 'is-live' and implement it halfway,
20057         update for controller api change.
20058
20059         * gst/volume/gstvolume.c (volume_transform_ip): Update for
20060         controller api change.
20061
20062 2005-09-24  Wim Taymans  <wim@fluendo.com>
20063
20064         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
20065         * gst-libs/gst/audio/gstaudiosink.c:
20066         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
20067         (gst_audioringbuffer_stop):
20068         * gst-libs/gst/audio/gstbaseaudiosink.c:
20069         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
20070         (gst_base_audio_sink_change_state):
20071         * gst-libs/gst/audio/gstbaseaudiosink.h:
20072         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
20073         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
20074         (gst_ring_buffer_commit), (gst_ring_buffer_read):
20075         * gst-libs/gst/audio/gstringbuffer.h:
20076         Fix sync again. Moved sample alignment to basesink.
20077
20078 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20079
20080         * docs/plugins/Makefile.am:
20081         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20082         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20083         * gst/volume/gstvolume.c:
20084           add/fix docs
20085         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
20086         * gst-libs/gst/audio/audio.h:
20087           add conversion macros for frames <-> clocktime
20088
20089 2005-09-23  David Schleef  <ds@schleef.org>
20090
20091         * gst/audioresample/Makefile.am:
20092         * gst/audioresample/debug.h:
20093         * gst/audioresample/gstaudioresample.c:
20094         * gst/audioresample/resample.c: Convert to using gst debugging
20095
20096 2005-09-22  Wim Taymans  <wim@fluendo.com>
20097
20098         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20099         (gst_play_bin_send_event):
20100         Only seek on one sink, the first one that succeeds.
20101
20102 2005-09-22  Michael Smith <msmith@fluendo.com>
20103
20104         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20105         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20106         Don't flush encoder state unless we have an initialised encoder.
20107         Clear out encoder state on PAUSED_TO_READY.
20108
20109 2005-09-22  Wim Taymans  <wim@fluendo.com>
20110
20111         * gst-libs/gst/rtp/gstbasertppayload.c:
20112         (gst_basertppayload_class_init), (gst_basertppayload_init),
20113         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
20114         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
20115         (gst_basertppayload_is_filled), (gst_basertppayload_push),
20116         (gst_basertppayload_set_property),
20117         (gst_basertppayload_get_property),
20118         (gst_basertppayload_change_state):
20119         * gst-libs/gst/rtp/gstbasertppayload.h:
20120         Added max-ptime to control amount of data in the rtp packets.
20121
20122 2005-09-21  Andy Wingo  <wingo@pobox.com>
20123
20124         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
20125         thingies.
20126
20127         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
20128         can be called multiple times, dogs.
20129
20130 2005-09-21  Wim Taymans  <wim@fluendo.com>
20131
20132         * gst-libs/gst/rtp/gstbasertppayload.c:
20133         (gst_basertppayload_class_init), (gst_basertppayload_init),
20134         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
20135         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
20136         (gst_basertppayload_push), (gst_basertppayload_get_property),
20137         (gst_basertppayload_change_state):
20138         Allow 0 ssrc too.
20139
20140 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
20141
20142         * docs/libs/compiling.sgml:
20143           fixing typos
20144
20145 2005-09-20  Wim Taymans  <wim@fluendo.com>
20146
20147         * gst-libs/gst/rtp/gstbasertppayload.c:
20148         (gst_basertppayload_class_init), (gst_basertppayload_init),
20149         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
20150         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
20151         (gst_basertppayload_push), (gst_basertppayload_set_property),
20152         (gst_basertppayload_get_property),
20153         (gst_basertppayload_change_state):
20154         * gst-libs/gst/rtp/gstbasertppayload.h:
20155         Added property to configure sequence number offsets.
20156
20157 2005-09-20  Wim Taymans  <wim@fluendo.com>
20158
20159         * gst-libs/gst/rtp/gstbasertppayload.c:
20160         (gst_basertppayload_class_init), (gst_basertppayload_init),
20161         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
20162         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
20163         (gst_basertppayload_push), (gst_basertppayload_set_property),
20164         (gst_basertppayload_get_property),
20165         (gst_basertppayload_change_state):
20166         * gst-libs/gst/rtp/gstbasertppayload.h:
20167         Make timestamp offset configurable.
20168
20169 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20170
20171         * check/pipelines/simple_launch_lines.c: (run_pipeline):
20172           fix wrong pop/unref
20173
20174 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
20175
20176         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20177
20178         * gst-libs/gst/interfaces/propertyprobe.c:
20179         (gst_property_probe_probe_property_name),
20180         (gst_property_probe_needs_probe_name),
20181         (gst_property_probe_get_values_name),
20182         (gst_property_probe_probe_and_get_values_name):
20183           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
20184           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
20185
20186 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20187
20188         * check/Makefile.am:
20189           have some tests be disabled for valgrinding
20190         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
20191         (GST_START_TEST):
20192         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
20193           Fix A Leak.  Chain To Parent Finalize.
20194
20195 2005-09-19  Wim Taymans  <wim@fluendo.com>
20196
20197         * examples/seeking/seek.c: (make_wav_pipeline), (main):
20198         Fixed wav pipeline.
20199
20200 2005-09-19  Wim Taymans  <wim@fluendo.com>
20201
20202         * gst-libs/gst/rtp/gstbasertppayload.c:
20203         (gst_basertppayload_class_init), (gst_basertppayload_init),
20204         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
20205         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
20206         (gst_basertppayload_push), (gst_basertppayload_get_property),
20207         (gst_basertppayload_change_state):
20208         Posting ERROR and WARNING messages is good.
20209
20210 2005-09-19  Wim Taymans  <wim@fluendo.com>
20211
20212         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20213         (gst_base_rtp_depayload_add_to_queue),
20214         (gst_base_rtp_depayload_push),
20215         (gst_base_rtp_depayload_set_gst_timestamp),
20216         (gst_base_rtp_depayload_queue_release):
20217         This one was not supposed to go in.
20218
20219 2005-09-19  Wim Taymans  <wim@fluendo.com>
20220
20221         * check/pipelines/simple_launch_lines.c: (run_pipeline):
20222         Fix for bus API.
20223
20224         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20225         (gst_base_rtp_depayload_chain),
20226         (gst_base_rtp_depayload_add_to_queue),
20227         (gst_base_rtp_depayload_push),
20228         (gst_base_rtp_depayload_set_gst_timestamp),
20229         (gst_base_rtp_depayload_queue_release):
20230         Some cleanups.
20231
20232         * gst-libs/gst/rtp/gstbasertppayload.c:
20233         (gst_basertppayload_class_init), (gst_basertppayload_init),
20234         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
20235         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
20236         (gst_basertppayload_get_property),
20237         (gst_basertppayload_change_state):
20238         Added debugging category.
20239
20240 2005-09-18  David Schleef  <ds@schleef.org>
20241
20242         * gst/playback/gstdecodebin.c: free plugin list correctly
20243         * gst/playback/gstplaybin.c: emit warning if autovideosink
20244           and autoaudiosink can't be found (instead of segfaulting)
20245
20246 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20247
20248         * check/elements/audioconvert.c: (GST_START_TEST):
20249           try out 24 bit conversion
20250
20251 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20252
20253         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20254         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
20255         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
20256         * ext/vorbis/vorbisenc.h:
20257           Fix EOS handling.  Still needs a fix in the ogg muxer to
20258           mark the last page as eos.
20259
20260 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20261
20262         * common/gtk-doc-plugins.mak:
20263         * docs/plugins/Makefile.am:
20264         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20265         * gst/ffmpegcolorspace/Makefile.am:
20266         * gst/ffmpegcolorspace/avcodec.h:
20267         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20268         * gst/tcp/gstmultifdsink.c:
20269           fix up ffmpegcolorspace docs; extract header
20270
20271 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20272
20273         * common/gtk-doc-plugins.mak:
20274         * docs/plugins/Makefile.am:
20275         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20276         * ext/theora/Makefile.am:
20277         * ext/theora/gsttheoraenc.h:
20278         * ext/theora/theoraenc.c:
20279         * ext/vorbis/vorbisenc.c:
20280           pick up signals and args for vorbis; add some docs for vorbis
20281
20282 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20283
20284         * common/gstdoc-scangobj:
20285         * common/gtk-doc-plugins.mak:
20286         * docs/libs/Makefile.am:
20287         * docs/plugins/gst-plugins-base-plugins.args:
20288         * docs/plugins/gst-plugins-base-plugins.hierarchy:
20289         * docs/plugins/gst-plugins-base-plugins.interfaces:
20290         * docs/plugins/gst-plugins-base-plugins.prerequisites:
20291         * docs/plugins/gst-plugins-base-plugins.signals:
20292           only scanobj stuff from our source module.  Not sure yet
20293           if that's correct, given the hierarchy stuff :)
20294
20295 2005-09-15  Wim Taymans  <wim@fluendo.com>
20296
20297         * gst/audioconvert/gstaudioconvert.c:
20298         And enable 24 bits mode as well..
20299
20300 2005-09-15  Wim Taymans  <wim@fluendo.com>
20301
20302         * gst-libs/gst/rtp/Makefile.am:
20303         * gst-libs/gst/rtp/gstbasertppayload.c:
20304         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
20305         (gst_basertppayload_class_init), (gst_basertppayload_init),
20306         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
20307         (gst_basertppayload_chain), (gst_basertppayload_set_options),
20308         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
20309         (gst_basertppayload_set_property),
20310         (gst_basertppayload_get_property),
20311         (gst_basertppayload_change_state):
20312         * gst-libs/gst/rtp/gstbasertppayload.h:
20313         Added rtp payloader base class.
20314
20315 2005-09-15  Andy Wingo  <wingo@pobox.com>
20316
20317         * configure.ac (plugindir): Remove the EOL matcher from the
20318         regexp, as it causes me problems. Libtool? Make? Who knows?
20319
20320 2005-09-14  David Schleef  <ds@schleef.org>
20321
20322         * check/generic/states.c: 
20323         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
20324         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
20325           Fixes for changes in registry API.
20326
20327         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
20328           to GST_PLUGIN_LDFLAGS.
20329         * ext/libvisual/visual.c: Make the library shut up.
20330         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
20331         * gst-libs/gst/audio/gstaudiofilter.c: same
20332
20333 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20334
20335         * docs/plugins/Makefile.am:
20336         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20337         * docs/plugins/inspect/plugin-libvisual.xml:
20338         * docs/plugins/tmpl/element-tcpserversink.sgml:
20339         * ext/theora/theoraenc.c:
20340           add libvisual plugin and theoraenc element to docs
20341
20342 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20343
20344         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20345         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20346         * ext/theora/theoraenc.c:
20347           add theoraenc
20348
20349 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
20350
20351         * gst/audioconvert/Makefile.am:
20352           Audioconvert derives from GstBaseTransform and should
20353           link to the library with our base elements to avoid
20354           unresolved symbols. Makes things work with MinGW (#316160)
20355
20356         * gst/playback/test4.c: (main):
20357           Fix MinGW build problem and use g_usleep() instead of 
20358           sleep() (#316162)
20359
20360 2005-09-12  Wim Taymans  <wim@fluendo.com>
20361
20362         * gst/audioconvert/audioconvert.c: (float),
20363         (audio_convert_prepare_context), (audio_convert_convert):
20364         * gst/audioconvert/audioconvert.h:
20365         Cleanups, speedups, simplifications, added back support
20366         for 24 bits.
20367
20368 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20369
20370         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20371         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20372         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20373         * docs/plugins/tmpl/element-tcpserversink.sgml:
20374         * gst/ffmpegcolorspace/gstffmpeg.c:
20375         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20376         * gst/videotestsrc/gstvideotestsrc.c:
20377         * gst/volume/gstvolume.c:
20378           add more elements to the docs
20379
20380 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
20381
20382         * check/Makefile.am:
20383         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
20384         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
20385           Add extra tests for basetransform based components. 
20386           Comment out the test_element_negotiation test until we decide
20387           if it's testing correct behaviour.
20388         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
20389         (gst_visual_chain), (gst_visual_change_state):
20390           Slightly more correct but still bogus timestamping.
20391           Fix state change function.
20392         * gst/audioconvert/gstaudioconvert.c:
20393         (gst_audio_convert_class_init):
20394         * gst/audioresample/gstaudioresample.c:
20395         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20396         (gst_ffmpegcsp_class_init):
20397         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20398         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
20399         (gst_videoscale_prepare_image):
20400         * gst/volume/gstvolume.c: (gst_volume_class_init),
20401         (volume_transform_ip):
20402           Basetransform updates. Enable passthrough modes.
20403         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
20404         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
20405         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
20406           Negotiation fix that allows the window to return to the original
20407           size and renegotiate passthrough upstream. Extra debug output.
20408
20409 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20410
20411         * gst/sine/gstsinesrc.c:
20412         * gst/volume/gstvolume.c:
20413           fix up header include
20414
20415 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
20416
20417         * gst-libs/gst/audio/gstbaseaudiosink.c:
20418         (gst_base_audio_sink_render):
20419         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
20420         * gst/volume/gstvolume.c: (gst_volume_class_init),
20421         (volume_transform):
20422           fixing lost sync, some more debugging
20423
20424 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
20425
20426         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
20427         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
20428         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
20429         (gst_xvimagesink_check_xshm_calls):
20430           Fix compilation when XShm is not available.
20431
20432 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
20433
20434         * ext/libvisual/visual.c: (gst_visual_dispose),
20435         (gst_visual_getcaps), (gst_visual_src_setcaps),
20436         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
20437         (gst_visual_change_state):
20438           Finish fixing up libvisual plugin so that it runs. 
20439
20440 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
20441
20442         * ext/vorbis/vorbisenc.c:
20443         * gst-libs/gst/tag/gstvorbistag.c:
20444           gsttaginterface.h -> gsttagsetter.h
20445
20446 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
20447
20448         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20449           added another test that failes for me (test is not active by default)
20450
20451 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20452
20453         * configure.ac:
20454           v4l2 is no longer in gst-plugins-base
20455
20456 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
20457
20458         * configure.ac:
20459           In the output at the end, don't show the first plugin on the same
20460           line as "Core plug-ins, always built:".
20461           Indent the output as for other plugin categories
20462         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20463           #define that can be used to not use peer buffer_alloc functions for
20464           test purposes.
20465         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
20466         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
20467         (gst_ximagesink_show_frame):
20468         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
20469         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
20470         (gst_xvimagesink_show_frame):
20471           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
20472           fails gracefully instead of XError aborting or deadlocking.
20473
20474 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
20475
20476         * ext/libvisual/Makefile.am:
20477           link against gst-base-libs
20478
20479 2005-09-06  David Schleef  <ds@schleef.org>
20480
20481         * configure.ac: Enable libvisual plugin.
20482         * ext/libvisual/Makefile.am:
20483         * ext/libvisual/visual.c: Fixes to make it compile.
20484
20485 === release 0.9.2 ===
20486
20487 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20488
20489         * NEWS:
20490         * RELEASE:
20491         * configure.ac:
20492         * docs/random/ChangeLog-0.8:
20493           releasing 0.9.2, "Spoon"
20494
20495 2005-09-05  Michael Smith <msmith@fluendo.com>
20496
20497         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20498           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
20499           that in the vorbisenc element.
20500
20501 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20502
20503         * common/gtk-doc-plugins.mak:
20504         * docs/plugins/Makefile.am:
20505           fix distcheck
20506         * gst/audioresample/resample.c:
20507           fix wrong docstring
20508
20509 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20510
20511         * common/gst-xmlinspect.py:
20512         * common/gtk-doc-plugins.mak:
20513           only inspect plugins for this given package
20514           require gst-python 0.9
20515
20516 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20517
20518         * Makefile.am:
20519         * autogen.sh:
20520         * common/gst-xmlinspect.py:
20521         * configure.ac:
20522         * docs/Makefile.am:
20523         * docs/plugins/inspect/plugin-alsa.xml:
20524         * docs/plugins/inspect/plugin-audioresample.xml:
20525         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20526         * docs/plugins/inspect/plugin-ogg.xml:
20527         * docs/plugins/tmpl/element-gnomevfssink.sgml:
20528         * docs/plugins/tmpl/element-multifdsink.sgml:
20529         * docs/plugins/tmpl/element-tcpserversink.sgml:
20530         * docs/plugins/tmpl/element-vorbisenc.sgml:
20531         * gst-plugins-base.spec.in:
20532           various doc-related updates
20533
20534 2005-08-31  Wim Taymans  <wim@fluendo.com>
20535
20536         * gst-libs/gst/audio/gstbaseaudiosink.c:
20537         (gst_base_audio_sink_render):
20538         Resync if the buffer timestamps drift more than a 10th 
20539         of a second.
20540
20541 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
20542
20543         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
20544         (gst_v4lsrc_get_property):
20545           The 'timestamp-offset' property is registered as an int64, so
20546           let's use g_value_{set|get}_int64() in our setter and getter
20547           functions (makes it work and fixes warnings with gst-inspect).
20548
20549 2005-08-30  Wim Taymans  <wim@fluendo.com>
20550
20551         * check/elements/audioconvert.c: (setup_audioconvert):
20552         * check/elements/audioresample.c: (setup_audioresample):
20553         * check/elements/volume.c: (setup_volume):
20554         Fix checks.
20555
20556 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20557
20558         * common/gtk-doc-plugins.mak:
20559         * common/plugins.xsl:
20560         * docs/plugins/Makefile.am:
20561           make module a param
20562
20563 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
20564
20565         * examples/seeking/seek.c: (make_mp3_pipeline),
20566         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
20567         (play_cb), (pause_cb), (stop_cb):
20568           update the example
20569
20570 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
20571
20572         * gst/volume/gstvolume.c: (gst_volume_class_init),
20573         (volume_transform):
20574           do not update controlled params, if buffer has no timestamp
20575
20576 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
20577
20578         * configure.ac:
20579         * gst/sine/Makefile.am:
20580         * gst/volume/Makefile.am:
20581           controllerized elements also need to link against controller-libs ;)
20582
20583 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
20584
20585         * docs/libs/tmpl/gstcolorbalance.sgml:
20586         * docs/libs/tmpl/gstgconf.sgml:
20587         * docs/libs/tmpl/gstmixer.sgml:
20588         * docs/libs/tmpl/gstringbuffer.sgml:
20589         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20590         (gst_sinesrc_create):
20591         * gst/volume/gstvolume.c: (gst_volume_class_init),
20592         (volume_transform):
20593           controllerized two audio plugins
20594
20595 2005-08-29  Andy Wingo  <wingo@pobox.com>
20596
20597         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
20598         (vorbis_handle_data_packet): Fix some int overflow errors.
20599
20600         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
20601         -1.
20602         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
20603         valid.
20604         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
20605         if it's valid. Fixed streaming-mode playback.
20606
20607         * check/elements/volume.c (cleanup_volume): Fix for running
20608         CK_FORK=no.
20609
20610         * check/elements/audioconvert.c: Convert from native endian, not
20611         little endian.
20612
20613 2005-08-29  Michael Smith <msmith@fluendo.com>
20614
20615         * ext/ogg/Makefile.am:
20616         * ext/ogg/gstogg.c: (plugin_init):
20617         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
20618         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
20619         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
20620         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
20621         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
20622         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
20623         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
20624         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
20625         Add an ogg parser element.
20626
20627 2005-08-28  Andy Wingo  <wingo@pobox.com>
20628
20629         * Updates for two-arg init from GST_BOILERPLATE_FULL.
20630
20631 2005-08-26  Wim Taymans  <wim@fluendo.com>
20632
20633         * gst/audioconvert/audioconvert.c: (if), (float),
20634         (audio_convert_get_func_index), (check_default),
20635         (audio_convert_clean_fmt), (audio_convert_prepare_context),
20636         (audio_convert_clean_context), (audio_convert_get_sizes),
20637         (audio_convert_convert):
20638         Cleanups.
20639
20640 2005-08-26  Wim Taymans  <wim@fluendo.com>
20641
20642         * gst/audioconvert/audioconvert.c: (if), (float),
20643         (audio_convert_get_func_index), (check_default),
20644         (audio_convert_clean_fmt), (audio_convert_prepare_context),
20645         (audio_convert_clean_context), (audio_convert_get_sizes),
20646         (audio_convert_convert):
20647         More elegant and working temp buffer selection algo.
20648
20649 2005-08-26  Wim Taymans  <wim@fluendo.com>
20650
20651         * gst/audioconvert/audioconvert.c: (if), (float),
20652         (audio_convert_get_func_index), (check_default),
20653         (audio_convert_clean_fmt), (audio_convert_prepare_context),
20654         (audio_convert_clean_context), (audio_convert_get_sizes),
20655         (get_temp_buffer), (audio_convert_convert):
20656         Use realloc else we lose our original data.
20657
20658 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20659
20660         * gst/audioresample/gstaudioresample.c:
20661           use base class' newsegment to properly timestamp
20662
20663 2005-08-26  Wim Taymans  <wim@fluendo.com>
20664
20665         * gst/audioconvert/audioconvert.c: (if), (float),
20666         (audio_convert_get_func_index), (check_default),
20667         (audio_convert_clean_fmt), (audio_convert_prepare_context),
20668         (audio_convert_clean_context), (audio_convert_get_sizes),
20669         (get_temp_buffer), (audio_convert_convert):
20670         * gst/audioconvert/gstaudioconvert.c:
20671         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
20672         (gst_audio_convert_transform_caps),
20673         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
20674         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
20675         Oops, allocate enough space to perform the channel mix.
20676
20677 2005-08-26  Wim Taymans  <wim@fluendo.com>
20678
20679         * gst/audioconvert/Makefile.am:
20680         * gst/audioconvert/audioconvert.c: (if), (float),
20681         (audio_convert_get_func_index), (check_default),
20682         (audio_convert_clean_fmt), (audio_convert_prepare_context),
20683         (audio_convert_clean_context), (audio_convert_get_sizes),
20684         (get_temp_buffer), (audio_convert_convert):
20685         * gst/audioconvert/audioconvert.h:
20686         * gst/audioconvert/gstaudioconvert.c:
20687         (gst_audio_convert_class_init), (gst_audio_convert_init),
20688         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
20689         (gst_audio_convert_get_unit_size),
20690         (gst_audio_convert_transform_caps),
20691         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
20692         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
20693         * gst/audioconvert/gstaudioconvert.h:
20694         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
20695         (gst_channel_mix_fill_identical),
20696         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
20697         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
20698         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
20699         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
20700         (gst_channel_mix_mix):
20701         * gst/audioconvert/gstchannelmix.h:
20702         Cleanups, librarify a bit, optimize, better negotiation and more.
20703
20704 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
20705
20706         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
20707         Another from MikeS:
20708         During typefinding, don't support negative offsets
20709         (offsets from the end of the stream) in our typefind->peek() function
20710         - nothing embedded in ogg ever needs them. However, we need to recognise
20711         those requests and reject them, otherwise we return invalid pointers.
20712
20713 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
20714
20715         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
20716         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
20717         (vorbisdec_finalize), (vorbis_handle_type_packet):
20718           Big shout-out to MikeS for fixing this giant memory leak.
20719           Huzzah!
20720
20721 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20722
20723         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
20724         (audio_convert_get_unit_size):
20725           plug some leaks
20726
20727 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20728
20729         * check/Makefile.am:
20730         * check/elements/audioconvert.c: (setup_audioconvert),
20731         (cleanup_audioconvert), (get_int_caps), (verify_convert),
20732         (GST_START_TEST), (audioconvert_suite), (main):
20733           add a test for audioconvert
20734         * gst/audioresample/gstaudioresample.c:
20735         * gst/audioresample/gstaudioresample.h:
20736           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
20737           note that for buffers of 1/3 sec this means DURATION(c) is 
20738           one nanosecond more than for a and b
20739
20740 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20741
20742         * check/Makefile.am:
20743         * check/elements/audioresample.c: (setup_audioresample),
20744         (cleanup_audioresample), (fail_unless_perfect_stream),
20745         (test_perfect_stream_instance), (GST_START_TEST),
20746           add a check for audioresample
20747         (audioresample_suite), (main):
20748         * check/elements/volume.c: (GST_START_TEST):
20749           remove unused method
20750         * gst/audioresample/gstaudioresample.c:
20751           set correct buffer parameters since we're changing them
20752         * gst/audioresample/resample_ref.c: (resample_scale_ref):
20753           add some debug
20754
20755 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20756
20757         * gst/audioresample/debug.c:
20758         * gst/audioresample/gstaudioresample.c:
20759           add room for extra overlap samples when asked to transform size
20760           protect against possible mem corruption and check for discrepancies
20761           between written size and outbuffer's size so we can warn for
20762           potential problems
20763         * gst/audioresample/resample.c: (resample_init),
20764         (resample_get_output_size_for_input), (resample_get_output_size),
20765         (resample_set_n_channels), (resample_set_format):
20766           set debug level based on RESAMPLE_DEBUG env var
20767           make sure that get_output_size* returns a whole number of
20768           sample_size
20769           set sample_size each time either channel or format is set
20770         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
20771         * gst/audioresample/resample_functable.c:
20772         (resample_scale_functable):
20773         * gst/audioresample/resample_ref.c: (resample_scale_ref):
20774           remove r->sample_size, it's done in resample.c now
20775           add some debugging to the ref implementation
20776           make sure we only give back bytes that are wholes of the sample
20777           size
20778
20779 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
20780         * gst/playback/gstplaybasebin.c: (fill_buffer):
20781         Revert unpopular change for GST_MESSAGE_SRC to GObject.
20782
20783 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
20784
20785         * gst/volume/gstvolume.c:
20786           made set_caps function static
20787
20788 2005-08-24  Wim Taymans  <wim@fluendo.com>
20789
20790         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20791         (gst_vorbisenc_change_state):
20792         Stop leaking taglists.
20793
20794 2005-08-24  Wim Taymans  <wim@fluendo.com>
20795
20796         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
20797         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
20798         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
20799         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
20800         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
20801         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
20802         Parse seeking events better.
20803         Unref static caps.
20804         Generate correct newsegment events, fixes seeking in live oggs.
20805
20806         * ext/theora/theoradec.c: (theora_dec_src_query),
20807         (theora_dec_src_event), (theora_dec_src_getcaps),
20808         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
20809         Use newsegment values to report correct play time.
20810
20811         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20812         (vorbis_dec_src_event), (vorbis_dec_sink_event):
20813         * ext/vorbis/vorbisdec.h:
20814         Parse and use newsegment values to report correct play time.
20815
20816         * gst-libs/gst/audio/gstbaseaudiosink.c:
20817         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
20818         Clear ringbuffer on flush.
20819         Use newsegment values to calculate playback time.
20820
20821         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
20822         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
20823         Basesink does newsegment calculations for us now.
20824
20825 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20826
20827         * check/Makefile.am:
20828         * configure.ac:
20829           add core's plugins to the mix so that playbin works
20830         * check/generic/states.c: (GST_START_TEST):
20831           set a 0 timeout on pipelines, so they don't force the next
20832           state change
20833         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
20834         (gst_play_base_bin_change_state):
20835           remove the crappy error handling and do GST error handling
20836
20837 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20838
20839         * check/Makefile.am:
20840         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
20841           add same test as to core, it bitches out on playbin atm.
20842
20843 2005-08-24  Wim Taymans  <wim@fluendo.com>
20844
20845         * configure.ac:
20846         Remove audioscale.
20847
20848 2005-08-24  Wim Taymans  <wim@fluendo.com>
20849
20850         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
20851         (gst_videoscale_prepare_size), (parse_caps),
20852         (gst_videoscale_set_caps), (gst_videoscale_get_size),
20853         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
20854         (gst_videoscale_transform):
20855         * gst/videoscale/gstvideoscale.h:
20856         Refactor, make use of BaseTranform really well.
20857
20858 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20859
20860         * configure.ac:
20861           compile audioresample
20862         * gst/audioresample/Makefile.am:
20863         * gst/audioresample/buffer.c:
20864         * gst/audioresample/functable.c:
20865         * gst/audioresample/gstaudioresample.c:
20866         * gst/audioresample/gstaudioresample.h:
20867         * gst/audioresample/resample.c:
20868         (resample_get_output_size_for_input):
20869         * gst/audioresample/resample.h:
20870         * gst/audioresample/resample_chunk.c:
20871         * gst/audioresample/resample_functable.c:
20872         * gst/audioresample/resample_ref.c:
20873           port to use basetransform; doesn't work in all cases yet
20874
20875 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20876
20877         * gst/audioconvert/gstaudioconvert.c:
20878         (gst_audio_convert_class_init), (gst_audio_convert_init),
20879         (audio_convert_get_unit_size), (audio_convert_transform_caps),
20880         (audio_convert_fixate_caps), (audio_convert_set_caps),
20881         (audio_convert_transform),
20882         (gst_audio_convert_buffer_to_default_format),
20883         (gst_audio_convert_buffer_from_default_format),
20884         (gst_audio_convert_channels):
20885         * gst/audioconvert/gstchannelmix.c:
20886         * gst/audioconvert/gstchannelmix.h:
20887           port to basetransform
20888         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20889         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
20890         (gst_ffmpegcsp_get_unit_size):
20891         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20892         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
20893           fix for basetransform changes
20894
20895 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
20896
20897         * check/Makefile.am:
20898           Add CHECK_CFLAGS and LDFLAGS
20899
20900         * gst/playback/gstplaybasebin.c: (fill_buffer):
20901           GST_MESSAGE_SRC became a GObject
20902
20903 2005-08-24  Wim Taymans  <wim@fluendo.com>
20904
20905         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
20906         (gst_ring_buffer_clear_all):
20907         * gst-libs/gst/audio/gstringbuffer.h:
20908         Added function to clear the ringbuffer.
20909
20910 2005-08-24  Andy Wingo  <wingo@pobox.com>
20911
20912         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
20913         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
20914         of _open and _close.
20915
20916         * sys/v4l/gstv4lxoverlay.h:
20917         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
20918         an Xv connection here, instead of all the time. Make Xv only be
20919         loaded if you axe for it. Kindof a workaround for buggy behaviour
20920         of Xv when using remote xservers (XvQueryExtension would block).
20921         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
20922         replace the _open and _close public API. Only start the xv
20923         connection if necessary.
20924         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
20925
20926 2005-08-23  David Schleef  <ds@schleef.org>
20927
20928         * gst/audioresample/Makefile.am: Leet audioresampling code
20929         * gst/audioresample/buffer.c:
20930         * gst/audioresample/buffer.h:
20931         * gst/audioresample/debug.c:
20932         * gst/audioresample/debug.h:
20933         * gst/audioresample/functable.c:
20934         * gst/audioresample/functable.h:
20935         * gst/audioresample/gstaudioresample.c:
20936         * gst/audioresample/gstaudioresample.h:
20937         * gst/audioresample/resample.c:
20938         * gst/audioresample/resample.h:
20939         * gst/audioresample/resample_chunk.c:
20940         * gst/audioresample/resample_functable.c:
20941         * gst/audioresample/resample_ref.c:
20942
20943 2005-08-23  Wim Taymans  <wim@fluendo.com>
20944
20945         * examples/seeking/seek.c: (make_vorbis_pipeline),
20946         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
20947         Small seek updates.
20948
20949 2005-08-23  Andy Wingo  <wingo@pobox.com>
20950
20951         * gst-libs/gst/audio/gstbaseaudiosrc.c
20952         (gst_base_audio_src_fixate): Only fixate endianness if it is
20953         present in the caps.
20954
20955 2005-08-22  Andy Wingo  <wingo@pobox.com>
20956
20957         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
20958         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
20959         device-name property.
20960
20961         * gst-libs/gst/audio/gstaudiosrc.h:
20962         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
20963         close_device in the ring buffer, like gstaudiosink.
20964
20965         * ext/alsa/gstalsamixer.h:
20966         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
20967         macro to implement the interface without much code. Cleanups. 
20968
20969         * ext/alsa/gstalsasrc.h:
20970         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
20971         READY.
20972
20973         * ext/alsa/Makefile.am: Add new files.
20974         * ext/alsa/gstalsamixerelement.c: 
20975         * ext/alsa/gstalsamixerelement.c: Split element code out from
20976         mixer code so that alsasrc can be a mixer too.
20977
20978 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20979
20980         * check/elements/volume.c: (setup_volume), (cleanup_volume),
20981         (GST_START_TEST):
20982         * check/elements/vorbisdec.c: (setup_vorbisdec),
20983         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
20984         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20985         (vorbis_handle_identification_packet),
20986         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
20987         (vorbis_handle_header_packet), (vorbis_dec_push),
20988         (vorbis_dec_chain):
20989           use the setup/teardown methods to save code.  save code is good.
20990
20991 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20992
20993         * check/Makefile.am:
20994           add ext dir for plugins
20995           add vorbisdec test conditionally
20996         * check/elements/volume.c: (setup_volume), (cleanup_volume),
20997         (GST_START_TEST), (volume_suite):
20998           add a test with wrong caps
20999         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
21000         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
21001           add a vorbisdec test
21002         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
21003         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
21004           clean up debug output
21005         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21006           yay, fix a segfault/security issue in vorbisdec
21007           gst-launch fakesrc ! vorbisdec wasn't happy
21008         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
21009         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
21010         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
21011         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
21012         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
21013         (gst_vorbisenc_set_metadata), (get_constraints_string),
21014         (update_start_message), (gst_vorbisenc_setup),
21015         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
21016         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
21017         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
21018         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
21019         * ext/vorbis/vorbisenc.h:
21020           march in line
21021         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21022         (gst_ffmpegcsp_transform):
21023           have the kow come home
21024         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
21025           debug my func ptr
21026         * gst/volume/gstvolume.c: (volume_set_caps):
21027           add a debug
21028
21029 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21030
21031         * Makefile.am:
21032         * check/.cvsignore:
21033         * check/Makefile.am:
21034         * check/elements/.cvsignore:
21035         * check/elements/volume.c: (chain_func), (event_func),
21036         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
21037         (main):
21038         * configure.ac:
21039           add unit test structure for gst-plugins-base
21040           add a test for volume
21041         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
21042         (gst_volume_set_volume), (gst_volume_get_volume),
21043         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
21044         (volume_funcfind), (volume_process_float), (volume_process_int16),
21045         (volume_set_caps), (volume_transform), (volume_update_mute),
21046         (volume_update_volume), (volume_set_property),
21047         (volume_get_property):
21048           document a little; use basetransform vmethod _set_caps
21049
21050 2005-08-19  Andy Wingo  <wingo@pobox.com>
21051
21052         * ext/alsa/gstalsamixertrack.h:
21053         * ext/alsa/gstalsamixertrack.c:
21054         * ext/alsa/gstalsamixeroptions.h:
21055         * ext/alsa/gstalsamixeroptions.c:
21056         * ext/alsa/gstalsamixer.h:
21057         * ext/alsa/gstalsamixer.c: Port to 0.9.
21058
21059         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
21060         Remove gstalsa.c and alsaclock. No more cruft here.
21061         
21062 2005-08-18  Wim Taymans  <wim@fluendo.com>
21063
21064         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21065         (gst_base_rtp_depayload_chain),
21066         (gst_base_rtp_depayload_add_to_queue),
21067         (gst_base_rtp_depayload_push),
21068         (gst_base_rtp_depayload_queue_release):
21069         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21070         Fix for RTPBuffer changes.
21071
21072         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
21073         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
21074         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
21075         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
21076         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
21077         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
21078         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
21079         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
21080         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
21081         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
21082         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
21083         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
21084         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
21085         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
21086         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
21087         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
21088         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
21089         (gst_rtpbuffer_get_payload):
21090         * gst-libs/gst/rtp/gstrtpbuffer.h:
21091         Don't subclass GstBuffer but add methods and helper functions
21092         to construct and manipulate RTP packets in regular GstBuffers.
21093
21094 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
21095
21096         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21097           moved statement below switch
21098         * gst/volume/gstvolume.c: (gst_volume_class_init):
21099           added debug ptr
21100
21101 2005-08-16  Wim Taymans  <wim@fluendo.com>
21102
21103         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21104         (gst_base_audio_src_change_state):
21105         Open and close device in READY<->NULL state change.
21106
21107 2005-08-16  Andy Wingo  <wingo@pobox.com>
21108
21109         * examples/seeking/Makefile.am: Don't compile non-compiling
21110         compiled objects with the compiler.
21111
21112         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
21113         elements.
21114
21115 2005-08-12  Philippe Khalaf <burger@speedy.org>
21116         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21117         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21118           Made a thread to release the queue.
21119           Removed timestamp conversion for now.
21120
21121 2005-08-10  Philippe Khalaf <burger@speedy.org>
21122         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21123         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21124           Added rtp timestamp -> gst timestamp conversion.
21125           Fixed several problems with queue.
21126
21127 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
21128
21129         * gst-libs/gst/audio/gstaudioclock.h:
21130         * gst-libs/gst/audio/gstaudiofilter.h:
21131         * gst-libs/gst/audio/gstaudiosink.h:
21132         * gst-libs/gst/audio/gstaudiosrc.h:
21133         * gst-libs/gst/audio/gstbaseaudiosink.h:
21134         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21135         * gst-libs/gst/audio/gstringbuffer.h:
21136         * gst-libs/gst/net/gstnetbuffer.h:
21137         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21138         * gst-libs/gst/rtp/gstrtpbuffer.h:
21139           Add padding (you will need to rebuild gst-plugins-base,
21140           gst-plugins and all applications afterwards!)
21141
21142 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
21143
21144         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
21145         (gst_riff_parse_chunk):
21146           Fix bug in debug message and add some more debug messages.
21147
21148 2005-08-08  Edward Hervey  <edward@fluendo.com>
21149
21150         * gst-libs/gst/riff/riff-media.c:
21151         backported updates since branch
21152
21153 2005-08-08  Andy Wingo  <wingo@pobox.com>
21154
21155         * gst-libs/gst/audio/gstbaseaudiosink.c
21156         (gst_base_audio_sink_change_state): Open the device in NULL->READY
21157         like good elements should. Close on READY->NULL too.
21158
21159         * gst-libs/gst/audio/gstaudiosink.c
21160         (gst_audioringbuffer_open_device,
21161         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
21162         (gst_audioringbuffer_release): Updates for new ring buffer API,
21163         hook into the new audio sink api.
21164
21165         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
21166         (GstAudioSinkClass.close): Just open and close the device -- no
21167         resource allocation or configuration.
21168         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
21169         vmethods, handle device setup and resource allocation.
21170
21171         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
21172         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
21173         base class API.
21174
21175         * gst-libs/gst/audio/gstringbuffer.h
21176         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
21177         New vmethods.
21178
21179         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
21180         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
21181         New API functions. The device should be opened before acquiring
21182         and closed after releasing.
21183
21184 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
21185
21186         * gst-libs/gst/interfaces/mixer.h:
21187           Reset padding to GST_PADDING.
21188
21189 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21190
21191         * gst/playback/gstplaybin.c: (remove_sinks):
21192           Remove visualization from parent explicitely; works around some
21193           apparent refcount issue that I haven't tracked down yet.
21194
21195 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21196
21197         * ext/alsa/gstalsasink.c: (set_hwparams):
21198           Assign debug category, add negotiation debug msgs.
21199
21200 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21201
21202         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
21203           Fix error code for file-not-found to NOT_FOUND.
21204
21205 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21206
21207         * common/gtk-doc-plugins.mak:
21208         * docs/plugins/Makefile.am:
21209         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21210         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21211           renamed to actual element names, so much nicer to look at
21212         * docs/plugins/tmpl/gstmultifdsink.sgml:
21213           remove
21214         * docs/plugins/tmpl/multifdsink.sgml:
21215         * docs/plugins/tmpl/tcpserversink.sgml:
21216           add
21217         * ext/alsa/gstalsa.c:
21218         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
21219         * ext/ogg/gstoggmux.c:
21220         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
21221         * gst/playback/gstdecodebin.c:
21222         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
21223         * gst/tcp/gsttcpserversink.c:
21224           various fixes and documentation additions
21225
21226 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21227
21228         * common/Makefile.am:
21229         * common/gstdoc-scangobj:
21230         * common/gtk-doc-plugins.mak:
21231         * common/gtk-doc.mak:
21232           add a custom scangobj that uses the registry
21233           add a custom gtk-doc-plugins.mak that uses it
21234           some doc build fixes
21235         * configure.ac:
21236         * docs/Makefile.am:
21237         * docs/plugins/Makefile.am:
21238         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21239         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21240         * docs/plugins/gst-plugins-base-plugins.types:
21241         * docs/plugins/tmpl/gstmultifdsink.sgml:
21242           add docs for one element, multifdsink
21243         * gst/adder/gstadder.h:
21244         * gst/volume/gstvolume.h:
21245           don't privatize enum
21246         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
21247         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
21248         (gst_sync_method_get_type), (gst_client_status_get_type),
21249         (gst_multifdsink_class_init),
21250         (gst_multifdsink_client_queue_buffer),
21251         (gst_multifdsink_handle_client_write):
21252         * gst/tcp/gstmultifdsink.h:
21253         * gst/tcp/gsttcp.h:
21254         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
21255         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
21256         (gst_tcpclientsink_render):
21257         * gst/tcp/gsttcpclientsink.h:
21258         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
21259         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
21260         (gst_tcpclientsrc_start):
21261         * gst/tcp/gsttcpclientsrc.h:
21262         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
21263         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
21264         * gst/tcp/gsttcpserversrc.h:
21265         * gst/typefind/gsttypefindfunctions.c:
21266           remove superfluous Type stuff
21267
21268 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21269
21270         * gst/playback/gstplaybin.c: (gen_video_element):
21271           Enable videoscale.
21272
21273 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21274
21275         * gst-libs/gst/gconf/gconf.c:
21276         * gst-libs/gst/gconf/gconf.h:
21277           Fix some Andy Problem [tm].
21278
21279 2005-08-04  Andy Wingo  <wingo@pobox.com>
21280
21281         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
21282         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
21283         (gst_ffmpegcsp_get_size): Adapt to API changes.
21284
21285         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
21286         Implement an in-place do-nothing transform.
21287
21288 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21289
21290         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
21291         (gst_ximagesink_renegotiate_size):
21292           Do not set new window sizes yet if we prepare a new buffer size
21293           for upstream renegotiation (software scaling) at some point in the
21294           future, because this new size waqs not actually accepted yet. Once
21295           accepted, renegotiation later on will set the new sizes just fine.
21296           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
21297           embedding testcase.
21298
21299 2005-08-03  Andy Wingo  <wingo@pobox.com>
21300
21301         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
21302         (gst_ximagesink_buffer_alloc): 
21303         Protect the height, width, and desired_caps with the pool_lock.
21304         Fixes videotestsrc ! queue ! ximagesink.
21305
21306 2005-08-02  Edward Hervey  <edward@fluendo.com>
21307
21308         * gst/volume/gstvolume.c:
21309         include left from controller cleanup
21310
21311 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
21312         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
21313           Stop collectpads before calling the parent state
21314           change function on PAUSED->READY.
21315
21316 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
21317         * configure.ac:
21318           When testing for X libs, use the X CFlags 
21319         * gst/adder/gstadder.c: (gst_adder_change_state):
21320           Stop the collectpads before calling parent state change function
21321           on PAUSED->READY, otherwise we deadlock deactivating pads.
21322
21323 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
21324
21325         * configure.ac:
21326         * docs/libs/tmpl/gstcolorbalance.sgml:
21327         * docs/libs/tmpl/gstmixer.sgml:
21328         * examples/Makefile.am:
21329         * gst/sine/Makefile.am:
21330         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
21331         (gst_sinesrc_set_property), (plugin_init):
21332         * gst/sine/gstsinesrc.h:
21333         * gst/volume/Makefile.am:
21334         * gst/volume/gstvolume.c: (gst_volume_set_volume),
21335         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
21336         (volume_process_float), (volume_process_int16),
21337         (volume_set_property), (plugin_init):
21338         * gst/volume/gstvolume.h:
21339           deactivate and remove dparams (libgstcontrol)
21340
21341 2005-07-29  Wim Taymans  <wim@fluendo.com>
21342
21343         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
21344         Convert me to BaseTransform!! help..
21345
21346 2005-07-29  Andy Wingo  <wingo@pobox.com>
21347
21348         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
21349         sinks.
21350
21351         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
21352         support of both endiannesses.
21353
21354 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
21355
21356         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
21357           Fix confusing debug message (s/event/query/)
21358
21359 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
21360
21361         * gst/videotestsrc/videotestsrc.h:
21362           Use "_stdint.h" instead of <stdint.h>
21363
21364 2005-07-27  Wim Taymans  <wim@fluendo.com>
21365
21366         * ext/vorbis/Makefile.am:
21367         Revert wrong commit.
21368
21369 2005-07-27  Wim Taymans  <wim@fluendo.com>
21370
21371         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
21372         More compilation fixen.
21373
21374 2005-07-27  Wim Taymans  <wim@fluendo.com>
21375
21376         * gst-libs/gst/audio/gstbaseaudiosink.c:
21377         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21378         (gst_base_audio_sink_create_ringbuffer),
21379         (gst_base_audio_sink_change_state):
21380         Fix compilation.
21381
21382 2005-07-27  Wim Taymans  <wim@fluendo.com>
21383
21384         * examples/seeking/seek.c: (setup_dynamic_link),
21385         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
21386         (query_positions_elems), (query_positions_pads), (do_seek):
21387         Update seek example.
21388
21389         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
21390         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
21391         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
21392         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
21393         (gst_ogg_demux_handle_event),
21394         (gst_ogg_demux_deactivate_current_chain),
21395         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
21396         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
21397         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
21398         (gst_ogg_demux_loop):
21399         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
21400         * ext/theora/theoradec.c: (theora_dec_src_event),
21401         (theora_dec_src_getcaps), (theora_dec_sink_event),
21402         (theora_dec_push), (theora_dec_chain):
21403         * ext/vorbis/Makefile.am:
21404         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
21405         (vorbis_dec_sink_event), (vorbis_dec_push),
21406         (vorbis_handle_data_packet):
21407         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
21408         (gst_vorbisenc_chain):
21409         * gst/playback/gststreaminfo.c: (cb_probe):
21410         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
21411         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21412         * gst/videoscale/gstvideoscale.c:
21413         (gst_videoscale_handle_src_event):
21414         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
21415         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
21416         (gst_ximagesink_navigation_send_event):
21417         * sys/xvimage/xvimagesink.c:
21418         (gst_xvimagesink_navigation_send_event):
21419         Various event updates and cleanups
21420
21421 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21422
21423         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
21424           Fix segfault for I420/YV12.
21425
21426 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21427
21428         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
21429           Report bitrate.
21430
21431 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21432
21433         * gst/playback/gstplaybin.c: (gen_video_element),
21434         (gen_audio_element):
21435           Switch to auto*sink elements as default sinks; add volume element
21436           so that volume control in totem works.
21437
21438 2005-07-21  Wim Taymans  <wim@fluendo.com>
21439
21440         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
21441         * gst/playback/gstplaybin.c: (setup_sinks),
21442         (gst_play_bin_change_state):
21443         Refcount fix and more comments.
21444
21445 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21446
21447         * sys/ximage/Makefile.am:
21448         * sys/ximage/ximage.c: (plugin_init):
21449         * sys/ximage/ximagesink.c:
21450         Prepare for adding ximagesrc, rename of plugin to ximage etc.
21451         
21452
21453 2005-07-21  Wim Taymans  <wim@fluendo.com>
21454
21455         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
21456         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
21457         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
21458         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
21459         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
21460         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
21461         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
21462         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
21463         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
21464         Generate correct disconts for live chained oggs.
21465
21466         * gst-libs/gst/audio/gstbaseaudiosink.c:
21467         (gst_base_audio_sink_render),
21468         (gst_base_audio_sink_create_ringbuffer),
21469         (gst_base_audio_sink_change_state):
21470         Handle discont math correctly.
21471
21472         * gst/playback/gstplaybin.c: (add_sink):
21473         Some small debug cleanup.
21474
21475 2005-07-21  Wim Taymans  <wim@fluendo.com>
21476
21477         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
21478         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
21479         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
21480         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
21481         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
21482         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
21483         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
21484         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
21485         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
21486         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
21487         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
21488         (gst_ogg_demux_change_state), (gst_ogg_print):
21489         Reorganize code to send the right disconts when in streaming
21490         mode.
21491
21492 2005-07-20  Andy Wingo  <wingo@pobox.com>
21493
21494         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
21495         fix (?), fixes a seggie mcfalterson (#310894).
21496
21497 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21498
21499         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
21500         (gst_ogg_mux_set_header_on_caps):
21501         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
21502         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
21503         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
21504         * gst-libs/gst/audio/multichannel.c:
21505         (gst_audio_set_channel_positions),
21506         (gst_audio_set_structure_channel_positions_list):
21507         * gst/playback/gstdecodebin.c: (dynamic_create):
21508         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
21509         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
21510           Fixes for API changes in core.
21511
21512 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21513
21514         * gst/playback/gstplaybasebin.c: (fill_buffer):
21515           Use _new_custom() so we can set custom message types for buffering
21516           messages.
21517
21518 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21519
21520         * configure.ac:
21521         * gst-libs/gst/Makefile.am:
21522         * gst-libs/gst/gconf/.cvsignore:
21523         * gst-libs/gst/gconf/Makefile.am:
21524         * gst-libs/gst/gconf/test-gconf.c:
21525         * pkgconfig/Makefile.am:
21526         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
21527         * pkgconfig/gstreamer-gconf.pc.in:
21528           Remove gconf stuff, use gconf elements instead from now on.
21529
21530 2005-07-20  Wim Taymans  <wim@fluendo.com>
21531
21532         * gst-libs/gst/audio/TODO:
21533         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
21534         (gst_audio_clock_get_internal_time):
21535         * gst-libs/gst/audio/gstaudioclock.h:
21536         * gst-libs/gst/audio/gstbaseaudiosink.c:
21537         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
21538         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
21539         (gst_base_audio_sink_render),
21540         (gst_base_audio_sink_create_ringbuffer),
21541         (gst_base_audio_sink_change_state):
21542         Make sure the audio clock always returns an increasing value.
21543
21544 2005-07-19  Andy Wingo  <wingo@pobox.com>
21545
21546         * gst/videotestsrc/: Cleanups.
21547
21548 2005-07-19  Wim Taymans  <wim@fluendo.com>
21549
21550         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
21551         Better debugging.
21552
21553 2005-07-19  Wim Taymans  <wim@fluendo.com>
21554
21555         * examples/seeking/seek.c: (make_dv_pipeline),
21556         (make_vorbis_theora_pipeline), (query_rates),
21557         (query_positions_elems), (query_positions_pads), (do_seek):
21558         Make correct DV pipeline.
21559
21560 2005-07-18  Andy Wingo  <wingo@pobox.com>
21561
21562         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
21563         default. Also because it's the only thing that really works. (This
21564         is used in the GConf elements).
21565         Use AS_LIBTOOL_TAGS.
21566
21567 2005-07-18  Wim Taymans  <wim@fluendo.com>
21568
21569         * gst/playback/gstdecodebin.c: (remove_element_chain):
21570         * gst/playback/gstplaybin.c: (add_sink):
21571         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
21572         (gst_stream_info_set_mute):
21573         * gst/playback/gststreamselector.c:
21574         (gst_stream_selector_get_linked_pad),
21575         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
21576         More leak and compile fixes.
21577
21578 2005-07-18  Wim Taymans  <wim@fluendo.com>
21579
21580         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
21581         (query_rates), (query_positions_elems), (query_positions_pads),
21582         (do_seek), (seek_cb), (stop_seek):
21583         Updated seek example. 
21584
21585         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
21586         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
21587         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
21588         * gst/playback/gstplaybin.c: (add_sink):
21589         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
21590         (gst_stream_info_set_mute):
21591         Some refcount leak fixes.
21592
21593 2005-07-16  Wim Taymans  <wim@fluendo.com>
21594
21595         * gst-libs/gst/audio/gstbaseaudiosink.c:
21596         (gst_base_audio_sink_render):
21597         Align samples even if we have roundoff errors in the 
21598         timestamp conversion.
21599
21600 2005-07-16  Wim Taymans  <wim@fluendo.com>
21601
21602         * docs/libs/tmpl/gstringbuffer.sgml:
21603         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
21604         (query_rates), (query_positions_elems), (query_positions_pads),
21605         (update_scale), (do_seek):
21606         Updated seek example.
21607
21608         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21609         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
21610         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
21611         (gst_ogg_demux_loop):
21612         Push out correct discont values.
21613
21614         * ext/theora/theoradec.c: (theora_dec_src_convert),
21615         (theora_dec_sink_convert), (theora_dec_src_getcaps),
21616         (theora_dec_sink_event), (theora_handle_type_packet),
21617         (theora_handle_header_packet), (theora_dec_push),
21618         (theora_handle_data_packet), (theora_dec_chain),
21619         (theora_dec_change_state):
21620         Better timestamping.
21621
21622         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
21623         (vorbis_dec_sink_event), (vorbis_dec_push),
21624         (vorbis_handle_data_packet), (vorbis_dec_chain):
21625         * ext/vorbis/vorbisdec.h:
21626         Better timestamping.
21627
21628         * gst-libs/gst/audio/gstbaseaudiosink.c:
21629         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
21630         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21631         Handle syncing on timestamps instead of sample offsets. Make
21632         use of DISCONT values as described in design docs.
21633
21634         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21635         (gst_base_audio_src_get_time):
21636         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
21637         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
21638         (gst_ring_buffer_read):
21639         * gst-libs/gst/audio/gstringbuffer.h:
21640         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
21641         (gst_ximagesink_show_frame):
21642         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
21643         Correcly convert buffer timestamp to stream time.
21644
21645 2005-07-16  Wim Taymans  <wim@fluendo.com>
21646
21647         * gst/audioconvert/gstaudioconvert.c:
21648         (gst_audio_convert_get_buffer):
21649         Timestamp buffers correctly.
21650
21651         * gst/playback/gstplaybin.c: (gen_video_element):
21652         Make internal fakesink silent.
21653
21654 2005-07-15  Wim Taymans  <wim@fluendo.com>
21655
21656         * gst/ffmpegcolorspace/Makefile.am:
21657         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21658         (gst_ffmpegcsp_caps_remove_format_info),
21659         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
21660         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
21661         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
21662         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
21663         Ported ffmpegcolorspace to basetransform.
21664
21665         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
21666         * gst/volume/gstvolume.c: (volume_transform):
21667         Ported to new API.
21668
21669 2005-07-14  Wim Taymans  <wim@fluendo.com>
21670
21671         * gst/videotestsrc/Makefile.am:
21672         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
21673         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
21674         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
21675         (gst_videotestsrc_init), (gst_videotestsrc_event),
21676         (gst_videotestsrc_create), (gst_videotestsrc_start),
21677         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
21678         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
21679         (gst_videotestsrc_get_property):
21680         * gst/videotestsrc/gstvideotestsrc.h:
21681         Make videotestsrc a pushsrc.
21682
21683 2005-07-14  Wim Taymans  <wim@fluendo.com>
21684
21685         * gst/tcp/gstfdset.c: (gst_fdset_free):
21686         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21687         (gst_multifdsink_add), (gst_multifdsink_remove),
21688         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21689         (gst_multifdsink_remove_client_link),
21690         (gst_multifdsink_client_queue_data),
21691         (gst_multifdsink_client_queue_caps),
21692         (gst_multifdsink_client_queue_buffer),
21693         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21694         (gst_multifdsink_stop):
21695         * gst/tcp/gstmultifdsink.h:
21696         0.8 backporting.
21697
21698         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
21699         Also draw image when not from a pool.
21700
21701 2005-07-14  Wim Taymans  <wim@fluendo.com>
21702
21703         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
21704         (mute_stream), (silence_stream):
21705         Small debug additions.
21706
21707 2005-07-14  Wim Taymans  <wim@fluendo.com>
21708
21709         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
21710         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
21711         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
21712         Better error recovery, ignore unconnected pads and
21713         non-fatal errors.
21714
21715 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21716
21717         * docs/libs/tmpl/gstaudio.sgml:
21718         * docs/libs/tmpl/gstcolorbalance.sgml:
21719         * docs/libs/tmpl/gstgconf.sgml:
21720         * docs/libs/tmpl/gstmixer.sgml:
21721         * docs/libs/tmpl/gstringbuffer.sgml:
21722         * docs/libs/tmpl/gsttuner.sgml:
21723         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21724         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
21725         (gst_tcpclientsrc_class_init):
21726         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
21727         (gst_tcpserversrc_class_init):
21728         * sys/v4l/gstv4lelement.c:
21729           more autistic cleanliness in functions/names/defines
21730
21731 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21732
21733         * configure.ac:
21734           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
21735           added manually to each Makefile.am so we are sure it goes
21736           *last* and doesn't add -L flags before linking in libs of our
21737           own, like, say, internal .la libs, that then accidentally pick
21738           up the installed copy.
21739         * docs/libs/Makefile.am:
21740         * ext/alsa/Makefile.am:
21741         * ext/cdparanoia/Makefile.am:
21742         * ext/gnomevfs/Makefile.am:
21743         * ext/libvisual/Makefile.am:
21744         * ext/ogg/Makefile.am:
21745         * ext/theora/Makefile.am:
21746         * ext/vorbis/Makefile.am:
21747         * gst-libs/gst/video/Makefile.am:
21748         * gst/adder/Makefile.am:
21749         * gst/audioconvert/Makefile.am:
21750         * gst/audiorate/Makefile.am:
21751         * gst/audioscale/Makefile.am:
21752         * gst/ffmpegcolorspace/Makefile.am:
21753         * gst/playback/Makefile.am:
21754         * gst/sine/Makefile.am:
21755         * gst/subparse/Makefile.am:
21756         * gst/tags/Makefile.am:
21757         * gst/tcp/Makefile.am:
21758         * gst/typefind/Makefile.am:
21759         * gst/videorate/Makefile.am:
21760         * gst/videoscale/Makefile.am:
21761         * gst/videotestsrc/Makefile.am:
21762         * gst/volume/Makefile.am:
21763         * sys/v4l/Makefile.am:
21764         * sys/ximage/Makefile.am:
21765         * sys/xvimage/Makefile.am:
21766           adapt properly to this change. This should make sure that
21767           plugins and libs properly link to the as-yet-uninstalled
21768           copies of stuff like libgstinterfaces and libgstvideo
21769
21770 2005-07-13  Andy Wingo  <wingo@pobox.com>
21771
21772         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
21773         (gst_v4lsrc_fixate): Fixate on format as well.
21774
21775         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
21776         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
21777         buffer points to it.
21778         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
21779         rather just doing X calls ourselves. Also fixes a memleak.
21780
21781 2005-07-12  Andy Wingo  <wingo@pobox.com>
21782
21783         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
21784         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
21785         (gst_v4lsrc_create): Re-add the copy-mode property, default to
21786         TRUE to avoid deadlocks if an element holds on to our buffers.
21787
21788 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21789
21790         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21791         (gst_sinesrc_init), (gst_sinesrc_create),
21792         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
21793         (gst_sinesrc_start):
21794         * gst/sine/gstsinesrc.h:
21795           removing num-buffers property before moving it
21796
21797 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21798
21799         * configure.ac:
21800           use overridable ERROR_CFLAGS
21801         * docs/libs/gst-plugins-base-libs.types:
21802         * docs/libs/tmpl/gstringbuffer.sgml:
21803         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
21804         (gst_alsasink_class_init):
21805         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
21806         (gst_alsasrc_class_init):
21807         * gst-libs/gst/audio/audio.h:
21808         * gst-libs/gst/audio/gstaudioclock.h:
21809         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
21810         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
21811         (gst_audio_filter_link), (gst_audio_filter_init),
21812         (gst_audio_filter_chain), (gst_audio_filter_set_property),
21813         (gst_audio_filter_get_property),
21814         (gst_audio_filter_class_add_pad_templates):
21815         * gst-libs/gst/audio/gstaudiofilter.h:
21816         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21817         (gst_audio_filter_template_get_type),
21818         (gst_audio_filter_template_base_init),
21819         (gst_audio_filter_template_class_init),
21820         (gst_audio_filter_template_init),
21821         (gst_audio_filter_template_set_property),
21822         (gst_audio_filter_template_get_property), (plugin_init),
21823         (gst_audio_filter_template_setup),
21824         (gst_audio_filter_template_filter),
21825         (gst_audio_filter_template_filter_inplace):
21826         * gst-libs/gst/audio/gstaudiosink.c:
21827         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
21828         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
21829         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
21830         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
21831         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
21832         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
21833         * gst-libs/gst/audio/gstaudiosink.h:
21834         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
21835         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21836         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
21837         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
21838         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
21839         (gst_audio_src_class_init), (gst_audio_src_init),
21840         (gst_audio_src_create_ringbuffer):
21841         * gst-libs/gst/audio/gstaudiosrc.h:
21842         * gst-libs/gst/audio/gstbaseaudiosink.c:
21843         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
21844         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
21845         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
21846         (gst_base_audio_sink_set_property),
21847         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
21848         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
21849         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
21850         (gst_base_audio_sink_create_ringbuffer),
21851         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
21852         * gst-libs/gst/audio/gstbaseaudiosink.h:
21853         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21854         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
21855         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
21856         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
21857         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
21858         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
21859         (gst_base_audio_src_event), (gst_base_audio_src_create),
21860         (gst_base_audio_src_create_ringbuffer),
21861         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
21862         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21863         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
21864         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
21865         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
21866         (gst_ring_buffer_debug_spec_caps),
21867         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
21868         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
21869         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
21870         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21871         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
21872         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
21873         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
21874         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
21875         (gst_ring_buffer_clear):
21876         * gst-libs/gst/audio/gstringbuffer.h:
21877         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
21878         (gst_video_sink_class_init), (gst_video_sink_get_type):
21879         * gst-libs/gst/video/videosink.h:
21880         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
21881         (gst_multifdsink_class_init),
21882         (gst_multifdsink_handle_client_write),
21883         (gst_multifdsink_change_state):
21884         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
21885         (gst_tcpclientsink_setcaps):
21886         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21887         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
21888         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
21889         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
21890         (gst_ximagesink_send_pending_navigation),
21891         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
21892         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
21893         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
21894         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
21895         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
21896         (gst_xvimagesink_send_pending_navigation),
21897         (gst_xvimagesink_navigation_send_event),
21898         (gst_xvimagesink_set_xwindow_id),
21899         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
21900         (gst_xvimagesink_get_type):
21901         more macro splitting
21902
21903 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21904
21905         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
21906           plug a memleak, allows me to import 1479 albums in one go
21907           in jamboree
21908         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21909         (vorbis_handle_type_packet), (vorbis_dec_chain),
21910         (vorbis_dec_change_state):
21911           fix some format strings
21912
21913 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21914
21915         * docs/libs/tmpl/gstcolorbalance.sgml:
21916         * docs/libs/tmpl/gstmixer.sgml:
21917         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
21918         (gst_alsasink_set_property), (gst_alsasink_get_property):
21919         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
21920         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
21921           add device property
21922
21923 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21924
21925         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21926         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
21927         (audiocast_register_listener), (audiocast_thread_run),
21928         (gst_gnomevfssrc_send_additional_headers_callback),
21929         (gst_gnomevfssrc_received_headers_callback),
21930         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
21931         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
21932         (gst_gnomevfssrc_get_size):
21933           add/clean up debugging
21934         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
21935           cleanups
21936
21937 2005-07-07  Andy Wingo  <wingo@pobox.com>
21938
21939         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
21940         framerate. Need to get a handle on when exactly this function is
21941         called, tho.
21942
21943         * sys/v4l/v4lsrc_calls.h:
21944         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
21945         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
21946         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
21947
21948         * sys/v4l/v4l_calls.h: Cast to V4lElement.
21949         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
21950         v4lelements are sources.
21951
21952         * sys/v4l/gstv4lxoverlay.h:
21953         * sys/v4l/gstv4lxoverlay.c:
21954         * sys/v4l/gstv4ltuner.h:
21955         * sys/v4l/gstv4ltuner.c: Header loc fixen.
21956         
21957         * sys/v4l/gstv4lsrc.h:
21958         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
21959         PushSrc/BaseSrc. Removed most sync-related properties, videorate
21960         or something should handle that. Made a live source.
21961
21962         * sys/v4l/gstv4lelement.h:
21963         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
21964         signals. Some cleanups.
21965
21966         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
21967
21968         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
21969         stuff.
21970
21971         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
21972         stuff.
21973
21974         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
21975
21976 2005-07-07  Wim Taymans  <wim@fluendo.com>
21977
21978         * ext/theora/theoradec.c: (theora_get_query_types),
21979         (theora_dec_src_getcaps), (theora_dec_push):
21980         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
21981         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
21982         Remove deprecated/unused query types.
21983
21984 2005-07-06  Wim Taymans  <wim@fluendo.com>
21985
21986         * ext/alsa/Makefile.am:
21987         * ext/alsa/gstalsaplugin.c: (plugin_init):
21988         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
21989         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
21990         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
21991         (gst_alsasrc_class_init), (gst_alsasrc_init),
21992         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
21993         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
21994         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
21995         (gst_alsasrc_reset):
21996         * ext/alsa/gstalsasrc.h:
21997         * gst-libs/gst/audio/Makefile.am:
21998         * gst-libs/gst/audio/gstaudiosink.c:
21999         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
22000         (gst_audioringbuffer_start):
22001         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
22002         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22003         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
22004         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
22005         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
22006         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
22007         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
22008         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
22009         * gst-libs/gst/audio/gstaudiosrc.h:
22010         * gst-libs/gst/audio/gstbaseaudiosink.c:
22011         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
22012         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
22013         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
22014         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22015         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
22016         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
22017         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
22018         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
22019         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
22020         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
22021         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
22022         (gst_baseaudiosrc_change_state):
22023         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22024         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
22025         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
22026         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
22027         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
22028         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
22029         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
22030         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
22031         * gst-libs/gst/audio/gstringbuffer.h:
22032         Added audiosource base classes.
22033         Ported alsasrc, still very basic.
22034
22035 2005-07-06  Wim Taymans  <wim@fluendo.com>
22036
22037         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
22038         (theora_dec_push), (theora_handle_data_packet):
22039         Prepare for better timestamp fix later.
22040
22041         * gst/audioconvert/gstaudioconvert.c:
22042         List most accurate caps first
22043
22044         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
22045         Use proper pad task function.
22046
22047         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22048         (gst_xvimagesink_show_frame):
22049         Fix deadlock when alloc failed.
22050
22051 2005-07-05  Andy Wingo  <wingo@pobox.com>
22052
22053         * ext/gnomevfs/gstgnomevfssrc.c:
22054         * gst/sine/gstsinesrc.c:
22055         * gst/tcp/gsttcpserversrc.c:
22056         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
22057
22058         * sys/v4l/: Port from 0.8.
22059
22060         * Many files: Null if we got it....
22061
22062 2005-07-05  Andy Wingo  <wingo@pobox.com>
22063
22064         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
22065         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
22066         Signedness fixes.
22067
22068 2005-07-05  Wim Taymans  <wim@fluendo.com>
22069
22070         * configure.ac:
22071         * gst/tcp/Makefile.am:
22072         * gst/tcp/README:
22073         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
22074         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
22075         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
22076         (is_sync_frame), (gst_multifdsink_handle_client_write),
22077         (gst_multifdsink_render), (gst_multifdsink_start),
22078         (gst_multifdsink_stop), (gst_multifdsink_change_state):
22079         * gst/tcp/gstmultifdsink.h:
22080         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
22081         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
22082         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
22083         * gst/tcp/gsttcp.h:
22084         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22085         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
22086         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
22087         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
22088         * gst/tcp/gsttcpclientsink.h:
22089         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
22090         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
22091         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
22092         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
22093         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
22094         * gst/tcp/gsttcpclientsrc.h:
22095         * gst/tcp/gsttcpplugin.c: (plugin_init):
22096         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
22097         * gst/tcp/gsttcpserversink.h:
22098         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
22099         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
22100         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
22101         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
22102         (gst_tcpserversrc_stop):
22103         * gst/tcp/gsttcpserversrc.h:
22104         * gst/tcp/gsttcpsink.c:
22105         * gst/tcp/gsttcpsink.h:
22106         * gst/tcp/gsttcpsrc.c:
22107         * gst/tcp/gsttcpsrc.h:
22108         Ported tcp plugins to 0.9. 
22109         
22110
22111 2005-07-05  Andy Wingo  <wingo@pobox.com>
22112
22113         * gst/playback/gstplaybasebin.c (fill_buffer):
22114         message_new_application fixen.
22115
22116         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
22117         Style fix.
22118
22119 2005-07-04  Wim Taymans  <wim@fluendo.com>
22120
22121         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22122         Set caps on output buffer.
22123
22124 2005-07-04  Andy Wingo  <wingo@pobox.com>
22125
22126         * ext/gnomevfs/gstgnomevfssrc.c
22127         (gst_gnomevfssrc_received_headers_callback) 
22128         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
22129         hopefully.
22130
22131         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
22132         No refcount leakage.
22133
22134         * configure.ac: Enable -Werror.
22135         
22136         * ext/theora/theoradec.c (theora_dec_src_getcaps):
22137         * gst/audioconvert/bufferframesconvert.c
22138         (buffer_frames_convert_fixate):
22139         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
22140         (gst_audio_convert_fixate):
22141         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
22142         (gst_sinesrc_create): Fixate func changes.
22143         
22144         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22145         (gst_ximagesink_buffer_alloc): Unused var.
22146
22147 2005-07-01  Andy Wingo  <wingo@pobox.com>
22148
22149         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
22150         getcaps to do explicit caps. Needs to be done in all decoders,
22151         possibly via a base class.
22152
22153         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
22154
22155         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
22156         caps on the sink pad, just rely on the pad template. Also, setting
22157         ANY caps on a pad is not valid because the caps are not fixed.
22158
22159         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
22160         caps on the buffer, and get the width from the desired_caps if
22161         they're set.
22162         (gst_ximagesink_renegotiate_size): Implement via setting the
22163         desired_caps on the ximagesink.
22164         (gst_ximagesink_setcaps): Only reset the width of the player if it
22165         wasn't already set. Not sure if this is right.
22166         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
22167
22168         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
22169         that the user wants. NULL unless the window has been resized.
22170
22171         * gst/volume/gstvolume.c (volume_transform): Adapt to
22172         basetransform refcount changes.
22173         
22174 2005-07-01  Andy Wingo  <wingo@pobox.com>
22175
22176         * gst/videoscale/gstvideoscale.c:
22177         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
22178         from BaseTransform, implements a transform_caps. Removed dead code
22179         including some PAR stuff that was never reached -- should probably
22180         be added back somehow.
22181
22182 2005-07-01  Andy Wingo  <wingo@pobox.com>
22183
22184         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
22185         come later.
22186
22187 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22188
22189         * configure.ac:
22190         * docs/libs/Makefile.am:
22191         * docs/libs/gst-plugins-libs.types:
22192         * ext/alsa/Makefile.am:
22193         * ext/alsa/gstalsamixer.h:
22194         * ext/alsa/gstalsamixeroptions.h:
22195         * ext/alsa/gstalsamixertrack.h:
22196         * gst-libs/gst/Makefile.am:
22197         * gst-libs/gst/colorbalance/.cvsignore:
22198         * gst-libs/gst/colorbalance/Makefile.am:
22199         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
22200         * gst-libs/gst/colorbalance/colorbalance.c:
22201         * gst-libs/gst/colorbalance/colorbalance.h:
22202         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22203         * gst-libs/gst/colorbalance/colorbalancechannel.c:
22204         * gst-libs/gst/colorbalance/colorbalancechannel.h:
22205         * gst-libs/gst/interfaces/Makefile.am:
22206         * gst-libs/gst/interfaces/colorbalance.c:
22207         (gst_color_balance_class_init):
22208         * gst-libs/gst/interfaces/colorbalance.h:
22209         * gst-libs/gst/interfaces/interfaces-marshal.list:
22210         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
22211         * gst-libs/gst/interfaces/mixer.h:
22212         * gst-libs/gst/interfaces/mixeroptions.h:
22213         * gst-libs/gst/interfaces/navigation.c:
22214         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
22215         * gst-libs/gst/interfaces/tuner.h:
22216         * gst/volume/Makefile.am:
22217         * gst/volume/gstvolume.c:
22218         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22219         * sys/ximage/Makefile.am:
22220         * sys/ximage/ximagesink.c:
22221         * sys/xvimage/Makefile.am:
22222         * sys/xvimage/xvimagesink.c:
22223           fold in all interfaces into an interfaces dir, preserving CVS
22224           history
22225
22226 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22227
22228         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
22229           Fix build after riff changes.
22230
22231 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22232
22233         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
22234         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
22235         (gst_riff_create_video_template_caps),
22236         (gst_riff_create_audio_template_caps),
22237         (gst_riff_create_iavs_template_caps):
22238         * gst-libs/gst/riff/riff-media.h:
22239         * gst-libs/gst/riff/riff-read.h:
22240         * gst-libs/gst/riff/riff.c: (gst_riff_init):
22241           Add gst_riff_init() to initialize the debug category, instead
22242           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
22243
22244 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22245
22246         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
22247           Oops, I shouldn't apply hacks.
22248
22249 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22250
22251         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
22252           Remove pad_loop function which doesn't work.
22253
22254 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22255
22256         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
22257           Send EOS when deactivating.
22258         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
22259         (check_queue), (queue_threshold_reached), (queue_out_of_data),
22260         (gen_preroll_element), (probe_triggered), (mute_stream),
22261         (silence_stream), (new_decoded_pad), (setup_substreams),
22262         (set_active_source):
22263         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
22264         (remove_sinks), (add_sink):
22265         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
22266           Change for new probe API.
22267
22268 2005-06-29  Wim Taymans  <wim@fluendo.com>
22269
22270         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
22271         * gst-libs/gst/audio/gstbaseaudiosink.c:
22272         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
22273         (gst_baseaudiosink_change_state):
22274         * gst-libs/gst/audio/gstbaseaudiosink.h:
22275         * gst-libs/gst/audio/gstringbuffer.c:
22276         (gst_ringbuffer_set_callback):
22277         Fix compilation error.
22278         Ringbuffer starts out as not running.
22279         Free our clock in dispose.
22280         When releasing the ringbuffer we need to renegotiate so
22281         clear the pad caps.
22282
22283 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
22284
22285         * autogen.sh:
22286         * configure.ac:
22287         * docs/Makefile.am:
22288         * docs/libs/Makefile.am:
22289         * docs/libs/gst-plugins-libs-docs.sgml:
22290         * docs/libs/gst-plugins-libs-sections.txt:
22291         * docs/libs/gst-plugins-libs.types:
22292         * docs/libs/tmpl/gstaudio.sgml:
22293         * docs/libs/tmpl/gstcolorbalance.sgml:
22294         * docs/libs/tmpl/gstringbuffer.sgml:
22295         * gst-libs/gst/audio/gstringbuffer.c:
22296         (gst_ringbuffer_set_callback):
22297           reinstate gtk-doc docs for plugin libs
22298
22299 2005-06-28  Wim Taymans  <wim@fluendo.com>
22300
22301         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
22302         (gst_ogg_demux_init):
22303         Removed pad loop function.
22304
22305 2005-06-28  Wim Taymans  <wim@fluendo.com>
22306
22307         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
22308         If we're building a chain we are not in an error case
22309         when we queue a buffer.
22310
22311 2005-06-28  Andy Wingo  <wingo@pobox.com>
22312
22313         * *.c: Don't cast to GstObject before reffing/unreffing.
22314
22315 2005-06-27  Andy Wingo  <wingo@pobox.com>
22316
22317         * gst/videotestsrc/gstvideotestsrc.c
22318         (gst_videotestsrc_activate_push): Activation API changes.
22319
22320         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
22321         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
22322         they have refs on the decodebin.
22323
22324         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
22325         parent class.
22326         (gst_ogg_pad_typefind): Don't leak a pad ref.
22327         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
22328         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
22329         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
22330
22331 2005-06-27  Edward Hervey  <edward@fluendo.com>
22332
22333         * ext/theora/theoradec.c: (theora_dec_change_state): 
22334         re-arranged call to parent's state change in order to avoid locks (or
22335         worse).
22336
22337 2005-06-26  Edward Hervey  <edward@fluendo.com>
22338
22339         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
22340         2nd argument of 'unknow-type' signal is a GstCaps and not a
22341         GstMiniObject
22342
22343 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
22344         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
22345           Set the worker thread's running flag to TRUE before starting the
22346           thread.
22347         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22348           Catch a failure to add typefind to the bin.
22349
22350 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22351
22352         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22353         (gst_sinesrc_init), (gst_sinesrc_create),
22354         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
22355         (gst_sinesrc_start):
22356         * gst/sine/gstsinesrc.h:
22357           add num-buffers and timestamp-offset properties
22358         * gst/videotestsrc/gstvideotestsrc.c:
22359         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
22360         (gst_videotestsrc_get_property):
22361           add timestamp-offset property
22362
22363 2005-06-23  Christian Schaller  <uraeus@gnome.org>
22364
22365         * configure.ac: add videorate
22366         * gst-plugins-base.spec.in: add videorate
22367
22368 2005-06-23  Wim Taymans  <wim@fluendo.com>
22369
22370         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
22371         (gst_videorate_getcaps), (gst_videorate_setcaps),
22372         (gst_videorate_event), (gst_videorate_chain):
22373         Fixed videorate, fixating an already fixated caps is not
22374         an error.
22375
22376 2005-06-23  Wim Taymans  <wim@fluendo.com>
22377
22378         * ext/ogg/README:
22379         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
22380         Buffer on caps is not boxed anymore.
22381
22382 2005-06-22  Wim Taymans  <wim@fluendo.com>
22383
22384         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
22385         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
22386         Set buffers on caps as miniobjects and not as boxed.
22387
22388 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22389
22390         * configure.ac:
22391           back to HEAD
22392
22393 === release 0.9.1 ===
22394
22395 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22396
22397         * .cvsignore:
22398         * NEWS:
22399         * README:
22400         * RELEASE:
22401         * configure.ac:
22402         * po/af.po:
22403         * po/az.po:
22404         * po/cs.po:
22405         * po/en_GB.po:
22406         * po/hu.po:
22407         * po/it.po:
22408         * po/nb.po:
22409         * po/nl.po:
22410         * po/or.po:
22411         * po/sq.po:
22412         * po/sr.po:
22413         * po/sv.po:
22414         * po/uk.po:
22415         * po/vi.po:
22416           updates for release
22417
22418 2005-06-09  Andy Wingo  <wingo@pobox.com>
22419
22420         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
22421         
22422 2005-06-09  Andy Wingo  <wingo@pobox.com>
22423
22424         * configure.ac:
22425         * gst-libs/gst/Makefile.am:
22426         * gst-libs/gst/net/Makefile.am:
22427         Add gstnet to build.
22428
22429 2005-06-09  Andy Wingo  <wingo@pobox.com>
22430
22431         * gst-libs/gst/gconf/gconf.c:
22432         * gst/playback/test.c:
22433         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
22434         fixes.
22435
22436         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
22437
22438         * ext/theora/theoraenc.c (theora_enc_chain): 
22439         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
22440
22441         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
22442         RealPad.
22443
22444 2005-06-02  Wim Taymans  <wim@fluendo.com>
22445
22446         * gst-libs/gst/net/Makefile.am:
22447         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22448         * pkgconfig/gstreamer-libs.pc.in:
22449         Added net stuff, version net lib.
22450
22451 2005-06-02  Wim Taymans  <wim@fluendo.com>
22452
22453         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
22454         (query_rates), (query_positions_elems), (query_positions_pads),
22455         (do_seek):
22456         Updated seek example.
22457
22458 2005-06-02  Andy Wingo  <wingo@pobox.com>
22459
22460         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
22461         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
22462         list.
22463
22464         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
22465         remove the typefind, the bin dispose will do it for us. When it's
22466         removed and unreffed, the signal handler will be disconnected,
22467         too.
22468         (unlinked): It's too difficult to disconnect from unlinked
22469         handlers, as they are on pads not elements. Just punt if the pads
22470         aren't grandkids of the bin.
22471
22472 2005-06-02  Wim Taymans  <wim@fluendo.com>
22473
22474         * ext/ogg/README:
22475         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
22476         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
22477         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
22478         * ext/theora/theoradec.c: (theora_dec_src_query),
22479         (theora_handle_data_packet):
22480         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
22481         (theora_enc_chain):
22482         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
22483         (vorbis_handle_data_packet):
22484         * gst/audioconvert/bufferframesconvert.c:
22485         (buffer_frames_convert_chain):
22486         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22487         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
22488         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
22489         (gst_ffmpegcsp_chain):
22490         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
22491         (gst_videorate_getcaps), (gst_videorate_setcaps),
22492         (gst_videorate_event), (gst_videorate_chain):
22493         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
22494         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
22495         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22496         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22497         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
22498         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
22499         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
22500         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
22501         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
22502         Cleanups and buffer alloc.
22503
22504 2005-05-31  Wim Taymans  <wim@fluendo.com>
22505
22506         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
22507         Don't try to call the delay method when the device is not
22508         opened.
22509
22510 2005-05-31  Wim Taymans  <wim@fluendo.com>
22511
22512         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
22513         Get actual segment size and buffer size after opening
22514         the device.
22515
22516 2005-05-30  Wim Taymans  <wim@fluendo.com>
22517
22518         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
22519         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
22520         Also FLUSH upstream, makes the loop function exit faster.
22521         
22522         * ext/theora/theoradec.c: (theora_dec_src_query):
22523         Some more debug info in the query.
22524         
22525         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22526         (gst_ximagesink_setcaps):
22527         Release lock on par error, better error reporting.
22528
22529 2005-05-26  Wim Taymans  <wim@fluendo.com>
22530
22531         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
22532         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
22533         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
22534         Clear chains in READY
22535         Queue packets until the chain is activated.
22536
22537 2005-05-25  Wim Taymans  <wim@fluendo.com>
22538
22539         * gst-libs/gst/audio/gstaudiosink.c:
22540         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
22541         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
22542         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
22543         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
22544         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
22545         (gst_audiosink_create_ringbuffer):
22546         * gst-libs/gst/audio/gstbaseaudiosink.c:
22547         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
22548         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
22549         (gst_baseaudiosink_set_property), (build_linear_format),
22550         (debug_spec_caps), (debug_spec_buffer),
22551         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
22552         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
22553         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
22554         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
22555         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
22556         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
22557         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
22558         (gst_ringbuffer_play), (gst_ringbuffer_pause),
22559         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
22560         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
22561         (wait_segment), (gst_ringbuffer_commit),
22562         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
22563         (gst_ringbuffer_clear):
22564         Various small cleanups.
22565
22566         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
22567         (gst_audio_convert_change_state):
22568         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
22569         No need to take the locks anymore.
22570
22571 2005-05-25  Wim Taymans  <wim@fluendo.com>
22572
22573         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
22574         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
22575         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
22576         (type_found):
22577         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
22578         (group_destroy), (group_commit), (queue_overrun),
22579         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
22580         (mute_stream), (new_decoded_pad), (setup_substreams),
22581         (setup_source), (mute_group_type), (set_active_source),
22582         (gst_play_base_bin_change_state):
22583         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
22584         (gen_video_element), (gen_text_element), (gen_audio_element),
22585         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
22586         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
22587         (gst_stream_info_dispose), (gst_stream_info_set_mute):
22588         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
22589         Some playbin cleanups mostly refcounting sloppyness.
22590
22591 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22592
22593         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
22594           Work with streaming input.
22595
22596 2005-05-25  Wim Taymans  <wim@fluendo.com>
22597
22598         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22599         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
22600         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
22601         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
22602         No need to take the STREAM lock anymore.
22603
22604 2005-05-25  Wim Taymans  <wim@fluendo.com>
22605
22606         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
22607         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
22608         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
22609         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
22610         (gst_ogg_demux_sink_activate):
22611         * ext/theora/theoradec.c: (theora_dec_src_event),
22612         (theora_handle_comment_packet), (theora_dec_chain),
22613         (theora_dec_change_state):
22614         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
22615         (vorbis_handle_data_packet), (vorbis_dec_chain),
22616         (vorbis_dec_change_state):
22617         Remove STREAM locks as they are taken in core now.
22618         Never set bogus granulepos on vorbis/theora.
22619         Fix leaks in theoradec tag parsing.
22620
22621 2005-05-25  Wim Taymans  <wim@fluendo.com>
22622
22623         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
22624         Fix memleaks, GST_BUFFER_DATA() is not freed.
22625
22626 2005-05-25  Wim Taymans  <wim@fluendo.com>
22627
22628         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
22629         Open non-blocking, set to blocking mode afterwards to avoid
22630         lockups when audio device is busy.
22631
22632 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22633
22634         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
22635           This can't be good.
22636
22637 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22638
22639         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
22640         (gst_audio_convert_chain), (gst_audio_convert_link_src),
22641         (gst_audio_convert_setcaps):
22642           Implement instant setup switching.
22643
22644 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22645
22646         * gst/playback/gstplaybasebin.c: (probe_triggered):
22647           Fix missing unlock.
22648         * gst/playback/gstplaybin.c: (add_sink):
22649           First add, then link (otherwise pad link fails).
22650
22651 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22652
22653         * examples/Makefile.am:
22654         fix buildbot (make distcheck)
22655
22656 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22657
22658         * gst/playback/gstplaybin.c: (gen_vis_element):
22659           Remove some wrong code. Doesn't work yet.
22660
22661 2005-05-19  Wim Taymans  <wim@fluendo.com>
22662
22663         * gst-libs/gst/net/Makefile.am:
22664         * gst-libs/gst/net/README:
22665         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
22666         (gst_netbuffer_class_init), (gst_netbuffer_init),
22667         (gst_netbuffer_finalize), (gst_netbuffer_copy),
22668         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
22669         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
22670         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
22671         * gst-libs/gst/net/gstnetbuffer.h:
22672         Added buffer subclass to store extra to/from addresses for
22673         network sources/sinks.
22674
22675 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22676
22677         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
22678           Don't lock an unassigned variable.
22679
22680 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22681
22682         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
22683           Increase buffer for video, decrease buffer for other media types.
22684         * gst/playback/gstplaybin.c: (gen_video_element),
22685         (gen_audio_element):
22686           Change names for debugging purposes.
22687
22688 2005-05-18  Wim Taymans  <wim@fluendo.com>
22689
22690         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22691         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
22692         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
22693         (gst_ffmpegcsp_chain):
22694         Enable buffer alloc passthrough if the source and dest
22695         formats are the same.
22696
22697 2005-05-17  Wim Taymans  <wim@fluendo.com>
22698
22699         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
22700         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
22701         (gst_ogg_demux_chain_unlocked):
22702         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
22703         (gst_audio_convert_caps_remove_format_info),
22704         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
22705         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
22706         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22707         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
22708         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
22709         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
22710         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
22711         (gst_ffmpegcsp_get_property):
22712         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
22713         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
22714         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
22715         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
22716         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
22717         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
22718         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
22719         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
22720         Leak fixes in oggdemux.
22721         Some cleanups in audioconvert.
22722         Make passthrough work along with buffer_alloc etc.
22723         Make buffer_alloc and buffer recycling actually work in
22724         xvimagesink.
22725
22726 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22727
22728         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
22729           make the compiler happy
22730
22731 2005-05-17  Wim Taymans  <wim@fluendo.com>
22732
22733         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
22734         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
22735         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
22736         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
22737         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
22738         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
22739         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
22740         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
22741         (gst_xvimagesink_set_xwindow_id):
22742         * sys/xvimage/xvimagesink.h:
22743         Port xvimagesink to new MiniObject.
22744
22745 2005-05-17  Wim Taymans  <wim@fluendo.com>
22746
22747         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
22748         (gst_audiofilter_chain):
22749         * gst-libs/gst/audio/gstaudiosink.c:
22750         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
22751         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
22752         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
22753         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
22754         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
22755         (gst_audiosink_create_ringbuffer):
22756         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
22757         (gst_audio_convert_caps_remove_format_info),
22758         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
22759         (gst_audio_convert_fixate), (gst_audio_convert_channels):
22760         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22761         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
22762         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
22763         Fix passthrough in ffmpegcolorspace.
22764         Fix memset in audiosink on wrong memory.
22765
22766 2005-05-16  David Schleef  <ds@schleef.org>
22767
22768         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
22769         to GstMiniObject.
22770
22771 2005-05-16  David Schleef  <ds@schleef.org>
22772
22773         Port from GstData to GstMiniObject.
22774         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22775         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
22776         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
22777         (gst_ogg_mux_collected):
22778         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
22779         * ext/theora/theoradec.c: (theora_handle_comment_packet),
22780         (theora_handle_data_packet):
22781         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
22782         (theora_set_header_on_caps), (theora_enc_chain):
22783         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
22784         (vorbis_handle_comment_packet):
22785         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
22786         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
22787         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
22788         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
22789         * gst/audioconvert/gstaudioconvert.c:
22790         (gst_audio_convert_get_buffer):
22791         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
22792         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
22793         (mute_stream), (silence_stream):
22794         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
22795         * gst/volume/gstvolume.c: (volume_transform):
22796         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
22797         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
22798         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
22799         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
22800         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
22801         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
22802         (gst_ximagesink_buffer_alloc):
22803         * sys/ximage/ximagesink.h:
22804
22805 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22806
22807         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22808         (fill_buffer), (check_queue), (queue_threshold_reached),
22809         (queue_out_of_data):
22810         * gst/playback/gstplaybasebin.h:
22811           Post buffer-fullness on the bus.
22812
22813 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22814
22815         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22816         (try_to_link_1):
22817         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22818         (group_commit), (probe_triggered), (setup_source),
22819         (gst_play_base_bin_change_state):
22820         * gst/playback/gstplaybasebin.h:
22821         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22822         (gst_play_bin_init), (remove_sinks), (setup_sinks),
22823         (gst_play_bin_change_state):
22824           Move setup_output_pads into a virtual function, remove
22825           group-switch (no longer needed) and redirect (handled by bus
22826           now) signals.
22827
22828 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22829
22830         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22831         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
22832         (get_active_group), (get_building_group), (group_destroy),
22833         (group_commit), (check_queue), (queue_overrun),
22834         (queue_threshold_reached), (queue_out_of_data),
22835         (gen_preroll_element), (remove_groups), (unknown_type),
22836         (add_element_stream), (no_more_pads), (probe_triggered),
22837         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
22838         (setup_substreams), (setup_source), (finish_source),
22839         (prepare_output), (muted_group_change_state),
22840         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22841         (gst_play_base_bin_change_state):
22842         * gst/playback/gstplaybasebin.h:
22843         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22844         (gst_play_bin_init), (gst_play_bin_set_property),
22845         (gen_video_element), (gen_text_element), (gen_audio_element),
22846         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
22847         (gst_play_bin_change_state):
22848         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
22849         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
22850         (stream_info_change_state), (gst_stream_info_set_mute),
22851         (gst_stream_info_get_property):
22852         * gst/playback/gststreaminfo.h:
22853         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
22854         (gst_stream_selector_get_linked_pad),
22855         (gst_stream_selector_getcaps),
22856         (gst_stream_selector_get_linked_pads),
22857         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
22858         * gst/playback/gststreamselector.h:
22859           Rough port of playbin. Needs some more work, but is mostly done,
22860           and uses a few locks in important places, which should make stuff
22861           like chain-switches clean. Still uses GST_STATE() in a few places,
22862           which isn't all that good an idea, subtitles/elements disabled
22863           because no elements to test with and thus probably broken, query
22864           and event handling moved to GstBin, internal thread removed
22865           alltogether because the pipeline does that for us now. Can play
22866           Ogg/Vorbis files. Haven't tested anything else yet.
22867
22868 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22869
22870         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
22871           Do no-more-pads (needed for autoplugging).
22872
22873 2005-05-10  Andy Wingo  <wingo@pobox.com>
22874
22875         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
22876         message to the bus with the tags. Still not sent downstream tho.
22877
22878         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
22879         get_parent.
22880         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
22881         avoid refcounting hassles.
22882
22883 2005-05-09  Andy Wingo  <wingo@pobox.com>
22884
22885         * gst/volume/Makefile.am:
22886         * gst/volume/demo.c
22887         * gst/volume/gstvolume.h
22888         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
22889         basetransform. Probably need an audio filter base class.
22890
22891 2005-05-09  Wim Taymans  <wim@fluendo.com>
22892
22893         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
22894         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22895         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
22896         (gst_vorbisenc_chain):
22897         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
22898         (gst_audio_convert_caps_remove_format_info),
22899         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
22900         (gst_audio_convert_fixate), (gst_audio_convert_channels):
22901         Make caps writable before writing to it.
22902         Fix negotiation in audioconvert some more.
22903
22904 2005-05-09  Wim Taymans  <wim@fluendo.com>
22905
22906         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
22907         (gst_videorate_getcaps), (gst_videorate_setcaps),
22908         (gst_videorate_event), (gst_videorate_chain):
22909         Better negotiation.
22910
22911 2005-05-09  Wim Taymans  <wim@fluendo.com>
22912
22913         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
22914         (gst_videorate_getcaps), (gst_videorate_setcaps),
22915         (gst_videorate_blank_data), (gst_videorate_init),
22916         (gst_videorate_event), (gst_videorate_chain),
22917         (gst_videorate_change_state):
22918         Port videorate, do a better job at negotiation while we're at
22919         it.
22920
22921 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
22922
22923         * configure.ac:
22924           Disable libvisual
22925
22926         * examples/Makefile.am:
22927         * gst-libs/gst/audio/Makefile.am:
22928         * gst-libs/gst/riff/Makefile.am:
22929         * gst-libs/gst/tag/Makefile.am:
22930         * gst-libs/gst/video/Makefile.am:
22931           Fixups for missing variables.
22932
22933 2005-05-09  Wim Taymans  <wim@fluendo.com>
22934
22935         * examples/seeking/seek.c: (make_theora_pipeline),
22936         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
22937         (query_rates), (query_positions_elems), (query_positions_pads),
22938         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
22939         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
22940         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
22941         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
22942         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
22943         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
22944         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
22945         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
22946         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
22947         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
22948         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
22949         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
22950         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
22951         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
22952         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
22953         (theora_dec_src_convert), (theora_dec_sink_convert),
22954         (theora_dec_src_query), (theora_dec_sink_query),
22955         (theora_dec_src_event), (theora_dec_sink_event),
22956         (theora_handle_comment_packet), (theora_handle_type_packet),
22957         (theora_handle_header_packet), (theora_handle_data_packet),
22958         (theora_dec_chain):
22959         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
22960         (vorbis_dec_convert), (vorbis_dec_src_query),
22961         (vorbis_dec_sink_query), (vorbis_dec_src_event),
22962         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
22963         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
22964         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
22965         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
22966         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
22967         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
22968         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22969         (gst_play_bin_query):
22970         * gst/playback/test3.c: (update_scale):
22971         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
22972         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
22973         * gst/subparse/gstsubparse.c: (gst_subparse_init):
22974         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
22975         (gst_videotestsrc_src_query):
22976         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
22977         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
22978         (paint_hline_YUV9):
22979         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
22980         Port to new query API.
22981         Updated seek.
22982         Cleanups in x[v]imagesink
22983
22984 2005-05-09  Andy Wingo  <wingo@pobox.com>
22985
22986         * ext/alsa/gstalsasink.h:
22987         * ext/gnomevfs/gstgnomevfssrc.c:
22988         (gst_gnomevfssrc_get_icy_metadata):
22989         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
22990         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
22991         * ext/theora/theoradec.c (theora_dec_src_query)
22992         (theora_dec_src_event, theora_dec_sink_event)
22993         (theora_handle_comment_packet, theora_handle_data_packet):
22994         * ext/theora/theoraenc.c (theora_enc_chain):
22995         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
22996         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
22997         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
22998         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
22999         (qt_type_find):
23000         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
23001         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
23002         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
23003         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
23004         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
23005         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
23006         (paint_setup_xBGR8888, paint_setup_RGBx8888)
23007         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
23008         (paint_setup_RGB565, paint_setup_xRGB1555):
23009         * gst/videotestsrc/videotestsrc.h:
23010         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
23011         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
23012         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
23013         GCC4 fixes.
23014         
23015         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
23016         gst_pad_query_position. Fixes oggdemux.
23017
23018 2005-05-08  David Schleef  <ds@schleef.org>
23019
23020         * configure.ac: Require liboil.
23021         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
23022         a few more.
23023         * gst/videotestsrc/videotestsrc.c:
23024         * gst/videotestsrc/videotestsrc.h:
23025
23026 2005-05-06  Wim Taymans  <wim@fluendo.com>
23027
23028         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23029         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23030         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
23031         Well, unreffing a buffer right before pushing it is asking
23032         for trouble..
23033
23034 2005-05-06  Christian Schaller  <uraeus@gnome.org>
23035
23036         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
23037
23038 2005-05-06  Wim Taymans  <wim@fluendo.com>
23039
23040         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23041         (gst_audio_convert_caps_remove_format_info),
23042         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
23043         (gst_audio_convert_fixate), (gst_audio_convert_channels):
23044         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23045         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23046         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
23047         * gst/sine/Makefile.am:
23048         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
23049         (gst_sinesrc_class_init), (gst_sinesrc_init),
23050         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
23051         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
23052         (gst_sinesrc_update_freq):
23053         * gst/sine/gstsinesrc.h:
23054         * gst/tcp/gstmultifdsink.c:
23055         * sys/xvimage/xvimagesink.c:
23056         Fixed negotiation wrt _peer_get_caps()
23057         Some cleanups.
23058
23059
23060 2005-05-06  Wim Taymans  <wim@fluendo.com>
23061
23062         * gst-libs/gst/audio/gstaudiosink.c:
23063         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23064         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
23065         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23066         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
23067         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
23068         (gst_audiosink_create_ringbuffer):
23069         * gst-libs/gst/audio/gstbaseaudiosink.c:
23070         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
23071         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
23072         (gst_baseaudiosink_set_property), (build_linear_format),
23073         (debug_spec_caps), (debug_spec_buffer),
23074         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
23075         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
23076         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
23077         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
23078         * gst-libs/gst/audio/gstbaseaudiosink.h:
23079         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
23080         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
23081         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
23082         (gst_ringbuffer_play), (gst_ringbuffer_pause),
23083         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
23084         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
23085         (wait_segment), (gst_ringbuffer_commit),
23086         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
23087         (gst_ringbuffer_clear):
23088         * gst-libs/gst/audio/gstringbuffer.h:
23089         Make the base audiosink return an error when there is no
23090         audiobuffer negotiated.
23091
23092 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23093
23094         * ext/Makefile.am:
23095         Disable cdparanoia until someone ports it!
23096
23097 2005-05-06  Wim Taymans  <wim@fluendo.com>
23098
23099         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
23100         (gst_ogg_demux_sink_activate):
23101         And revert after wingo's revert.. sigh..
23102
23103 2005-05-05  Andy Wingo  <wingo@pobox.com>
23104
23105         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
23106         GObject.
23107         * configure.ac: Return audiorate and subparse from the ghetto.
23108         Re-enable -Wall -Werror.
23109         * gst/subparse/gstsubparse.c:
23110         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
23111         or chain-based. Cleaned up a bit. Not tested.
23112         
23113 2005-05-05  Christian Schaller <christian@fluendo.com> 
23114
23115         * Makefile.am: remove stuff that is not building
23116         * configure.ac: remove stuff that is not building
23117         * examples/Makefile.am: remove stuff that is not building
23118         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
23119         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
23120         * sys/Makefile.am: remove stuff that is not building
23121         * testsuite/Makefile.am: remove stuff that is not building
23122
23123 2005-05-05  Andy Wingo  <wingo@pobox.com>
23124
23125         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
23126         * gst-libs/gst/tag/gstvorbistag.c:
23127         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
23128         * gst/adder/gstadder.h:
23129         * gst/audioconvert/gstchannelmix.c:
23130         (gst_audio_convert_fill_one_other):
23131         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
23132         (gst_audiorate_init), (gst_audiorate_chain):
23133         * gst/playback/gstplaybasebin.c: (setup_source):
23134         * gst/playback/test3.c: (update_scale):
23135         Some GCC4 fixes
23136         
23137         * po/af.po:
23138         * po/az.po:
23139         * po/cs.po:
23140         * po/en_GB.po:
23141         * po/hu.po:
23142         * po/it.po:
23143         * po/nb.po:
23144         * po/nl.po:
23145         * po/or.po:
23146         * po/sq.po:
23147         * po/sr.po:
23148         * po/sv.po:
23149         * po/uk.po:
23150         * po/vi.po: Foo
23151
23152 2005-05-05  Wim Taymans  <wim@fluendo.com>
23153
23154         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23155         (gst_audio_convert_caps_remove_format_info),
23156         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
23157         (gst_audio_convert_change_state), (gst_audio_convert_channels):
23158         * gst/videotestsrc/gstvideotestsrc.c:
23159         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
23160         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
23161         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
23162         (gst_videotestsrc_init), (gst_videotestsrc_loop):
23163         Don't ignore _push() return values.
23164         Make sure no processing is done when shutting down.
23165         Videotestsrc pad activation fix.
23166
23167 2005-05-05  Wim Taymans  <wim@fluendo.com>
23168
23169         * gst/adder/Makefile.am:
23170         * gst/adder/gstadder.c: (gst_adder_setcaps),
23171         (gst_adder_class_init), (gst_adder_init),
23172         (gst_adder_request_new_pad), (gst_adder_collected),
23173         (gst_adder_change_state):
23174         * gst/adder/gstadder.h:
23175         Ported adder as an example of a mixer element using
23176         collect pads. Needs more negotiation work.
23177
23178 2005-05-05  Wim Taymans  <wim@fluendo.com>
23179
23180         * ext/theora/theoradec.c: (_inc_granulepos),
23181         (theora_dec_src_event), (theora_dec_sink_event),
23182         (theora_handle_comment_packet), (theora_handle_type_packet),
23183         (theora_handle_header_packet), (theora_handle_data_packet),
23184         (theora_dec_chain):
23185         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23186         (gst_theora_enc_init), (theora_enc_sink_setcaps),
23187         (theora_push_buffer), (theora_push_packet),
23188         (theora_enc_sink_event), (theora_enc_chain),
23189         (theora_enc_change_state), (theora_enc_set_property),
23190         (theora_enc_get_property):
23191         Added stream lock to decoder so that we can serialize
23192         the discont event.
23193         More theoraenc porting, recover from errors, do clean
23194         shutdown.
23195
23196 2005-05-05  Wim Taymans  <wim@fluendo.com>
23197
23198         * ext/ogg/Makefile.am:
23199         * ext/ogg/README:
23200         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
23201         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
23202         (gst_ogg_print):
23203         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23204         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
23205         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
23206         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23207         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
23208         (gst_ogg_mux_change_state):
23209         Ported ogg muxer.
23210
23211 2005-05-05  Wim Taymans  <wim@fluendo.com>
23212
23213         * docs/design-audiosinks.txt:
23214         * gst-libs/gst/audio/TODO:
23215         * gst-libs/gst/audio/gstaudiosink.c:
23216         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23217         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
23218         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23219         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
23220         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
23221         (gst_audiosink_create_ringbuffer):
23222         * gst-libs/gst/audio/gstbaseaudiosink.c:
23223         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
23224         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
23225         (gst_baseaudiosink_set_property), (build_linear_format),
23226         (debug_spec_caps), (debug_spec_buffer),
23227         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
23228         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
23229         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
23230         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
23231         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
23232         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
23233         (gst_ringbuffer_release), (gst_ringbuffer_play),
23234         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23235         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
23236         (gst_ringbuffer_set_sample), (wait_segment),
23237         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
23238         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
23239         More work on the audiosink, mostly debugging and a race in
23240         shutdown.
23241
23242 2005-04-28  Wim Taymans  <wim@fluendo.com>
23243
23244         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
23245         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
23246         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
23247         (vorbis_dec_src_query), (vorbis_dec_src_event),
23248         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
23249         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
23250         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
23251         Don't crap out when seeking back to position 0.
23252
23253 2005-04-28  Wim Taymans  <wim@fluendo.com>
23254
23255         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
23256         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
23257         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
23258         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
23259         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
23260         Make audio sink configurable, use alsasink as default.
23261
23262 2005-04-28  Wim Taymans  <wim@fluendo.com>
23263
23264         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23265         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
23266         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
23267         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
23268         (vorbis_dec_change_state):
23269         * ext/vorbis/vorbisdec.h:
23270         Refactor, use STREAM_LOCK.
23271
23272 2005-04-28  Wim Taymans  <wim@fluendo.com>
23273
23274         * ext/theora/theoradec.c: (_inc_granulepos),
23275         (theora_dec_sink_event), (theora_handle_comment_packet),
23276         (theora_handle_type_packet), (theora_handle_header_packet),
23277         (theora_handle_data_packet), (theora_dec_chain),
23278         (theora_dec_change_state):
23279         Refactor a bit, use STREAM_LOCK.
23280
23281 2005-04-28  Wim Taymans  <wim@fluendo.com>
23282
23283         * ext/alsa/Makefile.am:
23284         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
23285         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
23286         (gst_alsa_link), (gst_alsa_close_audio):
23287         * ext/alsa/gstalsaplugin.c: (plugin_init):
23288         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23289         (gst_alsasink_dispose), (gst_alsasink_base_init),
23290         (gst_alsasink_class_init), (gst_alsasink_init),
23291         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
23292         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
23293         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
23294         (gst_alsasink_reset):
23295         * ext/alsa/gstalsasink.h:
23296         Implement alsasink with simple open/write/close API. 
23297         Make alsa dir build by disabling compilation of code.
23298
23299 2005-04-28  Wim Taymans  <wim@fluendo.com>
23300
23301         * gst-libs/gst/audio/Makefile.am:
23302         * gst-libs/gst/audio/audio.h:
23303         * gst-libs/gst/audio/audioclock.c:
23304         * gst-libs/gst/audio/audioclock.h:
23305         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
23306         (gst_audio_clock_class_init), (gst_audio_clock_init),
23307         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
23308         * gst-libs/gst/audio/gstaudioclock.h:
23309         * gst-libs/gst/audio/gstaudiosink.c:
23310         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23311         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
23312         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23313         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
23314         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
23315         (gst_audiosink_create_ringbuffer):
23316         * gst-libs/gst/audio/gstbaseaudiosink.c:
23317         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
23318         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
23319         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
23320         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
23321         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
23322         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
23323         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
23324         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
23325         * gst-libs/gst/audio/gstbaseaudiosink.h:
23326         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
23327         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
23328         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
23329         (gst_ringbuffer_release), (gst_ringbuffer_play),
23330         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23331         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
23332         (gst_ringbuffer_set_sample), (wait_segment),
23333         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
23334         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
23335         * gst-libs/gst/audio/gstringbuffer.h:
23336         Make ringbuffer faster and more simple by removing the locks
23337         in the playback thread.
23338         Add sample accurate playback based on buffer sample offsets.
23339         Make the baseaudiosink provide a clock.
23340         Parse caps in the base class.
23341         Correctly handle seeking, flushing and state changes.
23342
23343 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23344
23345         * configure.ac:
23346         * gst/audioconvert/Makefile.am:
23347         * gst/audioscale/Makefile.am:
23348           Fix part of the build.  Come on guys, autogen didn't even work :)
23349
23350 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23351
23352         * configure.ac:
23353         * gst-libs/gst/Makefile.am:
23354         * gst-libs/gst/media-info/.cvsignore:
23355         * gst-libs/gst/media-info/Makefile.am:
23356         * gst-libs/gst/media-info/README:
23357         * gst-libs/gst/media-info/media-info-priv.c:
23358         * gst-libs/gst/media-info/media-info-priv.h:
23359         * gst-libs/gst/media-info/media-info-test.c:
23360         * gst-libs/gst/media-info/media-info.c:
23361         * gst-libs/gst/media-info/media-info.h:
23362         * gst-libs/gst/media-info/media-info.vcproj:
23363         * pkgconfig/Makefile.am:
23364         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
23365         * pkgconfig/gstreamer-media-info.pc.in:
23366           Remove media-info, which is also successed by playbin (see Totem
23367           implementation).
23368
23369 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23370
23371         * configure.ac:
23372         * examples/Makefile.am:
23373         * examples/gstplay/.cvsignore:
23374         * examples/gstplay/Makefile.am:
23375         * examples/gstplay/player.c:
23376         * gst-libs/gst/Makefile.am:
23377         * gst-libs/gst/play/.cvsignore:
23378         * gst-libs/gst/play/Makefile.am:
23379         * gst-libs/gst/play/play.c:
23380         * gst-libs/gst/play/play.h:
23381         * gst-libs/gst/play/play.vcproj:
23382         * pkgconfig/Makefile.am:
23383         * pkgconfig/gstreamer-play-uninstalled.pc.in:
23384         * pkgconfig/gstreamer-play.pc.in:
23385           Remove libgstplay, playbin is now the official successor.
23386
23387 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23388
23389         * configure.ac:
23390         * gst-libs/gst/Makefile.am:
23391         * gst-libs/gst/xwindowlistener/Makefile.am:
23392         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
23393         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
23394           Remove deprecated xwindowlistener (I've moved xwindowlistening
23395           in the v4l/v4l2 plugins over to serverside).
23396
23397 2005-04-25  David Schleef  <ds@schleef.org>
23398
23399         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
23400         to examples/dynparams.  Examples do not belong interspersed with
23401         source code.
23402         * examples/dynparams/demo-dparams.c:
23403         * gst/sine/Makefile.am:
23404         * gst/sine/demo-dparams.c:
23405
23406 2005-04-25  David Schleef  <ds@schleef.org>
23407
23408         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
23409         * gst-libs/gst/audio/Makefile.am:
23410         * gst-libs/gst/riff/Makefile.am:
23411         * gst-libs/gst/tag/Makefile.am:
23412         * gst-libs/gst/video/Makefile.am:
23413         * gst-libs/gst/xwindowlistener/Makefile.am:
23414
23415         Convert to 0.9 API, seems to work:
23416         * sys/ximage/Makefile.am:
23417         * sys/ximage/ximagesink.c:
23418
23419 2005-04-24  David Schleef  <ds@schleef.org>
23420
23421         Link plugins against libraries:
23422         * ext/alsa/Makefile.am:
23423         * gst/tcp/Makefile.am:
23424
23425         Remove asm code that should be in liboil
23426         * gst/videoscale/Makefile.am:
23427         * gst/videoscale/videoscale_x86_asm.s:
23428
23429         gettext wants these checked in:
23430         * po/af.po:
23431         * po/az.po:
23432         * po/cs.po:
23433         * po/en_GB.po:
23434         * po/hu.po:
23435         * po/it.po:
23436         * po/nb.po:
23437         * po/nl.po:
23438         * po/or.po:
23439         * po/sq.po:
23440         * po/sr.po:
23441         * po/sv.po:
23442         * po/uk.po:
23443         * po/vi.po:
23444
23445 2005-04-24  David Schleef  <ds@schleef.org>
23446
23447         Convert gst_main() to g_main_loop_run()
23448         * gst/playback/decodetest.c: (main):
23449         * gst/playback/test2.c: (main):
23450         * gst/playback/test3.c: (main):
23451         * gst/playback/test4.c: (main):
23452
23453         Link plugins against libraries:
23454         * ext/libvisual/Makefile.am:
23455         * sys/xvimage/Makefile.am:
23456
23457 2005-04-24  David Schleef  <ds@schleef.org>
23458
23459         * configure.ac: Remove idct and resample libs
23460         * gst-libs/gst/Makefile.am: same
23461
23462         Remove usage of gst_library_load():
23463         * ext/alsa/gstalsaplugin.c: (plugin_init):
23464         * ext/libvisual/visual.c: (plugin_init):
23465         * ext/ogg/gstogg.c: (plugin_init):
23466         * ext/theora/theora.c: (plugin_init):
23467         * ext/vorbis/vorbis.c: (plugin_init):
23468         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
23469         * gst/audioscale/gstaudioscale.c:
23470         * gst/adder/gstadder.c: (plugin_init):
23471         * gst/audioconvert/plugin.c: (plugin_init):
23472         * sys/ximage/ximagesink.c: (plugin_init):
23473         * sys/xvimage/xvimagesink.c: (plugin_init):
23474         * gst/tcp/gsttcpplugin.c: (plugin_init):
23475
23476         Link plugins against libraries:
23477         * ext/ogg/Makefile.am:
23478         * ext/theora/Makefile.am:
23479         * ext/vorbis/Makefile.am:
23480         * gst/audioconvert/Makefile.am:
23481
23482         Create proper libraries:
23483         * gst-libs/gst/riff/Makefile.am:
23484         * gst-libs/gst/audio/Makefile.am:
23485         * gst-libs/gst/video/Makefile.am:
23486
23487         Move resample library to audioscale plugin directory:
23488         * gst-libs/gst/resample/Makefile.am:
23489         * gst-libs/gst/resample/README:
23490         * gst-libs/gst/resample/dtof.c:
23491         * gst-libs/gst/resample/dtos.c:
23492         * gst-libs/gst/resample/functable.c:
23493         * gst-libs/gst/resample/private.h:
23494         * gst-libs/gst/resample/resample.c:
23495         * gst-libs/gst/resample/resample.h:
23496         * gst-libs/gst/resample/resample.vcproj:
23497         * gst-libs/gst/resample/test.c:
23498         * gst/audioscale/Makefile.am:
23499         * gst/audioscale/README:
23500         * gst/audioscale/dtof.c:
23501         * gst/audioscale/dtos.c:
23502         * gst/audioscale/functable.c:
23503         * gst/audioscale/private.h:
23504         * gst/audioscale/resample.c:
23505         * gst/audioscale/resample.h:
23506         * gst/audioscale/test.c:
23507
23508         Move tagedit library to gst-libs:
23509         * gst-libs/gst/tag/Makefile.am:
23510         * gst-libs/gst/tag/gstid3tag.c:
23511         * gst-libs/gst/tag/gsttagediting.c:
23512         * gst-libs/gst/tag/gsttageditingprivate.h:
23513         * gst-libs/gst/tag/gstvorbistag.c:
23514         * gst/tags/Makefile.am:
23515         * gst/tags/gstid3tag.c:
23516         * gst/tags/gstvorbistag.c:
23517
23518         Fix for core changes:
23519         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23520         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
23521         (gst_sinesrc_getrange):
23522
23523 2005-04-23  David Schleef  <ds@schleef.org>
23524
23525         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
23526         in gst-plugins in a long time, and properly belongs in liboil.
23527         * gst-libs/gst/idct/Makefile.am:
23528         * gst-libs/gst/idct/README:
23529         * gst-libs/gst/idct/dct.h:
23530         * gst-libs/gst/idct/doieee:
23531         * gst-libs/gst/idct/fastintidct.c:
23532         * gst-libs/gst/idct/floatidct.c:
23533         * gst-libs/gst/idct/idct.c:
23534         * gst-libs/gst/idct/idct.h:
23535         * gst-libs/gst/idct/idtc.vcproj:
23536         * gst-libs/gst/idct/ieeetest.c:
23537         * gst-libs/gst/idct/intidct.c:
23538
23539 2005-04-20  Wim Taymans  <wim@fluendo.com>
23540
23541         * docs/design-audiosinks.txt:
23542         * gst-libs/gst/audio/Makefile.am:
23543         * gst-libs/gst/audio/TODO:
23544         * gst-libs/gst/audio/gstaudiosink.c:
23545         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23546         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
23547         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
23548         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23549         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
23550         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
23551         (gst_audiosink_class_init), (gst_audiosink_init),
23552         (gst_audiosink_create_ringbuffer):
23553         * gst-libs/gst/audio/gstaudiosink.h:
23554         * gst-libs/gst/audio/gstbaseaudiosink.c:
23555         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
23556         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
23557         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
23558         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
23559         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
23560         (gst_baseaudiosink_create_ringbuffer),
23561         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
23562         * gst-libs/gst/audio/gstbaseaudiosink.h:
23563         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
23564         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
23565         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
23566         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
23567         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
23568         (gst_ringbuffer_play), (gst_ringbuffer_pause),
23569         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
23570         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
23571         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
23572         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
23573         * gst-libs/gst/audio/gstringbuffer.h:
23574         An attempt at a set of audio base classes together with some
23575         design docs.
23576
23577 2005-04-20  Wim Taymans  <wim@fluendo.com>
23578
23579         * gst/audioconvert/Makefile.am:
23580         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23581         (gst_audio_convert_caps_remove_format_info),
23582         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
23583         (gst_audio_convert_channels):
23584         Link against audio libs.
23585         Fix audio convert plugin.
23586
23587 2005-04-20  Wim Taymans  <wim@fluendo.com>
23588
23589         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
23590         (gst_ogg_demux_sink_activate):
23591         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
23592         (theora_set_header_on_caps), (theora_enc_sink_event),
23593         (theora_enc_chain):
23594         Fix theora encoder.
23595
23596 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23597
23598         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
23599         * gst/playback/gstdecodebin.c: (find_compatibles):
23600           Work with staticpadtemplates in elementfactories.
23601
23602 2005-04-12  Wim Taymans  <wim@fluendo.com>
23603
23604         * gst/playback/README:
23605         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23606         (compare_ranks), (print_feature), (gst_decode_bin_init),
23607         (dynamic_create), (dynamic_free), (find_compatibles),
23608         (mimetype_is_raw), (close_pad_link), (got_redirect),
23609         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
23610         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
23611         (gst_decode_bin_change_state):
23612         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23613         (gst_play_base_bin_init), (group_destroy), (group_commit),
23614         (check_queue), (queue_overrun), (queue_threshold_reached),
23615         (queue_out_of_data), (gen_preroll_element), (unknown_type),
23616         (new_decoded_pad), (setup_subtitle), (gen_source_element),
23617         (got_redirect), (setup_source), (play_base_eos),
23618         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23619         (gst_play_base_bin_remove_element):
23620         * gst/playback/gstplaybasebin.h:
23621         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
23622         (gst_play_bin_init), (gst_play_bin_dispose),
23623         (gst_play_bin_set_property), (gen_video_element),
23624         (gen_text_element), (gen_audio_element), (remove_sinks),
23625         (gst_play_bin_send_event):
23626         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23627         (stream_info_change_state), (gst_stream_info_set_mute):
23628         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
23629         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
23630         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
23631         (gst_stream_selector_chain):
23632         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23633         (main):
23634         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23635         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
23636         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
23637         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
23638         Raw and crude port of decodebin. 
23639         Make playbin compile.
23640
23641 2005-04-06  Wim Taymans  <wim@fluendo.com>
23642
23643         * ext/gnomevfs/Makefile.am:
23644         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
23645         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
23646         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
23647         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
23648         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
23649         (gst_gnomevfssrc_stop):
23650         * ext/ogg/Makefile.am:
23651         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
23652         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
23653         * ext/theora/Makefile.am:
23654         * ext/theora/theoradec.c: (_inc_granulepos),
23655         (theora_dec_sink_event), (theora_dec_chain):
23656         * ext/vorbis/Makefile.am:
23657         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23658         (vorbis_dec_sink_event), (vorbis_dec_chain):
23659         * gst-libs/gst/audio/Makefile.am:
23660         * sys/xvimage/Makefile.am:
23661         Make gnomevfssrc extend the source base class.
23662         Fix linking against libs in various plugins.
23663
23664 2005-04-06  Andy Wingo  <wingo@pobox.com>
23665
23666         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
23667         GST_BASE_LIBS.
23668
23669         * configure.ac: Add check and AC_SUBST for libgstbase.
23670
23671 2005-03-31  Wim Taymans  <wim@fluendo.com>
23672
23673         * examples/seeking/Makefile.am:
23674         * examples/seeking/cdparanoia.c: (main):
23675         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
23676         (play_cb), (pause_cb), (stop_cb), (main):
23677         * examples/seeking/playbin.c:
23678         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
23679         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
23680         (make_sid_pipeline), (make_vorbis_pipeline),
23681         (make_theora_pipeline), (make_vorbis_theora_pipeline),
23682         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
23683         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
23684         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
23685         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
23686         (stop_cb), (main):
23687         * examples/seeking/spider_seek.c:
23688         * examples/seeking/vorbisfile.c:
23689         * ext/gnomevfs/Makefile.am:
23690         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23691         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
23692         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
23693         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
23694         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
23695         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
23696         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
23697         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
23698         * ext/ogg/README:
23699         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
23700         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
23701         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
23702         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
23703         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
23704         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
23705         (gst_ogg_pad_event), (gst_ogg_pad_reset),
23706         (gst_ogg_demux_factory_filter), (compare_ranks),
23707         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23708         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23709         (gst_ogg_chain_new), (gst_ogg_chain_free),
23710         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
23711         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
23712         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
23713         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
23714         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
23715         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
23716         (gst_ogg_demux_get_prev_page),
23717         (gst_ogg_demux_deactivate_current_chain),
23718         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23719         (gst_ogg_demux_bisect_forward_serialno),
23720         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
23721         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
23722         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
23723         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
23724         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
23725         (gst_ogg_demux_change_state), (gst_ogg_print):
23726         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
23727         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
23728         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
23729         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
23730         (gst_ogg_mux_loop):
23731         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23732         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
23733         (theora_dec_src_convert), (theora_dec_sink_convert),
23734         (theora_dec_src_query), (theora_dec_src_event),
23735         (theora_dec_sink_event), (theora_dec_chain),
23736         (theora_dec_change_state):
23737         * ext/theora/theoraenc.c: (gst_theora_enc_init),
23738         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
23739         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
23740         (theora_enc_change_state):
23741         * ext/vorbis/Makefile.am:
23742         * ext/vorbis/oggvorbisenc.c:
23743         * ext/vorbis/oggvorbisenc.h:
23744         * ext/vorbis/vorbis.c: (plugin_init):
23745         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23746         (vorbis_dec_src_query), (vorbis_dec_src_event),
23747         (vorbis_dec_sink_event), (vorbis_dec_chain),
23748         (vorbis_dec_change_state):
23749         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23750         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
23751         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
23752         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
23753         (gst_vorbisenc_change_state):
23754         * ext/vorbis/vorbisenc.h:
23755         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
23756         * gst-libs/gst/audio/audioclock.c:
23757         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
23758         (gst_audiofilter_init), (gst_audiofilter_chain):
23759         * gst-libs/gst/audio/testchannels.c: (main):
23760         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
23761         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
23762         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
23763         (gmip_find_track_streaminfo), (gmip_find_track_format):
23764         * gst-libs/gst/media-info/media-info.c:
23765         (gst_media_info_read_idler):
23766         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
23767         (gst_play_get_all_by_interface):
23768         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23769         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
23770         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
23771         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
23772         (gst_riff_parse_info):
23773         * gst-libs/gst/riff/riff-read.h:
23774         * gst-libs/gst/riff/riff.c: (plugin_init):
23775         * gst-libs/gst/video/Makefile.am:
23776         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
23777         (gst_videosink_class_init), (gst_videosink_get_type):
23778         * gst-libs/gst/video/videosink.h:
23779         * gst/audioconvert/bufferframesconvert.c:
23780         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
23781         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
23782         * gst/audioconvert/channelmixtest.c: (main):
23783         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
23784         (gst_audio_convert_chain),
23785         (gst_audio_convert_caps_remove_format_info),
23786         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
23787         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
23788         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
23789         (gst_audio_convert_buffer_to_default_format),
23790         (gst_audio_convert_buffer_from_default_format),
23791         (gst_audio_convert_channels):
23792         * gst/audioconvert/gstchannelmix.h:
23793         * gst/ffmpegcolorspace/avcodec.h:
23794         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23795         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
23796         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
23797         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
23798         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
23799         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
23800         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
23801         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
23802         (mpeg_video_type_find), (mpeg_video_stream_type_find),
23803         (dv_type_find):
23804         * gst/videotestsrc/gstvideotestsrc.c:
23805         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
23806         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
23807         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
23808         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
23809         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
23810         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
23811         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
23812         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
23813         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
23814         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
23815         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
23816         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
23817         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
23818         (gst_xvimagesink_navigation_send_event),
23819         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
23820         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
23821         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
23822         * sys/xvimage/xvimagesink.h:
23823         Plugin port to 0.9, ogg/theora playback should work in the seek
23824         example now.
23825         Removed old examples.
23826         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
23827         explained in 0.9 TODO doc.
23828
23829
23830 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23831
23832         * autogen.sh:
23833         * configure.ac:
23834         * ext/Makefile.am:
23835         * gst/Makefile.am:
23836         * po/POTFILES.in:
23837         * po/af.po:
23838         * po/az.po:
23839         * po/cs.po:
23840         * po/en_GB.po:
23841         * po/hu.po:
23842         * po/it.po:
23843         * po/nb.po:
23844         * po/nl.po:
23845         * po/or.po:
23846         * po/sq.po:
23847         * po/sr.po:
23848         * po/sv.po:
23849         * po/uk.po:
23850         * po/vi.po:
23851         * sys/Makefile.am:
23852         * testsuite/Makefile.am:
23853           remove a whole bunch of plugins.  This module now contains a set
23854           of free reference plugins/elements as agreed.
23855
23856 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23857
23858         * configure.ac:
23859           hunting season on 0.9 is now OPEN
23860
23861 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23862
23863         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
23864           Kick the hell out of gcc for not warning me about a symbol conflict.
23865
23866 2005-02-22  Luca Ognibene  <luogni@tin.it>
23867
23868         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
23869
23870         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
23871           Don't leak caps string (fixes #168134)
23872
23873         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
23874         (gst_jpegenc_init), (gst_jpegenc_finalize),
23875         (gst_jpegenc_change_state):
23876           Don't leak line buffers and context struct (fixes #168133).
23877
23878 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
23879
23880         * configure.ac:
23881         * ext/dirac/gstdiracdec.cc:
23882         (gst_diracdec_chain):
23883           Since dirac 0.5.0 the framerate in dirac is expressed as a
23884           rational number. Fix build and up requirement to 0.5.0, and
23885           also pass parameters to gst_diracdec_link in the right order
23886           (fixes #167959).
23887
23888 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
23889
23890         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
23891         * ext/faad/gstfaad.h:
23892         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
23893         certain invalid muxed streams, where some packets will contain 
23894         junk after decoder data. Partially fixes #149158.
23895
23896 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
23897         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
23898           Make sure we only write to writable buffers
23899
23900 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
23901
23902         * gst-libs/gst/riff/riff-media.c:
23903         (gst_riff_create_audio_caps_with_data):
23904           Do actually fix invalid RIFF fmt header values for alaw
23905           and mulaw audio instead of just saying so.
23906
23907         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23908           Give gst_riff_create_audio_caps_with_data() a chance to
23909           fix up broken format header fields before extracting any
23910           parameters from the header. (fixes #167633)
23911
23912 2005-02-19  Martin Holters  <martin.holters@gmx.de>
23913
23914         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
23915
23916         * gst/audioconvert/bufferframesconvert.c:
23917         (buffer_frames_convert_link):
23918           Don't leak othercaps. (fixes #167878)
23919
23920 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
23921
23922         * configure.ac:
23923         * ext/libvisual/visual.c: (gst_visual_srclink),
23924         (gst_visual_change_state):
23925           Support libvisual 0.2.0.
23926
23927 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
23928
23929         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
23930         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
23931           Use same rowstrides for I420 as used everywhere else.
23932
23933 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
23934
23935         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
23936           Declare variables at beginning of block and make gcc-2.95 happy
23937           (fixes # 167482, patch by Gergely Nagy).
23938           
23939         * gst/tcp/gsttcpclientsrc.c:
23940         * gst/tcp/gsttcpclientsrc.h:
23941           Move some includes into the header, so that struct sockaddr_in is
23942           defined when it should be defined on FreeBSD as well (fixes
23943           #167483).
23944           
23945         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
23946           Don't pass uninitialised values to setsockopt() here either.
23947
23948 2005-02-17  Luca Ognibene  <luogni at tin dot it>
23949
23950         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
23951
23952         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
23953           Don't pass uninitialised values to setsockopt(). (fixes #167704)
23954
23955 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23956
23957         * gst/playback/gstplaybin.c: (add_sink):
23958           Invert bin_add/link order to workaround deadlock in opt.
23959
23960 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23961
23962         * gst/modplug/gstmodplug.cc:
23963           Add missing break causing position queries to fail.
23964
23965 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23966
23967         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
23968           Granpos can apparently be -1, which screws up calculations...
23969
23970 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
23971
23972         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
23973         (gst_ximagesink_send_pending_navigation),
23974         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
23975         (gst_ximagesink_init):
23976         * sys/ximage/ximagesink.h:
23977         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
23978         (gst_xvimagesink_send_pending_navigation),
23979         (gst_xvimagesink_navigation_send_event),
23980         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
23981         * sys/xvimage/xvimagesink.h:
23982           Use a mutex protected list to marshal navigation
23983           events into the stream thread from whichever thread
23984           sends them.
23985
23986 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
23987
23988         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
23989           Display current position and track length; misc. clean-ups.
23990           
23991         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
23992         (speed_init), (speed_chain):
23993           Add query function, so that the stream length and current position
23994           get adjusted when queried (note that current position queries may
23995           still be wrong if the audio sink returns values based on buffer
23996           timestamps instead of passing on the query).
23997
23998 2005-02-13  Benjamin Otte  <otte@gnome.org>
23999
24000         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
24001         (gst_audio_convert_channels):
24002           create channel conversion matrix when linking
24003         * gst/audioconvert/.cvsignore:
24004         * gst/audioconvert/Makefile.am:
24005         * gst/audioconvert/channelmixtest.c: (main):
24006           add (ugly) test that ensures stereo <=> mono conversion works
24007           correctly
24008
24009 2005-02-13  Benjamin Otte  <otte@gnome.org>
24010
24011         * gst/audioconvert/gstchannelmix.h:
24012           include missing header file
24013         * gst/audioconvert/gstchannelmix.c:
24014         (gst_audio_convert_fill_compatible):
24015           use same sign for both channels when converting to/from compatible
24016           channel. Previously used different signs made the signals cancel
24017           each other out and appear like silence. (fixes #167269)
24018
24019 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
24020
24021         * gst/ffmpegcolorspace/avcodec.h:
24022         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24023         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
24024         (gst_ffmpegcsp_avpicture_fill):
24025         * gst/ffmpegcolorspace/imgconvert.c:
24026           Convert to and from YV12 (fixes #156379).
24027
24028 2005-02-12  Julien MOUTTE  <julien@moutte.net>
24029
24030         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24031         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
24032         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
24033         (gst_ximagesink_expose), (gst_ximagesink_set_property),
24034         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
24035         methods from chain and negotiation and vice versa (Fixes #166142).
24036         * sys/ximage/ximagesink.h: Add stream_lock.
24037         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
24038         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
24039         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
24040         (gst_xvimagesink_expose): Check for xcontext before trying to link.
24041
24042 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
24043
24044         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
24045           Don't send "Hey! You gave me a NULL pointer you naughty person" as
24046           error message when we can't open the DVD device (when dvdnav_open()
24047           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
24048           the above). Send something more useful instead (fixes #167117).
24049
24050 2005-02-11  Julien MOUTTE  <julien@moutte.net>
24051
24052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
24053         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
24054         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
24055         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
24056         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
24057         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
24058         methods from chain and negotiation and vice versa (Fixes #166142).
24059         Fix a possible bug of images in the buffer pool being discarded because
24060         we are looking at the wrong geometry.
24061         * sys/xvimage/xvimagesink.h: Add stream_lock.
24062
24063 2005-02-11  David Schleef  <ds@schleef.org>
24064
24065         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
24066         unsigned int. (fixes #167128)
24067
24068 2005-02-11  David Schleef  <ds@schleef.org>
24069
24070         * gst/librfb/Makefile.am: Testing stuff before committing is
24071           for wimps... and people with fast machines.  Fix stupid
24072           mistake.
24073
24074 2005-02-11  David Schleef  <ds@schleef.org>
24075
24076         * configure.ac: Pull in librfb from my CVS tree, because it is
24077           too small and annoying to be separate.  Move rfbsrc plugin
24078           to gst/.
24079         * ext/Makefile.am:
24080         * ext/librfb/Makefile.am:
24081         * ext/librfb/gstrfbsrc.c:
24082         * gst/librfb/Makefile.am:
24083         * gst/librfb/gstrfbsrc.c:
24084         * gst/librfb/rfb.c:
24085         * gst/librfb/rfb.h:
24086         * gst/librfb/rfbbuffer.c:
24087         * gst/librfb/rfbbuffer.h:
24088         * gst/librfb/rfbbytestream.c:
24089         * gst/librfb/rfbbytestream.h:
24090         * gst/librfb/rfbcontext.h:
24091         * gst/librfb/rfbdecoder.c:
24092         * gst/librfb/rfbdecoder.h:
24093         * gst/librfb/rfbutil.h:
24094
24095 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
24096
24097         * gst/speed/Makefile.am:
24098         * gst/speed/demo-mp3.c: (main):
24099         * gst/speed/filter.func:
24100         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
24101         (speed_class_init), (speed_init), (speed_chain_int16),
24102         (speed_chain_float32), (speed_chain), (speed_set_property),
24103         (speed_get_property), (speed_change_state):
24104         * gst/speed/gstspeed.h:
24105           Fix speed element and make it chain-based (fixes #156467),
24106           and make it handle more than one channel.
24107
24108 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
24109
24110         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
24111         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
24112         (gst_dtsdec_chain), (gst_dtsdec_change_state):
24113         * ext/dts/gstdtsdec.h:
24114           Don't clobber the stack constructing the channels array.
24115           Make the element chain-based. DTS tracks can now be played.
24116           
24117 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
24118
24119         * gst-libs/gst/audio/multichannel.h:
24120         * gst-libs/gst/gconf/gconf.h:
24121         * gst-libs/gst/idct/idct.h:
24122         * gst-libs/gst/media-info/media-info-priv.h:
24123         * gst-libs/gst/play/play.h:
24124         * gst-libs/gst/resample/private.h:
24125         * gst-libs/gst/resample/resample.h:
24126         * gst-libs/gst/riff/riff-ids.h:
24127         * gst-libs/gst/video/video.h:
24128         * gst-libs/gst/video/videosink.h:
24129           Add G_BEGIN_DECLS and G_END_DECLS around headers where
24130           missing, so that they work when included from C++ code.
24131
24132 2005-02-09  David Schleef  <ds@schleef.org>
24133
24134         * testsuite/gst-lint: Check for non-statically scoped
24135           parent_class variables.  This won't be a problem once
24136           plugins are loaded with RTLD_LOCAL.
24137
24138 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24139
24140         * ext/mplex/gstmplexibitstream.cc:
24141           gcc madness.
24142
24143 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24144
24145         * ext/ogg/gstogmparse.c:
24146         * gst/debug/gstnavigationtest.c:
24147           Die, thou faulty symbol pollutors (non-static parent_class).
24148
24149 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24150
24151         * ext/mplex/gstmplexibitstream.cc:
24152           Fix event handling (#165525).
24153
24154 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24155
24156         * ext/mikmod/gstmikmod.c:
24157         * gst/modplug/gstmodplug.cc:
24158           Add missing endianness to template (fixes #165509).
24159
24160 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24161
24162         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
24163           Fix wrong order of reading of optional bytes (#165290).
24164
24165 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24166
24167         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24168           Implement FILLER event awareness.
24169
24170 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24171
24172         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
24173           Fix track calculations (#166208).
24174
24175 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
24176
24177         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24178
24179         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
24180         * ext/libpng/gstpngenc.c:
24181           Fix byte-order, use proper fixed caps. Fixes #164197.
24182
24183 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
24184
24185         * configure.ac:
24186           Add dvdlpcmdec 
24187
24188         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
24189         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
24190           Don't push buffers if the src pad isn't negotiated yet.
24191           
24192         * gst/audioconvert/gstaudioconvert.c:
24193         (gst_audio_convert_buffer_to_default_format),
24194         (gst_audio_convert_buffer_from_default_format):
24195           Add support for 24-bit width.
24196
24197         * gst/dvdlpcmdec/.cvsignore:
24198         * gst/dvdlpcmdec/Makefile.am:
24199         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
24200         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
24201         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
24202         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
24203         (plugin_init):
24204         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
24205           New decoder for rearranging DVD LPCM into our audio/x-raw-int
24206           format. Needs support for the channels maps if someone can find 
24207           a DVD LPCM track with > 2 channels.
24208
24209         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
24210         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
24211         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
24212         * gst/mpegstream/gstdvddemux.h:
24213         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
24214         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
24215         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
24216         * gst/mpegstream/gstmpegdemux.h:
24217         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
24218         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
24219         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
24220         (gst_mpeg_parse_handle_src_query),
24221         (gst_mpeg_parse_handle_src_event):
24222           Use audio/x-dvd-lpcm for LPCM output.
24223           Add DTS output.
24224
24225 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
24226
24227         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24228
24229         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
24230         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
24231           Add BGRA handling (#165736).
24232
24233 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
24234
24235         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24236
24237         * gst/law/alaw-decode.c: (alawdec_link):
24238         * gst/law/alaw-encode.c: (alawenc_link):
24239         * gst/law/mulaw-decode.c: (mulawdec_link):
24240         * gst/law/mulaw-encode.c: (mulawenc_link):
24241           Fix caps memleaks (#166600).
24242
24243 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
24244
24245         * ext/tarkin/mem.h:
24246         * ext/tarkin/wavelet.h:
24247         * ext/tarkin/yuv.h:
24248         * gst/ffmpegcolorspace/avcodec.h:
24249           Include "_stdint.h" instead of <stdint.h>. Fixes build on
24250           systems that don't have stdint.h, like Solaris9 (fixes #166631).
24251
24252 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24253
24254         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
24255         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
24256         (gst_xvimagesink_change_state):
24257           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
24258           Xv video (and thereby regenerate Xv colourkey) in clear() so
24259           that PLAY -> READY -> PLAY works (fixes #162504).
24260
24261 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24262
24263         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
24264           Switch to list instead of range, since MJPEG-devices really just
24265           support decimations, not any size.
24266
24267 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
24268         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
24269         (gst_mpeg2dec_reset), (free_all_buffers),
24270         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
24271         * ext/mpeg2dec/gstmpeg2dec.h:
24272           The libmpeg2 user-allocated buffer management is awkward, 
24273           to say the least. Hopefully this fixes things.
24274
24275 2005-02-04  Andy Wingo  <wingo@pobox.com>
24276
24277         * gst/audioconvert/bufferframesconvert.c
24278         (buffer_frames_convert_fixate): New function, fixates to 256
24279         frames per buffer by default. (Much better than 1.)
24280         (buffer_frames_convert_init): Set the fixate function for both src
24281         and sink pad.
24282         (buffer_frames_convert_link): After success setting nonfixed caps,
24283         get the negotiated caps so we can know how many buffer-frames it
24284         will be. No idea how this worked at all before.
24285
24286 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
24287
24288         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
24289         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
24290         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
24291         (handle_sequence), (handle_picture):
24292         * ext/mpeg2dec/gstmpeg2dec.h:
24293           Rearrange buffer tracking and refcounting and refactor
24294           a little for readability. 
24295
24296 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
24297         * sys/v4l/gstv4l.c: (plugin_init):
24298         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
24299         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
24300         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
24301         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
24302         * sys/v4l/gstv4ljpegsrc.h:
24303         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
24304         * sys/v4l/v4l_calls.h:
24305         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
24306         (gst_v4lsrc_get_fps):
24307         * sys/v4l/v4lsrc_calls.h:
24308           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
24309           you jpeg inside rgb frames" driver.
24310           Don't error in the v4lsrc link function, just return 
24311           REFUSED.
24312
24313 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24314
24315         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
24316         (gst_qcamsrc_open):
24317           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
24318
24319 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24320
24321         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
24322           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
24323
24324 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24325
24326         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
24327           Reset negotiated state on PAUSED->READY.
24328
24329 2005-02-02  David Schleef  <ds@schleef.org>
24330
24331         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
24332         whereever possible.  (Fixes #165997)
24333         * examples/capsfilter/capsfilter1.c: (main):
24334         * examples/dynparams/filter.c: (create_ui):
24335         * examples/seeking/cdparanoia.c: (get_track_info), (main):
24336         * examples/seeking/chained.c: (main):
24337         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
24338         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
24339         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
24340         (make_mpeg_pipeline), (make_mpegnt_pipeline):
24341         * examples/seeking/spider_seek.c: (make_spider_pipeline):
24342         * examples/switch/switcher.c: (main):
24343         * ext/dv/demo-play.c: (main):
24344         * ext/faad/gstfaad.c: (gst_faad_change_state):
24345         * ext/mad/gstmad.c: (gst_mad_chain):
24346         * ext/smoothwave/demo-osssrc.c: (main):
24347         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
24348         (gst_gconf_render_bin_from_description),
24349         (gst_gconf_get_default_audio_sink),
24350         (gst_gconf_get_default_video_sink),
24351         (gst_gconf_get_default_audio_src),
24352         (gst_gconf_get_default_video_src),
24353         (gst_gconf_get_default_visualization_element):
24354         * gst/level/demo.c: (main):
24355         * gst/level/plot.c: (main):
24356         * gst/playback/gstplaybin.c: (gen_video_element),
24357         (gen_audio_element):
24358         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
24359         * gst/playondemand/demo-mp3.c: (setup_pipeline):
24360         * gst/sine/demo-dparams.c: (main):
24361         * gst/spectrum/demo-osssrc.c: (main):
24362         * gst/speed/demo-mp3.c: (main):
24363         * gst/volume/demo.c: (main):
24364         * testsuite/embed/embed.c: (main):
24365
24366 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
24367
24368         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24369         (gst_tcpclientsink_finalize):
24370         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24371         (gst_tcpclientsrc_finalize):
24372         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24373         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
24374         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24375         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
24376           Don't leak the hostname when shutting down.
24377           In tcpserversrc, take a copy of the default hostname.
24378
24379 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24380
24381         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
24382           Set caps to systemstream=TRUE.
24383
24384 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24385
24386         * testsuite/Makefile.am:
24387           Fix more OSX buildbots.
24388
24389 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
24390
24391         * ext/mpeg2dec/gstmpeg2dec.c:
24392           Don't send things to NULL PAD_PEERs
24393
24394         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
24395           Copy-on-write the incoming buffer.
24396
24397         * gst/mpegstream/gstdvddemux.h:
24398         * gst/mpegstream/gstmpegclock.h:
24399         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24400         (normal_seek), (gst_mpeg_demux_handle_src_event):
24401         * gst/mpegstream/gstmpegdemux.h:
24402         * gst/mpegstream/gstmpegpacketize.h:
24403         * gst/mpegstream/gstmpegparse.c:
24404         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
24405         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
24406         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
24407         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
24408         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
24409         * gst/mpegstream/gstmpegparse.h:
24410         * gst/mpegstream/gstrfc2250enc.h:
24411           Various changes to the way time is computed that make seeking and
24412           total time estimation much better here.
24413           Use G_BEGIN/END_DECLS instead of __cplusplus
24414
24415         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
24416           Use gst_buffer_stamp instead of only copying the TIMESTAMP
24417
24418 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24419
24420         * gst/subparse/gstsubparse.c:
24421           Fix OSX buildbot.
24422
24423 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
24424
24425         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24426         (theora_enc_chain), (theora_enc_change_state):
24427         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
24428         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
24429         (gst_vorbisenc_change_state):
24430         * ext/vorbis/vorbisenc.h:
24431           Set granulepos and timestamp correctly for streams not
24432           starting at 0, taking into account the initial delay.
24433
24434 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
24435
24436         * gst/mpegstream/gstdvddemux.c:
24437           Add audio/x-dts to audio pad template caps
24438
24439 2005-01-30  David Schleef  <ds@schleef.org>
24440
24441         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
24442         (create_context), (gst_polypsink_link): Fix silly endianness
24443         bug.  Add some debugging.  Remove float from caps; it doesn't
24444         work.  Attempt to get remote audio working.
24445
24446 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24447
24448         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
24449           Add 3IV2 fourcc.
24450
24451 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24452
24453         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
24454         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
24455         (gst_avi_demux_stream_data):
24456         * gst/avi/gstavidemux.h:
24457           Invert DIB images. Fixes #132341.
24458
24459 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24460
24461         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24462         (gst_ffmpegcsp_chain):
24463           D'oh, reference the palette data, not the palette structure.
24464           Fixes color distortion in #132341.
24465
24466 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24467
24468         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
24469           PAR can be non-fixed when not provided as argument (#162626).
24470
24471 2005-01-29  David Moore  <dcm@acm.org>
24472
24473         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24474
24475         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24476         (gst_qtdemux_loop_header):
24477           Re-apply patch from #142272 that allows non-seekable sources,
24478           re-proposed by Daniel Drake <dsd@gentoo.org>.
24479
24480 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24481
24482         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
24483           Use the src template for creating the src pad (#162330).
24484
24485 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24486
24487         * configure.ac:
24488         * ext/musepack/Makefile.am:
24489         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
24490         (gst_musepackdec_init), (gst_musepackdec_dispose),
24491         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
24492         (gst_musepack_stream_init), (gst_musepackdec_loop),
24493         (gst_musepackdec_change_state):
24494         * ext/musepack/gstmusepackdec.cpp:
24495         * ext/musepack/gstmusepackdec.h:
24496         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
24497         (gst_musepack_reader_read), (gst_musepack_reader_seek),
24498         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
24499         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
24500         * ext/musepack/gstmusepackreader.cpp:
24501         * ext/musepack/gstmusepackreader.h:
24502           Update to 1.1 API (#165446).
24503
24504 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24505
24506         * ext/Makefile.am:
24507           Unbreak buildbot.
24508
24509 2005-01-28  Andy Wingo  <wingo@pobox.com>
24510
24511         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
24512         to reflect a different dubious internet source. Add a reference
24513         and some commentary.
24514
24515 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24516
24517         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24518         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
24519         * gst/playback/gststreamselector.h:
24520           Be more selective when we're redoing caps negotiation from
24521           within the chain function on a stream change.
24522
24523 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24524
24525         * configure.ac:
24526         * ext/Makefile.am:
24527         * ext/amrnb/Makefile.am:
24528         * ext/amrnb/amrnb.c: (plugin_init):
24529         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
24530         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
24531         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
24532         (gst_amrnbdec_state_change):
24533         * ext/amrnb/amrnbdec.h:
24534         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
24535         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
24536         (gst_amrnbparse_init), (gst_amrnbparse_formats),
24537         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
24538         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
24539         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
24540         * ext/amrnb/amrnbparse.h:
24541           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
24542         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
24543           Add AMR-NB/-WB raw formats.
24544         * ext/alsa/gstalsa.c: (gst_alsa_link):
24545           Keep valid time when changing format.
24546         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24547         (qtdemux_parse_trak):
24548           Add some more format-specific options (#140141, #143555, #155163).
24549
24550 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24551
24552         * gst/matroska/matroska-demux.c:
24553         (gst_matroska_demux_parse_blockgroup):
24554           Fix logic error in timing of subtitle stream synchronization.
24555         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
24556           Add skip-chunk, which is found in kodak-camera streams.
24557
24558 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24559
24560         * po/LINGUAS:
24561         * po/vi.po:
24562           Adding Vietnamese translation (submitted by Clytie Siddall)
24563
24564 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24565
24566         * gst/playback/gstdecodebin.c: (try_to_link_1):
24567           Use realpad for signal.
24568
24569 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24570
24571         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
24572           Fix category so decodebin picks it up.
24573
24574 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24575
24576         * ext/mad/Makefile.am:
24577         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
24578         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
24579         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
24580         (found_type), (gst_id3demux_bin_change_state):
24581         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
24582         (gst_id3_tag_init), (gst_id3_tag_handle_event),
24583         (gst_id3_tag_src_link), (gst_id3_tag_chain),
24584         (gst_id3_tag_change_state), (plugin_init):
24585         * ext/mad/gstmad.h:
24586           Add id3demuxbin (which is a simple bin consisting of id3demux
24587           and typefind), take over rank from id3demux, remove typefind
24588           code from id3demux. Makes all broken mp3s that I know of work,
24589           and thereby fixes #152688.
24590
24591 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
24592
24593         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24594
24595         * ext/mad/gstmad.c: (gst_mad_src_event):
24596         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
24597           Allow seeks on audio pad, make mad forward those (#164826).
24598         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
24599           Set duration (#165335).
24600
24601 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24602
24603         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24604         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
24605         (gst_asf_demux_process_ext_content_desc),
24606         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
24607         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
24608         * gst/asfdemux/gstasfdemux.h:
24609           Improve metadata display, e.g. if the metadata comes before the
24610           streams are loaded (which is perfectly valid).
24611
24612 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24613
24614         * tools/gst-launch-ext-m.m:
24615           Fix AVI/ASF pipelines (#165340).
24616
24617 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
24618         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
24619         build failure on amd64
24620
24621 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
24622
24623         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
24624         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
24625           Check environment variables GST_ID3V2_TAG_ENCODING,
24626           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
24627           list of character encodings to force interpretation of non-unicode
24628           strings stored in an ID3v2 tag to a particular encoding. If none
24629           is specified, try to use current locale's encoding, then fall back
24630           to ISO-8859-1 (which will always succeed). (Resolves #149274)
24631         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
24632         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
24633           Check environment variables GST_ID3V1_TAG_ENCODING,
24634           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
24635           list of character encodings to use in case a string encountered
24636           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
24637           specified, try to use the current locale's encoding, then fall
24638           back to ISO-8859-1 (which will always succeed).
24639
24640 2005-01-25  Benjamin Otte  <otte@gnome.org>
24641
24642         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
24643           - on half framerate, compute the rate in advance so the comparisons
24644             don't compare wrong values
24645           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
24646             behaviour
24647           - don't use mad_header_decode anymore, mad_frame_decode does that
24648             automatically
24649           - when getting rid of consumed bytes, reset the stream's skiplen
24650           (fixes #163867)
24651
24652 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
24653
24654         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
24655           Use 1/2 a second for default max_discont, as PES streams from DVB
24656           seem to have larger spacings in the SCR. 
24657           Fix a typo.
24658
24659 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24660
24661         * gst/playback/gstplaybasebin.c: (group_commit):
24662           Notify delayed stream-info availability.
24663
24664 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
24665         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
24666         (gst_a52dec_handle_event), (gst_a52dec_chain):
24667         Add some debug output. Check that a discont has a valid
24668         time associated.
24669         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24670         (gst_alsa_sink_loop):
24671         Ignore TAG events. A little extra debug for broken timestamps.
24672         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
24673         (dvdnavsrc_change_state):
24674         Ensure we send a discont to engage the link before we send any
24675         other events.
24676         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
24677         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
24678         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
24679         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
24680         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
24681         dvd://title works in totem because typefinding sends a seek that ends
24682         up going back to chapter 1 regardless.
24683         * ext/mpeg2dec/gstmpeg2dec.c:
24684         * ext/mpeg2dec/gstmpeg2dec.h:
24685         Output correct timestamps and handle disconts.
24686         * ext/ogg/gstoggdemux.c: (get_relative):
24687         Small guard against a null dereference.
24688         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
24689         (gst_textoverlay_set_property):
24690         Free memory when done. Don't call gst_event_filler_get_duration on
24691         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
24692         g_warning.
24693         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
24694         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
24695         (gst_sw_srclink), (gst_smoothwave_chain):
24696         Draw solid lines, prettier colours.
24697         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
24698         Add a default palette that'll work for some movies.
24699         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
24700         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
24701         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
24702         * gst/mpegstream/gstdvddemux.h:
24703         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
24704         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
24705         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
24706         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
24707         * gst/mpegstream/gstmpegparse.h:
24708         Use PTM/NAV events when for timestamp adjustment when connected to 
24709         dvdnavsrc. Don't use many discont events where one suffices.
24710         * gst/playback/gstplaybasebin.c: (group_destroy),
24711         (gen_preroll_element), (gst_play_base_bin_add_element):
24712         * gst/playback/gstplaybasebin.h:
24713         Make sure we remove subtitles from the same bin we put them in.
24714         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
24715         (gst_subparse_buffer_format_autodetect),
24716         (gst_subparse_change_state):
24717         Fix some memleaks and invalid accesses.
24718         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
24719         (oggskel_type_find), (cmml_type_find), (plugin_init):
24720         Some typefind functions for Annodex v3.0 files
24721         * gst/wavparse/gstwavparse.h:
24722         GstRiffReadClass is the correct parent class.
24723
24724 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24725
24726         * gst-libs/gst/riff/riff-media.c:
24727         (gst_riff_create_video_caps_with_data):
24728           Add extradata to huffyuv (fixes #165013).
24729         * gst-libs/gst/riff/riff-read.c:
24730         (gst_riff_read_strf_vids_with_data):
24731           Fix extradata extraction if it is in the chunk size.
24732
24733 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
24734
24735         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24736
24737         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
24738         (gst_quarktv_change_state), (gst_quarktv_dispose):
24739           Memory free'ing location fix (#164708).
24740
24741 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24742
24743         * gst/playback/gstplaybasebin.c: (group_commit),
24744         (gen_preroll_element), (probe_triggered), (gen_source_element),
24745         (setup_source), (gst_play_base_bin_change_state),
24746         (gst_play_base_bin_add_element):
24747           Don't block for streams.
24748         * gst/playback/gststreaminfo.c: (stream_info_change_state),
24749         (gst_stream_info_set_mute):
24750           Use gst_pad_set_active_recursive.
24751
24752 2005-01-25  Andy Wingo  <wingo@pobox.com>
24753
24754         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
24755         for #ifndef HAVE_XVIDEO.
24756
24757 2005-01-24  Jeffrey C. Ollie
24758
24759         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
24760
24761         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
24762         * ext/gsm/gstgsmdec.h:
24763         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
24764         * ext/gsm/gstgsmenc.h:
24765         Fix rate to 8kHz as per spec, removes obscure errors when no rate
24766         was given by property. Add proper buffer timestamps and offsets.
24767
24768 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24769
24770         * gst-libs/gst/riff/riff-media.c:
24771         (gst_riff_create_audio_caps_with_data):
24772           Audio can be <8000Hz.
24773
24774 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24775
24776         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
24777           Explicit state change to workaround refcount bugs.
24778
24779 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24780
24781         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
24782         (gst_avimux_riff_get_avi_header):
24783           Fix...
24784
24785 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24786
24787         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
24788         (gst_riff_read_element_data):
24789         * gst-libs/gst/riff/riff-read.h:
24790           Add _peek version (req'ed in CDXA).
24791         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
24792         (gst_cdxaparse_loop):
24793           Fix parsing in playbin.
24794         * gst/playback/gstdecodebin.c: (close_pad_link):
24795           Ignore current_ pads, they cause major annoyance.
24796
24797 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24798
24799         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24800           Safety guard.
24801
24802 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24803
24804         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
24805           Fix padding...
24806
24807 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24808
24809         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
24810           Allow for 0-sized buffers. Fixes length query problems in
24811           starwars.mkv from the testsuite.
24812
24813 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
24814
24815         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
24816         (gst_video_box_i420), (gst_video_box_chain):
24817           Fix row strides for I420 (fixes #163159)
24818           
24819 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24820
24821         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
24822           MPEG2 has a useful rate property, so we can actually use that.
24823           For MPEG-1, continue using the bytes/time properties.
24824
24825 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24826
24827         * gst-libs/gst/riff/riff-media.c:
24828         (gst_riff_create_video_caps_with_data),
24829         (gst_riff_create_video_template_caps):
24830           Add intel-h263.
24831
24832 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24833
24834         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
24835           Fail if caps negotiation fails. Should fix #162184, and should
24836           definately be in there regardless of it fixing the actual bug.
24837         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
24838         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
24839         (gst_avimux_riff_get_avix_header),
24840         (gst_avimux_riff_get_video_header),
24841         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
24842         (gst_avimux_start_file), (gst_avimux_handle_event),
24843         (gst_avimux_change_state):
24844         * gst/avi/gstavimux.h:
24845           Refactor structure writing to use GST_WRITE_UINT macros, add
24846           metadata writing support.
24847
24848 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24849
24850         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
24851           Elements may already be destroyed when this function is called.
24852
24853 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24854
24855         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24856         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
24857           More memory leak fixes (#149162).
24858
24859 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24860
24861         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24862         (gst_qtdemux_add_stream):
24863           Fix two memleaks.
24864
24865 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24866
24867         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
24868           Argh...
24869
24870 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24871
24872         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
24873           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
24874           when fixating to six channels in Totem.
24875
24876 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
24877
24878         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
24879           Fix compile warnings on Solaris 10 buildbot
24880
24881 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
24882
24883         * ext/dvdread/dvdreadsrc.c: (_read):
24884           Don't read beyond the last cell in a chapter (fixes 
24885           invalid memory access)
24886
24887 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
24888
24889         * ext/dvdread/stream_labels.c:
24890         (dvdreadsrc_get_audio_stream_labels):
24891           Use NULL for an empty GList instead of g_list_alloc(); fix 
24892           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
24893           of GString (easier to bulk free later)
24894
24895 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
24896
24897         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24898
24899         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24900         (gst_ffmpeg_pixfmt_to_caps):
24901           Fix BGRA32 caps (#164209).
24902
24903 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
24904
24905         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24906
24907         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24908         (gst_ffmpeg_caps_to_pixfmt):
24909           alpha_mask can be RGBA/ABGR. Fixes #164265.
24910
24911 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
24912
24913         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24914
24915         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
24916         (gst_mpeg2dec_alloc_buffer):
24917         * ext/mpeg2dec/gstmpeg2dec.h:
24918           Crop if decoding size is not the actual image size (#163676).
24919
24920 2005-01-17  Steve Baker  <steve@stevebaker.org>
24921
24922         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24923
24924         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
24925         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
24926           Add libsndfile typefind functions (#163309).
24927
24928 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24929
24930         * tools/gst-launch-ext-m.m:
24931           Add .aac, fix .m1v/.m2v (#163891).
24932
24933 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24934
24935         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
24936           Sanity check, don't wait endlessly since the clock might not
24937           actually run at this point (which is a deadlock). Fixes #164069.
24938
24939 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24940
24941         * gst/playback/gstplaybasebin.c: (probe_triggered):
24942           Of course, only pause if group is done...
24943
24944 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24945
24946         * gst/playback/gstplaybasebin.c: (probe_triggered):
24947           Thread safety.
24948
24949 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
24950
24951         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
24952           Don't return state change success when the parent
24953           failed.
24954
24955 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24956
24957         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
24958           Free events (fix memleak in #162905).
24959
24960 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
24961
24962         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24963
24964         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24965         (gst_ffmpeg_caps_to_pixfmt):
24966           Fix for depth = 15. Fixes #161675.
24967
24968 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24969
24970         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
24971           Set FPS correctly, even for webcams and the like.
24972         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
24973           Don error on setting while capturing.
24974
24975 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
24976
24977         * ext/dv/gstdvdec.c:
24978         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
24979         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
24980           I'm a bad boy. using /1001. to force C to do float division
24981           and not integer division (as it did in my last commit)
24982           Thanks to David I. Lehn for pointing this mistake.
24983
24984 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24985
24986         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
24987           Revert Johan's 1.35->1.36 since it breaks compat.
24988
24989 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
24990
24991         * ext/dv/gstdvdec.c:
24992         * ext/libfame/gstlibfame.c:
24993         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
24994         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
24995           replace framerate aproximations by their real value
24996           (24000/1001, 30000/1001, 60000/1001)
24997           Finish fixing bug #164049
24998
24999 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25000
25001         * ext/ogg/gstoggmux.c:
25002           eos/bos debugging
25003         * gst/tcp/gstmultifdsink.c:
25004         * gst/tcp/gstmultifdsink.h:
25005         * gst/tcp/gsttcp.c:
25006         * gst/tcp/gsttcp.h:
25007         * gst/tcp/gsttcpclientsink.c:
25008         * gst/tcp/gsttcpclientsrc.c:
25009         * gst/tcp/gsttcpserversink.c:
25010         * gst/tcp/gsttcpserversrc.c:
25011           improve reusability of elements after state changes and errors
25012           make multifdsink throw away streamheaders when receiving new ones
25013
25014 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25015
25016         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
25017           Fix for if items are already in list...
25018
25019 2005-01-12  Benjamin Otte  <otte@gnome.org>
25020
25021         * gst/adder/gstadder.c: (gst_adder_loop):
25022           fix adder a bit so it doesn't screw up with events as much anymore
25023
25024 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
25025
25026         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
25027         (pixbufscale_scale), (gst_pixbufscale_chain):
25028         * ext/gdk_pixbuf/pixbufscale.h:
25029           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
25030           to ensure rowstrides are calculated the same way as 
25031           ffmpegcolorspace
25032           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
25033           that we pick up duration and offset also.
25034
25035 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25036
25037         * gst/avi/gstavimux.c: (gst_avimux_class_init),
25038         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
25039           Reusability fixes.
25040
25041 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25042
25043         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
25044         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25045         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
25046         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
25047           Update flags when requested.
25048
25049 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25050
25051         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
25052           Fix dmix.
25053
25054 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25055
25056         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25057         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
25058         (probe_triggered), (new_decoded_pad), (gen_source_element),
25059         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
25060         * gst/playback/gstplaybasebin.h:
25061         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25062         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
25063         (gst_play_bin_change_state):
25064           Implement group-switch signal for use in apps to clear metadata
25065           cache, clean up subtitle, add suburi property instead of # hack,
25066           some error-out fixes.
25067
25068 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25069
25070         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25071           Debug.
25072         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
25073           If we got a state change in the _get handler, don't return success.
25074
25075 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
25076
25077         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
25078         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
25079           Make jpegdec quiet on MJPEG decoding
25080         * gst/asfdemux/README:
25081           Fix mimetypes for MJPEG and H263
25082
25083 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25084
25085         * ext/theora/theoradec.c: (theora_dec_chain):
25086           Fix broken code generation by gcc by swapping arguments.
25087         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
25088           Fix \n in debug.
25089
25090 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
25091
25092         * TODO:
25093           delete this file, it is by far outdated
25094         * ext/alsa/gstalsa.1: remove
25095         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
25096         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
25097         (gst_alsa_get_caps):
25098           Add HW probing for supported sample rates. Fixes #161704
25099
25100 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25101
25102         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
25103           Don't crash, biatch! :).
25104
25105 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25106
25107         * ext/musepack/gstmusepackreader.cpp:
25108         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
25109           Some work on tags - still doesn't work in playbin...
25110         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
25111           Handle events...
25112
25113 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25114
25115         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
25116           Also shove tags on kid pads.
25117
25118 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25119
25120         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
25121           Don't bail on unknown events.
25122         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
25123           Don't crash on events before negotiation.
25124         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
25125           Send tags on pads, too.
25126         * gst/playback/gststreamselector.c:
25127         (gst_stream_selector_request_new_pad):
25128           Forward events on first pad if no input was selected yet.
25129
25130 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25131
25132         * gst/playback/gstplaybasebin.c: (setup_substreams):
25133           Don't disable streamtype if the stream doesn't exist, since
25134           then playing a video after audio will disable both and nothing
25135           will happen. Fixes the testsuite.
25136
25137 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25138
25139         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
25140         (gst_v4l_xoverlay_set_xwindow_id):
25141         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
25142         (gst_v4l2_xoverlay_set_xwindow_id):
25143           Add debug categories, fix overlay disabling.
25144
25145 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
25146
25147         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
25148         * ext/alsa/gstalsa.h:
25149           Add HW probing for period_count/size and buffer_size MIX/MAX
25150           Adjust default/user defined value if out of bounds
25151           Should fix bug #162024
25152
25153 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25154
25155         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
25156           Fix warning (#161191).
25157
25158 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
25159
25160         * ext/dvdread/stream_labels.c:
25161         (dvdreadsrc_get_audio_stream_labels):
25162           Fix warning (init the good variable in switch default)
25163
25164 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
25165
25166         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25167
25168         * gst/tta/gstttaparse.c: (gst_tta_src_event):
25169           Fix gcc-2.95 compile (#163485).
25170
25171 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25172
25173         * configure.ac:
25174         * ext/flac/gstflacenc.c: (gst_flacenc_init),
25175         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
25176         (gst_flacenc_tell_callback), (gst_flacenc_chain),
25177         (gst_flacenc_change_state):
25178         * ext/flac/gstflacenc.h:
25179           Update for API change in flac-1.1.1. Update requirement in
25180           configure.ac. Fixes #162974.
25181
25182 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25183
25184         * gst/playback/gstplaybasebin.c: (group_destroy):
25185           Remove hack to get rid of assert and get rid of unlinked
25186           signals properly.
25187
25188 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25189
25190         * gst/playback/gstplaybasebin.c: (setup_source):
25191           Set source to NULL so that resources are free'ed. Fixes issues
25192           with playback of CDDA and similar device-accessing things.
25193
25194 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25195
25196         * testsuite/embed/Makefile.am:
25197           test->noinst, fix make test in buildbot.
25198
25199 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
25200
25201         * ext/dvdread/stream_labels.c: new file
25202         * ext/dvdread/stream_labels.h: new file
25203         * ext/dvdread/Makefile.am:
25204         * ext/dvdread/dvdreadsrc.c: (_seek_title):
25205           Extract audio stream label from DVD IFO files.
25206           It only dump them on the console for now, still have to
25207           make playbin aware of them.
25208
25209 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25210
25211         * gst/playback/gstplaybasebin.c: (setup_source):
25212           Fix hanging subs.
25213
25214 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25215
25216         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
25217         (gen_preroll_element), (remove_groups), (setup_subtitle),
25218         (gen_source_element), (setup_source):
25219         * gst/playback/gstplaybasebin.h:
25220           Multiple .sub files is just a stupid idea... Fix some threading
25221           mistakes. Interestingly, external .sub files cause playbin to
25222           hang, I don't know why... Parsing fixes contributed by Fran??ois
25223           Kooman <fkooman@tuxed.net>.
25224
25225 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25226
25227         * testsuite/embed/Makefile.am:
25228           Fix buildbot.
25229
25230 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
25231
25232         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25233
25234         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
25235         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
25236         (gst_pngenc_set_property):
25237         * ext/libpng/gstpngenc.h:
25238           Add compression level property (#163323).
25239
25240 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25241
25242         * configure.ac:
25243         * examples/capsfilter/capsfilter1.c: (main):
25244         * examples/seeking/spider_seek.c: (make_spider_pipeline):
25245         * ext/dvdread/Makefile.am:
25246         * ext/dvdread/demo-play:
25247         * ext/dvdread/demo-play.c:
25248         * gconf/gstreamer.schemas.in:
25249         * gst-libs/gst/gconf/gconf.c:
25250         * sys/v4l/TODO:
25251         * testsuite/Makefile.am:
25252         * testsuite/embed/Makefile.am:
25253         * testsuite/embed/embed.c: (cb_expose), (main):
25254           Remove all references to xvideosink, fix examples (#140845).
25255         * gst/playback/gstplaybasebin.c: (group_destroy):
25256           Apparently, disposal does not unlink - so do explicitely.
25257         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25258           Add debug.
25259
25260 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
25261
25262         * README: fix PKG_CONFIG_PATH instructions, what was there
25263         previously was breaking default search path, not nice. 
25264         Fixes #163358
25265
25266 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25267
25268         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
25269         (gst_audioscale_chain):
25270           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
25271           when resampling - how the ^@$^!@^! is this possible?!?
25272
25273 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25274
25275         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
25276           Reset variables on READY.
25277         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
25278         (gst_matroska_mux_loop):
25279           Require data before writing header.
25280
25281 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
25282
25283         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25284
25285         * ext/mad/gstmad.c: (gst_mad_chain):
25286           Don't call mad_stream_sync() directly after recovering sync.
25287           Fixes #151661.
25288
25289 2005-01-09  Martin Eikermann  <meiker@upb.de>
25290
25291         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25292
25293         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
25294         (snapshot_handler), (gst_snapshot_sinkconnect),
25295         (gst_snapshot_chain):
25296           Allocate resources when required, fix recursive signal emission
25297           and fix caps. Fixes #161667.
25298
25299 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
25300
25301         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25302
25303         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
25304         (gst_pngdec_chain):
25305           Handle only 8-bppc (bits-per-pixel-component) images, better
25306           error handling and correct strides. Fixes #163177.
25307         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
25308         (gst_pngenc_chain):
25309           Better error handling. Fixes #163348.
25310
25311 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25312
25313         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
25314         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
25315         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
25316         (dvdnavsrc_uri_handler_init):
25317           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
25318         * gst/playback/gstplaybasebin.c: (gen_source_element):
25319           Add MMS to streaming URIs.
25320
25321 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25322
25323         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
25324         * sys/xvimage/xvimagesink.c:
25325         (gst_xvimagesink_navigation_send_event):
25326           Check for pad availability before sending event.
25327
25328 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25329
25330         * gst-plugins.spec.in:
25331           Add subparse.
25332
25333 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25334
25335         * configure.ac:
25336           Since we use functions from CVS, up requirement.
25337
25338 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25339
25340         * gst/playback/Makefile.am:
25341         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25342         (group_destroy), (group_commit), (group_is_muted),
25343         (gen_preroll_element), (add_stream), (unknown_type),
25344         (probe_triggered), (preroll_unlinked), (mute_stream),
25345         (silence_stream), (new_decoded_pad), (setup_substreams),
25346         (setup_source), (get_active_source), (mute_group_type),
25347         (muted_group_change_state), (set_active_source),
25348         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25349         (play_base_eos), (gst_play_base_bin_change_state):
25350         * gst/playback/gstplaybasebin.h:
25351         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
25352         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
25353         (gst_stream_info_dispose), (stream_info_mute_pad),
25354         (stream_info_change_state), (gst_stream_info_set_mute):
25355         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
25356         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
25357         (gst_stream_selector_init), (gst_stream_selector_dispose),
25358         (gst_stream_selector_get_linked_pad),
25359         (gst_stream_selector_get_caps), (gst_stream_selector_link),
25360         (gst_stream_selector_get_linked_pads),
25361         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
25362         * gst/playback/gststreamselector.h:
25363           Adding stream selection support plus required properties for
25364           applications to use this. Fully fixes #100931.
25365
25366 2005-01-08  Benjamin Otte  <otte@gnome.org>
25367
25368         * gst/games/gstpuzzle.c: (nav_event_handler):
25369           - handle nav events differently: forward every event no matter if it
25370             was handled or not.
25371           - translate events
25372           You can now cheat by using navigationtest ! puzzle and moving the
25373           mouse close to the edge of a tile. ;)
25374
25375 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25376
25377         * configure.ac:
25378         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
25379         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
25380         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
25381         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
25382         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
25383         (gst_ogm_parse_plugin_init):
25384         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
25385         (gst_textoverlay_link), (gst_textoverlay_getcaps),
25386         (gst_textoverlay_event), (gst_textoverlay_video_chain),
25387         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
25388         * ext/pango/gsttextoverlay.h:
25389         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
25390         (gst_matroska_demux_handle_seek_event),
25391         (gst_matroska_demux_sync_streams),
25392         (gst_matroska_demux_parse_blockgroup),
25393         (gst_matroska_demux_subtitle_caps),
25394         (gst_matroska_demux_plugin_init):
25395         * gst/matroska/matroska-ids.h:
25396         * gst/playback/gstdecodebin.c: (close_pad_link):
25397         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
25398         (gen_preroll_element), (remove_groups), (add_stream),
25399         (new_decoded_pad), (setup_subtitles), (gen_source_element),
25400         (setup_source):
25401         * gst/playback/gstplaybasebin.h:
25402         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
25403         * gst/subparse/Makefile.am:
25404         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
25405         (gst_subparse_base_init), (gst_subparse_class_init),
25406         (gst_subparse_init), (gst_subparse_formats),
25407         (gst_subparse_eventmask), (gst_subparse_event),
25408         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
25409         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
25410         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
25411         (parse_mpsub_deinit), (parse_mpsub_init),
25412         (gst_subparse_buffer_format_autodetect),
25413         (gst_subparse_format_autodetect), (gst_subparse_loop),
25414         (gst_subparse_change_state), (gst_subparse_type_find),
25415         (plugin_init):
25416         * gst/subparse/gstsubparse.h:
25417         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
25418         (plugin_init):
25419           Add subtitle support, .sub parser (supports SRT and MPsub),
25420           OGM text support, Matroska UTF-8 text support, deadlock fixes
25421           all over the place, subtitle awareness in decodebin/playbin
25422           and some fixes to textoverlay to handle subtitles in a stream
25423           correctly. Fixes #100931.
25424
25425 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25426
25427         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
25428           Check for pad availability before doing a query on it.
25429
25430 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
25431
25432         * ext/dv/gstdvdec.c:
25433           really fix bpp24/32 dvdec caps (classic rgba indeed)
25434         * gst/asfdemux/gstasfdemux.c:
25435         (gst_asf_demux_process_ext_content_desc):
25436           don't send text tags if they are empty (bis repetita)
25437
25438 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
25439
25440         * ext/dv/gstdvdec.c:
25441          remove unneeded comment from dvdec
25442           (related to DV 4CC codes in AVI files)
25443           moved them in gstreamer/docs/random/mimetypes
25444         * gst/asfdemux/gstasfdemux.c:
25445         (gst_asf_demux_process_ext_content_desc):
25446          don't send text tags if they are empty
25447          fix mem leak on error path
25448         * gst/ffmpegcolorspace/avcodec.h:
25449         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25450         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25451         (gst_ffmpegcsp_avpicture_fill):
25452         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
25453         * gst/ffmpegcolorspace/imgconvert_template.h:
25454          adds BGR32 and BGRA32 to ffmpegcolorspace
25455           (still bad colors, fixing it on next commit)
25456           helps with dvdec outputing BGR32
25457
25458 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
25459
25460         * ext/dv/gstdvdec.c:
25461          Fix audio caps i just broke (missing ',')
25462         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
25463         (gst_matroska_mux_reset):
25464          Fix typo + add FIXME about old "x-gst-metadata" crap
25465
25466 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
25467
25468         * ext/dv/demo-play.c: (main):
25469          xvideosink -> xvimagesink
25470         * ext/dv/gstdvdec.c:
25471          change rgb 32/32 caps to 24/32 (no alpha)
25472          change nb of channels to be a list (2 or 4, not 2)
25473          change sample rate to be a list (32, 44.1, 48 kHz) not a range
25474         * gst/asfdemux/gstasfdemux.c:
25475         (gst_asf_demux_process_ext_content_desc):
25476          Add 'date/year' to extracted metadata list
25477
25478 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25479
25480         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25481           The return value of fixate_to does not imply that the requested
25482           value was set, so don't assume.
25483
25484 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
25485
25486         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25487
25488         * ext/libpng/gstpngdec.c:
25489         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
25490         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
25491         * ext/libpng/gstpngenc.h:
25492           Alpha support (encoder; #163161), mime fixage.
25493
25494 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
25495
25496         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25497
25498         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
25499         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
25500         (gst_faac_set_property), (gst_faac_get_property):
25501         * ext/faac/gstfaac.h:
25502           Allow for ADTS output (#153434).
25503
25504 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25505
25506         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
25507           Fix against template (#150576).
25508
25509 2005-01-06  Benjamin Otte  <otte@gnome.org>
25510
25511         * gst/games/gstpuzzle.c: (draw_puzzle):
25512           don't draw a puzzle if either width or height of tiles would be 0.
25513
25514 2005-01-06  Benjamin Otte  <otte@gnome.org>
25515
25516         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
25517         (gst_puzzle_class_init), (gst_puzzle_finalize):
25518           no memleaks, please
25519         (gst_puzzle_create), (gst_puzzle_init),
25520         (gst_puzzle_set_property), (gst_puzzle_setup):
25521           change initialization code around so we don't reshuffle on resize
25522         (draw_puzzle):
25523           fix another stupid typo
25524
25525 2005-01-06  Benjamin Otte  <otte@gnome.org>
25526
25527         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
25528           fix stupid typo that borked copying on YUY2
25529
25530 2005-01-06  Benjamin Otte  <otte@gnome.org>
25531
25532         * gst/games/gstpuzzle.c: (draw_puzzle):
25533           fix edges when image sizes aren't multiples of tile sizes
25534
25535 2005-01-06  Benjamin Otte  <otte@gnome.org>
25536
25537         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
25538           make RGB endianness work correctly
25539         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
25540           refactor and fix race with initial shuffling
25541         (nav_event_handler):
25542           allow using the mouse to puzzle
25543         (draw_puzzle):
25544           insist on tiles having width and height as multiples of 4 to get
25545           clean YUV image handling
25546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25547         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
25548           s/DEBUG/LOG/ for common messages
25549         (gst_xvimagesink_navigation_send_event):
25550           fix mouse event translation to not include screen PAR
25551         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
25552           fix mouse event translation to actually work
25553
25554 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
25555
25556         * gst/asfdemux/gstasfdemux.c:
25557         (gst_asf_demux_process_ext_content_desc):
25558          Extract TrackNumber metadata + clean up code
25559         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
25560          Hope this is the good fix (var used unitialised)
25561
25562 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25563
25564         * ext/faad/gstfaad.c: (gst_faad_chain):
25565           Only increment timestamp if it's valid. Fixes raw AAC streams.
25566
25567 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25568
25569         * configure.ac:
25570         * gst/games/Makefile.am:
25571         * gst/games/gstpuzzle.c:
25572           add a puzzle game with...
25573         * gst/games/gstvideoimage.c:
25574         * gst/games/gstvideoimage.h:
25575           ... full colorspace support (that includes YUV9 and RGB16)) stolen
25576           from videotestsrc and made into something that would be a nice
25577           library for a lot of other plugins.
25578
25579 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
25580
25581         * configure.ac:
25582          don't compile faad plugin if a RC of 2.0 is found
25583          Fixes #155346 (and FC1 buildbot)
25584         * gst/asfdemux/gstasfdemux.c:
25585         (gst_asf_demux_process_ext_content_desc):
25586          try to make Solaris compiler happier
25587
25588 2005-01-06  Paul Jack  <pjack@sfaf.org>
25589
25590         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25591
25592         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
25593           Fix segfault (#161667).
25594
25595 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25596
25597         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
25598           Fix framerate reporting.
25599
25600 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
25601
25602         * gst-libs/gst/riff/riff-ids.h:
25603         * gst/wavenc/riff.h:
25604          Add AMR (VBR and CBR) ids to riff.h audio codec list
25605         * gst/asfdemux/gstasfdemux.c:
25606         (gst_asf_demux_process_ext_content_desc),
25607         (gst_asf_demux_process_object):
25608           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
25609
25610 2005-01-05  Martin Eikermann  <meiker@upb.de>
25611
25612         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25613
25614         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
25615         (gst_dvd_demux_handle_discont):
25616         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
25617         (gst_mpeg_demux_handle_discont):
25618           Recreate pads on new-media (#160730).
25619         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
25620           Send discont even if manager changes timestamps (#161929).
25621
25622 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
25623
25624         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25625
25626         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
25627           Fix invalid memory access (#159211).
25628
25629 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25630
25631         * examples/gstplay/player.c: (main):
25632           Don't iterate.
25633         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
25634           Add visualizations.
25635         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
25636         (gst_a52dec_handle_frame):
25637           Set duration.
25638         * ext/dvdnav/gst-dvd:
25639           Add audioconvert. Fixes #161325.
25640         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
25641           Explicitely case to gint64. Possible valgrind error.
25642         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
25643         (gst_play_tick_callback), (gst_play_change_state),
25644         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
25645         (gst_play_set_location), (gst_play_get_location),
25646         (gst_play_seek_to_time), (gst_play_set_data_src),
25647         (gst_play_set_video_sink), (gst_play_set_audio_sink),
25648         (gst_play_set_visualization), (gst_play_connect_visualization),
25649         (gst_play_get_framerate), (gst_play_get_all_by_interface),
25650         (gst_play_new):
25651           Use playbin. Fixes #139749 and #147744.
25652         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
25653           Add genre tag.
25654         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
25655         (audioscale_get_type), (gst_audioscale_base_init),
25656         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
25657         (gst_audioscale_getcaps), (gst_audioscale_fixate),
25658         (gst_audioscale_link), (gst_audioscale_get_buffer),
25659         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
25660         (gst_audioscale_init), (gst_audioscale_dispose),
25661         (gst_audioscale_chain), (gst_audioscale_set_property),
25662         (gst_audioscale_get_property), (plugin_init):
25663           Indent properly.
25664         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
25665           Fix LPCM.
25666         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
25667         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
25668         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
25669           Add more metadata (fixes #162656).
25670
25671 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25672
25673         * configure.ac:
25674           back to cvs
25675
25676 === release 0.8.7 ===
25677
25678 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25679
25680         * NEWS:
25681         * RELEASE:
25682         * configure.ac:
25683           releasing 0.8.7, "Hyperspace"
25684
25685 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25686
25687         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
25688
25689         * gst/playback/gstplaybasebin.c:
25690          Fix for #162924 - free caps after use, not before
25691
25692 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25693
25694         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
25695
25696         * gst/playback/gstplaybasebin.c:
25697         * gst/wavparse/gstwavparse.c:
25698           Fix for #154773 - fixes playback of small .wav files
25699
25700 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25701
25702         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
25703
25704         * gst/audioscale/gstaudioscale.c:
25705           Fix for #162819 - make audioscale reusable
25706           Fixes playback of more than one file with playbin/totem
25707
25708 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
25709
25710         * gst/ffmpegcolorspace/avcodec.h:
25711         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25712         * gst/ffmpegcolorspace/imgconvert.c:
25713           clean up the mess that made me cry and avoid needless duplication
25714
25715 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
25716
25717         * gst/ffmpegcolorspace/imgconvert.c:
25718           give some indication of why we're segfaulting
25719
25720 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25721
25722         * configure.ac:
25723           Fix indentation, fix v4l2 plugin detection.
25724         * ext/Makefile.am:
25725           Fix libmms location (Maciej, use diff -u!).
25726         * ext/alsa/gstalsa.c: (gst_alsa_init):
25727           Initialize caps cache to NULL.
25728         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
25729           Only change state on audiosink if it exists.
25730
25731 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
25732
25733         * gst/matroska/matroska-demux.c:
25734         * gst/matroska/matroska-ids.h:
25735         * gst/matroska/matroska-demux.h:
25736         Fix Vorbis streams failing to decode in some files, where cluster_time
25737         isn't 0, because then it doesn't send codec_priv before actual data.
25738         Remove time-based test and replace it with marker set on beginning of
25739         new stream
25740
25741 2004-12-28  David Schleef  <ds@schleef.org>
25742
25743         Merge patch from Ronald fixing problems with streaming
25744         text.
25745         * ext/cairo/gstcairo.c: (plugin_init):
25746         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
25747         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
25748         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
25749         (gst_textoverlay_font_init), (gst_textoverlay_init),
25750         (gst_textoverlay_set_property):
25751         * ext/cairo/gsttextoverlay.h:
25752
25753 2004-12-27  David Schleef  <ds@schleef.org>
25754
25755         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
25756         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
25757         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
25758         (gst_textoverlay_font_init), (gst_textoverlay_init),
25759         (gst_textoverlay_set_property): Improvements to actually
25760         render text as white on black outline on video, including
25761         font selection and horizontal/vertical alignment.  (Ronald's
25762         christmas present)
25763         * ext/cairo/gsttextoverlay.h:
25764
25765 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25766
25767         * ext/ogg/gstogg.c:
25768         * ext/ogg/gstogmparse.c:
25769           fix ogm[audio/video]parse plugin registration
25770           (riff won't load if bytestream is already loaded)
25771
25772 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
25773
25774         * gst/audioconvert/gstchannelmix.c:
25775           fix for GLIB < 2.4
25776
25777 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
25778
25779         * Makefile.am:
25780         * configure.ac:
25781           disable docs again until it actually passes make distcheck.
25782
25783 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25784
25785         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
25786         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
25787         (plugin_init):
25788           Add 3GP (variables name Q3GP because they can't start with a
25789           number). Add samr audio fourcc (used in .3gp files), decoder
25790           is work in progress. Also do a GST_WARNING instead of ERROR
25791           in case of unknown nodes, to decrease output.
25792
25793 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
25794
25795         * Makefile.am:
25796           really fix dist
25797
25798 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25799
25800         * configure.ac:
25801         * ext/speex/gstspeexdec.h:
25802         * ext/speex/gstspeexenc.h:
25803           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
25804           Fix detection code in configure.ac
25805
25806 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25807
25808         * gst/matroska/matroska-demux.c:
25809         (gst_matroska_demux_parse_blockgroup):
25810           Save position, so that queries give proper return values. Don't
25811           know how this could ever have worked before...
25812
25813 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25814
25815         * configure.ac:
25816           Put additional LAME check inside the conditional.  Fixes #152339
25817
25818 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25819
25820         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
25821         (gst_avi_demux_stream_scan):
25822           Add some more debug. Fix logic error when setting movi offset
25823           while reading index.
25824
25825 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25826
25827         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
25828         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
25829         (gst_avi_demux_process_next_entry):
25830           Add some debugging. Better detection of broken indexes and the
25831           accompanying index recovery. No infinite loops on state changes
25832           when we're still in our loopfunction.
25833
25834 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25835
25836         * configure.ac:
25837           Fix up.
25838
25839 2004-12-22  Archana Shah  <archana.shah@wipro.com>
25840
25841         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25842
25843         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
25844           Normalizing the value before setting
25845         (gst_sunaudiomixer_get_volume):
25846           Normalizing the value after getting. Fixes bug# 161980
25847
25848 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
25849
25850         * Makefile.am: Make sure docs gets disted
25851         * docs/Makefile.am: Make sure all needed files get disted
25852         * gst-plugins.spec.in: latest updates
25853
25854 2004-12-22  Wim Taymans  <wim@fluendo.com>
25855
25856         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
25857         Revert patch 1.38 as clock distribution over schedulers does
25858         not work correcly in the core yet.
25859
25860 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25861
25862         * sys/oss/README: remove this file, which predates my birth
25863           (and which content is by far outdated)
25864
25865 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
25866
25867         * Makefile.am:
25868         * configure.ac:
25869         * docs/Makefile.am:
25870         * docs/libs/Makefile.am:
25871         * docs/libs/gst-plugins-libs-docs.sgml:
25872         * docs/libs/gst-plugins-libs-sections.txt:
25873         * docs/libs/tmpl/gstgconf.sgml:
25874         * docs/upload.mak:
25875         * docs/version.entities.in:
25876           Added boilerplate gtk-doc files for plugin-libs documentation.
25877
25878 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25879
25880         * gst/auparse/gstauparse.c: fix int and float audio caps
25881
25882 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25883
25884         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
25885         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
25886           g_assert() can be a macro, don't use #ifdef inside it.
25887
25888 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
25889
25890         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25891
25892         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
25893         (gst_videorate_init), (gst_videorate_chain),
25894         (gst_videorate_change_state):
25895           Event handling (fixes #159986).
25896
25897 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25898
25899         * gst-libs/gst/riff/riff-media.c:
25900         (gst_riff_create_video_caps_with_data):
25901           Add BLZ0 (Blizzard's version of DivX) fourcc.
25902
25903 2004-12-18  David Schleef  <ds@schleef.org>
25904
25905         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
25906         portability fix.
25907
25908 2004-12-18  David Schleef  <ds@schleef.org>
25909
25910         * gst/tta/ttadec.h: Disable some header code that isn't used
25911         and clearly isn't portable.
25912
25913 2004-12-18  David Schleef  <ds@schleef.org>
25914
25915         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
25916         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
25917         (avcodec_get_pix_fmt), (avpicture_layout),
25918         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
25919         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
25920         Fix code to not use GCC extensions (and c99 extensions that
25921         Forte does not like.)
25922
25923 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
25924
25925         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25926
25927         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
25928         (gst_deinterlace_chain):
25929           Rowstride fixes. Fixes #161039.
25930         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
25931         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
25932         (gst_video_crop_getcaps), (gst_video_crop_link),
25933         (gst_video_crop_i420), (gst_video_crop_chain),
25934         (gst_video_crop_change_state):
25935           Rework of negotiation. Actually works now. Fixes #158650.
25936
25937 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25938
25939         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
25940           That was very stupid.
25941
25942 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25943
25944         * gst/matroska/matroska-demux.c:
25945         (gst_matroska_demux_parse_blockgroup):
25946           Fix possible crasher.
25947
25948 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25949
25950         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
25951         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
25952           Lace sizes can be zero.
25953
25954 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25955
25956         * ext/musepack/gstmusepackdec.cpp:
25957           Fetch error return values. Fixes #161624.
25958         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
25959           Really EOS.
25960
25961 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25962
25963         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
25964           Work for truncated (unfinished download etc.) files. Fixes #160514.
25965
25966 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25967
25968         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25969           Fix for integer overflow. Makes #156001 not crash. Probably masks
25970           the real bug.
25971
25972 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25973
25974         * gst/ac3parse/gstac3parse.c: (plugin_init):
25975           Parsers never have ranks. Fixes #159651.
25976
25977 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25978
25979         * gst/playback/gstdecodebin.c: (compare_ranks):
25980           make sure the facotries are ordered the same every time even if they
25981           have the same rank by using the name
25982         * gst/playback/gstdecodebin.c: (find_compatibles):
25983           make sure we don't add factories to the list twice
25984
25985 2004-12-16  David Schleef  <ds@schleef.org>
25986
25987         * configure.ac: look for musepack headers as musepack/*.h
25988         (fixes #159847)
25989         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
25990         * ext/musepack/gstmusepackreader.h: same
25991
25992 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25993
25994         * gst-libs/gst/riff/riff-read.c:
25995         (gst_riff_read_strf_auds_with_data):
25996           Read extradata correctly (fixes #155879).
25997
25998 2004-12-16  David Schleef  <ds@schleef.org>
25999
26000         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
26001         audio.  does _not_ attempt or allow conversion unless channels
26002         is 1 or 2.
26003
26004 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
26005
26006         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
26007
26008 2004-12-16  David Schleef  <ds@schleef.org>
26009
26010         * gst/audioscale/gstaudioscale.c: the resample library only
26011         handles 1 or 2 channels.  Change caps to compensate.
26012
26013 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26014
26015         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
26016         (gst_matroska_demux_audio_caps):
26017           Some MPEG-AAC hacks, because else it doesn't work...
26018
26019 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26020
26021         * gst-libs/gst/riff/riff-media.c:
26022         (gst_riff_create_video_caps_with_data),
26023         (gst_riff_create_video_template_caps):
26024           Add h264.
26025
26026 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26027
26028         * gst-libs/gst/audio/Makefile.am:
26029           Try to fix buildbot.
26030
26031 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26032
26033         * gst/tcp/gstmultifdsink.c:
26034           Clean up and uniformize debugging.
26035
26036 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
26037
26038         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26039
26040         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
26041         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
26042         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
26043         (gst_mpeg_demux_change_state):
26044           Reset on ready. Fixes 160276.
26045
26046 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
26047
26048         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26049
26050         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26051         (gst_ffmpegcsp_pad_link):
26052           Fix memleak (#154815).
26053
26054 2004-12-16  James Bowes  <bowes@cs.dal.ca>
26055
26056         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26057
26058         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
26059         (gst_musicbrainz_init), (gst_musicbrainz_chain),
26060         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
26061         * ext/musicbrainz/gsttrm.h:
26062           Add support for using a proxy server when getting a trm id from
26063           the MusicBrainz database (#149613).
26064
26065 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
26066
26067         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26068
26069         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
26070         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
26071           Fix memleaks (#157233).
26072
26073 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
26074
26075         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26076
26077         * gst-libs/gst/resample/resample.c: (gst_resample_close):
26078         * gst-libs/gst/resample/resample.h:
26079         * gst/audioscale/gstaudioscale.c:
26080           Fix memleak (#159215).
26081
26082 2004-12-16  Toni Willberg  <toniw@iki.fi>
26083
26084         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26085
26086         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26087         * sys/oss/oss_probe.c: (main):
26088           Check for mono/stereo support (similar to samplerate probing),
26089           fixes #159433. Also add missing copyright header to oss_probe.c.
26090
26091 2004-12-15  David Schleef  <ds@schleef.org>
26092
26093         * configure.ac: add audioresample and cairo plugins.  Remove
26094         HAVE_MMX stuff, because it's not used.
26095         * ext/Makefile.am: same
26096         * ext/audioresample/Makefile.am: You are not ready for an
26097         audio resampling element based on audioresample.
26098         * ext/audioresample/gstaudioresample.c:
26099         * ext/audioresample/gstaudioresample.h:
26100         * ext/cairo/Makefile.am: You are not ready for overlay elements
26101         based on cairo.  Don't look too closely, these elements kinda
26102         suck right now.
26103         * ext/cairo/gstcairo.c: new
26104         * ext/cairo/gsttextoverlay.c: new
26105         * ext/cairo/gsttextoverlay.h: new
26106         * ext/cairo/gsttimeoverlay.c: new
26107         * ext/cairo/gsttimeoverlay.h: new
26108         * gst-libs/gst/media-info/media-info-priv.h: fix compile
26109         problem with compilers that don't support variadic macros.
26110
26111 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
26112
26113         Reviewed by:  David Schleef  <ds@schleef.org>
26114
26115         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
26116         Bala, registering sunaudiosrc (oops!), and cleaning up code a
26117         bit.  Also ran indent-gst.
26118         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
26119         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
26120         (gst_sunaudiosrc_setparams):
26121
26122 2004-12-14  David Schleef  <ds@schleef.org>
26123
26124         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
26125         output rate to 16000.  Should fix #160235.
26126
26127 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26128
26129         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
26130         Add typefinding for mpeg2 pes streams
26131
26132 2004-12-13  David Schleef  <ds@schleef.org>
26133
26134         * configure.ac:  Applied patch from bug #143659, making default
26135         sources and sinks OS-dependent (for Solaris), and added code
26136         for OS/X.
26137         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
26138
26139 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
26140
26141         * gst-libs/gst/riff/riff-media.c:
26142           forgot to add h2.64 to avidemux template caps
26143
26144 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
26145
26146         * gst/wavenc/riff.h:
26147         * gst-libs/gst/riff/riff-media.c:
26148         * gst-libs/gst/riff/riff-ids.h:
26149         * gst/avi/gstavimux.c
26150         add 4CC code for VideoSoft h264 in AVI (VSSH)
26151           fixes bug #160655
26152         remove s323 from riff, it's quicktime specific :(
26153
26154 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
26155
26156         * gst/asfdemux/README
26157         * gst/wavenc/riff.h
26158         * gst-libs/gst/riff/riff-ids.h
26159         * gst-libs/gst/riff/riff-media.c
26160         * gst/qtdemux/qtdemux.c:
26161           add new 4CC codes for h263 related codecs
26162           fixes partially bug #155163
26163
26164 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
26165
26166         * configure.ac: Update polyaudio requirement to 0.7
26167         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
26168
26169 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26170
26171         * gst/interleave/deinterleave.c:
26172         fix my name's spelling! :)
26173
26174 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
26175
26176         * AUTHORS ChangeLog
26177         * gst/auparse/gstauparse.c
26178         * gst/interleave/deinterleave.c
26179         * gst/law/:
26180                 alaw-decode.c alaw-encode.c
26181                 mulaw-decode.c mulaw-encode.c
26182         * gst/oneton/gstoneton.c
26183         * sys/osxaudio/:
26184                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
26185         * sys/osxvideo/:
26186                 cocoawindow.h cocoawindow.m
26187                 osxvideosink.h osxvideosink.m
26188
26189         put the same mail address for Zaheer Abbas Merali everywhere
26190
26191 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26192
26193         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
26194           Align by packetsize, and assert that we a packet available before
26195           playing. The first makes webstreams work (they often include
26196           trailing padding data in a packet), the second allows pausing a
26197           ASF stream in totem without getting demux errors afterwards.
26198
26199 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26200
26201         * ext/ogg/gstoggdemux.c: (get_relative):
26202           Check for non-NULL before accessing member (end-of-chain).
26203
26204 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26205
26206         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
26207         (cdparanoia_set_property), (cdparanoia_get_property):
26208         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
26209         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
26210         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
26211         (dvdreadsrc_init), (dvdreadsrc_set_property),
26212         (dvdreadsrc_get_property):
26213         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
26214         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
26215           Synchronize property names where not yet the case. Devices are
26216           now device=X, other versions are deprecated (but still exist).
26217           Also use g_free() unconditionally.
26218         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26219         (setup_source), (gst_play_base_bin_get_property):
26220           Expose source.
26221
26222 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26223
26224         * configure.ac: move GCONF macro outside conditional for the am
26225           conditional. Fixes #160439
26226
26227 2004-12-08  David Schleef  <ds@schleef.org>
26228
26229         * tools/gst-visualise-m.m: Switch to elements that currently
26230         exist.
26231
26232 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26233
26234         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
26235           We love wrong commas.
26236
26237 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26238
26239         * gst/matroska/matroska-demux.c:
26240         (gst_matroska_demux_handle_src_query):
26241           Don't set DEFAULT, unsupported - makes length display incorrectly
26242           in some cases.
26243
26244 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
26245
26246         * gst/monoscope/README: remove blurb about files being GPL
26247         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
26248         * gst/monoscope/monoscope.c: Change license to BSD with explanation
26249           monoscope is now effectively LGPL licensed
26250
26251 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
26252
26253         * gst/monoscope/README: Update information to be more correct
26254         * gst/monoscope/convolve.c: Relicense to LGPL
26255         * gst/monoscope/convolve.h: Relicense to LGPL
26256
26257 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
26258
26259         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26260           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
26261         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
26262           set default_duration for mpeg1 audio
26263
26264 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26265
26266         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
26267         * ext/alsa/gstalsa.h:
26268           refactor big chunks of the core caps negotiation code to make it
26269           a lot faster, because people claim it's really slow
26270           (actually, just cache the getcaps when the device is opened)
26271
26272 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26273
26274         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
26275         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
26276         (gst_a52dec_handle_frame), (gst_a52dec_chain),
26277         (gst_a52dec_change_state), (plugin_init):
26278         * ext/a52dec/gsta52dec.h:
26279           Do something useful with timestamps. Make chain-based (since
26280           there's really no reason to be loopbased).
26281         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
26282           Update current_byte/frame correctly.
26283
26284 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26285
26286         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
26287         (gst_ape_demux_stream_init):
26288           Forward tags, too.
26289
26290 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26291
26292         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
26293           Let's make sure we're done typefinding when detecting tags.
26294
26295 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26296
26297         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
26298         (gst_ebml_read_init), (gst_ebml_read_use_event),
26299         (gst_ebml_read_element_id), (gst_ebml_peek_id),
26300         (gst_ebml_read_seek), (gst_ebml_read_skip),
26301         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
26302         (gst_ebml_read_master):
26303         * gst/matroska/ebml-read.h:
26304         * gst/matroska/matroska-demux.c:
26305         (gst_matroska_demux_parse_contents),
26306         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
26307           Disgustingly evil hack for working around INTERRUPT events and
26308           their extremely annoying habit of being a pain in the ass. We
26309           simply peek a cluster before reading any of it.
26310
26311 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26312
26313         * ext/musepack/gstmusepackdec.cpp:
26314           There's also floating point libmusepacks.
26315
26316 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26317
26318         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
26319         (gst_faad_chanpos_to_gst), (gst_faad_chain):
26320           Set DURATION even if source buffer didn't. Also use increasing
26321           timestamps.
26322         * gst-libs/gst/riff/riff-media.c:
26323         (gst_riff_create_audio_caps_with_data):
26324           Block_align can have larger values than 8192.
26325
26326 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26327
26328         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
26329         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
26330         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
26331         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
26332           Fix caps.
26333
26334 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26335
26336         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
26337           Fix logic bug.
26338
26339 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26340
26341         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
26342           Yay, another one.
26343
26344 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26345
26346         * ext/esd/esdsink.c: (gst_esdsink_chain):
26347           Make error actually say something useful (fixes #156798).
26348         * gst-libs/gst/riff/riff-media.c:
26349         (gst_riff_create_video_caps_with_data),
26350         (gst_riff_create_video_template_caps):
26351           Add Intel Video 5.0 fourcc (IV50).
26352
26353 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
26354
26355         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
26356         detection on mono and stereo mp3 files.
26357
26358 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26359
26360         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26361           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
26362           the contained stream).
26363
26364 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26365
26366         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
26367           Oops, remove debug.
26368
26369 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
26370
26371         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26372
26373         * gst/law/alaw-decode.c: (alawdec_getcaps):
26374         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
26375           Prevent warnings when negotiating caps (fixes #159338).
26376
26377 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26378
26379         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26380         (gst_ffmpegcsp_chain):
26381           Remove old leftover that shouldn't be there...
26382
26383 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
26384
26385         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26386
26387         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26388           Don't forward DISCONT events (fixes #159684).
26389
26390 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26391
26392         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
26393           Unlink manually since sometimes bin disposal (and therefore
26394           pad unlinking) is delayed, which will cause a new media file
26395           to not be able to start playing instantly.
26396
26397 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26398
26399         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
26400           On mute of an unlinked stream, check for pad availability so
26401           we don't crash on unlinked pad.
26402
26403 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26404
26405         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26406         (gst_avi_demux_massage_index):
26407           Fix quite humiliating bug in omitting 0-sized index chunks but
26408           forgetting to count them for timestamps.
26409
26410 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26411
26412         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
26413           Actually leave the loop if we failed to sync. Don't crash.
26414
26415 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26416
26417         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
26418         (gst_dvd_demux_process_private):
26419         * gst/mpegstream/gstdvddemux.h:
26420           Fix crash (#159759). Doesn't work, though. :-(.
26421
26422 2004-11-28  Benjamin Otte  <otte@gnome.org>
26423
26424         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
26425           more overwriting protection due to modifying channels one by one
26426           instead of all at once
26427
26428 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26429
26430         * gst/audioconvert/gstchannelmix.c:
26431         (gst_audio_convert_fill_normalize):
26432           Normalize using absolute values.
26433
26434 2004-11-28  Julien MOUTTE  <julien@moutte.net>
26435
26436         * configure.ac:
26437         * ext/Makefile.am:
26438         * ext/directfb/Makefile.am:
26439         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
26440         (gst_directfbvideosink_get_pixel_format),
26441         (gst_directfbvideosink_get_format_from_fourcc),
26442         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
26443         (gst_directfbvideosink_sink_link),
26444         (gst_directfbvideosink_change_state),
26445         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
26446         (gst_directfbvideosink_buffer_alloc),
26447         (gst_directfbvideosink_interface_supported),
26448         (gst_directfbvideosink_interface_init),
26449         (gst_directfbvideosink_navigation_send_event),
26450         (gst_directfbvideosink_navigation_init),
26451         (gst_directfbvideosink_set_property),
26452         (gst_directfbvideosink_get_property),
26453         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
26454         (gst_directfbvideosink_base_init),
26455         (gst_directfbvideosink_class_init),
26456         (gst_directfbvideosink_get_type), (plugin_init):
26457         * ext/directfb/directfbvideosink.h: Adding a first version of
26458         directfbvideosink.
26459         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
26460         more.
26461
26462 2004-11-28  Benjamin Otte  <otte@gnome.org>
26463
26464         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
26465           walk the samples backwards if out_channels > in_channels so we don't
26466           overwrite data
26467
26468 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26469
26470         * gst/audioconvert/Makefile.am:
26471         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
26472         (gst_audio_convert_link), (gst_audio_convert_change_state),
26473         (gst_audio_convert_channels):
26474         * gst/audioconvert/gstchannelmix.c:
26475         (gst_audio_convert_unset_matrix),
26476         (gst_audio_convert_fill_identical),
26477         (gst_audio_convert_fill_compatible),
26478         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
26479         (gst_audio_convert_fill_others),
26480         (gst_audio_convert_fill_normalize),
26481         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
26482         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
26483         * gst/audioconvert/gstchannelmix.h:
26484           Implement a channel mixer.
26485
26486 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
26487
26488         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
26489         * ext/alsa/gstalsa.h:
26490         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
26491         Make alsasink actually honor gst_element_set_clock and use that
26492         clock instead of its internal one.
26493
26494 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
26495
26496         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
26497         (gst_play_base_bin_change_state): nullify source and decoder when
26498         going from READY to NULL so that we don't try to do weird stuff with
26499         them when going from NULL to READY
26500         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
26501         instead of g_object_unref
26502         (gen_video_element), (gen_audio_element): more refcounting fixes, now
26503         it should be correct
26504         (gst_play_bin_change_state): don't call remove_sinks if we are
26505         currently disposing the object
26506
26507 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26508
26509         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
26510           Don't forget bass if it's there. Else left channel is silent...
26511
26512 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26513
26514         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
26515         (gst_a52dec_change_state):
26516           Don't do sample adjusting anymore, we use float audio now.
26517         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
26518           Don't fixate to non-existing properties.
26519
26520 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26521
26522         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
26523         (gst_a52dec_change_state):
26524           Advertise that we can do surround sound.
26525
26526 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26527
26528         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
26529           Add buffer-frames=0.
26530         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
26531         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
26532         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
26533         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
26534         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
26535         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
26536         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
26537         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
26538         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
26539         * ext/dvdread/dvdreadsrc.h:
26540           Add seeking, querying for bytes, sectors, title, angle and
26541           chapter. Handle multiple chapters. Relicense to LGPL because
26542           Billy agreed on that (thanks Billy!).
26543
26544 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
26545
26546         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
26547         call parent dispose method
26548
26549 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
26550
26551         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
26552         (gst_audio_clock_get_internal_time):
26553         Fix active <-> inactive transitions: ensure time value always
26554         grows and avoid abrupt value changes.
26555
26556 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
26557
26558         * configure.ac:
26559         * gst/tta/Makefile.am:
26560         * gst/tta/crc32.h:
26561         * gst/tta/filters.h:
26562         * gst/tta/gsttta.c:
26563         * gst/tta/gstttadec.c:
26564         * gst/tta/gstttadec.h:
26565         * gst/tta/gstttaparse.c:
26566         * gst/tta/gstttaparse.h:
26567         * gst/tta/ttadec.h:
26568           added TTA parser and decoder
26569
26570 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26571
26572         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26573         (probe_triggered), (check_queue), (buffer_underrun),
26574         (buffer_running), (buffer_overrun), (gen_source_element),
26575         (setup_source):
26576         * gst/playback/gstplaybasebin.h:
26577           Implement buffering. Needs some more work.
26578
26579 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26580
26581         * ext/theora/theoradec.c: (theora_dec_chain):
26582           Fix ilog mask range overflow.
26583
26584 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26585
26586         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
26587           Don't omit the last (which in case of dmix is the only :) )
26588           channel count. Don't set channels if <= 2.
26589
26590 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
26591
26592         * gst/playback/gstplaybin.c: (gen_video_element),
26593         (gen_audio_element): Removed 2 obsolete comments
26594
26595 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26596
26597         * ext/vorbis/oggvorbisenc.c
26598         * ext/vorbis/vorbisenc.c :
26599           change description fields of those plugins to differentiate them
26600           (pitivi show Encoders by description, they had the same one)
26601
26602 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
26603
26604         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26605
26606         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
26607         (gst_play_bin_set_property), (gen_video_element),
26608         (gen_audio_element):
26609           Refcounting fixes for provided audio-/videosinks.
26610
26611 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26612
26613         * gst/playback/gstplaybin.c: (gen_video_element),
26614         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
26615           Don't reference all sinks, but only the video- and audiosinks.
26616           The vis. element should be disposed when we're done with it.
26617           We don't have any reason to keep it around. This fixes warnings
26618           when reusing playbin for playing multiple audio files with
26619           vis. enabled. Also release audio device on pause - idea stolen
26620           from Rhythmbox.
26621
26622 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26623
26624         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
26625         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
26626         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
26627         * ext/alsa/gstalsaplugin.c: (plugin_init):
26628         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
26629         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
26630         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
26631         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
26632         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
26633         (gst_faad_change_state), (plugin_init):
26634         * ext/faad/gstfaad.h:
26635         * ext/vorbis/vorbis.c: (plugin_init):
26636         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26637         * gst-libs/gst/audio/Makefile.am:
26638         * gst-libs/gst/audio/audio.c: (plugin_init):
26639         * gst-libs/gst/audio/multichannel.c:
26640         (gst_audio_check_channel_positions),
26641         (gst_audio_get_channel_positions),
26642         (gst_audio_set_channel_positions),
26643         (gst_audio_set_structure_channel_positions_list),
26644         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
26645         (gst_audio_fixate_channel_positions):
26646         * gst-libs/gst/audio/multichannel.h:
26647         * gst-libs/gst/audio/testchannels.c: (main):
26648         * gst/audioconvert/gstaudioconvert.c:
26649         (gst_audio_convert_class_init), (gst_audio_convert_init),
26650         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
26651         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
26652         (gst_audio_convert_fixate), (gst_audio_convert_channels):
26653         * gst/audioconvert/plugin.c: (plugin_init):
26654           Surround sound support.
26655
26656 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26657
26658         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
26659           Fix position for discont if we're close as well. Nitpicking, but
26660           saves a few milliseconds of extra waiting or skipping.
26661
26662 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26663
26664         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
26665           We sometimes need parsers for playback, so add those too.
26666
26667 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26668
26669         * configure.ac:
26670         * gst/apetag/Makefile.am:
26671         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
26672         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
26673         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
26674         (gst_ape_demux_get_src_query_types),
26675         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
26676         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
26677         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
26678         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
26679         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
26680         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
26681         (gst_ape_demux_change_state):
26682         * gst/apetag/apedemux.h:
26683         * gst/apetag/apetag.c: (plugin_init):
26684         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
26685         (plugin_init):
26686           APE v1/2 tag reader plus typefind function.
26687
26688 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26689
26690         * configure.ac:
26691         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
26692         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
26693           Remove hacks for older core. Require newer core version
26694           accordingly.
26695
26696 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26697
26698         * gst/cdxaparse/Makefile.am:
26699         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
26700         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
26701         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
26702         * gst/cdxaparse/gstcdxaparse.h:
26703         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
26704         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
26705         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
26706         (gst_cdxastrip_get_src_query_types),
26707         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
26708         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
26709         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
26710         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
26711         * gst/cdxaparse/gstcdxastrip.h:
26712           SVCD/VCD header stripping separated from CDXA image parsing.
26713         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
26714         (plugin_init):
26715           Add VCD/SVCD header typefinding for VCD/SVCD.
26716         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
26717         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
26718         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
26719         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
26720         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
26721         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
26722         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
26723         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
26724         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
26725         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
26726         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
26727         * sys/vcd/vcdsrc.h:
26728           Fix up, add seeking, querying, URI interface. Works in totem now.
26729
26730 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26731
26732         * configure.ac:
26733           back to CVS
26734
26735 === release 0.8.6 ===
26736
26737 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26738
26739         * NEWS:
26740         * RELEASE:
26741         * configure.ac:
26742         * po/af.po:
26743         * po/az.po:
26744         * po/cs.po:
26745         * po/en_GB.po:
26746         * po/hu.po:
26747         * po/it.po:
26748         * po/nb.po:
26749         * po/nl.po:
26750         * po/or.po:
26751         * po/sq.po:
26752         * po/sr.po:
26753         * po/sv.po:
26754         * po/uk.po:
26755           releasing 0.8.6, "IOU Love"
26756
26757 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26758
26759         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
26760
26761         * gst/playback/gstplaybasebin.c:
26762           Fix unplayable files error handling.  Fixes #158365
26763
26764 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26765
26766         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
26767
26768         * gst/typefind/gsttypefindfunctions.c:
26769           Fix broken mp3 typefinding.  Fixes #158375
26770
26771 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26772
26773         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
26774
26775         * ext/ogg/gstoggdemux.c:
26776           Fix sync on broken files.  Fixes #158976
26777
26778 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26779
26780         patch by: Edward Hervey <bilboed@bilboed.com>
26781
26782         * ext/libpng/gstpngenc.c:
26783           Copy over buffer properties.  Fixes #158832
26784
26785 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26786
26787         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
26788
26789         * ext/dvdread/dvdreadsrc.c:
26790           Fixes invalid reads (#158462)
26791
26792 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26793
26794         * sys/v4l/gstv4lsrc.c:
26795         * sys/v4l/gstv4lsrc.h:
26796         * sys/v4l/v4lsrc_calls.c:
26797           Probe less and cache it.  Fixes #159187.
26798
26799 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26800
26801         * gst/videorate/gstvideorate.c:
26802           Handle all video formats. Fixes #159186.
26803
26804 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
26805         * gst/synaesthesia/gstsynaesthesia.c:
26806         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
26807         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
26808         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
26809         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
26810         (gst_synaesthesia_change_state), (plugin_init):
26811         Fix up synaesthesia to work under different samplerates/ buffer sizes.
26812         Force 320x200 output, as that's the only thing the underlying
26813         synaesthesia implementation supports. Still needs to be made
26814         re-entrant.
26815
26816 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26817
26818         * configure.ac:
26819           Fix mpeg2enc configure check (similar to mplex check below).
26820
26821 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
26822
26823         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26824
26825         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26826           Fix for gcc-2.95 (fixes #158221).
26827
26828 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26829
26830         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
26831           Re-add clock distribution hack (until new core is released).
26832           Fixes #158125.
26833
26834 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
26835         * configure.ac:
26836           fix mplex configure check segfaulting on some systems (bug #140994)
26837
26838 2004-11-13  Benjamin Otte  <otte@gnome.org>
26839
26840         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
26841           add debugging
26842         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26843           do a wait when we enter the loop func with no data available to
26844           write instead of getting into an 100% CPU loop by just returning and
26845           being called again by the scheduler
26846
26847 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
26848
26849         * configure.ac:
26850         * ext/libvisual/visual.c: (gst_visual_get_type),
26851         (libvisual_log_handler), (gst_visual_getcaps),
26852         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
26853         (plugin_init):
26854           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
26855         * ext/smoothwave/Makefile.am:
26856         * ext/smoothwave/demo-osssrc.c: (main):
26857         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
26858         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
26859         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
26860         (plugin_init):
26861         * ext/smoothwave/gstsmoothwave.h:
26862           Make gstsmoothwave a working element in the 20th century.
26863
26864         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
26865           Fix incorrect link function
26866
26867 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26868
26869         * gst/volume/gstvolume.c:
26870           Allow buffer-frames=0.
26871
26872 2004-11-12 Iain <iaingnome@gmail.com>
26873
26874         * configure.ac: Check for polypaudio
26875
26876         * ext/Makefile.am: Build the polyp dir
26877
26878         * ext/polyp: The polypsink sources.
26879
26880 2004-10-30 Iain <iaingnome@gmail.com>
26881
26882         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
26883         caps to reflect the new number of channels.
26884
26885 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26886
26887         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26888           Fix for negotiation order problem. This would show when the
26889           ALSA loopfuction was called before any other function. ALSA
26890           wouldn't do anything because we're not negotiated yet, leading
26891           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
26892
26893 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
26894
26895         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26896
26897         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26898           No warnings (#157986).
26899
26900 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26901
26902         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26903           Prefer apev1/2 and id3v1 (at end of file) over musepack.
26904
26905 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26906
26907         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
26908           Signal no-more-pads (so it works in playbin).
26909
26910 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26911
26912         * ext/musepack/gstmusepackreader.cpp:
26913           Workaround for older core.
26914
26915 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26916
26917         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
26918           Actually test for odd width/height rather than testing whether
26919           a temporary variable that was 0 before we subtracted 1 is now
26920           not equal to zero (which it always is).
26921
26922 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26923
26924         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
26925         Fix compilation if HAVE_XVIDEO is not defined
26926
26927 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26928
26929         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26930         Fix compilation if HAVE_XVIDEO is not defined
26931
26932 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
26933
26934         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
26935         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
26936         (gst_goom_change_state), (plugin_init):
26937         Use the bytestream adapter so goom doesn't depend on the input
26938         buffer size.
26939         Add a debug category
26940
26941 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26942
26943         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26944           Only set hardware parameters *after* negotiation. Before
26945           negotiation, it will set ANY and that seems to cause crashes
26946           (see e.g. #151288, #153227).
26947
26948 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26949
26950         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
26951           This seems to be antique leftover. It needs to pass error
26952           checking.
26953         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
26954         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
26955         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
26956         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
26957           Fix GstXOverlay implementation (#151059).
26958
26959 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26960
26961         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26962           Don't assert (#157853).
26963
26964 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26965
26966         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26967           Fix bytes/samples confustion.
26968         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
26969           Fix for underrun (#144389).
26970
26971 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26972
26973         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
26974           Disable halfway-seek for pending release (since it needs a new
26975           core release).
26976
26977 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26978
26979         * sys/v4l/gstv4lsrc.c:
26980         * sys/v4l/gstv4lsrc.h:
26981         * sys/v4l/v4lsrc_calls.c:
26982           add autoprobe-fps property so we can separate autoprobing parts
26983
26984 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26985
26986         * sys/v4l/gstv4lsrc.c:
26987         * sys/v4l/v4lsrc_calls.c:
26988         initialise fourcc to catch unset fourcc's, and debug
26989
26990 2004-11-09  Wim Taymans  <wim@fluendo.com>
26991
26992         * gst/playback/README:
26993         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
26994         * gst/playback/gstplaybin.c: (gst_play_bin_init),
26995         (gst_play_bin_dispose), (gst_play_bin_set_property),
26996         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
26997         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
26998         (gst_play_bin_get_formats), (gst_play_bin_convert),
26999         (gst_play_bin_get_query_types), (gst_play_bin_query):
27000         Cleanups and some more documentation.
27001
27002 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
27003
27004         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
27005         (gst_cacasink_init), (gst_cacasink_chain):
27006         * ext/libcaca/gstcacasink.h:
27007         Cacasink inherits from VideoSink, so let that store the clock.
27008
27009 2004-11-09  Wim Taymans  <wim@fluendo.com>
27010
27011         * gst/playback/README:
27012         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
27013         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
27014         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
27015         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
27016         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
27017         (setup_sinks):
27018         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
27019         (gst_stream_info_is_mute), (gst_stream_info_set_property):
27020         * gst/playback/gststreaminfo.h:
27021         Updated README.
27022         Only switch groups if all streams have muted (EOSed).
27023         Send Tags in sync with the stream playback instead of in
27024         the playback/preroll phase.
27025         Some cleanups, free the fakesrc elements.
27026
27027 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27028
27029         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
27030           buffer-frames property was missing
27031         * ext/arts/gst_arts.c:
27032           rate missing from sinkcaps
27033         * ext/audiofile/gstafparse.c:
27034         * ext/audiofile/gstafsink.c:
27035         * ext/audiofile/gstafsrc.c:
27036         * ext/swfdec/gstswfdec.c:
27037           int audio doesn't know buffer-frames
27038         * ext/cdparanoia/gstcdparanoia.c:
27039           int audio doesn't know chunksize either
27040         * ext/nas/nassink.c:
27041           it's endianness, not endianess
27042         * gst-libs/gst/audio/audio.h:
27043           make float standard pad template caps really describe float
27044         * gst/law/mulaw.c: (linear_factory):
27045           signed only, please
27046         * gst/mpegstream/gstdvddemux.c:
27047           widths of 20 are not valid
27048
27049 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27050
27051         Submitted by: Luca Ferretti <elle.uca@infinito.it>
27052
27053         * po/LINGUAS:
27054         * po/it.po:
27055           Add Italian
27056
27057 2004-11-08  Wim Taymans  <wim@fluendo.com>
27058
27059         * gst/playback/README:
27060         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
27061         * gst/playback/gstplaybasebin.c: (probe_triggered),
27062         (gst_play_base_bin_change_state):
27063         Updated README, added more comments for fixmes etc..
27064
27065 2004-11-08  Wim Taymans  <wim@fluendo.com>
27066
27067         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27068         We can remove this hack now.
27069
27070 2004-11-08  Wim Taymans  <wim@fluendo.com>
27071
27072         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
27073         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
27074         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
27075         Only mix AYUV for maximum quality.
27076
27077 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27078
27079         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
27080         (gst_ogg_demux_push), (gst_ogg_pad_push):
27081           Let's act as if we're synchronized now! :).
27082         * ext/theora/theoradec.c: (theora_dec_chain):
27083           Add some debug.
27084
27085 2004-11-08  Wim Taymans  <wim@fluendo.com>
27086
27087         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
27088         (gst_alpha_set_property), (gst_alpha_sink_link),
27089         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
27090         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
27091         (gst_alpha_init_params), (gst_alpha_chain):
27092         Implement alpha functions for AYUV too, this increases
27093         accuracy quite a bit.
27094
27095 2004-11-08  Wim Taymans  <wim@fluendo.com>
27096
27097         * gst/ffmpegcolorspace/avcodec.h:
27098         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27099         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27100         (gst_ffmpegcsp_avpicture_fill):
27101         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27102         (gst_ffmpegcsp_caps_remove_format_info):
27103         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
27104         (shrink12), (img_get_alpha_info), (deinterlace_line),
27105         (deinterlace_line_inplace):
27106         * gst/ffmpegcolorspace/imgconvert_template.h:
27107         Added AYUV colorspace and handle RGBA a bit more respectful.
27108
27109 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27110
27111         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27112           Actually always send a discont (cornercase when resending the
27113           same serial-tagged chain twice).
27114
27115 2004-11-08  Julien MOUTTE  <julien@moutte.net>
27116
27117         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
27118         (gst_ximagesink_finalize):
27119         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
27120         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
27121
27122 2004-11-08  Wim Taymans  <wim@fluendo.com>
27123
27124         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
27125         Don't segfault on NULL data.
27126
27127 2004-11-08  Wim Taymans  <wim@fluendo.com>
27128
27129         * gst/playback/gstdecodebin.c: (unlinked):
27130         * gst/playback/gstplay-marshal.list:
27131         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27132         (gst_play_base_bin_init), (group_create), (get_active_group),
27133         (get_building_group), (group_destroy), (group_commit),
27134         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
27135         (add_element_stream), (no_more_pads), (probe_triggered),
27136         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
27137         (state_change), (setup_source), (gst_play_base_bin_get_property),
27138         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
27139         (gst_play_base_bin_link_stream),
27140         (gst_play_base_bin_get_streaminfo):
27141         * gst/playback/gstplaybasebin.h:
27142         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27143         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
27144         Add support for chained ogg files. Prepare for playlist
27145         support. This patch introduces the concept of pad groups, which
27146         together compose one playable media file.
27147
27148 2004-11-07  David Schleef  <ds@schleef.org>
27149
27150         * testsuite/gst-lint: Check for pad templates that aren't statically
27151         scoped.
27152
27153 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27154
27155         * configure.ac:
27156         * ext/Makefile.am:
27157         * ext/musepack/Makefile.am:
27158         * ext/musepack/gstmusepackdec.cpp:
27159         * ext/musepack/gstmusepackdec.h:
27160         * ext/musepack/gstmusepackreader.cpp:
27161         * ext/musepack/gstmusepackreader.h:
27162           Add musepack decoder.
27163         * ext/faad/gstfaad.c: (gst_faad_base_init):
27164           Make pad templates static.
27165         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
27166         (plugin_init):
27167           Add musepack typefinder, make mp3 typefinding work halfway stream,
27168           which doesn't actually work yet because id3demux doesn't implement
27169           _get_length().
27170
27171 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27172
27173         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
27174         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
27175           Fix interrupt event handling (#144436).
27176
27177 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27178
27179         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
27180           Hide unused glory.
27181
27182 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27183
27184         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27185
27186         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
27187           Fix weird caps (#157548).
27188
27189 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27190
27191         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27192
27193         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
27194           Add missing NULL terminator (#157543).
27195
27196 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27197
27198         * gst/tcp/gsttcp.h:
27199         * gst/tcp/gsttcpclientsink.c:
27200         * gst/tcp/gsttcpclientsrc.c:
27201         * gst/tcp/gsttcpserversink.c:
27202         * gst/tcp/gsttcpserversrc.c:
27203           ports can go up to 65535.  Move common defines to gsttcp.h
27204
27205 2004-11-05  Wim Taymans  <wim@fluendo.com>
27206
27207         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
27208         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
27209         Added two more colorspaces.
27210
27211 2004-11-05  Wim Taymans  <wim@fluendo.com>
27212
27213         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27214         (gst_ffmpegcsp_avpicture_fill):
27215         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
27216         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
27217         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
27218         More stride fixes.
27219
27220 2004-11-05  Wim Taymans  <wim@fluendo.com>
27221
27222         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
27223         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
27224         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
27225         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
27226         (gst_videomixer_loop):
27227         More stride fixes.
27228
27229 2004-11-05  Benjamin Otte  <otte@gnome.org>
27230
27231         * ext/mad/gstmad.c: (gst_mad_chain):
27232           don't overflow data buffer. Flush not needed sync data when syncing
27233           failed.
27234
27235 2004-11-04  Wim Taymans  <wim@fluendo.com>
27236
27237         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
27238         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
27239         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
27240         (gst_alpha_init_params), (gst_alpha_chain),
27241         (gst_alpha_change_state):
27242         Updated the chroma keying algorithm with something more
27243         sophisticated.
27244
27245 2004-11-03  Wim Taymans  <wim@fluendo.com>
27246
27247         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
27248         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
27249         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
27250         Fix stride issues. Does not completely work for odd
27251         heights.
27252
27253 2004-11-03  Wim Taymans  <wim@fluendo.com>
27254
27255         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
27256         (gst_alpha_chroma_key), (gst_alpha_chain):
27257         Fix stride issues. Does not completely work for odd
27258         heights.
27259
27260 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
27261
27262         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
27263         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
27264         leak fixes
27265
27266 2004-11-03  Wim Taymans  <wim@fluendo.com>
27267
27268         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27269         (gst_ffmpegcsp_avpicture_fill):
27270         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
27271         (avpicture_alloc):
27272         * gst/ffmpegcolorspace/imgconvert_template.h:
27273         Use correct _fill function to get correct strides.
27274
27275 2004-11-02  David Schleef  <ds@schleef.org>
27276
27277         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
27278         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
27279         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
27280         Change all g_print()s to debugging.  Add a bunch of consistency
27281         checks.
27282
27283 2004-11-02  Wim Taymans  <wim@fluendo.com>
27284
27285         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
27286         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
27287         (unlinked), (no_more_pads), (close_link):
27288         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27289         (unknown_type), (add_element_stream), (new_decoded_pad),
27290         (removed_decoded_pad), (setup_source):
27291         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
27292         (gst_stream_info_class_init), (gst_stream_info_init),
27293         (gst_stream_info_new), (gst_stream_info_dispose),
27294         (stream_info_mute_pad), (gst_stream_info_set_property),
27295         (gst_stream_info_get_property):
27296         * gst/playback/gststreaminfo.h:
27297         Fix playback of multiple files.
27298         a slightly different approach to handling dynamic pad removals.
27299         This one only looks at pads that we have linked.
27300
27301 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
27302
27303         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
27304         free" warning from libc.
27305
27306 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27307
27308         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
27309         (get_unconnected_element), (remove_starting_from), (pad_removed),
27310         (close_link):
27311           Implement support for dynamic pad changing. We listen to "live"
27312           pad removals (i.e. while playing) and re-setup autoplugging
27313           after that. Playbasebin/playbin need some more work for this
27314           to finally work, but decodebin supports (and replugs) chained
27315           ogg now.
27316
27317 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
27318
27319         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
27320         (gst_alsa_finalize):
27321         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
27322         (gst_cdaudio_finalize):
27323         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
27324         (cdparanoia_finalize):
27325         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
27326         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
27327         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
27328         (dvdreadsrc_finalize):
27329         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
27330         (gst_flacdec_finalize):
27331         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
27332         (gst_flacenc_finalize):
27333         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
27334         (gst_gnomevfssink_finalize):
27335         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
27336         (gst_gnomevfssrc_finalize):
27337         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
27338         (gst_fameenc_finalize):
27339         * ext/nas/nassink.c: (gst_nassink_class_init),
27340         (gst_nassink_finalize):
27341         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
27342         (gst_sdlvideosink_class_init):
27343         * ext/sndfile/gstsf.c: (gst_sf_dispose):
27344         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
27345         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
27346         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
27347         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
27348         (gst_x_window_listener_dispose):
27349         * gst/audioscale/gstaudioscale.c:
27350         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
27351         (play_on_demand_finalize):
27352         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
27353         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
27354         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
27355         (cdplayer_finalize):
27356         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
27357         (gst_glimagesink_class_init):
27358         * sys/oss/gstosselement.c: (gst_osselement_class_init),
27359         (gst_osselement_finalize):
27360         * sys/oss/gstosssink.c: (gst_osssink_dispose):
27361         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
27362         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
27363           Fixes a bunch of problems with finalize and dispose functions,
27364           either assumptions that dispose is only called once, or not calling
27365           the parent class dispose/finalize function
27366
27367 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
27368
27369         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
27370           added two api precondition guards
27371           use g_strdup with getenv to fix crash when using ENVVAR
27372
27373 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
27374         * ext/esd/esdsink.c: (gst_esdsink_class_init),
27375         (gst_esdsink_finalize):
27376         Use a finalize function, not dispose, and more importantly,
27377         call the parent class finalize function too
27378
27379 2004-11-01  Johan Dahlin  <johan@gnome.org>
27380
27381         * ext/ogg/gstoggdemux.c:
27382         * gst/tags/gstvorbistag.c:
27383         Plug leaks.
27384
27385 2004-10-31  Benjamin Otte  <otte@gnome.org>
27386
27387         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
27388           lotsa memleaks today. But they're all small...
27389
27390 2004-10-31  Benjamin Otte  <otte@gnome.org>
27391
27392         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27393           another memleak crushed
27394
27395 2004-10-31  Benjamin Otte  <otte@gnome.org>
27396
27397         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
27398           fix memleak
27399
27400 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27401
27402         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27403           Hack to prevent crash when going to READY inside signal handler
27404           while this function is active.
27405
27406 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27407
27408         * gst/ffmpegcolorspace/Makefile.am:
27409         * gst/ffmpegcolorspace/avcodec.h:
27410         * gst/ffmpegcolorspace/common.h:
27411         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27412         * gst/ffmpegcolorspace/dsputil.h:
27413         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27414         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27415         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
27416         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
27417         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
27418         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
27419         (gst_ffmpegcsp_avpicture_fill):
27420         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27421         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27422         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
27423         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
27424         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
27425         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
27426         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
27427         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
27428         * gst/ffmpegcolorspace/imgconvert.c:
27429         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27430         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27431         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27432         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27433         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27434         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
27435         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
27436         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
27437         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
27438         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
27439         (grow21), (grow22), (grow41), (grow44), (conv411),
27440         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
27441         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
27442         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
27443         (avpicture_free), (is_yuv_planar), (img_convert),
27444         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
27445         (deinterlace_line_inplace), (deinterlace_bottom_field),
27446         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27447         * gst/ffmpegcolorspace/imgconvert_template.h:
27448         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27449         * gst/ffmpegcolorspace/mmx.h:
27450         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
27451         (av_fast_realloc), (av_mallocz_static), (av_free_static),
27452         (av_freep), (avcodec_get_context_defaults),
27453         (avcodec_alloc_context), (avcodec_init):
27454           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
27455           handling plus update from ffmpeg CVS. Large clean-up.
27456
27457 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27458
27459         * gst/playback/Makefile.am:
27460           We need the marshallers for decodebin, too.
27461
27462 2004-10-30  David Schleef  <ds@schleef.org>
27463
27464         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
27465           quicktime typefinding work with 64-bit offsets.
27466
27467 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
27468
27469         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
27470           Set EOS on the element when processing an EOS event.
27471         * ext/speex/gstspeexdec.h:
27472         * ext/speex/gstspeexenc.h:
27473           Only keep a const ptr to the mode
27474         * gst-libs/gst/riff/riff-media.c:
27475         (gst_riff_create_audio_caps_with_data),
27476         (gst_riff_create_audio_template_caps):
27477           Allow WMAV3, with up to 6 channels.
27478         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
27479           Don't call gst_pad_set_event_function on a sink pad.
27480         * gst/mpegstream/gstdvddemux.c:
27481         (gst_dvd_demux_get_subpicture_stream),
27482         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
27483           Copy the explicit caps that were set across to the cur_* pads,
27484           instead of trying to use a possibly non-existent negotiated caps.
27485           Reset the type of subpicture pads to UNKNOWN after calling
27486           init_stream, so that the caps get set.
27487
27488 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
27489
27490         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27491
27492         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27493           Don't touch buffer if it is of size 0 (fixes #151064).
27494
27495 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27496
27497         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
27498           Synchronized discont handling.
27499
27500 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27501
27502         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
27503         (gst_ogg_demux_push):
27504           Make seeking sort-of exact again (fixes #156387).
27505
27506 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27507
27508         * gst/playback/gstplaybasebin.c: (unknown_type),
27509         (add_element_stream), (new_decoded_pad),
27510         (gst_play_base_bin_change_state):
27511         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27512         (gst_stream_info_init), (gst_stream_info_new),
27513         (gst_stream_info_dispose), (gst_stream_info_get_property):
27514         * gst/playback/gststreaminfo.h:
27515           Make caps explicitely available. Makes testing for unsupported
27516           types possible. Improves error reporting.
27517
27518 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27519
27520         * gst/audioconvert/gstaudioconvert.c:
27521         (gst_audio_convert_buffer_to_default_format):
27522           Really don't touch read-only buffers (#156563).
27523
27524 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
27525
27526         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27527
27528         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
27529           Fix memleak (#155223).
27530
27531 2004-10-29  Wim Taymans  <wim@fluendo.com>
27532
27533         * gst/tcp/.cvsignore:
27534         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
27535         (gst_multifdsink_class_init), (gst_multifdsink_init),
27536         (gst_multifdsink_add), (gst_multifdsink_remove),
27537         (gst_multifdsink_remove_client_link), (is_sync_frame),
27538         (gst_multifdsink_new_client),
27539         (gst_multifdsink_handle_client_write),
27540         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
27541         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
27542         (gst_multifdsink_get_property):
27543         * gst/tcp/gstmultifdsink.h:
27544         Added burst on connect sync_method, deprecated sync_clients,
27545         streamlined the sync code some more.
27546
27547 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27548
27549         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
27550         (gst_play_base_bin_change_state):
27551           Improve error reporting.
27552
27553 2004-10-28  Wim Taymans  <wim@fluendo.com>
27554
27555         * gst/tcp/Makefile.am:
27556         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
27557         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
27558         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
27559         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
27560         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
27561         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
27562         (gst_fdset_wait):
27563         Added more locks around fdset structures. Fixed/reworked
27564         the poll array resizing code.
27565         Added stress test for fdset.
27566
27567 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27568
27569         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
27570         fix build
27571
27572 2004-10-28  Benjamin Otte  <otte@gnome.org>
27573
27574         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
27575           fix link function to always query channels and query width for
27576           floats
27577         * configure.ac:
27578           add equalizer dir
27579         * gst/equalizer/Makefile.am:
27580         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
27581         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
27582         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
27583         (arg_to_scale), (setup_filter),
27584         (gst_iir_equalizer_compute_frequencies),
27585         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
27586         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
27587         (plugin_init):
27588           add an equalizer
27589
27590 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
27591
27592         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
27593
27594         * po/LINGUAS:
27595         * po/nb.po:
27596           Added Norwegian Bokmaal translation
27597
27598 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27599
27600         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
27601           Don't break on options (fixes #156488).
27602
27603 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
27604
27605         * configure.ac:
27606         * ext/cdaudio/Makefile.am:
27607         * sys/Makefile.am:
27608           fix build on older automake
27609
27610 2004-10-26  Wim Taymans  <wim@fluendo.com>
27611
27612         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
27613         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
27614         Allow a little margin when negotiating the framerate.
27615
27616 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
27617
27618         * gst/level/gstlevel.c:
27619           synchonised naming of pads and pad-templates
27620
27621 2004-10-26  Wim Taymans  <wim@fluendo.com>
27622
27623         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
27624         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
27625         (_find_streams_check), (gst_ogg_demux_push):
27626         Fix EOS again. Needs to be done in a better way. We should not
27627         remove the pad if there is no new chained stream.
27628
27629 2004-10-26 Iain <iaingnome@gmail.com>
27630
27631         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
27632         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
27633         of the caps.
27634         * gst/interleave/interleave.c (interleave_class_init): Hook up release
27635         pad.
27636         (interleave_release_pad): Remove the pad.
27637         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
27638         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
27639         the set device.
27640         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
27641         attrs
27642         (gst_xvimagesink_xcontext_clear): Free the xcontext.
27643         (gst_xvimagesink_finalize): Free the par.
27644
27645 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27646
27647         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
27648         (gst_avimux_stop_file):
27649           First calculate the rate, and only then use it. Hdr.rate is a
27650           multiple and not a derivative of hdr.scale. Scale is not the
27651           same as blockalign but is solely related to rate.
27652
27653 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27654
27655         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
27656         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
27657           Implement seeking.
27658
27659 2004-10-25  James Henstridge  <james@jamesh.id.au>
27660
27661         Reviewed by:  David Schleef  <ds@schleef.org>
27662
27663         * examples/gstplay/player.c: (got_stream_length), (main):
27664         * examples/seeking/cdplayer.c: (update_scale):
27665         * examples/seeking/seek.c: (format_value), (update_scale):
27666         * examples/seeking/spider_seek.c: (format_value), (update_scale),
27667         (stop_seek):
27668         Build fixes on AMD64.
27669
27670 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27671
27672         reviewed by: Ronald Bultje <rbultje at gnome dot org>
27673
27674         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
27675         Fix for some v4l cards which hang in v4lsrc
27676
27677 2004-10-25  Wim Taymans  <wim@fluendo.com>
27678
27679         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
27680         (gst_ogg_demux_push), (gst_ogg_chains_clear):
27681         Make sure to remove the pad when a new chain is
27682         encountered. Set some vars to NULL so we don't try
27683         to reference freed memory.
27684
27685 2004-10-25  Wim Taymans  <wim@fluendo.com>
27686
27687         * examples/seeking/Makefile.am:
27688         * examples/seeking/cdplayer.c: (update_scale):
27689         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
27690         * examples/seeking/playbin.c: (make_playerbin_pipeline),
27691         (format_value), (update_scale), (iterate), (start_seek),
27692         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
27693         (print_usage), (main):
27694         Added some more examples, update others.
27695
27696 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27697
27698         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
27699         * ext/speex/gstspeexdec.c: (speex_dec_chain):
27700         * ext/theora/theoradec.c: (theora_dec_chain):
27701         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27702           Add codec-name metadata.
27703
27704 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
27705
27706         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27707
27708         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
27709         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
27710         * ext/alsa/gstalsamixertrack.h:
27711         * po/POTFILES.in:
27712           ALSA mixer track label internationalization (#154054).
27713
27714 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27715
27716         * ext/theora/theoradec.c: (theora_dec_chain):
27717           Export bitrate as metadata.
27718
27719 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27720
27721         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
27722         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
27723         * ext/alsa/gstalsamixertrack.h:
27724           Fix names, fix loop.
27725
27726 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27727
27728         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
27729         (speex_dec_convert):
27730           sinkconvert function so oggdemux can get the file length (totem).
27731
27732 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
27733
27734         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27735
27736         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27737           Don't push incomplete packets.
27738         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
27739           Fix MPEG-4 audio typefinding.
27740
27741 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27742
27743         * sys/v4l/Makefile.am:
27744         * sys/v4l/gstv4l.c: (plugin_init):
27745         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
27746         (gst_v4lelement_init), (gst_v4lelement_dispose),
27747         (gst_v4lelement_change_state):
27748         * sys/v4l/gstv4lelement.h:
27749         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
27750         (gst_v4l_xoverlay_close), (idle_refresh),
27751         (gst_v4l_xoverlay_set_xwindow_id):
27752         * sys/v4l/gstv4lxoverlay.h:
27753         * sys/v4l/v4l-overlay_calls.c:
27754         * sys/v4l/v4l_calls.h:
27755         * sys/v4l2/Makefile.am:
27756         * sys/v4l2/gstv4l2.c: (plugin_init):
27757         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
27758         (gst_v4l2element_init), (gst_v4l2element_dispose),
27759         (gst_v4l2element_change_state):
27760         * sys/v4l2/gstv4l2element.h:
27761         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
27762         (gst_v4l2_xoverlay_close), (idle_refresh),
27763         (gst_v4l2_xoverlay_set_xwindow_id):
27764         * sys/v4l2/gstv4l2xoverlay.h:
27765         * sys/v4l2/v4l2-overlay_calls.c:
27766         * sys/v4l2/v4l2_calls.h:
27767           Remove client-side overlay handling, use the X-server v4l plugin
27768           for that. Nicer overlay, less code. Also make the plugin
27769           compileable without X (but then without overlay, obviously).
27770           Makes xwindowlistener obsolete, should we remove that?
27771
27772 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27773
27774         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
27775         (gst_osssrc_src_query):
27776         * sys/oss/gstosssrc.h:
27777           OK, so people want offset in DEFAULT. This time, actually fix all
27778           cases.
27779         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27780           Add FPS properly.
27781
27782 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27783
27784         * gst/asfdemux/gstasfmux.c:
27785         * gst/avi/gstavimux.c:
27786           Framerate.
27787
27788 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27789
27790         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
27791           Fix properties (channel, norm, frequency).
27792
27793 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27794
27795         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
27796           Flag typo.
27797         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
27798           No warnings.
27799
27800 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27801
27802         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
27803           Fix hang.
27804
27805 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27806
27807         * sys/v4l2/gstv4l2element.h:
27808           Yet Another Hack (tm) for kernel header borkedness.
27809         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
27810         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
27811         (gst_v4l2src_link), (gst_v4l2src_getcaps),
27812         (gst_v4l2src_change_state):
27813         * sys/v4l2/gstv4l2src.h:
27814         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
27815         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
27816           Fix caps, keep track of state, work.
27817
27818 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27819
27820         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27821           Quiet.
27822
27823 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27824
27825         * sys/oss/gstosssrc.c: (gst_osssrc_get):
27826           Don't mix bytes and samples.
27827
27828 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27829
27830         * ext/ogg/gstoggmux.c:
27831           Basic pad template which accepts OGM tracks, speex, flac, vorbis
27832           and theora. Any is incorrect.
27833         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
27834           Fix caps.
27835         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
27836         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
27837         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
27838         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
27839         * sys/v4l/gstv4lmjpegsrc.h:
27840         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
27841         (gst_v4lsrc_change_state):
27842         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
27843         (gst_v4lmjpegsrc_capture_stop):
27844           Fix caps. Keep track of internal state. Work.
27845
27846 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27847
27848         * ext/Makefile.am:
27849           Fix the build fixes.
27850
27851 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27852
27853         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
27854         (gst_ogg_demux_src_event), (_find_chain_seek),
27855         (gst_ogg_pad_push):
27856           Check for pad availability before using it.
27857         * ext/ogg/gstoggdemux.c: (_find_chain_process):
27858           Fix parsing of chained ogg. Needs more work on the decoder side.
27859
27860 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27861
27862         * gst/spectrum/Makefile.am:
27863         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
27864         (idle_func):
27865           Fix demo and reenable it. Yes, I'm currently playing with audio
27866           analysis tools
27867
27868 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27869
27870         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27871           We love it if files that start at zero work too...
27872
27873 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27874
27875         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
27876           Handle files with missing EOS headers.
27877
27878 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27879
27880         * gst/tcp/gsttcpserversink.c:
27881         (gst_tcpserversink_handle_server_read),
27882         (gst_tcpserversink_init_send):
27883         Zero some variables first (need for accept not to return EINVAL)
27884
27885 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27886
27887         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
27888         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
27889         * ext/theora/theoradec.c: (theora_dec_sink_convert),
27890         (theora_dec_chain):
27891         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27892         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
27893           Seeking and querying finetune.
27894
27895 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27896
27897         * configure.ac:
27898         * ext/Makefile.am:
27899         * ext/raw1394/Makefile.am:
27900           fix the build
27901
27902 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27903
27904         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
27905           Wrong return.
27906         * gst/playback/Makefile.am:
27907         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
27908         * gst/playback/gstplay-marshal.list:
27909         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
27910           Fix marshallers.
27911
27912 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27913
27914         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
27915           Silence.
27916
27917 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27918
27919         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
27920         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
27921         (gst_ogg_pad_push):
27922           Yay for non-lineair granulepos in theora.
27923
27924 2004-10-18  Wim Taymans  <wim@fluendo.com>
27925
27926         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
27927         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
27928         * ext/dv/gstdvdec.h:
27929         Make sure we renegotiate aspect ratio when the camera switches.
27930
27931 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27932
27933         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
27934         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
27935           Start at zero.
27936         * ext/theora/theoradec.c: (theora_dec_chain):
27937           Skip headers. Bad idea for chained ogg, but fixes seeking.
27938
27939 2004-10-18  Wim Taymans  <wim@fluendo.com>
27940
27941         * configure.ac:
27942         I swear, this is the last time I touch this.
27943
27944 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27945
27946         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
27947         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
27948         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
27949           Faster seeking.
27950         * ext/theora/theoradec.c: (theora_dec_sink_convert):
27951           Time-to-default conversion.
27952         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27953           Don't error on unknown packets, just skip. We should probably
27954           read them if we want to support chained ogg.
27955
27956 2004-10-18  Wim Taymans  <wim@fluendo.com>
27957
27958         * configure.ac:
27959         Added cdaudio to wrong list.
27960
27961 2004-10-18  Wim Taymans  <wim@fluendo.com>
27962
27963         * configure.ac:
27964         Revive cdaudio.
27965
27966 2004-10-18  Wim Taymans  <wim@fluendo.com>
27967
27968         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
27969         (gst_dvdec_video_link), (gst_dvdec_push):
27970         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
27971         (gst_smokeenc_resync), (gst_smokeenc_chain):
27972         Fix mimetype on smoke encoder.
27973         Add aspect ratio to dvdec. Not sure if these
27974         values are correct though....
27975
27976 2004-10-18  Wim Taymans  <wim@fluendo.com>
27977
27978         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
27979         Fix vorbis property descriptions and ranges.
27980
27981 2004-10-18  Wim Taymans  <wim@fluendo.com>
27982
27983         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
27984         Really do nothing when no data is available.
27985         Go to the playing state when the stream is not seekable
27986         instead of failing.
27987
27988 2004-10-18  Wim Taymans  <wim@fluendo.com>
27989
27990         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
27991         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
27992         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
27993         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
27994         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
27995         Added uri handler for cd://
27996         Port to new API.
27997
27998 2004-10-18  Wim Taymans  <wim@fluendo.com>
27999
28000         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28001         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
28002         (try_to_link_1), (no_more_pads), (close_link), (type_found):
28003         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
28004         (remove_prerolls), (unknown_type), (add_element_stream),
28005         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
28006         (gst_play_base_bin_remove_element),
28007         (gst_play_base_bin_link_stream):
28008         * gst/playback/gstplaybin.c: (gen_video_element),
28009         (gen_vis_element), (remove_sinks), (setup_sinks):
28010         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
28011         (gst_stream_info_get_type), (gst_stream_info_class_init),
28012         (gst_stream_info_init), (gst_stream_info_new),
28013         (gst_stream_info_dispose), (stream_info_mute_pad),
28014         (gst_stream_info_set_property), (gst_stream_info_get_property):
28015         * gst/playback/gststreaminfo.h:
28016         Add sink padtemplate to decodebin.
28017         Added some more comments.
28018         Make queue size configurable in playbasebin.
28019         Added possibility to use elements as sinks (ex cdaudio).
28020
28021 2004-10-15  Wim Taymans  <wim@fluendo.com>
28022
28023         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
28024         (gst_speexenc_chain):
28025         Fix speex timestamps so that it gets muxed properly.
28026
28027 2004-10-15  Wim Taymans  <wim@fluendo.com>
28028
28029         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
28030         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
28031         (gst_dv1394src_init), (gst_dv1394src_dispose),
28032         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
28033         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
28034         (gst_dv1394src_event), (gst_dv1394src_get_formats),
28035         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
28036         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
28037         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
28038         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
28039         * ext/raw1394/gstdv1394src.h:
28040         Added conversion/query functions.
28041         Update buffer timestamps,
28042         Added signals.
28043         Added uri dv:// so it might play from the firewire in playbin.
28044         Fix a possible leak.
28045         Added debugging.
28046
28047 2004-10-15  Wim Taymans  <wim@fluendo.com>
28048
28049         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
28050         (gst_dv1394src_init), (gst_dv1394src_set_property),
28051         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
28052         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
28053         * ext/raw1394/gstdv1394src.h:
28054         Added AV/C VTR control support needed for some cameras.
28055         Added automatic port detection.
28056         Added properties for selecting the channel.
28057         The configure.ac script is not yet updated to reflect the
28058         new libavc1394 and librom1394 dependencies.
28059
28060 2004-10-15  Wim Taymans  <wim@fluendo.com>
28061
28062         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28063         (qtdemux_parse), (gst_qtdemux_handle_esds):
28064         An esds box is not a container.
28065         Fix parsing of mp4v boxes.
28066         Do not try to renegotiate fps for each frame. Need to
28067         find a better method. This should fix mp4 playback.
28068
28069 2004-10-14  David Schleef  <ds@schleef.org>
28070
28071         * configure.ac: update for swfdec-0.3 and liboil-0.2
28072         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
28073         * ext/swfdec/gstswfdec.h: same
28074         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
28075         * gst/videotestsrc/videotestsrc.c: same
28076
28077 2004-10-14  Wim Taymans  <wim@fluendo.com>
28078
28079         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
28080         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
28081         (is_sync_frame), (gst_multifdsink_new_client),
28082         (gst_multifdsink_handle_client_write),
28083         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28084         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
28085         Turn warnings into info.
28086         Don't allow a state change in the streaming thread.
28087
28088 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28089
28090         * ext/vorbis/oggvorbisenc.c:
28091         * ext/vorbis/vorbisdec.c:
28092           fix template sample rate
28093
28094 2004-10-13  Wim Taymans  <wim@fluendo.com>
28095
28096         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
28097         Decoding the header first fixes some problems in resyncing
28098         in more mp3s.
28099
28100 2004-10-12  Wim Taymans  <wim@fluendo.com>
28101
28102         * gst/playback/gstplaybin.c: (gen_video_element),
28103         (gen_vis_element), (remove_sinks), (setup_sinks):
28104         Added vis plugin support, need to configure the vis
28105         element to activate it.
28106
28107 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28108
28109         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
28110         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
28111           Some debug.
28112         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
28113         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
28114         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
28115         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
28116         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
28117         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
28118         * gst/avi/gstavidemux.h:
28119           Support for openDML-2.0 indx/ix## chunks. Support for broken index
28120           recovery (where, if part of the index is broken, we will still read
28121           the rest of the index and recover the broken part by stream
28122           scanning). More broken media support. EOS workarounds. General AVI
28123           braindamage headache recovery. Aspirin included.
28124
28125 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28126
28127         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
28128         (cdparanoia_event), (cdparanoia_query):
28129           Get rid of hideous lead-in.
28130
28131 2004-10-11  Wim Taymans  <wim@fluendo.com>
28132
28133         * gst/playback/gstplaybasebin.c: (setup_source):
28134         Wrong var used to get g_list_next.
28135
28136 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28137
28138         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28139         (cdparanoia_get), (cdparanoia_open):
28140           Report discid as metadata, add duration.
28141
28142 2004-10-11  Wim Taymans  <wim@fluendo.com>
28143
28144         * gst/playback/gstplaybasebin.c: (setup_source):
28145         Cleanup the previous pipeline a little earlier for the
28146         case that a source element provides raw data.
28147
28148 2004-10-11  Benjamin Otte  <otte@gnome.org>
28149
28150         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28151           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
28152           consuming the last 128 bytes, even though it was valid mp3 data.
28153
28154 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28155
28156         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
28157         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
28158         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
28159         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
28160
28161 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28162
28163         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
28164         Fix for webcams that support only specific width or height
28165
28166 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28167
28168         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28169
28170         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
28171           Fix wrong discont event setup (fixes #154967).
28172
28173 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
28174
28175         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28176
28177         * gst/auparse/gstauparse.c: (gst_auparse_chain):
28178           Error out on invalid data (fixes #154807).
28179
28180 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28181
28182         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28183
28184         * ext/dvdread/dvdreadsrc.c: (_read):
28185           Make titles > 0 work again (fixes #154834).
28186
28187 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28188
28189         * gst-libs/gst/riff/riff-media.c:
28190         (gst_riff_create_video_template_caps):
28191           WMV3 missing in template caps.
28192
28193 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28194
28195         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
28196           OK, so the original code was too strict. It makes random AVI files
28197           hang for seconds upon opening, which is unacceptable and is far
28198           beyond the original goal of getting multiple chunks for one-chunk
28199           sounc stream files. So now do just that.
28200
28201 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28202
28203         * gst/playback/gstplaybasebin.c: (setup_source),
28204         (gst_play_base_bin_change_state):
28205           Actually clean up streaminfo if output fails. This would trigger
28206           if, for example, there was no CD in the drive. No preroll, so
28207           a streaminfo structure is created, but the subsequent state change
28208           of the thread fails.
28209         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
28210           Don't change state if parent failed.
28211
28212 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28213
28214         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28215         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
28216         (gen_video_element), (remove_sinks):
28217           Add small bits of code for screenshot handling.
28218
28219 2004-10-08  Wim Taymans  <wim@fluendo.com>
28220
28221         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
28222         (gen_video_element), (gen_audio_element), (setup_sinks):
28223         Don't assume the user provided sinks are named "sink"...
28224
28225 2004-10-08  Wim Taymans  <wim@fluendo.com>
28226
28227         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
28228         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
28229         (gst_play_base_bin_link_stream):
28230         Do not try to autoplug sources that generate raw streams like
28231         cdparanoia.
28232         disconnect the preroll overrun signal when we don't need it anymore.
28233
28234 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
28235
28236         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
28237         Added reworked patch from #154903 from milosz derezynski (deadchip).
28238
28239 2004-10-08  Wim Taymans  <wim@fluendo.com>
28240
28241         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
28242         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
28243         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
28244         (cdparanoia_convert), (cdparanoia_uri_get_type),
28245         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
28246         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
28247         * ext/cdparanoia/gstcdparanoia.h:
28248         This adds the cdda://<tracknum> uri.
28249
28250 2004-10-08  Wim Taymans  <wim@fluendo.com>
28251
28252         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28253         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
28254         (try_to_link_1), (no_more_pads), (close_link), (type_found):
28255         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28256         (unknown_type), (gst_play_base_bin_remove_element),
28257         (gst_play_base_bin_link_stream):
28258         * gst/playback/gstplaybasebin.h:
28259         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28260         (gst_play_bin_set_property), (gen_video_element),
28261         (gen_audio_element), (setup_sinks):
28262         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
28263         (gst_stream_info_get_type), (gst_stream_info_class_init),
28264         (gst_stream_info_init), (gst_stream_info_new),
28265         (gst_stream_info_dispose), (stream_info_mute_pad),
28266         (gst_stream_info_set_property), (gst_stream_info_get_property):
28267         * gst/playback/gststreaminfo.h:
28268         Reuse the audio and video bins.
28269         Some internal cleanups in the stream selection code.
28270
28271 2004-10-08  Julien MOUTTE  <julien@moutte.net>
28272
28273         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28274         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
28275         * sys/ximage/ximagesink.h:
28276         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
28277         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
28278         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
28279         not coming from those elements. Moreover these elements should not keep
28280         the xid they have been given when in NULL state.
28281
28282 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28283
28284         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28285         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
28286         * sys/ximage/ximagesink.h:
28287         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
28288         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
28289         * sys/xvimage/xvimagesink.h:
28290           Actually only create a new toplevel window if we're not gonna
28291           embed it right after.
28292
28293 2004-10-07  Wim Taymans  <wim@fluendo.com>
28294
28295         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
28296         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
28297         * gst/playback/gstplaybin.c: (setup_sinks):
28298         Implement muting/unmuting of streams, mute streams that are not
28299         used.
28300
28301 2004-10-07  Wim Taymans  <wim@fluendo.com>
28302
28303         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
28304         (plugin_init):
28305         Added lame audio/x-ac3 typefind function.
28306
28307 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28308
28309         * configure.ac:
28310           bump nano to cvs
28311
28312 === release 0.8.5 ===
28313
28314 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28315
28316         * NEWS:
28317         * RELEASE:
28318         * configure.ac:
28319           releasing 0.8.5, "Take You On"
28320
28321 2004-10-06  Wim Taymans  <wim@fluendo.com>
28322
28323         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
28324         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
28325         (no_more_pads), (close_link), (type_found):
28326         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28327         * gst/playback/gstplaybin.c: (gen_video_element):
28328         Do not signal the no_more_pads after the first pad when
28329         we are plugging a non dynamic element with multiple
28330         output pads (like swfdec, dvdec, ...).
28331
28332 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28333
28334         * configure.ac:
28335           bump for prerelease
28336
28337 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28338
28339         * gst/wavparse/gstwavparse.c:
28340           add ATRAC3 to STATIC CAPS to fix a warning
28341
28342         * gst/matroska/ebml-read.c:
28343         * gst-libs/gst/riff/riff-read.c:
28344           fix typos
28345
28346 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28347
28348         * gst-libs/gst/riff/riff-media.c:
28349           generate caps for ATRAC3 audio streams
28350
28351         * gst/realmedia/rmdemux.c:
28352           generate caps for ATRAC3 audio streams
28353
28354 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28355
28356         * gst/wavparse/Makefile.am
28357         * gst/wavparse/riff.h
28358         * gst/wavparse/wavparse.vcproj
28359           riff.h removal (unused and duplication with riff-ids.h)
28360
28361 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28362
28363         * gst/wavparse/gstwavparse.h
28364           remove duplicated defines for audio codec codes
28365
28366         * gst-libs/gst/riff/riff-ids.h
28367         * gst/wavenc/riff.h:
28368           add "4CC" code for ATRAC3 audio streams
28369           add "4CC" code for ITU_G721_ADPCM (unused for now)
28370
28371 2004-10-06  Wim Taymans  <wim@fluendo.com>
28372
28373         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
28374         Actually _do_ negotiation. Pass gdouble as arg instead
28375         of guint64 for the framerate.
28376
28377 2004-10-06  Wim Taymans  <wim@fluendo.com>
28378
28379         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
28380         (find_compatibles), (close_pad_link), (try_to_link_1),
28381         (no_more_pads), (close_link), (type_found):
28382         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28383         * gst/playback/gstplaybin.c: (gen_video_element),
28384         (gen_audio_element):
28385         Set state on newly added element to READY so that negotiation
28386         can happen ASAP.
28387         Addes some more debug info.
28388         Do not try to plug pads with multiple caps structures or ANY
28389         because it is too dangerous since we do not do dynamic
28390         replugging.
28391
28392 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28393
28394         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
28395
28396         * po/LINGUAS:
28397         * po/or.po:
28398           add Oriya translation
28399
28400 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28401
28402         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
28403           Prevent overwrite of size member. Makes audio sound crappy.
28404
28405 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28406
28407         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28408         Add rmvb to the list of known RealMedia extensions
28409
28410 2004-10-05  Wim Taymans  <wim@fluendo.com>
28411
28412         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
28413         (mngdec_openstream), (mngdec_closestream),
28414         (mngdec_handle_sink_event), (mngdec_readdata),
28415         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
28416         (mngdec_getcanvasline), (mngdec_refresh),
28417         (gst_mngdec_change_state):
28418         Set the framerate correctly.
28419
28420 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28421
28422         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
28423           There was something wrong with the index massaging.
28424
28425 2004-10-04  Wim Taymans  <wim@fluendo.com>
28426
28427         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
28428         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
28429         (gst_smokedec_chain):
28430         * ext/jpeg/gstsmokedec.h:
28431         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
28432         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
28433         * ext/jpeg/gstsmokeenc.h:
28434         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
28435         (smokecodec_decode_new), (smokecodec_info_free),
28436         (smokecodec_set_quality), (smokecodec_get_quality),
28437         (smokecodec_set_threshold), (smokecodec_get_threshold),
28438         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
28439         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
28440         (smokecodec_encode), (smokecodec_parse_id),
28441         (smokecodec_parse_header), (smokecodec_decode):
28442         * ext/jpeg/smokecodec.h:
28443         * ext/jpeg/smokeformat.h:
28444         Updated smoke, new bitstream, allows embedding in ogg.
28445
28446 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28447
28448         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
28449           Fix seeking in some files. All this code is no longer needed (and
28450           actually breaks stuff) because we now synchronize the full index
28451           right when reading the header.
28452
28453 2004-10-04  Wim Taymans  <wim@fluendo.com>
28454
28455         * configure.ac:
28456         configure update for libmng.
28457
28458 2004-10-04  Wim Taymans  <wim@fluendo.com>
28459
28460         * ext/libmng/Makefile.am:
28461         * ext/libmng/gstmng.c: (plugin_init):
28462         * ext/libmng/gstmng.h:
28463         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
28464         (gst_mngdec_base_init), (gst_mngdec_class_init),
28465         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
28466         (gst_mngdec_loop), (gst_mngdec_get_property),
28467         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
28468         (mngdec_closestream), (mngdec_handle_sink_event),
28469         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
28470         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
28471         (gst_mngdec_change_state):
28472         * ext/libmng/gstmngdec.h:
28473         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
28474         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
28475         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
28476         (gst_mngenc_chain), (gst_mngenc_get_property),
28477         (gst_mngenc_set_property):
28478         * ext/libmng/gstmngenc.h:
28479         Added basic MNG decoder. Needs more work. The encoder does
28480         not work yet.
28481
28482 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28483
28484         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
28485         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
28486         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
28487           Don't hang on length=0 chunks. Some negotiation fixes. Signal
28488           no-more-pads.
28489
28490 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28491
28492         * configure.ac:
28493           you need at least 1.0.4 of speex
28494
28495 2004-10-04 Iain <iaingnome@gmail.com>
28496
28497         * ext/speex/gstspeexdec.h: Revert the includes changes.
28498
28499         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
28500
28501 2004-09-30 Iain <iaingnome@gmail.com>
28502
28503         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
28504         found during init or set as a property instead of hardcoding /dev/audio
28505
28506 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28507
28508         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
28509         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
28510         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
28511         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
28512         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
28513         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
28514         (gst_rmdemux_dump_data):
28515           Use debug category, fix EOS handling. filesrc ! rmdemux now
28516           works.
28517
28518 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28519
28520         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28521         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
28522         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
28523           Improve allocation, cutting and sorting of the index. How takes a
28524           few seconds instead of minutes.
28525
28526 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
28527
28528         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
28529           fixed compilation
28530
28531 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28532
28533         * gst-libs/gst/riff/riff-media.c:
28534         (gst_riff_create_video_caps_with_data),
28535         (gst_riff_create_video_template_caps):
28536           Add wing commander format mimetype/fourccs.
28537         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
28538           Don't crash if some value is 0.
28539
28540 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28541
28542         * gst-libs/gst/riff/riff-media.c:
28543         (gst_riff_create_video_caps_with_data),
28544         (gst_riff_create_video_template_caps):
28545           Add DIB fourcc (raw, palettized 8-bit RGB).
28546         * gst-libs/gst/riff/riff-read.c:
28547         (gst_riff_read_strf_vids_with_data):
28548           Oops, fix strf_data reading bug.
28549         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28550           Use a non-NULL tag.
28551         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
28552           Time for hacks. Sorry Dave. At least one quicktime movie (a
28553           trailer) that I've encountered contains multiple video tracks.
28554           One of those is the actual video track, the other are one-frame
28555           tracks (images). Unfortunately, the number of frames according
28556           to the trak header is 1 for each, so that doesn't help. So
28557           instead, I look at the duration and discard tracks with a
28558           duration shorter than 20% of the length of the stream. Better
28559           than nothing.
28560
28561 2004-10-01  Christian Schaller <christian@fluendo.com>
28562
28563         * ext/ivorbis/vorbis.c:
28564           Patch from Phil Blundell (Bug 152341)
28565
28566 2004-10-01  Wim Taymans  <wim@fluendo.com>
28567
28568         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
28569         (speex_dec_get_formats), (speex_dec_convert),
28570         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
28571         (speex_dec_chain), (gst_speexdec_get_property),
28572         (gst_speexdec_set_property):
28573         Small cleanups.
28574
28575 2004-10-01  Wim Taymans  <wim@fluendo.com>
28576
28577         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
28578         (gst_wavparse_stream_init), (gst_wavparse_fmt),
28579         (gst_wavparse_other), (gst_wavparse_loop),
28580         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
28581         (gst_wavparse_srcpad_event):
28582         * gst/wavparse/gstwavparse.h:
28583         Added some more debugging info.
28584         Fix the case where the length of the file is 0.
28585         Make sure we seek to sample borders.
28586
28587 2004-10-01  Wim Taymans  <wim@fluendo.com>
28588
28589         * gst/playback/README:
28590         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
28591         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
28592         (try_to_link_1), (no_more_pads), (close_link), (type_found):
28593         Add some debug info to decodebin, update README
28594
28595 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28596
28597         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
28598           Don't use g_print(); use GST_DEBUG().
28599
28600 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28601
28602         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28603         (gst_ogg_mux_queue_pads):
28604           Handle EOS properly.
28605
28606 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28607
28608         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28609
28610         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
28611         (gst_faad_chain), (gst_faad_change_state):
28612         * ext/faad/gstfaad.h:
28613           Allow playback of raw (unframed) MPEG AAC files (#148993).
28614
28615 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28616
28617         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28618
28619         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
28620           Throw error if we didn't recognize the stream. Fixes #152289.
28621
28622 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28623
28624         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
28625           Fix negotiation.
28626
28627 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
28628
28629         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28630
28631         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
28632           Fix memleak.
28633
28634 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
28635
28636         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28637
28638         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
28639           Solve #152805.
28640         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
28641           Solve 152806.
28642
28643 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28644
28645         * gst-libs/gst/riff/riff-media.c:
28646         (gst_riff_create_video_caps_with_data),
28647         (gst_riff_create_audio_caps_with_data):
28648           Add codec_data handling (like asfdemux used to do).
28649         * gst/asfdemux/gstasf.c: (plugin_init):
28650         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28651         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
28652           Use riff-media for caps creation instead of our own (mostly
28653           broken) copy of its functions.
28654
28655 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28656
28657         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
28658           Don't actually error out if we get another return value than
28659           -EINVAL. Opposite to what I first thought, drivers have random
28660           return values for this, although -EINVAL is the expected return
28661           value. Since this is not fatal, we shouldn't use
28662           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
28663
28664 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28665
28666         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28667         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
28668         (dvdreadsrc_get_property), (_open), (_seek), (_read),
28669         (dvdreadsrc_get), (dvdreadsrc_open_file),
28670         (dvdreadsrc_change_state):
28671           Fix. Don't do one big huge loop around the whole DVD, that will
28672           cache all data and thus eat sizeof(dvd) (several GB) before we
28673           see something.
28674         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
28675           Actually NULL'ify event after using it.
28676         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
28677         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
28678         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28679         (gst_ebml_read_seek), (gst_ebml_read_skip):
28680           Handle events.
28681         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
28682         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
28683         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
28684           Fix timing (this will probably break if I seek using menus, but
28685           I didn't get there yet). VOBs and normal DVDs should now work.
28686           Add a mpeg2-only pad with high rank so this get autoplugged for
28687           MPEG-2 movies.
28688         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
28689         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
28690         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
28691         (gst_mpeg_demux_get_audio_stream),
28692         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
28693         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
28694           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
28695           MPEG-1 but use dvddemux for MPEG-2.
28696         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
28697         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
28698         (gst_mpeg_parse_parse_packhead):
28699           Timing. Only add pad template if it exists. Add sink template from
28700           class and not from ourselves. This means we will always use the
28701           correct sink template even if it is not the one defined in this
28702           file.
28703
28704 2004-09-29  Wim Taymans  <wim@fluendo.com>
28705
28706         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
28707         (gst_mpeg_demux_parse_pes):
28708         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
28709         Fix playback of mpeg again, timestamps where screwed up by
28710         patch 1.61.
28711
28712 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28713
28714         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
28715           Only return true if we actually filled something in. Prevents
28716           player applications from showing a random length for flac files.
28717         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
28718         (gst_riff_read_use_event), (gst_riff_read_handle_event),
28719         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
28720         (gst_riff_read_strf_vids_with_data),
28721         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
28722           OK, ok, so I implemented event handling. Apparently it's normal
28723           that we receive random events at random points without asking
28724           for it.
28725         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
28726         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
28727         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
28728         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
28729         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
28730         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
28731         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
28732         * gst/avi/gstavidemux.h:
28733           Implement non-lineair chunk handling and subchunk processing.
28734           The first solves playback of AVI files where the audio and video
28735           data of individual buffers that we read are not synchronized.
28736           This should not happen according to the wonderful AVI specs, but
28737           of course it does happen in reality. It is also a prerequisite for
28738           the second. Subchunk processing allows us to cut chunks in small
28739           pieces and process each of these pieces separately. This is
28740           required because I've seen several AVI files with incredibly large
28741           audio chunks, even some files with only one audio chunk for the
28742           whole file. This allows for proper playback including seeking.
28743           This patch is supposed to fix all AVI A/V sync issues.
28744         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
28745         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
28746           Work.
28747         * gst/modplug/gstmodplug.cc:
28748           Proper return value setting for the query() function.
28749         * gst/playback/gstplaybasebin.c: (setup_source):
28750           Being in non-playing state (after, e.g., EOS) is not necessarily
28751           a bad thing. Allow for that. This fixes playback of short files.
28752           They don't actually playback fully now, because the clock already
28753           runs. This means that small files (<500kB) with a small length
28754           (<2sec) will still not or barely play. Other files, such as mod
28755           or flx, will work correctly, however.
28756
28757 2004-09-28  Wim Taymans  <wim@fluendo.com>
28758
28759         * ext/speex/gstspeex.c: (plugin_init):
28760         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
28761         (gst_speex_dec_class_init), (speex_dec_get_formats),
28762         (speex_get_event_masks), (speex_get_query_types),
28763         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
28764         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
28765         (gst_speexdec_get_property), (gst_speexdec_set_property),
28766         (speex_dec_change_state):
28767         * ext/speex/gstspeexdec.h:
28768         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
28769         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
28770         (gst_speexenc_base_init), (gst_speexenc_class_init),
28771         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
28772         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
28773         (gst_speexenc_src_query), (gst_speexenc_init),
28774         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
28775         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
28776         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
28777         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
28778         (gst_speexenc_chain), (gst_speexenc_get_property),
28779         (gst_speexenc_set_property), (gst_speexenc_change_state):
28780         * ext/speex/gstspeexenc.h:
28781         Rewrote speex encoder, make sure it can be embedded in ogg.
28782         Implemented speex decoder.
28783
28784 2004-09-28  Christian Schaller <christian@fluendo.com>
28785
28786         * configure.ac:
28787         Remove kioslave plugin. Markey is brewing a new working one
28788         * ext/Makefile.am: Remove kioslave plugin
28789         * ext/kio: remove
28790         * gst-plugins.spec.in: remove kio plugin from spec
28791
28792 2004-09-27  Wim Taymans  <wim@fluendo.com>
28793
28794         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
28795         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
28796         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
28797         (gst_multifdsink_new_client),
28798         (gst_multifdsink_handle_client_write),
28799         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28800         (gst_multifdsink_handle_clients):
28801         * gst/tcp/gstmultifdsink.h:
28802         Make syncing to keyframes actually work for new clients and lagging
28803         clients.
28804
28805 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28806
28807         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
28808         (gst_navigationtest_handle_src_event), (draw_box_planar411),
28809         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
28810         * gst/debug/gstnavigationtest.h:
28811           make navigationtest display button-press and button-release events
28812
28813 2004-09-26 Iain <iaingnome@gmail.com>
28814
28815         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
28816         the channels have received a new media event.
28817         (interleave_buffered_loop): Compresses a new media event on all
28818         channels into one.
28819
28820 2004-09-26 Iain <iaingnome@gmail.com>
28821
28822         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
28823         call the sinkpad's default event handler and not the srcpads. He also
28824         says this is confusing :)
28825         (gst_wavenc_stop_file): Company says that seek events only go upstream
28826         we should send a discontinuous downstream instead.
28827
28828 2004-09-25  Christian Schaller <christian@fluendo.com>
28829
28830         * Update SPEC file to be usable in conjunction with Fedora Core,
28831           Fedora.us and freshrpms packages
28832         * Fix typo in multifilesrc test Makefile
28833
28834 2004-09-24  Wim Taymans  <wim@fluendo.com>
28835
28836         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28837         Only signal the no_more_pads signal when we have
28838         added the stream to our list.
28839
28840 2004-09-24  Wim Taymans  <wim@fluendo.com>
28841
28842         * gst/playback/gstplaybasebin.c: (remove_prerolls),
28843         (new_decoded_pad):
28844         * gst/playback/gstplaybasebin.h:
28845         * gst/playback/gstplaybin.c: (setup_sinks):
28846         Don't try to preroll or decode more than one audio/video
28847         track.
28848
28849 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28850
28851         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28852           Throw error if we failed to find a suitable output. This should
28853           throw an error if we successfully set up a pipeline (e.g. because
28854           we recognized a media file) but found no decodable streams in it
28855           (e.g. because it contains only media stream types for which we
28856           have no decoders, or because it's not a media type).
28857
28858 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28859
28860         * ext/dirac/Makefile.am:
28861         * ext/dirac/gstdirac.cc:
28862         * ext/dirac/gstdiracdec.cc:
28863         * ext/dirac/gstdiracdec.h:
28864           Do something. Don't actually know if this works because I don't
28865           have a demuxer yet.
28866         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
28867           Add channels=1 to caps returned from _getcaps().
28868         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
28869         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
28870         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
28871         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
28872         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
28873         (gst_ogm_parse_change_state):
28874           Separate between audio/video so ogmaudioparse actually uses the
28875           audio pad templates. Both audio and video work now, including
28876           autoplugging. Also use sometimes-srcpad hack.
28877         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
28878           Handle events better. Don't hang on infinite loops.
28879         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
28880         (gst_avi_demux_init), (gst_avi_demux_reset),
28881         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
28882         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
28883         (gst_avi_demux_change_state):
28884         * gst/avi/gstavidemux.h:
28885           Improve A/V sync. Still not perfect.
28886         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
28887         (gst_ebml_read_skip):
28888           Handle events better.
28889         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28890         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
28891         (qtdemux_audio_caps):
28892           Add IMA4. Improve event handling. Save offset after a seek when
28893           the headers are at the end of the file so that we don't end up in
28894           an infinite loop.
28895         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
28896           Add low-priority typefind support for files with no length.
28897
28898 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28899
28900         * testsuite/multifilesink/Makefile.am:
28901         fix typo
28902
28903 2004-09-22  Julien MOUTTE  <julien@moutte.net>
28904
28905         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
28906         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
28907         mistakes from thaytan's patches.
28908
28909 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
28910
28911         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
28912           For completeness, XSync in the destroy function as xvimage does.
28913
28914 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
28915
28916         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
28917            Correct caps negotiation
28918         * gst/volume/gstvolume.c: (volume_chain_float),
28919         (volume_chain_int16):
28920            Modify debug output to be little more informative
28921         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
28922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
28923         (gst_xvimagesink_xvimage_destroy):
28924           Add XSync calls after detaching from the shared memory segment to
28925           avoid a crash.
28926
28927 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28928
28929         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
28930         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
28931         * ext/vorbis/vorbis.c: (plugin_init):
28932         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
28933         (gst_vorbisenc_chain):
28934         * ext/vorbis/vorbisenc.h:
28935         remove explicit newmedia support from oggmux and vorbisenc
28936         add debug category to vorbisenc
28937         * gst/multifilesink/gstmultifilesink.c:
28938         (gst_multifilesink_class_init), (gst_multifilesink_init),
28939         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
28940         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
28941         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
28942         (plugin_init):
28943         * gst/multifilesink/gstmultifilesink.h:
28944         add support for streamheader in multifilesink
28945
28946 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28947
28948         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
28949         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
28950         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
28951           Prevent infinite loops. More correct error reporting.
28952         * gst/auparse/gstauparse.c: (gst_auparse_chain):
28953           Error out if negotiation fails.
28954         * gst/playback/gstplaybasebin.c: (setup_source),
28955         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
28956         (gst_play_base_bin_found_tag):
28957           Error/tag forwarding. Pre-roll fixes for source errors on state
28958           changes (e.g. "file does not exist") to prevent hangs.
28959
28960 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28961
28962         * testsuite/multifilesink/Makefile.am:
28963         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
28964         (gst_newmedia_class_init), (gst_newmedia_init),
28965         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
28966         (newfile_signal), (test_signal), (main):
28967         * testsuite/multifilesink/multifilesrc_test.c: (main):
28968         * testsuite/multifilesink/oggtheora_test.c:
28969         (gst_newmedia_base_init), (gst_newmedia_class_init),
28970         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
28971         (test_format), (newfile_signal), (test_signal), (main):
28972         * testsuite/multifilesink/oggvorbis_test.c:
28973         (gst_newmedia_base_init), (gst_newmedia_class_init),
28974         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
28975         (test_format), (newfile_signal), (test_signal), (main):
28976         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
28977         (gst_newmedia_class_init), (gst_newmedia_init),
28978         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
28979         (newfile_signal), (test_signal), (main):
28980         New media tests
28981
28982 2004-09-20  Christian Schaller <christian@fluendo.com>
28983
28984         * Fix mikmod license to LGPL as they have relicensed
28985         * Move Dirac and Effectv into LGPL section of README_license
28986
28987 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28988
28989         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
28990         (gst_mad_change_state):
28991           Allow for mp3 rate/channels changes. However, only very
28992           conservatively. Reason that we *have* to enable this is smiply
28993           because the mad find_sync() function is not good enough, it will
28994           regularly sync on random data as valid frames and therefore make
28995           us provide random caps as *final* caps of the stream. The best fix
28996           I could think of is to simply require several of the same stream
28997           changes in a row before we change caps.
28998           The actual testcase that works now is #
28999         * ext/ogg/Makefile.am:
29000         * ext/ogg/gstogg.c: (plugin_init):
29001         * ext/ogg/gstogmparse.c:
29002           OGM support (video only for now; I need an audio sample file).
29003         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
29004         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
29005         (gst_asf_demux_add_video_stream):
29006           WMV extradata.
29007         * gst/playback/gstplaybasebin.c: (unknown_type):
29008           Don't error out on single unknown-types after all. It's wrong.
29009           If we found type of video and audio but not of a subtitle stream,
29010           it will still error out (which is unwanted). Will find a better fix
29011           later on.
29012         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
29013         (ogmaudio_type_find), (plugin_init):
29014           OGM support.
29015
29016 2004-09-20  Johan Dahlin  <johan@gnome.org>
29017
29018         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
29019         after setting caps.
29020
29021 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29022
29023         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
29024         * gst/wavenc/gstwavenc.h:
29025         Added newmedia support to wavenc
29026
29027 2004-09-17  Wim Taymans  <wim@fluendo.com>
29028
29029         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
29030         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
29031         (gst_fdset_fd_can_write), (gst_fdset_wait):
29032         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
29033         (gst_multifdsink_init), (gst_multifdsink_add),
29034         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
29035         (gst_multifdsink_remove_client_link),
29036         (gst_multifdsink_client_queue_buffer),
29037         (gst_multifdsink_handle_client_write),
29038         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
29039         (gst_multifdsink_close), (gst_multifdsink_change_state):
29040         * gst/tcp/gstmultifdsink.h:
29041         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
29042         (gst_tcpserversink_removed):
29043         Small cleanups in fdset.c
29044         Use a hastable to map fd to the client structure for faster
29045         lookup in _remove and get_stats.
29046         Added virtual function to close the fds.
29047         Handle clients even when the select/poll call was unblocked because
29048         of a command.
29049         Implement syncing to keyframe in the recovery procedure.
29050
29051 2004-09-16 Iain <iaingnome@gmail.com>
29052
29053         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
29054         try caps.
29055
29056 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29057
29058         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
29059           Caps are only set if the type of the stream is unknown, but this
29060           is initialized in ->init_stream(), so set to UNKNOWN after calling
29061           ->init_stream() so that capsnego starts.
29062
29063 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29064
29065         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
29066         (gst_avi_demux_stream_data):
29067           Just hardcode for raw audio then. AVI audio sucks.
29068
29069 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
29070
29071         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
29072         * gst/matroska/matroska-mux.c: (audiosink_templ),
29073         (gst_matroska_mux_audio_pad_link):
29074         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
29075         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
29076
29077 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29078
29079         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
29080         (gst_avi_demux_stream_data):
29081           Try to fix a/v sync issues.
29082
29083 2004-09-15  David Schleef  <ds@schleef.org>
29084
29085         * configure.ac: remove NASM check, since we don't use it.  Update
29086         dirac check to 0.4
29087         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
29088         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29089         Initialized variables.
29090         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
29091         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
29092         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
29093         SVQ3 format
29094
29095 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29096
29097         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
29098         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
29099         * gst/avi/gstavidemux.h:
29100           Fix for compressed audio (mp3) timestamp generation. How did this
29101           ever work?
29102
29103 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29104
29105         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
29106           Volume is a double not a float.
29107
29108 2004-09-15  Wim Taymans  <wim@fluendo.com>
29109
29110         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
29111         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29112         Don't close the fd in multifdsink as we didn't open it in the
29113         first place. Some cleanups.
29114
29115 2004-09-15  Wim Taymans  <wim@fluendo.com>
29116
29117         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29118         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29119         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
29120         Fix the case where the muxer would mark pages as delta
29121         frames when they are not (vorbis only ogg).
29122
29123 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29124
29125         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
29126         (gst_play_base_bin_change_state):
29127           Handle the case where we failed to setup a clear pipeline. This
29128           will throw an error (or EOS, another nice case) and if you don't
29129           catch that, the app will wait for the signal forever (and thus
29130           hang).
29131
29132 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29133
29134         * ext/gnomevfs/gstgnomevfssink.c:
29135         (gst_gnomevfssink_uri_get_protocols):
29136         * ext/gnomevfs/gstgnomevfssrc.c:
29137         (gst_gnomevfssrc_uri_get_protocols):
29138         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
29139         * ext/gnomevfs/gstgnomevfsuri.h:
29140           Use _uri_new() instead of _open(), so it doesn't take as long and
29141           Christophe's computer won't hang.
29142         * gst/playback/gstplaybasebin.c: (unknown_type):
29143           Throw error on unknown media type, so apps actually display it.
29144
29145 2004-09-14  Brian Cameron  <brian.cameron@sun.com
29146
29147         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
29148           this script to work on Solaris since bash shell handles echo
29149           differenly than bash.
29150
29151 2004-09-17  Wim Taymans  <wim@fluendo.com>
29152
29153         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
29154         (setup_source), (gst_play_base_bin_set_property),
29155         (gst_play_base_bin_add_element):
29156         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
29157         Some more work on making sure seeking pauses the pipeline and
29158         that changing the uri actually does something.
29159
29160 2004-09-17  Wim Taymans  <wim@fluendo.com>
29161
29162         * gst/tcp/gstfdset.c: (gst_fdset_wait):
29163         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
29164         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
29165         (gst_tcpserversink_close):
29166         Be a bit more paranoid when freeing memory.
29167
29168 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29169
29170         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
29171         (qtdemux_parse_trak):
29172           Don't crash by dividing by zero (see sample movie in #126922).
29173
29174 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29175
29176         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29177           Don't touch non-existing data (fixes crash on file in #140147).
29178
29179 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29180
29181         * gst/playback/gstplaybasebin.c:
29182         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
29183           Handle double disposals, and proper change of URIs.
29184
29185 2004-09-13  Martin Eikermann <meiker@upb.de>
29186
29187         * gst/mpegstream/gstmpegparse.c:
29188           fix synchronistation for streams recorded from digital PCR
29189           fixes bug #119376
29190
29191 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29192
29193         * ext/gnomevfs/Makefile.am:
29194         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29195         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
29196         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
29197         (gst_gnomevfssink_uri_get_type),
29198         (gst_gnomevfssink_uri_get_protocols),
29199         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
29200         (gst_gnomevfssink_uri_handler_init),
29201         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
29202         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
29203         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
29204         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
29205         (gst_gnomevfssrc_uri_get_type),
29206         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
29207         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
29208         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
29209         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
29210         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
29211         * ext/gnomevfs/gstgnomevfsuri.h:
29212           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
29213           of fake URIs to see which this version of Gnome-VFS likes, and
29214           uses that for the Gst-URI interface. Makes playbin support http://
29215           streams. Also fix up some stupid behaviour in gnomevfssrc.
29216
29217 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29218
29219         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
29220         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
29221         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
29222         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
29223           Update mixer (to sync with other sessions) if we try to obtain
29224           a new value. This makes alsamixer work accross applications.
29225         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
29226           Only call sync functions if we're running, else alsalib asserts.
29227         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29228           Sometimes fails to compile. Possibly a gcc bug.
29229         * gst/playback/gstplaybin.c: (gen_video_element),
29230         (gen_audio_element):
29231           Add a reference to an application-provided object, because we lose
29232           this same reference if we add it to the bin. If we don't do this,
29233           we can only use this object once and thus crash if we go from
29234           ready to playing, back to ready and back to playing again.
29235           Also add an audioscale element because several cheap soundcards -
29236           like mine - don't support all samplerates.
29237         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29238         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
29239           Fix wrong order or PAR calls. Makes automatically obtained PAR
29240           from the X server atually being used.
29241
29242 2004-09-12  David Schleef  <ds@schleef.org>
29243
29244         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
29245         #151887, #152102, #152247.
29246         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
29247         * examples/seeking/cdparanoia.c: same
29248         * examples/seeking/cdplayer.c: same
29249         * examples/seeking/seek.c: same
29250         * examples/seeking/spider_seek.c: same
29251         * examples/seeking/vorbisfile.c: same
29252         * examples/stats/mp2ogg.c: same
29253         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29254         (gst_esdsink_dispose): Dispose of element properly.
29255         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
29256         fixes.
29257         * ext/nas/nassink.c: (gst_nassink_class_init),
29258         (gst_nassink_dispose): Dispose of element correctly.
29259         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
29260         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29261         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
29262         Fix 64-bit warning.
29263         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29264         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
29265         Fix 64-bit warning.
29266
29267 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29268
29269         * configure.ac : change speex detection as 1.1.6 now uses
29270           .pc/pkg-config and they changed their headers location.
29271
29272 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
29273
29274         * gst/matroska/matroska-mux.h:
29275         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
29276         (gst_matroska_mux_start), (gst_matroska_mux_finish),
29277         (gst_matroska_mux_write_data):
29278           Write multiple blocks/frames per cluster.
29279                 Write meta-seek information (seek heads).
29280
29281 2004-09-09  Scott Wheeler <wheeler@kde.org>
29282
29283         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
29284         (gst_play_bin_set_property), (gst_play_bin_get_property),
29285         (gen_audio_element), (gen_audio_element):
29286           Add a volume element / property to the pipeline.
29287
29288 2004-09-07  Wim Taymans  <wim@fluendo.com>
29289
29290         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
29291         Copy timestamps from the master pad to the output buffers.
29292
29293 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
29294
29295         * ext/raw1394/gstdv1394src.c:
29296           throw errors when applicable
29297
29298 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
29299
29300         * gst/matroska/ebml-ids.h:
29301         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
29302         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
29303         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
29304           automatically convert unix time <-> ebml time when reading/writing
29305           a date, use gst_ebml_write_uint to write CUETIME,
29306           not gst_ebml_write_date.
29307         * gst/matroska/matroska-ids.h:
29308         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
29309         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
29310         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
29311         (gst_matroska_mux_write_data):
29312           Write track and segment UIDs, write muxing date, write
29313           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
29314           Create cues for audio only files.
29315
29316 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29317
29318         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29319         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29320           Re-commit ALSA switches.
29321         * gst/adder/gstadder.c: (gst_adder_loop):
29322           64-bit fix (#151416).
29323         * gst/debug/progressreport.c: (gst_progressreport_report):
29324           64-bit fix (#151419).
29325         * gst/matroska/matroska-demux.c:
29326         (gst_matroska_demux_parse_contents):
29327           64-bit fix (#151420).
29328         * gst/playback/test3.c: (update_scale):
29329           64-bit fix (#151421).
29330
29331 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29332
29333         * configure.ac:
29334           bump nano to cvs
29335
29336 === release 0.8.4 ===
29337
29338 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29339
29340         * configure.ac: releasing 0.8.4, "Alias"
29341
29342 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29343
29344         * ext/theora/Makefile.am:
29345           fix makefile.  Fixes #151462.
29346
29347 2004-08-30  Wim Taymans  <wim@fluendo.com>
29348
29349         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
29350         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29351         (gst_multifdsink_remove_client_link),
29352         (gst_multifdsink_client_queue_buffer),
29353         (gst_multifdsink_handle_client_write):
29354         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
29355         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
29356         Fix some memory leaks.
29357
29358 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29359
29360         Patch by: David Schleef
29361
29362         * configure.ac:
29363         * sys/Makefile.am:
29364           rename our detection macro for V4L2.  Fixes #151236.
29365
29366 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29367
29368         Patch by: David Schleef
29369
29370         * configure.ac:
29371           check to define LAMEPRESET.  Fixes #151232.
29372
29373 2004-08-27  David Schleef  <ds@schleef.org>
29374
29375         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
29376         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
29377         (gst_glimagesink_fixate):  Move local variable declarations to
29378         make gcc-2.95 happy.
29379
29380 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29381
29382         * configure.ac:
29383           bump nano for prerelease
29384
29385 2004-08-27  David Schleef  <ds@schleef.org>
29386
29387         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
29388         * sys/sunaudio/gstsunaudiosrc.c:
29389         * sys/sunaudio/gstsunaudiosrc.h:
29390
29391 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
29392
29393         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
29394         handle EOS correctly
29395         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
29396         * gst/matroska/matroska-mux.h:
29397         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
29398         VFW compatibility mode
29399
29400 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29401
29402         patch by: Zaheer Abbas Merali
29403
29404         * ext/ogg/gstoggmux.c:
29405         * ext/vorbis/vorbisenc.c:
29406         * ext/vorbis/vorbisenc.h:
29407           handle NEWMEDIA
29408
29409 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
29410
29411         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
29412         fix byte order reversion on little endian machines.
29413         * gst/matroska/matroska-mux.c: (audiosink_templ),
29414         (gst_matroska_mux_audio_pad_link):
29415         add TTA codec to the list of supported codecs.
29416         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
29417         (gst_matroska_mux_start), (gst_matroska_mux_finish),
29418         (gst_matroska_mux_write_data):
29419         * gst/matroska/matroska-mux.h:
29420         write segment duration correctly, write muxing app string, fixes bugs
29421         #140897 and #140898.
29422         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
29423         wait for all pads to be negotiated before starting to mux.
29424
29425 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29426
29427         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
29428         * ext/lame/gstlame.h:
29429         Added new media support to lame
29430
29431 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
29432
29433         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
29434         send vorbis headers at the beginning of a stream, fixes bug #141554.
29435         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
29436         bug #148950.
29437         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
29438         (gst_matroska_demux_plugin_init):
29439         * gst/matroska/matroska-ids.h:
29440         enable demuxing of TTA audio streams, fixes bug #148951.
29441         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
29442         enable typefinding for TTA audio files, fixes bug #148711.
29443         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
29444         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
29445         fixes playback of packed bitstream and xvid with bframes, bug #135407.
29446
29447 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
29448
29449         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29450         (gst_riff_read_element_data), (gst_riff_read_seek),
29451         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
29452         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
29453         <teuf@gnome.org>
29454
29455 2004-08-23 Iain <iaingnome@gmail.com>
29456
29457         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
29458         tags. They appear to be handled differently to normal.
29459         (tag_list_to_id3_tag_foreach): Ditto.
29460
29461 2004-08-22  Wim Taymans  <wim@fluendo.com>
29462
29463         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29464         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
29465         Make sure we never send -1 granulepos.
29466
29467 2004-08-20  Wim Taymans  <wim@fluendo.com>
29468
29469         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29470         (gst_ogg_mux_loop):
29471         I will accept bitchslappings with non sharp objects.
29472
29473 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29474
29475         * configure.ac:
29476         Clean up the test for lame presets
29477
29478 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29479
29480         * configure.ac:
29481         * ext/lame/Makefile.am:
29482         * ext/lame/gstlame.c: (gst_lame_class_init),
29483         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
29484         Only enable lame presets if version of lame has presets in API
29485
29486 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
29487         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
29488         * gst/udp/gstudpsrc.h:
29489           Don't call gst_pad_push in a get function. Fixes #150449
29490
29491 2004-08-18  Wim Taymans  <wim@fluendo.com>
29492
29493         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
29494         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
29495         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29496         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29497         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29498         (gst_fdset_wait):
29499         * gst/tcp/gstfdset.h:
29500         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29501         (gst_multifdsink_client_queue_buffer),
29502         (gst_multifdsink_handle_client_write):
29503         * gst/tcp/gstmultifdsink.h:
29504         Some extra checks in gstfdset.
29505         Only use send() when the fd is a socket. Don't try to
29506         read from write only fds.
29507
29508 2004-08-18  Wim Taymans  <wim@fluendo.com>
29509
29510         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
29511         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29512         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29513         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29514         (gst_fdset_wait):
29515         Add more locking and bounds checking.
29516
29517 2004-08-18  Wim Taymans  <wim@fluendo.com>
29518
29519         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
29520         Realloc test fdset in the lock and right before starting
29521         the poll call. Bump the limit to 4096.
29522
29523 2004-08-17  David Schleef  <ds@schleef.org>
29524
29525         * sys/sunaudio/Makefile.am:
29526         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
29527         of rates and channels.  Make debugging less obnoxious.
29528
29529         Patch from Balamurali Viswanathan implementing a mixer for
29530         Sun audio.  (bug #144091):
29531         * sys/sunaudio/gstsunelement.c:
29532         * sys/sunaudio/gstsunelement.h:
29533         * sys/sunaudio/gstsunmixer.c:
29534         * sys/sunaudio/gstsunmixer.h:
29535
29536 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29537
29538         * gst/audioscale/gstaudioscale.c:
29539         * gst/audioscale/gstaudioscale.h:
29540         made audioscale resample from any sample rate to any sample rate
29541
29542 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29543
29544         * ext/libpng/gstpngdec.c:
29545           error out on unsupported types
29546
29547 2004-08-17  Iain <iaingnome@gmail.com>
29548
29549         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
29550         mid_side and loose_mid_side properties if its a stereo stream.
29551
29552 2004-08-17  Wim Taymans  <wim@fluendo.com>
29553
29554         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
29555         (theora_get_formats), (theora_dec_src_convert),
29556         (theora_dec_sink_convert), (theora_dec_src_query),
29557         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
29558         Add a debug line.
29559
29560 2004-08-17  Wim Taymans  <wim@fluendo.com>
29561
29562         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
29563         (gst_ogg_pad_push):
29564         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
29565         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
29566         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
29567         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
29568         Mark delta units in the muxer.
29569         Try to decode the packet after an out-of-sync error from
29570         libogg.
29571
29572 2004-08-17  Wim Taymans  <wim@fluendo.com>
29573
29574         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
29575         (gst_multifdsink_init), (gst_multifdsink_add),
29576         (gst_multifdsink_client_queue_buffer),
29577         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
29578         * gst/tcp/gstmultifdsink.h:
29579         Added option to send a keyframe to clients as the first buffer.
29580         Make timeout property writable.
29581
29582 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29583
29584         patch by: Wim Taymans
29585
29586         * gst/tcp/gstfdset.c:
29587         * gst/tcp/gstmultifdsink.c:
29588           fix index comparison, should include 0
29589
29590 2004-08-16  Wim Taymans  <wim@fluendo.com>
29591
29592         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
29593         (gst_fdset_add_fd), (gst_fdset_remove_fd),
29594         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29595         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29596         (gst_fdset_wait):
29597           copy when reallocing for poll so the select arguments don't get
29598           changed during the call
29599
29600 2004-08-16  Wim Taymans  <wim@fluendo.com>
29601
29602         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
29603         (gst_theora_enc_class_init), (theora_enc_sink_link),
29604         (theora_buffer_from_packet), (theora_enc_chain):
29605         Fix bug where buffers were not marked as keyframes
29606         correctly.
29607
29608 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29609
29610         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
29611         (gst_lame_preset_get_type), (gst_lame_class_init):
29612         describe the enum values for vbr mode and presets more verbosely
29613
29614 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29615
29616         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
29617         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
29618         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
29619         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
29620         * ext/lame/gstlame.h:
29621         add preset property to lame so it can use lame presets
29622
29623 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29624
29625         * ext/lame/gstlame.c: (gst_lame_get_property):
29626         whoops forgot break, thanks teuf
29627
29628 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29629
29630         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
29631         (gst_lame_class_init), (gst_lame_src_getcaps),
29632         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
29633         (gst_lame_get_property), (gst_lame_setup):
29634         * ext/lame/gstlame.h:
29635         fix lame's broken vbr stuff, allow it to resample if need be, and also
29636         make xing header optional
29637
29638 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29639
29640         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
29641         added getcaps function so samplerate doesnt get fixated to silly values
29642
29643 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29644
29645         * ext/lame/gstlame.c: (gst_lame_src_link):
29646         revert previous fix
29647
29648 2004-08-12  Johan Dahlin  <johan@gnome.org>
29649
29650         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
29651         checks. Doesn't matter what state we are in. Interfaces are a
29652         compile time thing, not runtime. It also broke the python bindings.
29653
29654 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29655
29656         * ext/lame/gstlame.c: (gst_lame_src_link):
29657         made source pad link function check if sinkpad is ok..fixes the problem
29658         where core fixates the output rate of lame stupidly
29659
29660 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29661
29662         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
29663         * sys/v4l/v4l_calls.c:
29664         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
29665           fix fixate function to handle nonsimple caps.
29666           remove bogus check in _link
29667           cleanups
29668
29669 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29670
29671         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
29672         set default compression ratio parameter to 0.0 so bitrate parameter
29673         works :)
29674
29675 2004-08-11  David Schleef  <ds@schleef.org>
29676
29677         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
29678
29679 2004-08-11  David Schleef  <ds@schleef.org>
29680
29681         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
29682         before.
29683
29684 2004-08-11  David Schleef  <ds@schleef.org>
29685
29686         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
29687
29688 2004-08-11  David Schleef  <ds@schleef.org>
29689
29690         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
29691           license field
29692         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
29693         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
29694           LGPL.
29695         * gst/auparse/gstauparse.c: Fix plugin license field.
29696         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
29697         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
29698         * gst/rtp/gstrtp.c: Fix plugin license field.
29699
29700 2004-08-11  Wim Taymans  <wim@fluendo.com>
29701
29702         * gst/tcp/Makefile.am:
29703         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
29704         (ensure_size), (gst_fdset_new), (gst_fdset_free),
29705         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
29706         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
29707         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
29708         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
29709         (gst_fdset_fd_can_write), (gst_fdset_wait):
29710         * gst/tcp/gstfdset.h:
29711         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
29712         (gst_multifdsink_class_init), (gst_multifdsink_init),
29713         (gst_multifdsink_add), (gst_multifdsink_remove),
29714         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
29715         (gst_multifdsink_remove_client_link),
29716         (gst_multifdsink_handle_client_read),
29717         (gst_multifdsink_client_queue_data),
29718         (gst_multifdsink_client_queue_caps),
29719         (gst_multifdsink_client_queue_buffer),
29720         (gst_multifdsink_handle_client_write),
29721         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29722         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29723         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
29724         (gst_multifdsink_close):
29725         * gst/tcp/gstmultifdsink.h:
29726         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
29727         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
29728         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
29729         (gst_tcpserversink_close):
29730         * gst/tcp/gsttcpserversink.h:
29731         Abstracted away the select call, implemented poll (yes we ran into
29732         the 1024 limit in production).
29733
29734 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
29735
29736         * gst/tcp/gsttcp.c:
29737         * gst/tcp/gsttcpplugin.c:
29738           improve debuggging, remove assert
29739
29740 2004-08-10  Wim Taymans  <wim@fluendo.com>
29741
29742         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
29743         (gst_client_status_get_type), (gst_multifdsink_class_init),
29744         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
29745         (gst_multifdsink_handle_client_read),
29746         (gst_multifdsink_handle_client_write),
29747         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29748         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29749         (gst_multifdsink_get_property):
29750         * gst/tcp/gstmultifdsink.h:
29751         * gst/tcp/gsttcp-marshal.list:
29752         Starting to prepare for specifying buffer time in other units
29753         than buffers. Expose remove reason in signal.
29754
29755 2004-08-10  Wim Taymans  <wim@fluendo.com>
29756
29757         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29758         (gst_multifdsink_remove), (gst_multifdsink_clear),
29759         (gst_multifdsink_remove_client_link),
29760         (gst_multifdsink_handle_client_read),
29761         (gst_multifdsink_client_queue_data),
29762         (gst_multifdsink_client_queue_buffer),
29763         (gst_multifdsink_handle_client_write),
29764         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
29765         (gst_multifdsink_chain), (gst_multifdsink_close):
29766         * gst/tcp/gstmultifdsink.h:
29767         Added more debugging info. Changed the way clients are
29768         removed from the lists. Fixed a bug where a bad file descriptor
29769         could cause many clients to be removed.
29770
29771 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29772
29773         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
29774           allow all pixel-aspect-ratios, not just 1:1
29775
29776 2004-08-09  David Schleef  <ds@schleef.org>
29777
29778         * sys/glsink/ARB_multitexture.h:  Remove old files.
29779         * sys/glsink/EXT_paletted_texture.h:
29780         * sys/glsink/NV_register_combiners.h:
29781         * sys/glsink/gstgl_nvimage.c:
29782         * sys/glsink/gstgl_pdrimage.c:
29783         * sys/glsink/gstgl_rgbimage.c:
29784         * sys/glsink/gstglsink.c:
29785         * sys/glsink/gstglsink.h:
29786         * sys/glsink/gstglxwindow.c:
29787         * sys/glsink/regcomb_yuvrgb.c:
29788
29789 2004-08-09  David Schleef  <ds@schleef.org>
29790
29791         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
29792         GL sink plugin.  (Bug #147302)
29793
29794         * configure.ac: Test for OpenGL
29795         * sys/Makefile.am: Use test for OpenGL
29796         * sys/glsink/Makefile.am:
29797         * sys/glsink/glimagesink.c: rewrite
29798         * sys/glsink/glimagesink.h: rewrite
29799
29800 2004-08-09  David Schleef  <ds@schleef.org>
29801
29802         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
29803         sane framerates.
29804         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
29805         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
29806         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
29807
29808 2004-08-09  Wim Taymans  <wim@fluendo.com>
29809
29810         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
29811         (gst_multifdsink_add), (gst_multifdsink_get_stats),
29812         (gst_multifdsink_client_remove),
29813         (gst_multifdsink_handle_client_read),
29814         (gst_multifdsink_handle_client_write),
29815         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
29816         Do a bit more logging, make the client_read code more robust.
29817
29818 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29819
29820         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
29821         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
29822         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
29823         (gst_jpegdec_init), (gst_jpegdec_chain):
29824         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
29825         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
29826           cleanups, debugging fixes and memleak plugging
29827
29828 2004-08-09  Wim Taymans  <wim@fluendo.com>
29829
29830         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
29831         (theora_get_formats), (theora_dec_src_convert),
29832         (theora_dec_sink_convert), (theora_dec_src_query),
29833         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
29834         (theora_dec_change_state):
29835         Don't crash on missing header packets.
29836
29837 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29838
29839         * po/LINGUAS:
29840         * po/sq.po:
29841           Added Albanian translation (Laurent Dhima)
29842         * po/cs.po:
29843           updated
29844
29845 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29846
29847         * ext/lame/gstlame.c:
29848           fix/add debugging
29849
29850 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29851
29852         * sys/ximage/ximagesink.c:
29853         * sys/xvimage/xvimagesink.c:
29854           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
29855
29856 2004-08-06  Wim Taymans  <wim@fluendo.com>
29857
29858         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
29859         (gst_multifdsink_add), (gst_multifdsink_get_stats),
29860         (gst_multifdsink_client_remove),
29861         (gst_multifdsink_handle_client_read),
29862         (gst_multifdsink_handle_client_write),
29863         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
29864         Make sure we don't try to read more from a client that what
29865         ioctl says us or we deadlock.
29866
29867 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29868
29869         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
29870         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
29871         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
29872           decouple running_time and n_frames so it can handle changing
29873           framerate while running
29874
29875 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29876
29877         * po/nl.po:
29878         * po/sv.po:
29879           updated translations
29880
29881 2004-08-04  Benjamin Otte  <otte@gnome.org>
29882
29883         * gst/videotestsrc/gstvideotestsrc.c:
29884         (gst_videotestsrc_get_capslist), (generate_capslist),
29885         (plugin_init):
29886           generate the list of supported caps at startup and reuse it instead
29887           of always generating it
29888
29889 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29890
29891         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
29892           whoops, last checkin broke normal build
29893
29894 2004-08-03  Benjamin Otte  <otte@gnome.org>
29895
29896         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
29897         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
29898         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
29899         (gst_alsa_mixer_get_option):
29900         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
29901         (dvdnavsrc_print_event):
29902         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
29903         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
29904         (gst_ogg_mux_pad_unlink):
29905         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
29906         (gst_multipart_mux_pad_unlink):
29907         * gst/videofilter/gstvideobalance.c:
29908         (gst_videobalance_colorbalance_set_value):
29909         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
29910         (gst_videomixer_pad_unlink):
29911         * po/uk.po:
29912         * sys/oss/gstossmixer.c:
29913         * sys/v4l/gstv4lcolorbalance.c:
29914         * sys/v4l/gstv4ltuner.c:
29915         * sys/v4l/v4lsrc_calls.c:
29916         * sys/v4l2/gstv4l2colorbalance.c:
29917         * sys/v4l2/gstv4l2tuner.c:
29918           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
29919
29920 2004-08-03  Benjamin Otte  <otte@gnome.org>
29921
29922         * examples/dynparams/filter.c: (ui_control_create):
29923         * examples/gstplay/player.c: (print_tag):
29924         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
29925         * ext/gdk_pixbuf/gstgdkanimation.c:
29926         (gst_gdk_animation_iter_may_advance):
29927         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
29928         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
29929         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
29930         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
29931         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
29932         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
29933         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
29934         * gst/sine/demo-dparams.c: (main):
29935         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29936         * testsuite/alsa/formats.c: (create_pipeline):
29937         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
29938           fixes for G_DISABLE_ASSERT and friends
29939         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
29940         (mp3_type_frame_length_from_header), (mp3_type_find),
29941         (plugin_init):
29942           require mp3 typefinding to have at least MIN_HEADERS valid headers
29943           add typefinding for AAC adts files
29944
29945 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
29946
29947         * sys/ximage/ximagesink.c:
29948         (gst_ximagesink_calculate_pixel_aspect_ratio):
29949         * sys/xvimage/xvimagesink.c:
29950         (gst_xvimagesink_calculate_pixel_aspect_ratio):
29951         Make sure we calculate pixel-aspect-ratio using floating point maths
29952
29953 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
29954
29955         * po/uk.po:
29956           updated translation
29957
29958 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
29959
29960         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
29961         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
29962           add debugging for display PAR calculation
29963
29964 2004-08-02  David Schleef  <ds@schleef.org>
29965
29966         * configure.ac: Fix mikmod CFLAGS.
29967
29968 2004-07-27  Benjamin Otte  <otte@gnome.org>
29969
29970         * gst/audioscale/gstaudioscale.c:
29971         - fix templates to only support S16, it's the only format that works
29972         - make caps nego code use try_set_caps_nonfixed and fixation instead
29973         of try_set_caps twice, which is not nice for autopluggers
29974         - change rank to secondary, so autopluggers can pick it up after
29975         audioconvert
29976
29977 2004-08-02  Iain <iain@prettypeople.org>
29978
29979         * gst/interleave/interleave.c (interleave_init),
29980         (interleave_request_new_pad),
29981         (interleave_pad_removed),
29982         (interleave_buffered_loop): Use the real pad count, not the artificial
29983         one.
29984
29985 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29986
29987         * configure.ac: bump nano back to development
29988
29989 === release 0.8.3 ===
29990
29991 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29992
29993         * configure.ac: releasing 0.8.3, "Water"
29994
29995 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29996
29997         * sys/xvimage/xvimagesink.c:
29998         (gst_xvimagesink_calculate_pixel_aspect_ratio),
29999         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
30000         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
30001         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30002         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
30003         * sys/xvimage/xvimagesink.h:
30004           apply similar PAR fixes as to ximagesink
30005
30006 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30007
30008         patch from: Benjamin Otte
30009
30010         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
30011           add link function to lame.  Fixes #148986.
30012
30013 2004-08-02  Johan Dahlin  <johan@gnome.org>
30014
30015         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
30016         fix debugging log
30017
30018 2004-07-30  David Schleef  <ds@schleef.org>
30019
30020         * gst/videomixer/Makefile.am: Fix things that should have been
30021         fixed in the last checkin.
30022
30023 2004-07-30  David Schleef  <ds@schleef.org>
30024
30025         * gst/multipart/Makefile.am: Fix things that should have been
30026         fixed in the last checkin.
30027
30028 2004-07-30  David Schleef  <ds@schleef.org>
30029
30030         * testsuite/multifilesink/Makefile.am: Fix unused variable.
30031
30032 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30033
30034         * configure.ac:
30035           bump nano for prerelease
30036         * po/af.po:
30037         * po/az.po:
30038         * po/cs.po:
30039         * po/en_GB.po:
30040         * po/hu.po:
30041         * po/nl.po:
30042         * po/sr.po:
30043         * po/sv.po:
30044         * po/uk.po:
30045           updates
30046
30047 2004-07-30  Wim Taymans  <wim@fluendo.com>
30048
30049         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
30050         (gst_multifdsink_add), (gst_multifdsink_remove),
30051         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
30052         (gst_multifdsink_client_remove),
30053         (gst_multifdsink_handle_client_write),
30054         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
30055         * gst/tcp/gstmultifdsink.h:
30056         Recover from a select with a bad file descriptor by removing
30057         the client.
30058
30059 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30060
30061         * configure.ac:
30062           fix requirement of core
30063         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
30064         (gst_play_pipeline_setup):
30065           don't use colorspace element.  do use hermescolorspace element.
30066           make macro to get a colorspace element.
30067           mark strings for translation.
30068         * po/POTFILES.in:
30069           add play.c
30070         * po/af.po:
30071         * po/az.po:
30072         * po/cs.po:
30073         * po/en_GB.po:
30074         * po/hu.po:
30075         * po/nl.po:
30076         * po/sr.po:
30077         * po/sv.po:
30078         * po/uk.po:
30079           update translations
30080
30081 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30082
30083         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
30084         fix default for newmedia flag
30085
30086 2004-07-30  Wim Taymans  <wim@fluendo.com>
30087
30088         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
30089         (gst_theora_dec_init), (theora_get_formats),
30090         (theora_dec_src_convert), (theora_dec_sink_convert),
30091         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
30092         (theora_dec_chain), (theora_dec_set_property),
30093         (theora_dec_get_property):
30094         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
30095         (gst_theora_enc_class_init), (gst_theora_enc_init),
30096         (theora_enc_sink_link), (theora_enc_chain),
30097         (theora_enc_set_property), (theora_enc_get_property):
30098         Added cropping option to theora decoder.
30099         Added border option to theora encoder.
30100
30101 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30102
30103         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
30104         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
30105         (gst_pngenc_set_property):
30106         * ext/libpng/gstpngenc.h:
30107         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
30108
30109 2004-07-30  Wim Taymans  <wim@fluendo.com>
30110
30111         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
30112         (theora_enc_sink_link), (theora_enc_chain),
30113         (theora_enc_set_property), (theora_enc_get_property):
30114         Fix encoding of non-multiple-of-16 video.
30115
30116 2004-07-29  David Schleef  <ds@schleef.org>
30117
30118         * configure.ac: make test for audiofile more strict
30119
30120 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30121
30122         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30123           give different names to typefind functions
30124
30125 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
30126
30127         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
30128         (gst_ximagesink_calculate_pixel_aspect_ratio),
30129         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
30130         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
30131         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
30132         (gst_ximagesink_get_property), (gst_ximagesink_init):
30133         * sys/ximage/ximagesink.h:
30134           allocate PAR's dynamically.
30135           use autodetected PAR if no object-set PAR is given.
30136           add workaround for directfb's X not setting physical size.
30137           fix to xvimagesink will follow tomorrow.
30138
30139 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30140
30141         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
30142         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
30143         (gst_shout2send_get_type), (gst_shout2send_set_clock),
30144         (gst_shout2send_class_init), (gst_shout2send_init),
30145         (set_shout_metadata), (gst_shout2send_set_metadata),
30146         (gst_shout2send_chain), (gst_shout2send_set_property),
30147         (gst_shout2send_get_property), (gst_shout2send_connect),
30148         (gst_shout2send_change_state):
30149         * ext/shout2/gstshout2.h:
30150         - fix for sending mp3 audio to icecast2 server, if pad link function not
30151         called before PAUSED state
30152         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
30153         - added tagging support for mp3 audio broadcasted
30154         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
30155         debug info
30156
30157 2004-07-28  Wim Taymans  <wim@fluendo.com>
30158
30159         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30160         (gst_ogg_demux_push):
30161         Return query failure when we don't know the length of
30162         an ogg stream insteda of returning TRUE with a bogus value.
30163
30164 2004-07-28  Wim Taymans  <wim@fluendo.com>
30165
30166         * ext/theora/theoradec.c: (theora_get_formats),
30167         (theora_dec_src_convert), (theora_dec_sink_convert),
30168         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
30169         (theora_dec_chain):
30170         Don't screw up the 1 Chroma for 1 luma sample situation when we
30171         have an odd offset/width by adding a black border in those cases.
30172
30173 2004-07-28  Wim Taymans  <wim@fluendo.com>
30174
30175         * ext/theora/theoradec.c: (theora_get_formats),
30176         (theora_dec_src_convert), (theora_dec_sink_convert),
30177         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
30178         (theora_dec_chain):
30179         * ext/theora/theoraenc.c: (theora_enc_sink_link):
30180         Added first attempt at cropping of the image as required by the
30181         theora spec. We need more properties in the caps (offset_x,
30182         offset_y,stride) to implement this correctly.
30183
30184 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
30185
30186         * ext/dvdnav/README:
30187           Update the README to use dvddemux
30188         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30189           Ensure getcaps returns a subset of the template caps
30190         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
30191         (gst_mpeg2subt_init):
30192           Ensure getcaps returns a subset of the template caps
30193         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
30194         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
30195         (gst_dvd_demux_get_subpicture_stream),
30196         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
30197         * gst/mpegstream/gstdvddemux.h:
30198           Set the explicit caps on the current_video pad before pushing
30199           anything
30200         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
30201         (gst_mpeg_demux_get_audio_stream):
30202           Free caps used to gst_pad_set_explicit_caps, which takes a const
30203           GstCaps *
30204
30205 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
30206
30207         * configure.ac: update GStreamer requirement to 0.8.4 because of
30208           GstFraction.
30209
30210 2004-07-28  Wim Taymans  <wim@fluendo.com>
30211
30212         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
30213         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
30214         Add the pad to the element after setting up the caps. This
30215         makes it a lot easier to autoplug.
30216
30217 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
30218
30219         * gst/median/gstmedian.c:
30220         * gst/mpeg2subt/gstmpeg2subt.c:
30221         * gst/mpegaudioparse/gstmpegaudioparse.c:
30222         * gst/mpegstream/gstdvddemux.c:
30223         * gst/mpegstream/gstmpegdemux.c:
30224         * gst/mpegstream/gstmpegpacketize.c:
30225         * gst/rtjpeg/gstrtjpeg.c:
30226         * gst/rtjpeg/gstrtjpegdec.c:
30227         * gst/rtjpeg/gstrtjpegenc.c:
30228         * gst/sine/gstsinesrc.c:
30229         * gst/smooth/gstsmooth.c:
30230         * gst/smpte/gstsmpte.c:
30231         * gst/smpte/gstsmpte.h:
30232         * gst/stereo/gststereo.c:
30233         * gst/videofilter/gstgamma.c:
30234         * gst/videofilter/gstvideobalance.c:
30235         * gst/videofilter/gstvideofilter.c:
30236         * gst/videofilter/gstvideoflip.c:
30237         * gst/videoscale/gstvideoscale.c:
30238         * gst/videoscale/videoscale.c:
30239         * gst/videotestsrc/gstvideotestsrc.c:
30240         * gst/videotestsrc/videotestsrc.c:
30241         * gst/wavenc/gstwavenc.c:
30242         * gst/wavparse/gstwavparse.c:
30243           fix local includes and 64 bits constants
30244
30245 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
30246
30247         * win32/gst.sln:
30248         * gst-libs/gst/*/*.vcproj:
30249         * gst/*/*.vcproj:
30250           more working plugins
30251
30252 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30253
30254         * testsuite/alsa/Makefile.am:
30255         * testsuite/alsa/srcstate.c:
30256         add test for alsasrc changing state
30257
30258 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30259
30260         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
30261         (gst_silence_get):
30262         * gst/silence/gstsilence.h:
30263         fix silence generation for 16bit raw audio
30264
30265 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30266
30267         * gst/matroska/matroska-demux.c:
30268         (gst_matroska_demux_parse_metadata),
30269         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
30270         * gst/mpegaudio/common.c:
30271         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
30272         (gst_videoscale_getcaps), (gst_videoscale_link),
30273         (gst_videoscale_src_fixate), (gst_videoscale_init),
30274         (gst_videoscale_finalize):
30275         * gst/videoscale/gstvideoscale.h:
30276         * gst/videotestsrc/gstvideotestsrc.c:
30277         (gst_videotestsrc_get_capslist):
30278         * gst/wavenc/gstwavenc.c:
30279         * sys/oss/gstossmixer.c: (fill_labels):
30280         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
30281         (gst_ximagesink_handle_xevents),
30282         (gst_ximagesink_calculate_pixel_aspect_ratio),
30283         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
30284         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
30285         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
30286         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30287         (gst_ximagesink_init), (gst_ximagesink_class_init):
30288         * sys/ximage/ximagesink.h:
30289         * sys/xvimage/xvimagesink.c:
30290         (gst_xvimagesink_calculate_pixel_aspect_ratio),
30291         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
30292         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
30293         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30294         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
30295         * sys/xvimage/xvimagesink.h:
30296           first batch of pixel aspect ratio commits.
30297
30298 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30299
30300         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30301         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
30302         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
30303           handle stride, needs work if we want to move stride handling
30304           upstream, but works correctly for our purposes.
30305
30306 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30307
30308         * gst/videoscale/README:
30309           add testing examples
30310         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
30311         (gst_videoscale_chain):
30312         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
30313         (gst_videoscale_get_size):
30314           add get_size function that handles stride like videotestsrc.
30315           fixes conversion for YUV formats for as much as I can test them.
30316
30317 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30318
30319         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
30320         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
30321         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30322         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
30323         (gst_xvimagesink_xvimage_put):
30324           further cleanups, logging, error handling and synchronizing
30325
30326 2004-07-27  Wim Taymans  <wim@fluendo.com>
30327
30328         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
30329         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
30330         (gst_videomixer_pad_set_property),
30331         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
30332         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
30333         (gst_videomixer_class_init), (gst_videomixer_init),
30334         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
30335         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
30336         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
30337         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
30338         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
30339         (gst_videomixer_loop), (plugin_init):
30340         Be a nicer negotiation citizen and provide a getcaps function on
30341         the srcpad. This also fixes a crash when resizing.
30342
30343 2004-07-27  Julien MOUTTE  <julien@moutte.net>
30344
30345         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30346         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
30347
30348 2004-07-27  Wim Taymans  <wim@fluendo.com>
30349
30350         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
30351         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
30352         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
30353         (gst_pngenc_set_property):
30354         * ext/libpng/gstpngenc.h:
30355         Added snapshot property to pngenc.
30356         removed g_print from pngdec
30357
30358 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
30359
30360         * gst/ac3parse/ac3parse.vcproj
30361         * gst/adder/adder.vcproj
30362         * gst/alpha/alpha.vcproj
30363         * gst/alpha/alphacolor.vcproj
30364         * gst/asfdemux/asf.vcproj
30365         * gst/audioconvert/audioconvert.vcproj
30366         * gst/audiorate/audiorate.vcproj
30367         * gst/audioscale/audioscale.vcproj
30368         * gst/auparse/auparse.vcproj
30369         * gst/avi/avi.vcproj
30370         * gst/cdxaparse/cdxaparse.vcproj
30371         * gst/chart/chart.vcproj
30372         * gst/colorspace/colorspace.vcproj
30373         * gst/cutter/cutter.vcproj
30374         * gst/debug/debug.vcproj
30375         * gst/debug/efence.vcproj
30376         * gst/debug/navigationtest.vcproj
30377         * gst/deinterlace/deinterlace.vcproj
30378         * gst/effectv/effectv.vcproj
30379         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
30380         * gst/filter/filter.vcproj
30381         * gst/flx/flxdec.vcproj
30382         * gst/goom/goom.vcproj
30383         * gst/interleave/interleave.vcproj
30384         * gst/law/alaw.vcproj
30385         * gst/law/mulaw.vcproj
30386         * gst/matroska/matroska.vcproj
30387         * gst/median/median.vcproj
30388         * gst/mixmatrix/mixmatrix.vcproj
30389         * gst/mpeg1sys/mpeg1systemencode.vcproj
30390         * gst/mpeg1videoparse/mp1videoparse.vcproj
30391         * gst/mpeg2sub/mpeg2subt.vcproj
30392         * gst/mpegaudio/mpegaudio.vcproj
30393         * gst/mpegaudioparse/mpegaudioparse.vcproj
30394         * gst/mpegstream/mpegstream.vcproj
30395         * gst/multifilesink/multifilesink.vcproj
30396         * gst/multipart/multipart.vcproj
30397         * gst/oneton/oneton.vcproj
30398         * gst/overlay/overlay.vcproj
30399         * gst/passthrough/passthrough.vcproj
30400         * gst/qtdemux/qtdemux.vcproj
30401         * gst/realmedia/rmdemux.vcproj
30402         * gst/rtjpeg/rtjpeg.vcproj
30403         * gst/rtp/rtp.vcproj
30404         * gst/silence/silence.vcproj
30405         * gst/sine/sinesrc.vcproj
30406         * gst/smooth/smooth.vcproj
30407         * gst/smpte/smpte.vcproj
30408         * gst/spectrum/spectrum.vcproj
30409         * gst/speed/speed.vcproj
30410         * gst/stereo/stereo.vcproj
30411         * gst/switch/switch.vcproj
30412         * gst/tags/tagedit.vcproj
30413         * gst/tcp/tcp.vcproj
30414         * gst/typefind/typefindfunctions.vcproj
30415         * gst/udp/udp.vcproj
30416         * gst/videobox/videobox.vcproj
30417         * gst/videocrop/videocrop.vcproj
30418         * gst/videodrop/videodrop.vcproj
30419         * gst/videofilter/gamma.vcproj
30420         * gst/videofilter/videobalance.vcproj
30421         * gst/videofilter/videofilter.vcproj
30422         * gst/videofilter/videoflip.vcproj
30423         * gst/videoflip/videoflip.vcproj
30424         * gst/videomixer/videomixer.vcproj
30425         * gst/videorate/videorate.vcproj
30426         * gst/videoscale/videoscale.vcproj
30427         * gst/videotestsrc/videotestsrc.vcproj
30428         * gst/virtualdub/virtualdub.vcproj
30429         * gst/volenv/volenv.vcproj
30430         * gst/volume/volume.vcproj
30431         * gst/wavenc/wavenc.vcproj
30432         * gst/wavparse/wavparse.vcproj
30433         * gst/y4m/y4menc.vcproj
30434         * gst-libs/gst/audio/audio.vcproj
30435         * gst-libs/gst/audio/audiofilter.vcproj
30436         * gst-libs/gst/colorbalance/colorbalance.vcproj
30437         * gst-libs/gst/idct/idtc.vcproj
30438         * gst-libs/gst/media-info/media-info.vcproj
30439         * gst-libs/gst/mixer/mixer.vcproj
30440         * gst-libs/gst/navigation/navigation.vcproj
30441         * gst-libs/gst/play/play.vcproj
30442         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
30443         * gst-libs/gst/resample/resample.vcproj
30444         * gst-libs/gst/riff/riff.vcproj
30445         * gst-libs/gst/tuner/tuner.vcproj
30446         * gst-libs/gst/video/video.vcproj
30447         * gst-libs/gst/xoverlay/xoverlay.vcproj
30448           avoid problems with math.h, fix release dependancy
30449           rename GStreamer-0.8.lib to libgstreamer.lib
30450
30451 2004-07-27  Julien MOUTTE  <julien@moutte.net>
30452
30453         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
30454         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
30455         the atom is not available we have to unlock the mutex. Fixes #148023
30456
30457 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
30458
30459         * gst-libs/gst/media-info/media-info.h:
30460           issue for a vararg macro with MSVC
30461
30462 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
30463
30464         * gst/effectv/effectv.vcproj
30465         * gst-libs/gst/idct/idct.vcproj:
30466         * gst-libs/gst/media-info/media-info.vcproj:
30467         * gst-libs/gst/navigation/navigation.vcproj:
30468         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
30469         * gst-libs/gst/video/video.vcproj:
30470         * gst-libs/gst/xoverlay/xoverlay.vcproj:
30471           fixes for build problems
30472
30473 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
30474
30475         * gst-libs/gst/audio/audio.def:
30476         * gst-libs/gst/audio/riff.def:
30477           add some definitions needed by plugins
30478
30479 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
30480
30481         * gst/asfdemux/gstasfmux.c
30482           Fix some 64 bits constants to be glib friendly
30483
30484 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
30485
30486         * gst/ac3parse/gstac3parse.c
30487         * gst/audioscale/gstaudioscale.c
30488         * gst/auparse/gstauparse.c
30489         * gst/colorspace/gstcolorspace.c
30490         * gst/colorspace/yuv2rgb.h
30491           local include fixes
30492
30493 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
30494
30495         * win32/gst.sln
30496           add more plugins to the build
30497
30498 2004-07-26  Julien MOUTTE  <julien@moutte.net>
30499
30500         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
30501         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
30502
30503 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
30504
30505         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
30506         (gst_level_set_property), (gst_level_get_property),
30507         (gst_level_base_init), (gst_level_class_init):
30508           add debugging categories.  cleanups.
30509
30510 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
30511
30512         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
30513         (gst_videoscale_planar411), (gst_videoscale_planar400),
30514         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
30515         (gst_videoscale_scale_nearest_str1),
30516         (gst_videoscale_scale_nearest_str2),
30517         (gst_videoscale_scale_nearest_str4),
30518         (gst_videoscale_scale_nearest_16bit),
30519         (gst_videoscale_scale_nearest_24bit):
30520           fixed stride issues
30521           tested with 320x240 -> 321, 322, 324 x240
30522           tested with YV12, I420, YUY2, UYVY
30523           fixed packed422rev (don't think it could have worked before)
30524           by testing with UYVY
30525
30526 2004-07-26  Benjamin Otte  <otte@gnome.org>
30527
30528         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
30529         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
30530         (plugin_init):
30531           add debugging category, add error checks like checking return values
30532           of setup calls, make sure it still works after
30533           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
30534
30535 2004-07-26  Wim Taymans  <wim@fluendo.com>
30536
30537         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
30538         (gst_mpeg_demux_get_audio_stream),
30539         (gst_mpeg_demux_process_private):
30540         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
30541         Check for error codes from the negotiation functions. Make sure
30542         we really set the pad caps when a new pad is created.
30543
30544 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
30545
30546         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
30547         (gst_ffmpeg_caps_to_pix_fmt):
30548         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
30549         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30550         (gst_ffmpegcolorspace_pad_link):
30551           don't make function do two things at the same time without reason.
30552
30553 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
30554
30555         * gst/ac3parse/ac3parse.vcproj
30556         * gst/adder/adder.vcproj
30557         * gst/alpha/alpha.vcproj
30558         * gst/alpha/alphacolor.vcproj
30559         * gst/asfdemux/asf.vcproj
30560         * gst/audioconvert/audioconvert.vcproj
30561         * gst/audiorate/audiorate.vcproj
30562         * gst/audioscale/audioscale.vcproj
30563         * gst/auparse/auparse.vcproj
30564         * gst/avi/avi.vcproj
30565         * gst/cdxaparse/cdxaparse.vcproj
30566         * gst/chart/chart.vcproj
30567         * gst/colorspace/colorspace.vcproj
30568         * gst/cutter/cutter.vcproj
30569         * gst/debug/debug.vcproj
30570         * gst/debug/efence.vcproj
30571         * gst/debug/navigationtest.vcproj
30572         * gst/deinterlace/deinterlace.vcproj
30573         * gst/effectv/effectv.vcproj
30574         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
30575         * gst/filter/filter.vcproj
30576         * gst/flx/flxdec.vcproj
30577         * gst/goom/goom.vcproj
30578         * gst/interleave/interleave.vcproj
30579         * gst/law/alaw.vcproj
30580         * gst/law/mulaw.vcproj
30581         * gst/matroska/matroska.vcproj
30582         * gst/median/median.vcproj
30583         * gst/mixmatrix/mixmatrix.vcproj
30584         * gst/mpeg1sys/mpeg1systemencode.vcproj
30585         * gst/mpeg1videoparse/mp1videoparse.vcproj
30586         * gst/mpeg2sub/mpeg2subt.vcproj
30587         * gst/mpegaudio/mpegaudio.vcproj
30588         * gst/mpegaudioparse/mpegaudioparse.vcproj
30589         * gst/mpegstream/mpegstream.vcproj
30590         * gst/multifilesink/multifilesink.vcproj
30591         * gst/multipart/multipart.vcproj
30592         * gst/oneton/oneton.vcproj
30593         * gst/overlay/overlay.vcproj
30594         * gst/passthrough/passthrough.vcproj
30595         * gst/qtdemux/qtdemux.vcproj
30596         * gst/realmedia/rmdemux.vcproj
30597         * gst/rtjpeg/rtjpeg.vcproj
30598         * gst/rtp/rtp.vcproj
30599         * gst/silence/silence.vcproj
30600         * gst/sine/sinesrc.vcproj
30601         * gst/smooth/smooth.vcproj
30602         * gst/smpte/smpte.vcproj
30603         * gst/spectrum/spectrum.vcproj
30604         * gst/speed/speed.vcproj
30605         * gst/stereo/stereo.vcproj
30606         * gst/switch/switch.vcproj
30607         * gst/tags/tagedit.vcproj
30608         * gst/tcp/tcp.vcproj
30609         * gst/typefind/typefindfunctions.vcproj
30610         * gst/udp/udp.vcproj
30611         * gst/videobox/videobox.vcproj
30612         * gst/videocrop/videocrop.vcproj
30613         * gst/videodrop/videodrop.vcproj
30614         * gst/videofilter/gamma.vcproj
30615         * gst/videofilter/videobalance.vcproj
30616         * gst/videofilter/videofilter.vcproj
30617         * gst/videofilter/videoflip.vcproj
30618         * gst/videoflip/videoflip.vcproj
30619         * gst/videomixer/videomixer.vcproj
30620         * gst/videorate/videorate.vcproj
30621         * gst/videoscale/videoscale.vcproj
30622         * gst/videotestsrc/videotestsrc.vcproj
30623         * gst/virtualdub/virtualdub.vcproj
30624         * gst/volenv/volenv.vcproj
30625         * gst/volume/volume.vcproj
30626         * gst/wavenc/wavenc.vcproj
30627         * gst/wavparse/wavparse.vcproj
30628         * gst/y4m/y4menc.vcproj
30629           more plugins supported under windows
30630
30631 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
30632
30633         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30634         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
30635         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
30636         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30637         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
30638           Add debugging statements.  Use the sizes as returned by the
30639           *CreateImage calls.
30640
30641 2004-07-26  Johan Dahlin  <johan@gnome.org>
30642
30643         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
30644         the pad is negotiated.
30645
30646         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
30647
30648 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
30649
30650         * gst-libs/gst/colorbalance/colorbalance.vcproj:
30651         * gst-libs/gst/idct/idct.vcproj:
30652         * gst-libs/gst/media-info/media-info.vcproj:
30653         * gst-libs/gst/mixer/mixer.vcproj:
30654         * gst-libs/gst/navigation/navigation.vcproj:
30655         * gst-libs/gst/play/play.vcproj:
30656         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
30657         * gst-libs/gst/resample/resample.vcproj:
30658         * gst-libs/gst/tuner/tuner.vcproj:
30659         * gst-libs/gst/video/video.vcproj:
30660         * gst-libs/gst/xoverlay/xoverlay.vcproj:
30661           more plugins supported under windows
30662
30663 2004-07-25 Iain <iain@prettypeople.org>
30664
30665         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
30666         pad now rather than when the pad is created because state changes wipe
30667         explicit caps (fixes #148043).
30668
30669 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
30670
30671         reviewed by Benjamin Otte  <otte@gnome.org>
30672
30673         * ext/mad/gstmad.c:
30674           fix mad plugin crashing on Sun (fixes #148289)
30675
30676 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
30677
30678         * gst/avi/avi.def:
30679         * gst/avi/avi.vcproj:
30680         * gst/matroska/matroska.def:
30681         * gst/matroska/matroska.vcproj:
30682           remove unused .def files
30683
30684 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
30685
30686         * gst-libs/gst/audio/gstaudiofilter.c:
30687           Clean the local include
30688
30689 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
30690
30691         * win32/gst.sln:
30692         * gst-libs/gst/audio/audio.def:
30693         * gst-libs/gst/audio/audio.vcproj:
30694         * gst-libs/gst/audio/audiofilter.vcproj:
30695         * gst-libs/gst/audio/riff.def:
30696         * gst-libs/gst/audio/riff.vcproj:
30697         * gst-libs/gst/gst-libs.def:
30698         * gst-libs/gst/gst-libs.vcproj:
30699         * gst/avi/avi.vcproj:
30700         * gst/avi/avi.vcproj:
30701           Copy the files where needed after building, cleaner projects
30702
30703 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
30704
30705         * gst/matroska/ebml-write.c:
30706           Fix some 64 bits constants to be glib friendly
30707
30708 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
30709
30710         * win32/gst.sln:
30711         * gst-libs/gst/gst-libs.def:
30712         * gst-libs/gst/gst-libs.vcproj:
30713         * gst/matroska/matroska.def:
30714         * gst/matroska/matroska.vcproj:
30715           Add the preliminary canvas to build plugins on Win32
30716
30717 2004-07-23  Benjamin Otte  <otte@gnome.org>
30718
30719         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30720           don't enfore negotiation from source side, it breaks
30721           sinesrc ! audioconvert ! osssink
30722
30723 2004-07-22  David Schleef  <ds@schleef.org>
30724
30725         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
30726         for ELF files, since they can easily be recognized as audio/mpeg.
30727         (bug #147441)
30728
30729 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
30730
30731         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
30732         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
30733         (gst_videoscale_scale_nearest_24bit),
30734         (gst_videoscale_scale_nearest_16bit):
30735           fix 16bit and 24bit for stride (24bit might need testing)
30736           don't pretend we do more than one algorithm
30737
30738 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30739
30740         * configure.ac:
30741         * gst/Makefile.am:
30742         * gst/multifilesink/Makefile.am:
30743         * gst/multifilesink/gstmultifilesink.c:
30744         (gst_multifilesink_get_formats),
30745         (gst_multifilesink_get_query_types), (_do_init),
30746         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
30747         (gst_multifilesink_init), (gst_multifilesink_dispose),
30748         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
30749         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
30750         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
30751         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
30752         (gst_multifilesink_chain), (gst_multifilesink_change_state),
30753         (gst_multifilesink_uri_get_type),
30754         (gst_multifilesink_uri_get_protocols),
30755         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
30756         (gst_multifilesink_uri_handler_init), (plugin_init):
30757         * gst/multifilesink/gstmultifilesink.h:
30758         * testsuite/Makefile.am:
30759         * testsuite/multifilesink/Makefile.am:
30760         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
30761         (gst_newmedia_class_init), (gst_newmedia_init),
30762         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30763         (newfile_signal), (test_signal), (main):
30764         multifilesink plugin for creating new files every time a new media
30765         discontinuity event occurs
30766
30767 2004-07-22  Wim Taymans  <wim@fluendo.com>
30768
30769         * gst/alpha/Makefile.am:
30770         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
30771         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
30772         (gst_alpha_color_init), (gst_alpha_color_set_property),
30773         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
30774         (transform), (gst_alpha_color_chain),
30775         (gst_alpha_color_change_state), (plugin_init):
30776         Stupid plugin to to RGBA to AYUV conversion because none of
30777         the colorspace plugins can handle that yet.
30778
30779 2004-07-22  Wim Taymans  <wim@fluendo.com>
30780
30781         * examples/seeking/seek.c: (update_scale), (main):
30782         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
30783         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
30784         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
30785         (gst_decode_bin_init), (gst_decode_bin_dispose),
30786         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30787         (no_more_pads), (close_link), (type_found),
30788         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
30789         (plugin_init):
30790         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
30791         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
30792         (gst_play_base_bin_dispose), (queue_overrun),
30793         (gen_preroll_element), (remove_prerolls), (unknown_type),
30794         (no_more_pads), (new_stream), (setup_source),
30795         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
30796         (play_base_eos), (gst_play_base_bin_change_state),
30797         (gst_play_base_bin_add_element),
30798         (gst_play_base_bin_remove_element),
30799         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
30800         (gst_play_base_bin_unlink_stream),
30801         (gst_play_base_bin_get_streaminfo):
30802         * gst/playback/gstplaybin.c: (gen_video_element),
30803         (gen_audio_element):
30804         * gst/playback/gststreaminfo.h:
30805         More playback updates, attempt to fix things after the state change
30806         breakage.
30807
30808 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
30809
30810         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
30811         (gst_videoscale_scale_nearest_16bit):
30812           comment algorithm
30813
30814 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
30815
30816         * gst/videotestsrc/gstvideotestsrc.c:
30817         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
30818         (gst_videotestsrc_init), (gst_videotestsrc_get),
30819         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
30820         (gst_videotestsrc_get_property):
30821         * gst/videotestsrc/gstvideotestsrc.h:
30822         * gst/videotestsrc/videotestsrc.c:
30823         * gst/videotestsrc/videotestsrc.h:
30824           cleanup and commenting
30825
30826 2004-07-21  Wim Taymans  <wim@fluendo.com>
30827
30828         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
30829         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
30830         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
30831         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
30832         (_find_chain_get_unknown_part), (_find_streams_check),
30833         (gst_ogg_demux_push), (gst_ogg_pad_push):
30834         * ext/theora/theoradec.c: (theora_get_formats),
30835         (theora_dec_src_convert), (theora_dec_sink_convert),
30836         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
30837         (theora_dec_chain):
30838         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30839         (vorbis_dec_convert), (vorbis_dec_src_query),
30840         (vorbis_dec_src_event), (vorbis_dec_event):
30841         More seeking fixes, oggdemux now supports seeking to time and
30842         uses the downstream element to convert granulepos to time.
30843         Seeking in theora-only ogg files now works.
30844
30845 2004-07-21  Wim Taymans  <wim@fluendo.com>
30846
30847         * ext/theora/theoradec.c: (gst_theora_dec_init),
30848         (theora_get_formats), (theora_get_event_masks),
30849         (theora_get_query_types), (theora_dec_src_convert),
30850         (theora_dec_sink_convert), (theora_dec_src_query),
30851         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
30852         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30853         (vorbis_get_event_masks), (vorbis_get_query_types),
30854         (gst_vorbis_dec_init), (vorbis_dec_convert),
30855         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
30856         Added query/convert/formats functions to vorbis and theora decoders
30857         so that the outside world can use them too. Fixed seeking on an
30858         ogg/theora/vorbis file by disabling the seeking seeking on the
30859         theora srcpad.
30860
30861 2004-07-21  Julien MOUTTE  <julien@moutte.net>
30862
30863         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30864         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
30865         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
30866         images creation for both elements. We don't create the image on caps
30867         nego or renego, we just destroy the internal one if present if it does
30868         not match the needs. The chain function takes care of creating a new
30869         image when needed.
30870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30871         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
30872         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
30873         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
30874         the image format information. The buffer pool checks for the context
30875         image format and discard images with different formats.
30876         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
30877
30878 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
30879
30880         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30881         (gst_ffmpegcolorspace_chain):
30882           no point in doing any chaining if the pad we want to push from
30883           isn't usable.
30884
30885 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30886
30887         * gst-libs/gst/riff/riff-media.c:
30888         (gst_riff_create_audio_caps_with_data):
30889           Fix double end-to-native symbol conversion (#148021).
30890
30891 2004-07-20  David Schleef  <ds@schleef.org>
30892
30893         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
30894         Don't use an Atom that doesn't exist.
30895
30896 2004-07-20  Wim Taymans  <wim@fluendo.com>
30897
30898         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
30899         (gst_multifdsink_add), (gst_multifdsink_get_stats),
30900         (gst_multifdsink_client_remove),
30901         (gst_multifdsink_handle_client_write),
30902         (gst_multifdsink_queue_buffer):
30903         * gst/tcp/gstmultifdsink.h:
30904         More multifdsink stats. Avoid deadlock by releasing locks
30905         before sending out a signal.
30906
30907 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30908
30909         * po/LINGUAS:
30910         * po/hu.po:
30911           added Hungarian translation (Laszlo Dvornik)
30912
30913 2004-07-20  Wim Taymans  <wim@fluendo.com>
30914
30915         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
30916         (gst_multifdsink_add), (gst_multifdsink_client_remove),
30917         (gst_multifdsink_handle_client_write),
30918         (gst_multifdsink_queue_buffer):
30919         * gst/tcp/gsttcp-marshal.list:
30920         Fixed the stupid marshal definition.
30921
30922 2004-07-20  Wim Taymans  <wim@fluendo.com>
30923
30924         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
30925         (gst_multifdsink_init), (gst_multifdsink_add),
30926         (gst_multifdsink_client_remove),
30927         (gst_multifdsink_handle_client_write),
30928         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
30929         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
30930         (gst_multifdsink_init_send):
30931         * gst/tcp/gstmultifdsink.h:
30932         Added more stats, added timeout for a client, fixed some typos
30933         and added some comments.
30934
30935 2004-07-20  Wim Taymans  <wim@fluendo.com>
30936
30937         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
30938         (gst_multifdsink_add), (gst_multifdsink_get_stats),
30939         (gst_multifdsink_client_remove),
30940         (gst_multifdsink_handle_client_write):
30941         * gst/tcp/gstmultifdsink.h:
30942         * gst/tcp/gsttcp-marshal.list:
30943         Added get_stats method that returns a GValueArray of
30944         stats values.
30945
30946 2004-07-19  Benjamin Otte  <otte@gnome.org>
30947
30948         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
30949           make sure longname, description and author are valid UTF-8
30950
30951 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30952
30953         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
30954         (gst_ximagesink_set_property):
30955         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
30956         (gst_xvimagesink_set_property):
30957           make sure SYNCHRONOUS is respected after getting the X context
30958
30959 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30960
30961         * gst/matroska/matroska-demux.c:
30962         (gst_matroska_demux_handle_src_event),
30963         (gst_matroska_demux_parse_blockgroup):
30964         * gst/matroska/matroska-ids.h:
30965           add BlockReference tag and ignore it to clear out log.
30966           ignore NAVIGATION events to clear out log.
30967
30968 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30969
30970         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
30971         (gst_matroska_demux_add_stream):
30972         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
30973           add debug categories
30974
30975 2004-07-16  Wim Taymans  <wim@fluendo.com>
30976
30977         * ext/libpng/Makefile.am:
30978         * ext/libpng/gstpng.c: (plugin_init):
30979         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
30980         (gst_pngdec_get_type), (gst_pngdec_base_init),
30981         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
30982         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
30983         * ext/libpng/gstpngdec.h:
30984         Added png decoder.
30985
30986 2004-07-16  Julien MOUTTE  <julien@moutte.net>
30987
30988         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
30989         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
30990         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
30991         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30992         (gst_ximagesink_buffer_alloc):
30993         * sys/ximage/ximagesink.h:
30994         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30995         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
30996         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30997         (gst_xvimagesink_buffer_alloc):
30998         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
30999         again. Using internal data pointer of the x(v)image to store image's
31000         data to be coherent with the buffer alloc mechanism. Investigated the
31001         image destruction code to be sure that everything gets freed correctly.
31002
31003 2004-07-16  Wim Taymans  <wim@fluendo.com>
31004
31005         * gst-libs/gst/riff/riff-read.c:
31006         (gst_riff_read_strf_vids_with_data),
31007         (gst_riff_read_strf_auds_with_data):
31008         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31009         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
31010         Make sure we don't create 0 sized subbuffers in riff-read.
31011         Signal the no more pads signal after reading the avi header.
31012
31013 2004-07-16  Wim Taymans  <wim@fluendo.com>
31014
31015         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
31016         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
31017         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
31018         (gst_decode_bin_init), (gst_decode_bin_dispose),
31019         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
31020         (no_more_pads), (close_link), (type_found),
31021         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
31022         (gst_decode_bin_change_state), (plugin_init):
31023         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
31024         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
31025         (gst_play_base_bin_dispose), (queue_overrun),
31026         (gen_preroll_element), (remove_prerolls), (unknown_type),
31027         (no_more_pads), (new_stream), (setup_source),
31028         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
31029         (play_base_eos), (gst_play_base_bin_change_state),
31030         (gst_play_base_bin_add_element),
31031         (gst_play_base_bin_remove_element),
31032         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
31033         (gst_play_base_bin_unlink_stream),
31034         (gst_play_base_bin_get_streaminfo):
31035         * gst/playback/gstplaybasebin.h:
31036         Better error recovery. Added configurable preroll queue size. Faster
31037         detection of no-more-pads.
31038
31039 2004-07-16  Wim Taymans  <wim@fluendo.com>
31040
31041         * gst-libs/gst/video/video.h:
31042         Added 32 bits RGBA. Not sure if we should use another mime-type
31043         for alpha rgb. Currently the presence of the alpha_mask property
31044         signals an alpha channel.
31045
31046 2004-07-16  Wim Taymans  <wim@fluendo.com>
31047
31048         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31049         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31050         FPS seems to be 0.0 to MAX everywhere else.
31051
31052 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31053
31054         * gst-libs/gst/riff/riff-media.c:
31055         (gst_riff_create_video_caps_with_data):
31056           mp42/mp43 (no caps) exist too.
31057         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
31058           Set pixel_width/height; we've got them in-caps.
31059         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31060         * gst/wavparse/gstwavparse.c: (plugin_init):
31061           Both are valid primary.
31062         * sys/oss/gstossmixer.c:
31063           Remove i18n hack and enable translations.
31064
31065 2004-07-15  Benjamin Otte  <otte@gnome.org>
31066
31067         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31068         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31069           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
31070
31071 2004-07-15  Benjamin Otte  <otte@gnome.org>
31072
31073         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
31074         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
31075         (gst_alsa_close_audio):
31076           disable some of the debugging code for now. Writing debugging to a
31077           buffer is broken in current alsalib releases.
31078
31079 2004-07-12  Benjamin Otte  <otte@gnome.org>
31080
31081         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
31082           use bufferpools
31083
31084 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
31085
31086         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31087         (theora_dec_src_query), (theora_dec_event):
31088         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
31089           add debugging categories.  Remove \n's.
31090
31091 2004-07-13  Johan Dahlin  <johan@gnome.org>
31092
31093         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
31094         (gst_play_bin_get_property): Impl.
31095
31096 2004-07-13  Wim Taymans  <wim@fluendo.com>
31097
31098         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
31099         When trying to find the stream length, seek back N pages
31100         instead of just one, where N is the number of streams in
31101         the current chain.
31102
31103 2004-07-13  Wim Taymans  <wim@fluendo.com>
31104
31105         * gst-libs/gst/riff/riff-media.c:
31106         (gst_riff_create_audio_caps_with_data),
31107         (gst_riff_create_audio_caps),
31108         (gst_riff_create_audio_template_caps):
31109         * gst-libs/gst/riff/riff-media.h:
31110         * gst-libs/gst/riff/riff-read.c:
31111         (gst_riff_read_strf_vids_with_data),
31112         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
31113         * gst-libs/gst/riff/riff-read.h:
31114         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31115         (gst_avi_demux_add_stream):
31116         Set codec_data on caps for avidemuxer.
31117
31118 2004-07-12  David Schleef  <ds@schleef.org>
31119
31120         * configure.ac: Fix test for Objective C
31121
31122 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
31123         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
31124         (gst_gdk_pixbuf_chain):
31125           Add svg and pcx to template caps, and ensure that getcaps returns a
31126           subset of the template caps.
31127           Copy each row manually for output, as gdkpixbuf may pad the
31128           rowstride to a 32-bit word boundary.
31129
31130 2004-07-12  Wim Taymans  <wim@fluendo.com>
31131
31132         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
31133         (gst_riff_create_video_template_caps):
31134         Fix the template caps to include some more media types.
31135
31136 2004-07-12  Wim Taymans  <wim@fluendo.com>
31137
31138         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
31139         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
31140         (compare_ranks), (print_feature), (gst_decode_bin_init),
31141         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
31142         (try_to_link_1), (new_pad), (close_link), (type_found),
31143         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
31144         (gst_decode_bin_change_state), (plugin_init):
31145         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
31146         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
31147         (gst_play_base_bin_dispose), (queue_overrun),
31148         (gen_preroll_element), (remove_prerolls), (no_more_pads),
31149         (new_stream), (setup_source), (gst_play_base_bin_set_property),
31150         (gst_play_base_bin_get_property), (play_base_eos),
31151         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
31152         (gst_play_base_bin_remove_element),
31153         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
31154         (gst_play_base_bin_unlink_stream),
31155         (gst_play_base_bin_get_streaminfo):
31156         * gst/playback/gstplaybasebin.h:
31157         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
31158         (gst_play_bin_class_init), (gst_play_bin_init),
31159         (gst_play_bin_dispose), (gst_play_bin_set_property),
31160         (gst_play_bin_get_property), (gen_video_element),
31161         (gen_audio_element), (remove_sinks), (setup_sinks),
31162         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
31163         (gst_play_bin_send_event), (gst_play_bin_get_formats),
31164         (gst_play_bin_convert), (gst_play_bin_get_query_types),
31165         (gst_play_bin_query), (plugin_init):
31166         * gst/playback/test4.c: (main):
31167         More fixes on reusing of the element.
31168
31169 2004-07-11  Benjamin Otte  <otte@gnome.org>
31170
31171         * ext/mad/gstmad.c: (normal_seek):
31172           allow seeking for other methods than just SET
31173
31174 2004-07-11  Andy Wingo  <wingo@pobox.com>
31175
31176         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
31177         float, "any" caps -> buffer_frames=[0,MAX].
31178
31179         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
31180         doesn't intersect our caps with the template any more. Do it
31181         ourselves.
31182         (interleave_buffered_loop): Use g_newa instead of malloc/free.
31183
31184 2004-07-09  Wim Taymans  <wim@fluendo.com>
31185
31186         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
31187         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
31188         (compare_ranks), (print_feature), (gst_decode_bin_init),
31189         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
31190         (try_to_link_1), (new_pad), (close_link), (type_found),
31191         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
31192         (gst_decode_bin_change_state), (plugin_init):
31193         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
31194         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
31195         (gst_play_base_bin_dispose), (queue_overrun),
31196         (gen_preroll_element), (remove_prerolls), (no_more_pads),
31197         (new_stream), (setup_source), (gst_play_base_bin_set_property),
31198         (gst_play_base_bin_get_property), (play_base_eos),
31199         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
31200         (gst_play_base_bin_remove_element),
31201         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
31202         (gst_play_base_bin_unlink_stream),
31203         (gst_play_base_bin_get_streaminfo):
31204         * gst/playback/gstplaybasebin.h:
31205         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
31206         (gst_play_bin_class_init), (gst_play_bin_init),
31207         (gst_play_bin_dispose), (gst_play_bin_set_property),
31208         (gst_play_bin_get_property), (gen_video_element),
31209         (gen_audio_element), (remove_sinks), (setup_sinks),
31210         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
31211         (gst_play_bin_send_event), (gst_play_bin_get_formats),
31212         (gst_play_bin_convert), (gst_play_bin_get_query_types),
31213         (gst_play_bin_query), (plugin_init):
31214         * gst/playback/test4.c: (main):
31215         Work on object reuse and seeking.
31216
31217 2004-07-09  Wim Taymans  <wim@fluendo.com>
31218
31219         * examples/seeking/seek.c: (iterate):
31220         Don't consume all CPU in the idle loop.
31221
31222 2004-07-09  Wim Taymans  <wim@fluendo.com>
31223
31224         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
31225         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
31226         Add pad to element *after* setting the pad functions so that
31227         the scheduler can use the correct ones.
31228
31229 2004-07-09  Wim Taymans  <wim@fluendo.com>
31230
31231         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
31232         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
31233         Sync to keyframe after seek
31234
31235 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31236
31237         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
31238         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
31239         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
31240         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
31241         * ext/libvisual/visual.c: (gst_visual_change_state):
31242         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
31243         * ext/theora/theoradec.c: (theora_dec_change_state):
31244         * ext/theora/theoraenc.c: (theora_enc_change_state):
31245         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
31246         * gst-libs/gst/navigation/navigation.c:
31247         * gst/adder/gstadder.c: (gst_adder_change_state):
31248         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31249         (gst_audio_convert_get_buffer):
31250         * gst/multipart/multipartdemux.c:
31251         (gst_multipart_demux_change_state):
31252         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
31253         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
31254         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
31255         * gst/videoscale/gstvideoscale.c:
31256         (gst_videoscale_handle_src_event):
31257         * gst/volume/gstvolume.c: (volume_chain_int16):
31258           don't assert in state change, this should be done by the base
31259           GstElement class.
31260           various debugging fixes.
31261
31262 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31263
31264         * configure.ac:
31265         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
31266         (gst_play_dispose), (gst_play_set_location),
31267         (gst_play_set_data_src), (gst_play_set_video_sink),
31268         (gst_play_set_audio_sink), (gst_play_set_visualization),
31269         (gst_play_connect_visualization), (gst_play_get_sink_element),
31270         (gst_play_get_all_by_interface):
31271         * gst-libs/gst/play/play.h:
31272           add new method to get elements implementing an interface.
31273           add various error logging
31274
31275 2004-07-08  Wim Taymans  <wim@fluendo.com>
31276
31277         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
31278         (make_mpeg_pipeline), (make_mpegnt_pipeline),
31279         (make_playerbin_pipeline), (query_durations_elems),
31280         (query_durations_pads), (query_positions_elems),
31281         (query_positions_pads), (update_scale), (iterate), (stop_seek),
31282         (main):
31283         Added playbin seeking example.
31284
31285 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31286
31287         * gst-libs/gst/play/play.c: (gst_play_set_location),
31288         (gst_play_set_data_src), (gst_play_set_video_sink),
31289         (gst_play_set_audio_sink), (gst_play_set_visualization),
31290         (gst_play_connect_visualization), (gst_play_get_framerate):
31291           use a macro to look up elements from hash table
31292
31293 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31294
31295         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
31296         (gst_play_get_length_callback), (gst_play_set_location),
31297         (gst_play_seek_to_time), (gst_play_set_data_src),
31298         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31299         (gst_play_set_visualization), (gst_play_connect_visualization),
31300         (gst_play_get_sink_element):
31301         - add debugging info
31302         - fix looking up sink elements by iterating over complete caps
31303         - put everything except for source and autoplugger in a complete bin
31304
31305 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31306
31307         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
31308         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
31309         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
31310         (gst_alsa_sink_write), (gst_alsa_sink_loop):
31311         * ext/alsa/gstalsasink.h:
31312         - add debugging info
31313         - clean up schizophrenia of data/buffer/event
31314         - fix double event unref error
31315
31316 2004-07-08  Wim Taymans  <wim@fluendo.com>
31317
31318         * gst/playback/Makefile.am:
31319         Add headers to noinst
31320
31321 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31322
31323         * tools/gst-launch-ext-m.m:
31324         * tools/gst-launch-ext.1.in:
31325           convert to the third millenium
31326
31327 2004-07-07  David Schleef  <ds@schleef.org>
31328
31329         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
31330
31331 2004-07-07  Wim Taymans  <wim@fluendo.com>
31332
31333         * gst/playback/Makefile.am:
31334         * gst/playback/README:
31335         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
31336         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
31337         (compare_ranks), (print_feature), (gst_decode_bin_init),
31338         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
31339         (try_to_link_1), (new_pad), (close_link), (type_found),
31340         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
31341         (plugin_init):
31342         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
31343         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
31344         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
31345         (gen_preroll_element), (no_more_pads), (new_stream),
31346         (setup_source), (gst_play_base_bin_set_property),
31347         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
31348         (gst_play_base_bin_add_element),
31349         (gst_play_base_bin_remove_element),
31350         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
31351         (gst_play_base_bin_unlink_stream),
31352         (gst_play_base_bin_get_streaminfo):
31353         * gst/playback/gstplaybasebin.h:
31354         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
31355         (gst_play_bin_class_init), (gst_play_bin_init),
31356         (gst_play_bin_dispose), (gst_play_bin_set_property),
31357         (gst_play_bin_get_property), (gen_video_element),
31358         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
31359         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
31360         (gst_play_bin_get_formats), (gst_play_bin_convert),
31361         (gst_play_bin_get_query_types), (gst_play_bin_query),
31362         (plugin_init):
31363         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
31364         (gst_stream_info_get_type), (gst_stream_info_class_init),
31365         (gst_stream_info_init), (gst_stream_info_new),
31366         (gst_stream_info_dispose), (gst_stream_info_set_property),
31367         (gst_stream_info_get_property):
31368         * gst/playback/gststreaminfo.h:
31369         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
31370         (main):
31371         * gst/playback/test2.c: (main):
31372         * gst/playback/test3.c: (update_scale), (main):
31373         More playbin fixes. Added README. Do better element filtering.
31374         Added base class to preroll media. Added test apps.
31375
31376 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31377
31378         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
31379         * ext/mpeg2dec/gstmpeg2dec.h:
31380           various debugging improvements.  Reset stream to next picture
31381           instead of sequence header, otherwise seeks cannot work.
31382
31383 2004-07-07  Wim Taymans  <wim@fluendo.com>
31384
31385         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
31386         (gst_video_box_class_init), (gst_video_box_set_property),
31387         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
31388         Use pad_alloc where possible.
31389
31390 2004-07-07  Wim Taymans  <wim@fluendo.com>
31391
31392         * sys/oss/gstosselement.c: (gst_osselement_reset),
31393         (gst_osselement_parse_caps):
31394         * sys/oss/gstosselement.h:
31395         * sys/oss/gstosssrc.c: (gst_osssrc_get):
31396         Fix offset on osssrc.
31397
31398 2004-07-07  Wim Taymans  <wim@fluendo.com>
31399
31400         * ext/theora/theora.c: (plugin_init):
31401         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
31402         (theora_dec_src_query), (theora_dec_chain):
31403         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31404         (theora_enc_sink_link), (theora_buffer_from_packet),
31405         (theora_push_packet), (theora_enc_chain):
31406         Fix theora granulepos calculation.
31407         Fix overflow in duration/position calculation.
31408         Bump rank to PRIMARY for theoradec.
31409         Use granulepos of last packet to calculate position.
31410         Set keyframe flag on buffers when needed.
31411
31412 2004-07-06  David Schleef  <ds@schleef.org>
31413
31414         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
31415         serious?  (Fixed, obviously.)
31416
31417 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
31418
31419         * po/LINGUAS:
31420         * po/cs.po:
31421           added Czech translation (Miloslav Trmac)
31422
31423 2004-07-05  Wim Taymans  <wim@fluendo.com>
31424
31425         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
31426         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
31427         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
31428         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
31429         (close_link), (type_found), (gst_decode_bin_set_property),
31430         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
31431         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
31432         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
31433         (gst_decode_bin_query), (plugin_init):
31434         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
31435         (gst_play_bin_class_init), (gst_play_bin_init),
31436         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
31437         (get_video_element), (new_pad), (setup_source),
31438         (gst_play_bin_set_property), (gst_play_bin_get_property),
31439         (gst_play_bin_change_state), (gst_play_bin_add_element),
31440         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
31441         (gst_play_bin_send_event), (gst_play_bin_get_formats),
31442         (gst_play_bin_convert), (gst_play_bin_get_query_types),
31443         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
31444         * gst/playback/test.c: (main):
31445         More fixes, cleaned up playbin, make it use decodebin. Added
31446         threaded property to playbin.
31447
31448 2004-07-05  Wim Taymans  <wim@fluendo.com>
31449
31450         * configure.ac:
31451         * gst/playback/Makefile.am:
31452         * gst/playback/decodetest.c: (main):
31453         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
31454         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
31455         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
31456         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
31457         (close_link), (type_found), (gst_decode_bin_set_property),
31458         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
31459         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
31460         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
31461         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
31462         (plugin_init):
31463         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
31464         (gst_play_bin_class_init), (gst_play_bin_init),
31465         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
31466         (collect_sink_pads), (find_compatibles), (close_pad_link),
31467         (try_to_link_1), (new_pad), (close_link), (type_found),
31468         (setup_source), (gst_play_bin_set_property),
31469         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
31470         (compare_ranks), (gst_play_bin_collect_factories),
31471         (gst_play_bin_change_state), (gst_play_bin_add_element),
31472         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
31473         (gst_play_bin_send_event), (gst_play_bin_get_formats),
31474         (gst_play_bin_convert), (gst_play_bin_get_query_types),
31475         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
31476         * gst/playback/test.c: (main):
31477         Added some playback helper elements and some test apps, very alpha
31478         still.
31479
31480 2004-07-04  Benjamin Otte  <otte@gnome.org>
31481
31482         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
31483           only restart audio when we indeed have an xrun to fix repeated
31484           xruns. Fix suggested by Giuliano Pochini.
31485
31486 2004-07-03  David Schleef  <ds@schleef.org>
31487
31488         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
31489         call to gst_debug_log() if debugging is disabled (bug #145118)
31490
31491 2004-07-03  Benjamin Otte  <otte@gnome.org>
31492
31493         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
31494           use our own functions for restarting the alsa device.
31495         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
31496           I should apply patches myself - use MIN for the third argument, not
31497           the second, this fixes seeking
31498
31499 2004-07-02  David Schleef  <ds@schleef.org>
31500
31501         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
31502         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
31503         do with the logic.
31504
31505 2004-07-02  David Schleef  <ds@schleef.org>
31506
31507         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
31508         output buffers.  Fix logic mistake.  (bug #144866)
31509
31510 2004-07-02  David Schleef  <ds@schleef.org>
31511
31512         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
31513         on X.  (bug #144753)
31514
31515 2004-07-02  David Schleef  <ds@schleef.org>
31516
31517         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
31518         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
31519         (bug #144624)
31520         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
31521         (gst_osselement_rate_probe_check): Add another workaround for
31522         buggy drivers (bug #145336)
31523
31524 2004-07-02  David Schleef  <ds@schleef.org>
31525
31526         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
31527         Most systems don't have MSG_NOSIGNAL.
31528
31529 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31530
31531         * Makefile.am:
31532         * gst-libs/gst/colorbalance/Makefile.am:
31533         * gst-libs/gst/mixer/Makefile.am:
31534         * gst-libs/gst/play/Makefile.am:
31535         * gst-libs/gst/tuner/Makefile.am:
31536           (hopefully) fix both install and dist and make error message useful.
31537           needs testing across automakes.
31538
31539 2004-07-02  Benjamin Otte  <otte@gnome.org>
31540
31541         * ext/ogg/gstogg.c: (plugin_init):
31542           we require bytestream now
31543         * ext/ogg/gstoggdemux.c:
31544           huge diff to implement chain setup in a fast and generic way. This
31545           improves tag reading and startup of huge files (read: Theora videos)
31546           quite a bit. It probably contains bugs, too, so please test.
31547           Seeking is not improved to the fast method.
31548
31549 2004-06-29  Wim Taymans  <wim@fluendo.com>
31550
31551         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31552         * ext/ogg/gstoggmux.c:
31553         Fix memleak in oggdemux when running unconnected pads.
31554         doc update in mux, start working on keyframe mode.
31555
31556 2004-06-29  Benjamin Otte  <otte@gnome.org>
31557
31558         * sys/oss/gstosssink.c:
31559         * sys/oss/gstosssrc.c:
31560           advertise correct template caps - we indeed do non-native endianness
31561           and 8bit audio has no endianness
31562         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
31563         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
31564           avoid (wrong) duplications in getcaps function and return
31565           template caps
31566
31567 2004-06-29  Wim Taymans  <wim@fluendo.com>
31568
31569         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
31570         (gst_multifdsink_class_init), (gst_multifdsink_add),
31571         (gst_multifdsink_remove), (gst_multifdsink_clear),
31572         (gst_multifdsink_client_remove),
31573         (gst_multifdsink_handle_client_read),
31574         (gst_multifdsink_client_queue_data),
31575         (gst_multifdsink_client_queue_caps),
31576         (gst_multifdsink_client_queue_buffer),
31577         (gst_multifdsink_handle_client_write),
31578         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31579         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
31580         (gst_multifdsink_init_send), (gst_multifdsink_close):
31581         Fix wrong GList iteration that could crash the server when
31582         more then 2 clients disconnect at the same time. Read all the
31583         pending commands in one batch to recover from command storms under
31584         very heavy load.
31585
31586 2004-06-28  Wim Taymans  <wim@fluendo.com>
31587
31588         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
31589         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
31590         (gst_videomixer_pad_set_property),
31591         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
31592         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
31593         (gst_videomixer_class_init), (gst_videomixer_init),
31594         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
31595         (pad_zorder_compare), (gst_videomixer_sort_pads),
31596         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
31597         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
31598         (gst_videomixer_update_queues), (gst_videomixer_loop),
31599         (plugin_init):
31600         Avoid divide by zero, choose masterpad as the pad with the highest
31601         framerate.
31602
31603 2004-06-27  Julien Moutte  <julien@moutte.net>
31604
31605         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
31606         (gst_ximagesink_xwindow_new):
31607         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
31608         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
31609         function directly. We might want to call it from somewhere else one day.
31610
31611 2004-06-27  Julien Moutte  <julien@moutte.net>
31612
31613         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
31614         (gst_ximagesink_xwindow_new):
31615         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
31616         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
31617         window decorations.
31618
31619 2004-06-27  Wim Taymans  <wim@fluendo.com>
31620
31621         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
31622         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
31623         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
31624         (gst_dvdec_set_property), (gst_dvdec_get_property):
31625         * ext/dv/gstdvdec.h:
31626         Implement drop_factor property to lower the framerate with
31627         a factor.
31628
31629 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31630
31631         * gst-libs/gst/colorbalance/Makefile.am:
31632         * gst-libs/gst/mixer/Makefile.am:
31633         * gst-libs/gst/play/Makefile.am:
31634         * gst-libs/gst/tuner/Makefile.am:
31635           unbreak Company's fix that didn't install the -enum.h files
31636
31637 2004-06-27  Wim Taymans  <wim@fluendo.com>
31638
31639         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
31640         (gst_dvdec_change_state):
31641         * ext/dv/gstdvdec.h:
31642         Fix timestamp, duration and offset of the buffers.
31643
31644 2004-06-27  Wim Taymans  <wim@fluendo.com>
31645
31646         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
31647         (gst_multifdsink_class_init), (gst_multifdsink_add),
31648         (gst_multifdsink_remove), (gst_multifdsink_clear),
31649         (gst_multifdsink_client_remove),
31650         (gst_multifdsink_handle_client_read),
31651         (gst_multifdsink_client_queue_data),
31652         (gst_multifdsink_client_queue_caps),
31653         (gst_multifdsink_client_queue_buffer),
31654         (gst_multifdsink_handle_client_write),
31655         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31656         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
31657         (gst_multifdsink_init_send), (gst_multifdsink_close):
31658         * gst/tcp/gstmultifdsink.h:
31659         * gst/tcp/gsttcpserversink.c:
31660         (gst_tcpserversink_handle_server_read),
31661         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
31662         More multifdsink fixes, more recovery policy fixes.
31663         Removed stupid g_print
31664
31665 2004-06-26  Wim Taymans  <wim@fluendo.com>
31666
31667         * gst/tcp/Makefile.am:
31668         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
31669         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
31670         (gst_multifdsink_class_init), (gst_multifdsink_init),
31671         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
31672         (gst_multifdsink_handle_client_read),
31673         (gst_multifdsink_client_queue_data),
31674         (gst_multifdsink_client_queue_caps),
31675         (gst_multifdsink_client_queue_buffer),
31676         (gst_multifdsink_handle_client_write),
31677         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31678         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
31679         (gst_multifdsink_chain), (gst_multifdsink_set_property),
31680         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31681         (gst_multifdsink_close), (gst_multifdsink_change_state):
31682         * gst/tcp/gstmultifdsink.h:
31683         * gst/tcp/gsttcpplugin.c: (plugin_init):
31684         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
31685         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
31686         (gst_tcpserversink_handle_server_read),
31687         (gst_tcpserversink_handle_select),
31688         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
31689         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
31690         * gst/tcp/gsttcpserversink.h:
31691         Added multifdsink, made tcpserversink a subclass of fdsink, removed
31692         one of the locks, added recovery policy to multifdsink.
31693
31694 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31695
31696         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
31697           fix decision for when getting frames with same timestamp
31698         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
31699         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
31700         (gst_v4lsrc_get_property):
31701         * sys/v4l/gstv4lsrc.h:
31702           add latency offset property
31703
31704 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31705
31706         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
31707         (plugin_init):
31708           fix debugging. add category.
31709
31710 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
31711
31712         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
31713           fix wrong offsets
31714
31715 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
31716
31717         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
31718         (gst_alsa_src_get_time), (gst_alsa_src_loop),
31719         (gst_alsa_src_change_state):
31720           return a time that is in sync with the element's processing
31721
31722 2004-06-25  Wim Taymans  <wim@fluendo.com>
31723
31724         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31725         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31726         (gst_tcpserversink_client_remove),
31727         (gst_tcpserversink_handle_client_read),
31728         (gst_tcpserversink_client_queue_data),
31729         (gst_tcpserversink_client_queue_caps),
31730         (gst_tcpserversink_client_queue_buffer),
31731         (gst_tcpserversink_handle_client_write),
31732         (gst_tcpserversink_queue_buffer),
31733         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
31734         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
31735         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
31736         (gst_tcpserversink_close):
31737         * gst/tcp/gsttcpserversink.h:
31738         Serversink rewrite. Really do non blocking writes to clients and
31739         maintain an internal queue to handle slower clients while not
31740         disturbing fast clients.
31741
31742 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
31743
31744         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
31745           better debug, don't override OFFSET and OFFSET_END
31746
31747 2004-06-25  Iain <iain@prettypeople.org>
31748
31749         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
31750         name=source for the wavparse pipeline.
31751
31752 2004-06-24  Johan Dahlin  <johan@gnome.org>
31753
31754         * ext/theora/theoraenc.c (theora_enc_chain): Call
31755         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
31756         streamheader caps are set correctly.
31757
31758 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
31759
31760         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
31761         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
31762           respect minimum bitrate; same could be done for max bitrate
31763
31764 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
31765
31766         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
31767         (gst_vorbisenc_setup):
31768           fix sample rate range
31769
31770 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
31771
31772         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
31773         (gst_oggvorbisenc_setup):
31774         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
31775         (gst_vorbisenc_setup):
31776           resolve ambiguities in code and description
31777
31778 2004-06-24  Wim Taymans  <wim@fluendo.com>
31779
31780         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
31781         * ext/alsa/gstalsa.h:
31782         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
31783         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
31784         Use alsa trigger_tstamp to get the timestamp of the first
31785         sample in the buffer for more precise sync. Some cleanups.
31786
31787 2004-06-24  Wim Taymans  <wim@fluendo.com>
31788
31789         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
31790         (gst_audiorate_init), (gst_audiorate_chain),
31791         (gst_audiorate_set_property), (gst_audiorate_get_property):
31792         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
31793         (gst_videorate_chain):
31794         Added some logging, fixed an overflow bug in videorate.
31795
31796 2004-06-24  Benjamin Otte  <otte@gnome.org>
31797
31798         * ext/kio/Makefile.am:
31799           fix for builddir != srcdir and distcheck
31800
31801 2004-06-24  Benjamin Otte  <otte@gnome.org>
31802
31803         * gst-libs/gst/colorbalance/Makefile.am:
31804         * gst-libs/gst/mixer/Makefile.am:
31805         * gst-libs/gst/play/Makefile.am:
31806         * gst-libs/gst/tuner/Makefile.am:
31807         * gst/tcp/Makefile.am:
31808         * sys/dxr3/Makefile.am:
31809           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
31810           tarball.
31811           Also add all *.list files that were missing.
31812         * Makefile.am:
31813           add a distcheck hook to ensure the above doesn't happen again.
31814
31815 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
31816
31817         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
31818
31819 2004-06-23  Colin Walters  <walters@redhat.com>
31820
31821         * m4/Makefile.am: Distribute gst-fionread.m4.
31822
31823 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
31824
31825         * configure.ac: back to dev
31826
31827 2004-06-23  Wim Taymans  <wim@fluendo.com>
31828
31829         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
31830         (gst_alsa_xrun_recovery):
31831         * ext/alsa/gstalsa.h:
31832         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
31833         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
31834         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
31835         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
31836         (gst_alsa_src_loop):
31837         Add clock to alsasrc. Take new capture timestamp when
31838         restarting after an overrun. Split up some functions between
31839         alsasrc and alsasink.
31840
31841 === release 0.8.2 ===
31842
31843 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
31844
31845         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
31846         (gst_alsa_change_state), (gst_alsa_update_avail),
31847         (gst_alsa_xrun_recovery):
31848         * ext/alsa/gstalsa.h:
31849         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
31850           merge back changes from release
31851
31852 2004-06-23  Wim Taymans  <wim@fluendo.com>
31853
31854         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
31855         (gst_audiorate_init), (gst_audiorate_chain),
31856         (gst_audiorate_set_property), (gst_audiorate_get_property):
31857         Implement sample dropping and notify
31858
31859 2004-06-22  Wim Taymans  <wim@fluendo.com>
31860
31861         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31862         (theora_enc_sink_link), (theora_buffer_from_packet),
31863         (theora_push_packet), (theora_enc_chain):
31864         Some cleanups, make sure the timestamps are correct.
31865
31866 2004-06-22  Wim Taymans  <wim@fluendo.com>
31867
31868         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
31869         (gst_alsa_change_state), (gst_alsa_update_avail),
31870         (gst_alsa_xrun_recovery):
31871         * ext/alsa/gstalsa.h:
31872         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
31873         Cleanups, take queued samples into account when reporting
31874         the time.
31875
31876 2004-06-22  Wim Taymans  <wim@fluendo.com>
31877
31878         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
31879         (gst_videorate_init):
31880         Initialize the property as well.
31881
31882 2004-06-22  Wim Taymans  <wim@fluendo.com>
31883
31884         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
31885         (gst_videorate_init), (gst_videorate_chain),
31886         (gst_videorate_set_property), (gst_videorate_get_property):
31887         Add property to make videorate silent.
31888         Add property to prefer new frames over old ones.
31889
31890 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31891
31892         * sys/osxvideo/Makefile.am:
31893         Workaround so that the osxvideo .so file gets linked with the
31894         Cocoa, OpenGL and QuickTime frameworks
31895
31896 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31897
31898         * sys/osxaudio/Makefile.am:
31899         Workaround so that the osxaudio .so file gets linked with the
31900         CoreAudio framework
31901
31902 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31903
31904         * configure.ac:
31905         Whoops, my fault...fixed build issues
31906
31907 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31908
31909         * configure.ac:
31910         Add objective-c support if running in Darwin/Mac OS X
31911         * sys/Makefile.am:
31912         * sys/osxvideo:
31913         * sys/osxvideo/Makefile.am:
31914         * sys/osxvideo/osxvideosink.h:
31915         * sys/osxvideo/osxvideosink.m:
31916         * sys/osxvideo/cocoawindow.h:
31917         * sys/osxvideo/cocoawindow.m:
31918         Add osxvideosink, a cocoa-based osx video sink
31919
31920
31921 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
31922         * ext/dvdnav/gst-dvd:
31923         Grab the gconf key from the right spot
31924         * gst/debug/gstnavseek.c: (gst_navseek_init),
31925         (gst_navseek_segseek), (gst_navseek_handle_src_event),
31926         (gst_navseek_chain):
31927         * gst/debug/gstnavseek.h:
31928           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
31929           and loop parameters of a segment seek.
31930         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
31931         (gst_videotestsrc_get_event_masks),
31932         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31933         * gst/videotestsrc/gstvideotestsrc.h:
31934           Add seeking support to videotestsrc
31935           Initialise the timestamp_offset variable.
31936
31937 2004-06-18  Wim Taymans  <wim@fluendo.com>
31938
31939         * ext/sidplay/gstsiddec.cc:
31940         Fix negotiation and set correct end offset.
31941
31942 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31943
31944         * configure.ac: branch and prerelease
31945
31946 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31947
31948         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
31949         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
31950         (gst_tcpclientsrc_init_receive):
31951         * gst/tcp/gsttcpclientsrc.h:
31952           read caps when connecting to server for GDP so we set them correctly
31953
31954 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31955
31956         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
31957           notify drops and duplicates
31958         * gst/videoscale/videoscale.c: (videoscale_get_structure):
31959           no good reason to limit ourselves to 100x100
31960
31961 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31962
31963         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
31964         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
31965         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
31966         (gst_v4lsrc_get_property):
31967         * sys/v4l/gstv4lsrc.h:
31968         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
31969         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
31970         (gst_v4l_set_audio):
31971         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
31972         (gst_v4lsrc_try_capture):
31973         * sys/v4l/v4lsrc_calls.h:
31974           change try_palette to more general try_capture
31975           add autoprobe option so we can turn off autoprobing
31976           various fixes
31977
31978 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31979
31980         * configure.ac:
31981           add videorate
31982         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
31983         (gst_ximagesink_class_init):
31984         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
31985         (gst_xvimagesink_class_init):
31986           run them as finalize, not dispose, since dispose can be invoked
31987           multiple times
31988
31989 2004-06-17  Wim Taymans  <wim@fluendo.com>
31990
31991         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
31992         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
31993         * ext/alsa/gstalsa.h:
31994         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
31995         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
31996         (gst_alsa_src_change_state):
31997         * ext/alsa/gstalsasrc.h:
31998         Make the xrun code timestamp and offset the buffers correctly.
31999         moved the clock to the base class, use alsa methods to get time.
32000         Do correct timestamping on outgoing buffers.
32001
32002 2004-06-17  Wim Taymans  <wim@fluendo.com>
32003
32004         * gst/audiorate/Makefile.am:
32005         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
32006         (gst_audiorate_base_init), (gst_audiorate_class_init),
32007         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
32008         (gst_audiorate_set_property), (gst_audiorate_get_property),
32009         (gst_audiorate_change_state), (plugin_init):
32010         Added an audiorate converter that fills in gaps.
32011
32012 2004-06-17  Johan Dahlin  <johan@gnome.org>
32013
32014         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
32015
32016 2004-06-16  Wim Taymans  <wim@fluendo.com>
32017
32018         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
32019         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
32020         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
32021         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
32022         (gst_v4lsrc_get_property):
32023         * sys/v4l/gstv4lsrc.h:
32024         Added a copy mode to v4lsrc where it will output a copied version
32025         of its internal hardware buffer.
32026         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
32027         can't | them.
32028
32029 2004-06-16  Wim Taymans  <wim@fluendo.com>
32030
32031         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32032         Timestamp fixes.
32033
32034 2004-06-16  Wim Taymans  <wim@fluendo.com>
32035
32036         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
32037         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
32038         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
32039         (gst_v4lsrc_get_property):
32040         * sys/v4l/gstv4lsrc.h:
32041         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
32042         Added a sync mode enum property to control v4lsrc timestamp method
32043         Removed the use-fixed-fps property and moved functionality in
32044         the enum.
32045         Don't error on an error value from v4l-conf, it might not always
32046         be a real error.
32047
32048 2004-06-16  Wim Taymans  <wim@fluendo.com>
32049
32050         * gst/videorate/Makefile.am:
32051         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
32052         (gst_videorate_base_init), (gst_videorate_class_init),
32053         (gst_videorate_getcaps), (gst_videorate_link),
32054         (gst_videorate_init), (gst_videorate_chain),
32055         (gst_videorate_set_property), (gst_videorate_get_property),
32056         (gst_videorate_change_state), (plugin_init):
32057         Added a video timestamp corrector.
32058
32059 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32060
32061         fixed a potential leak with previous commit
32062
32063         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
32064
32065 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32066
32067         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
32068         Added missing refcount, fixes bug #144425
32069         Cheers Tim for finding the bug
32070
32071 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
32072
32073         * sys/v4l/gstv4l.c: (plugin_init):
32074         * sys/v4l/gstv4lcolorbalance.c:
32075         * sys/v4l/gstv4lcolorbalance.h:
32076         * sys/v4l/gstv4lelement.c:
32077         * sys/v4l/gstv4lelement.h:
32078         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
32079         * sys/v4l/gstv4lmjpegsink.h:
32080         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
32081         * sys/v4l/gstv4lmjpegsrc.h:
32082         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
32083         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
32084         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
32085         * sys/v4l/gstv4lsrc.h:
32086         * sys/v4l/gstv4ltuner.c:
32087         * sys/v4l/gstv4ltuner.h:
32088         * sys/v4l/gstv4lxoverlay.c:
32089         * sys/v4l/gstv4lxoverlay.h:
32090         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
32091         (gst_v4l_set_window), (gst_v4l_enable_overlay):
32092         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
32093         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
32094         (gst_v4l_set_audio):
32095         * sys/v4l/v4l_calls.h:
32096         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
32097         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
32098         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
32099         (gst_v4lmjpegsink_playback_init),
32100         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
32101         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
32102         (gst_v4lmjpegsink_playback_stop),
32103         (gst_v4lmjpegsink_playback_deinit):
32104         * sys/v4l/v4lmjpegsink_calls.h:
32105         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
32106         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
32107         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
32108         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
32109         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
32110         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
32111         * sys/v4l/v4lmjpegsrc_calls.h:
32112         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
32113         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
32114         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
32115         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
32116         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
32117         (gst_v4lsrc_try_palette):
32118         * sys/v4l/v4lsrc_calls.h:
32119           bunch of paranoia cleanups
32120
32121 2004-06-14  David Schleef  <ds@schleef.org>
32122
32123         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
32124         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
32125         Send discont events and change timestamps appropriately when
32126         we get a seek event.  (bug #144240)
32127         * ext/cdparanoia/gstcdparanoia.h:
32128
32129 2004-06-14  Benjamin Otte  <otte@gnome.org>
32130
32131         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
32132           snd_pcm_hw_params_set_rate  since the latter fails for no good
32133           reason on some setups.
32134
32135 2004-06-14  David Schleef  <ds@schleef.org>
32136
32137         * gst/volume/demo.c: (value_changed_callback): exp10() is not
32138         standard.  Thank you for playing.
32139
32140 2004-06-14  Wim Taymans  <wim@fluendo.com>
32141
32142         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
32143         Patch 1.3 broke the ordering of the colorspace info and
32144         made the plugin basically work by coincidence, reordered
32145         the info.
32146
32147 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32148
32149         * ext/lame/gstlame.c:
32150         * ext/mad/gstmad.c:
32151           sync caps.  Make sure mad can only output a list of rates, not
32152           a full range.  In the future, have three caps lists for each of the
32153           mpeg versions.  Change mpegversion to a double as well.
32154
32155 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32156
32157         * gst/volume/.cvsignore:
32158         * gst/volume/Makefile.am:
32159         * gst/volume/demo.c: (value_changed_callback), (idler),
32160         (setup_gui), (main):
32161           added small demo app
32162
32163 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
32164         * ext/esd/esdsink.c: (gst_esdsink_change_state):
32165         * ext/esd/esdsink.h:
32166         Close the esd connection on pause, because esd will just wait -
32167         blocking all other esd clients indefinitely.
32168
32169 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
32170
32171         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
32172           previous commit with GST_DEBUG
32173
32174 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
32175
32176         * configure.ac:
32177           add a header check for a dvdread header in dvdnav.  Fixes #133002
32178
32179 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32180
32181         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
32182         * gst/tcp/gsttcpclientsink.h:
32183         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
32184         * gst/tcp/gsttcpclientsrc.h:
32185         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
32186         (gst_tcpserversink_handle_server_read),
32187         (gst_tcpserversink_init_send):
32188         * gst/tcp/gsttcpserversink.h:
32189         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
32190         * gst/tcp/gsttcpserversrc.h:
32191         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
32192         version of IP)
32193
32194 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32195
32196         * configure.ac:
32197         Added ogg library so that OSX detects libtheora properly
32198
32199 2004-06-11  Wim Taymans  <wim@fluendo.com>
32200
32201         * ext/theora/theoradec.c: (theora_dec_chain),
32202         (theora_dec_change_state):
32203         Don't try to decode frames before we received a keyframe.
32204
32205 2004-06-11  Wim Taymans  <wim@fluendo.com>
32206
32207         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
32208         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
32209         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
32210         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
32211         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
32212         Added property to set the maximum delay of a page.
32213
32214 2004-06-10  Wim Taymans  <wim@fluendo.com>
32215
32216         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
32217         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
32218         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
32219         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
32220         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
32221         Added max-delay property to control the maximum amount
32222         of data to put in one page.
32223
32224 2004-06-10  Wim Taymans  <wim@fluendo.com>
32225
32226         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32227         (gst_theora_enc_init), (theora_enc_sink_link),
32228         (theora_buffer_from_packet), (theora_enc_set_property),
32229         (theora_enc_get_property):
32230         Set duration on encoded buffer, added some more properties
32231
32232 2004-06-10  Wim Taymans  <wim@fluendo.com>
32233
32234         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
32235         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
32236         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
32237         * ext/theora/theoraenc.c: (theora_enc_chain):
32238         Fix refcounting bugs
32239
32240 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32241
32242         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
32243         (gst_asf_demux_loop), (gst_asf_demux_process_file),
32244         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
32245         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
32246         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
32247         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
32248         (gst_asf_demux_change_state):
32249         * gst/asfdemux/gstasfdemux.h:
32250           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
32251           feels like. I think we should set a new requirement for demuxers
32252           from now on to implement sane loop functions, data loops, query
32253           and seek functions before first commit into CVS. And this commit
32254           fixes all of the above.
32255
32256 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
32257
32258         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
32259           vorbis comments are properly encoded in UTF-8 before adding them
32260           to a GstTagList
32261
32262 2004-06-09  Benjamin Otte  <otte@gnome.org>
32263
32264         * ext/alsa/gstalsa.c: (add_channels):
32265           handle min <= max correctly
32266         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
32267         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
32268           add fixation functions so we fixate correctly. No preferring of alaw
32269           anymore because it's the first structure.
32270         * ext/alsa/gstalsa.h:
32271         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
32272         (gst_alsa_hw_params_dump):
32273           add functions to ease debugging in alsalib
32274         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
32275         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
32276         (gst_alsa_start_audio):
32277           only specify hw params if we really setup a format (fixes #134007 -
32278           or at least works around it)
32279
32280 2004-06-09  Wim Taymans  <wim@fluendo.com>
32281
32282         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
32283         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
32284         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
32285         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
32286         (gst_ogg_mux_loop):
32287         Use stream caps to setup the initial pages in the ogg stream.
32288         Correctly set the streamheader caps on the srcpad.
32289
32290 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32291
32292         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
32293         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
32294         (gst_v4lsrc_getcaps):
32295         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
32296         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
32297           add querying of fps lists for webcams.  Negotiating to a framerate
32298           now works.
32299
32300 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
32301
32302         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
32303         (theora_push_buffer), (theora_push_packet),
32304         (theora_set_header_on_caps), (theora_enc_chain):
32305           mark buffers and put on streamheader, raw theora streaming
32306           now works too, whee
32307
32308 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
32309
32310         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
32311         (gst_tcp_gdp_read_caps):
32312           do a looping read for caps and GDP headers too
32313
32314 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
32315
32316         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
32317         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
32318           return EOS instead of NULL in _get
32319
32320 2004-06-08  Wim Taymans  <wim@fluendo.com>
32321
32322         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
32323         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
32324         (gst_tcp_gdp_write_caps):
32325         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
32326         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
32327         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
32328         Memory leak fixes
32329
32330 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
32331
32332         * ext/vorbis/Makefile.am:
32333         * ext/vorbis/vorbis.c: (plugin_init):
32334         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
32335         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
32336         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
32337         (vorbis_parse_change_state):
32338         * ext/vorbis/vorbisparse.h:
32339           adding a vorbisparse element that marks the buffers, streaming
32340           raw vorbis using GDP now works, whee
32341
32342 2004-06-08  Wim Taymans  <wim@fluendo.com>
32343
32344         * ext/jpeg/Makefile.am:
32345         * ext/jpeg/README:
32346         * ext/jpeg/gstjpeg.c: (plugin_init):
32347         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
32348         (gst_smokedec_base_init), (gst_smokedec_class_init),
32349         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
32350         * ext/jpeg/gstsmokedec.h:
32351         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
32352         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
32353         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
32354         (gst_smokeenc_resync), (gst_smokeenc_chain),
32355         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
32356         * ext/jpeg/gstsmokeenc.h:
32357         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
32358         (smokecodec_flush_destination), (smokecodec_term_destination),
32359         (smokecodec_init_source), (smokecodec_fill_input_buffer),
32360         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
32361         (smokecodec_term_source), (smokecodec_encode_new),
32362         (smokecodec_decode_new), (smokecodec_info_free),
32363         (smokecodec_set_quality), (smokecodec_get_quality),
32364         (smokecodec_set_threshold), (smokecodec_get_threshold),
32365         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
32366         (find_best_size), (abs_diff), (put), (smokecodec_encode),
32367         (smokecodec_parse_header), (smokecodec_decode):
32368         * ext/jpeg/smokecodec.h:
32369         Added a new simple jpeg based codec
32370
32371 2004-06-08  Wim Taymans  <wim@fluendo.com>
32372
32373         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
32374         (gst_multipart_mux_loop):
32375         Fix memory leak
32376
32377 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
32378
32379         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
32380         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
32381         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
32382         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
32383         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
32384         * gst/tcp/gsttcpserversink.h:
32385           take streamheader into account
32386
32387 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
32388
32389         * gst/level/Makefile.am:
32390         * gst/level/gstlevel.c: (gst_level_class_init):
32391           clean up marshal generation
32392
32393 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
32394
32395         * gst/tcp/Makefile.am:
32396         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
32397         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
32398         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
32399         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
32400         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
32401         (gst_tcpclientsrc_get_property):
32402         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
32403         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
32404         (gst_tcpserversink_handle_client_read),
32405         (gst_tcpserversink_handle_client_write),
32406         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
32407         * gst/tcp/gsttcpserversink.h:
32408           add signals client-added and client-removed
32409         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
32410         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
32411         (gst_tcpserversrc_get_property):
32412         uniformized, change default protocol to NONE
32413         * gst/tcp/gsttcp-marshal.list: added
32414 2004-06-07  Benjamin Otte  <otte@gnome.org>
32415
32416         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32417           handle discont events if they happen before caps nego
32418
32419 2004-06-07  Wim Taymans  <wim@fluendo.com>
32420
32421         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
32422         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
32423         (gst_multipart_demux_plugin_init):
32424         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
32425         (gst_multipart_mux_init), (gst_multipart_mux_loop),
32426         (gst_multipart_mux_change_state):
32427         Small updates, fix a memleak
32428
32429 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
32430
32431         * configure.ac: OSS portability
32432         * ext/arts/gst_arts.c: idem
32433         * sys/oss/gstosselement.c: idem
32434         * sys/oss/gstossmixer.c: idem
32435         * sys/oss/gstosssink.c: idem
32436         * sys/oss/gstosssrc.c: idem
32437         * sys/oss/oss_probe.c: idem
32438           - check for soundcard.h in different places for some BSD
32439
32440 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
32441
32442         * AUTHORS:
32443         Add me to the authors file
32444         * configure.ac:
32445         Increase the libdv requirement to >= version 0.100
32446         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
32447         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
32448         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
32449         * ext/dv/gstdvdec.h:
32450         Add support for the new_media flag when sending DISCONT events
32451         Make the querying work when video pad is not linked
32452
32453 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
32454
32455         reviewed by Benjamin Otte  <otte@gnome.org>
32456
32457         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
32458           create a NULL-initialized array of pads, so we don't think they
32459           exist already. (fixes #143130)
32460
32461 2004-06-07  Benjamin Otte  <otte@gnome.org>
32462
32463         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
32464         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
32465         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
32466           don't use // coments
32467
32468 2004-06-07  Benjamin Otte  <otte@gnome.org>
32469
32470         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
32471           cast to GstClockTime to get higher granularity
32472         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32473           use gst_element_set_time_delay to get the exact time
32474         * ext/mad/gstmad.c: (gst_mad_chain):
32475           use the negotiated rate instead of the current frame's rate which
32476           might be wrong because of bit errors. This avoids emitting totally
32477           bogus timestamps and screwing sync.
32478         (fixes #143454)
32479
32480 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
32481
32482         reviewed by Benjamin Otte  <otte@gnome.org>
32483
32484         * gst/adder/gstadder.c: (gst_adder_loop):
32485           properly error out when no negotiation has happened yet. (fixes
32486           #143032)
32487
32488 2004-06-06  Benjamin Otte  <otte@gnome.org>
32489
32490         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
32491           forward correctly transformed offset in discont events. Based on
32492           patch by Arwed v. Merkatz. (fixes #142851)
32493
32494 2004-06-06  David Schleef  <ds@schleef.org>
32495
32496         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
32497         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
32498         problems on several systems.
32499
32500 2004-06-06  Benjamin Otte  <otte@gnome.org>
32501
32502         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
32503           use explicit caps on the srcpad
32504         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
32505           properly error out if caps couldn't be set (fixes #142764)
32506
32507 2004-06-06  Benjamin Otte  <otte@gnome.org>
32508
32509         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
32510         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
32511         (gst_alsa_start_audio):
32512           - don't call set_periods_integer anymore, it breaks the
32513           configuration randomly
32514           - call snd_pcm_hw_params_set_access directly instead of using masks
32515           - don't fail if the sw_params can't be set, just use the default
32516           params and hope it works. Alsalib has weird issues when you touch
32517           sw_params and does no proper error reporting about what failed.
32518         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32519         (gst_alsa_close_audio):
32520           make our alsa debugging go via gst debugging and not conditionally
32521           defined
32522         * ext/alsa/gstalsa.h:
32523           add ALSA_DEBUG_FLUSH macro
32524         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
32525         (plugin_init):
32526           wrap alsa errors to be printed via the gst debugging system and not
32527           spammed to stderr
32528
32529 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32530
32531         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
32532         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
32533         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
32534         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
32535         (qtdemux_parse_trak):
32536         * gst/qtdemux/qtdemux.h:
32537           Bitch. Also known as seeking, querying & co.
32538         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
32539         (gst_osssink_change_state):
32540         * sys/oss/gstosssink.h:
32541           Resyncing is for weenies, this hack is no longer needed and was
32542           broken anyway (since it - unintendedly - always leaves resync to
32543           TRUE).
32544
32545 2004-06-05  Andrew Turner <zxombie@hotpop.com>
32546
32547         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
32548         * gst/tcp/gsttcpclientsrc.h: idem
32549           - define MSG_NOSIGNAL if not done
32550           - include unistd.h for off_t
32551           (fixes #143749)
32552
32553 2004-06-05  Benjamin Otte  <otte@gnome.org>
32554
32555         * configure.ac:
32556         * ext/kio/Makefile.am:
32557           check for qt's moc preprocessor explicitly and use it
32558
32559 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32560
32561         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
32562           don't get a signal for EPIPE on socket writes
32563           (somebody check if this works on other platforms)
32564
32565 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32566
32567         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
32568         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
32569           check error condition on available samples correctly
32570
32571 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32572
32573         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
32574           avoid a segfault
32575         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
32576         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
32577         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
32578         (gst_tcpserversrc_gdp_read_header):
32579          use ssize_t over size_t since the former is signed and thus the
32580          check for error codes can work
32581
32582 2004-06-02  Wim Taymans  <wim@fluendo.com>
32583
32584         reviewed by: Johan
32585
32586         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
32587         (gst_multipart_mux_loop):
32588         Oops
32589
32590 2004-06-02  Wim Taymans  <wim@fluendo.com>
32591
32592         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
32593         (gst_multipart_mux_init), (gst_multipart_mux_loop),
32594         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
32595         (gst_multipart_mux_change_state):
32596         Added configurable boundary specifier, added the value as a
32597         caps field as well.
32598
32599 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32600
32601         * gst/tcp/gsttcp.c:
32602         * gst/tcp/gsttcpclientsrc.c:
32603         * gst/tcp/gsttcpclientsrc.h:
32604         * gst/tcp/gsttcpserversrc.c:
32605           - portability fix, to compile on OSX
32606             (fixes #143146)
32607
32608         * sys/osxaudio/gstosxaudioelement.c:
32609         * sys/osxaudio/gstosxaudiosink.c:
32610         * sys/osxaudio/gstosxaudiosrc.c:
32611           - compilation warnings on OSX
32612             (fixes #143153)
32613
32614 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
32615
32616         * ext/vorbis/vorbisdec.c : sign warning fixes
32617
32618         * gst-libs/gst/mixer/mixertrack.c :
32619           do no use defines which are glib 2.4 specific
32620
32621 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
32622
32623         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
32624           buffer since libflac doesn't expect it (reports a sync error when
32625           it encounters that)
32626
32627
32628 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
32629
32630         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
32631         * gst-libs/gst/mixer/mixertrack.c:
32632         (gst_mixer_track_get_property), (get_mixer_track_init),
32633         (get_mixer_track_get_property): Added property accessors
32634         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
32635         * gst-libs/gst/mixer/mixeroptions.c:
32636         (gst_mixer_options_get_values): Added
32637         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
32638         * gst-libs/gst/mixer/mixer.c: Fixed comment
32639
32640
32641 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32642
32643         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
32644           improve error messages on open
32645
32646
32647 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32648
32649         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
32650           check if v4l-conf is in path
32651
32652 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32653
32654         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
32655           change assert to a more readable error message
32656
32657 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
32658
32659         * gst-libs/gst/tuner/tunerchannel.h:
32660           - add a freq_multiplicator field to make the conversion
32661             between internal frequency unit and Hz
32662         * sys/v4l/gstv4lelement.c:
32663         * sys/v4l2/gstv4l2element.c:
32664           - change default video device to /dev/video0
32665         * sys/v4l/v4l_calls.c:
32666         * sys/v4l2/v4l2_calls.c:
32667           - we only expose frequency to the user in Hz instead of
32668             bastard v4lX unit (either 62.5kHz or 62.5Hz)
32669
32670 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
32671         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
32672           Initialise b_o_s and e_o_s variables
32673         * gst-libs/gst/riff/riff-media.c:
32674         (gst_riff_create_video_caps_with_data):
32675           Add some unusual fourcc's from mplayer avi's
32676         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
32677           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
32678           autoplugging.
32679
32680 2004-05-28  Wim Taymans  <wim@fluendo.com>
32681
32682         * configure.ac:
32683         * gst/alpha/Makefile.am:
32684         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
32685         (gst_alpha_get_type), (gst_alpha_base_init),
32686         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
32687         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
32688         (gst_alpha_chroma_key), (gst_alpha_chain),
32689         (gst_alpha_change_state), (plugin_init):
32690         A plugin to add an alpha channel to I420 video. Can optionally do
32691         chroma keying.
32692         * gst/multipart/Makefile.am:
32693         * gst/multipart/multipart.c: (plugin_init):
32694         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
32695         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
32696         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
32697         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
32698         (gst_multipart_demux_change_state),
32699         (gst_multipart_demux_plugin_init):
32700         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
32701         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
32702         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
32703         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
32704         (gst_multipart_mux_pad_unlink),
32705         (gst_multipart_mux_request_new_pad),
32706         (gst_multipart_mux_handle_src_event),
32707         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
32708         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
32709         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
32710         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
32711         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
32712         send multipart jpeg images to a browser.
32713         * gst/videobox/Makefile.am:
32714         * gst/videobox/README:
32715         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
32716         (gst_video_box_get_type), (gst_video_box_base_init),
32717         (gst_video_box_class_init), (gst_video_box_init),
32718         (gst_video_box_set_property), (gst_video_box_get_property),
32719         (gst_video_box_sink_link), (gst_video_box_i420),
32720         (gst_video_box_ayuv), (gst_video_box_chain),
32721         (gst_video_box_change_state), (plugin_init):
32722         Crops or adds borders around an image. can do alpha channel
32723         borders as well.
32724         * gst/videomixer/Makefile.am:
32725         * gst/videomixer/README:
32726         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32727         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
32728         (gst_videomixer_pad_get_sink_event_masks),
32729         (gst_videomixer_pad_get_property),
32730         (gst_videomixer_pad_set_property),
32731         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
32732         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
32733         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32734         (gst_videomixer_base_init), (gst_videomixer_class_init),
32735         (gst_videomixer_init), (gst_videomixer_request_new_pad),
32736         (gst_videomixer_handle_src_event),
32737         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
32738         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32739         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32740         (gst_videomixer_loop), (gst_videomixer_get_property),
32741         (gst_videomixer_set_property), (gst_videomixer_change_state),
32742         (plugin_init):
32743         Generic video mixer plugin, can handle multiple inputs all with
32744         different framerates and video sizes. Is fully alpha channel
32745         aware.
32746
32747 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32748
32749         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
32750           Select first track as master track. Not sure how else to handle
32751           that...
32752         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
32753           Discard discont events. Should fix #142962.
32754
32755 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32756
32757         * ext/alsa/Makefile.am:
32758         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
32759         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
32760         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
32761         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
32762         (gst_alsa_mixer_get_option):
32763         * ext/alsa/gstalsamixer.h:
32764         * ext/alsa/gstalsamixeroptions.c:
32765         (gst_alsa_mixer_options_get_type),
32766         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
32767         (gst_alsa_mixer_options_new):
32768         * ext/alsa/gstalsamixeroptions.h:
32769         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
32770         * ext/alsa/gstalsamixertrack.h:
32771           Add enumerations (as GstMixerOptions). Make correct distinction
32772           between input/output tracks. Add capture/playback private flag.
32773           Use flag to decide on whether to set capture or playback volumes
32774           or switches. Use playback and record switches.
32775         * gst-libs/gst/mixer/Makefile.am:
32776         * gst-libs/gst/mixer/mixer-marshal.list:
32777         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
32778         (gst_mixer_set_option), (gst_mixer_get_option),
32779         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
32780         (gst_mixer_volume_changed), (gst_mixer_option_changed):
32781         * gst-libs/gst/mixer/mixer.h:
32782         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
32783         (gst_mixer_options_class_init), (gst_mixer_options_init),
32784         (gst_mixer_options_dispose):
32785         * gst-libs/gst/mixer/mixeroptions.h:
32786           Add GstMixerOptions.
32787         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
32788           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
32789           broken device detection on computers with multiple OSS sound
32790           cards.
32791
32792 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32793
32794         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
32795           fixate nicely even when the peer is not negotiating
32796
32797 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32798
32799         * gst/audioconvert/gstaudioconvert.c:
32800         (gst_audio_convert_parse_caps):
32801           make sure we don't allow depth > width
32802         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
32803           fixate endianness to G_BYTE_ORDER as default
32804         * gst/audioscale/gstaudioscale.c:
32805           we don't handle another endianness as host-endianness
32806
32807 2004-05-25  David Schleef  <ds@schleef.org>
32808
32809         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
32810
32811 2004-05-24  Benjamin Otte  <otte@gnome.org>
32812
32813         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
32814         (gst_oggvorbisenc_setup):
32815           properly fail when we can't setup the vorbis encoder due to
32816           unsupported settings
32817         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
32818         (gst_vorbisenc_setup):
32819           same
32820         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32821           fix case where warnings occured when one pad was unlinked while the
32822           other's link function was called
32823
32824 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
32825
32826         * gst/tcp/Makefile.am:
32827           use GST_ENABLE_NEW
32828
32829 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32830
32831         * gst-libs/gst/resample/private.h:
32832           don't use optimizations that are #if 0'ed
32833
32834 2004-05-24  Wim Taymans  <wim@fluendo.com>
32835
32836         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
32837         Fix potential division by zero error and hopefully get
32838         the position query right to get correct timestamps on avi
32839         audio.
32840
32841 2004-05-24  Wim Taymans  <wim@fluendo.com>
32842
32843         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
32844         (gst_videoscale_scale_nearest_str2),
32845         (gst_videoscale_scale_nearest_str4),
32846         (gst_videoscale_scale_nearest_32bit),
32847         (gst_videoscale_scale_nearest_24bit),
32848         (gst_videoscale_scale_nearest_16bit):
32849         Fix the scaling algorithm and avoid a buffer overflow.
32850         removed the while loop in the scaling function as it
32851         was used for point sampling only.
32852
32853 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32854
32855         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
32856         (gst_id3_tag_class_init), (gst_id3_tag_init),
32857         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
32858         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
32859         (gst_id3_tag_send_tag_event):
32860           lots of fixes to make id3mux work and id3demux work correctly
32861
32862 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
32863
32864         * ext/Makefile.am:
32865           add rules to build shout2send (was removed by accident
32866           when this module was no more marked experimental/broken)
32867
32868 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32869
32870         * ext/shout2/gstshout2.c:
32871         * ext/shout2/gstshout2.h:
32872           adding a "connection problem" signal to shout2send
32873           (fixes #142954)
32874
32875 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32876
32877         * ext/kio/kioreceiver.cpp:
32878         * ext/kio/kioreceiver.h:
32879           fix sign comparison issues
32880
32881 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
32882
32883         * gst/cdxaparse/gstcdxaparse.c:
32884         * gst/cdxaparse/gstcdxaparse.h:
32885           some renaming
32886           add some checks/sanity
32887           prepare for seek addition
32888
32889         * sys/sunaudio/gstsunaudio.c:
32890           remove exported dupe init function
32891
32892 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
32893
32894         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
32895         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
32896           Fix format conversion and position querying.
32897         * gst/debug/progressreport.c: (gst_progressreport_report):
32898           Don't output a bogus total value that we didn't query.
32899         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32900           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
32901           only a blank window after xine has been used.
32902
32903 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32904
32905         * m4/as-arts.m4:
32906           sync with upstream version to fix test on FC2
32907           readd with -ko to preserve Id header
32908
32909 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
32910
32911         * configure.ac:
32912           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
32913         * gst/tcp/gsttcpclientsrc.c: idem
32914         * gst/tcp/gsttcpserversink.c: idem
32915         * gst/tcp/gsttcpserversrc.c: idem
32916         * m4/gst-fionread.m4: idem
32917
32918         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
32919
32920         * configure.ac: enable speex plugin for speex 1.1.5+
32921         * ext/speex/gstspeexenc.c: fix cast warning
32922
32923         * ext/esd/README: fix typo
32924
32925 2004-05-20  David Schleef  <ds@schleef.org>
32926
32927         * configure.ac: Minor cosmetic change to convince the buildbot to
32928         reautogen.
32929         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
32930         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
32931         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
32932         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
32933         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
32934         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
32935         More hacking.  Plays audio now.
32936
32937 2004-05-20  David Schleef  <ds@schleef.org>
32938
32939         * configure.ac:
32940         * sys/Makefile.am:
32941
32942 2004-05-20  David Schleef  <ds@schleef.org>
32943
32944         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
32945         * sys/osxaudio/gstosxaudio.c:
32946         * sys/osxaudio/gstosxaudioelement.c:
32947         * sys/osxaudio/gstosxaudioelement.h:
32948         * sys/osxaudio/gstosxaudiosink.c:
32949         * sys/osxaudio/gstosxaudiosink.h:
32950         * sys/osxaudio/gstosxaudiosrc.c:
32951         * sys/osxaudio/gstosxaudiosrc.h:
32952
32953 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32954
32955         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
32956         (gst_vorbisenc_chain):
32957           put the codec headers on the caps as streamheader as well as
32958           pushing them out
32959
32960 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32961
32962         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
32963         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
32964         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
32965         split up push_packet into two functions
32966
32967 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32968
32969         * gst/tcp/.cvsignore:
32970           ignore enums
32971         * gst/tcp/Makefile.am:
32972         * gst/tcp/README:
32973         * gst/tcp/gsttcp.c:
32974         * gst/tcp/gsttcp.h:
32975         * gst/tcp/gsttcpclientsink.c:
32976         * gst/tcp/gsttcpclientsink.h:
32977         * gst/tcp/gsttcpclientsrc.c:
32978         * gst/tcp/gsttcpclientsrc.h:
32979         * gst/tcp/gsttcpplugin.c:
32980         * gst/tcp/gsttcpserversink.c:
32981         * gst/tcp/gsttcpserversink.h:
32982         * gst/tcp/gsttcpserversrc.c:
32983         * gst/tcp/gsttcpserversrc.h:
32984           add new tcp elements
32985
32986 2004-05-19  Wim Taymans  <wim@fluendo.com>
32987
32988         * gst/law/mulaw-conversion.c: (mulaw_encode):
32989         Fix overflow bug in ulaw encoding.
32990
32991 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32992
32993         * ext/mad/gstmad.c: (gst_mad_handle_event):
32994           don't unref the event twice
32995
32996 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32997
32998         * configure.ac:
32999           remove -Wno-sign-compare
33000
33001 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33002
33003         * configure.ac:
33004           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
33005           if you want to work against glib 2.2 and 2.4
33006
33007 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
33008
33009         * gst/tcp/Makefile.am:
33010         * gst/tcp/gsttcp.c:
33011         * gst/tcp/gsttcp.h:
33012         * gst/tcp/gsttcpsink.h:
33013         * gst/tcp/gsttcpsrc.h:
33014           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
33015
33016 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33017
33018         * gst/debug/tests.c: (md5_get_value):
33019           fix segfault on gst-inspect
33020
33021 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33022
33023         * gst/debug/testplugin.c:
33024         * gst/debug/tests.c:
33025         * gst/debug/tests.h:
33026           add new extensible and configurable testing element. Current tests
33027           include buffer count, stream length, timestamp/duration matching and
33028           md5.
33029         * gst/debug/Makefile.am:
33030         * gst/debug/gstdebug.c: (plugin_init):
33031           add infrastructure for new element
33032
33033 2004-05-19  Johan Dahlin  <johan@gnome.org>
33034
33035         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
33036         ending of the array. Fixes gst-inspect segfault on ppc.
33037
33038 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33039
33040         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
33041
33042         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
33043
33044 2004-05-18  David Schleef  <ds@schleef.org>
33045
33046         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
33047         warnings (bugs, actually) noticed by gcc but not forte.
33048
33049 2004-05-18  David Schleef  <ds@schleef.org>
33050
33051         * sys/sunaudio/Makefile.am:
33052         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
33053
33054 2004-05-18  David Schleef  <ds@schleef.org>
33055
33056         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
33057         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
33058         to allow qtdemux to use non-seekable streams. (bug #142272)
33059
33060 2004-05-18  David Schleef  <ds@schleef.org>
33061
33062         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
33063         (gst_resample_sinc_ft_float): Remove use of static temporary
33064         buffer.  This code was obviously not supposed to last long, but
33065         it's stuck in our ABI, so it required a little hack to make it
33066         ABI-compatible.  Fixes #142585.
33067         * gst-libs/gst/resample/resample.h: same.
33068
33069 2004-05-18  David Schleef  <ds@schleef.org>
33070
33071         * configure.ac: Add sunaudio
33072         * examples/Makefile.am: make gstplay depend on gconf
33073         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
33074         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
33075         (convert_table_lookup), (img_convert): remove c99-isms
33076         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
33077           unsigned, to fix a warning on Solaris
33078         * gst/mpeg1sys/systems.c: bcopy->memcpy
33079         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
33080         * sys/Makefile.am: Add sunaudio
33081
33082 2004-05-18  Wim Taymans  <wim@fluendo.com>
33083
33084         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
33085         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
33086         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
33087         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
33088         (gst_ogg_mux_loop):
33089         Fix an ugly memleak where the muxer didn't flush enough ogg
33090         pages. This also resulted in badly muxed ogg files.
33091
33092 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33093
33094         * gst/asfdemux/asfheaders.c :
33095         * gst/asfdemux/asfheaders.h :
33096         * gst/asfdemux/gstasfdemux.c :
33097           - fix ASF_OBJ_PADDING guid
33098           - add 3 new object guids (language list, metadata,
33099             extended stream properties)
33100           - add a function to parse extended header objects
33101
33102 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33103
33104         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
33105           remove leftover debugging g_print
33106
33107 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33108
33109         * ext/mad/gstmad.c: (gst_mad_handle_event):
33110           Fix for when the first format in a discont event is not a
33111           byte-based one. Should fix #137710.
33112
33113 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33114
33115         * m4/a52.m4 : fix compilation with -Wall -Werror
33116         * m4/libfame.m4 : idem
33117         * m4/libmikmod.m4 : idem
33118
33119 2004-05-17  Benjamin Otte  <otte@gnome.org>
33120
33121         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
33122           signal the new tags before giving up the reference
33123
33124 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33125
33126         * ext/shout2/gstshout2.c:
33127           use application/ogg instead of application/x-ogg (patch by Patrick
33128           Guimond, fixes #142432)
33129         * sys/oss/gstosselement.c: (gst_osselement_reset),
33130         (gst_osselement_sync_parms):
33131           don't set fragment size unless specified (fixes #142493)
33132
33133 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33134
33135         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
33136           fixes #142664
33137
33138 2004-05-17  Benjamin Otte  <otte@gnome.org>
33139
33140         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
33141           compute offsets correctly for internal buffers so timestamps are set
33142           correctly when we can't seek. Also handle cases where there are no
33143           offsets. (based on a patch by David Moore, fixes #142507)
33144
33145 2004-05-17  Benjamin Otte  <otte@gnome.org>
33146
33147         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
33148           use correct variable when determining amount of data to skip so we
33149           don't skip into the void and segfault
33150
33151 2004-05-16  Benjamin Otte  <otte@gnome.org>
33152
33153         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
33154           Hi, I'm a memleak
33155
33156 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33157
33158         * gst/asfdemux/gstasfdemux.c:
33159           - fix a mem leak and always propagate tags
33160           - add WMV3 to known video codecs (but no decoder yet)
33161           - replace "surplus data" at end of audio header for what
33162             it is : codec specific data
33163           - fix a typo
33164
33165 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
33166
33167         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
33168
33169         * gst-libs/gst/audio/audioclock.c:
33170           Fix wrong return type (#142205).
33171
33172 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33173
33174         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
33175           Ignore CRCs by default (fixes #142566).
33176
33177 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33178
33179         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
33180         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
33181         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
33182         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
33183         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
33184         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
33185           Fix for cases where we fail to attach to a mixer.
33186
33187 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33188
33189         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
33190           Don't touch events after not owning them anymore.
33191         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
33192         (gst_wavparse_fmt), (gst_wavparse_other),
33193         (gst_wavparse_handle_seek), (gst_wavparse_loop),
33194         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
33195         (gst_wavparse_srcpad_event):
33196         * gst/wavparse/gstwavparse.h:
33197           Add seeking, fix querying.
33198
33199 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33200
33201         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
33202           - process comments even if they don't end with \0\0
33203             g_convert would ignore them if present and works well without them
33204
33205 2004-05-16  Benjamin Otte  <otte@gnome.org>
33206
33207         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
33208           simplify caps
33209
33210 2004-05-16  Benjamin Otte  <otte@gnome.org>
33211
33212         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
33213           don't write to memory we might not write to - g_convert does that
33214           for us anyway (fixes #142613)
33215         (gst_asf_demux_audio_caps):
33216           comment out gst_util_dump_mem
33217
33218 2004-05-16  Benjamin Otte  <otte@gnome.org>
33219
33220         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
33221           compute correct expected timestamps after seek (broken since
33222           last commit)
33223         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
33224           rename element and debugging category to gdkpixbufscale
33225
33226 2004-05-16  Benjamin Otte  <otte@gnome.org>
33227
33228         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
33229           add error checking to snd_pcm_delay and remove duplicate call to
33230           snd_pcm_delay that caused issues (see inline code comments)
33231         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
33232           make more readable and fix return value when snd_pcm_delay fails
33233         (fixes #142586)
33234
33235 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
33236         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
33237         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
33238         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
33239         (gst_pixbufscale_link), (gst_pixbufscale_init),
33240         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
33241         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
33242         (gst_pixbufscale_get_property), (pixbufscale_init):
33243         * ext/gdk_pixbuf/pixbufscale.h:
33244         Add these files I forgot earlier
33245
33246 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
33247         * ext/gdk_pixbuf/Makefile.am:
33248         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
33249         * ext/gdk_pixbuf/gstgdkpixbuf.h:
33250         Add new pixbufscale element to scale RGB video
33251         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
33252         and HYPER interpolation correctly.
33253         * ext/theora/theoraenc.c: (theora_enc_chain),
33254         Discard buffer and return if explicit caps could not be set
33255         (theora_enc_get_property):
33256         Make _get return kbps for the bitrate consistent with
33257         the _set function.
33258
33259
33260 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33261
33262         * ext/libvisual/visual.c: (gst_visual_chain):
33263           add missing visual_audio_analyze
33264
33265 2004-05-14  David Schleef  <ds@schleef.org>
33266
33267         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
33268         is killed while we're playing.
33269         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
33270         gst_element_no_more_pads().
33271
33272 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33273
33274         * gst-libs/gst/riff/riff-read.c :
33275           - fix INFO tag extraction in RIFF/AVI files
33276             because gst_event_unref (event) also freed taglist
33277           - avoid a mem leak
33278
33279 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33280
33281         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
33282         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
33283
33284         * gst/auparse/gstauparse.c :
33285           - add code (commented for now) to support audio/x-adpcm on src pad
33286             (we have no decoder for those layout yet)
33287
33288         * gst/cdxaparse/gstcdxaparse.c :
33289         * gst/cdxaparse/gstcdxaparse.h :
33290           - partial rewrite using RiffRead (ripped iain's wavparse code)
33291
33292         * gst/rtp/gstrtpL16enc.c : typo
33293         * gst/rtp/gstrtpgsmenc.c : typo
33294
33295 2004-05-13  Benjamin Otte  <otte@gnome.org>
33296
33297         * configure.ac:
33298           check for exact version of libvisual, it's not supposed to be
33299           API/ABI stable yet
33300
33301 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33302
33303         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
33304           signal no-more-pads
33305
33306 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
33307
33308         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
33309         Report which format was used for GST_FORMAT_DEFAULT
33310         * gst/debug/Makefile.am:
33311         * gst/debug/gstdebug.c: (plugin_init):
33312         * gst/debug/progressreport.c: (gst_progressreport_base_init),
33313         (gst_progressreport_class_init), (gst_progressreport_init),
33314         (gst_progressreport_report), (gst_progressreport_set_property),
33315         (gst_progressreport_get_property), (gst_progressreport_chain),
33316         (gst_progressreport_plugin_init):
33317         Add progressreport element for testing.
33318
33319 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
33320
33321         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
33322         * sys/v4l/gstv4lsrc.h:
33323         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
33324         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
33325         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
33326         (gst_v4lsrc_grab_frame):
33327           add more debugging
33328           send a discont at start
33329
33330 2004-05-12  Colin Walters  <walters@redhat.com>
33331
33332         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
33333         inflooping if we can't find a chunk.  Or in other words, don't blow
33334         chunks if we don't have a chunk to blow.
33335
33336 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
33337         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
33338         Remove old debug output
33339         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
33340         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
33341         (gst_dvdec_set_property), (gst_dvdec_get_property):
33342         Change the quality setting to an enum, so it works from gst-launch
33343         Don't renegotiate a non-linked pad. Allows audio only decoding.
33344         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
33345         (gst_deinterlace_link), (gst_deinterlace_init):
33346         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
33347         (gst_videodrop_link):
33348         Some caps negotiation fixes
33349
33350 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33351
33352         * ext/tarkin/gsttarkin.c :
33353           - Change RANK from NONE to PRIMARY
33354         * ext/gdk_pixbuf/gstgdkpixbuf.c :
33355           - Change RANK from NONE to MARGINAL
33356         * ext/divx/gstdivxenc.c :
33357           - Change RANK from PRIMARY to NONE (encoder/spider issue)
33358
33359 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33360
33361         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
33362         (gst_vorbisenc_push_packet):
33363           copy a function that was added between 1.0 and 1.0.1 until we
33364           depend on worthwhile features of post-1.0
33365
33366 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33367
33368         * configure.ac:
33369           enable shout2 by default
33370         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
33371         (gst_shout2send_base_init), (gst_shout2send_init),
33372         (gst_shout2send_connect), (gst_shout2send_change_state):
33373         * ext/shout2/gstshout2.h:
33374           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
33375           #142262)
33376         * ext/theora/theora.c: (plugin_init):
33377           don't set rank on encoders
33378
33379 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
33380
33381         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
33382           Use codec_data property instead of flag1 and flag2 for wma
33383
33384 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33385
33386         * gst/cdxaparse/gstcdxaparse.c :
33387           - Add mpegversion to CAPS to make it link
33388           - Rank is as GST_RANK_SECONDARY instead of NONE
33389         * gst/auparse/gstauparse.c :
33390           - Document all audio encoding we can encounter from Solaris 9
33391             headers and libsndfile information.
33392           - Increase max. rate from 48000 to 192000 (to match other elements)
33393           - Don't try to play junk data between header and samples
33394
33395 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33396
33397         * ext/libvisual/visual.c: (gst_visual_getcaps):
33398           use the right caps depending on endianness (I hope)
33399         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
33400           use GST_RANK_NONE for all non-decoding elements or spider gets
33401           mighty confused
33402
33403 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33404
33405         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
33406           Fix some odd cases and fix BE metadata parsing of unicode16 text.
33407
33408 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33409
33410         * gst/switch/gstswitch.c: (gst_switch_release_pad),
33411         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
33412         (gst_switch_loop), (gst_switch_get_type):
33413           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
33414           HEADERS. Had to be said.
33415
33416 2004-05-10  David Schleef  <ds@schleef.org>
33417
33418         * configure.ac: Add prototype Dirac support.
33419         * ext/Makefile.am:
33420         * ext/dirac/Makefile.am:
33421         * ext/dirac/gstdirac.cc:
33422         * ext/dirac/gstdiracdec.cc:
33423
33424 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33425
33426         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
33427         (gst_auparse_init), (gst_auparse_chain),
33428         (gst_auparse_change_state):
33429           Hack around spider. Remove me some day please.
33430
33431 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33432
33433         * gst/auparse/gstauparse.c: (gst_auparse_chain):
33434           Fix for some uninitialized variables in previous patch, also
33435           makes it work. Fixes #142286 while we're at it.
33436
33437 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33438
33439         * gst/auparse/gstauparse.c:
33440                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
33441                 only unsupported formats are ADPCM/CCITT G.72x
33442                 reviewed by Ronald
33443         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
33444
33445 2004-05-10  Wim Taymans  <wim@fluendo.com>
33446
33447         * ext/vorbis/Makefile.am:
33448         * ext/vorbis/README:
33449         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
33450         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
33451         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
33452         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
33453         (gst_oggvorbisenc_convert_sink),
33454         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
33455         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
33456         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
33457         (get_constraints_string), (update_start_message),
33458         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
33459         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
33460         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
33461         * ext/vorbis/oggvorbisenc.h:
33462         * ext/vorbis/vorbis.c: (plugin_init):
33463         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
33464         (raw_caps_factory), (gst_vorbisenc_class_init),
33465         (gst_vorbisenc_init), (gst_vorbisenc_setup),
33466         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
33467         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
33468         * ext/vorbis/vorbisenc.h:
33469         Added a raw vorbis encoder to be used with the oggmuxer.
33470         We still need the old encoder for some gnome applications,
33471         read the README to find out how that works.
33472         The raw encoder is called "rawvorbisenc" until 0.9.
33473
33474 2004-05-10  Wim Taymans  <wim@fluendo.com>
33475
33476         * ext/ogg/gstogg.c: (plugin_init):
33477         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
33478         (gst_ogg_print):
33479         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
33480         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
33481         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
33482         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
33483         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
33484         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
33485         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
33486         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
33487         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
33488         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
33489         Added an ogg muxer.
33490         Small typo fixes in the demuxer.
33491
33492 2004-05-10  Wim Taymans  <wim@fluendo.com>
33493
33494         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33495         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
33496         (theora_enc_change_state), (theora_enc_set_property),
33497         (theora_enc_get_property):
33498         Mark the last packet with an EOS flag which is not really needed
33499         in gstreamer.
33500         Do some better video framerate initialisation.
33501         Update the buffer timestamp.
33502
33503 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
33504
33505         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
33506         Return the result of the parent state change call
33507
33508 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33509
33510         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
33511         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
33512         * gst/law/alaw-encode.c : (idem)
33513         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
33514         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
33515         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
33516
33517 2004-05-09  Benjamin Otte  <otte@gnome.org>
33518
33519         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33520           don't use a fixed buffer size when writing variable length data to
33521           it. Fixes memory corruption and makes alsasrc work
33522
33523 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33524
33525         * ext/gnomevfs/gstgnomevfssink.c:
33526         (_gst_boolean_allow_overwrite_accumulator),
33527         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
33528           Run glib's default signal handler (??) in RUN_CLEANUP rather than
33529           RUN_LAST, and don't use that to set the accumulator value because
33530           then it's always FALSE.
33531
33532 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33533
33534         * gst-libs/gst/riff/riff-media.c:
33535         (gst_riff_create_video_caps_with_data),
33536         (gst_riff_create_audio_caps),
33537         (gst_riff_create_audio_template_caps):
33538         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33539           Fix for unaligned RIFF files (i.e. where all the chunks together
33540           in a LIST chunk are not of the same size as the size given in
33541           the LIST chunk header). Fixes several odd WAVE files. Also fix
33542           ADPCM (block_align property) in audio, so that wavparse based
33543           on this works now as it used to stand-alone.
33544
33545 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
33546
33547         reviewed by Benjamin Otte  <otte@gnome.org>
33548
33549         * ext/a52dec/gsta52dec.c:
33550         * ext/divx/gstdivxdec.c:
33551         * ext/divx/gstdivxenc.c:
33552         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
33553         * ext/faac/gstfaac.c: (gst_faac_base_init):
33554         * ext/faad/gstfaad.c: (gst_faad_base_init):
33555         * ext/ivorbis/vorbisfile.c:
33556         * ext/lame/gstlame.c:
33557         * ext/libfame/gstlibfame.c:
33558         * ext/mpeg2enc/gstmpeg2enc.cc:
33559         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
33560         * ext/sidplay/gstsiddec.cc:
33561         * ext/speex/gstspeexdec.c:
33562         * ext/speex/gstspeexenc.c:
33563         * ext/xvid/gstxviddec.c:
33564         * ext/xvid/gstxvidenc.c:
33565           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
33566           (fixes #142193)
33567
33568 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33569
33570         * ext/alsa/gstalsa.c: (device_list),
33571         (gst_alsa_class_probe_devices):
33572         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
33573           Fix alsa oddness in mixer after the combination of using mixer
33574           in source/sink elements and using hw:x,y instead of just hw:x.
33575
33576 2004-05-09  Benjamin Otte  <otte@gnome.org>
33577
33578         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
33579         (gst_wavparse_create_sourcepad):
33580           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
33581           sourcepads
33582
33583 2004-05-09  Benjamin Otte  <otte@gnome.org>
33584
33585         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33586           allow discont events before caps nego
33587
33588 2004-05-08  Benjamin Otte  <otte@gnome.org>
33589
33590         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
33591           don't leak events
33592
33593 2004-05-08  Benjamin Otte  <otte@gnome.org>
33594
33595         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
33596         (gst_level_change_state), (gst_level_init):
33597         * gst/level/gstlevel.h:
33598           figure out if we're initialized directly instead of keeping a
33599           variable that's wrong in 90% of cases
33600           don't initialize pads and then leak them and use a new unitialized
33601           pad. (fixes #142084)
33602           these were bugs so n00bish I didn't find them for an hour :/
33603
33604 2004-05-08 Iain <iain@prettypeople.org>
33605
33606         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
33607         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
33608         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
33609         return the length that was read.
33610         (gst_riff_read_strf_auds): Allow fmt tags as well.
33611
33612 2004-05-07  David Schleef  <ds@schleef.org>
33613
33614         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
33615         signed char assumption in faad.h.
33616
33617 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33618
33619         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
33620           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
33621
33622 2004-05-07  Colin Walters  <walters@redhat.com>
33623
33624         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
33625         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
33626         function.
33627         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
33628         Add dispose function.
33629
33630 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
33631         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
33632           Fix caps nego and pad templates. RGB mode caps should
33633           work now.
33634         * ext/dvdnav/gst-dvd:
33635           Move mpeg2dec inside the thread because otherwise the
33636           queue rejects cap changes mid-stream
33637         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
33638         (gst_mpeg2dec_flush_decoder):
33639           For mpeg2dec > 0.4.0, call the flush function instead of
33640           manually extracting all in-flight frames.
33641         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
33642         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
33643           Change mime type video/dv go video/x-dv to match the
33644           rest of gst-plugins
33645
33646 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33647
33648         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
33649         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
33650         (gst_alsa_sink_class_init):
33651         * ext/alsa/gstalsasink.h:
33652         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
33653         (gst_alsa_src_class_init):
33654         * ext/alsa/gstalsasrc.h:
33655           Make alsasink/src a subclass of alsamixer so that mixer stuff
33656           shows up in gst-rec. Needs some finetuning.
33657
33658 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33659
33660         * ext/lame/gstlame.c: (gst_lame_chain):
33661           simplify
33662         * ext/mad/gstmad.c: (gst_mad_handle_event):
33663           fix event leak
33664         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
33665           be able to detect mp3 files < 4096 bytes
33666
33667 2004-05-06  Wim Taymans  <wim@fluendo.com>
33668
33669         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33670         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
33671         (theora_enc_set_property), (theora_enc_get_property):
33672         Also encode the first frame, cleanup some code.
33673
33674 2004-05-06  Wim Taymans  <wim@fluendo.com>
33675
33676         * ext/mpeg2enc/gstmpeg2enc.cc:
33677         Forward events first before deciding that negotiation was
33678         not performed.
33679
33680 2004-05-06  Wim Taymans  <wim@fluendo.com>
33681
33682         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
33683         First process the events before deciding that negotiation
33684         was not performed.
33685
33686 2004-05-06  Wim Taymans  <wim@fluendo.com>
33687
33688         * ext/theora/Makefile.am:
33689         * ext/theora/theora.c: (plugin_init):
33690         * ext/theora/theoradec.c: (theora_dec_change_state):
33691         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
33692         (gst_theora_enc_class_init), (gst_theora_enc_init),
33693         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
33694         (theora_enc_chain), (theora_enc_change_state),
33695         (theora_enc_set_property), (theora_enc_get_property):
33696         Added a theora encoder, grouped the encoder and decoder into the
33697         same plugin.
33698
33699 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
33700
33701         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
33702         (gst_jpegenc_chain):
33703         fix DURATION on outgoing buffers
33704         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
33705         debug using time formats
33706         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33707         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
33708         (gst_xvimagesink_sink_link):
33709         windows with width/height 0 generate X errors, so don't allow them
33710
33711 2004-05-05  Wim Taymans  <wim@fluendo.com>
33712
33713         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
33714         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
33715         (gst_mpeg2dec_negotiate_format):
33716         * ext/mpeg2dec/gstmpeg2dec.h:
33717           removed the static pad template so that we can add the
33718           more accurate framerate value to the caps.
33719
33720
33721 2004-05-04  Benjamin Otte  <otte@gnome.org>
33722
33723         * configure.ac:
33724           check for kdemacros.h, too (should fix #141821)
33725         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
33726           don't crash if no header was sent, but nicely error out (fixes part
33727           of #141554)
33728
33729 2004-05-04  Wim Taymans  <wim@fluendo.com>
33730
33731         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
33732         parent dispose function to avoid segfault on destroy.
33733
33734 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
33735
33736         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
33737         (plugin_init):
33738         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33739         (gst_xvimagesink_sink_link):
33740         clean up debugging caps
33741         also recreate xvimage when format has changed
33742
33743 2004-05-04  Benjamin Otte  <otte@gnome.org>
33744
33745         * ext/libvisual/Makefile.am:
33746         * ext/libvisual/visual.c: (gst_visual_class_init),
33747         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
33748         (gst_visual_srclink), (gst_visual_chain),
33749         (gst_visual_change_state), (plugin_init):
33750           use a GstAdapter to correctly adapt buffer sizes - allows using a
33751           framerate
33752
33753 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
33754
33755         * sys/v4l/gstv4lelement.h:
33756         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33757         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
33758         (gst_v4lsrc_buffer_free):
33759         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
33760         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33761         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
33762         (gst_v4lsrc_requeue_frame):
33763         move some debugging categories around
33764         query for fps index and set accordingly if found
33765
33766 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33767
33768         * ext/lame/gstlame.c:
33769         correct defaults that lame_init puts out of range
33770
33771 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
33772
33773         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
33774         (gst_divxenc_class_init):
33775         fix range since -1 is the default
33776         * gst/mpeg1sys/gstmpeg1systemencode.c:
33777         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
33778         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
33779         (gst_rtjpegdec_chain):
33780         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
33781         (gst_rtjpegenc_chain):
33782         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
33783         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
33784         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
33785         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
33786         * sys/v4l/gstv4lsrc.c:
33787         * sys/v4l/v4l_calls.c: (gst_v4l_open):
33788         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
33789         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
33790         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
33791         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
33792           remove gst_info calls
33793
33794 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
33795
33796         * Makefile.am:
33797         * po/af.po:
33798         * po/az.po:
33799         * po/en_GB.po:
33800         * po/nl.po:
33801         * po/sr.po:
33802         * po/sv.po:
33803           Updated translations
33804
33805 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
33806
33807         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
33808           refactor/comment code
33809
33810 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33811
33812         * gst/asfdemux/Makefile.am:
33813         * gst/asfdemux/asfheaders.c:
33814         * gst/asfdemux/asfheaders.h:
33815         * gst/asfdemux/gstasf.c: (plugin_init):
33816         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
33817         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
33818         (gst_asf_demux_setup_pad):
33819         * gst/asfdemux/gstasfdemux.h:
33820         * gst/asfdemux/gstasfmux.c:
33821         * gst/asfdemux/gstasfmux.h:
33822           Add tagging support to demuxer, split out registration in its own
33823           file instead of in demux (hacky), and prevent having some tables
33824           in our memory multiple times (in asfheaders.h).
33825
33826 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33827
33828         * gst/matroska/matroska-demux.c:
33829         (gst_matroska_demux_parse_metadata):
33830         * gst/matroska/matroska-ids.h:
33831           Basic tag reading support.
33832
33833 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33834
33835         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
33836           Really detect ac-3 audio.
33837         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
33838           really detect matroska files (off-by-1).
33839
33840 2004-04-30  David Schleef  <ds@schleef.org>
33841
33842         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
33843         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
33844         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
33845         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
33846         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
33847         hackage -- parse a lot more atoms, extract a few tags.  One might even
33848         mistake this for tag support.  Maybe it is.
33849         * gst/qtdemux/qtdemux.h:
33850
33851 2004-04-30  Colin Walters  <walters@verbum.org>
33852
33853         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
33854
33855 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
33856
33857         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
33858         (gst_ffmpegcolorspace_getcaps):
33859           remove broken nego fix
33860
33861 2004-04-30  Benjamin Otte  <otte@gnome.org>
33862
33863         * configure.ac:
33864         * ext/Makefile.am:
33865         * ext/libvisual/Makefile.am:
33866         * ext/libvisual/visual.c:
33867           add initial support for libvisual (http://libvisual.sourceforge.net)
33868           libvisual is still quite alpha, so expect crashes in there :)
33869
33870 2004-04-29  David Schleef  <ds@schleef.org>
33871
33872         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
33873         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
33874         up qtdemux to make it spit out codec_data.  Do _not_ look at this
33875         code; you will no longer respect me.
33876
33877 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33878
33879         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
33880         * ext/alsa/gstalsa.h :
33881         change alsa pcm device discovery to find more than 1 device
33882         per card. code review by Ronald.
33883
33884 2004-04-29  David Schleef  <ds@schleef.org>
33885
33886         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
33887         Add a check for a driver bug on FreeBSD.  (bug #140565)
33888
33889 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
33890
33891         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
33892         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
33893         (gst_jpegenc_getcaps):
33894           move format setting to inner loop
33895         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
33896         (gst_ffmpegcolorspace_getcaps):
33897           use GST_PAD_CAPS if available so that we use already negotiated
33898           caps
33899         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
33900         (qtdemux_parse_moov), (qtdemux_parse):
33901           extra debugging
33902         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
33903         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
33904           move hardcoded path to DEFINE
33905
33906 2004-04-28  David Schleef  <ds@schleef.org>
33907
33908         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
33909         (bug #140064)
33910
33911 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33912
33913         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
33914           Don't probe for playback device if we're a source element. Fixes
33915           #139658.
33916
33917 2004-04-29  Benjamin Otte  <otte@gnome.org>
33918
33919         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
33920         (gst_id3_tag_chain):
33921           rewrite buffer offset
33922
33923 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33924
33925         * configure.ac:
33926         * ext/Makefile.am:
33927         * ext/dts/Makefile.am:
33928         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
33929         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
33930         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
33931         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
33932         (gst_dtsdec_loop), (gst_dtsdec_change_state),
33933         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
33934         (plugin_init):
33935         * ext/dts/gstdtsdec.h:
33936           New DTS decoder.
33937         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
33938         (gst_faad_srcconnect):
33939           Add ESDS atom handling (.m4a).
33940
33941 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33942
33943         * ext/divx/gstdivxdec.c: (plugin_init):
33944           Remove comment that makes no sense.
33945         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
33946           Fix for obvious typo that resulted in warnings during gst-register.
33947         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
33948         (gst_xviddec_sink_link):
33949           Fix caps negotiation a bit better.
33950         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
33951           We call this 'codec_data', not 'esds'.
33952
33953 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33954
33955         * gst/monoscope/gstmonoscope.c:
33956           make sure we only provide 256x128
33957         * gst/monoscope/monoscope.c: (monoscope_init):
33958           assert size of 256x128
33959
33960 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33961
33962         * Makefile.am:
33963         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
33964         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
33965           fixate to max width and height of device
33966
33967 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33968
33969         * Makefile.am:
33970         * sys/v4l/gstv4l.c:
33971         * sys/v4l/gstv4lsrc.c:
33972         * sys/v4l/v4l_calls.c:
33973         * sys/v4l/v4lsrc_calls.c:
33974           fix for qc-usb driver which fakes having more than one buffer
33975           by handing the same buffer twice, which confused GStreamer's/v4lsrc
33976           buffer_free override
33977           add debugging
33978
33979 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33980
33981         * Makefile.am:
33982         * gst/videotestsrc/gstvideotestsrc.c:
33983         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
33984         (gst_videotestsrc_init), (gst_videotestsrc_get),
33985         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
33986         * gst/videotestsrc/gstvideotestsrc.h:
33987           add num-buffers property
33988
33989         2004-04-26  Benjamin Otte  <otte@gnome.org>
33990
33991         * ext/mad/gstid3tag.c: (plugin_init):
33992           set id3mux rank to NONE so it doesn't confuse spider
33993           require audio/mpeg,mpegversion=1 in id3mux
33994
33995 2004-04-26  Benjamin Otte  <otte@gnome.org>
33996
33997         * configure.ac:
33998           detect faad correctly as non-working if it's indeed non-working
33999
34000 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
34001
34002         * Makefile.am:
34003         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
34004         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
34005         fix _getcaps so it only negotiates to its supported format
34006
34007 2004-04-25  Benjamin Otte  <otte@gnome.org>
34008
34009         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
34010           fix memleak
34011
34012 2004-04-23  Benjamin Otte  <otte@gnome.org>
34013
34014         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
34015           audio/x-raw-int with height rules! not. Now it's depth.
34016
34017 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34018
34019         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
34020         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
34021         (gst_wavparse_loop):
34022           Missing variable initialization. Add handling of DVI ADPCM. Fix
34023           mis-parsing of LIST chunks. This works around a bug where we mis-
34024           parse non-aligning LIST chunks (so LIST chunks where the contents
34025           don't align with the actual LIST size). The correct fix is to use
34026           rifflib, I'm not going to fix wavparse - too much work. All this
34027           fixes #104878.
34028
34029 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34030
34031         reviewed by Benjamin Otte  <otte@gnome.org>
34032
34033         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
34034           fix shoutcast not working (fixes #140844)
34035
34036 2004-04-22  Benjamin Otte  <otte@gnome.org>
34037
34038         * ext/hermes/gsthermescolorspace.c:
34039         (gst_hermes_colorspace_caps_remove_format_info):
34040         * gst/colorspace/gstcolorspace.c:
34041         (gst_colorspace_caps_remove_format_info):
34042         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
34043         (gst_ffmpegcolorspace_caps_remove_format_info):
34044           s/gst_caps_simplify/gst_caps_do_simplify/
34045
34046 2004-04-22  Benjamin Otte  <otte@gnome.org>
34047
34048         * gst-libs/gst/riff/riff-media.c:
34049         (gst_riff_create_video_caps_with_data):
34050           mpegversion is an int
34051         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
34052           don't try to create pad templates with NULL caps, use any caps
34053           instead.
34054
34055 2004-04-20  David Schleef  <ds@schleef.org>
34056
34057         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
34058         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
34059         (bug #140384)
34060
34061 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
34062
34063         reviewed by David Schleef
34064
34065         * ext/mad/gstid3tag.c: Add stdlib.h
34066         * gst/rtp/gstrtpgsmenc.c: same
34067         * gst/tags/gstid3tag.c: same
34068         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
34069         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
34070         GST_DISABLE_LOADSAVE use.
34071         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
34072         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
34073         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
34074         atol(3)).
34075         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
34076         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
34077         strtoul(3)).
34078         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
34079         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
34080         $(ID3_CFLAGS).
34081         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
34082         $(LIBFAME_CFLAGS).
34083
34084 2004-04-20  David Schleef  <ds@schleef.org>
34085
34086         * gst/realmedia/rmdemux.c:  This was supposed to part of the
34087         last checkin.  Same idea.
34088
34089 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
34090
34091         reviewed by David Schleef
34092
34093         * configure.ac: bump required gstreamer version to 0.8.1.1
34094         because of following changes [--ds]
34095
34096         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
34097         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
34098         (gst_riff_read_header):  Use GST_READ_UINT*
34099         macros to access possibly unaligned memory.
34100
34101         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
34102         (mp3_type_find):  Use GST_READ_UINT*
34103         macros to access possibly unaligned memory.
34104         (mp3_type_find, mpeg1_parse_header, qt_type_find)
34105         (speex_type_find): Likewise
34106
34107         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
34108
34109         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
34110         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
34111         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
34112         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
34113         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
34114         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
34115         macros to access possibly unaligned memory.
34116
34117         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
34118         Likewise.
34119
34120         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
34121         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
34122
34123         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
34124         Likewise.
34125
34126         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
34127         (gst_mpeg2subt_chain_subtitle): Likewise.
34128
34129         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
34130         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
34131         Likewise.
34132
34133         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
34134         Likewise.
34135
34136         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
34137         Likewise.
34138
34139         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
34140         Likewise.
34141
34142 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34143
34144         * configure.ac:
34145           update required version of GStreamer because of GST_TIME_FORMAT
34146
34147 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34148
34149         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
34150           remove leftover g_print
34151         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34152           don't try setting only a subset of the caps. We don't want to kill
34153           autoplugging on purpose
34154
34155 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34156
34157         * sys/ximage/ximagesink.c: (plugin_init):
34158         * sys/xvimage/xvimagesink.c: (plugin_init):
34159           add debugging categories
34160
34161 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34162
34163         * po/en_GB.po:
34164         * po/LINGUAS:
34165           Adding en_GB translation (Gareth Owen)
34166
34167 2004-04-20  David Schleef  <ds@schleef.org>
34168
34169         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
34170         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
34171         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
34172         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
34173         A number of new features and hacks to extract the esds atom and
34174         put it into the caps.  (bug #137724)
34175
34176 2004-04-19  David Schleef  <ds@schleef.org>
34177
34178         * gconf/Makefile.am: Fix for non-GNU make
34179         * gst-libs/gst/Makefile.am: Change directory order to handle
34180         GstPlay linking with gstinterfaces
34181         * gst-libs/gst/audio/make_filter: make use of tr portable
34182         * gst-libs/gst/play/Makefile.am: Add intended \
34183         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
34184         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
34185         function prototype instead of void *.
34186         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
34187         macro.
34188         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
34189         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
34190         * gst/videofilter/make_filter: make use of tr portable
34191         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
34192
34193 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34194
34195         * po/LINGUAS:
34196         * po/uk.po:
34197           Added Ukrainian translation (Maxim V. Dziumanenko)
34198
34199 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34200
34201         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
34202         (gst_gsmdec_link), (gst_gsmdec_chain):
34203           Fix capsnego, simplify chain function slightly.
34204         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
34205           Add GSM.
34206
34207 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34208
34209         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
34210         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
34211         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
34212           Hack to make wavparse work with spider (always -> sometimes pad).
34213           Fixes #135862 && #140411.
34214
34215 2004-04-18  Benjamin Otte  <otte@gnome.org>
34216
34217         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
34218         (gst_osselement_rate_probe_check),
34219         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
34220           get rid of \n in debug output
34221
34222 2004-04-17  Iain <iain@prettypeople.org>
34223
34224         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
34225         not just EOS.
34226
34227 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34228
34229         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34230         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
34231         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
34232         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
34233         (gst_id3_tag_src_link), (gst_id3_tag_chain),
34234         (gst_id3_tag_change_state), (plugin_init):
34235           deprecate id3tag element and replace with id3demux/id3mux.
34236           great side effect: this ugly file is now even uglier, yay!
34237         * ext/mad/gstmad.h:
34238           remove non-available function
34239           update for new get_type
34240
34241 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34242
34243         * configure.ac:
34244           require mpeg2dec >= 0.4.0
34245
34246 2004-04-17  Benjamin Otte  <otte@gnome.org>
34247
34248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
34249         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
34250         (gst_xvimagesink_set_xwindow_id):
34251           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
34252           assorted cleanup fixes.
34253
34254 2004-04-16  David Schleef  <ds@schleef.org>
34255
34256         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
34257         * sys/xvimage/xvimagesink.h: same
34258
34259 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
34260
34261         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
34262           Fix GST_ELEMENT_ERROR with (NULL)
34263
34264 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34265
34266         * gst-libs/gst/riff/riff-media.c:
34267         (gst_riff_create_video_caps_with_data):
34268           Add div[3456] as fourccs for DivX 3 (fixes #140137).
34269
34270 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34271
34272         * gst-libs/gst/riff/riff-media.c:
34273         (gst_riff_create_video_caps_with_data),
34274         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
34275         (gst_riff_create_video_template_caps),
34276         (gst_riff_create_audio_template_caps):
34277         * gst-libs/gst/riff/riff-media.h:
34278         * gst-libs/gst/riff/riff-read.c:
34279         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
34280         * gst-libs/gst/riff/riff-read.h:
34281         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
34282           Add MS RLE support. I added some functions to read out strf chunks
34283           into strf chunks and the data behind it. This is usually color
34284           palettes (as in RLE, but also in 8-bit RGB). Also use those during
34285           caps creation. Lastly, add ADPCM (similar to wavparse - which
34286           should eventually be rifflib based).
34287         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
34288         (gst_matroska_demux_init), (gst_matroska_demux_reset):
34289         * gst/matroska/matroska-demux.h:
34290           Remove placeholders for some prehistoric tagging system. Didn't add
34291           support for any tag system really anyway.
34292         * gst/qtdemux/qtdemux.c:
34293           Add support for audio/x-m4a (MPEG-4) through spider.
34294         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
34295         (gst_wavparse_loop):
34296           ADPCM support (#135862). Increase max. buffer size because we
34297           cannot split buffers for ADPCM (screws references) and I've seen
34298           files with 2048 byte chunks. 4096 seems safe for now.
34299
34300 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
34301
34302         * configure.ac: bump nano to 1
34303
34304 === release 0.8.1 ===
34305
34306 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
34307
34308         * configure.ac: releasing 0.8.1, "Comforting Sounds"
34309
34310 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34311
34312         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
34313           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
34314           Fixes #140058
34315
34316 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34317
34318         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
34319           lower rank of dvddemux so that it's not used for mpeg playback.
34320
34321 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34322
34323         * configure.ac:
34324           save libs correctly when checking mad
34325
34326 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34327
34328         * ext/mad/gstid3tag.c: (plugin_init):
34329           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
34330
34331 2004-04-13  David Schleef  <ds@schleef.org>
34332
34333         * common/m4/gst-feature.m4: Call -config scripts with
34334         --plugin-libs if it is supported.
34335         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
34336         JPEG images are image/jpeg.
34337         * gst/debug/Makefile.am:
34338         * gst/debug/negotiation.c: (gst_negotiation_class_init),
34339         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
34340         (gst_negotiation_update_caps), (gst_negotiation_get_property),
34341         (gst_negotiation_plugin_init): Add a property that acts like
34342         filter caps.
34343         * testsuite/gst-lint:  Move license checking to be a standard
34344         test.
34345
34346 2004-04-13  David Schleef  <ds@schleef.org>
34347
34348         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
34349         patch from Sebastien Cote (bug #139958)
34350
34351 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
34352
34353         * examples/gstplay/Makefile.am:
34354         * examples/gstplay/player.c: (main):
34355           make the commandline player example use gconf settings
34356
34357 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
34358
34359         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
34360         (gst_cacasink_sinkconnect), (gst_cacasink_init),
34361         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
34362           init/end library during state transition, not object
34363           creation/disposal.  get rid of custom dispose handler.
34364
34365
34366 2004-04-12  Christian Schaller <Uraeus@gnome.org>
34367
34368         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
34369         be a symlink
34370
34371 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34372
34373         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
34374           Handle JUNK chunks inside data section. Prevents warnings.
34375
34376 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34377
34378         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
34379         (gst_riff_create_video_template_caps):
34380           Add MS video v1.
34381         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
34382         (gst_avi_demux_stream_data):
34383           Add support for "rec-list" chunks.
34384
34385 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34386
34387         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
34388           Fix another codecname mismatch.
34389
34390 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34391
34392         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
34393           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
34394           so that MJPEG plays back.
34395
34396 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34397
34398         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
34399         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
34400         * gst/mpeg1videoparse/gstmp1videoparse.h:
34401           Fix for some slight mis-cuts in buffer parsing, and for some
34402           potential overflows or faults-causers. Adds disconts. Also fixes
34403           #139105 while we're at it.
34404
34405 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34406
34407         * configure.ac:
34408         * sys/v4l2/gstv4l2element.h:
34409           Workaround for missing struct v4l2_buffer declaration in Suse 9
34410           and Mandrake 10 linux/videodev2.h header file (#135919).
34411
34412 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34413
34414         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
34415           Bail out if no filename was given.
34416
34417 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34418
34419         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
34420         (gst_v4l2_fourcc_from_structure):
34421           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
34422           Y41B somewhere).
34423
34424 2004-04-09  Benjamin Otte  <otte@gnome.org>
34425
34426         * ext/gnomevfs/gstgnomevfssink.c:
34427         (_gst_boolean_allow_overwrite_accumulator),
34428         (gst_gnomevfssink_class_init):
34429           fix erase signal - if any handler returns false the file will not be
34430           overwritten. If no handler is connected, the file will not be
34431           overwritten either.
34432           renamed signal to "allow-overwrite"
34433         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
34434           free string when adding it to ID3 failed
34435         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
34436           unref event when done
34437         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
34438           free caps
34439         * gst/typefind/gsttypefindfunctions.c:
34440         (mpeg_video_stream_type_find):
34441           fix invalid read
34442
34443 2004-04-08  David Schleef  <ds@schleef.org>
34444
34445         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
34446         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
34447
34448 2004-04-08  David Schleef  <ds@schleef.org>
34449
34450         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
34451         we don't support (bug #139532)
34452
34453 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
34454
34455         * ext/mad/gstmad.c: (gst_mad_handle_event),
34456         (gst_mad_check_caps_reset), (gst_mad_chain),
34457         (gst_mad_change_state):
34458           only set explicit caps if they haven't been set before for
34459           this stream.  MPEG-audio sample rate/channels aren't allowed
34460           to change in-stream.
34461           Fixes #139382
34462
34463 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34464
34465         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
34466         (_gst_boolean_did_something_accumulator),
34467         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
34468         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
34469         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
34470         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
34471         (gst_gnomevfssink_change_state):
34472           Fix erase signal. Don't erase by default. Remove handoff signal.
34473           Remove erase property. Don't segfault. General cleanup.
34474
34475 2004-04-07  Benjamin Otte  <otte@gnome.org>
34476
34477         * gst-libs/gst/gconf/test-gconf.c: (main):
34478           add missing gst_init
34479
34480 2004-04-07  Benjamin Otte  <otte@gnome.org>
34481
34482         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
34483           free the mutexes, too
34484
34485 2004-04-07  Benjamin Otte  <otte@gnome.org>
34486
34487         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
34488           actually free the URI string
34489         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
34490           compute offset correctly when passing discont events
34491         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34492           don't leak discont events
34493         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
34494           add some missing breaks so caps aren't copied randomly
34495         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
34496           if we realloc memory, we better use it
34497
34498 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34499
34500         * ext/mad/gstmad.c: (normal_seek):
34501           fix GST_FORMAT_TIME usage
34502
34503 2004-04-05  David Schleef  <ds@schleef.org>
34504
34505         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
34506         a deprecated function (hack!)
34507
34508 2004-04-05  Benjamin Otte  <otte@gnome.org>
34509
34510         * ext/esd/esdmon.c: (gst_esdmon_get):
34511           fix nonterminated vararg and memleak
34512
34513 2004-04-05  Benjamin Otte  <otte@gnome.org>
34514
34515         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
34516         (gst_ladspa_init), (gst_ladspa_force_src_caps),
34517         (gst_ladspa_set_property), (gst_ladspa_get_property),
34518         (gst_ladspa_instantiate), (gst_ladspa_activate),
34519         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
34520           clean up debugging
34521
34522 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
34523
34524         reviewed by Benjamin Otte  <otte@gnome.org>
34525
34526         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
34527           check for broken LADSPA parameters (fixes #138635)
34528
34529 2004-04-05  Benjamin Otte  <otte@gnome.org>
34530
34531         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
34532           advertise buffer-frames correctly on sinkpads
34533
34534 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
34535
34536         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
34537         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
34538         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
34539         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
34540         (gst_mad_check_caps_reset), (gst_mad_chain):
34541         add more debugging, only reset caps when we're not in error state
34542
34543 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
34544
34545         * ext/mad/gstmad.c: add debugging category, comment + cleanups
34546
34547 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
34548
34549         reviewed by Benjamin Otte  <otte@gnome.org>
34550
34551         * configure.ac:
34552           fix == in test(1) operator
34553
34554 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
34555
34556         reviewed by Benjamin Otte  <otte@gnome.org>
34557
34558         * configure.ac:
34559           fix --export-symblos-regex to a working regex.
34560
34561 2004-04-04  Benjamin Otte  <otte@gnome.org>
34562
34563         * sys/oss/.cvsignore:
34564           add for oss_probe
34565
34566 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
34567
34568         reviewed by Benjamin Otte  <otte@gnome.org>
34569
34570         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34571           add missing 'new_media' argument (fixes #138168)
34572         * gst/matroska/matroska-demux.c:
34573         (gst_matroska_demux_handle_seek_event):
34574           add vararg terminator (fixes #138169)
34575
34576 2004-04-02  David Schleef  <ds@schleef.org>
34577
34578         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
34579         disted (bug #138914)
34580
34581 2004-04-01  Benjamin Otte  <otte@gnome.org>
34582
34583         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
34584         (gst_alsa_close_audio):
34585           handle case better where a soundcard can't pause
34586         * ext/ogg/gstoggdemux.c:
34587           don't crash when we get events but don't have pads yet
34588
34589 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34590
34591         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
34592           throw an error if we couldn't probe any caps.
34593
34594 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
34595
34596         * ext/dvdnav/gst-dvd:
34597         Add a really simple sample DVD player
34598
34599 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
34600
34601         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
34602         (gst_a52dec_push), (gst_a52dec_handle_event),
34603         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
34604         (gst_a52dec_change_state):
34605         * ext/a52dec/gsta52dec.h:
34606           Use a debug category, Output timestamps correctly
34607           Emit tag info, Handle events, tell liba52dec about cpu
34608           capabilities so it can use MMX etc.
34609         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
34610           Fix a crasher accessing invalid memory
34611         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
34612         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
34613         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
34614         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
34615         (dvdnavsrc_query):
34616           Some support for byte-format seeking.
34617           Small fixes for still frames and menu button overlays
34618         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
34619         (gst_mpeg2dec_alloc_buffer):
34620           Use a debug category. Adjust the report level of several items to
34621           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
34622           so it doesn't lose the GstBuffer pointer
34623         * gst/debug/Makefile.am:
34624         * gst/debug/gstdebug.c: (plugin_init):
34625         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
34626         (gst_navseek_base_init), (gst_navseek_class_init),
34627         (gst_navseek_init), (gst_navseek_seek),
34628         (gst_navseek_handle_src_event), (gst_navseek_set_property),
34629         (gst_navseek_get_property), (gst_navseek_chain),
34630         (gst_navseek_plugin_init):
34631         * gst/debug/gstnavseek.h:
34632           Add the navseek debug element for seeking back and forth in a
34633           video stream using arrow keys.
34634         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
34635         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
34636         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
34637         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
34638         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
34639         (gst_mpeg2subt_parse_header), (gst_get_nibble),
34640         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
34641         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
34642         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
34643         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
34644         * gst/mpeg2sub/gstmpeg2subt.h:
34645           Pretty much a complete rewrite. Now a loopbased element. May still
34646           require work to properly synchronise subtitle buffers.
34647         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
34648         (gst_dvd_demux_send_subbuffer):
34649         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
34650           Don't attempt to create subbuffers of size 0
34651           Reduce a couple of error outputs to warnings.
34652         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
34653         (gst_y4mencode_chain):
34654         Output the y4m frame header correctly.
34655
34656 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34657
34658         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
34659           throw errors instead of allowing SIGFPE
34660
34661 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34662
34663         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
34664         (gst_gconf_render_bin_from_key):
34665           leak plugging and style fixing
34666
34667 2004-03-31  David Schleef  <ds@schleef.org>
34668
34669         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
34670         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
34671         (bug #138225)
34672         * gst/debug/Makefile.am:
34673         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
34674         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
34675         plugin.
34676         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
34677         (gst_negotiation_base_init), (gst_negotiation_class_init),
34678         (gst_negotiation_init), (gst_negotiation_getcaps),
34679         (gst_negotiation_pad_link), (gst_negotiation_chain),
34680         (gst_negotiation_set_property), (gst_negotiation_get_property),
34681         (gst_negotiation_plugin_init):  New element to talk about random
34682         negotiation things happening in a pipeline.
34683
34684 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
34685
34686         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
34687           fix integer addition with help of Stefan Kost
34688
34689 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
34690
34691         * po/nl.po: updated Dutch translation (Elros Cyriatan)
34692
34693 2004-03-30  David Schleef  <ds@schleef.org>
34694
34695         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
34696         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
34697         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
34698         (bug #137504)
34699         * ext/mpeg2dec/gstmpeg2dec.h:
34700
34701 2004-03-30  David Schleef  <ds@schleef.org>
34702
34703         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
34704
34705 2004-03-30  David Schleef  <ds@schleef.org>
34706
34707         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
34708         Michael Petullo) to handle .mov
34709
34710 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34711
34712         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
34713         (gst_osselement_rate_check_rate):
34714           probe caps correctly for sound cards that only support one format
34715
34716 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34717
34718         * ext/kio/kiosrc.cpp: (process_events):
34719           update handling event processing if inside KDE - untested
34720
34721 2004-03-29  David Schleef  <ds@schleef.org>
34722
34723         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
34724         by 2 to not interfere with other colorspaces.
34725         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
34726         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
34727         one to not interfere with ffmpeg_colorspace.
34728
34729 2004-03-29  David Schleef  <ds@schleef.org>
34730
34731         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
34732         aren't in the caps.
34733         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
34734         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
34735
34736 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34737
34738         * gst-libs/gst/riff/riff-media.c:
34739           fail on error, don't try to set stuff on NULL caps
34740
34741 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34742
34743         * configure.ac:
34744         * ext/Makefile.am:
34745         * ext/kio/Makefile.am:
34746         * ext/kio/kioreceiver.cpp:
34747         * ext/kio/kioreceiver.h:
34748         * ext/kio/kiosrc.cpp:
34749         * ext/kio/kiosrc.h:
34750           add experimental kiosrc plugin
34751         * ext/alsa/gstalsaplugin.c: (plugin_init):
34752           initialize debugging category only when we're sure registering the
34753           plugins worked.
34754
34755 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
34756
34757         * examples/gstplay/player.c: (main):
34758         * gst-libs/gst/play/play.c: (gst_play_class_init),
34759         (gst_play_set_location), (gst_play_set_data_src),
34760         (gst_play_set_video_sink), (gst_play_set_audio_sink),
34761         (gst_play_set_visualization), (gst_play_connect_visualization):
34762           check return values of element_set_state and return FALSE where
34763           failed
34764
34765 2004-03-29  Benjamin Otte  <otte@gnome.org>
34766
34767         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34768           try harder to check if an event is really a discont
34769
34770 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
34771
34772         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
34773         * po/az.po:
34774
34775 2004-03-28  Benjamin Otte  <otte@gnome.org>
34776
34777         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
34778         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
34779         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
34780           get rid of non-standard "..." ranges in case statements.
34781
34782 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
34783
34784         * gst/mpegstream/gstmpegdemux.c:
34785         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
34786         specific functionality split to the new dvddemux element.
34787         * gst/mpegstream/gstdvddemux.c:
34788         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
34789         streams, derived from mpegdemux.
34790         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
34791         up. SCR based timestamp rewriting can be turned off (will probably
34792         completely disappear soon).
34793         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
34794         hacking. General cleanup. All printf statements replaced by
34795         debugging messages. Almost complete libdvdnav support.
34796         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
34797         by events. New properties for audio and subpicture languages.
34798         (dvdnavsrc_update_highlight): Now uses events.
34799         (dvdnavsrc_user_op): Cleaned up.
34800         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
34801         based). Lots of cleanup, and propper support for most libdvdnav
34802         events.
34803         (dvdnavsrc_make_dvd_event): New function.
34804         (dvdnavsrc_make_dvd_nav_packet_event): New function.
34805         (dvdnavsrc_make_clut_change_event): New function.
34806
34807 2004-03-26  Benjamin Otte  <otte@gnome.org>
34808
34809         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
34810           fix bug where typefinding would claim it's theora whenever less then
34811           7 bytes of data were available
34812
34813 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34814
34815         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
34816         (gst_alawdec_base_init), (gst_alawdec_class_init),
34817         (gst_alawdec_init), (gst_alawdec_chain):
34818         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
34819         (gst_alawenc_base_init), (gst_alawenc_class_init),
34820         (gst_alawenc_init), (gst_alawenc_chain):
34821         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
34822         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
34823         (gst_mulawdec_init), (gst_mulawdec_chain):
34824         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
34825         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
34826         (gst_mulawenc_init), (gst_mulawenc_chain):
34827           Fix capsnego in all four, remove the unused property functions and
34828           simplify the chain functions slightly. I guess we could use macros
34829           or something similar for those, since the code is so similar, but
34830           I'm currently too lazy...
34831
34832 2004-03-24  David Schleef  <ds@schleef.org>
34833
34834         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
34835         (gst_osselement_close_audio), (gst_osselement_probe_caps),
34836         (gst_osselement_get_format_structure),
34837         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
34838         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
34839         (gst_osselement_rate_int_compare): Add code to handle rate probing
34840         (bug #120883)
34841         * sys/oss/gstosselement.h: same
34842         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
34843         Use rate probing provided by osselement.
34844         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
34845
34846 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34847
34848         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
34849         (gst_xvidenc_get_property):
34850           ulong/int mess-up.
34851
34852 2004-03-24  David Schleef  <ds@schleef.org>
34853
34854         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
34855         (gst_speexdec_init):
34856         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
34857         (gst_speexenc_init):  Create the pad template correctly (from
34858         the static pad template, not a NULL pointer.)
34859
34860 2004-03-25  Benjamin Otte  <otte@gnome.org>
34861
34862         * gst/debug/Makefile.am:
34863         * gst/debug/breakmydata.c:
34864           add element that quasi-randomly changes bytes in the stream.
34865           Intended use is robustness checking of demuxers and decoders in
34866           media tests.
34867
34868 2004-03-24  Benjamin Otte  <otte@gnome.org>
34869
34870         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34871         (gst_alsa_probe_hw_params):
34872         * ext/alsa/gstalsa.h:
34873           debugging output fixes
34874
34875 2004-03-24  Benjamin Otte  <otte@gnome.org>
34876
34877         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
34878           don't g_return_if_fail if element is PLAYING, fail silently as every
34879           other element.
34880         * gst/effectv/gstquark.c: (gst_quarktv_chain):
34881           only fix needed for cast lvalue issues in gst-plugins
34882         * gst/volenv/gstvolenv.c: (gst_volenv_init):
34883           add proxy_getcaps
34884
34885 2004-03-24  Benjamin Otte  <otte@gnome.org>
34886
34887         * gst/level/gstlevel.c: (gst_level_init):
34888           add proxying getcaps function, so level doesn't advertise impossible
34889           caps
34890
34891 2004-03-24  David Schleef  <ds@schleef.org>
34892
34893         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
34894         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
34895         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
34896         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
34897         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
34898         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
34899         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
34900         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
34901         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
34902         messages.  Divide the chunk size by the compression ratio
34903         (needed for MACE audio)
34904
34905 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34906
34907         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
34908           Fix buffer overflow read error.
34909
34910 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34911
34912         * ext/alsa/gstalsa.h:
34913           Remove unused entry.
34914         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
34915           Add cinepak.
34916         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
34917         (gst_videodrop_link), (gst_videodrop_chain):
34918           Fix, sort of. Was horribly broken with new capsnego. Bah...
34919
34920 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
34921
34922         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
34923         (plugin_init):
34924         Add a monkeysaudio typefind function
34925
34926 2004-03-23  Johan Dahlin  <johan@gnome.org>
34927
34928         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
34929         (gst_play_video_fixate): Check so the structure has the field
34930         before trying to fixate them, this makes it possible to have
34931         fakesinks for video and audio output without printing errors on
34932         the output console.
34933
34934 2004-03-22  David Schleef  <ds@schleef.org>
34935
34936         * sys/oss/Makefile.am:
34937         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
34938         (check_rate), (add_rate):  Rate probing test app.
34939
34940 2004-03-21  Benjamin Otte  <otte@gnome.org>
34941
34942         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
34943         (_fixate_caps_to_int), (gst_audio_convert_fixate):
34944           add a fixation function that pretty much does the right thing (fixes
34945           #137556)
34946
34947 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
34948
34949         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
34950
34951 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
34952
34953         reviewed by: Benjamin Otte  <otte@gnome.org>
34954
34955         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
34956           terminate gst_event_new_discontinuous correctly (fixes parts of
34957           #137711)
34958
34959 2004-03-19  David Schleef  <ds@schleef.org>
34960
34961         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
34962         since it doesn't depend on X, and it's part of our ABI.
34963
34964 2004-03-19  Iain <iain@prettypeople.org>
34965
34966         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
34967         is_int in the structure, not the local variable.
34968
34969 2004-03-19  David Schleef  <ds@schleef.org>
34970
34971         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
34972         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
34973         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
34974         Improvements in caps negotiation.
34975
34976 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
34977
34978         * po/LINGUAS:
34979         * po/af.po:
34980           adding Afrikaans (Petri Jooste)
34981
34982 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
34983
34984         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
34985         (gst_ffmpegcolorspace_chain):
34986         throw error instead of g_critical (#137588)
34987
34988 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
34989
34990         * Makefile.am:
34991         * configure.ac:
34992           dist common and m4 correctly
34993         * po/sv.po:
34994
34995 2004-03-17  David Schleef  <ds@schleef.org>
34996
34997         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
34998         (bug #137348)
34999
35000 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
35001
35002         * po/LINGUAS:
35003         * po/sv.po:
35004           adding Swedish translation (Christian Rose)
35005
35006 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
35007
35008         * Makefile.am: use release.mak
35009
35010 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35011
35012         * common/ChangeLog:
35013         * common/gst-autogen.sh:
35014           add some explanation about the version detection
35015         * configure.ac:
35016           fix X check
35017
35018 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35019
35020         * configure.ac: bump nano to 1
35021
35022 === release 0.8.0 ===
35023
35024 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35025
35026         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
35027
35028 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35029
35030         * configure.ac:
35031           update libtool version
35032         * gst-libs/gst/media-info/Makefile.am:
35033           actually use libtool version
35034
35035 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35036
35037         * configure.ac: fix speex detection to work with 1.0 but not 1.1
35038
35039 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35040
35041         * configure.ac:
35042         * gst-plugins.spec.in:
35043         * pkgconfig/Makefile.am:
35044         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
35045         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
35046         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
35047         * pkgconfig/gstreamer-libs.pc.in:
35048         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
35049         * pkgconfig/gstreamer-play-uninstalled.pc.in:
35050         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
35051         * pkgconfig/gstreamer-plugins.pc.in:
35052           remove @VERSION@ from some of the pc files since core and plugins
35053           are decoupled.
35054           created gstreamer-plugins.pc as it's a better name, but keeping
35055           -libs around for now to get fixes upstream done first.
35056
35057 2004-03-15  Julien MOUTTE <julien@moutte.net>
35058
35059         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
35060         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
35061         * gst-libs/gst/play/play.h:
35062
35063 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35064
35065         * *.c, *.cc: don't mix tabs and spaces
35066
35067 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35068
35069         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
35070           use the new ffmpegcolorspace
35071         * gst-plugins.spec.in:
35072           package new colorspace and media-info
35073         * configure.ac:
35074         * pkgconfig/Makefile.am:
35075           fix some more disting issues
35076         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
35077         * pkgconfig/gstreamer-media-info.pc.in:
35078           generate media-info pc files
35079
35080 2004-03-15  Johan Dahlin  <johan@gnome.org>
35081
35082         * *.h: Revert indenting
35083
35084 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35085
35086         * configure.ac:
35087           adding ffmpegcolorspace element
35088         * gst/ffmpegcolorspace/Makefile.am:
35089         * gst/ffmpegcolorspace/avcodec.h:
35090         * gst/ffmpegcolorspace/common.h:
35091         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
35092         * gst/ffmpegcolorspace/dsputil.h:
35093         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
35094         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
35095         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
35096         (gst_ffmpeg_caps_to_pix_fmt):
35097         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
35098         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35099         (gst_ffmpegcolorspace_caps_remove_format_info),
35100         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
35101         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
35102         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
35103         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
35104         (gst_ffmpegcolorspace_set_property),
35105         (gst_ffmpegcolorspace_get_property),
35106         (gst_ffmpegcolorspace_register):
35107         * gst/ffmpegcolorspace/imgconvert.c:
35108         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
35109         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
35110         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
35111         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
35112         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
35113         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
35114         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
35115         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
35116         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
35117         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
35118         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
35119         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
35120         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
35121         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
35122         (img_get_alpha_info), (deinterlace_line),
35123         (deinterlace_line_inplace), (deinterlace_bottom_field),
35124         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
35125         * gst/ffmpegcolorspace/imgconvert_template.h:
35126         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
35127         * gst/ffmpegcolorspace/mmx.h:
35128         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
35129           adding ffmpegcolorspace element supplied by Ronald after cleaning
35130           up and pulling in the right bits of upstream source.
35131           I'm sure a better C/compiler wizard could do some cleaning up (for
35132           example use GLIB's malloc stuff), but as a first pass this
35133           works very well
35134
35135 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35136
35137         * ext/alsa/gstalsa.h:
35138           I assume Ronald forgot to commit the change to have cardname
35139           as a struct member.  Expect some public spanking at the next
35140           opportunity.
35141
35142 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35143
35144         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
35145         (gst_alsa_open_audio), (gst_alsa_close_audio):
35146         * ext/alsa/gstalsa.c:
35147           Don't open the device if we're a mixer (= padless).
35148         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
35149         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
35150         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
35151           Open mixer during state change rather than during object
35152           initialization. Also, get a device name. Currently in a somewhat
35153           hackish fashion, but I didn't really find something better.
35154
35155 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35156
35157         * *.c, *.h: run gst-indent
35158
35159 2004-03-14  Benjamin Otte  <otte@gnome.org>
35160
35161         * gst/modplug/gstmodplug.cc:
35162         * gst/modplug/gstmodplug.h:
35163           set correct timestamps on outgoing buffers
35164
35165 2004-03-14  Benjamin Otte  <otte@gnome.org>
35166
35167         * gst/modplug/gstmodplug.cc:
35168           handle events - don't do crap when a discont arrives that's not
35169           necessary
35170           This allows correct loading and playback of mods in Rhythmbox
35171
35172 2004-03-14  Benjamin Otte  <otte@gnome.org>
35173
35174         * configure.ac:
35175         * gst-libs/gst/gconf/Makefile.am:
35176         * pkgconfig/Makefile.am:
35177           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
35178           they get rebuilt properly
35179         * configure.ac:
35180           when checking for vorbis, try pkgconfig first.
35181         * gst/modplug/gstmodplug.cc:
35182           add fixate function
35183
35184 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35185
35186         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35187           Fix for obvious mistake, where we first shift the offset and then
35188           read a samplesize element assuming the old offset. Note that this
35189           part still has something weird, i.e. my movies containing those
35190           don't actually play well, but at least there's something that looks
35191           like sound now.
35192
35193 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
35194         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
35195         (plugin_init):
35196         Add a typefind function for speex format
35197
35198 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35199
35200         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
35201         (gst_asf_demux_setup_pad):
35202           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
35203           instead of 0. Reason is simple: some elements have a fps range
35204           of 1-max instead of 0-max. So now ASF video actually works.
35205
35206 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35207
35208         * po/LINGUAS:
35209         * po/sr.po:
35210           adding serbian as a language
35211
35212 2004-03-13  Benjamin Otte  <otte@gnome.org>
35213
35214         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
35215           return taglist correctly from _get function, don't gst_pad_push it.
35216           (fixes #137042)
35217
35218 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
35219         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35220
35221 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35222
35223         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
35224         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
35225         (gst_alsa_mixer_track_new):
35226         * ext/alsa/gstalsamixertrack.h:
35227           Fix ancient leftovers... MixerTrack is a GObject.
35228
35229 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35230
35231         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35232         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
35233           Don't block during probing...
35234
35235 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35236
35237         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
35238         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
35239         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
35240         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
35241         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
35242         (gst_alsa_open_audio), (gst_alsa_close_audio):
35243         * ext/alsa/gstalsa.h:
35244           Add propertyprobe interface implementation, add some device-name
35245           property, all this so that it looks good in gnome-volume-control.
35246
35247 2004-03-12  David Schleef  <ds@schleef.org>
35248
35249         * configure.ac: the Hermes library controls hermescolorspace, not
35250         colorspace.
35251         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
35252         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
35253         not /* */
35254         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
35255         * ext/sdl/sdlvideosink.h: ditto.
35256         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
35257
35258 2004-03-12  Benjamin Otte  <otte@gnome.org>
35259
35260         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
35261         (gst_x_overlay_got_xwindow_id):
35262         * gst-libs/gst/xoverlay/xoverlay.h:
35263           replace XID with unsigned long to get rid of the xlibs dependency in
35264           XOverlay (fixes #137004)
35265
35266 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
35267         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
35268         (gst_agingtv_setup):
35269         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
35270         (gst_dicetv_base_init), (gst_dicetv_class_init),
35271         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
35272         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
35273         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
35274         (gst_edgetv_setup), (gst_edgetv_rgb32):
35275         * gst/effectv/gsteffectv.c:
35276         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
35277         (gst_quarktv_set_property):
35278         * gst/effectv/gstrev.c: (gst_revtv_get_type),
35279         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
35280         (gst_revtv_setup), (gst_revtv_rgb32):
35281         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
35282         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
35283         (gst_shagadelictv_init), (gst_shagadelictv_setup),
35284         (gst_shagadelictv_rgb32):
35285         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
35286         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
35287         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
35288         * gst/effectv/gstwarp.c:
35289         Port everything that can be ported to videofilter and fix up the caps.
35290         Can someone with a big-endian machine please check these?
35291
35292 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35293
35294         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
35295         (gst_osssink_chain), (gst_osssink_change_state):
35296           Latest fixes for A/V sync, audio playback and such. This is about
35297           all... MPEG playback issues are mostly related to the async build-
35298           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
35299
35300 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
35301
35302         patch from: Stephane Loeuillet
35303
35304         * configure.ac:
35305           use pkg-config for some libraries, falling back to the old .m4 way
35306           (fixes #131270)
35307         * m4/libdv.m4:
35308           removed
35309
35310 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
35311
35312         * configure.ac:
35313         * tools/Makefile.am:
35314         * tools/Makefile.in:
35315         * tools/gst-launch-ext-m.m:
35316         * tools/gst-launch-ext.1.in:
35317         * tools/gst-visualise-m.m:
35318         * tools/gst-visualise.1:
35319         * tools/gst-visualise.1.in:
35320           reorganizing generation of script tools
35321
35322 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35323
35324         * ext/divx/gstdivxdec.c:
35325           Downgrade priority. We prefer ffdec_mpeg4.
35326         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
35327         (gst_faad_chain), (gst_faad_change_state):
35328           Fix capsnego. Doesn't work for some sounds because we don't have
35329           a 5:1 to stereo element.
35330         * ext/xvid/gstxvid.c: (plugin_init):
35331           Add priority.
35332         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
35333         (gst_osssink_change_state):
35334           Add discont handling.
35335
35336 2004-03-09  Colin Walters  <walters@verbum.org>
35337
35338         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
35339         conversion.
35340
35341 2004-03-09  Benjamin Otte  <otte@gnome.org>
35342
35343         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
35344           the signals take 2 arguments
35345
35346 2004-03-09  David Schleef  <ds@schleef.org>
35347
35348         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
35349         (gst_alsa_fixate): Add fixate function.  (bug #136686)
35350         * ext/alsa/gstalsa.h:
35351         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
35352
35353 2004-03-09  Benjamin Otte  <otte@gnome.org>
35354
35355         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
35356         (gst_mikmod_change_state):
35357         * ext/mikmod/gstmikmod.h:
35358           make mikmod's loop function not loop infinitely and call
35359           gst_element_yield anymore
35360         * gst/modplug/gstmodplug.cc:
35361           fix pad negotiation (fixes #136590)
35362
35363 2004-03-09  David Schleef  <ds@schleef.org>
35364
35365         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
35366         doesn't conflict with the internal colorspace plugin.
35367         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
35368         satisfy the crappy-ass shell shipped by a certain vendor.
35369         * gst/videofilter/make_filter: same (bug #135299)
35370
35371 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
35372
35373         * configure.ac: bump nano to 1
35374
35375 === release 0.7.6 ===
35376
35377 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
35378
35379         * configure.in: releasing 0.7.6, "There"
35380
35381 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
35382
35383         * pkgconfig/gstreamer-play-uninstalled.pc.in:
35384         * pkgconfig/gstreamer-play.pc.in:
35385           synchronize the two
35386
35387 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
35388
35389         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
35390         (cdparanoia_open), (cdparanoia_event):
35391           fix/add error handling
35392         * po/POTFILES.in:
35393           add cdparanoia source
35394         * tools/Makefile.am:
35395           make scripts executable
35396
35397 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
35398
35399         * configure.ac:
35400         * ext/vorbis/Makefile.am:
35401         * sys/Makefile.am:
35402           remove id3types, vorbisfile and xvideosink from the build (#133783)
35403
35404 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35405
35406         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
35407           Fix metadata read crash (#136537).
35408
35409 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
35410
35411         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
35412         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
35413           adding mime types, fixing the one-stop function
35414
35415 2004-03-08  Christian Schaller <Uraeus@gnome.org>
35416
35417         * ext/nas/nassink.c and /ext/nas/nassink.h:
35418         More NAS love from Arwed von Merkatz
35419         So lets all sing 'Can you feel the NAS tonight'
35420
35421 2004-03-08  Christian Schaller <Uraeus@gnome.org>
35422
35423         * tools/gst-launch-ext.in:
35424         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
35425
35426 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
35427
35428         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
35429         (gst_mpeg2dec_init):
35430         remove the user_data pad for now, because it is being used in
35431         fixating causing MPEG playback to fixate on 1000 Hz for playback.
35432         If someone knows how to fix this properly, please do.
35433
35434 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
35435
35436         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
35437         (gst_osssink_get_time):
35438         add a warning, IMO this won't get triggered anymore, remove later
35439
35440 2004-03-07  David Schleef  <ds@schleef.org>
35441
35442         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
35443         format (bug #136470)
35444
35445 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
35446
35447         * gst-libs/Makefile.am:
35448         * gst-libs/gst/media-info/Makefile.am:
35449         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
35450         (error_callback), (gst_media_info_error_create),
35451         (gst_media_info_error_element), (gmip_init), (gmip_reset),
35452         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
35453         * gst-libs/gst/media-info/media-info-priv.h:
35454         * gst-libs/gst/media-info/media-info-test.c: (main):
35455         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
35456         (gst_media_info_class_init), (gst_media_info_instance_init),
35457         (gst_media_info_set_source), (gst_media_info_read_with_idler),
35458         (gst_media_info_read_idler), (gst_media_info_read):
35459         * gst-libs/gst/media-info/media-info.h:
35460         fixed, should work now
35461
35462 2004-03-07  Christian Schaller <Uraeus@gnome.org>
35463
35464         * ext/nas/nassink.c:
35465         A bunch of NAS fixes from Arwed von Merkatz
35466
35467 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35468
35469         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
35470         (qtdemux_parse_trak):
35471           Fix crash (j might be greater than n_samples, in which case we're
35472           writing outside the allocated space for the array) and memleak.
35473
35474 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35475
35476         * sys/oss/gstosssink.c: (gst_osssink_chain):
35477           And another caller that couldn't handle delay < 0 (unsigned
35478           integer overflow). Video now continues playing on an audio
35479           buffer underrun, and the clock continues working. Audio still
35480           stalls.
35481
35482 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35483
35484         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
35485         (gst_osssink_get_time):
35486           get_delay() may return values lower than 0. In those cases, we
35487           should not actually cast to *unsigned* int64, that will break
35488           stuff horribly. In my case, it screwed up A/V sync in movies
35489           in totem rather badly.
35490
35491 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
35492
35493         * ext/faac/gstfaac.c: (gst_faac_chain):
35494         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
35495         * ext/libpng/gstpngenc.c: (user_write_data):
35496         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
35497         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
35498         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
35499         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
35500         Fix several misuse of gst_buffer_merge (it doesn't take ownership
35501         of any buffer), should fix some leaks. I hope I didn't unref buffers
35502         that shouldn't be...
35503
35504 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
35505
35506         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
35507         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
35508         (error_callback), (gmi_reset), (gmi_seek_to_track),
35509         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
35510         (gmip_find_type_post), (gmip_find_stream_post),
35511         (gmip_find_track_streaminfo_post):
35512         * gst-libs/gst/media-info/media-info-priv.h:
35513         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
35514         (info_print), (main):
35515         * gst-libs/gst/media-info/media-info.c:
35516         (gst_media_info_error_create), (gst_media_info_error_element),
35517         (gst_media_info_instance_init), (gst_media_info_get_property),
35518         (gst_media_info_new), (gst_media_info_set_source),
35519         (gst_media_info_read_idler), (gst_media_info_read):
35520         * gst-libs/gst/media-info/media-info.h:
35521           first pass at making this work again.  This seems to work on
35522           tagged ogg/vorbis and mp3 files.
35523
35524 2004-03-06  Benjamin Otte  <otte@gnome.org>
35525
35526         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35527           fix huge leak: gst_buffer_merge doesn't unref the first argument
35528           itself.
35529
35530 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
35531
35532         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
35533           report layer/mode/emphasis
35534
35535 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
35536
35537         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
35538
35539 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
35540
35541         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
35542           signal serial
35543
35544 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
35545
35546         * ext/vorbis/vorbis.c: (plugin_init):
35547         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
35548         (gst_vorbis_dec_init), (vorbis_dec_event):
35549         add debug category
35550         make vorbisdec handle _BYTE and _TIME queries
35551
35552 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
35553
35554         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
35555           from the xing header
35556
35557 2004-03-06  Benjamin Otte  <otte@gnome.org>
35558
35559         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
35560         (gst_audio_convert_link), (gst_audio_convert_change_state),
35561         (gst_audio_convert_buffer_from_default_format):
35562           do conversions from/to float correctly, fix some caps nego errors,
35563           export correct supported caps in template and getcaps, use correct
35564           caps in try_set_caps functions
35565
35566 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
35567
35568         For some reason, I only committed a ChangeLog entry yesterday and
35569         not the corresponding code...
35570         * ext/mad/gstmad.c: Fix detection of Xing headers
35571         * gst/tags/gstid3tag.c: Changes to support TLEN tags
35572
35573 2004-03-06  Benjamin Otte  <otte@gnome.org>
35574
35575         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
35576         (gst_ogg_demux_src_query):
35577           make sure to handle the case where there's no current chain
35578           gracefully.
35579
35580 2004-03-05  David Schleef  <ds@schleef.org>
35581
35582         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
35583         Add fixate function. (bug #131128)
35584         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
35585         (gst_sdlvideosink_fixate):  Add fixate function.
35586         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35587         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
35588         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
35589         Fix missing break that was causing ulaw to be interpreted as
35590         raw int.
35591
35592 2004-03-05  David Schleef  <ds@schleef.org>
35593
35594         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
35595         Fix code that ignores return value of gst_buffer_merge().
35596         (bug #114560)
35597         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
35598         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
35599         * testsuite/gst-lint:  Check for above.
35600
35601 2004-03-05  David Schleef  <ds@schleef.org>
35602
35603         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
35604         caps and throw an element error.  (bug #136334)
35605
35606 2004-03-05  David Schleef  <ds@schleef.org>
35607
35608         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
35609         (gst_faad_chain): Fix negotiation.
35610         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
35611         key and button events.
35612         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
35613         dung heap of code.
35614         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
35615         depends on gconf
35616         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
35617         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
35618         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
35619         function to encourage better negotiation, particularly between
35620         audioconvert and osssink.
35621         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
35622         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
35623         more important.
35624         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
35625         typefinding.
35626         * gst/vbidec/vbiscreen.c:  Add glib header
35627         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
35628
35629 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
35630
35631         * ext/mad/gstmad.c: Fix detection of Xing headers
35632         * gst/tags/gstid3tag.c: Changes to support TLEN tags
35633
35634 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
35635
35636         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35637         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
35638           debug updates
35639
35640 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
35641
35642         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
35643         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
35644         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
35645         files, and report the parsed length as a GST_TAG_DURATION tag.
35646         * gst/tags/gstid3tag.c: support TLEN (duration) tag
35647
35648 2004-03-05  Benjamin Otte  <otte@gnome.org>
35649
35650         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
35651           convert channels correctly. convert correctly to unsigned.
35652
35653 2004-03-05  Julien MOUTTE <julien@moutte.net>
35654
35655         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
35656         we have a window before clearing it.
35657
35658 2004-03-05  Julien MOUTTE <julien@moutte.net>
35659
35660         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
35661         have a window before clearing it.
35662
35663 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35664
35665         * gconf/gstreamer.schemas.in:
35666         * gst-libs/gst/gconf/Makefile.am:
35667           version installation path the same way as for 0.6
35668         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
35669         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
35670         * pkgconfig/gstreamer-play-uninstalled.pc.in:
35671           remove comment that was fixed
35672
35673 2004-03-05  David Schleef  <ds@schleef.org>
35674
35675         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
35676         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
35677         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
35678         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
35679         Add prototype code for handling seeking and querying.
35680
35681 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35682
35683         * examples/gstplay/player.c: (main):
35684           Initialize variables to NULL. Prevents a segfault because the
35685           (uninitialized) variable is not NULL, resulting in a crash on
35686           trying to reach error->message.
35687
35688 2004-03-05  Benjamin Otte  <otte@gnome.org>
35689
35690         * gst/audioconvert/gstaudioconvert.c:
35691         (gst_audio_convert_buffer_to_default_format):
35692         make float=>int conversion work correctly even in cornercases.
35693
35694 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
35695
35696         * debian/README.Debian:
35697         * debian/build-deps:
35698         * debian/changelog:
35699         * debian/control:
35700         * debian/control.in:
35701         * debian/copyright:
35702         * debian/gstreamer-a52dec.files:
35703         * debian/gstreamer-aa.files:
35704         * debian/gstreamer-alsa.files:
35705         * debian/gstreamer-alsa.manpages:
35706         * debian/gstreamer-arts.files:
35707         * debian/gstreamer-artsd.files:
35708         * debian/gstreamer-audiofile.files:
35709         * debian/gstreamer-avifile.files:
35710         * debian/gstreamer-cdparanoia.files:
35711         * debian/gstreamer-colorspace.files:
35712         * debian/gstreamer-doc.files:
35713         * debian/gstreamer-dv.files:
35714         * debian/gstreamer-dvd.files:
35715         * debian/gstreamer-esd.files:
35716         * debian/gstreamer-festival.files:
35717         * debian/gstreamer-flac.files:
35718         * debian/gstreamer-gconf.conffiles:
35719         * debian/gstreamer-gconf.files:
35720         * debian/gstreamer-gconf.postinst:
35721         * debian/gstreamer-gnomevfs.files:
35722         * debian/gstreamer-gsm.files:
35723         * debian/gstreamer-http.files:
35724         * debian/gstreamer-jack.files:
35725         * debian/gstreamer-jpeg.files:
35726         * debian/gstreamer-mad.files:
35727         * debian/gstreamer-mikmod.files:
35728         * debian/gstreamer-misc.files:
35729         * debian/gstreamer-mpeg2dec.files:
35730         * debian/gstreamer-oss.files:
35731         * debian/gstreamer-plugin-apps.files:
35732         * debian/gstreamer-plugin-apps.manpages:
35733         * debian/gstreamer-plugin-libs-dev.files:
35734         * debian/gstreamer-plugin-libs.files:
35735         * debian/gstreamer-plugin-template.postinst:
35736         * debian/gstreamer-plugin-template.postrm:
35737         * debian/gstreamer-sdl.files:
35738         * debian/gstreamer-sid.files:
35739         * debian/gstreamer-vorbis.files:
35740         * debian/gstreamer-x.files:
35741         * debian/mk.control:
35742         * debian/rules:
35743         Debian package info not maintained here.
35744
35745 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35746
35747         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
35748         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
35749         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
35750         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
35751         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
35752         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
35753         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
35754         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
35755         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
35756         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
35757         * gst-libs/gst/colorbalance/colorbalance.c:
35758         (gst_color_balance_class_init):
35759         * gst-libs/gst/colorbalance/colorbalancechannel.c:
35760         (gst_color_balance_channel_class_init):
35761         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
35762         * gst-libs/gst/play/play.c: (gst_play_class_init):
35763         * gst-libs/gst/propertyprobe/propertyprobe.c:
35764         (gst_property_probe_iface_init):
35765         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
35766         * gst-libs/gst/tuner/tunerchannel.c:
35767         (gst_tuner_channel_class_init):
35768         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
35769         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
35770         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
35771         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
35772         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
35773         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
35774         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35775         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
35776         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
35777           fix signals to use - instead of _
35778         * ext/libcaca/gstcacasink.h:
35779         * ext/sdl/sdlvideosink.h:
35780           fix header rename
35781
35782 2004-03-04  David Schleef  <ds@schleef.org>
35783
35784         * testsuite/gst-lint:  Add a check for bad signal names.
35785
35786 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
35787
35788         reviewed by David Schleef
35789
35790         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
35791         modified the alpha channel and caused a warning. (bug #136192)
35792
35793 2004-04-03  Christian Schaller <Uraeus@gnome.org>
35794
35795         * gst-plugins.spec.in:
35796         Change names of plugins to actually be correct. Try to keep things
35797         alphabetical to avoid getting beat up by Thomas
35798
35799 2004-03-03  Julien MOUTTE <julien@moutte.net>
35800
35801         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
35802         Using ximagesink as a default if no gconf key found. We should
35803         probably consider using alsasink instead of osssink for the audio
35804         part.
35805
35806 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
35807
35808         * configure.ac:
35809           fix --with-plugins, don't think it ever worked before
35810         * gst-plugins.spec.in:
35811           even more updates
35812
35813 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35814
35815         * ext/sdl/sdlvideosink.h:
35816         * sys/ximage/ximagesink.h:
35817         * sys/xvideo/xvideosink.h:
35818         * sys/xvimage/xvimagesink.h:
35819           Fix for move of gstvideosink.h -> videosink.h.
35820
35821 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
35822
35823         * gst-libs/gst/xwindowlistener/Makefile.am:
35824           this is a plugin library, not a library
35825
35826 2004-03-01  David Schleef  <ds@schleef.org>
35827
35828         * AUTHORS:  Added some names.  Add yourself if you're still
35829         missing.
35830
35831 2004-03-01  David Schleef  <ds@schleef.org>
35832
35833         * MAINTAINERS: Add
35834
35835 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
35836
35837         * gst-plugins.spec.in: clean up spec file
35838
35839 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
35840
35841         * gst-libs/gst/video/Makefile.am:
35842         * gst-libs/gst/video/gstvideosink.c:
35843         * gst-libs/gst/video/gstvideosink.h:
35844           rename gstvideosink.h to videosink.h to match other headers
35845         * gst/mixmatrix/Makefile.am:
35846           fix plugin filename
35847         * gst/tags/Makefile.am: fix plugin filename
35848
35849 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
35850
35851         * gst/tags/Makefile.am: fix plugin filename
35852
35853 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
35854
35855         * examples/gstplay/player.c: (got_time_tick), (main):
35856           add error handler
35857           display time_tick more readably
35858         * gst/mixmatrix/Makefile.am:
35859           fix plugin file name
35860
35861 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
35862
35863         * sys/oss/gstosselement.c: (gst_osselement_probe),
35864         (device_combination_append), (gst_osselement_class_probe_devices):
35865         * sys/oss/gstosselement.h:
35866           Reworked enumeration of oss dsps and mixers so that gst-mixer works
35867           on my system using alsa oss emulation, fixes bug #135597
35868
35869 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35870
35871         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
35872         (gst_videodrop_chain), (gst_videodrop_change_state):
35873         * gst/videodrop/gstvideodrop.h:
35874           Work based on timestamp of input data, not based on the expected
35875           framerate from the input. The consequence is that this element now
35876           not only scales framerates, but also functions as a framerate
35877           corrector or framerate stabilizer/constantizer.
35878
35879 2004-02-27  David Schleef  <ds@schleef.org>
35880
35881         patches from jmmv@menta.net (Julio M. Merino Vidal)
35882
35883         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
35884         GST_ELEMENT_ERROR call (bug #135634)
35885         * gst/interleave/interleave.c: (interleave_buffered_loop),
35886         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
35887         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
35888         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
35889         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
35890         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
35891         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
35892         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
35893         Fix GST_ELEMENT_ERROR call.
35894         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
35895         GST_ELEMENT_ERROR call.
35896
35897 2004-02-27  Benjamin Otte  <otte@gnome.org>
35898
35899         * gst-libs/gst/audio/audio.h:
35900           add macro to make sure header isn't included twice
35901         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
35902           don't use gst_buffer_free
35903         * gst/playondemand/filter.func:
35904           don't use gst_data_free. Free data only once.
35905
35906 2004-02-26  David Schleef  <ds@schleef.org>
35907
35908         * gst-libs/gst/colorbalance/Makefile.am:
35909         * gst-libs/gst/mixer/Makefile.am:
35910         * gst-libs/gst/tuner/Makefile.am:
35911         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
35912         should not be disted, -marshal.h files should not be installed,
35913         and -enum.h files _should_ be installed.  Fix to make this the
35914         case.
35915
35916 === release 0.7.5 ===
35917
35918 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35919
35920         * configure.ac: release 0.7.5, "Under The Sea"
35921
35922 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
35923
35924         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
35925         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
35926         * gst/videoscale/gstvideoscale.c:
35927         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35928           assorted debug/warning fixes
35929
35930 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
35931
35932         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
35933         (gst_videoscale_init), (gst_videoscale_chain),
35934         (gst_videoscale_set_property), (plugin_init):
35935         * gst/videoscale/gstvideoscale.h:
35936         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
35937         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
35938         (gst_videoscale_planar400), (gst_videoscale_packed422),
35939         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
35940         (gst_videoscale_24bit), (gst_videoscale_16bit),
35941         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
35942         (gst_videoscale_scale_plane_slow),
35943         (gst_videoscale_scale_point_sample),
35944         (gst_videoscale_scale_nearest),
35945         (gst_videoscale_scale_nearest_str2),
35946         (gst_videoscale_scale_nearest_str4),
35947         (gst_videoscale_scale_nearest_32bit),
35948         (gst_videoscale_scale_nearest_24bit),
35949         (gst_videoscale_scale_nearest_16bit):
35950         add debugging category and use it properly
35951         fix use of GST_PTR_FORMAT
35952
35953 2004-02-25  Andy Wingo  <wingo@pobox.com>
35954
35955         * gst/interleave/interleave.c (interleave_buffered_loop): Always
35956         push only when channel->buffer is NULL. Prevents segfaults doing
35957         the state change after a nonlocal exit, like a scheme exception.
35958
35959         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
35960         Handle the case where the intersected caps is empty.
35961
35962 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
35963
35964         * gst/law/mulaw-decode.c: (mulawdec_link):
35965         * gst/law/mulaw.c: (plugin_init):
35966           fix mulawdec so it actually works again
35967
35968 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
35969
35970         reviewed by: David Schleef  <ds@schleef.org>
35971
35972         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
35973         (gst_gamma_init), (gst_gamma_set_property),
35974         (gst_gamma_get_property), (gst_gamma_calculate_tables),
35975         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
35976         for RGB, with separate r g and b correction factors. (#131167)
35977
35978 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
35979
35980         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
35981           only signal tags for bitrate if they're > 0 (#134894)
35982
35983 2004-02-24  David Schleef  <ds@schleef.org>
35984
35985         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
35986         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
35987         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
35988         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
35989         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
35990         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
35991         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
35992         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
35993         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
35994         category.  Attempt to fix timestamp calculation.
35995
35996 2004-02-24  Johan Dahlin  <johan@gnome.org>
35997
35998         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
35999
36000 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
36001
36002         * configure.ac:
36003         * gconf/Makefile.am:
36004         * gconf/gstreamer.schemas:
36005         * gst-libs/gst/gconf/Makefile.am:
36006         * gst-libs/gst/gconf/gconf.c:
36007           version gconf schemas and install locations
36008
36009 2004-02-23  Benjamin Otte  <otte@gnome.org>
36010
36011         * ext/xine/xineinput.c: (gst_xine_input_dispose):
36012         (gst_xine_input_subclass_init):
36013           call parent dispose.
36014           change pad template for CD reader correctly
36015         * ext/xine/Makefile.am:
36016         * ext/xine/gstxine.h:
36017         * ext/xine/xine.c: (plugin_init):
36018         * ext/xine/xineaudiosink.c:
36019           wrap audio sinks, too
36020         * gst-libs/gst/resample/private.h:
36021         * gst-libs/gst/resample/resample.c: (gst_resample_init),
36022         (gst_resample_reinit), (gst_resample_scale),
36023         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
36024         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
36025         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
36026         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
36027         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
36028         * gst-libs/gst/resample/resample.h:
36029         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
36030         (gst_audioscale_class_init), (gst_audioscale_link),
36031         (gst_audioscale_get_buffer), (gst_audioscale_init),
36032         (gst_audioscale_chain), (gst_audioscale_set_property),
36033         (gst_audioscale_get_property):
36034         * gst/audioscale/gstaudioscale.h:
36035           s/resample_*/gst_resample_*/i to not clobber namespaces
36036
36037 2004-02-23  Julien MOUTTE  <julien@moutte.net>
36038
36039         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36040         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
36041         (gst_riff_create_video_template_caps),
36042         (gst_riff_create_audio_template_caps),
36043         (gst_riff_create_iavs_template_caps):
36044         * gst-libs/gst/riff/riff-media.h:
36045         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
36046         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
36047         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
36048         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36049         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
36050         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
36051         (gst_matroska_demux_plugin_init): First batch implementing audio and
36052         video codec tags in demuxers.
36053
36054 2004-02-22  Benjamin Otte  <otte@gnome.org>
36055
36056         * ext/xine/Makefile.am:
36057         * ext/xine/gstxine.h:
36058         * ext/xine/xine.c: (plugin_init):
36059         * ext/xine/xineinput.c:
36060           add input plugin wrapper. Playback from files, http, mms and cdda
36061           works.
36062         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
36063           remove leftover G_GNUC_UNUSED
36064         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
36065         (gst_asf_demux_identify_guid):
36066           improve debugging output
36067
36068 2004-02-22  Benjamin Otte  <otte@gnome.org>
36069
36070         reported by: Padraig O'Briain <padraig.obriain@sun.com>
36071
36072         * autogen.sh:
36073           replace test -e with test -x for mkinstalldirs to be more portable.
36074           (fixes #134816)
36075
36076 2004-02-22  Benjamin Otte  <otte@gnome.org>
36077
36078         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
36079
36080         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
36081           set rank to PRIMARY
36082         * gst/volume/gstvolume.c: (plugin_init):
36083           set rank to NONE
36084         fixes #134960
36085
36086 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
36087
36088         reviewed by Benjamin Otte  <otte@gnome.org>
36089
36090         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
36091           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
36092
36093 2004-02-22  Benjamin Otte  <otte@gnome.org>
36094
36095         * configure.ac:
36096           export [_]*{gst,Gst,GST}.* symbols from plugins
36097
36098 2004-02-22  Christophe Fergeau <teuf@gnome.org>
36099
36100         reviewed by: Benjamin Otte  <otte@gnome.org>
36101
36102         * ext/lame/gstlame.c: (add_one_tag):
36103         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
36104         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
36105         (gst_vorbisenc_metadata_set1):
36106         * gst/tags/gstid3tag.c:
36107         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
36108           apply fixes from bugs #135042 (lame can't write tags) and #133817
36109           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
36110
36111 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
36112
36113         * configure.ac: Export only gst_plugin_desc from plugins.
36114          Note that this change only makes any effect with Linux using libtool
36115          1.5.2 or higher. Otherwise it is silently ignored, but it would build
36116          fine. And don't try to have several versions of libtool in different
36117          directories.
36118
36119 2004-02-20  Andy Wingo  <wingo@pobox.com>
36120
36121         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
36122         interleave respectively.
36123
36124         * gst/interleave/deinterleave.c: New plugin: deinterleave
36125         (replaces on oneton).
36126         * gst/interleave/interleave.c: New plugin: interleave.
36127         * gst/interleave/plugin.h: Support file.
36128         * gst/interleave/plugin.c: Support file.
36129
36130         * configure.ac: Remove intfloat and oneton, add interleave.
36131
36132         * ext/sndfile/gstsf.c: Handle events better.
36133
36134         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
36135         and float2int operation. int2float has scheduling problems as
36136         noted in in2float_chain.
36137
36138 2004-02-20  Benjamin Otte  <otte@gnome.org>
36139
36140         * ext/xine/Makefile.am:
36141         * ext/xine/gstxine.h:
36142         * ext/xine/xine.c:
36143         * ext/xine/xineaudiodec.c:
36144         * ext/xine/xinecaps.c:
36145           add first version of xine plugin wrapper. Currently only wraps the
36146           QDM2 win32 DLL, and even that only in proof-of-concept quality.
36147         * configure.ac:
36148         * ext/Makefile.am:
36149           add xine plugin wrapper, disabled by default. Use --enable-xine to
36150           build. Note that it'll segfault on gst-register if you don't remove
36151           the goom and tvtime post plugins from xine.
36152         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36153         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
36154           add extradata parsing for QDM2.
36155           change around debugging prints.
36156
36157 2004-02-19  Benjamin Otte  <otte@gnome.org>
36158
36159         * ext/lame/gstlame.c: (gst_lame_chain):
36160         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
36161           use gst_tag_list_insert when you want to insert tags
36162
36163 2004-02-18  David Schleef  <ds@schleef.org>
36164
36165         * configure.ac:  Move massink to gst-rotten
36166         * ext/Makefile.am:
36167         * ext/mas/Makefile.am:
36168         * ext/mas/massink.c:
36169         * ext/mas/massink.h:
36170
36171 2004-02-18  David Schleef  <ds@schleef.org>
36172
36173         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
36174         typefinding, since it seems to be worse than nothing.
36175         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
36176         atom to recognize .mp4 and .m4a files as video/quicktime.
36177
36178 2004-02-18  David Schleef  <ds@schleef.org>
36179
36180         * gst/sine/demo-dparams.c: (quit_live),
36181         (dynparm_log_value_changed), (dynparm_value_changed), (main):
36182         Use double dparams, not float.
36183         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
36184         (gst_sinesrc_init): Change sync default to FALSE, since multiple
36185         sync'd elements don't really work correctly.
36186         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
36187         (volume_update_volume), (volume_get_property):  Change dparam
36188         to double.
36189
36190 2004-02-18  Julien MOUTTE  <julien@moutte.net>
36191
36192         * sys/ximage/ximagesink.c:
36193         (gst_ximagesink_xwindow_update_geometry),
36194         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
36195         (gst_ximagesink_change_state), (gst_ximagesink_expose),
36196         (gst_ximagesink_init): Rework the way software video scaling works. So
36197         now we check on each chain call if the video frames are feeling the
36198         window. If not we try to renegotiate caps. On failure we memorize that
36199         and we won't try again for that PLAYING sessions.
36200         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
36201         failure.
36202         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
36203         synchronous flag.
36204
36205 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36206
36207         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36208           break up _link so we can give a better debug message for errors
36209
36210 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36211
36212         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
36213           set up debug category
36214
36215 2004-02-18  Julien MOUTTE <julien@moutte.net>
36216
36217         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
36218         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
36219         the way renegotiation work. The event handling function is not taking
36220         care of external windows and renegotiate method check for pad flags
36221         NEGOTIATING. Should fix : #133209
36222
36223 2004-02-17  Julien MOUTTE  <julien@moutte.net>
36224
36225         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
36226         pad is negotiating before trying renegotiation.
36227
36228 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36229
36230         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
36231           pass on all possible mime types as typefind hints
36232
36233 2004-02-17  Julien MOUTTE <julien@moutte.net>
36234
36235         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
36236         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
36237         possible SHM leak if we crash. All other apps using XShm are doing
36238         that.
36239
36240 2004-02-17  Julien MOUTTE  <julien@moutte.net>
36241
36242         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
36243         (gst_ximagesink_expose): Renegotiate size on expose.
36244         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
36245         size on expose.
36246
36247 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36248
36249         * testsuite/alsa/sinesrc.c:
36250           cosmetic fix to fix compile issue with gcc 2.95.4
36251
36252 2004-02-16  Julien MOUTTE <julien@moutte.net>
36253
36254         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36255         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
36256         failed opening the audio device.
36257         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
36258         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
36259         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
36260         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
36261         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
36262         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
36263         (gst_ximagesink_change_state), (gst_ximagesink_chain),
36264         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
36265         Removing some useless g_return_if_fail like wingo suggested.
36266         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
36267         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
36268         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
36269         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
36270         (gst_xvimagesink_update_colorbalance),
36271         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
36272         (gst_xvimagesink_xcontext_clear),
36273         (gst_xvimagesink_get_fourcc_from_caps),
36274         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
36275         (gst_xvimagesink_set_xwindow_id),
36276         (gst_xvimagesink_colorbalance_list_channels),
36277         (gst_xvimagesink_colorbalance_set_value),
36278         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
36279         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
36280
36281 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36282
36283         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
36284           throw error when not negotiated instead of asserting
36285
36286 2004-02-15  Julien MOUTTE  <julien@moutte.net>
36287
36288         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
36289         correct data refcounting.
36290
36291 2004-02-15  Julien MOUTTE  <julien@moutte.net>
36292
36293         * gst/switch/gstswitch.c: (gst_switch_change_state),
36294         (gst_switch_class_init): Cleaning the sinkpads correctly on state
36295         change, mostly the EOS flag.
36296
36297 2004-02-15  Julien MOUTTE  <julien@moutte.net>
36298
36299         * examples/gstplay/player.c: (got_eos), (main): Adding some
36300         output for debugging.
36301         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
36302         timeouts if we go to any state different from PLAYING.
36303         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
36304         more EOS bugs in riff lib.
36305
36306 2004-02-14  Julien MOUTTE  <julien@moutte.net>
36307
36308         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
36309         visualization until i find a way to fix switch correctly.
36310         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
36311         EOS arrives.
36312         * gst/switch/gstswitch.c: (gst_switch_release_pad),
36313         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
36314         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
36315         Reworked switch to get a more correct behaviour with events and refing
36316         of data stored in sinkpads.
36317         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
36318         we don't pull from a pad in EOS.
36319
36320 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36321
36322         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
36323           remove v1 tag even if we can't read it (makes sure we don't detect
36324           it again)
36325
36326 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36327
36328         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
36329         (gst_alsa_xrun_recovery):
36330         * ext/alsa/gstalsa.h:
36331           try xrun recovery when wait failed. Make xrun recovery function
36332           return TRUE/FALSE to indicate success. (might fix #134354)
36333
36334 2004-02-13  David Schleef  <ds@schleef.org>
36335
36336         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
36337         (dynparm_value_changed), (main): Convert from float to double.
36338         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
36339
36340 2004-02-13  David Schleef  <ds@schleef.org>
36341
36342         * gst/silence/gstsilence.c: (gst_silence_class_init),
36343         (gst_silence_set_clock), (gst_silence_get),
36344         (gst_silence_set_property), (gst_silence_get_property):
36345         * gst/silence/gstsilence.h: Add sync property.
36346         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
36347         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
36348         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
36349         * gst/sine/gstsinesrc.h: Add sync property.
36350
36351 2004-02-13  David Schleef  <ds@schleef.org>
36352
36353         * gst/intfloat/gstint2float.c: (conv_f32_s16),
36354         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
36355
36356 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36357
36358         * configure.ac:
36359         * ext/Makefile.am:
36360         * gst-libs/ext/Makefile.am:
36361           move ffmpeg plugin to gst-ffmpeg module
36362
36363 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36364
36365         * configure.ac: use GST_ARCH to detect architecture
36366
36367 2004-02-12  Julien MOUTTE  <julien@moutte.net>
36368
36369         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
36370
36371 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
36372
36373         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
36374           classify LADSPA plugins based on number of src/sink pads
36375           (#133663, Stefan Kost)
36376         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
36377           fix dparams registration
36378           (#133528, Stefan Kost)
36379         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
36380           fix use of isprint and use g_ascii_isprint instead
36381           (#133316, Stefan Kost)
36382
36383 2004-02-11  David Schleef  <ds@schleef.org>
36384
36385         Convert a few inner loops to use liboil.  This is currently
36386         optional, and is only enabled if liboil is present (duh!).
36387         * configure.ac: Check for liboil-0.1
36388         * gst/intfloat/Makefile.am:
36389         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
36390         (gst_int2float_chain_gint16):
36391         * gst/videofilter/Makefile.am:
36392         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
36393         (tablelookup_u8), (gst_videobalance_planar411):
36394         * gst/videotestsrc/Makefile.am:
36395         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
36396         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
36397         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
36398         (paint_hline_RGB565), (paint_hline_xRGB1555):
36399
36400 2004-02-11  David Schleef  <ds@schleef.org>
36401
36402         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
36403         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
36404         (gst_colorspace_getcaps), (gst_colorspace_link),
36405         (gst_colorspace_base_init), (gst_colorspace_init),
36406         (gst_colorspace_chain), (gst_colorspace_change_state),
36407         (plugin_init): Merge Ronald's patch (bug #117897) and update
36408         for new caps and negotiation.  Seems to work, although it
36409         shows off bugs in lcs.
36410
36411 2004-02-11  David Schleef  <ds@schleef.org>
36412
36413         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
36414         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
36415
36416 2004-02-11  David Schleef  <ds@schleef.org>
36417
36418         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
36419         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
36420         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
36421         Add server and port properties
36422
36423 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
36424
36425         * m4/a52.m4:
36426         * m4/aalib.m4:
36427         * m4/as-ffmpeg.m4:
36428         * m4/as-liblame.m4:
36429         * m4/as-slurp-ffmpeg.m4:
36430         * m4/check-libheader.m4:
36431         * m4/esd.m4:
36432         * m4/freetype2.m4:
36433         * m4/gconf-2.m4:
36434         * m4/glib.m4:
36435         * m4/gst-alsa.m4:
36436         * m4/gst-artsc.m4:
36437         * m4/gst-ivorbis.m4:
36438         * m4/gst-matroska.m4:
36439         * m4/gst-sdl.m4:
36440         * m4/gst-shout2.m4:
36441         * m4/gst-sid.m4:
36442         * m4/gtk.m4:
36443         * m4/libdv.m4:
36444         * m4/libfame.m4:
36445         * m4/libmikmod.m4:
36446         * m4/ogg.m4:
36447         * m4/vorbis.m4:
36448           fix underquotedness of macros (#133800)
36449         * m4/as-avifile.m4:
36450         * m4/xmms.m4:
36451           removed because no longer used
36452
36453 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
36454
36455         * configure.ac:
36456           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
36457           by autopoint (fixes #132996)
36458
36459 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36460
36461         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
36462         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
36463         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
36464         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
36465           fix memleaks
36466
36467 2004-02-11  David Schleef  <ds@schleef.org>
36468
36469         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
36470         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
36471         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
36472         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
36473         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
36474         (gst_jpegenc_class_init), (gst_jpegenc_init),
36475         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
36476         (gst_jpegenc_chain), (gst_jpegenc_set_property),
36477         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
36478         * ext/jpeg/gstjpegenc.h: Fix negotiation.
36479
36480 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36481
36482         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
36483         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
36484         * ext/mikmod/gstmikmod.h:
36485           fix caps negotiation in mikmod
36486         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
36487           output debug information
36488
36489 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36490
36491         * gst-libs/gst/colorbalance/Makefile.am:
36492         * gst-libs/gst/navigation/Makefile.am:
36493         * gst-libs/gst/xoverlay/Makefile.am:
36494           remove unused GST_OPT_CFLAGS from Makefiles
36495           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
36496
36497 2004-02-07  David Schleef  <ds@schleef.org>
36498
36499         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
36500         push events to pads that haven't been created (#133508)
36501
36502 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
36503
36504         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
36505         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
36506         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
36507         (gst_dvdec_loop), (gst_dvdec_change_state):
36508         Second attempt at committing a working dvdec element.
36509
36510 2004-02-06  David Schleef  <ds@schleef.org>
36511
36512         Build fixes for OS X: (see #129600)
36513         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
36514         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
36515         (gst_riff_read_strf_iavs):
36516         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
36517         (gst_avi_demux_stream_odml):
36518         * gst/playondemand/Makefile.am:
36519         * gst/rtp/rtp-packet.c:
36520
36521 2004-02-05  David Schleef  <ds@schleef.org>
36522
36523         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
36524         last change, because it Just Doesn't Compile.
36525
36526 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36527
36528         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
36529           skip undecodable id3v2 tag instead of keeping it
36530
36531 2004-02-05  David Schleef  <ds@schleef.org>
36532
36533         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36534         Unref leaked buffer.  (Noticed by Ronald)
36535
36536 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
36537
36538         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36539         Sync requires with other checks.  >= vs =.
36540
36541 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
36542
36543         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
36544         (gst_dvdec_video_link), (gst_dvdec_loop):
36545         * ext/dv/gstdvdec.h:
36546           rework the caps negotiation so that dvdec works again instead
36547           of just segfaulting.
36548
36549 === release 0.7.4 ===
36550
36551 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36552
36553         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
36554         * configure.ac: changed for release
36555
36556 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36557
36558         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
36559         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36560         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36561         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36562           reworked patch by David Lehn to fix libdir and includedir for
36563           uninstalled libraries
36564           removed play and gconf from gstreamer-libs since they have their
36565           own pkgconfig files
36566
36567 2004-02-04  David Schleef  <ds@schleef.org>
36568
36569         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
36570         memleak.
36571
36572 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36573
36574         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
36575           use correct GST_TAG_ENCODER tag
36576
36577 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36578
36579         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
36580           be sure to stop the clock when going to paused
36581         * sys/oss/gstosssink.c: (gst_osssink_change_state):
36582           reset number of transmitted when going to ready.
36583         fixes #132935
36584
36585 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
36586
36587         reviewed by Benjamin Otte
36588
36589         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
36590           extract track count (fixes #133410)
36591
36592 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36593
36594         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
36595           that should be !=, not == (fixes #132519)
36596
36597 2004-02-04  David Schleef  <ds@schleef.org>
36598
36599         Make sure set_explicit_caps() is called before adding pad.
36600         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
36601         * gst/id3/gstid3types.c: (gst_id3types_loop):
36602         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
36603         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
36604
36605 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
36606
36607         * configure.ac:
36608           bump nano to 2, first prerelease
36609           put back AM_PROG_LIBTOOL
36610
36611 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
36612
36613         * testsuite/alsa/Makefile.am:
36614           these are user test apps, not automatic testsuite tests
36615
36616 2004-02-04  David Schleef  <ds@schleef.org>
36617
36618         Convert GST_DEBUG_CAPS() to GST_DEBUG():
36619         * gst/mpeg1videoparse/gstmp1videoparse.c:
36620         (mp1videoparse_parse_seq):
36621         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
36622         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
36623         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
36624         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
36625         (gst_xvideosink_getcaps):
36626         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
36627         * testsuite/gst-lint: more tests
36628
36629 2004-02-04  David Schleef  <ds@schleef.org>
36630
36631         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
36632         with the code that they would expand to.
36633         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
36634         (gst_flacdec_get_src_query_types),
36635         (gst_flacdec_get_src_event_masks):
36636         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
36637         (gst_gnomevfssrc_get_query_types),
36638         (gst_gnomevfssrc_get_event_mask):
36639
36640 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36641
36642         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
36643         (gst_sinesrc_dispose):
36644           fix memleak by properly disposing sinesrc
36645
36646 2004-02-04  Julien MOUTTE  <julien@moutte.net>
36647
36648         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
36649         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
36650         an overlay to redraw the image because it has been exposed.
36651         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
36652         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
36653         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
36654         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
36655         interface
36656         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
36657         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
36658         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
36659         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
36660         interface
36661
36662 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36663
36664         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
36665           more memleak fixage
36666
36667 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36668
36669         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
36670         * gst/typefind/gsttypefindfunctions.c:
36671           fix memleaks shown by gst-typefind
36672
36673 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36674
36675         * common/glib-gen.mak:
36676           add hack rule to touch .Plo files
36677         * gst-libs/gst/colorbalance/Makefile.am:
36678         * gst-libs/gst/mixer/Makefile.am:
36679         * gst-libs/gst/play/Makefile.am:
36680         * gst-libs/gst/tuner/Makefile.am:
36681           remove glib_root variable
36682
36683 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36684
36685         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
36686           set explicit caps before adding the element, so the autopluggers can
36687           plug correctly.
36688         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
36689         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
36690         (mpeg_video_type_find), (mpeg_video_stream_type_find),
36691         (dv_type_find):
36692           fix memleaks in typefind functions. gst_type_find_suggest takes a const
36693           argument.
36694
36695 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36696
36697         * gst-libs/gst/colorbalance/Makefile.am:
36698         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
36699         * gst-libs/gst/colorbalance/colorbalance.c:
36700         * gst-libs/gst/colorbalance/colorbalance.h:
36701         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
36702         * gst-libs/gst/mixer/Makefile.am:
36703         * gst-libs/gst/mixer/mixer-marshal.list:
36704         * gst-libs/gst/mixer/mixer.c:
36705         * gst-libs/gst/mixer/mixer.h:
36706         * gst-libs/gst/mixer/mixermarshal.list:
36707         * gst-libs/gst/play/Makefile.am:
36708         * gst-libs/gst/play/play.h:
36709         * gst-libs/gst/tuner/Makefile.am:
36710         * gst-libs/gst/tuner/tuner-marshal.list:
36711         * gst-libs/gst/tuner/tuner.c:
36712         * gst-libs/gst/tuner/tuner.h:
36713         * gst-libs/gst/tuner/tunermarshal.list:
36714           use new glib-gen.mak snippet to clean up Makefile.am
36715           fix various bugs in Makefile.am's
36716
36717 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36718
36719         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
36720           handle chain parsing correctly in the multichain case
36721         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
36722         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
36723         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
36724         (theora_dec_chain):
36725           handle events and queries correctly
36726
36727 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
36728
36729         * .cvsignore:
36730         Ignore generated file _stdint.h.
36731
36732 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
36733
36734         * gst-libs/gst/colorbalance/Makefile.am:
36735         * gst-libs/gst/colorbalance/colorbalance.h:
36736         * gst-libs/gst/mixer/Makefile.am:
36737         * gst-libs/gst/mixer/mixer.h:
36738         * gst-libs/gst/play/Makefile.am:
36739         * gst-libs/gst/play/play.h:
36740         * gst-libs/gst/tuner/Makefile.am:
36741         * gst-libs/gst/tuner/tuner.h:
36742         Generate enum type code with glib-mkenums.
36743         * gst-libs/gst/colorbalance/.cvsignore:
36744         * gst-libs/gst/mixer/.cvsignore:
36745         * gst-libs/gst/play/.cvsignore:
36746         * gst-libs/gst/tuner/.cvsignore:
36747         Ignore generated files.
36748
36749 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
36750
36751         * gst-libs/gst/audio/.cvsignore:
36752         Ignore generated file.
36753         * gst-libs/gst/audio/Makefile.am:
36754         Do not install example filter.
36755
36756 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
36757
36758         * examples/switch/.cvsignore:
36759         Ignore generated file.
36760
36761 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36762
36763         * common/m4/ax_create_stdint_h.m4:
36764         * configure.ac:
36765           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
36766           _stdint.h.
36767         * Makefile.am:
36768           remove generated _stdint.h in DISTCLEANFILES
36769         * ext/a52dec/gsta52dec.c:
36770           include _stdint.h for a52dec. (should fix #133064)
36771
36772 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
36773
36774         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
36775         (gst_tag_to_vorbis_comments):
36776         Add replaygain support to vorbistag
36777
36778 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
36779         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
36780         (gst_ffmpeg_caps_to_extradata):
36781           Fix SVQ3 caps flag properties
36782           Use glib macro for bytes swap
36783
36784 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
36785
36786         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
36787         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
36788         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
36789         * ext/sndfile/gstsf.c: (plugin_init):
36790         * gst/avi/gstavi.c: (plugin_init):
36791         * sys/dxr3/dxr3init.c: (plugin_init):
36792         * sys/oss/gstossaudio.c: (plugin_init):
36793         * sys/v4l/gstv4l.c: (plugin_init):
36794         * sys/v4l2/gstv4l2.c: (plugin_init):
36795           remove textdomain calls
36796         * po/nl.po:
36797           update Dutch translation
36798
36799 2004-02-02  Julien MOUTTE  <julien@moutte.net>
36800
36801         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
36802         (gst_play_set_audio_sink): Moving volume in the audio thread for
36803         instantaneous volume change. Maybe i will add another volume in front
36804         of visualization later, not sure yet though.
36805
36806 2004-02-02  Julien MOUTTE  <julien@moutte.net>
36807
36808         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
36809         (gst_ximagesink_handle_xevents): Better X events handling, only take
36810         the latest events for configure and motion.
36811         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
36812
36813 2004-02-02  Jon Trowbridge  <trow@gnu.org>
36814
36815         reviewed by: David Schleef  <ds@schleef.org>
36816
36817         Fix memory leaks:
36818         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
36819         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
36820
36821 2004-02-02  David Schleef  <ds@schleef.org>
36822
36823         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
36824         of lines.
36825         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
36826         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
36827         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
36828         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
36829         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
36830         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
36831         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
36832         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
36833         (gst_float2_2_int_link):
36834         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
36835         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
36836         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
36837         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
36838         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
36839         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
36840         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
36841         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
36842         * testsuite/gst-lint: Add tests for bzero and ;;
36843
36844 2004-02-02  David Schleef  <ds@schleef.org>
36845
36846         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
36847
36848 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
36849
36850         * ext/aalib/gstaasink.c: (gst_aasink_open):
36851         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
36852         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
36853         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
36854         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
36855         (gst_afsink_close_file):
36856         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
36857         (gst_afsrc_close_file):
36858         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
36859         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
36860         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
36861         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
36862         * ext/esd/esdmon.c: (gst_esdmon_get):
36863         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
36864         * ext/faac/gstfaac.c: (gst_faac_chain):
36865         * ext/faad/gstfaad.c: (gst_faad_chain):
36866         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
36867         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
36868         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
36869         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
36870         (gst_flacdec_loop):
36871         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
36872         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
36873         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
36874         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
36875         (gst_gnomevfssink_close_file):
36876         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
36877         (gst_gnomevfssrc_open_file):
36878         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
36879         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
36880         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
36881         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
36882         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
36883         * ext/mad/gstmad.c: (gst_mad_chain):
36884         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
36885         * ext/mpeg2dec/gstmpeg2dec.c:
36886         * ext/mpeg2enc/gstmpeg2enc.cc:
36887         * ext/mplex/gstmplex.cc:
36888         * ext/mplex/gstmplexibitstream.cc:
36889         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
36890         (gst_ogg_demux_push):
36891         * ext/raw1394/gstdv1394src.c:
36892         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
36893         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
36894         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
36895         (gst_sf_loop):
36896         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
36897         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
36898         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
36899         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
36900         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
36901         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
36902         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
36903         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
36904         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
36905         (gst_riff_read_element_data), (gst_riff_read_seek),
36906         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
36907         * gst/adder/gstadder.c: (gst_adder_loop):
36908         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
36909         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
36910         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
36911         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
36912         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
36913         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
36914         * gst/goom/gstgoom.c: (gst_goom_chain):
36915         * gst/id3/gstid3types.c: (gst_id3types_loop):
36916         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
36917         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
36918         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
36919         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
36920         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
36921         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
36922         (gst_ebml_read_float), (gst_ebml_read_header):
36923         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
36924         (gst_matroska_demux_parse_blockgroup):
36925         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
36926         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
36927         * gst/oneton/gstoneton.c: (gst_oneton_chain):
36928         * gst/silence/gstsilence.c: (gst_silence_get):
36929         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
36930         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
36931         * gst/speed/gstspeed.c: (speed_loop):
36932         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
36933         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
36934         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
36935         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
36936         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36937         (gst_wavparse_loop):
36938         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
36939         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
36940         (dxr3audiosink_close):
36941         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
36942         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
36943         (dxr3videosink_close), (dxr3videosink_write_data):
36944         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
36945         * sys/oss/gstosssink.c: (gst_osssink_chain):
36946         * sys/oss/gstosssrc.c: (gst_osssrc_get):
36947         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
36948         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
36949         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
36950         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
36951         (gst_v4l_set_window), (gst_v4l_enable_overlay):
36952         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
36953         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
36954         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
36955         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
36956         (gst_v4l_set_audio):
36957         * sys/v4l/v4l_calls.h:
36958         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
36959         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
36960         (gst_v4lmjpegsink_playback_init),
36961         (gst_v4lmjpegsink_playback_start):
36962         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
36963         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
36964         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
36965         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
36966         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
36967         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
36968         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
36969         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
36970         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
36971         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
36972         (gst_v4l2_get_output), (gst_v4l2_set_output),
36973         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
36974         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
36975         (gst_v4l2_set_attribute):
36976         * sys/v4l2/v4l2_calls.h:
36977         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
36978         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
36979         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
36980         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
36981         (gst_v4l2src_capture_stop):
36982         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
36983         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
36984         (gst_ximagesink_chain):
36985         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
36986         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
36987         (gst_xvideosink_xwindow_new):
36988         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
36989         (gst_xvimagesink_chain):
36990
36991 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
36992
36993         * gst/volume/gstvolume.c: (gst_volume_set_volume),
36994         (gst_volume_get_volume), (volume_class_init), (volume_init),
36995         (volume_chain_int16), (volume_update_volume):
36996         * gst/volume/gstvolume.h:
36997           make code more readable by removing magic numbers
36998           make mixer interface export 0-100 range
36999           make it internally map to 0.0-1.0 range so users don't distort
37000           output by putting the sliders at full volume
37001
37002 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37003
37004         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
37005         (gst_play_state_change), (gst_play_seek_to_time):
37006         block the tick callback for 0.5 secs after doing a seek
37007
37008 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37009
37010         * gst-libs/gst/play/play.c: (gst_play_new):
37011           check for GError
37012
37013 2004-02-01  Julien MOUTTE  <julien@moutte.net>
37014
37015         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
37016         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
37017         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
37018         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
37019         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
37020         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
37021
37022 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37023
37024         * configure.ac:
37025         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
37026           check for a function added in vorbis 1.1
37027
37028 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37029
37030         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
37031         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
37032           really start/stop clock only on PLAYING <=> PAUSED
37033         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
37034           remove \n from debugging lines
37035         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
37036           make it work when seeking does not
37037         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
37038           reset on DISCONT
37039
37040 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37041
37042         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
37043           start clock on PAUSED=>PLAYING, not later
37044         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
37045           extract correct time for different discont formats
37046         (gst_alsa_sink_get_time):
37047           don't segfault when no format is negotiated yet, just return 0
37048         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
37049         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
37050         (gst_ogg_pad_push):
37051           handle flush and discont events correctly
37052         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
37053           handle discont events correctly
37054
37055 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
37056
37057         * gst-libs/gst/play/play.c: (gst_play_error_quark),
37058         (gst_play_error_create), (gst_play_error_plugin),
37059         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
37060         * gst-libs/gst/play/play.h:
37061           add error handling during creation
37062         * examples/gstplay/player.c: (main):
37063           use new gst_play_new
37064
37065
37066 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37067
37068         * ext/theora/theoradec.c: (theora_dec_chain):
37069           make comments work
37070         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
37071         (vorbis_dec_src_event), (vorbis_dec_chain):
37072           add encoder tag, fix tag reading to be more error tolerant, change
37073           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
37074           gst_pad_event_default.
37075         * gst/tags/gstvorbistag.c:
37076         (gst_tag_list_from_vorbiscomment_buffer):
37077           undefine function specific define at end of function
37078
37079 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
37080
37081         * ext/flac/gstflac.c: (plugin_init):
37082         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
37083         * ext/flac/gstflacdec.h:
37084         * ext/flac/gstflacenc.h:
37085           Fix typos
37086
37087 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
37088
37089         * examples/gstplay/player.c: s/gstplay.h/play.h/
37090
37091 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
37092
37093         * gst-libs/gst/play/Makefile.am:
37094         * gst-libs/gst/play/gstplay.c:
37095         * gst-libs/gst/play/gstplay.h:
37096         * gst-libs/gst/play/play.c:
37097           more surgery, operation complete
37098
37099 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
37100
37101         * gst-libs/gst/play/play.old.c:
37102         * gst-libs/gst/play/play.old.h:
37103           after CVS surgery by moving, remove
37104         * gst-libs/gst/play/playpipelines.c:
37105           remove
37106
37107         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
37108           add negotiation error
37109
37110 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
37111
37112         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
37113         (gst_ogg_demux_push):
37114           add some seeking debug info
37115           send a flush when seeking
37116
37117 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37118
37119         * configure.ac:
37120           use AC_C_INLINE
37121         * configure.ac:
37122         * ext/Makefile.am:
37123         * ext/theora/Makefile.am:
37124         * ext/theora/theoradec.c:
37125           add theora video decoder. Does just do simple decoding for now and
37126           has been tested against Theora cvs only. It only works when theora
37127           is compiled with --enable-static.
37128         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
37129           always reset packetno on DISCONT
37130
37131 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37132
37133         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
37134           Fix audio.
37135
37136 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37137
37138         * gst/mpegaudioparse/gstmpegaudioparse.c:
37139         (mp3_type_frame_length_from_header):
37140           Fix header parsing - stolen from ffmpeg (thank you! :) ).
37141
37142 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37143
37144         * ext/esd/esdsink.c: (gst_esdsink_init):
37145           Since we have static pad template caps, we don't need to negotiate;
37146           either the core errors out or we know the format.
37147
37148 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37149
37150         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
37151         (gst_riff_read_seek):
37152         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
37153         (gst_ebml_read_seek):
37154           Fix event handling.
37155
37156 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37157
37158         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
37159           removee video/x-theora from vp3 decoder, it doesn't handle raw
37160           theora streams
37161         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
37162           fix bug with finalizing element that never went to PAUSED
37163         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
37164           length and position queries were swapped
37165         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
37166         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
37167         (vorbis_dec_src_event):
37168           implement querying time and bytes
37169
37170 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
37171
37172         * just about every source file:
37173           gst_element_error -> GST_ELEMENT_ERROR
37174
37175 2004-01-29  Julien MOUTTE  <julien@moutte.net>
37176
37177         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
37178         emiting FLUSH and even before DISCONT.
37179         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
37180         get the best instant seeking as possible yay!
37181
37182 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37183
37184         * gst/mpeg1videoparse/gstmp1videoparse.c:
37185         (gst_mp1videoparse_real_chain):
37186           Committed wrong version last week... Grr... Didn't notice until now.
37187
37188 2004-01-29  Julien MOUTTE <julien@moutte.net>
37189
37190         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
37191         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
37192         have_xwindow_id signal in xwindow_create.
37193
37194 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37195
37196         * ext/ogg/gstoggdemux.c:
37197           lots of changes - mainly support for chained bitstreams, seeking,
37198           querying and bugfixes of course
37199         * ext/vorbis/Makefile.am:
37200         * ext/vorbis/vorbisdec.c:
37201         * ext/vorbis/vorbisdec.h:
37202           add vorbisdec raw vorbis decoder
37203         * ext/vorbis/vorbis.c: (plugin_init):
37204           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
37205         * gst/intfloat/Makefile.am:
37206         * gst/intfloat/float22int.c:
37207         * gst/intfloat/float22int.h:
37208         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
37209           add float2intnew plugin. It converts multichannel interleaved float to
37210           multichannel interleaved int. The name should probably be changed.
37211         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
37212         (plugin_init):
37213           add typefinding for raw theora video so oggdemux can detect it.
37214
37215 2004-01-28  Julien MOUTTE  <julien@moutte.net>
37216
37217         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
37218         sink element first.
37219         * gst/videoscale/gstvideoscale.c:
37220         (gst_videoscale_handle_src_event): Fixing src event handler.
37221
37222 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37223
37224         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
37225         (gst_v4lsrc_open), (gst_v4lsrc_close),
37226         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
37227         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
37228         * sys/v4l/gstv4lsrc.h:
37229         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
37230         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
37231           Implement resizing... Hack. But that's why v4l is b0rked...
37232
37233 2004-01-28  Julien MOUTTE <julien@moutte.net>
37234
37235         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
37236         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
37237         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
37238         (gst_ximagesink_xwindow_destroy):
37239         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
37240         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
37241         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
37242         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
37243         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
37244         correctly cleaning the image created to check xshm calls on succes,
37245         added a lot of XSync calls in X11 functions, and fixed a segfault when
37246         no image format was defined before negotiation happened.
37247
37248 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37249
37250         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
37251           use gst_element_get_time to get correct time
37252
37253 2004-01-28  Julien MOUTTE  <julien@moutte.net>
37254
37255         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
37256         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
37257         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
37258         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
37259         (gst_xvimagesink_check_xshm_calls),
37260         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
37261         X plugins are now able to detect that XShm calls will fail even if the
37262         server claims that it has XShm support (remote displays most of the
37263         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
37264         so that we use non XShm functions. This feature is almost useless for
37265         xvimagesink as Xv is not supported on remote displays anyway, but
37266         it might happen than even on the local display XShm calls fail.
37267
37268 2004-01-27  David Schleef  <ds@schleef.org>
37269
37270         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
37271         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
37272         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
37273         changed esdsink to only use 44100,16,2, since esd sucks at rate
37274         conversion and esdsink has had difficulty negotiating.
37275
37276 2004-01-27  Julien MOUTTE <julien@moutte.net>
37277
37278         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
37279         (gst_play_seek_to_time): Fixing the way to get current position.
37280
37281 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37282
37283         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
37284           use gst_element_get_time to get correct time
37285
37286 2004-01-27  Julien MOUTTE <julien@moutte.net>
37287
37288         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
37289         fix ever... Inverting 2 lines of code make spider autoplug correctly
37290         tagged mp3 !
37291
37292 2004-01-27  David Schleef  <ds@schleef.org>
37293
37294         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37295         Use gst_pad_try_set_caps_nonfixed().
37296
37297 2004-01-27  David Schleef  <ds@schleef.org>
37298
37299         * gst/ac3parse/gstac3parse.c: update to checklist 5
37300         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
37301         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
37302         * gst/audioscale/gstaudioscale.c: same
37303         * gst/auparse/gstauparse.c: same
37304         * gst/avi/gstavidemux.c: same
37305
37306 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37307
37308         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
37309           stop processing after EOS
37310
37311 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37312
37313         * gst/asfdemux/asfheaders.h:
37314         * gst/asfdemux/gstasfdemux.c:
37315         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
37316         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
37317         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
37318           lot's of fixes to make data extraction simpler and get the code
37319           architecture and compiler independant. Add debugging category
37320         * gst/goom/gstgoom.c: (gst_goom_change_state):
37321           reset channel count on PAUSED=>READY, not READY=>PAUSED
37322
37323 2004-01-26  Colin Walters  <walters@verbum.org>
37324
37325         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
37326         code to pull a bigger buffer in iradio mode.  This as a side effect
37327         makes typefinding work.
37328
37329 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
37330
37331         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
37332         Fix SVQ3 decoding on PPC
37333
37334 2004-01-26  Julien MOUTTE <julien@moutte.net>
37335
37336         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
37337         that one managed to stay there... Fixed.
37338
37339 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
37340
37341         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
37342         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
37343         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
37344         (qtdemux_video_caps):
37345         * gst/qtdemux/qtdemux.h:
37346         Add SVQ3 specific flags to qtdemux and ffmpeg
37347
37348 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37349
37350         * gst-libs/gst/audio/audio.h:
37351           remove buffer-frames from audio caps
37352         * gst/audioconvert/gstaudioconvert.c:
37353           fix plugin to really work.
37354
37355 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37356
37357         * gst-libs/gst/mixer/mixer.c:
37358         * gst-libs/gst/propertyprobe/propertyprobe.c:
37359         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
37360         (gst_tuner_find_channel_by_name):
37361         * gst-libs/gst/tuner/tuner.h:
37362           Add gtk-doc style comments. Also fix a function name.
37363
37364 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37365
37366         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
37367         (gst_divxdec_negotiate):
37368           Fix for new capsnego - also fixes gst-player with divxdec.
37369
37370 2004-01-25  Julien MOUTTE  <julien@moutte.net>
37371
37372         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
37373         (gst_play_identity_handoff), (gst_play_set_location),
37374         (gst_play_set_visualization), (gst_play_connect_visualization): Another
37375         try in visualization implementation. Still have an issue with switch
37376         blocking when pulling from video_queue and only audio comes out of
37377         spider.
37378         * gst/switch/gstswitch.c: (gst_switch_release_pad),
37379         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
37380         release method. And check if the pad is usable before pulling.
37381
37382 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37383
37384         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
37385         (gst_videobalance_init),
37386         (gst_videobalance_colorbalance_list_channels),
37387         (gst_videobalance_colorbalance_set_value),
37388         (gst_videobalance_colorbalance_get_value),
37389         (gst_videobalance_update_properties),
37390         (gst_videobalance_update_tables_planar411),
37391         (gst_videobalance_planar411):
37392         * gst/videofilter/gstvideobalance.h:
37393           Implement lookup-tables. +/- 10x faster.
37394
37395 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37396
37397         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
37398         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
37399           The index reading was broken. The rest worked fine, but the whole
37400           goal of my rewrite was to make avidemux readable, and this was
37401           not at all readable. Please use typed variables.
37402
37403 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37404
37405         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37406           Additional pad usability check.
37407         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
37408         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
37409         (gst_mp1videoparse_real_chain):
37410           Fix MPEG video stream parsing. The original plugin had several
37411           issues, including not timestamping streams where the source was
37412           not timestamped (this happens with PTS values in mpeg system
37413           streams, but MPEG video is also a valid stream on its own so
37414           that needs timestamps too). We use the display time code for that
37415           for now. Also, if one incoming buffer contains multiple valid
37416           frames, we push them all on correctly now, including proper EOS
37417           handling. Lastly, several potential segfaults were fixed, and we
37418           properly sync on new sequence/gop headers to include them in next,
37419           not previous frames (since they're header for the next frame, not
37420           the previous). Also see #119206.
37421         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
37422         (bpf_from_header):
37423           Move caps setting so we only do it after finding several valid
37424           MPEG-1 fraes sequentially, not right after the first one (which
37425           might be coincidental).
37426         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
37427         (mpeg_video_type_find), (mpeg_video_stream_type_find),
37428         (plugin_init):
37429           Add unsynced MPEG video stream typefinding, and change some
37430           probability values so we detect streams rightly. The idea is as
37431           follows: I can have an unsynced system stream which contains
37432           video. In the current code, I would randomly get a type for either
37433           system or video stream type found, because the probabilities are
37434           being calculated rather randomly. I now use fixed values, so we
37435           always prefer system stream if that was found (and that is how it
37436           should be). If no system stream was found, we can still identity                the stream as video-only.
37437
37438 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37439
37440         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
37441         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
37442           don't write to buffer. Extract data without the need of
37443           __attribute__ ((packed))
37444
37445 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37446
37447         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
37448         (mpeg1_sys_type_find):
37449           Fix MPEG-1 stream typefinding.
37450
37451 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37452
37453         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
37454           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
37455
37456 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37457
37458         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
37459         * ext/esd/gstesd.c: (plugin_init):
37460           private debugging, better error reporting
37461
37462 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37463
37464         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
37465         (gst_riff_read_init), (gst_riff_read_change_state):
37466         * gst-libs/gst/riff/riff-read.h:
37467           Remove stuff fromold metadata system.
37468
37469 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37470
37471         * ext/ogg/gstoggdemux.c:
37472           Fix wrong file comment.
37473         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37474         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
37475           Add metadata reading properly.
37476
37477 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37478
37479         * ext/Makefile.am:
37480           Fix nas DIST_SUBDIRS
37481           Uraeus:
37482           Fix bug where make distcheck doesn't get run on adding stuff to
37483           the build.
37484
37485 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37486
37487         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
37488         * ext/divx/gstdivxdec.h:
37489           Fix divx3 ("msmpeg4") playback using divxdec.
37490
37491 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37492
37493         * gst/typefind/gsttypefindfunctions.c:
37494         (mp3_type_frame_length_from_header): fix bug in length computation
37495         (mp3_type_find): improve debugging output
37496
37497 2004-01-23  Julien MOUTTE  <julien@moutte.net>
37498
37499         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
37500         (gst_play_set_location), (gst_play_seek_to_time),
37501         (gst_play_set_audio_sink), (gst_play_set_visualization),
37502         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
37503         the pipeline from scratch. Visualization is back and switch went out as
37504         i realized it was not possible to use the way i wanted.
37505         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
37506         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
37507         clearing in state change from READY to NULL. So that one can clean the
37508         X ressources keeping the element.
37509         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
37510         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
37511         (gst_xvimagesink_colorbalance_set_value),
37512         (gst_xvimagesink_colorbalance_get_value),
37513         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
37514         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
37515         change from READY to NULL and fixed some stupid bugs in colorbalance
37516         get/set values. Also added the following feature : when nobody tries to
37517         set some values to the colorbalance levels before the xcontext is
37518         grabbed, then when creating channels list from Xv attributes we set the
37519         internal values to the Xv defaults. This way we handle buggy Xv drivers
37520         that set default hue values far from the middle of the range (Thanks
37521         to Jon Trowbridge for pointing that issue).
37522         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
37523         colorbalance levels have been set before xcontext is grabbed.
37524
37525 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37526
37527         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37528           Fix the ossmixer case where we shouldn't open /dev/dsp* because
37529           it might block operations (which is bad for a mixer).
37530
37531 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
37532
37533         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37534         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
37535         (gmip_find_type_pre):
37536         * gst-libs/gst/media-info/media-info-priv.h:
37537         * gst-libs/gst/media-info/media-info.c:
37538         (gst_media_info_instance_init), (gst_media_info_read_idler):
37539         add fakesink to get caps on decoder src pad again
37540         fix callback prototype to match new have_type signal signature
37541
37542 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
37543
37544         * gst/adder/gstadder.c: (gst_adder_link):
37545           fix non-compile and cut-n-paste code
37546
37547 2004-01-21  David Schleef  <ds@schleef.org>
37548
37549         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
37550         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
37551         (gst_swfdec_init), (gst_swfdec_change_state):
37552         * ext/swfdec/gstswfdec.h:
37553         Fix negotiation.
37554         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
37555         (gst_adder_request_new_pad): Fix negotiation.
37556         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
37557         Add a fixate function.
37558         * gst/intfloat/gstfloat2int.c:
37559         * gst/intfloat/gstfloat2int.h:
37560         * gst/intfloat/gstint2float.c:
37561         * gst/intfloat/gstint2float.h:
37562         Completely rewrite the negotiation.  Doesn't quite work yet,
37563         due to some buffer-frames problem.
37564
37565 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
37566
37567         * ext/gnomevfs/gstgnomevfssrc.c:
37568         * sys/v4l2/v4l2_calls.h:
37569           fix includes for distcheck
37570
37571 2004-01-21  Christian Schaller <uraeus@gnome.org>
37572
37573         * ext/nas/
37574         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
37575         based on earlier patch from Laurent Vivier
37576
37577 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
37578
37579         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
37580         Fix wma caps property
37581         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
37582         Fix typo (flags1 and flags2)
37583
37584 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
37585
37586         * gst-libs/gst/media-info/media-info-priv.c:
37587         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
37588         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
37589         (gmip_find_stream), (gmip_find_track_metadata),
37590         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
37591         (gmip_find_track_format):
37592         * gst-libs/gst/media-info/media-info-priv.h:
37593         * gst-libs/gst/media-info/media-info-test.c: (main):
37594         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37595         (gst_media_info_read_idler), (gst_media_info_read):
37596         * gst-libs/gst/media-info/media-info.h:
37597           register debugging category and use it for debugging
37598
37599 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
37600
37601         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
37602         (gst_vorbisfile_new_link):
37603           signal streaminfo through tags
37604
37605 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37606
37607         * ext/mplex/gstmplex.cc:
37608         * ext/mplex/gstmplexibitstream.cc:
37609           g++ doesn't like NULL in our i18n/error macros, should be
37610           either (NULL) or ("").
37611
37612 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37613
37614         * sys/dxr3/dxr3audiosink.c:
37615         * sys/dxr3/dxr3init.c:
37616         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
37617         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
37618           Fix more error error error errors (missing includes here).
37619
37620 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37621
37622         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
37623           fix thomas' error errors.
37624
37625 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
37626
37627         * ext/mpeg2enc/gstmpeg2enc.cc:
37628           fix error errors.
37629
37630 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37631
37632         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
37633         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
37634           Fix for new error system.
37635
37636 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
37637
37638         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
37639           fix for new error reporting
37640
37641 2004-01-20  David Schleef  <ds@schleef.org>
37642
37643         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
37644         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
37645         (gst_ximagesink_set_xwindow_id): Change to using a framerate
37646         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
37647         and neither is 100+, most likely.
37648         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
37649         (gst_xvimagesink_getcaps): same
37650
37651 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37652
37653         * configure.ac:
37654           Up version requirement to 2.0.3 (not yet released) to avoid symbol
37655           clashes with ffmpeg.
37656
37657 2004-01-20  Julien MOUTTE  <julien@moutte.net>
37658
37659         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
37660         (gst_switch_init): Fixed switch element : proxying link and setting
37661         caps from src to sink on request.
37662
37663 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
37664
37665         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
37666         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
37667         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
37668         fix element_error
37669
37670 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
37671
37672         * sys/v4l/v4l_calls.h:
37673         * sys/v4l2/v4l2_calls.h:
37674           element_error fixes
37675
37676 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
37677
37678         * gst-libs/gst/gst-i18n-plugin.h:
37679           add locale.h
37680           remove config.h inclusion
37681
37682 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
37683
37684         * autogen.sh:
37685           adding autopoint invocation
37686         * Makefile.am:
37687         * configure.ac:
37688         * gst-libs/gst/gettext.h:
37689           adding gettext bits
37690         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
37691         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
37692         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
37693         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
37694         (gst_gnomevfssink_close_file):
37695         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
37696         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
37697         * gst-libs/gst/gst-i18n-plugin.h:
37698         * gst/avi/gstavi.c: (plugin_init):
37699         * sys/dxr3/dxr3init.c: (plugin_init):
37700         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
37701         * sys/oss/gstossaudio.c: (plugin_init):
37702         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
37703         * sys/v4l/gstv4l.c: (plugin_init):
37704         * sys/v4l/v4l_calls.c: (gst_v4l_open):
37705         * sys/v4l2/gstv4l2.c: (plugin_init):
37706         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
37707         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
37708         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
37709         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
37710         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
37711         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
37712           make sure locale and translation domain are set
37713           fix translated strings
37714         * po/.cvsignore:
37715         * po/LINGUAS:
37716         * po/Makevars:
37717         * po/POTFILES.in:
37718         * po/nl.po:
37719           put translation files into place
37720         * sys/xvideo/imagetest.c: (main):
37721         * ext/dv/demo-play.c: (main):
37722           fix unnecessary translations
37723
37724 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
37725
37726         * ext/sndfile/gstsf.c:
37727         * gst/avi/gstavimux.c:
37728         * ext/audiofile/gstafsink.c:
37729         * ext/audiofile/gstafsrc.c:
37730         * ext/gnomevfs/gstgnomevfssink.c:
37731         * ext/gnomevfs/gstgnomevfssrc.c:
37732         * sys/oss/gstosselement.c:
37733         * sys/v4l/v4l_calls.h:
37734           fix i18n include
37735
37736 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
37737
37738         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
37739         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
37740         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
37741         (gst_v4l2_get_output), (gst_v4l2_set_output),
37742         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
37743         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
37744         (gst_v4l2_set_attribute):
37745         update to new error handling
37746
37747 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
37748
37749         * ext/sidplay/gstsiddec.cc:
37750         * gst/modplug/gstmodplug.cc:
37751           parenthese NULL because C++ seems angry about it
37752
37753 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
37754
37755         * gst-libs/gst/gst-i18n-plugin.h:
37756           add skeleton i18n stuff, but needs to be further implemented
37757
37758 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37759
37760         * examples/gstplay/player.c: (main):
37761         * ext/aalib/gstaasink.c: (gst_aasink_open):
37762         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
37763         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
37764         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
37765         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
37766         (gst_afsink_close_file):
37767         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
37768         (gst_afsrc_close_file):
37769         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
37770         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
37771         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
37772         * ext/esd/esdmon.c: (gst_esdmon_get):
37773         * ext/esd/esdsink.c: (gst_esdsink_chain):
37774         * ext/faac/gstfaac.c: (gst_faac_chain):
37775         * ext/faad/gstfaad.c: (gst_faad_chain):
37776         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
37777         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
37778         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
37779         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
37780         (gst_flacdec_loop):
37781         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37782         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37783         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
37784         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
37785         (gst_gnomevfssink_close_file):
37786         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
37787         (gst_gnomevfssrc_open_file):
37788         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
37789         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
37790         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
37791         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
37792         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
37793         * ext/mad/gstmad.c: (gst_mad_chain):
37794         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37795         * ext/mpeg2dec/gstmpeg2dec.c:
37796         * ext/mpeg2enc/gstmpeg2enc.cc:
37797         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
37798         * ext/mplex/gstmplex.cc:
37799         * ext/mplex/gstmplexibitstream.cc:
37800         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
37801         (gst_ogg_demux_push), (gst_ogg_pad_push):
37802         * ext/raw1394/gstdv1394src.c:
37803         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
37804         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
37805         * ext/sidplay/gstsiddec.cc:
37806         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
37807         (gst_sf_loop):
37808         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
37809         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
37810         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
37811         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37812         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
37813         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
37814         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
37815         * gst-libs/gst/Makefile.am:
37816         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
37817         (gst_riff_read_element_data), (gst_riff_read_seek),
37818         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
37819         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
37820         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
37821         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
37822         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
37823         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
37824         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
37825         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
37826         * gst/goom/gstgoom.c: (gst_goom_chain):
37827         * gst/id3/gstid3types.c: (gst_id3types_loop):
37828         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
37829         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
37830         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
37831         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
37832         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
37833         (gst_ebml_read_float), (gst_ebml_read_header):
37834         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
37835         (gst_matroska_demux_parse_blockgroup):
37836         * gst/modplug/gstmodplug.cc:
37837         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
37838         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
37839         * gst/oneton/gstoneton.c: (gst_oneton_chain):
37840         * gst/silence/gstsilence.c: (gst_silence_get):
37841         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37842         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
37843         * gst/speed/gstspeed.c: (speed_loop):
37844         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
37845         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
37846         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
37847         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
37848         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37849         (gst_wavparse_loop):
37850         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
37851         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
37852         (dxr3audiosink_close):
37853         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
37854         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
37855         (dxr3videosink_close), (dxr3videosink_write_data):
37856         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
37857         * sys/oss/gstosselement.h:
37858         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
37859         (gst_osssink_chain):
37860         * sys/oss/gstosssrc.c: (gst_osssrc_get):
37861         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
37862         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
37863         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
37864         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
37865         (gst_v4l_enable_overlay):
37866         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
37867         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
37868         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
37869         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
37870         (gst_v4l_set_audio):
37871         * sys/v4l/v4l_calls.h:
37872         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
37873         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
37874         (gst_v4lmjpegsink_playback_init),
37875         (gst_v4lmjpegsink_playback_start):
37876         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
37877         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
37878         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
37879         (gst_v4lmjpegsrc_requeue_frame):
37880         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
37881         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
37882         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
37883         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
37884         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
37885         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
37886         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
37887         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
37888         (gst_v4l2src_capture_stop):
37889         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
37890         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
37891         (gst_ximagesink_chain):
37892         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
37893         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
37894         (gst_xvideosink_xwindow_new):
37895         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
37896         (gst_xvimagesink_chain):
37897         use new error signal, function and categories
37898
37899 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
37900
37901         * configure.ac:
37902         * ext/Makefile.am:
37903         * ext/musicbrainz/gsttrm.c:
37904         * ext/musicbrainz/gsttrm.h:
37905         * ext/musicbrainz/Makefile.am:
37906         Add a trm plugin
37907
37908 2004-01-18  Julien MOUTTE  <julien@moutte.net>
37909
37910         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
37911         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
37912         synchronous property for debugging.
37913         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
37914         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
37915         (gst_xvimagesink_set_property): Moving a pointer declaration to a
37916         smaller block, fixing indent.
37917
37918 2004-01-16  David Schleef  <ds@schleef.org>
37919
37920         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
37921         property affects the video stream.
37922         * sys/xvimage/xvimagesink.c:
37923         * sys/xvimage/xvimagesink.h:
37924         Add synchronous property for debugging.  Should probably be
37925         disabled in non-CVS builds.  Make sure that the Xv attribute
37926         exists before we set it (crash!).  Fix a silly float bug that
37927         caused colorbalance to just not work.
37928
37929 2004-01-17  Christian Schaller <Uraeus@gnome.org>
37930
37931         * tools/gst-launch-ext.in - update for new plugins
37932
37933 2004-01-16  David Schleef  <ds@schleef.org>
37934
37935         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
37936         already-freed caps.
37937
37938 2994-01-16  Christian Schaller <Uraeus@gnome.org>
37939
37940         * Update spec for new colorspace plugin and libcaca plugin
37941         * Fix compilation of libcaca plugin (clock -> id)
37942
37943 2004-01-16  Julien MOUTTE <julien@moutte.net>
37944
37945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
37946         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
37947         (gst_xvimagesink_set_xwindow_id),
37948         (gst_xvimagesink_colorbalance_set_value),
37949         (gst_xvimagesink_colorbalance_get_value),
37950         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
37951         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
37952         correct colorbalance properties. They can now be set when the element
37953         is still in NULL state. The values will be committed to the Xv Port
37954         when xcontext is initialized.
37955         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
37956         brightness int values in the GstXvImagesink structure.
37957
37958 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37959
37960         * gst-libs/gst/Makefile.am:
37961           restructure so having local patches works easier.
37962
37963 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37964
37965         * ext/mpeg2enc/Makefile.am:
37966         * ext/mpeg2enc/gstmpeg2enc.cc:
37967         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
37968           Bugfix with respect to EOS handling.
37969
37970 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37971
37972         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
37973           Link with right caps (else, it segfaults).
37974         * ext/mplex/gstmplexjob.cc:
37975           Fix for slight API change in 1.6.1.93 release of mjpegtools.
37976
37977 2004-01-15  David Schleef  <ds@schleef.org>
37978
37979         * gst-libs/gst/audio/Makefile.am:
37980         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
37981         from the template.
37982         * gst-libs/gst/audio/gstaudiofilter.c:
37983         * gst-libs/gst/audio/gstaudiofilter.h:
37984         Add bytes_per_sample and size and n_samples calculation.
37985         * gst-libs/gst/audio/gstaudiofilterexample.c:
37986         Remove, now autogenerated.
37987         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
37988         Moved from gstaudiofilterexample, object name changed, code added
37989         so that it actually works.
37990         * gst-libs/gst/audio/make_filter:
37991         Script to build an audiofilter subclass from the template.
37992         * gst/colorspace/Makefile.am:
37993         * gst/colorspace/yuv2yuv.c:
37994         Remove file, since it's GPL, and we don't use it.
37995
37996 2004-01-15  Julien MOUTTE  <julien@moutte.net>
37997
37998         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
37999         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
38000         them use the buffer free function to test how the buffer was allocated.
38001
38002 2004-01-15  David Schleef  <ds@schleef.org>
38003
38004         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
38005         that handles osssink fallback.
38006         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
38007         (gst_audio_convert_getcaps):
38008         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
38009         Add audio/x-qdm2 for QDM2 audio.
38010         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38011         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
38012         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38013         Decrease minimum size to 16x16.
38014         * gst/wavparse/gstwavparse.c:
38015         Convert disabled pad template caps to new caps.
38016         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
38017         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38018         (gst_xvimagesink_chain): Throw element error when display cannot
38019         be opened.  Increase minimum framerate to 1.0.  Check the data
38020         free function on a buffer to make sure it is the type we expect
38021         before manipulating it.
38022
38023 2004-01-15  Julien MOUTTE <julien@moutte.net>
38024
38025         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
38026         (gst_videobalance_colorbalance_set_value): Implement passthru if
38027         settings are in the middle.
38028         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
38029
38030 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38031
38032         * gst/videofilter/Makefile.am:
38033         * gst/volume/Makefile.am:
38034           Since we use videofilter symbols, link to it.
38035
38036 2004-01-15  Julien MOUTTE <julien@moutte.net>
38037
38038         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
38039         mixer interface type to HARDWARE.
38040         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
38041         type to SOFTWARE.
38042         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
38043         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
38044         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
38045         (gst_volume_interface_init), (gst_volume_list_tracks),
38046         (gst_volume_set_volume), (gst_volume_get_volume),
38047         (gst_volume_set_mute), (gst_volume_mixer_init),
38048         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
38049         (volume_init): Implementing mixer interface.
38050         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
38051         * sys/oss/gstosselement.c: (gst_osselement_get_type),
38052         (gst_osselement_change_state): Removing some trailing commas in
38053         structures.
38054         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
38055         interface type to HARDWARE.
38056         * sys/v4l/gstv4lcolorbalance.c:
38057         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
38058         type to HARDWARE.
38059         * sys/v4l2/gstv4l2colorbalance.c:
38060         (gst_v4l2_color_balance_interface_init): Setting colorbalance
38061         interface type to HARDWARE.
38062         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
38063         same code than ximagesink for event handling.
38064
38065 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38066
38067         * ext/snapshot/Makefile.am:
38068         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
38069         (gst_snapshot_chain):
38070         * ext/snapshot/gstsnapshot.h:
38071           This has to be a joke... Snapshot should be connected to a tee,
38072           colorspace element before it and EOS after that, where the other
38073           src of the tee receives normal data.
38074           The current way is *wrong*.
38075
38076 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38077
38078         * ext/hermes/gsthermescolorspace.c:
38079           Fix another compile error. Same as below.
38080
38081 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38082
38083         * gst/colorspace/gstcolorspace.c:
38084         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
38085         (gst_colorspace_i420_to_yv12):
38086           Fix compiling... Didn't test if it actually works.
38087
38088 2004-01-15  David Schleef  <ds@schleef.org>
38089
38090         * configure.ac:
38091         * gst/colorspace/Makefile.am:
38092         * gst/colorspace/gstcolorspace.c:
38093         * gst/colorspace/gstcolorspace.h:
38094         * gst/colorspace/yuv2rgb.c:
38095         * gst/colorspace/yuv2rgb.h:
38096         Duplicate the ext/hermes colorspace plugin, and remove Hermes
38097         code and GPL code.  Fix for new caps negotiation.  Rewrite
38098         much of the format handling code, and some of the conversion
38099         code.  Basically, rewrote almost everything.  This element
38100         handles I420, YV12 to RGB conversions.
38101         * ext/hermes/Makefile.am:
38102         * ext/hermes/gsthermescolorspace.c:
38103         Rename colorspace to hermescolorspace.  Fix negotiation issues.
38104         Remove non-Hermes related code.  This element handles lots of
38105         RGB to RGB conversions, but no YUV.
38106         * ext/hermes/gstcolorspace.c:
38107         * ext/hermes/gstcolorspace.h:
38108         * ext/hermes/rgb2yuv.c:
38109         * ext/hermes/yuv2rgb.c:
38110         * ext/hermes/yuv2rgb.h:
38111         * ext/hermes/yuv2rgb_mmx16.s:
38112         * ext/hermes/yuv2yuv.c:
38113         * ext/hermes/yuv2yuv.h:
38114         Remove old code.
38115
38116 2004-01-14  Colin Walters  <walters@verbum.org>
38117
38118         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
38119         they've already been.
38120
38121 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38122
38123         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38124           assume tag mode when pad is not connected
38125
38126 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38127
38128         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38129           Don't update the time of the clock
38130         (gst_alsa_sink_loop):
38131           sync to the clock given to alsasink, not the own clock
38132         * sys/oss/gstosssink.c: (gst_osssink_chain):
38133           sync to the clock
38134         (gst_osssink_change_state):
38135           activate the clock
38136         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
38137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
38138           remove bogus code that made DISCONT events unhandled
38139         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
38140           explicitly case to double in _set_simple. (fixes 2nd warning in bug
38141           #131502)
38142         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
38143         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
38144         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
38145           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
38146           2nd warning in bug #131502)
38147
38148 2004-01-14  Julien MOUTTE  <julien@moutte.net>
38149
38150         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
38151         (gst_videobalance_colorbalance_set_value),
38152         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
38153         for colorbalance interface implementation.
38154         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38155         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
38156         (gst_ximagesink_dispose), (gst_ximagesink_init),
38157         (gst_ximagesink_class_init): Adding DISPLAY property.
38158         * sys/ximage/ximagesink.h: Adding display_name to store display.
38159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38160         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
38161         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
38162         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
38163         properties (they still need polishing though for gst-launch use : no
38164         xcontext yet, i ll do that tomorrow).
38165         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
38166
38167 2004-01-14  Julien MOUTTE  <julien@moutte.net>
38168
38169         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38170         (gst_play_set_location), (gst_play_set_visualization): Preparing
38171         switch integration, adding videobalance in the pipeline.
38172
38173 2004-01-14  Julien MOUTTE <julien@moutte.net>
38174
38175         * gst-libs/gst/colorbalance/colorbalance.c:
38176         (gst_color_balance_class_init): Adding a default type.
38177         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
38178         the type.
38179         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
38180         (gst_videobalance_dispose), (gst_videobalance_class_init),
38181         (gst_videobalance_init), (gst_videobalance_interface_supported),
38182         (gst_videobalance_interface_init),
38183         (gst_videobalance_colorbalance_list_channels),
38184         (gst_videobalance_colorbalance_set_value),
38185         (gst_videobalance_colorbalance_get_value),
38186         (gst_videobalance_colorbalance_init): Implementing colorbalance
38187         interface.
38188         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
38189         list.
38190         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
38191         bug which was triggering a BadAccess X error when setting an overlay
38192         before pad was really negotiated.
38193         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
38194         Using the colorbalance type macro.
38195
38196 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38197
38198         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
38199         (gst_flacenc_chain):
38200           handle tags correctly
38201         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
38202           extract ID3v1 tags correctly
38203
38204 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38205
38206         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
38207         (plugin_init):
38208           Improve matroska typefinding for odd-typed headers...
38209
38210 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38211
38212         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
38213           Fix for using incremental number on padnames.
38214
38215 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38216
38217         * ext/divx/gstdivxdec.c:
38218         * ext/divx/gstdivxenc.c:
38219           Set category to divx4linux instead of divx (too generic).
38220         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
38221         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
38222         (gst_wavparse_loop), (gst_wavparse_change_state):
38223         * gst/wavparse/gstwavparse.h:
38224           fix parsing of WAV files with non-standard fmt-tag size and fix
38225           skipping of unrecognized chunks... Someone please fix this thing
38226           to use rifflib so all this is automated.
38227         * sys/v4l/Makefile.am:
38228         * sys/v4l2/Makefile.am:
38229           Add X_CFLAGS because we depend on X (for overlay).
38230
38231 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
38232
38233         * ext/mpeg2dec/gstmpeg2dec.c:
38234           Don't issue a timestamp unless we tagged the frame
38235           with a PTS.
38236
38237 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38238
38239         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
38240           Query the audio element to get the time, not the clock. We're
38241           interested in the element's time here.
38242
38243 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38244
38245         * ext/aalib/gstaasink.c: (gst_aasink_chain):
38246         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38247         * ext/esd/esdsink.c: (gst_esdsink_chain):
38248         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
38249         * ext/mas/massink.c: (gst_massink_chain):
38250         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
38251         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
38252         (gst_matroska_demux_parse_metadata):
38253         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
38254         (gst_mpeg_parse_release_locks):
38255         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
38256         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
38257         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38258         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
38259         (gst_osssink_change_state):
38260         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38261         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
38262         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
38263         (gst_xvideosink_release_locks):
38264         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
38265           use element time.
38266         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
38267         (gst_alsa_clock_stop):
38268         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
38269         (gst_audio_clock_get_internal_time):
38270           simplify for use with new clocking code.
38271         * testsuite/alsa/Makefile.am:
38272         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
38273           fix testsuite for new caps system
38274
38275 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38276
38277         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
38278         * ext/flac/gstflacenc.c: (add_one_tag):
38279           length is already host endian, no need to convert. Fixes playback of
38280           tagged files on PPC. (bug #128384)
38281
38282 2004-01-13  Julien MOUTTE <julien@moutte.net>
38283
38284         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
38285         colorbalance interface stating if it is hardware based or software
38286         based.
38287         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
38288         Removing a trailing comma.
38289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38290         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
38291         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
38292         the documentation seems to be wrong on the -1000 to 1000 interval.
38293
38294 2004-01-12  David Schleef  <ds@schleef.org>
38295
38296         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
38297         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
38298         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
38299         Fix negotiation.  Add a bufferalloc function for the sink pad,
38300         and generally clean up some of the code.
38301
38302 2004-01-12  Julien MOUTTE <julien@moutte.net>
38303
38304         * gst-libs/gst/colorbalance/colorbalancechannel.c:
38305         (gst_color_balance_channel_dispose): Adding safety check in dispose
38306         method.
38307         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38308         (gst_xvimagesink_xcontext_clear),
38309         (gst_xvimagesink_interface_supported),
38310         (gst_xvimagesink_colorbalance_list_channels),
38311         (gst_xvimagesink_colorbalance_set_value),
38312         (gst_xvimagesink_colorbalance_get_value),
38313         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
38314         Adding colorbalance interface support to set XV parameters such as
38315         HUE, BRIGHTNESS, CONTRAST, SATURATION.
38316         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
38317         interface.
38318
38319 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38320
38321         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
38322         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
38323         (gst_audio_convert_init), (gst_audio_convert_set_property),
38324         (gst_audio_convert_get_property), (gst_audio_convert_chain),
38325         (gst_audio_convert_link),
38326         (gst_audio_convert_buffer_to_default_format),
38327         (gst_audio_convert_buffer_from_default_format), (plugin_init):
38328           - implement _getcaps and use it
38329           - improve linking
38330           - remove float caps since no float conversion is actually done
38331           - remove properties and arguments that were to be used for rate
38332             conversion
38333
38334 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38335
38336         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
38337         (gst_audio_structure_set_int):
38338         * gst-libs/gst/audio/audio.h:
38339           add helper functions for _getcaps matching the standard audio
38340           templates
38341
38342 2004-01-12  David Schleef  <ds@schleef.org>
38343
38344         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
38345         Test that pad is negotiated before getting its caps.
38346
38347 2004-01-12  Julien MOUTTE <julien@moutte.net>
38348
38349         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
38350         analyzing the pads of an element the bin is mostly in READY state so
38351         no caps were negotiated. This helper function needs to work with
38352         _get_caps directly then. I was not freeing them though, added that to
38353         fix the mem leak.
38354
38355 2004-01-12  Julien MOUTTE <julien@moutte.net>
38356
38357         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
38358         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
38359         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
38360         than the free_func.
38361
38362 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38363
38364         * sys/oss/gstossaudio.c: (plugin_init):
38365         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
38366         * sys/oss/gstosselement.h:
38367           make an oss debugging category
38368           make failure more descriptive
38369
38370 2004-01-11  David Schleef  <ds@schleef.org>
38371
38372         * ext/ffmpeg/gstffmpeg.c:
38373         * ext/ffmpeg/gstffmpegcodecmap.c:
38374         * ext/ffmpeg/gstffmpegdec.c:
38375         * ext/ffmpeg/gstffmpegenc.c:
38376         * ext/ffmpeg/gstffmpegprotocol.c:
38377         * ext/gdk_pixbuf/gstgdkanimation.c:
38378         * ext/jpeg/gstjpeg.c:
38379         * ext/libpng/gstpng.c:
38380         * ext/mpeg2dec/perftest.c:
38381         * ext/speex/gstspeex.c:
38382         * gst-libs/gst/resample/dtos.c:
38383         * gst/intfloat/gstintfloatconvert.c:
38384         * gst/oneton/gstoneton.c:
38385         * gst/rtjpeg/RTjpeg.c:
38386         * gst/rtp/gstrtp.c:
38387         * sys/dxr3/dxr3init.c:
38388         * sys/glsink/gstgl_nvimage.c:
38389         * sys/glsink/gstgl_pdrimage.c:
38390         * sys/glsink/gstglsink.c:
38391         * testsuite/gst-lint:
38392         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
38393
38394 2004-01-11  David Schleef  <ds@schleef.org>
38395
38396         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
38397         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
38398         * ext/gdk_pixbuf/gstgdkanimation.c:
38399         (gst_gdk_animation_iter_create_pixbuf):
38400         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38401         (gst_gdk_pixbuf_chain):
38402         * ext/gdk_pixbuf/gstgdkpixbuf.h:
38403         * ext/jack/gstjack.c: (gst_jack_change_state):
38404         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
38405         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
38406         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38407         * gst/videofilter/gstvideofilter.c:
38408         (gst_videofilter_set_output_size):
38409         Remove all usage of gst_pad_get_caps(), and replace it with
38410         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
38411
38412 2004-01-11  David Schleef  <ds@schleef.org>
38413
38414         * configure.ac:
38415         * ext/Makefile.am: Fixes to make ext/libcaca compile.
38416         * ext/divx/gstdivxdec.c:
38417         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38418         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
38419         handle images that span multiple buffers.  Now work with both
38420         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
38421         * ext/gdk_pixbuf/gstgdkpixbuf.h:
38422         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
38423         video/video.h changes
38424         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
38425         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
38426         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
38427         of GstData free function.
38428         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
38429         same.
38430
38431 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38432
38433         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
38434         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
38435         (gst_v4l2element_get_property):
38436         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
38437           add norm, channel and frequency properties.
38438         * sys/v4l2/gstv4l2tuner.c:
38439           fixes for tuner interface changes
38440         * sys/v4l2/gstv4l2element.h:
38441         * sys/v4l2/gstv4l2src.c:
38442         * sys/v4l2/gstv4l2src.h:
38443         * sys/v4l2/v4l2src_calls.c:
38444         * sys/v4l2/v4l2src_calls.h:
38445           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
38446
38447 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38448
38449         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
38450         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
38451         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
38452         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
38453         * gst-libs/gst/tuner/tuner.h:
38454           GObjects aren't const.
38455           Add find_by_name functions.
38456           Add checks to _changed functions.
38457         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
38458         (gst_v4l_tuner_get_norm):
38459           Fixes for above.
38460
38461 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38462
38463         * gst-libs/gst/video/video.h:
38464           Fix caps template names to be understandable.
38465           Prefix everything with GST_VIDEO.
38466         * ext/aalib/gstaasink.c:
38467         * ext/divx/gstdivxdec.c:
38468         * ext/divx/gstdivxenc.c:
38469         * ext/gdk_pixbuf/gstgdkpixbuf.c:
38470         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
38471         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
38472         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
38473         * ext/libcaca/gstcacasink.c:
38474         * ext/libpng/gstpngenc.c: (raw_caps_factory):
38475         * ext/snapshot/gstsnapshot.c:
38476         * ext/swfdec/gstswfdec.c:
38477         * ext/xvid/gstxviddec.c:
38478         * ext/xvid/gstxvidenc.c:
38479         * gst/chart/gstchart.c:
38480         * gst/deinterlace/gstdeinterlace.c:
38481         * gst/effectv/gsteffectv.c:
38482         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38483         * gst/goom/gstgoom.c:
38484         * gst/median/gstmedian.c:
38485         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
38486         (gst_monoscope_srcconnect), (gst_monoscope_chain):
38487         * gst/overlay/gstoverlay.c:
38488         * gst/smooth/gstsmooth.c:
38489         * gst/smpte/gstsmpte.c:
38490         * gst/synaesthesia/gstsynaesthesia.c:
38491         * gst/videocrop/gstvideocrop.c:
38492         * gst/videodrop/gstvideodrop.c:
38493         * gst/y4m/gsty4mencode.c:
38494         * sys/qcam/gstqcamsrc.c:
38495         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
38496           Make them work with new video.h file.
38497         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
38498         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
38499         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
38500         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
38501           Make it work with new buffer allocation system.
38502
38503 2004-01-11  Julien MOUTTE  <julien@moutte.net>
38504
38505         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
38506         pad_alloc_buffer implementation to use ->srcpad
38507         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
38508         pad_alloc_buffer implementation to use ->srcpad
38509         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
38510         pad_alloc_buffer implementation to use ->srcpad
38511         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38512         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
38513         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
38514         a reference to everything we need.
38515         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
38516         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38517         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
38518         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
38519         a reference to everything we need.
38520         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
38521
38522 2004-01-11  David Schleef  <ds@schleef.org>
38523
38524         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
38525         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
38526         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
38527         structure members.
38528         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
38529         value during a resize/renegotiation.
38530         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
38531         gst_pad_alloc_buffer();
38532         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
38533         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
38534         structure members.
38535         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
38536         Fix for rename of buffer private structure members.
38537         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
38538         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
38539         Fix for rename of buffer private structure members.
38540         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
38541         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
38542         Fix for rename of buffer private structure members.
38543
38544 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
38545
38546         reviewed by: David Schleef <ds@schleef.org>
38547
38548         * gst/videofilter/Makefile.am:
38549         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
38550         from the patch by ds to fit in with recent make_filter changes.
38551
38552 2004-01-11  Julien MOUTTE  <julien@moutte.net>
38553
38554         * configure.ac: Adding examples/switch/Makefile
38555         * examples/Makefile.am: Adding examples/switch
38556         * examples/switch/Makefile.am: Adding switcher example.
38557         * examples/switch/switcher.c: (got_eos), (idle_iterate),
38558         (switch_timer), (main): Adding an example demonstrating switch usage
38559         with 2 videotestsrc showing different patterns.
38560         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
38561         (gst_switch_init): Fixing switch with the new caps system.
38562
38563 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38564
38565         * gst-libs/gst/video/video.h:
38566           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
38567           They should probably be like
38568           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
38569
38570 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38571
38572         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
38573         (qtdemux_parse_trak):
38574           fix audio chunk size/timestamp calculation
38575
38576 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38577
38578         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38579           fix SVQ3 caps
38580
38581 2004-01-11  Steve Baker  <steve@stevebaker.org>
38582
38583         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
38584         (gst_agingtv_base_init), (gst_agingtv_class_init),
38585         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
38586         (gst_agingtv_set_property), (gst_agingtv_get_property):
38587         Port agingTV to videofilter
38588
38589 2004-01-09  Julien MOUTTE <julien@moutte.net>
38590
38591         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
38592         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
38593
38594 2004-01-09  Julien MOUTTE <julien@moutte.net>
38595
38596         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
38597         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
38598         * gst-libs/gst/xoverlay/xoverlay.c:
38599         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
38600         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
38601         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
38602         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38603         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
38604         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
38605         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
38606         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
38607         the bufferalloc_function to replace bufferpools, fixing the XOverlay
38608         interface implementation to handle xid being 0 and fix some bugs
38609         triggered by Benjamin's testcase.
38610         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
38611         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
38612         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
38613         the bufferalloc_function to replace bufferpools, fixing the XOverlay
38614         interface implementation to handle xid being 0 and fix some bugs
38615         triggered by Benjamin's testcase.
38616
38617 2004-01-09  David Schleef  <ds@schleef.org>
38618
38619         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
38620         mouse pointer events.  It works.
38621
38622 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38623
38624         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
38625           Use explicit caps - fix capsnego.
38626         * ext/xvid/gstxviddec.c:
38627         * ext/xvid/gstxvidenc.c:
38628           Remove macro-inside-macro which caused compile errors.
38629         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
38630           Error out if it's not a RIFF file. Else we error out without
38631           gst_element_error() which is not good...
38632
38633 2004-01-08  David Schleef  <ds@schleef.org>
38634
38635         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
38636         Fix pad_link function to handle formats that ffmpeg returns
38637         as multiple caps structures.
38638         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
38639         Only complain if source buffer is _smaller_ than expected.
38640         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
38641         (gst_videoscale_handle_src_event): Resize navigation events
38642         when passing them upstream.
38643         * gst/videotestsrc/gstvideotestsrc.c:
38644         * gst/videotestsrc/gstvideotestsrc.h:
38645         * gst/videotestsrc/videotestsrc.c:
38646         * gst/videotestsrc/videotestsrc.h:
38647         Rewrite many of the buffer painting functions to handle odd
38648         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
38649         been verified to work with my video card.
38650         * testsuite/gst-lint:  Add check for elements calling
38651         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
38652
38653 2004-01-08  David Schleef  <ds@schleef.org>
38654
38655         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
38656         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
38657
38658 2004-01-08  Julien MOUTTE  <julien@moutte.net>
38659
38660         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
38661         configure event is not emiting the desired size signal. That fixes
38662         aspect ratio issues with gst-player.
38663
38664 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38665
38666         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
38667           Fix capsnego.
38668
38669 2004-01-08  Julien MOUTTE  <julien@moutte.net>
38670
38671         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
38672         public method to fire size signal.
38673
38674 2004-01-07  Julien MOUTTE  <julien@moutte.net>
38675
38676         * examples/gstplay/Makefile.am: Adding the interface library.
38677         * gst-libs/gst/play/Makefile.am: Adding the interface library.
38678         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
38679         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
38680         GST_IS_X_OVERLAY before signal connect.
38681         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
38682         Removing the have_video_size signal.
38683         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
38684         and associated public method.
38685         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
38686         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
38687         signal.
38688         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38689         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
38690         signal.
38691         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
38692         Using XOverlay public method to fire size signal.
38693
38694 2004-01-07  David Schleef  <ds@schleef.org>
38695
38696         * gst/videofilter/Makefile.am:
38697         * gst/videofilter/gstvideotemplate.c:
38698         * gst/videofilter/make_filter:
38699         Create gstvideoexample.c in a srcdir!=builddir friendly way.
38700         Convert make_filter to /bin/sh script.
38701
38702 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
38703
38704         * gst/modplug/gstmodplug.cc: fix element description
38705
38706 2004-01-07  Julien MOUTTE  <julien@moutte.net>
38707
38708         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
38709         (got_video_size): Adding some new lines in g_print calls.
38710         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
38711         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
38712         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
38713         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
38714         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
38715         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
38716         Complete code review, reverting some stuff i disagree with, adding
38717         some fixes : time synchronization on invalid timestamps, renegotiation
38718         of private window.
38719         * sys/ximage/ximagesink.h:
38720         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
38721         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
38722         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
38723         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
38724         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38725         (gst_xvimagesink_buffer_new),
38726         (gst_xvimagesink_navigation_send_event),
38727         (gst_xvimagesink_set_xwindow_id),
38728         (gst_xvimagesink_get_desired_size),
38729         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
38730         stuff i disagree with, adding some fixes : Renegotiation of private
38731         window, implementing get_desired_size.
38732
38733 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38734
38735         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
38736         (gst_afsink_handle_event):
38737         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
38738         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
38739         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
38740         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
38741         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
38742           Fix for instantiate-test (see core). Also remove dead code from
38743           jpegenc (which still needs fixing, but that's lower on my TODO
38744           list...).
38745         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
38746           Never return NULL as caps.
38747
38748 2004-01-07  David Schleef  <ds@schleef.org>
38749
38750         * configure.ac:
38751         * ext/Makefile.am:
38752         * ext/librfb/Makefile.am:
38753         * ext/librfb/gstrfbsrc.c:
38754         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
38755         is the protocol used by VNC.
38756
38757 2004-01-07  David Schleef  <ds@schleef.org>
38758
38759         * gst/videofilter/gstvideotemplate.c:
38760         * gst/videofilter/gstvideotemplate.h:
38761         * gst/videofilter/make_filter:
38762         Merge videotemplate header into source file.
38763         * gst/effectv/Makefile.am:
38764         * gst/effectv/gsteffectv.c: (plugin_init):
38765         * gst/effectv/gstwarp.c:
38766         Make warpTV a subclass of videofilter.
38767
38768 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38769
38770         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38771           Add guard against invalid utf-8 conversions in mad. Just in case.
38772
38773 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38774
38775         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
38776           Fix for bug shown by poisoning
38777
38778 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38779
38780         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
38781         (gst_v4lmjpegsrc_buffer_free):
38782         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
38783         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
38784         (gst_v4lsrc_buffer_free):
38785           Fix for removed bufferpools.
38786
38787 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
38788
38789         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38790         Fix caps negotiation.
38791
38792         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
38793         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
38794         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
38795         (dvdnavsrc_event):
38796         * ext/mpeg2dec/gstmpeg2dec.c:
38797         * gst-libs/gst/navigation/navigation.c:
38798         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
38799         * gst-libs/gst/navigation/navigation.h:
38800         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
38801         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
38802         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
38803         Super-simple first version of mouse and keyboard events. Clicking
38804         on a DVD menu now works, although it may not take you where you
38805         expected.
38806
38807         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
38808         * gst/videotestsrc/gstvideotestsrc.c:
38809         (gst_videotestsrc_src_fixate):
38810         These fixate functions were broken - they never actually
38811         fixated :)
38812
38813 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38814
38815         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
38816         (gst_icecastsend_init):
38817           fix for new caps system.
38818         * gst-libs/gst/mixer/mixertrack.h:
38819         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
38820           Add 'master track' flag (for tools like ACME that only want to
38821           change the main volume).
38822
38823 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
38824
38825         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
38826         (gst_xvid_csp_to_caps):
38827         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
38828         * ext/xvid/gstxvidenc.c:
38829         ifdef out ARGB type when it isn't available
38830         in xvidcore 1.0.0beta2
38831
38832 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38833
38834         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38835           When we have received a new SCR right in the first buffer after
38836           a seek (so in the same cycle that handles the discont), we should
38837           handle the buffer instead of unreffing it, else we lose data.
38838
38839 2004-01-06  Iain <iain@prettypeople.org>
38840
38841         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
38842           buffer-frames caps too.
38843
38844         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
38845           caps that we need, don't destroy them all and rebuild them. And when
38846           creating src pads, use the src pad template rather than the sink...
38847
38848 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38849
38850         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38851           Add pad to element *after* setting functions such as event handler.
38852           Without this, the scheduler (opt) will link pads, set the event
38853           handler from the default event function (dispatcher in gstpad.c)
38854           and *after* that, we will set our own event function, which will
38855           thus never be used (and thus mpegdemux doesn't handle events).
38856
38857 2004-01-04  David Schleef  <ds@schleef.org>
38858
38859         Fix the fixate functions to handle new prototype:
38860         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
38861         * gst/videotestsrc/gstvideotestsrc.c:
38862         (gst_videotestsrc_src_fixate):
38863         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
38864         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
38865         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
38866
38867 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38868
38869         * sys/ximage/ximagesink.h:
38870         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
38871         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
38872         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
38873         (gst_ximagesink_xoverlay_init):
38874           assorted fixes to make (re)embedding work
38875         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
38876         (gst_ximagesink_get_desired_size):
38877           implement desired size additions to XOverlay
38878
38879 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38880
38881         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
38882         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
38883         (gst_x_overlay_got_desired_size):
38884         * gst-libs/gst/xoverlay/xoverlay.h:
38885           Add optional "desired size" signal and querying.
38886
38887 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38888
38889         * gst/matroska/matroska-demux.c:
38890         (gst_matroska_demux_parse_blockgroup):
38891           Fix EBML-laced block parsing. Diffs are relative to previous
38892           lace, not the first lace. Thanks to Mosu from the Matroska
38893           team for detecting this.
38894         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
38895         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
38896         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
38897         (gst_wavparse_change_state):
38898         * gst/wavparse/gstwavparse.h:
38899           Quickfix for capsnego.
38900
38901 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38902
38903         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
38904           Fix indenting, fix pad creation.
38905
38906 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38907
38908         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
38909         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
38910         (gst_xviddec_sink_link):
38911           Implement src_getcaps() so proper size caps is negotiated.
38912
38913 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38914
38915         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
38916           Finish flac decoder on EOS. See #116178.
38917
38918 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38919
38920         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
38921         (gst_matroska_demux_add_stream):
38922         * gst/matroska/matroska-ids.h:
38923           Add getcaps() function to fix capsnego...
38924
38925 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38926
38927         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
38928         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
38929         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
38930           Fix more integer overflows. Again, see #126967.
38931
38932 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38933
38934         * ext/mpeg2dec/gstmpeg2dec.c:
38935           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
38936           #130416.
38937
38938 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38939
38940         * configure.ac:
38941         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
38942         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
38943         * ext/xvid/gstxvid.h:
38944         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
38945         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
38946         (gst_xviddec_src_link), (gst_xviddec_sink_link),
38947         (gst_xviddec_change_state):
38948         * ext/xvid/gstxviddec.h:
38949         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
38950         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
38951         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
38952         (gst_xvidenc_link), (gst_xvidenc_set_property),
38953         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
38954         * ext/xvid/gstxvidenc.h:
38955           Update xvid plugin to latest xvid (1.0.0-beta3) API.
38956
38957 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38958
38959         * gst/rtp/rtp-packet.c:
38960           Add sys/types.h include, since OS X doesn't define in_addr_t
38961           in netinet/in.h, like it does on Linux (see #129600).
38962
38963 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
38964
38965         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
38966
38967         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
38968           Correct logic of dispose function (see #129306).
38969
38970 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38971
38972         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
38973         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
38974         (gst_mpeg_parse_init):
38975         * gst/mpegstream/gstmpegparse.h:
38976           Remove clock (which was never provided, i.e. dead code), and
38977           also fix integer overflows at high PTS values (see #126967).
38978
38979 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38980
38981         * ext/flac/gstflacdec.c:
38982         * ext/libpng/gstpngenc.h:
38983         * ext/mikmod/gstmikmod.h:
38984           OS X fixes (see #126628).
38985
38986 2004-01-02  David Schleef  <ds@schleef.org>
38987
38988         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
38989         (gst_alsa_src_base_init): Remove bogus "src" request pad.
38990         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
38991         (gst_mpeg_parse_class_init): Move pad template registration
38992         to class_init, since the derived class (mpegdemux) doesn't
38993         want them.
38994
38995 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38996
38997         * sys/ximage/Makefile.am:
38998         * sys/xvideo/Makefile.am:
38999         * sys/xvimage/Makefile.am:
39000           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
39001           after installation (see #127664).
39002
39003 2004-01-02  David Schleef  <ds@schleef.org>
39004
39005         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
39006         (gst_ffmpegenc_connect):  Negotiation fixes.
39007         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
39008         Remove inappropriate gst_caps_free().
39009         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
39010         Reenable Ronald's internal resize code, since the core handles
39011         it correctly now.
39012
39013 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39014
39015         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
39016         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
39017         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
39018           Fix pad template stuff.
39019
39020 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39021
39022         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
39023         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
39024           fix signed integer reading/writing.
39025
39026 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39027
39028         * ext/alsa/README:
39029           Remove outdated document
39030
39031 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
39032
39033         * gst/cutter/gstcutter.c: (gst_cutter_init):
39034           src pad was being created twice - oops.
39035
39036 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39037
39038         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
39039           Comment out internal resize. It doesn't handle the resulting
39040           XEvent internally, does another try_set_caps() which leads to
39041           a really nice loop.
39042           Real fix will come when Julien and Dave are awake. ;).
39043
39044 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39045
39046         * ext/mpeg2enc/gstmpeg2enc.cc:
39047           fix const/nonconst compile issue.
39048
39049 2004-01-02  David Schleef  <ds@schleef.org>
39050
39051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
39052         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
39053         Add fixate function and a check for bad formats.
39054
39055 2004-01-01  David Schleef  <ds@schleef.org>
39056
39057         Negotiation fixes:
39058         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
39059         (gst_audiofilter_init):
39060         * gst/debug/efence.c: (gst_efence_init):
39061         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
39062         (gst_deinterlace_init):
39063         * gst/volume/gstvolume.c: (volume_connect):
39064
39065 2004-01-01  David Schleef  <ds@schleef.org>
39066
39067         Convert elements to use gst_pad_use_explicit_caps() where
39068         appropriate:
39069         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
39070         * ext/audiofile/gstafparse.c: (gst_afparse_init),
39071         (gst_afparse_open_file):
39072         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
39073         (gst_afsrc_open_file):
39074         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
39075         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
39076         (gst_ffmpegdec_chain):
39077         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39078         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
39079         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
39080         (gst_gdk_pixbuf_chain):
39081         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
39082         (gst_jpegdec_chain):
39083         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
39084         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
39085         (gst_mikmod_negotiate):
39086         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
39087         (gst_mpeg2dec_negotiate_format):
39088         * ext/mpeg2enc/gstmpeg2enc.cc:
39089         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
39090         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
39091         (gst_speexdec_sinkconnect):
39092         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
39093         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
39094         (gst_vorbisfile_new_link):
39095         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
39096         (gst_ac3parse_chain):
39097         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
39098         (gst_asf_demux_setup_pad):
39099         * gst/auparse/gstauparse.c: (gst_auparse_init),
39100         (gst_auparse_chain):
39101         * gst/id3/gstid3types.c: (gst_id3types_loop):
39102         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
39103         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39104         (mp1videoparse_parse_seq):
39105         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
39106         (bpf_from_header):
39107         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
39108         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
39109         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
39110         (gst_mpeg_parse_send_data):
39111         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
39112         (gst_qtdemux_add_stream):
39113         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
39114         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39115         (gst_wavparse_parse_fmt):
39116
39117 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39118
39119         * configure.ac:
39120           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
39121           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
39122           it therefore uses the wrong include paths. Too bad... Note
39123           that 1.6.1.93 is not release yet. ;).
39124           Also add a check for mplex, which is now using the lib'ified
39125           mplex from mjpegtools, too.
39126         * ext/ffmpeg/gstffmpegcodecmap.c:
39127           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
39128           issues. I don't think ffmpeg handles 3ivx correctly, so this
39129           probably won't work. But it won't hurt either.
39130         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
39131         (gst_ffmpegdec_chain):
39132         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
39133         (gst_ffmpegenc_chain_audio):
39134           Fix memleak in audio encoding. Close codec if open fails, this
39135           calls the cleanup routines so we can re-use the context.
39136         * ext/mpeg2enc/gstmpeg2enc.cc:
39137           Fix pad template names/types, fix memory issue with getcaps().
39138         * ext/mpeg2enc/gstmpeg2encoder.cc:
39139         * ext/mpeg2enc/gstmpeg2encoder.hh:
39140           Fix compile issue with new caps system (const thingy).
39141         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39142         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
39143           We read a first frame right on initing, so that we have a caps
39144           when we init the output. This caps is cached in padprivate and
39145           read as first frame.
39146         * ext/mplex/Makefile.am:
39147         * ext/mplex/gstmplex.cc:
39148         * ext/mplex/gstmplex.h:
39149         * ext/mplex/gstmplex.hh:
39150         * ext/mplex/gstmplexibitstream.cc:
39151         * ext/mplex/gstmplexibitstream.hh:
39152         * ext/mplex/gstmplexjob.cc:
39153         * ext/mplex/gstmplexjob.hh:
39154         * ext/mplex/gstmplexoutputstream.cc:
39155         * ext/mplex/gstmplexoutputstream.hh:
39156           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
39157           had issues, didn't do capsnego, supported only a subset of the
39158           mplex features and required a mplex fork in our local CVS. Plus
39159           that it worked agaist a very old mplex version. Rewriting was
39160           faster than updating it.
39161         * gst-libs/ext/Makefile.am:
39162         * gst-libs/ext/mplex/INSTRUCT:
39163         * gst-libs/ext/mplex/Makefile.am:
39164         * gst-libs/ext/mplex/README:
39165         * gst-libs/ext/mplex/TODO:
39166         * gst-libs/ext/mplex/ac3strm_in.cc:
39167         * gst-libs/ext/mplex/audiostrm.hh:
39168         * gst-libs/ext/mplex/audiostrm_out.cc:
39169         * gst-libs/ext/mplex/aunit.hh:
39170         * gst-libs/ext/mplex/bits.cc:
39171         * gst-libs/ext/mplex/bits.hh:
39172         * gst-libs/ext/mplex/buffer.cc:
39173         * gst-libs/ext/mplex/buffer.hh:
39174         * gst-libs/ext/mplex/fastintfns.h:
39175         * gst-libs/ext/mplex/format_codes.h:
39176         * gst-libs/ext/mplex/inputstrm.cc:
39177         * gst-libs/ext/mplex/inputstrm.hh:
39178         * gst-libs/ext/mplex/lpcmstrm_in.cc:
39179         * gst-libs/ext/mplex/mjpeg_logging.cc:
39180         * gst-libs/ext/mplex/mjpeg_logging.h:
39181         * gst-libs/ext/mplex/mjpeg_types.h:
39182         * gst-libs/ext/mplex/mpastrm_in.cc:
39183         * gst-libs/ext/mplex/mpegconsts.cc:
39184         * gst-libs/ext/mplex/mpegconsts.h:
39185         * gst-libs/ext/mplex/mplexconsts.hh:
39186         * gst-libs/ext/mplex/multplex.cc:
39187         * gst-libs/ext/mplex/outputstream.hh:
39188         * gst-libs/ext/mplex/padstrm.cc:
39189         * gst-libs/ext/mplex/padstrm.hh:
39190         * gst-libs/ext/mplex/stillsstream.cc:
39191         * gst-libs/ext/mplex/stillsstream.hh:
39192         * gst-libs/ext/mplex/systems.cc:
39193         * gst-libs/ext/mplex/systems.hh:
39194         * gst-libs/ext/mplex/vector.cc:
39195         * gst-libs/ext/mplex/vector.hh:
39196         * gst-libs/ext/mplex/videostrm.hh:
39197         * gst-libs/ext/mplex/videostrm_in.cc:
39198         * gst-libs/ext/mplex/videostrm_out.cc:
39199         * gst-libs/ext/mplex/yuv4mpeg.cc:
39200         * gst-libs/ext/mplex/yuv4mpeg.h:
39201         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
39202         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
39203           We don't fork mjpegtools' mplex in our CVS anymore.
39204         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
39205         (gst_avi_demux_add_stream):
39206         * gst/avi/gstavidemux.h:
39207           Add getcaps() function for proper caps nego. This makes some
39208           parts of AVI playback/reading work.
39209         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
39210           Resize window on new capsnego. This is probably wrong, but
39211           I'm still committing it because with current capsnego, the
39212           first successfull capsnego is auto-fixated, therefore rounded
39213           down to the lowest values in the caps. this results in a 16x16
39214           XWindow that is not reized when real capsnego finishes.
39215           Dave, I see more cases of this, do you know a proper solution?
39216         * tools/gst-launch-ext.in:
39217           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
39218
39219 2003-12-31  David Schleef  <ds@schleef.org>
39220
39221         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
39222         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
39223           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
39224
39225 2003-12-30  David Schleef  <ds@schleef.org>
39226
39227         * ext/ffmpeg/gstffmpegcolorspace.c:
39228         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
39229         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
39230         (gst_ffmpegcsp_chain): Negotiation fixes
39231         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
39232         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
39233         (gst_audio_convert_link), (gst_audio_convert_channels):
39234         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
39235         (gst_audioscale_link), (gst_audioscale_get_buffer),
39236         (gst_audioscale_chain): Negotiation fixes
39237         * gst/audioscale/gstaudioscale.h:
39238         * gst/videofilter/gstvideofilter.c:
39239         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
39240         (gst_videofilter_link), (gst_videofilter_init),
39241         (gst_videofilter_set_output_size), (gst_videofilter_setup),
39242         (gst_videofilter_find_format_by_structure):
39243         * gst/videofilter/gstvideofilter.h: Negotiation fixes
39244         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
39245         (gst_videoscale_link):
39246         * gst/videoscale/videoscale.c: (videoscale_get_structure),
39247         (videoscale_find_by_structure), (gst_videoscale_setup):
39248         * gst/videoscale/videoscale.h: Negotiation fixes
39249         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39250         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
39251         function, restrict resizing to a multiple of 4 (hack until
39252         everyone supports odd sizes correctly).
39253
39254 2003-12-29  Colin Walters  <walters@verbum.org>
39255
39256         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
39257         signed.
39258
39259 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
39260
39261         * ext/sndfile/gstsf.c: (gst_sf_loop):
39262           Fix warning about discarding const qualifier
39263
39264 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
39265
39266         * gst/cutter/gstcutter.c:
39267         * gst/videoscale/gstvideoscale.c:
39268         * gst/volenv/gstvolenv.c:
39269         * gst-libs/gst/audio/audio.c:
39270         * gst-libs/gst/video/video.c:
39271           Fix warnings
39272
39273 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39274
39275         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
39276           Don't send ALSA debugging to stderr.
39277         * ext/alsa/gstalsa.h:
39278           Use GST_WARNING instead of g_warning when ALSA functions fail.
39279
39280 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39281
39282         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
39283           Free XVAdapterInfo correctly.
39284
39285 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39286
39287         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
39288         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
39289           Make id3tag use correct caps nego.
39290
39291 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
39292
39293         * ext/ivorbis/vorbis.c:
39294         * ext/ivorbis/vorbisenc.h:
39295         * ext/ivorbis/vorbisfile.c:
39296           Modify so that it uses the new caps things
39297
39298 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39299
39300         * testsuite/spider/spider1.c: (main):
39301         * testsuite/spider/spider2.c: (main):
39302         * testsuite/spider/spider3.c: (main):
39303           Make tests compile again. They probably don't work.
39304
39305 2003-12-24  Colin Walters  <walters@verbum.org>
39306
39307         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
39308         we can't fixate the caps anymore.
39309
39310 2003-12-23  David Schleef  <ds@schleef.org>
39311
39312         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
39313         * sys/oss/gstosssink.c: (gst_osssink_init),
39314         (gst_osssink_sink_fixate): Add fixate function.
39315
39316 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39317
39318         * ext/ffmpeg/gstffmpegcodecmap.c:
39319         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
39320         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
39321         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
39322         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
39323         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
39324         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
39325         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
39326           fix typo in RGB masks, and move back to "old" colorspace
39327           capsnego code until whoever wrote this new crap has actually
39328           tested it so that it works.
39329           And yes, this works, keep it that way please.
39330
39331 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39332
39333         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
39334         (gst_divxdec_init), (gst_divxdec_negotiate):
39335         * ext/divx/gstdivxdec.h:
39336         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
39337         (gst_divxenc_init):
39338         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
39339         (gst_faac_sinkconnect), (gst_faac_srcconnect):
39340         * ext/mpeg2enc/gstmpeg2enc.cc:
39341         * ext/mpeg2enc/gstmpeg2encoder.cc:
39342         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39343         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
39344         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
39345         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
39346         (dxr3spusink_init):
39347         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
39348         (dxr3videosink_init):
39349           Fix caps breakage after Dave's caps branch merge.
39350
39351 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39352
39353         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39354           Fix for 24bpp display.
39355
39356 2003-12-23  Colin Walters  <walters@verbum.org>
39357
39358         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
39359         a GnomeVFSHandle directly.
39360
39361 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39362
39363         * gst/volume/Makefile.am:
39364         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
39365         (volume_base_init), (volume_init):
39366           Reenable volume element and fix to work with new caps stuff.
39367           Rhythmbox needs this.
39368
39369 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39370
39371         * gst/qtdemux/qtdemux.c: (plugin_init):
39372           qtdemux requires bytestream
39373
39374 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39375
39376         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
39377           Fix remaining caps handling errors due to CAPS merge.
39378
39379 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39380
39381         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
39382         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
39383         (gst_faad_srcconnect):
39384           Port to new caps system.
39385
39386 2003-12-21  Julien MOUTTE  <julien@moutte.net>
39387
39388         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
39389         (got_video_size), (main): using g_print instead of g_message.
39390         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
39391         signal which was not emitted because of "switch" element added to the
39392         bin but not connected. (Removing from the bin temporarily)
39393
39394 2003-12-21  Julien MOUTTE  <julien@moutte.net>
39395
39396         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
39397         find X development files. I don't understand the previous tests and
39398         they fail on my debian/ppc unstable. This one works.
39399         * examples/gstplay/player.c: (main): Set the pipeline to READY before
39400         exiting.
39401         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
39402         (gst_play_set_video_sink), (gst_play_set_audio_sink),
39403         (gst_play_set_visualization): Add some safety checks in set_ methods
39404         and state_change. This was throwing some ugly CRITICAL messages when
39405         pipeline was getting disposed and casts were failing.
39406
39407 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39408
39409         * configure.ac:
39410           Improve mpeg2enc detection. This is for distributions that do
39411           ship mjpegtools, but without mpeg2enc. Also does object check
39412           for might there ever be ABI incompatibility.
39413         * ext/mpeg2enc/gstmpeg2enc.cc:
39414           Add Andrew as second maintainer (he's helping me), and also add
39415           an error if no caps was set. This happens if I pull before capsnego
39416           and that's something I should solve sometime else.
39417         * gst/matroska/matroska-demux.c:
39418         (gst_matroska_demux_parse_blockgroup):
39419           Fix time parsing.
39420         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
39421         (gst_matroska_mux_track_header):
39422           Add caps to templates.
39423         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
39424           Add mpegversion=1 to prevent confusion with MPEG/AAC.
39425         * gst/mpegstream/gstmpegdemux.c:
39426           Remove layer since it causes warnings about unfixed caps.
39427         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39428           Fix obvious typo (we error out if caps were set, we should of
39429           course error out if *no* caps were set).
39430         * sys/oss/gstosselement.c: (gst_osselement_convert):
39431           Fix format conversion, we confused bits/bytes.
39432         * sys/oss/gstosselement.h:
39433           Improve documentation for 'bps'.
39434         * sys/v4l/TODO:
39435           Remove stuff about plugins that need removing - this was done
39436           ages ago.
39437         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
39438         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
39439         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
39440         (gst_v4lsrc_src_query):
39441         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
39442         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
39443           Add get_query_types(), get_formats() and query() functions.
39444
39445 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39446
39447         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
39448           * moved CVS to freedesktop.org