259e98491de98a32384a4d11222e3e7dcce22bd6
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * docs/libs/Makefile.am:
4         * docs/libs/gst-plugins-base-libs-docs.sgml:
5         * docs/libs/gst-plugins-base-libs-sections.txt:
6         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
7         * gst-libs/gst/tag/gstvorbistag.c:
8         * gst-libs/gst/tag/tag.h:
9         * gst-libs/gst/tag/tags.c:
10           Add libgsttag to the docs.
11
12 2006-02-05  Julien MOUTTE  <julien@moutte.net>
13
14         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
15         (gst_text_overlay_init), (gst_text_overlay_src_event),
16         (gst_text_overlay_collected): Fix clockoverlay.
17
18 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
19
20         * docs/libs/compiling.sgml:
21           Fix typo: it's pkg-config, not pkg-gconfig
22
23         * docs/libs/gst-plugins-base-libs-docs.sgml:
24         * docs/libs/gst-plugins-base-libs-sections.txt:
25         * docs/libs/tmpl/gstgconf.sgml:
26           There is no libgstgconf in 0.10, remove it
27           from the docs.
28
29 2006-02-05  Julien MOUTTE  <julien@moutte.net>
30
31         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
32         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
33         (gst_text_overlay_src_event), (gst_text_overlay_collected):
34         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
35         (gst_sub_parse_class_init), (gst_sub_parse_init),
36         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
37         (parse_mpsub), (parser_state_init), (handle_buffer),
38         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
39         * gst/subparse/gstsubparse.h: Introduce seeking code.
40
41 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
42
43         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
44           Add comment about LANGUAGE tag inconsistency (we want
45           ISO-639-1, but extract three-letter identifiers?)
46
47         * po/POTFILES.in:
48           Add two translatable files.
49
50 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
51
52         * gst-libs/gst/tag/Makefile.am:
53         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
54         * gst-libs/gst/tag/tag.h:
55         * gst-libs/gst/tag/tags.c:
56         (gst_tag_register_musicbrainz_tags_internal),
57         (gst_tag_register_musicbrainz_tags):
58           Forward-port some tags stuff from the 0.8 branch. This is
59           mostly the addition of musicbrainz tags and their mapping
60           to vorbistags, and a vorbistag mapping of the language tag.
61
62 2006-02-05  Julien MOUTTE  <julien@moutte.net>
63
64         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
65         refactoring.
66
67 2006-02-04  David Schleef  <ds@schleef.org>
68
69         * ext/ogg/gstoggmux.c:
70         * gst/typefind/gsttypefindfunctions.c:
71           Add Dirac typefinding and add dirac format to oggmux.
72
73 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
74
75         * gst/playback/gstdecodebin.c: (try_to_link_1):
76           Don't put essential function call into
77           g_return_*() macro, otherwise it'll all be
78           replaced by NOOPs when compiling with
79           G_DISABLE_CHECKS defined.
80
81 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
82
83         * ext/ogg/gstoggdemux.c:
84         * ext/ogg/gstoggparse.c:
85         * gst/tcp/gsttcpserversink.c:
86         * sys/v4l/v4lsrc_calls.c:
87         * sys/v4l/v4lsrc_calls.h:
88         Just make it compile with --disable-gst-debug.
89
90 2006-02-03  Wim Taymans  <wim@fluendo.com>
91
92         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
93         (gst_alsasink_class_init), (gst_alsasink_init),
94         (gst_alsasink_write), (gst_alsasink_reset):
95         * ext/alsa/gstalsasink.h:
96         Add lock to protect alsa calls.
97         Implement reset to flush samples ASAP, does not work
98         with dmix though.
99
100 2006-02-02  Wim Taymans  <wim@fluendo.com>
101
102         * gst-libs/gst/audio/gstbaseaudiosink.c:
103         (gst_base_audio_sink_provide_clock):
104         Ugh.. getting late I guess...
105
106 2006-02-02  Wim Taymans  <wim@fluendo.com>
107
108         * gst-libs/gst/audio/gstbaseaudiosink.c:
109         (gst_base_audio_sink_provide_clock),
110         (gst_base_audio_sink_set_property),
111         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
112         Don't try to provide a clock when we are not negotiated since
113         we might not be able to make it run.
114
115 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
116
117         * gst/playback/gstdecodebin.c: (try_to_link_1):
118           Unlinking two source pads is ... hard.
119
120 2006-02-02  Wim Taymans  <wim@fluendo.com>
121
122         * gst-libs/gst/audio/TODO:
123         Updated.
124
125         * gst-libs/gst/audio/gstbaseaudiosink.c:
126         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
127         On EOS, wait till the last sample is played before posting EOS.
128
129 2006-02-01  Philippe Kalaf <burger at speedy dot org>
130
131         * gst-libs/gst/rtp/gstbasertpdepayload.c:
132           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
133           setting queue_delay to zero. Also avoid thread being started if
134           queue_delay is zero.
135
136 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
137
138         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
139           Make test work again by connecting fakesinks to each decoded pad,
140           which makes the pipeline wait until each fakesink has a buffer
141           queued before going to PAUSED state. At that point we know the
142           decodebin pads are negotiated.
143
144 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
145
146         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
147         (gst_cdda_base_src_handle_event):
148         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
149           Pass unhandled queries to the parent class's query function.
150
151 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
152
153         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
154         (gst_ogg_pad_src_query):
155         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
156         * ext/theora/theoradec.c: (theora_dec_src_query),
157         (theora_dec_sink_query):
158         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
159         (vorbis_dec_sink_query):
160         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
161         (gst_vorbisenc_sink_query):
162         * gst/adder/gstadder.c: (gst_adder_query):
163           Pass unhandled queries upstream instead of just
164           dropping them (#326447). Also, fix supported
165           query types list for some elements.
166
167 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
168
169         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
170         (paris_type_find), (ilbc_type_find), (plugin_init):
171           Fix typefinding for audio/x-au, audio/x-paris and
172           audio/iLBC-sh. We cannot use the START_WITH macros
173           here, because there can only be one typefind factory
174           with the same name (caps), so the second one would
175           replace the first one and the first one would never
176           be called when doing typefinding (see #161712).
177           
178
179 2006-01-31  Wim Taymans  <wim@fluendo.com>
180
181         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
182         (vorbis_handle_header_packet), (vorbis_dec_push),
183         (vorbis_handle_data_packet):
184         Use scale_int when we can, add some more scaling.
185         Check packettype before parsing it.
186
187 2006-01-31  Wim Taymans  <wim@fluendo.com>
188
189         * ext/theora/theoradec.c: (_theora_granule_time),
190         (theora_dec_src_convert), (theora_dec_sink_convert):
191         Call right _scale functions.
192         Use parameter instead of some other random value.
193
194 2006-01-31  Wim Taymans  <wim@fluendo.com>
195
196         * ext/theora/theoradec.c: (_theora_granule_frame),
197         (_theora_granule_time), (_inc_granulepos),
198         (theora_dec_src_convert), (theora_dec_sink_convert),
199         (theora_handle_type_packet), (theora_handle_data_packet),
200         (theora_dec_chain):
201         Use higher precision timestamps calculation.
202         Convert some other conversions to _scale.
203
204 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
205
206         * gst/audiotestsrc/gstaudiotestsrc.c:
207         (gst_audio_test_src_create_sine_table), (plugin_init):
208         * gst/volume/gstvolume.c: (plugin_init):
209           initialize gst_controller before using
210
211 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
212
213         * tests/check/pipelines/theoraenc.c:
214         * tests/check/pipelines/vorbisenc.c:
215         Define constant using G_GINT64_CONSTANT to avoid errors when
216         passing it around - otherwise it gets truncated to 32 bits.
217
218         Fixes failing tests.
219
220 2006-01-31  Andy Wingo  <wingo@pobox.com>
221
222         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
223         caps being set doesn't have a framerate value. Basically a stopgap
224         measure.
225
226         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
227         technically correct enough to put into core though.
228         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
229         DURATION. Fixes theoraenc ! oggmux.
230
231         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
232         fraction, not double.
233
234 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
235
236         * win32/vs7:
237         add vs7 project files created by Sergey Scobich
238
239 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
240
241         * win32/vs8:
242         add vs8 project files created by Sergey Scobich
243         
244 2006-01-30  Andy Wingo  <wingo@pobox.com>
245
246         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
247         timestamp + duration, not just timestamp -- ogg pages should be
248         ordered by stop time. Necessary fix given the change in vorbis
249         timestamps.
250
251         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
252         (gst_theora_enc_init): Pull the granule shift out of the encoder.
253         (granulepos_add): New function, handles the messiness of adjusting
254         granulepos values.
255         (theora_buffer_from_packet):
256         (theora_enc_chain):
257         (theora_enc_sink_event): Use granulepos_add, not +.
258
259         * tests/check/pipelines/theoraenc.c
260         (check_buffer_granulepos_from_starttime): Just check the frame
261         count, not the actual granulepos -- we can't dictate to the
262         encoder when it should be placing keyframes.
263
264 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
265
266         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
267           SERVICE_NOT_AVAILABLE happens for example when you're trying to
268           play an http:// stream from a server that's not serving
269
270 2006-01-30  Andy Wingo  <wingo@pobox.com>
271
272         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
273         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
274         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
275         available.
276
277         * ext/theora/gsttheoraenc.h:
278         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
279         although theoraenc was timestamping correctly. Added handling of
280         streams that start with nonzero timestamps.
281
282         * tests/check/Makefile.am:
283         * tests/check/pipelines/theoraenc.c: New file, basically does same
284         tests as vorbisenc.
285
286         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
287
288 2006-01-30  Wim Taymans  <wim@fluendo.com>
289
290         * gst-libs/gst/audio/gstaudiosink.c:
291         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
292         (gst_audioringbuffer_pause):
293         Implement pause that does not wait for completion.
294
295         * gst-libs/gst/audio/gstbaseaudiosink.c:
296         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
297         Don't drop buffers when going to PAUSED but perform preroll on
298         remaining samples now that core base class supports this.
299
300         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
301         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
302         (gst_ring_buffer_commit):
303         Pause should not signal waiters.
304         Implement return value of _commit correctly.
305
306 2006-01-30  Andy Wingo  <wingo@pobox.com>
307
308         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
309
310         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
311         updated to timestamp from the first sample, not the last.
312         (gst_vorbisenc_buffer_from_header_packet): New function, takes
313         special care of granulepos and timestamp for header packets.
314         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
315         when the first buffer has a nonzero timestamp.
316
317         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
318         (GstVorbisEnc.subgranule_offset): New members. Take care of the
319         case when the first audio buffer we get has a nonzero timestamp.
320         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
321         properly timestamp vorbis buffers with the time of the first
322         sample, not the last.
323         
324         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
325         vorbis_granule_time_copy -- now it takes the granule/subgranule
326         offset into account.
327
328         * tests/check/pipelines/vorbisenc.c: New test for correctness of
329         timestamps, durations, and granulepos on buffers produced by
330         vorbisenc.
331
332 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
333
334         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
335         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
336           Patch from Eric Jonas to support conversions to/from UYVY 
337           (Fixes: #324626)
338
339 2006-01-30  Julien MOUTTE  <julien@moutte.net>
340
341         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
342         (setup_subtitle), (setup_source), (set_active_source):
343         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
344         (gen_text_element), (gen_audio_element), (gen_vis_element),
345         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
346
347 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
348
349         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
350         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
351                 use gst_guint64_to_gdouble to be compliant with vs6
352         * gst/playback/gstdecodebin.c: (try_to_link_1)
353         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
354                 use G_GINT64_CONSTANT for int64 constants
355         * win32/common/libgstinterfaces.def:
356                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
357         * win32/vs6:
358                 update and add new project files
359                 
360 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
361
362         * Makefile.am:
363         * win32/MANIFEST:
364         * win32/common/interfaces-enumtypes.c:
365         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
366         (gst_mixer_track_flags_get_type),
367         (gst_tuner_channel_flags_get_type):
368         * win32/common/interfaces-enumtypes.h:
369         * win32/common/multichannel-enumtypes.c:
370         (gst_audio_channel_position_get_type):
371         * win32/common/multichannel-enumtypes.h:
372           add a win32-update rule like in core, and copy over enumtypes files
373
374 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
375
376         * win32/MANIFEST:
377         * win32/common/config.h:
378         * win32/common/config.h.in:
379           add config files just like in core
380
381 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
382
383         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
384           Make gcc-4.1 happy (part of #327357).
385
386 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
387
388         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
389         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
390         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
391         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
392         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
393         (gst_alsasrc_unprepare), (gst_alsasrc_read):
394           Update all error messages.  All of them should either use
395           the default translated message, or actually provide a
396           translatable string.
397           Make the string for channel count problems meaningful.
398
399 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
400
401         * sys/v4l/v4l_calls.c: (gst_v4l_open):
402           check for and throw RESOURCE_BUSY
403
404 2006-01-27  David Schleef  <ds@schleef.org>
405
406         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
407           checked in this change -- it requires liboil features not
408           in 0.3.6.  Revert parts.
409
410 2006-01-27  David Schleef  <ds@schleef.org>
411
412         * REQUIREMENTS:
413         * configure.ac: update liboil requirement to 0.3.6
414         * gst/videoscale/Makefile.am:
415         * gst/videoscale/vs_scanline.c: liboilify
416
417 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
418
419         * ext/libvisual/visual.c: (get_buffer):
420           When pad_alloc returns a GstFlowReturn other
421           than GST_FLOW_OK, make sure it is passed upstream.
422
423 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
424
425         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
426         (gst_alsasink_class_init):
427           Free the device name string.
428
429         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
430         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
431         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
432           Don't remove a pad from the collectpads structure until it
433           is released - it's a request pad, and may receive data again
434           if the element gets moved back to PLAYING state.
435
436         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
437           Ensure we turn on double buffering on the Xv port, and
438           set the colour key to something dark and mysterious that
439           isn't black.
440
441 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
442
443         * ext/alsa/gstalsaplugin.c: (plugin_init):
444         * ext/cdparanoia/gstcdparanoiasrc.c:
445         (gst_cd_paranoia_src_base_init), (plugin_init):
446         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
447         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
448           - a library should not call setlocale. see "Libraries" node in
449             gettext manual
450           - make sure all plugins that use translation do bindtextdomain
451             to point to the localedir
452         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
453         (setup_sinks), (plugin_init):
454           all this, and check for NULL when creating sinks
455
456 2006-01-27  Julien MOUTTE  <julien@moutte.net>
457
458         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
459         (plugin_init): Make typefinding of subtitles work again.
460
461 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
462
463         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
464         (mp3_type_frame_length_from_header), (mp3_type_find),
465         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
466         (plugin_init):
467           Backport a bunch of typefinding fixes from the 0.8 branch.
468           Also, improve wavpack typefinding: if we can't peek the
469           entire wavpack block, try to parse the bits we can get and
470           see if we find what we're looking for in those.
471
472 2006-01-26  Julien MOUTTE  <julien@moutte.net>
473
474         * sys/ximage/ximagesink.c:
475         (gst_ximagesink_calculate_pixel_aspect_ratio):
476         * sys/xvimage/xvimagesink.c:
477         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
478         more cases of pixel aspect ratio.
479
480 2006-01-26  Edward Hervey  <edward@fluendo.com>
481
482         * gst/playback/gstdecodebin.c: (pad_probe):
483         Also consider the flush-start and tag events as unblockers
484         for the pad probes.
485
486 2006-01-26  Julien MOUTTE  <julien@moutte.net>
487
488         * gst/playback/gstplaybin.c: (gst_play_bin_init),
489         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
490         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
491         On the fly visualisation switch, works disabling, enabling as
492         well but it won't be able to enable vis in a playbin that was
493         created with no visualisation.
494
495 2006-01-25  Wim Taymans  <wim@fluendo.com>
496
497         * gst-libs/gst/audio/gstbaseaudiosink.c:
498         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
499         Undo previous commit that returned WRONG_STATE sooner, it breaks 
500         resume after pause.
501
502 2006-01-25  Wim Taymans  <wim@fluendo.com>
503
504         * gst-libs/gst/audio/gstbaseaudiosink.c:
505         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
506         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
507         Improve debugging.
508         Post error when caps cannot be parsed.
509         Resync on discontinuity in the stream.
510         Clip samples to segment boundaries.
511         return WRONG_STATE sooner when we are flushing.
512
513         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
514         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
515         Make audiosrc operate in TIME.
516         Set TIMESTAMP and DURATION on buffers.
517
518 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
519
520         * tests/examples/seek/seek.c: (main):
521           Output tag messages as well.
522
523 2006-01-23  Edward Hervey  <edward@fluendo.com>
524
525         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
526         (free_pad_probes), (remove_fakesink), (pad_probe),
527         (close_pad_link), (gst_decode_bin_change_state):
528         Replace GstPadBlockCallback with pad probes that detect
529         first buffer AND eos before removing fakesink.
530         Fixes hang with demuxers doing EOS while pre-rolling.
531         Solves #328279
532
533 2006-01-23  Andy Wingo  <wingo@pobox.com>
534
535         * ext/alsa/gstalsasink.c:
536         * gst-libs/gst/rtp/gstbasertpdepayload.c:
537         (gst_base_rtp_depayload_setcaps),
538         (gst_base_rtp_depayload_add_to_queue),
539         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
540         
541         Patch by: Jens Granseuer <jensgr at gmx dot net>
542
543 2006-01-22  Julien MOUTTE  <julien@moutte.net>
544
545         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
546         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
547         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
548         frames. We might get a frame destroyed after changing state to
549         NULL, adding a safety check on xcontext.
550
551 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
552
553         * gst-libs/gst/interfaces/xoverlay.c:
554           Fix prepare-xwindow-id code example in the docs - we need to
555           ignore all messages that aren't element messages as well.
556           
557 2006-01-21  Julien MOUTTE  <julien@moutte.net>
558
559         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
560           I think one day i'll completely undestand how caps negotiation
561           is supposed to work. This refactoring handles buffer_alloc
562           called with caps we can't handle. We definitely don't want a
563           set_caps with those caps, so we define and allocate a buffer
564           we would like to receive.
565
566 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
567
568         * gst/playback/gstplaybasebin.c: (setup_source):
569           Free iterator when done.
570
571 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
572
573         * gst-libs/gst/audio/gstbaseaudiosink.c:
574         (gst_base_audio_sink_render):
575           Fix playback of non-synchronised streams by assuming a rate
576           of 1.0 instead of a random one.
577
578           Makes this work again:
579
580           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
581           endianness=(int)4321, signed=(boolean)true, width=(int)16,
582           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
583           audioresample ! alsasink
584
585 === release 0.10.2 ===
586
587 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
588
589         * configure.ac:
590           releasing 0.10.2, "Then the devil is six"
591
592 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
593
594         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
595         * gst/playback/gststreamselector.c:
596         (gst_stream_selector_set_property):
597           Comment out broken code that connects to the state-changed signal.
598           At this point, changing current stream selection is broken, but 
599           stuff like gst-launch playbin current-audio=1 works and filters
600           to the chosen stream.
601
602 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
603
604         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
605           Fix #327216 (null dereference in vorbisdec)
606
607 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
608
609         * ext/theora/theoradec.c: (theora_handle_comment_packet):
610           Post taglist actually on bus instead of just freeing it
611           (fixes #327114 and totem bug #327080).
612
613         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
614           Use gst_element_found_tags_for_pad(), so that the tags
615           are sent downstream as an event as well.
616
617 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
618
619         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
620         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
621         (gst_ximagesink_buffer_alloc):
622         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
623         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
624         (gst_xvimagesink_buffer_alloc):
625           move all regularly occurring messages to GST_LOG level
626           add some more object logs
627
628 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
629
630         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
631           fix a silly segfault
632
633 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
634
635         * docs/libs/gst-plugins-base-libs-docs.sgml:
636         * docs/libs/gst-plugins-base-libs-sections.txt:
637         * gst-libs/gst/audio/mixerutils.c:
638         * gst-libs/gst/audio/mixerutils.h:
639           Add docs for mixerutils stuff.
640
641 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
642
643         * gst/playback/gstplaybasebin.c: (setup_source):
644           Fix playback for sources that emit raw audio or
645           raw video streams (e.g.: cd audio sources) (#325984).
646
647 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
648
649         * gst-libs/gst/audio/mixerutils.c:
650         (gst_audio_mixer_filter_do_filter):
651           actually save the element we create
652
653 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
654
655         * gst-libs/gst/cdda/gstcddabasesrc.c:
656         (gst_cdda_base_src_handle_track_seek):
657           No need to post a tag message on the bus when seeking
658           within the same track, only post it when the current
659           track changes.
660
661 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
662
663         * gst/playback/gstplaybasebin.c: (group_destroy),
664         (probe_triggered), (new_decoded_pad), (mute_group_type),
665         (set_active_source):
666         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
667         * gst/playback/gststreamselector.c:
668         (gst_stream_selector_base_init),
669         (gst_stream_selector_set_property),
670         (gst_stream_selector_request_new_pad):
671           Reenable stream selection. These mechanisms need a complete overhaul
672           in the face of 0.8->0.10 changes though.
673
674 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
675
676         * ext/ogg/gstoggdemux.c:
677           Change the pad template to src_%d to match the pads that 
678           are created from it. decodebin needs this information in order
679           to decide that oggdemux is capable of producing multiple pads
680           (and hence needs queues inserted).
681
682         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
683         (gst_ogg_mux_collected):
684           Make debug output more useful by using GST_PTR_FORMAT.
685
686 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
687
688         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
689
690         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
691           Set depth and width for alaw/mulaw (fixes #326601).
692
693 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
694
695         * tests/icles/Makefile.am:
696           don't build the tests if we don't have the libs
697
698 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
699
700         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
701         (gst_cd_paranoia_paranoia_callback):
702           Don't try to free NULL pointers.
703
704 2006-01-10  Edward Hervey  <edward@fluendo.com>
705
706         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
707         (gst_audio_rate_change_state), (plugin_init):
708         Add debugging category.
709         Fix type issues.
710         Add case for incoming buffers without valid offset/offset_end.
711
712 2006-01-10  Michael Smith  <msmith@fluendo.com>
713
714         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
715           Don't leak GCond in audio sources.
716
717 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
718
719         * gst/playback/gstplaybin.c: (gen_audio_element):
720           Don't leak an autoaudiosink/alsasink when we generate
721           a new audio element. (old code, I guess)
722
723 2006-01-10  Michael Smith  <msmith@fluendo.com>
724
725         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
726           Support float audio in audiorate.
727           Use width rather than depth for selecting sample width.
728
729 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
730
731         * gst/videotestsrc/videotestsrc.h:
732           Use GLib types here (that way we don't have to include the
733           generated _stdint.h header, which makes life easier for win32
734           folks that don't use autotools for the build) (#325990, patch
735           by: Sergey Scobich).
736
737 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
738
739         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
740         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
741         (gst_ring_buffer_pause), (wait_segment):
742         * gst-libs/gst/audio/gstringbuffer.h:
743           Name (private) union, makes Forte compiler happy (this time
744           for real) (#324900).
745
746 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
747
748         * gst-libs/gst/audio/Makefile.am:
749           Link against libgstinterfaces, needed for mixer
750           and property probe stuff.
751
752 2006-01-09  Edward Hervey  <edward@fluendo.com>
753
754         * gst-libs/gst/Makefile.am:
755
756 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
757
758         * gst-libs/gst/audio/Makefile.am:
759         * gst-libs/gst/audio/mixerutils.c:
760         (gst_audio_mixer_filter_do_filter),
761         (gst_audio_mixer_filter_check_element),
762         (gst_audio_mixer_filter_probe_feature),
763         (element_factory_rank_compare_func),
764         (gst_audio_default_registry_mixer_filter):
765         * gst-libs/gst/audio/mixerutils.h:
766           Add gst_audio_default_registry_mixer_filter() utility
767           function.
768
769 2006-01-03  Michael Smith  <msmith@fluendo.com>
770
771         * gst/audioresample/resample.h:
772           As before, but for o_buf
773
774 2006-01-03  Michael Smith  <msmith@fluendo.com>
775
776         * gst/audioresample/resample.h:
777           Declare struct _ResampleState.buffer as unsigned char *, not void *,
778           since we do arithmetic on it.
779
780 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
781
782         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
783         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
784         (gst_ring_buffer_pause), (wait_segment):
785         * gst-libs/gst/audio/gstringbuffer.h:
786           Sun's Forte compiler doesn't seem to like anonymous structs,
787           so use same setup as in GstBaseSrc (fixes #324900).
788
789 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
790
791         * configure.ac:
792         * gst/volume/Makefile.am:
793         * gst/volume/demo.c:
794           move old example to tests/examples/volume/volune.c
795         * tests/examples/Makefile.am:
796         * tests/examples/seek/seek.c: (main):
797           change window-close event from "delete-event" to "destroy"
798         * tests/examples/volume/Makefile.am:
799         * tests/examples/volume/volume.c: (value_changed_callback),
800         (setup_gui), (message_received), (eos_message_received), (main):
801           fix event handling and bus usage
802
803 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
804
805         * gst/audiotestsrc/gstaudiotestsrc.c:
806         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
807         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
808         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
809         (gst_audio_test_src_create_square),
810         (gst_audio_test_src_create_saw),
811         (gst_audio_test_src_create_triangle),
812         (gst_audio_test_src_create_silence),
813         (gst_audio_test_src_create_white_noise),
814         (gst_audio_test_src_create_pink_noise),
815         (gst_audio_test_src_init_sine_table),
816         (gst_audio_test_src_create_sine_table),
817         (gst_audio_test_src_change_wave),
818         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
819         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
820         * gst/audiotestsrc/gstaudiotestsrc.h:
821           update to basesrc changes, implement segmented seeking and eos
822           handling, add a 'sine-tab' waveform for performance critical playback
823
824 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
825
826         * po/POTFILES.in:
827           ... and this time the other modified file that I missed last time.
828
829 2005-12-29  Michael Smith  <msmith@fluendo.com>
830
831         * gst/playback/gstdecodebin.c: (new_pad):
832           Fix non-C89 variable declaration not at the start of a block. Should
833           help some compilers.
834
835 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
836
837         * tests/check/Makefile.am:
838           And now fix 'make distcheck' (builddir != srcdir)
839
840 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
841
842         * configure.ac:
843         * ext/cdparanoia/Makefile.am:
844         * ext/cdparanoia/gstcdparanoia.c:
845         * ext/cdparanoia/gstcdparanoia.h:
846         * ext/cdparanoia/gstcdparanoiasrc.c:
847         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
848         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
849         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
850         (gst_cd_paranoia_paranoia_callback),
851         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
852         (gst_cd_paranoia_src_set_property),
853         (gst_cd_paranoia_src_get_property), (plugin_init):
854         * ext/cdparanoia/gstcdparanoiasrc.h:
855           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
856           plugin again (there are still fixes required to playbin to make
857           cdda:// uris work there).
858
859 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
860
861         * tests/check/Makefile.am:
862           Fix test case compilation.
863
864 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
865
866         * gst-libs/gst/cdda/gstcddabasesrc.c:
867         (gst_cdda_base_src_update_duration),
868         (gst_cdda_base_src_calculate_cddb_id):
869           An integer is not a string. Fix access to uninitialised variable.
870
871         * tests/check/Makefile.am:
872           Add cddabasesrc unit test; also actually enable the vorbis test.
873
874         * tests/check/generic/states.c:
875           Blacklist new cd audio elements as well.
876
877         * tests/check/libs/cddabasesrc.c:
878           Unit test for GstCddaBaseSrc (discid calculation mostly).
879
880 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
881
882         * docs/libs/Makefile.am:
883         * docs/libs/gst-plugins-base-libs-docs.sgml:
884         * docs/libs/gst-plugins-base-libs-sections.txt:
885         * docs/libs/gst-plugins-base-libs.types:
886           Add docs for libgstcdda/GstCddaBaseSrc.
887
888         * gst-libs/gst/interfaces/mixertrack.h:
889           Do one struct member per line with a semicolon at the end, that way
890           even gtk-doc might parse it without complaining.
891
892 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
893
894         * configure.ac:
895         * gst-libs/gst/Makefile.am:
896         * gst-libs/gst/cdda/Makefile.am:
897         * gst-libs/gst/cdda/base64.c:
898         * gst-libs/gst/cdda/base64.h:
899         * gst-libs/gst/cdda/gstcddabasesrc.c:
900         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
901         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
902         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
903         (gst_cdda_base_src_get_property),
904         (gst_cdda_base_src_get_track_from_sector),
905         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
906         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
907         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
908         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
909         (gst_cdda_base_src_uri_get_protocols),
910         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
911         (gst_cdda_base_src_uri_handler_init),
912         (gst_cdda_base_src_setup_interfaces),
913         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
914         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
915         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
916         (gst_cdda_base_src_add_tags),
917         (gst_cdda_base_src_add_index_associations),
918         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
919         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
920         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
921         (gst_cdda_base_src_create):
922         * gst-libs/gst/cdda/gstcddabasesrc.h:
923         * gst-libs/gst/cdda/sha1.c:
924         * gst-libs/gst/cdda/sha1.h:
925           Add new libgstcdda with GstCddaBaseSrc class.
926
927 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
928
929         * ext/gnomevfs/gstgnomevfssink.h:
930           Use GstBaseSinkClass as parent_class member for class struct, not
931           GstBaseSink.
932
933 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
934
935         * gst/videotestsrc/gstvideotestsrc.c:
936         (gst_video_test_src_class_init), (gst_video_test_src_start):
937           Add start method to reset running time and number of frames sent
938           when starting up (fixes #324696; patch by: Michal Benes).
939
940 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
941
942         * docs/plugins/Makefile.am:
943         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
944         * docs/plugins/gst-plugins-base-plugins-sections.txt:
945         * docs/plugins/gst-plugins-base-plugins.args:
946         * docs/plugins/gst-plugins-base-plugins.hierarchy:
947         * docs/plugins/gst-plugins-base-plugins.signals:
948           Add docs stuff for gnomevfssrc and gnomevfssink.
949
950         * ext/gnomevfs/gstgnomevfssrc.c:
951           Fix example pipeline in gtk-doc blurb.
952
953 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
954
955         * ext/gnomevfs/Makefile.am:
956         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
957         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
958         (gst_gnome_vfs_handle_get_type), (plugin_init):
959         * ext/gnomevfs/gstgnomevfs.h:
960         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
961         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
962         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
963         (gst_gnome_vfs_sink_set_property),
964         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
965         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
966         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
967         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
968         (gst_gnome_vfs_sink_uri_get_type),
969         (gst_gnome_vfs_sink_uri_get_protocols),
970         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
971         (gst_gnome_vfs_sink_uri_handler_init):
972         * ext/gnomevfs/gstgnomevfssink.h:
973           Port gnomevfssink; add gtk-doc blurb.
974
975         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
976         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
977         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
978         (gst_gnome_vfs_src_uri_get_type),
979         (gst_gnome_vfs_src_uri_get_protocols),
980         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
981         (gst_gnome_vfs_src_uri_handler_init),
982         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
983         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
984         (gst_gnome_vfs_src_send_additional_headers_callback),
985         (gst_gnome_vfs_src_received_headers_callback),
986         (gst_gnome_vfs_src_push_callbacks),
987         (gst_gnome_vfs_src_pop_callbacks),
988         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
989         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
990         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
991         * ext/gnomevfs/gstgnomevfssrc.h:
992           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
993           file; add gtk-doc blurb with example pipelines.
994
995 === release 0.10.1 ===
996
997 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
998
999         * configure.ac:
1000           releasing 0.10.1, "Dobro Dedek"
1001
1002 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
1003
1004         * gst/typefind/gsttypefindfunctions.c:
1005         iLBC30 and iLBC20 added to typefind.
1006
1007 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1008
1009         * gst-libs/gst/audio/gstbaseaudiosink.c:
1010         (gst_base_audio_sink_class_init):
1011         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1012         (gst_base_audio_src_class_init):
1013           update strings, values are in microseconds
1014           change the default sink buffer time to something that is smaller
1015           (to help software volume mixing have a slightly lower delay) but
1016           still be acceptable on Wim's laptop
1017
1018 2005-12-20  Edward Hervey  <edward@fluendo.com>
1019
1020         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
1021         Made a quack, forgot to add DUCK to the riff video template.
1022
1023 2005-12-19  Edward Hervey  <edward@fluendo.com>
1024
1025         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
1026         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
1027         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
1028         (gst_ogm_parse_chain):
1029         Make sure pads are initialized correctly.
1030         * gst-libs/gst/riff/riff-ids.h:
1031         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1032         (gst_riff_create_video_template_caps):
1033         Add a whole bunch of FOURCC <=> MimeType.
1034         Extend the riff video pad template to support the newly added fourcc.
1035
1036 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
1037
1038         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1039         (gst_ogg_demux_activate_chain):
1040           Extra debug output when activating/deactivating chains.
1041
1042         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
1043         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
1044         (unlinked):
1045           Remove a queue from our list when it becomes unlinked.
1046           Don't add queues to elements in class 'Demux' if they
1047           can only produce one pad 
1048
1049 2005-12-18  Julien MOUTTE  <julien@moutte.net>
1050
1051         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
1052         (gst_video_sink_get_type): Add a debug category.
1053
1054 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
1055
1056         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1057         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
1058           Handle downstream newsegment by sending our own newsegment before the
1059           next buffer to be released. (#323900)
1060
1061 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
1062
1063         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1064         (gst_base_rtp_depayload_set_gst_timestamp):
1065           add queue delay to new segment as well (as opposed to just the first
1066           buffer). (bug #322347)
1067
1068 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
1069
1070         * ext/libvisual/visual.c: (make_valid_name):
1071           change some char* into char[]
1072         * gst/audiotestsrc/gstaudiotestsrc.c:
1073         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
1074         (gst_audio_test_src_create):
1075         * gst/audiotestsrc/gstaudiotestsrc.h:
1076           prepare to handle EOS and SEGMENT_DONE
1077
1078 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1079
1080         * tests/check/generic/states.c: (GST_START_TEST):
1081           Blacklist cdparanoia element in state test.
1082
1083 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1084
1085         * gst/tcp/gsttcp.c:
1086         * gst/tcp/gsttcpclientsink.c:
1087         * gst/tcp/gsttcpserversink.c:
1088         * gst/tcp/gsttcpserversrc.c:
1089           Add <string.h> includes for memset and FD_ZERO (fixes #323878;
1090           patch by: Benjamin Pineau).
1091
1092 2005-12-15  Michael Smith  <msmith@fluendo.com>
1093
1094         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
1095         (gst_video_rate_chain):
1096           Fix timestamping for videorate when the first buffer it sees has a
1097           non-zero timestamp. Fix some misleading debug output.
1098
1099 2005-12-15  Michael Smith  <msmith@fluendo.com>
1100
1101         * gst/audioresample/gstaudioresample.c:
1102           Don't leak all input buffers to audioresample.
1103
1104 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1105
1106         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
1107           Don't operate on empty text buffers. Strip newlines and
1108           tabs only from the end of the text, but leave them intact
1109           in the middle. Fix typo in gtk-doc description.
1110
1111 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1112
1113         * gst/playback/gstplaybasebin.c:
1114         * gst/playback/gstplaybin.c: (handoff):
1115           Make sure the video frame buffer we return to apps via the
1116           "frame" property always has caps set on it. Modify
1117           _gst_gvalue_set_object() macro to handle NULL objects
1118           gracefully too.
1119
1120 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
1121
1122         * gst/audiotestsrc/gstaudiotestsrc.c:
1123         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1124         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
1125         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
1126         (gst_audio_test_src_create):
1127         * gst/audiotestsrc/gstaudiotestsrc.h:
1128         Adjust to some recent api changes and add wtays new cool seeking
1129         capabillities
1130
1131 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1132
1133         * ext/alsa/Makefile.am:
1134         * ext/alsa/gstalsadeviceprobe.c:
1135         * ext/alsa/gstalsadeviceprobe.h:
1136           Helper functions to add device probing via the GstPropertyProbe
1137           interface to a class.
1138
1139         * ext/alsa/gstalsamixer.h:
1140           Comment out GST_ALSA_MIXER, it returns a struct that's not
1141           used.
1142
1143         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
1144           Add some debug info. 
1145
1146         * ext/alsa/gstalsamixerelement.c:
1147         (gst_alsa_mixer_element_interface_supported),
1148         (gst_implements_interface_init),
1149         (gst_alsa_mixer_element_init_interfaces),
1150         (gst_alsa_mixer_element_class_init),
1151         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
1152         (gst_alsa_mixer_element_set_property),
1153         (gst_alsa_mixer_element_get_property),
1154         (gst_alsa_mixer_element_change_state):
1155         * ext/alsa/gstalsamixerelement.h:
1156           Add 'device' and 'device-name' properties. Add GstPropertyProbe
1157           for device handling (gnome-volume-control will need that).
1158
1159 2005-12-12  Christian Schaller  <uraeus@gnome.org>
1160
1161         * ext/Makefile.am: fix cdparanoia entry
1162         * gst-plugins-base.spec.in: add cdparanoia
1163
1164 2005-12-12  Michael Smith  <msmith@fluendo.com>
1165
1166         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
1167           Use the correct function to free list of typefind factories.
1168
1169 2005-12-12  Wim Taymans  <wim@fluendo.com>
1170
1171         * gst/videotestsrc/gstvideotestsrc.c:
1172         (gst_video_test_src_class_init), (gst_video_test_src_init),
1173         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
1174         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
1175         (gst_video_test_src_create):
1176         * gst/videotestsrc/gstvideotestsrc.h:
1177         Implement seeking in videotestsrc.
1178         Small cleanups.
1179
1180 2005-12-12  Wim Taymans  <wim@fluendo.com>
1181
1182         * ext/cdparanoia/Makefile.am:
1183         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
1184         (gst_paranoia_endian_get_type), (_do_init),
1185         (cdparanoia_class_init), (cdparanoia_init),
1186         (cdparanoia_set_property), (cdparanoia_get_property),
1187         (cdparanoia_do_seek), (cdparanoia_is_seekable),
1188         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
1189         (cdparanoia_convert), (cdparanoia_get_query_types),
1190         (cdparanoia_query), (cdparanoia_set_index),
1191         (cdparanoia_uri_set_uri):
1192         * ext/cdparanoia/gstcdparanoia.h:
1193         Partially ported cdparanoia now that basesrc can support a
1194         plugin like this..
1195
1196 2005-12-12  Wim Taymans  <wim@fluendo.com>
1197
1198         * tests/examples/seek/scrubby.c: (main):
1199         Set higher priority for bus events so they don't get reordered with
1200         gtk gui events.
1201
1202         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
1203         (flush_toggle_cb), (main):
1204         Added checkbox to disable flushing seeks. 
1205         Disable scrubbing when doing non flushing seeks.
1206
1207 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
1208
1209         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
1210         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
1211         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
1212         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
1213           Implement some sort of event handling that doesn't rely on
1214           g_return_if_fail; make sure we always push the last chunk of an 
1215           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
1216           state change function; remove some old cruft. Seeking is still
1217           rather unlikely to work though.
1218
1219         * tools/.cvsignore:
1220           Ignore more.
1221
1222 2005-12-11  Julien MOUTTE  <julien@moutte.net>
1223
1224         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
1225         Fixed a leak of the current image reference when cleaning up.
1226         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
1227
1228 2005-12-09  Michael Smith  <msmith@fluendo.com>
1229
1230         * tools/Makefile.am:
1231         * tools/gst-launch-ext-m.m:
1232           Remove gst-launch-ext. It doesn't work, and is no longer
1233           particularly useful.
1234
1235 2005-12-08  Luca Ognibene  <luogni@tin.it>
1236
1237         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1238           don't pass random values to ogmparse convert function.
1239           Make seeking possible in the exile1.ogm file.
1240
1241 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1242
1243         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
1244         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1245           Work around refcount problem with g_value_set_object() that occur
1246           if the core has been compiled against GLib-2.6 (g_value_set_object()
1247           will only g_object_ref() the element, but the caller will
1248           gst_object_unref() it and bad things will happen due to the way
1249           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
1250           totem for people on FC4 using Thomas's 0.10 RPMs.
1251           
1252 2005-12-07  Edward Hervey  <edward@fluendo.com>
1253
1254         Time to welcome ogm to 0.10 :)
1255         
1256         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
1257         (gst_ogg_pad_typefind):
1258         Oggdemux can now properly typefind elements with dynamic pads.
1259         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
1260         Properly set caps on src pad, and set caps on outgoing buffers.
1261
1262 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1263
1264         * ext/alsa/gstalsamixer.h:
1265         * ext/alsa/gstalsamixerelement.h:
1266         * ext/alsa/gstalsamixeroptions.h:
1267         * ext/alsa/gstalsamixertrack.h:
1268         * ext/alsa/gstalsasink.c:
1269         * ext/alsa/gstalsasink.h:
1270         * ext/alsa/gstalsasrc.c:
1271         * ext/alsa/gstalsasrc.h:
1272         * ext/cdparanoia/gstcdparanoia.h:
1273         * ext/gnomevfs/gstgnomevfsuri.h:
1274         * ext/ogg/gstoggdemux.c:
1275         * ext/ogg/gstoggmux.c:
1276         * ext/pango/gsttextoverlay.h:
1277         * ext/theora/theoradec.c:
1278         * ext/theora/theoraenc.c:
1279         * ext/vorbis/vorbisdec.h:
1280         * ext/vorbis/vorbisenc.c:
1281         * ext/vorbis/vorbisenc.h:
1282         * ext/vorbis/vorbisparse.h:
1283         * gst-libs/gst/audio/gstaudioclock.h:
1284         * gst-libs/gst/audio/gstaudiosink.c:
1285         * gst-libs/gst/audio/gstaudiosink.h:
1286         * gst-libs/gst/audio/gstaudiosrc.c:
1287         * gst-libs/gst/audio/gstaudiosrc.h:
1288         * gst-libs/gst/audio/gstbaseaudiosink.c:
1289         * gst-libs/gst/audio/gstbaseaudiosink.h:
1290         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1291         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1292         * gst-libs/gst/audio/gstringbuffer.h:
1293         * gst-libs/gst/audio/multichannel.h:
1294         * gst-libs/gst/floatcast/floatcast.h:
1295         * gst-libs/gst/interfaces/colorbalance.c:
1296         * gst-libs/gst/interfaces/colorbalance.h:
1297         * gst-libs/gst/interfaces/colorbalancechannel.h:
1298         * gst-libs/gst/interfaces/mixer.h:
1299         * gst-libs/gst/interfaces/mixeroptions.h:
1300         * gst-libs/gst/interfaces/mixertrack.h:
1301         * gst-libs/gst/interfaces/navigation.h:
1302         * gst-libs/gst/interfaces/propertyprobe.h:
1303         * gst-libs/gst/interfaces/tuner.h:
1304         * gst-libs/gst/interfaces/tunerchannel.h:
1305         * gst-libs/gst/interfaces/tunernorm.h:
1306         * gst-libs/gst/interfaces/xoverlay.h:
1307         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1308         * gst-libs/gst/riff/riff-ids.h:
1309         * gst-libs/gst/riff/riff-media.h:
1310         * gst-libs/gst/riff/riff-read.h:
1311         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1312         * gst-libs/gst/rtp/gstbasertppayload.c:
1313         * gst-libs/gst/rtp/gstbasertppayload.h:
1314         * gst-libs/gst/rtp/gstrtpbuffer.c:
1315         * gst-libs/gst/rtp/gstrtpbuffer.h:
1316         * gst-libs/gst/tag/gsttageditingprivate.h:
1317         * gst-libs/gst/tag/gstvorbistag.c:
1318         (gst_tag_list_from_vorbiscomment_buffer):
1319         * gst-libs/gst/tag/tag.h:
1320         * gst-libs/gst/video/video.h:
1321         * gst/adder/gstadder.c:
1322         * gst/adder/gstadder.h:
1323         * gst/audioconvert/audioconvert.c:
1324         * gst/audioconvert/audioconvert.h:
1325         * gst/audioconvert/gstaudioconvert.c:
1326         * gst/audioconvert/gstchannelmix.c:
1327         * gst/audioconvert/gstchannelmix.h:
1328         * gst/audiorate/gstaudiorate.c:
1329         * gst/audioresample/buffer.h:
1330         * gst/audioresample/functable.h:
1331         * gst/audioresample/gstaudioresample.c:
1332         * gst/audioresample/resample.h:
1333         * gst/ffmpegcolorspace/avcodec.h:
1334         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1335         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
1336         * gst/ffmpegcolorspace/imgconvert.c:
1337         * gst/ffmpegcolorspace/imgconvert_template.h:
1338         * gst/playback/gstdecodebin.c:
1339         * gst/playback/gstplaybasebin.h:
1340         * gst/playback/gstplaybin.c:
1341         * gst/playback/gststreaminfo.h:
1342         * gst/tcp/gstfdset.c:
1343         * gst/tcp/gstfdset.h:
1344         * gst/tcp/gstmultifdsink.c:
1345         * gst/tcp/gstmultifdsink.h:
1346         * gst/tcp/gsttcp.h:
1347         * gst/tcp/gsttcpclientsrc.c:
1348         * gst/tcp/gsttcpclientsrc.h:
1349         * gst/tcp/gsttcpplugin.h:
1350         * gst/tcp/gsttcpserversink.c:
1351         * gst/tcp/gsttcpserversrc.c:
1352         * gst/typefind/gsttypefindfunctions.c:
1353         * gst/videorate/gstvideorate.c:
1354         * gst/videotestsrc/gstvideotestsrc.h:
1355         * gst/videotestsrc/videotestsrc.h:
1356         * sys/v4l/gstv4lcolorbalance.h:
1357         * sys/v4l/gstv4ltuner.h:
1358         * sys/v4l/gstv4lxoverlay.h:
1359         * sys/v4l/v4l_calls.h:
1360         * sys/v4l/videodev_mjpeg.h:
1361         * tests/check/elements/audioconvert.c:
1362         * tests/check/elements/audioresample.c:
1363         * tests/check/elements/audiotestsrc.c:
1364         * tests/check/elements/videotestsrc.c:
1365         * tests/check/elements/volume.c:
1366         * tests/examples/seek/scrubby.c:
1367         * tests/examples/seek/seek.c:
1368           expand tabs
1369
1370 === release 0.10.0 ===
1371
1372 2005-12-05   <thomas (at) apestaart (dot) org>
1373
1374         * configure.ac:
1375           releasing 0.10.0, "Mont-d'or"
1376
1377 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1378
1379         * tests/examples/seek/Makefile.am:
1380         Build fix for when gtk is not available.
1381
1382 2005-12-05  Andy Wingo  <wingo@pobox.com>
1383
1384         * ext/libvisual/visual.c: (get_buffer):
1385         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
1386         * ext/pango/gsttextrender.c: (gst_text_render_chain):
1387         * ext/theora/theoradec.c: (theora_handle_data_packet):
1388         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
1389         (theora_enc_chain):
1390         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1391         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
1392         Update for alloc_buffer changes.
1393
1394 2005-12-05  Andy Wingo  <wingo@pobox.com>
1395
1396         patch by: Kai Vehmanen <kv2004 eca cx>
1397         
1398         * gst-libs/gst/rtp/gstbasertpdepayload.c
1399         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
1400
1401 2005-12-04  Andy Wingo  <wingo@pobox.com>
1402
1403         patch by: Sebastien Cote <sebas642 yahoo ca>
1404         
1405         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
1406         Fixes #319172.
1407
1408 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
1409
1410         * docs/plugins/Makefile.am:
1411         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1412         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1413         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1414         * ext/pango/gstclockoverlay.c:
1415         * ext/pango/gsttextoverlay.c: 
1416         * ext/pango/gsttextrender.c:
1417         * ext/pango/gsttimeoverlay.c:
1418           Add gtk-doc blurbs to pango elements.
1419
1420 2005-12-02  Wim Taymans  <wim@fluendo.com>
1421
1422         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
1423         * gst/audioresample/buffer.h:
1424         * gst/audioresample/gstaudioresample.c:
1425         * gst/audioresample/gstaudioresample.h:
1426         * gst/audioresample/resample.c: (resample_input_flush),
1427         (resample_input_pushthrough), (resample_input_eos),
1428         (resample_get_output_size_for_input),
1429         (resample_get_input_size_for_output), (resample_get_output_size),
1430         (resample_get_output_data):
1431         * gst/audioresample/resample.h:
1432         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1433         Fix audioresample, seek torture, new segments, reverse negotiation
1434         etc.. work fine.
1435
1436 2005-12-02  Wim Taymans  <wim@fluendo.com>
1437
1438         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1439         Small cleanups.
1440
1441 2005-12-02  Wim Taymans  <wim@fluendo.com>
1442
1443         * gst/audioconvert/gstaudioconvert.c:
1444         (gst_audio_convert_transform):
1445         Post errors.
1446
1447 === release 0.9.7 ===
1448
1449 2005-12-01   <thomas (at) apestaart (dot) org>
1450
1451         * configure.ac:
1452           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
1453
1454 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1455
1456         * Makefile.am:
1457         * po/hu.po:
1458         * win32/MANIFEST:
1459         * win32/gst.sln:
1460           add win32 MANIFEST file
1461           do something to the hungarian translation
1462
1463 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
1464
1465         * ext/Makefile.am:
1466           Add $(PANGO_DIR) to SUBDIRS
1467
1468         * ext/pango/gstclockoverlay.c:
1469         * ext/pango/gsttimeoverlay.c:
1470           Fix and improve element descriptions.
1471
1472 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1473
1474         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1475         * docs/plugins/inspect/plugin-libvisual.xml:
1476         * docs/plugins/inspect/plugin-pango.xml:
1477           add pango plugin to docs
1478
1479 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1480
1481         * configure.ac:
1482         * ext/Makefile.am:
1483           moved pango to base
1484
1485 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1486
1487         * configure.ac:
1488         * tests/Makefile.am:
1489         * tests/icles/.cvsignore:
1490         * tests/icles/Makefile.am:
1491         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
1492         (close_display), (resize_window), (move_window), (create_window),
1493         (terminate_playback), (pause_playback), (start_playback), (main):
1494           add stress test for xoverlay from Julien
1495
1496 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1497
1498         * docs/libs/tmpl/gstcolorbalance.sgml:
1499         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1500         * gst-libs/gst/rtp/gstbasertppayload.c:
1501         * gst-libs/gst/rtp/gstrtpbuffer.c:
1502         * gst-libs/gst/rtp/gstrtpbuffer.h:
1503           Do burger's rename for rtp payloaders and depayloaders
1504
1505 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1506
1507         * win32/:
1508           add Visual Studio 6 build files
1509
1510 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1511
1512         * docs/libs/gst-plugins-base-libs-docs.sgml:
1513         * docs/libs/gst-plugins-base-libs-sections.txt:
1514         * docs/libs/tmpl/gstaudio.sgml:
1515         * docs/libs/tmpl/gstringbuffer.sgml:
1516         * gst-libs/gst/interfaces/xoverlay.c:
1517         * gst-libs/gst/video/gstvideofilter.c:
1518         * gst-libs/gst/video/gstvideosink.c:
1519           update documentation
1520
1521 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1522
1523         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
1524         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
1525         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
1526         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
1527         (gst_multi_fd_sink_get_stats),
1528         (gst_multi_fd_sink_remove_client_link),
1529         (gst_multi_fd_sink_handle_client_read),
1530         (gst_multi_fd_sink_client_queue_data),
1531         (gst_multi_fd_sink_client_queue_caps),
1532         (gst_multi_fd_sink_client_queue_buffer),
1533         (gst_multi_fd_sink_new_client),
1534         (gst_multi_fd_sink_handle_client_write),
1535         (gst_multi_fd_sink_recover_client),
1536         (gst_multi_fd_sink_queue_buffer),
1537         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
1538         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
1539         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
1540         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
1541         * gst/tcp/gstmultifdsink.h:
1542         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
1543         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
1544         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
1545         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
1546         (gst_tcp_client_sink_set_property),
1547         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
1548         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
1549         * gst/tcp/gsttcpclientsink.h:
1550         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
1551         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
1552         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
1553         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
1554         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
1555         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
1556         * gst/tcp/gsttcpclientsrc.h:
1557         * gst/tcp/gsttcpplugin.c: (plugin_init):
1558         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
1559         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
1560         (gst_tcp_server_sink_finalize),
1561         (gst_tcp_server_sink_handle_server_read),
1562         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
1563         (gst_tcp_server_sink_set_property),
1564         (gst_tcp_server_sink_get_property),
1565         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
1566         * gst/tcp/gsttcpserversink.h:
1567         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
1568         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
1569         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
1570         (gst_tcp_server_src_set_property),
1571         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
1572         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
1573         * gst/tcp/gsttcpserversrc.h:
1574           more borgifying
1575
1576 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1577
1578         * docs/plugins/Makefile.am:
1579         * docs/plugins/gst-plugins-base-plugins.args:
1580         * docs/plugins/inspect/plugin-libvisual.xml:
1581         * gst/audioconvert/plugin.h:
1582         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
1583         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
1584         (gst_audio_rate_setcaps), (gst_audio_rate_init),
1585         (gst_audio_rate_chain), (gst_audio_rate_set_property),
1586         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
1587         (plugin_init):
1588         * gst/audiotestsrc/gstaudiotestsrc.c:
1589         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
1590         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1591         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
1592         (gst_audio_test_src_get_query_types),
1593         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
1594         (gst_audio_test_src_create_square),
1595         (gst_audio_test_src_create_saw),
1596         (gst_audio_test_src_create_triangle),
1597         (gst_audio_test_src_create_silence),
1598         (gst_audio_test_src_create_white_noise),
1599         (gst_audio_test_src_init_pink_noise),
1600         (gst_audio_test_src_generate_pink_noise_value),
1601         (gst_audio_test_src_create_pink_noise),
1602         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
1603         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
1604         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
1605         (plugin_init):
1606         * gst/audiotestsrc/gstaudiotestsrc.h:
1607         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
1608         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
1609         (gst_sub_parse_init), (gst_sub_parse_formats),
1610         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
1611         (convert_encoding), (get_next_line),
1612         (gst_sub_parse_data_format_autodetect),
1613         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
1614         (gst_sub_parse_loop), (gst_sub_parse_chain),
1615         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
1616         (plugin_init):
1617         * gst/subparse/gstsubparse.h:
1618         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
1619         (gst_video_rate_base_init), (gst_video_rate_class_init),
1620         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
1621         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
1622         (gst_video_rate_init), (gst_video_rate_event),
1623         (gst_video_rate_chain), (gst_video_rate_set_property),
1624         (gst_video_rate_get_property), (gst_video_rate_change_state),
1625         (plugin_init):
1626         * gst/videoscale/gstvideoscale.c:
1627         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
1628         (gst_video_scale_src_template_factory),
1629         (gst_video_scale_sink_template_factory),
1630         (gst_video_scale_get_type), (gst_video_scale_base_init),
1631         (gst_video_scale_class_init), (gst_video_scale_init),
1632         (gst_video_scale_set_property), (gst_video_scale_get_property),
1633         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
1634         (gst_video_scale_prepare_size), (parse_caps),
1635         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
1636         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
1637         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
1638         (plugin_init):
1639         * gst/videoscale/gstvideoscale.h:
1640         * gst/videotestsrc/gstvideotestsrc.c:
1641         (gst_video_test_src_pattern_get_type),
1642         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
1643         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
1644         (gst_video_test_src_set_pattern),
1645         (gst_video_test_src_set_property),
1646         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
1647         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
1648         (gst_video_test_src_event), (gst_video_test_src_get_times),
1649         (gst_video_test_src_create), (plugin_init):
1650         * gst/videotestsrc/gstvideotestsrc.h:
1651         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
1652         (gst_video_test_src_smpte), (gst_video_test_src_snow),
1653         (gst_video_test_src_black):
1654         * gst/videotestsrc/videotestsrc.h:
1655           borgify further
1656           clean up docs a little
1657
1658 2005-11-30  Wim Taymans  <wim@fluendo.com>
1659
1660         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1661         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
1662         (gst_basertppayload_event), (gst_basertppayload_push),
1663         (gst_basertppayload_change_state):
1664         * gst-libs/gst/rtp/gstbasertppayload.h:
1665         closed #320644.
1666
1667 2005-11-30  Julien MOUTTE  <julien@moutte.net>
1668
1669         * docs/libs/gst-plugins-base-libs-docs.sgml:
1670         * docs/libs/gst-plugins-base-libs-sections.txt:
1671         * gst-libs/gst/video/gstvideofilter.c:
1672         * gst-libs/gst/video/gstvideosink.c:
1673         * gst-libs/gst/video/gstvideosink.h: Adding docs.
1674
1675 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1676
1677         * LICENSE:
1678           move
1679         * po/af.po:
1680         * po/az.po:
1681         * po/cs.po:
1682         * po/en_GB.po:
1683         * po/hu.po:
1684         * po/it.po:
1685         * po/nb.po:
1686         * po/nl.po:
1687         * po/or.po:
1688         * po/sq.po:
1689         * po/sr.po:
1690         * po/sv.po:
1691         * po/uk.po:
1692         * po/vi.po:
1693         * Makefile.am:
1694           update
1695         * scripts/autoplugins.sh:
1696           remove
1697
1698 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1699
1700         * Makefile.am:
1701         * configure.ac:
1702         * examples/Makefile.am:
1703         * examples/capsfilter/Makefile.am:
1704         * examples/capsfilter/capsfilter1.c:
1705         * examples/gob/Makefile.am:
1706         * examples/gob/gst-identity2.gob:
1707         * examples/indexing/.cvsignore:
1708         * examples/indexing/Makefile.am:
1709         * examples/indexing/indexmpeg.c:
1710         * examples/seeking/.cvsignore:
1711         * examples/seeking/Makefile.am:
1712         * examples/seeking/cdparanoia.c:
1713         * examples/seeking/cdplayer.c:
1714         * examples/seeking/chained.c:
1715         * examples/seeking/scrubby.c:
1716         * examples/seeking/seek.c:
1717         * examples/stats/Makefile.am:
1718         * examples/stats/mp2ogg.c:
1719         * examples/switch/.cvsignore:
1720         * examples/switch/Makefile.am:
1721         * examples/switch/switcher.c:
1722         * tests/Makefile.am:
1723         * tests/check/generic/.cvsignore:
1724         * tests/check/pipelines/.cvsignore:
1725         * tests/examples/Makefile.am:
1726         * tests/examples/seek/Makefile.am:
1727           reorganize stuff under tests/
1728
1729 2005-11-30  Edward Hervey  <edward@fluendo.com>
1730
1731         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
1732         Go away you stupid GstStaticPadTemplate memleak.
1733
1734 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1735
1736         * gst-libs/gst/net/Makefile.am:
1737         * gst-libs/gst/net/README:
1738         * gst-libs/gst/net/gstnetbuffer.c:
1739         * gst-libs/gst/net/gstnetbuffer.h:
1740           this was moved to "netbuffer"
1741
1742 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1743
1744         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
1745         (gst_video_filter_class_init), (gst_video_filter_init):
1746         * gst-libs/gst/video/gstvideofilter.h:
1747           borgify name to bring in line with other classes
1748
1749 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1750
1751         * gst/audioscale/.cvsignore:
1752         * gst/audioscale/Makefile.am:
1753         * gst/audioscale/README:
1754         * gst/audioscale/audioscale.vcproj:
1755         * gst/audioscale/dtof.c:
1756         * gst/audioscale/dtos.c:
1757         * gst/audioscale/functable.c:
1758         * gst/audioscale/gstaudioscale.c:
1759         * gst/audioscale/gstaudioscale.h:
1760         * gst/audioscale/private.h:
1761         * gst/audioscale/resample.c:
1762         * gst/audioscale/resample.h:
1763         * gst/audioscale/test.c:
1764           remove
1765
1766 2005-11-30  Edward Hervey  <edward@fluendo.com>
1767
1768         * gst-libs/gst/netbuffer/Makefile.am:
1769         really, really tired
1770
1771 2005-11-30  Edward Hervey  <edward@fluendo.com>
1772
1773         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1774         Update for new GstTypeFindFactory _register()
1775
1776 2005-11-30  Edward Hervey  <edward@fluendo.com>
1777
1778         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
1779         Let's not override libgstnet from core for no reason...
1780         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
1781         Ok, maybe not so quick next time.
1782
1783 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1784
1785         * configure.ac:
1786         * gst-libs/gst/Makefile.am:
1787           moved gst-libs/gst/net to netbuffer through CVS surgery
1788           remove old directory
1789           updating build to accomodate
1790           (#322257)
1791
1792 2005-11-29  Andy Wingo  <wingo@pobox.com>
1793
1794         * pkgconfig/gstreamer-plugins-base.pc.in:
1795         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1796         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
1797         (#322257).
1798
1799 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
1800
1801         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
1802         3rd time's the charm. Correct ref-counting for discarded buffers.
1803
1804 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
1805
1806         * gst/playback/gststreamselector.c:
1807         (gst_stream_selector_class_init),
1808         (gst_stream_selector_set_property),
1809         (gst_stream_selector_get_property),
1810         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
1811         Fix ref-counting
1812
1813 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
1814
1815         * gst/subparse/gstsubparse.c: (feed_textbuf):
1816           Don't access already unref'ed buffer.
1817
1818 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
1819
1820         * gst/playback/gststreamselector.c:
1821         (gst_stream_selector_class_init), (gst_stream_selector_init),
1822         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
1823         (gst_stream_selector_get_property),
1824         (gst_stream_selector_get_linked_pad),
1825         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
1826         * gst/playback/gststreamselector.h:
1827         Add the active-pad property for playbin to use shortly. Ignore buffers
1828         from any other pad, returning GST_FLOW_NOT_LINKED
1829
1830 2005-11-29  Julien MOUTTE  <julien@moutte.net>
1831
1832         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
1833         patch from bug #322704 (Alessandro Decina).
1834
1835 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1836
1837         * gst-libs/gst/audio/Makefile.am:
1838           folded audiofilter into the audio library
1839
1840 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1841
1842         * gst/videoscale/gstvideoscale.h:
1843         * gst/videoscale/gstvideoscale.c:
1844           remove unimplemented scale methods
1845
1846 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
1847
1848         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
1849           Don't leak caps.
1850
1851 2005-11-28  Julien MOUTTE  <julien@moutte.net>
1852
1853         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
1854         (gst_ximagesink_setcaps):
1855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1856         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
1857         happens (only visible on ximagesink but bug is in xv too) set_caps was
1858         destroying the internal x[v]image used to memcpy non locally alloced
1859         buffers so that it got renewed on next _chain. The issue is that 
1860         _expose will try to put that image as it reffed it in _put.
1861         Using gst_buffer_unref instead of destroy fixes it !
1862
1863 2005-11-28  Edward Hervey  <edward@fluendo.com>
1864
1865         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1866         (try_to_link_1), (queue_filled_cb):
1867         Better use of the queues. Start with a small size queue and only increase
1868         the size of the queues when the other queues are empty.
1869
1870 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1871
1872         * gst-libs/gst/video/Makefile.am:
1873           compile in copied-over videofilter into the video library
1874         * gst-libs/gst/video/videosink.h:
1875           rename the header to gstvideosink.h since it's a base GstObject class
1876         * sys/ximage/ximagesink.h:
1877         * sys/xvimage/xvimagesink.h:
1878           use the new header
1879
1880 2005-11-28  Wim Taymans  <wim@fluendo.com>
1881
1882         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
1883         * gst/playback/gstplaybasebin.h:
1884         Prepare to handle errors betters.
1885
1886         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
1887         Set sinks to PAUSED first before adding and linking them so that
1888         we don't interrupt dataflow.
1889
1890 2005-11-28  Wim Taymans  <wim@fluendo.com>
1891
1892         * gst-libs/gst/audio/TODO:
1893         Updated TODO
1894
1895         * gst-libs/gst/audio/gstaudiosink.c:
1896         (gst_audioringbuffer_open_device),
1897         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
1898         (gst_audioringbuffer_release):
1899         Small cleanups.
1900
1901         * gst-libs/gst/audio/gstbaseaudiosink.c:
1902         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
1903         (gst_base_audio_sink_change_state):
1904         Slave to the master clock when going to PLAYING and unslave when
1905         going to PAUSED.
1906
1907         * gst-libs/gst/audio/gstringbuffer.c:
1908         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1909         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
1910         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
1911         (gst_ring_buffer_clear_all), (wait_segment),
1912         (gst_ring_buffer_commit), (gst_ring_buffer_read),
1913         (gst_ring_buffer_advance):
1914         * gst-libs/gst/audio/gstringbuffer.h:
1915         Add some docs and cleanups.
1916
1917 2005-11-28  Julien MOUTTE  <julien@moutte.net>
1918
1919         * sys/xvimage/xvimagesink.c:
1920         (gst_xvimagesink_navigation_send_event): Fix navigation events
1921         coordinates translation with pixel aspect ratios.
1922
1923 2005-11-28  Julien MOUTTE  <julien@moutte.net>
1924
1925         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1926         Use calculated video geometry from _setcaps instead of buffer
1927         caps to respect pixel aspect ratio. (fixes #322388)
1928
1929 2005-11-28  Julien MOUTTE  <julien@moutte.net>
1930
1931         * docs/libs/tmpl/gstcolorbalance.sgml:
1932         * docs/libs/tmpl/gstmixer.sgml:
1933         * docs/libs/tmpl/gstxoverlay.sgml:
1934         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
1935         interface.
1936
1937 2005-11-28  Julien MOUTTE  <julien@moutte.net>
1938
1939         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1940         Refuse to create an XvImage if we can't find the format.
1941
1942 2005-11-28  Edward Hervey  <edward@fluendo.com>
1943
1944         * gst-libs/gst/riff/riff-media.c:
1945         (gst_riff_create_audio_template_caps):
1946         Add ATRAC3 to the list of riff-possible audio caps.
1947         I know we still don't have a plugin for atrac3, but it's saner to output
1948         that than a cryptic mimetype.
1949
1950 2005-11-27  Edward Hervey  <edward@fluendo.com>
1951
1952         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
1953         Don't try to create a zero-sized subbuffer.
1954
1955 2005-11-27  Julien MOUTTE  <julien@moutte.net>
1956
1957         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
1958         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
1959         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
1960         (gst_ximagesink_expose): Fixed a tricky race.
1961         * sys/ximage/ximagesink.h:
1962         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1963         (gst_xvimagesink_expose): Fixed a tricky race.
1964         * sys/xvimage/xvimagesink.h:
1965
1966 2005-11-27  Edward Hervey  <edward@fluendo.com>
1967
1968         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
1969         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
1970         Remove unused properties, and add queues between demuxers and decoders
1971         so that a lot more files can preroll properly.
1972
1973 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1974
1975         * gst-libs/gst/net/Makefile.am:
1976         * gst-libs/gst/rtp/Makefile.am:
1977         * gst-libs/gst/tag/Makefile.am:
1978           remove silly include
1979         * gst/tags/Makefile.am:
1980         * gst/tags/gsttagediting.c:
1981         * gst/tags/gsttageditingprivate.h:
1982         * gst/tags/tagedit.vcproj:
1983           remove directory, is as good as empty
1984
1985 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1986
1987         * configure.ac:
1988           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
1989         * gst-libs/Makefile.am:
1990         * gst-libs/gst/audio/Makefile.am:
1991         * gst-libs/gst/interfaces/Makefile.am:
1992         * gst-libs/gst/net/Makefile.am:
1993         * gst-libs/gst/riff/Makefile.am:
1994         * gst-libs/gst/rtp/Makefile.am:
1995         * gst-libs/gst/tag/Makefile.am:
1996         * gst-libs/gst/video/Makefile.am:
1997           and use them
1998
1999 2005-11-27  Julien MOUTTE  <julien@moutte.net>
2000
2001         * docs/libs/tmpl/gstcolorbalance.sgml:
2002         * docs/libs/tmpl/gstmixer.sgml:
2003         * docs/libs/tmpl/gstxoverlay.sgml:
2004         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
2005         * sys/ximage/ximagesink.h:
2006         * sys/xvimage/xvimagesink.h: More and more documentation.
2007
2008 2005-11-26  Julien MOUTTE  <julien@moutte.net>
2009
2010         * docs/libs/gst-plugins-base-libs-docs.sgml:
2011         * docs/libs/gst-plugins-base-libs-sections.txt:
2012         * docs/libs/tmpl/gstcolorbalance.sgml:
2013         * docs/libs/tmpl/gstmixer.sgml:
2014         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
2015         to documentation.
2016
2017 2005-11-26  Julien MOUTTE  <julien@moutte.net>
2018
2019         * docs/plugins/Makefile.am:
2020         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2021         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2022         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
2023
2024 2005-11-26  Julien MOUTTE  <julien@moutte.net>
2025
2026         * docs/plugins/Makefile.am:
2027         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2028         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2029         * docs/plugins/inspect/plugin-adder.xml:
2030         * docs/plugins/inspect/plugin-alsa.xml:
2031         * docs/plugins/inspect/plugin-audioconvert.xml:
2032         * docs/plugins/inspect/plugin-audiorate.xml:
2033         * docs/plugins/inspect/plugin-audioresample.xml:
2034         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2035         * docs/plugins/inspect/plugin-decodebin.xml:
2036         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2037         * docs/plugins/inspect/plugin-gnomevfs.xml:
2038         * docs/plugins/inspect/plugin-ogg.xml:
2039         * docs/plugins/inspect/plugin-playbin.xml:
2040         * docs/plugins/inspect/plugin-subparse.xml:
2041         * docs/plugins/inspect/plugin-tcp.xml:
2042         * docs/plugins/inspect/plugin-theora.xml:
2043         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2044         * docs/plugins/inspect/plugin-video4linux.xml:
2045         * docs/plugins/inspect/plugin-videorate.xml:
2046         * docs/plugins/inspect/plugin-videoscale.xml:
2047         * docs/plugins/inspect/plugin-videotestsrc.xml:
2048         * docs/plugins/inspect/plugin-volume.xml:
2049         * docs/plugins/inspect/plugin-vorbis.xml:
2050         * docs/plugins/inspect/plugin-ximagesink.xml:
2051         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
2052         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
2053
2054 2005-11-26  Edward Hervey  <edward@fluendo.com>
2055
2056         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
2057         Properly return GstFlowReturn from gst_pad_push in chain functions.
2058
2059 2005-11-25  Michael Smith  <msmith@fluendo.com>
2060
2061         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
2062         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
2063         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
2064         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
2065           Handle various conditions better when we don't understand a stream.
2066           Removes a heap of CRITICALs on ogg streams containing unknown data.
2067
2068 2005-11-24  Andy Wingo  <wingo@pobox.com>
2069
2070         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
2071         Be threadsafe.
2072
2073 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2074
2075         * configure.ac: back to HEAD
2076
2077 === release 0.9.6 ===
2078
2079 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
2080
2081         * configure.ac:
2082           releasing 0.9.6, "White Eight"
2083
2084 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2085
2086         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2087         * docs/plugins/inspect/plugin-sine.xml:
2088           remove sinesrc some more
2089
2090 2005-11-23  Wim Taymans  <wim@fluendo.com>
2091
2092         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
2093         If we are reading too slowly, jump forward in the ringbuffer
2094         instead of blocking.
2095
2096 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
2097
2098         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
2099         (gst_visual_chain):
2100         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
2101         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
2102         (gst_videorate_chain):
2103         * gst/videotestsrc/gstvideotestsrc.c:
2104         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
2105         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
2106         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
2107         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
2108         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
2109         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
2110           Updates for API changes
2111
2112 2005-11-23  Wim Taymans  <wim@fluendo.com>
2113
2114         * gst-libs/gst/audio/gstbaseaudiosink.c:
2115         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
2116         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2117         Fix for calibration API change.
2118
2119 2005-11-23  Michael Smith <msmith@fluendo.com>
2120
2121         * gst-libs/gst/audio/multichannel.c:
2122         (gst_audio_get_channel_positions),
2123         (gst_audio_set_channel_positions),
2124         (gst_audio_set_structure_channel_positions_list),
2125         (gst_audio_fixate_channel_positions):
2126           Use gst_value_array_*() functions on value arrays, not
2127           gst_value_list_*().
2128
2129 2005-11-23  Edward Hervey  <edward@fluendo.com>
2130
2131         * autogen.sh:
2132         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
2133         Fixes autogen
2134
2135 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2136
2137         * check/Makefile.am:
2138         * check/elements/videotestsrc.c: (setup_videotestsrc),
2139         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
2140         (main):
2141           add a test for videotestsrc
2142
2143 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2144
2145         * gst/sine/.cvsignore:
2146         * gst/sine/Makefile.am:
2147         * gst/sine/gstsinesrc.c:
2148         * gst/sine/gstsinesrc.h:
2149         * gst/sine/sinesrc.vcproj:
2150           and remove sinesrc from the repository.  Closes #321446
2151
2152 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2153
2154         * configure.ac:
2155         * gst-plugins-base.spec.in:
2156           remove sinesrc from the build
2157
2158 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2159
2160         * check/Makefile.am:
2161         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
2162         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
2163         (main):
2164           add a test for audiotestsrc, testing all waves.  Even seems
2165           leak-free at first glance, nice job Stefan
2166
2167 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
2168
2169         * po/af.po:
2170         * po/az.po:
2171         * po/cs.po:
2172         * po/en_GB.po:
2173         * po/hu.po:
2174         * po/it.po:
2175         * po/nb.po:
2176         * po/nl.po:
2177         * po/or.po:
2178         * po/sq.po:
2179         * po/sr.po:
2180         * po/sv.po:
2181         * po/uk.po:
2182         * po/vi.po:
2183           Translation string updates
2184
2185         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
2186         (gst_v4lsrc_set_caps):
2187         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
2188         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
2189         * sys/v4l/v4lsrc_calls.h:
2190           Improve v4lsrc, by making it work again.
2191
2192 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
2193
2194         * ext/libvisual/visual.c: (gst_visual_chain):
2195           Fix the fps calculations.
2196
2197         * gst/ffmpegcolorspace/avcodec.h:
2198           Move structure element for clarity
2199
2200         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
2201         * gst-libs/gst/interfaces/tunernorm.h:
2202         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
2203         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
2204         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
2205         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
2206         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
2207         (gst_v4lmjpegsrc_getcaps):
2208         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
2209         (gst_v4lsrc_set_caps):
2210         * sys/v4l/gstv4lsrc.h:
2211         * sys/v4l/v4l_calls.c: (gst_v4l_open):
2212         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
2213         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
2214         * sys/v4l/v4lsrc_calls.h:
2215           Fractional framerates...
2216
2217 2005-11-22  Wim Taymans  <wim@fluendo.com>
2218
2219         * gst-libs/gst/audio/gstbaseaudiosink.c:
2220         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
2221         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2222         And we provide a clock by default, of course...
2223
2224 2005-11-22  Wim Taymans  <wim@fluendo.com>
2225
2226         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
2227         This clock can be slaved to a master clock now.
2228
2229         * gst-libs/gst/audio/gstbaseaudiosink.c:
2230         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2231         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
2232         (gst_base_audio_sink_set_clock),
2233         (gst_base_audio_sink_set_property),
2234         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
2235         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2236         * gst-libs/gst/audio/gstbaseaudiosink.h:
2237         Handle slaving the internal clock to the clock selected in the
2238         pipeline.
2239         Add property to make the basesink not provide a clock.
2240
2241         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2242         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
2243         (gst_base_rtp_depayload_wait):
2244         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2245         We can use the clock in GstElement, no need to store it ourselves.
2246
2247 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2248
2249         * docs/libs/tmpl/gstaudio.sgml:
2250           update
2251         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
2252         (gst_paranoia_endian_get_type):
2253         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
2254         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
2255         * gst/audiotestsrc/gstaudiotestsrc.c:
2256         (gst_audiostestsrc_wave_get_type):
2257         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
2258         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
2259         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
2260         (gst_sync_method_get_type), (gst_unit_type_get_type),
2261         (gst_client_status_get_type), (gst_multifdsink_class_init),
2262         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
2263         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
2264         (gst_multifdsink_get_property):
2265         * gst/tcp/gstmultifdsink.h:
2266         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
2267         * gst/videotestsrc/gstvideotestsrc.c:
2268         (gst_videotestsrc_pattern_get_type):
2269           remove deprecated properties
2270           fix up enums to correctly have short lowercase dashed nicks
2271
2272 2005-11-22  Michael Smith <msmith@fluendo.com>
2273
2274         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
2275         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2276           Add underscore.
2277
2278 2005-11-22  Michael Smith <msmith@fluendo.com>
2279
2280         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
2281         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2282           Use utility method for scaling clocktime for fractional framerates.
2283
2284 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
2285
2286         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
2287         (gst_visual_chain):
2288         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2289         * ext/theora/theoradec.c: (theora_handle_type_packet):
2290         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
2291         (theora_enc_chain):
2292         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2293         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
2294         * gst-libs/gst/video/video.h:
2295         * gst/ffmpegcolorspace/avcodec.h:
2296         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2297         (gst_ffmpeg_caps_to_pixfmt):
2298         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2299         (gst_ffmpegcsp_set_caps):
2300         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
2301         (gst_videorate_setcaps), (gst_videorate_blank_data),
2302         (gst_videorate_chain):
2303         * gst/videotestsrc/gstvideotestsrc.c:
2304         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
2305         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
2306         (gst_videotestsrc_event), (gst_videotestsrc_create):
2307         * gst/videotestsrc/gstvideotestsrc.h:
2308         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
2309         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
2310         (gst_ximagesink_get_times), (gst_ximagesink_init):
2311         * sys/ximage/ximagesink.h:
2312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2313         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
2314         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
2315         * sys/xvimage/xvimagesink.h:
2316           Convert elements to use fractions for their framerate.
2317           V4L elements to come later tonight.
2318
2319 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2320
2321         * gst-libs/gst/audio/audio.c:
2322         * gst-libs/gst/audio/audio.h:
2323           remove some deprecated functions
2324
2325 2005-11-22  Andy Wingo  <wingo@pobox.com>
2326
2327         * Update for gst_tag_setter API changes.
2328
2329 2005-11-22  Andy Wingo  <wingo@pobox.com>
2330
2331         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
2332         (gst_ogg_demux_perform_seek):
2333         * ext/theora/theoradec.c (theora_dec_sink_event):
2334         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
2335         update-funcnames.
2336
2337 2005-11-22  Wim Taymans  <wim@fluendo.com>
2338
2339         * examples/seeking/seek.c: (main):
2340         Give higher priority to bus signals than the gtk events
2341         to fix a race condition in the segment looping.
2342
2343 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
2344
2345         * ext/theora/Makefile.am:
2346         * ext/vorbis/Makefile.am:
2347         * gst-libs/gst/tag/Makefile.am:
2348         * gst-plugins-base.spec.in:
2349           Rename libgsttagedit to libgsttag (#322117).
2350
2351 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
2352
2353         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
2354         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
2355           Call gst_x_overlay_prepare_xwindow_id() to give applications
2356           a final chance to set their own xwindow id before the video
2357           sink creates its own window.
2358
2359 2005-11-22  Julien MOUTTE  <julien@moutte.net>
2360
2361         * sys/xvimage/xvimagesink.c:
2362         (gst_xvimagesink_navigation_send_event): Handle navigation
2363         events correcly with borders if applicable.
2364
2365 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
2366
2367         Patch by: Luca Ognibene
2368
2369         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2370         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
2371         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2372         (gst_ffmpegcsp_caps_remove_format_info):
2373         * gst/ffmpegcolorspace/imgconvert.c:
2374         * gst/ffmpegcolorspace/imgconvert_template.h:
2375           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
2376           #318353); use gst_structure_has_name().
2377
2378 2005-11-22  Julien MOUTTE  <julien@moutte.net>
2379
2380         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
2381         (gst_ximagesink_class_init): Add debug macros on functions.
2382         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2383         (gst_xvimagesink_xwindow_draw_borders),
2384         (gst_xvimagesink_xvimage_put),
2385         (gst_xvimagesink_xwindow_update_geometry),
2386         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
2387         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
2388         (gst_xvimagesink_xcontext_clear),
2389         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
2390         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
2391         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
2392         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
2393         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
2394         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
2395         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
2396         expose while being PAUSED, out of data flow navigation events, etc..
2397
2398 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2399
2400         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
2401         * gst-libs/gst/audio/audio.h:
2402           fix prototype - wondering why the test worked regardless
2403
2404 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2405
2406         * check/Makefile.am:
2407         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
2408         * gst-libs/gst/audio/audio.h:
2409           add a method that returns a proper GstClockTime
2410
2411 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2412
2413         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
2414         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
2415         * gst-libs/gst/interfaces/xoverlay.h:
2416           Remove everything having to do with the desired size; add 
2417           gst_x_overlay_prepare_xwindow_id() function; remove the
2418           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
2419           post a message on the bus instead (#321816).
2420
2421         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
2422         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
2423         (gst_xvimagesink_xoverlay_init):
2424           Remove desired size stuff (#321816).
2425
2426 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2427
2428         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
2429         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
2430         (mpeg_video_type_find), (mpeg_video_stream_type_find):
2431           Terminate vararg functions with NULL instead of 0 to 
2432           make gcc4 happy.
2433
2434 2005-11-21  Andy Wingo  <wingo@pobox.com>
2435
2436         patch by: Sebastien Cote <sebas642@yahoo.ca>
2437         
2438         * gst-libs/gst/rtp/gstrtpbuffer.h: 
2439         * gst-libs/gst/rtp/gstrtpbuffer.c
2440         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
2441
2442 2005-11-21  Andy Wingo  <wingo@pobox.com>
2443
2444         * gst/playback/gstplaybin.c (gen_audio_element) 
2445         (gen_video_element): Use the new MISSING_PLUGIN core error
2446         category. Closes #320060.
2447
2448         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
2449         * gst/videorate/gstvideorate.c (gst_videorate_event):
2450         * ext/theora/theoradec.c (theora_dec_sink_event): 
2451         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
2452         stream lock.
2453
2454         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
2455         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
2456         stream lock changes.
2457
2458 2005-11-21  Wim Taymans  <wim@fluendo.com>
2459
2460         * gst-libs/gst/audio/gstbaseaudiosink.c:
2461         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2462         (gst_base_audio_sink_provide_clock),
2463         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
2464         (gst_base_audio_sink_change_state):
2465         * gst/audioresample/gstaudioresample.c:
2466         Segment update fix.
2467
2468 2005-11-21  Andy Wingo  <wingo@pobox.com>
2469
2470         * *.h:
2471         * *.c: Ran scripts/update-macros. Oh yes.
2472
2473 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2474
2475         * sys/ximage/Makefile.am:
2476         * sys/ximage/ximage.c:
2477           Rename ximage plugin to ximagesink (#321426) (Don't forget to
2478           remove your old libgstximage.* manually if necessary).
2479
2480 2005-11-21  Michael Smith <msmith@fluendo.com>
2481
2482         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
2483           Minimal fix for bug #320200: set the min/max bitrate in the correct
2484           units. A better fix would be to upgrade to the RATEMANAGE2
2485           interface, rather than using the deprecated interface used here, but
2486           that would require an update in our libvorbis dependency (to 1.1),
2487           which is probably undesirable.
2488
2489 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
2490
2491         * ext/libvisual/visual.c: (get_buffer):
2492         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2493         (gst_base_audio_src_fixate):
2494         * gst/audioconvert/gstaudioconvert.c:
2495         (gst_audio_convert_fixate_caps):
2496         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
2497         * gst/audiotestsrc/gstaudiotestsrc.c:
2498         (gst_audiotestsrc_src_fixate):
2499         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
2500         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
2501         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
2502         * gst/videotestsrc/gstvideotestsrc.c:
2503         (gst_videotestsrc_src_fixate):
2504         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
2505         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
2506           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
2507           (#322027)
2508
2509
2510 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2511
2512         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2513         (gst_riff_create_iavs_caps):
2514         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
2515         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
2516         (gst_riff_parse_info):
2517         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
2518         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
2519         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
2520           Fixes for GST_FOURCC_FORMAT API change.
2521
2522 2005-11-21  Andy Wingo  <wingo@pobox.com>
2523
2524         patch by: Alessandro Dessina <alessandro nnva org>
2525
2526         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
2527         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
2528         (gst_ogg_parse_chain):
2529         * ext/theora/theoraenc.c (theora_set_header_on_caps):
2530         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
2531         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
2532         gst_value_list calls on arrays. Fixes #321962.
2533
2534 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2535
2536         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
2537         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
2538         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
2539         * gst/adder/gstadder.c: (gst_adder_init),
2540         (gst_adder_request_new_pad), (gst_adder_collected),
2541         (gst_adder_change_state):
2542           Update for gst_collectpads_foo() to gst_collect_pads_foo()
2543           API change.
2544
2545 2005-11-21  Michael Smith <msmith@fluendo.com>
2546
2547         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
2548         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
2549           Properly handle pad_push return values.
2550
2551 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
2552
2553         * gst-libs/gst/tag/Makefile.am:
2554         * gst-libs/gst/tag/gstvorbistag.c:
2555         (gst_tag_list_to_vorbiscomment_buffer):
2556           Remove obsolete vorbistag element and debug category.
2557
2558         * gst/playback/gstplaybasebin.c: (check_queue):
2559           Don't divide by 0 when queue-threshold is 0.
2560
2561         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
2562           Don't modify an existing pixel-aspect-ratio if we fail to read
2563           a new one.
2564
2565 2005-11-20  Wim Taymans  <wim@fluendo.com>
2566
2567         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
2568         (gst_vorbisenc_push_packet):
2569         GST_PAD_IS_USABLE is gone, use the return value of
2570         the push or pad_alloc_buffer instead.
2571
2572 2005-11-18  Julien MOUTTE  <julien@moutte.net>
2573
2574         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
2575         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
2576         (gst_ximagesink_ximage_destroy),
2577         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
2578         (gst_ximagesink_xwindow_new),
2579         (gst_ximagesink_xwindow_update_geometry),
2580         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
2581         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
2582         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
2583         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
2584         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
2585         (gst_ximagesink_navigation_send_event),
2586         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
2587         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
2588         (gst_ximagesink_finalize), (gst_ximagesink_init),
2589         (gst_ximagesink_class_init):
2590         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
2591         This new version brings correct software scaling, non flickering
2592         window while resizing, pixel aspect ratio handling, usage of
2593         hardware buffer pools, out of data flow event thread for 
2594         navigation and handling of expose events even when being PAUSED,
2595         a new property to keep video aspect ratio when resizing, etc...
2596
2597 2005-11-18  Julien MOUTTE  <julien@moutte.net>
2598
2599         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2600         (gst_videoscale_fixate_caps): Introduce back caps fixate with
2601         handling of PAR.
2602
2603 2005-11-18    <bilboed@dvdsrc.fluendo.com>
2604
2605         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
2606         Unsetting IS_SINK flag from the fakesink, so decodebin
2607         never behaves as a sink.
2608
2609 2005-11-17  Wim Taymans  <wim@fluendo.com>
2610
2611         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2612         (gst_base_audio_src_change_state):
2613         Fix the audiosrc base class again, we did not unflush.
2614
2615 2005-11-17  Julien MOUTTE  <julien@moutte.net>
2616
2617         * examples/seeking/seek.c: (make_dv_pipeline),
2618         (make_vorbis_theora_pipeline), (make_avi_pipeline),
2619         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
2620         to ogg/vorbis/theora pipeline.
2621
2622 2005-11-17  Wim Taymans  <wim@fluendo.com>
2623
2624         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
2625         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
2626         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
2627         Fix EOS on multiple streams.
2628         More debugging.
2629
2630 2005-11-16  Wim Taymans  <wim@fluendo.com>
2631
2632         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
2633         (gst_ogg_demux_perform_seek):
2634         Segment done must include stream time.
2635
2636         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
2637         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
2638         (gst_ogg_mux_change_state):
2639         Fix ogg muxer again.
2640
2641 2005-11-16  Wim Taymans  <wim@fluendo.com>
2642
2643         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
2644         Fix compile again.
2645
2646 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2647
2648         * ext/libvisual/visual.c: (gst_visual_init):
2649         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
2650         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
2651         (gst_ogg_parse_chain):
2652         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
2653         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
2654         * ext/theora/theoradec.c: (gst_theora_dec_init):
2655         * ext/theora/theoraenc.c: (gst_theora_enc_init):
2656         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
2657         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
2658         * gst/adder/gstadder.c: (gst_adder_class_init),
2659         (gst_adder_dispose):
2660         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
2661         * gst/subparse/gstsubparse.c: (gst_subparse_init):
2662         * gst/videorate/gstvideorate.c: (gst_videorate_init):
2663           Fix a whole set of pad template leaks
2664
2665 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2666
2667         * check/generic/states.c: (GST_START_TEST):
2668           fix the test so that it only checks for elements that are part of
2669           this source module
2670
2671 2005-11-16  Michael Smith <msmith@fluendo.com>
2672
2673         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
2674         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
2675         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
2676         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
2677         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
2678         (gst_ogg_mux_change_state):
2679           Fix leaking collectpads.
2680
2681 2005-11-16  Edward Hervey  <edward@fluendo.com>
2682
2683         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
2684         (gst_videorate_event), (gst_videorate_chain):
2685         Handle segment seeks
2686
2687 2005-11-16  Wim Taymans  <wim@fluendo.com>
2688
2689         * gst-libs/gst/audio/gstbaseaudiosink.c:
2690         (gst_base_audio_sink_provide_clock),
2691         (gst_base_audio_sink_change_state):
2692         Set ringbuffer to non-flushing when going to PAUSED, set to
2693         flushing again when going to READY.
2694
2695         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2696         (gst_ring_buffer_stop):
2697         Start in flushing mode by default.
2698         Don't set flushing in the _stop method, let the app call
2699         this explicitly.
2700
2701 2005-11-16  Julien MOUTTE  <julien@moutte.net>
2702
2703         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
2704         * gst-libs/gst/video/videosink.h: Add helper function needed
2705         for video sinks.
2706
2707 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
2708
2709         * gst/videoscale/gstvideoscale.c:
2710         (gst_videoscale_handle_src_event):
2711           Don't leak reference to pad parent.
2712
2713 2005-11-16  Wim Taymans  <wim@fluendo.com>
2714
2715         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
2716         Set ringbuffer to flushing when stopping so that we don't
2717         block on wait_segment anymore and livelock.
2718
2719 2005-11-16  Wim Taymans  <wim@fluendo.com>
2720
2721         * examples/seeking/seek.c: (send_event), (do_seek),
2722         (loop_toggle_cb), (segment_done), (main):
2723         Added looping checkbox.
2724
2725 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2726
2727         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
2728         (gst_ogg_demux_init):
2729         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
2730         (gst_vorbis_dec_init):
2731           revert unrefs, they don't pass make check
2732
2733 2005-11-15  Johan Dahlin  <johan@gnome.org>
2734
2735         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
2736         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
2737         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
2738         (gst_vorbis_dec_init):
2739         Fix pad template leaks. 
2740
2741 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
2742
2743         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2744           Make state change function thread safe.
2745
2746 2005-11-15  Edward Hervey  <edward@fluendo.com>
2747
2748         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
2749         (gst_ogg_demux_class_init):
2750         Implement GstElement::send_event, so we can send seek events
2751         in GST_STATE_READY
2752
2753 2005-11-14  Julien MOUTTE  <julien@moutte.net>
2754
2755         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
2756         Discovered how to take away flickering while resizing the
2757         window. Please don't put that in ximagesink, refactoring in
2758         progress.
2759
2760 2005-11-14  Michael Smith <msmith@fluendo.com>
2761
2762         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
2763         (gst_multifdsink_render):
2764           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
2765
2766 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
2767
2768         * gst/playback/gstplaybin.c: (gen_audio_element):
2769           Use autoaudiosink, it tends to be more widely available than
2770           autoaudiiosink.
2771           
2772 2005-11-14  Andy Wingo  <wingo@pobox.com>
2773
2774         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
2775         as well if it is available. Fixes #316442.
2776
2777 2005-11-14  Michael Smith <msmith@fluendo.com>
2778
2779         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
2780         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
2781         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
2782         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
2783         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
2784         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
2785         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
2786         (gst_vorbisenc_change_state):
2787           Fix a small memory leak in vorbisenc.
2788           Fix large memory leaks in oggmux, also fix lots of state change
2789           bugs in oggmux.
2790
2791 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2792
2793         * gst/videotestsrc/gstvideotestsrc.c:
2794         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
2795         (gst_videotestsrc_src_fixate):
2796           move fixation to a fixate function
2797           remove negotiate function, basesrc's is good enough
2798           fixes a bug for check when using the element alone
2799
2800 2005-11-13  Edward Hervey  <edward@fluendo.com>
2801
2802         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
2803         (key_toggle_cb), (main):
2804         Added checkboxes for adding/removing the accurate and key_unit seek
2805         flags.
2806
2807 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2808
2809         * configure.ac: back to HEAD
2810
2811 === release 0.9.5 ===
2812
2813 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
2814
2815         * configure.ac:
2816           releasing 0.9.5, "No No Kia"
2817
2818 2005-11-11  Edward Hervey  <edward@fluendo.com>
2819
2820         * examples/seeking/seek.c: (make_parselaunch_pipeline):
2821         Added parse-launch syntax seeking mode for the seeking example.
2822         This should help stress-test even more cases.
2823         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
2824
2825 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
2826
2827         * sys/xvimage/xvimagesink.c:
2828         (gst_xvimagesink_navigation_send_event):
2829           Check whether peer pad exists before sending navigation events
2830           to it.
2831
2832 2005-11-11  Michael Smith <msmith@fluendo.com>
2833
2834         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
2835         (gst_vorbisenc_buffer_from_packet):
2836         * ext/vorbis/vorbisenc.h:
2837           Set duration on encoded buffers. This allows oggmux's
2838           max_page_delay parameter to actually work.
2839
2840 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
2841
2842         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2843         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
2844         (gst_ffmpegcsp_avpicture_fill):
2845         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2846         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
2847           Make palettes work again (see #132341). Use our own macros
2848           for rounding up.
2849
2850 2005-11-10  Andy Wingo  <wingo@pobox.com>
2851
2852         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
2853         string doober.
2854
2855 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2856
2857         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2858         (gst_ffmpegcsp_transform_caps):
2859           Prefer passthrough in transform_caps
2860
2861 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2862
2863         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
2864           check for ALSA errors properly, instead of relying on ALSA's
2865           error strings to serve to the user.
2866
2867 2005-11-10  Wim Taymans  <wim@fluendo.com>
2868
2869         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
2870         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
2871         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
2872         Modernise the seek code.
2873
2874 2005-11-10  Michael Smith <msmith@fluendo.com>
2875         
2876         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
2877         (setup_substreams), (set_active_source):
2878           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
2879           trying to go to NULL if we failed to read a file.
2880
2881 2005-11-10  Wim Taymans  <wim@fluendo.com>
2882
2883         * gst/audiotestsrc/gstaudiotestsrc.c:
2884         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
2885         (gst_audiotestsrc_create):
2886         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2887         (gst_sinesrc_get_times), (gst_sinesrc_create):
2888         * gst/videotestsrc/gstvideotestsrc.c:
2889         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
2890         (gst_videotestsrc_create):
2891         The base class can now sync for us.
2892
2893 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2894
2895         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
2896           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
2897           name=source autoprobe=false autoprobe-fps=false copy-mode=1
2898           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
2899           format=(fourcc)I420" ! xvimagesink
2900
2901 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
2902
2903         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2904         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
2905         (gst_sinesrc_newsegment):
2906           Send newsegment event in TIME format, set duration if
2907           num-buffers is set, fix duration querying.
2908
2909 2005-11-10  Michael Smith <msmith@fluendo.com>
2910
2911         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2912         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
2913         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
2914         (gst_ogg_mux_collected):
2915          Fix EOS handling, partially. Now forwarding an EOS event once we have
2916          EOS on all pads works correctly. However, we still don't properly set
2917          EOS on the actual ogg stream pages.
2918
2919 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
2920
2921         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
2922           Set elements to NULL state before disposing of them.
2923
2924 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
2925
2926         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2927
2928         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2929         (gst_base_rtp_depayload_init),
2930         (gst_base_rtp_depayload_set_gst_timestamp):
2931         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2932           We need to send a newsegment event for each instance, not
2933           just for the first instance of this class (get rid of
2934           static variable in function). (#321011).
2935           
2936 2005-11-08  Michael Smith <msmith@fluendo.com>
2937
2938         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2939         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
2940         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
2941         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
2942           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
2943           This makes us mux things correctly according to the ogg muxing
2944           rules. Still not handling EOS correctly right now, though.
2945
2946 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
2947
2948         * gst/audioconvert/gstaudioconvert.c:
2949           Fix typo in docs. 
2950
2951 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
2952
2953         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
2954         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
2955           Initialise segment_stop to GST_CLOCK_TIME_NONE when
2956           creating a new chain; should fix live streaming. Also
2957           add more debug output and fix a typo.
2958
2959 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
2960
2961         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2962
2963         * gst/volume/gstvolume.c: (volume_set_caps):
2964           Fix compilation on Solaris with Forte. (#320923)
2965
2966 2005-11-08  Wim Taymans  <wim@fluendo.com>
2967
2968         * gst-libs/gst/audio/gstbaseaudiosink.c:
2969         (gst_base_audio_sink_render):
2970         No need to do a typecheck.
2971
2972 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
2973
2974         * ext/alsa/gstalsa.h:
2975           We register a debug category, so let's use it.
2976
2977 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
2978
2979         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2980         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
2981         Fixed a small problem.
2982
2983 2005-11-04  Wim Taymans  <wim@fluendo.com>
2984
2985         * examples/seeking/Makefile.am:
2986         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
2987         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
2988         (make_playerbin_pipeline), (format_value), (update_scale),
2989         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
2990         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
2991         (print_usage), (main):
2992         Added app for playback speed testing.
2993
2994         * examples/seeking/seek.c: (dynamic_link),
2995         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
2996         (make_mpeg_pipeline), (do_seek), (set_update_scale),
2997         (message_received), (main):
2998         Updated seek example.
2999
3000 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
3001
3002         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3003         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3004         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
3005         (gst_base_rtp_depayload_set_clock):
3006         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3007         Don't sleep on the bench (system clock) when you have a nice 
3008         comfortable bed (Gstreamer clock) to sleep on.
3009
3010 2005-11-03  Wim Taymans  <wim@fluendo.com>
3011
3012         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3013         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
3014         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
3015         Handle the case where a pad_block failed.
3016
3017 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
3018
3019         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
3020
3021         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3022         (gst_base_rtp_depayload_add_to_queue),
3023         (gst_base_rtp_depayload_push),
3024         (gst_base_rtp_depayload_set_gst_timestamp),
3025         (gst_base_rtp_depayload_queue_release):
3026           Fixes some bugs in the depayloader's queuing/de-queueing code.
3027
3028 2005-10-31  Michael Smith <msmith@fluendo.com>
3029
3030         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
3031         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3032         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
3033           Patch from Alessandro Decina <alessandro@nnva.org>.
3034           Make oggdemux only find the final time in a chain, not per-pad,
3035           since the per-pad information can be very expensive to locate, and
3036           it isn't used anywhere. This makes reading a file containing
3037           OggSkeleton reasonably fast.
3038           Also, make chain finding work when there are logical bitstreams that
3039           can't be decoded. Fixes #319110.
3040
3041 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
3042
3043         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3044         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3045         (gst_base_rtp_depayload_chain),
3046         (gst_base_rtp_depayload_add_to_queue),
3047         (gst_base_rtp_depayload_push),
3048         (gst_base_rtp_depayload_set_gst_timestamp),
3049         (gst_base_rtp_depayload_queue_release),
3050         (gst_base_rtp_depayload_start_thread),
3051         (gst_base_rtp_depayload_set_property),
3052         (gst_base_rtp_depayload_get_property):
3053         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3054         Some random fixes, to fullfill the desires of thomas.
3055
3056 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
3057
3058         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3059         (gst_base_rtp_depayload_add_to_queue),
3060         (gst_base_rtp_depayload_push):
3061         Fixed the queueing algorithm.
3062
3063 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
3064
3065         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3066         (gst_base_rtp_depayload_push):
3067         A small fix
3068
3069 2005-10-31  Wim Taymans  <wim@fluendo.com>
3070
3071         * gst-libs/gst/audio/gstringbuffer.h:
3072         Don't break ABI.
3073
3074         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3075         (gst_ffmpeg_caps_to_pixfmt):
3076         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3077         (gst_ffmpegcsp_set_caps):
3078         Some more comments.
3079         Handle missing required caps fields better.
3080
3081 2005-10-31  Wim Taymans  <wim@fluendo.com>
3082
3083         * gst-libs/gst/audio/gstbaseaudiosink.c:
3084         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
3085         (gst_base_audio_sink_render):
3086         * gst-libs/gst/audio/gstringbuffer.c:
3087         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3088         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
3089         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
3090         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
3091         (gst_ring_buffer_read):
3092         * gst-libs/gst/audio/gstringbuffer.h:
3093         Add flushing mode to the ringbuffer so that it in all cases does
3094         not try to handle more audio. This makes sure it does not try to
3095         block anymore when flushing and fixes a livelock.
3096
3097 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
3098
3099         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
3100         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
3101         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
3102           Explicitly check for -1 values before doing a conversion
3103           and always map them to -1. (#315545)
3104
3105 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3106
3107         * gst/playback/gstplaybin.c: (gen_video_element):
3108           first try autovideosink, then xvimagesink, then error out
3109         * po/POTFILES.in:
3110           add translatable file
3111         * po/af.po:
3112         * po/az.po:
3113         * po/cs.po:
3114         * po/en_GB.po:
3115         * po/hu.po:
3116         * po/it.po:
3117         * po/nb.po:
3118         * po/nl.po:
3119         * po/or.po:
3120         * po/sq.po:
3121         * po/sr.po:
3122         * po/sv.po:
3123         * po/uk.po:
3124         * po/vi.po:
3125           update translations
3126
3127 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
3128
3129         * gst-libs/gst/rtp/gstbasedepayload.c:
3130         * gst-libs/gst/rtp/gstbasedepayload.h:
3131           Minor cleanups
3132
3133 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
3134
3135         * gst/playback/.cvsignore:
3136         * gst/playback/decodetest.c:
3137         * gst/playback/test3.c:
3138           Port these two tests as well.
3139
3140 2005-10-27  Wim Taymans  <wim@fluendo.com>
3141
3142         * ext/theora/theoradec.c: (theora_dec_src_query),
3143         (theora_dec_sink_event):
3144         * ext/theora/theoraenc.c: (theora_enc_sink_event),
3145         (theora_enc_change_state):
3146         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
3147         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
3148         Take proper locks when handling events.
3149
3150 2005-10-27  Wim Taymans  <wim@fluendo.com>
3151
3152         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
3153         (gst_adder_change_state):
3154         Fix timestamps and fix deadlock when stopping the collectpads.
3155
3156 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
3157
3158         * gst-libs/gst/rtp/gstrtpbuffer.h:
3159         Declaring the payload types as strings too so that they can be used
3160         in the padtemplate inialization.
3161
3162 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
3163
3164         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
3165
3166         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3167         (gst_base_rtp_depayload_class_init):
3168         Fixes a small but nasty bug. The derived elements no longer segfaults
3169         on finalization.
3170
3171 2005-10-26  Michael Smith <msmith@fluendo.com>
3172
3173         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
3174           When clearing an audioconvert context, set tmpbufsize to zero, so
3175           we'll allocate it again later if required.
3176           This fixes audioconvert re-negotiating formats, which previously
3177           segfaulted with a NULL destination buffer.
3178
3179 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
3180
3181         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3182         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
3183         (gst_base_rtp_depayload_set_gst_timestamp),
3184         (gst_base_rtp_depayload_queue_release):
3185         Fixed a smalll memleak.
3186
3187 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
3188         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3189         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
3190         (gst_base_rtp_depayload_finalize),
3191         (gst_base_rtp_depayload_setcaps),
3192         (gst_base_rtp_depayload_add_to_queue),
3193         (gst_base_rtp_depayload_push),
3194         (gst_base_rtp_depayload_set_gst_timestamp),
3195         (gst_base_rtp_depayload_queue_release),
3196         (gst_base_rtp_depayload_thread),
3197         (gst_base_rtp_depayload_change_state):
3198         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3199         Changed the C++ comments to C comments
3200
3201 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
3202
3203         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
3204         * gst/tcp/gsttcpclientsrc.h:
3205         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
3206         * gst/tcp/gsttcpserversrc.h:
3207           Remove unused 'curoffset' structure member.
3208
3209 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
3210
3211         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3212         (gst_base_rtp_depayload_base_init),
3213         (gst_base_rtp_depayload_finalize):
3214         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3215         * gst-libs/gst/rtp/gstbasertppayload.h:
3216           The pad-template on the sinkpad should be set by the derived classes.
3217           Also added some useful macros.
3218
3219 2005-10-24  Wim Taymans  <wim@fluendo.com>
3220
3221         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3222         Correctly flush decoder samples even if we could not
3223         copy them to an output buffer. Fixes #319618.
3224
3225 2005-10-24  Julien MOUTTE  <julien@moutte.net>
3226
3227         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
3228         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
3229         the caps against our xcontext caps.
3230
3231 2005-10-24  Wim Taymans  <wim@fluendo.com>
3232
3233         * gst-libs/gst/audio/gstbaseaudiosink.c:
3234         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
3235         Remove g_print
3236         Use sync property from baseclass to disable sync.
3237
3238 2005-10-24  Wim Taymans  <wim@fluendo.com>
3239
3240         * gst-libs/gst/audio/gstbaseaudiosink.c:
3241         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
3242         Buffers with no timestamps get aligned with previous buffers or
3243         on underrun, played ASAP.
3244
3245 2005-10-24  Julien MOUTTE  <julien@moutte.net>
3246
3247         * gst-libs/gst/video/video.h:
3248         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3249         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
3250         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
3251         here comes my change on caps for framerate and geometry range.
3252         We are now accepting 1 to MAXINT for width and height, and from
3253         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
3254         to be blended correctly in videomixer.
3255
3256 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3257
3258         * configure.ac:
3259           back to HEAD
3260
3261 === release 0.9.4 ===
3262
3263 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3264
3265         * NEWS:
3266         * RELEASE:
3267         * configure.ac:
3268           releasing 0.9.4, "Velociraptor"
3269
3270 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3271
3272         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
3273         * po/POTFILES.in:
3274           STOPPED -> FAILED
3275
3276 2005-10-21  Wim Taymans  <wim@fluendo.com>
3277
3278         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3279         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
3280         (pad_blocked), (close_pad_link), (new_pad):
3281         Don't try to remove elements twice.
3282
3283 2005-10-21  Wim Taymans  <wim@fluendo.com>
3284
3285         * ext/theora/theoradec.c: (theora_dec_src_query),
3286         (theora_dec_sink_event):
3287         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3288         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
3289         (vorbis_handle_data_packet):
3290         * ext/vorbis/vorbisdec.h:
3291         Fix old naming.
3292
3293         * gst-libs/gst/audio/gstbaseaudiosink.c:
3294         (gst_base_audio_sink_render):
3295         Don't try to sync on buffers without a timestamp.
3296
3297 2005-10-21  Wim Taymans  <wim@fluendo.com>
3298
3299         * ext/theora/theoradec.c: (theora_dec_src_query),
3300         (theora_dec_sink_event):
3301         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3302         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
3303         (vorbis_handle_data_packet):
3304         * ext/vorbis/vorbisdec.h:
3305         Fix old naming.
3306
3307 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
3308
3309         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
3310         (gst_vorbisenc_src_query):
3311           Implement position and duration queries.
3312
3313         * gst/playback/test3.c: (update_scale), (main):
3314           Fix for async state changes and print nicer output.
3315
3316 2005-10-20  Wim Taymans  <wim@fluendo.com>
3317
3318         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
3319         (dump_element_stats), (main):
3320         * gst/playback/test6.c: (main):
3321         Fix tests again
3322
3323 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
3324
3325         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
3326         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
3327           Don't use functions for position queries when handling
3328           duration queries.
3329
3330 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
3331
3332         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3333         (vorbis_handle_data_packet), (vorbis_dec_chain),
3334         (vorbis_dec_change_state):
3335         * ext/vorbis/vorbisdec.h:
3336           Vorbis streams can be embedded in other container formats
3337           than ogg, container formats where the demuxer might set 
3338           timestamps on encoded vorbis buffers instead of those silly 
3339           granulepos thingies. In short: make vorbisdec handle 
3340           timestamps on incoming buffers as well.
3341
3342 2005-10-20  Wim Taymans  <wim@fluendo.com>
3343
3344         * gst/playback/gstplaybasebin.c: (group_destroy),
3345         (gst_play_base_bin_change_state):
3346         Fix leak.
3347         Handle case where playbasebin is now ASYNC because
3348         decodebin is.
3349
3350 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
3351
3352         * gst/audioconvert/Makefile.am:
3353         * gst/audioconvert/bufferframesconvert.c:
3354         * gst/audioconvert/plugin.c: (plugin_init):
3355         * gst/audioconvert/plugin.h:
3356           And bye bye buffer-frames-convert
3357
3358 2005-10-19  Wim Taymans  <wim@fluendo.com>
3359
3360         * check/elements/audioconvert.c:
3361         * docs/libs/tmpl/gstaudio.sgml:
3362         * docs/libs/tmpl/gstcolorbalance.sgml:
3363         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3364         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
3365         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
3366         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
3367         * gst-libs/gst/audio/audio.h:
3368         * gst/audioconvert/audioconvert.h:
3369         * gst/audioconvert/gstaudioconvert.c:
3370         (gst_audio_convert_parse_caps):
3371         * gst/volume/gstvolume.c:
3372         Bye bye buffer-frames.
3373
3374 2005-10-19  Wim Taymans  <wim@fluendo.com>
3375
3376         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
3377         (query_positions_elems), (query_positions_pads), (update_scale),
3378         (do_seek), (set_update_scale), (message_received), (main):
3379         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
3380         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
3381         (gst_ogg_demux_loop):
3382         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
3383         * ext/theora/theoradec.c: (theora_dec_src_query),
3384         (theora_dec_sink_event):
3385         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3386         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
3387         * gst/adder/gstadder.c: (gst_adder_query):
3388         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
3389         * gst/playback/test3.c: (update_scale):
3390         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
3391         (dump_element_stats), (main):
3392         * gst/playback/test6.c: (main):
3393         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
3394         Query API update.
3395
3396 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
3397
3398         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
3399         (xml_check_first_element), (xml_type_find), (smil_type_find),
3400         (plugin_init):
3401           Add typefinding for SMIL and for generic XML. Based on patch by
3402           Akos Maroy (#308663).
3403
3404 2005-10-18  Wim Taymans  <wim@fluendo.com>
3405
3406         * gst/playback/Makefile.am:
3407         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3408         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
3409         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
3410         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
3411         (gst_decode_bin_change_state):
3412         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3413         (gst_play_bin_send_event_to_sink):
3414         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
3415         (dump_element_stats), (main):
3416         * gst/playback/test6.c: (main):
3417         Make playbin async, it'll commit state to paused when all streams
3418         are detected.
3419         Remove ugly hack.
3420         Added test6.c to show async behaviour.
3421
3422 2005-10-18  Wim Taymans  <wim@fluendo.com>
3423
3424         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
3425         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
3426         Fix for segment-start/stop API change.
3427
3428 2005-10-18  Wim Taymans  <wim@fluendo.com>
3429
3430         * check/Makefile.am:
3431         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
3432         (main):
3433         Add future test for clock selection.
3434
3435 2005-10-18  Wim Taymans  <wim@fluendo.com>
3436
3437         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
3438         (gst_alsasink_close):
3439         Set handle to NULL.
3440
3441         * gst-libs/gst/audio/gstringbuffer.c:
3442         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3443         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
3444         (gst_ring_buffer_start), (gst_ring_buffer_pause),
3445         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
3446         (gst_ring_buffer_read):
3447         More debug info.
3448
3449 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
3450
3451         * gst/audiotestsrc/Makefile.am:
3452         * gst/sine/Makefile.am:
3453         * gst/volume/Makefile.am:
3454           fix broken build of controllerized plugins
3455
3456 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
3457
3458         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3459
3460         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3461         (gst_riff_create_video_template_caps):
3462           Add support for Indeo-3 (IV32).
3463
3464 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3465
3466         * configure.ac:
3467           rewrite
3468
3469 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3470
3471         * gst-libs/gst/video/video.c: (gst_video_get_size):
3472         * gst/audiotestsrc/gstaudiotestsrc.c:
3473           doc updates
3474
3475 2005-10-17  Andy Wingo  <wingo@pobox.com>
3476
3477         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
3478         with the collectpads change.
3479         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
3480
3481         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
3482
3483         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
3484
3485         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
3486         alloc_buffer flow return to callers.
3487         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
3488         change. Fix some memleaks in theoraenc.
3489
3490         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
3491         in strange circumstance.
3492
3493 2005-10-17  Julien MOUTTE  <julien@moutte.net>
3494
3495         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3496         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
3497         from caps, let's use the caps...
3498
3499 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3500
3501         * configure.ac:
3502           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
3503
3504 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3505
3506         * gst-libs/gst/interfaces/Makefile.am:
3507           fix silly typo
3508
3509 2005-10-16  Andy Wingo  <wingo@pobox.com>
3510
3511         * gst/playback/gstdecodebin.c
3512         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
3513         function!
3514         (try_to_link_1): Increase kraziness level.
3515
3516 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3517
3518         * configure.ac:
3519           restructure like the core one
3520         * gst-libs/gst/audio/Makefile.am:
3521         * gst-libs/gst/interfaces/Makefile.am:
3522         * gst-libs/gst/net/Makefile.am:
3523         * gst-libs/gst/riff/Makefile.am:
3524         * gst-libs/gst/rtp/Makefile.am:
3525         * gst-libs/gst/tag/Makefile.am:
3526         * gst-libs/gst/video/Makefile.am:
3527           use correct linker flags, now the libs are properly versioned
3528         * check/elements/audioconvert.c: (verify_convert):
3529         * ext/alsa/gstalsaplugin.c:
3530         * ext/cdparanoia/gstcdparanoia.c:
3531         * ext/gnomevfs/gstgnomevfs.c:
3532         * ext/libvisual/visual.c:
3533         * ext/ogg/gstogg.c:
3534         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
3535         * ext/theora/theora.c:
3536         * ext/vorbis/vorbis.c:
3537         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3538         * gst-libs/gst/tag/gsttagediting.c:
3539         * gst-libs/gst/video/video.c:
3540         * gst/adder/gstadder.c:
3541         * gst/audioconvert/plugin.c:
3542         * gst/audiorate/gstaudiorate.c:
3543         * gst/audioresample/gstaudioresample.c:
3544         * gst/audioresample/resample_ref.c: (resample_scale_ref):
3545         * gst/audioscale/gstaudioscale.c:
3546         * gst/audioscale/resample.c:
3547         * gst/audiotestsrc/gstaudiotestsrc.c:
3548         * gst/ffmpegcolorspace/gstffmpeg.c:
3549         * gst/playback/gstdecodebin.c: (close_pad_link):
3550         * gst/playback/gstplaybin.c: (gen_video_element),
3551         (gen_audio_element):
3552         * gst/sine/gstsinesrc.c:
3553         * gst/subparse/gstsubparse.c:
3554         * gst/tags/gsttagediting.c:
3555         * gst/tcp/gsttcpplugin.c:
3556         * gst/typefind/gsttypefindfunctions.c:
3557         * gst/videorate/gstvideorate.c:
3558         * gst/videoscale/gstvideoscale.c:
3559         * gst/videotestsrc/gstvideotestsrc.c:
3560         * gst/volume/gstvolume.c:
3561         * sys/v4l/gstv4l.c:
3562         * sys/ximage/ximage.c:
3563         * sys/xvimage/xvimagesink.c:
3564           fix up defines
3565
3566 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
3567
3568         * ext/vorbis/vorbisenc.c:
3569         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
3570         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3571         (gst_tag_to_vorbis_comments):
3572           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
3573
3574 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
3575
3576         * examples/stats/mp2ogg.c:
3577         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3578           typo fixes
3579
3580 2005-10-13  Michael Smith <msmith@fluendo.com>
3581
3582         * ext/ogg/gstoggmux.c:
3583           Use magic glib macros to define constants as 64 bit, to ensure
3584           appropriate vararg passing.
3585
3586 2005-10-13  Michael Smith <msmith@fluendo.com>
3587
3588         * ext/ogg/gstoggmux.c:
3589         * gst/audioconvert/audioconvert.c: (float):
3590           Don't use LL suffix, as it's not portable, and neither of these
3591           uses required it anyway.
3592
3593 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
3594
3595         * examples/indexing/indexmpeg.c: (main):
3596         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
3597         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
3598         (cdparanoia_convert), (cdparanoia_query):
3599         * ext/cdparanoia/gstcdparanoia.h:
3600         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
3601         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
3602         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
3603         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
3604         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
3605         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
3606         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
3607         (gst_multifdsink_render), (gst_multifdsink_start),
3608         (gst_multifdsink_stop):
3609         * gst/tcp/gstmultifdsink.h:
3610         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
3611         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
3612         (gst_tcpclientsink_stop):
3613         * gst/tcp/gsttcpclientsink.h:
3614         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
3615         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
3616         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
3617         * gst/tcp/gsttcpclientsrc.h:
3618         * gst/tcp/gsttcpserversink.h:
3619         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
3620         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
3621         (gst_tcpserversrc_stop):
3622         * gst/tcp/gsttcpserversrc.h:
3623         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
3624         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
3625         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
3626           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
3627           moved bitshift from macro to enum definition
3628
3629 2005-10-12  Wim Taymans  <wim@fluendo.com>
3630
3631         * examples/seeking/Makefile.am:
3632         Oops.
3633
3634 2005-10-12  Wim Taymans  <wim@fluendo.com>
3635
3636         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3637         (gst_ring_buffer_read), (gst_ring_buffer_clear):
3638         Don't assert on normal stuff.
3639
3640         * gst/playback/gstplaybin.c: (do_playbin_seek):
3641         API fix.
3642
3643 2005-10-12  Wim Taymans  <wim@fluendo.com>
3644
3645         * check/pipelines/simple_launch_lines.c: (run_pipeline):
3646         * examples/seeking/Makefile.am:
3647         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
3648         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
3649         (do_seek), (set_update_scale), (message_received), (main):
3650         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3651         (gst_ring_buffer_read), (gst_ring_buffer_clear):
3652         Update for _get_state() API change.
3653
3654 2005-10-11  Wim Taymans  <wim@fluendo.com>
3655
3656         * gst-libs/gst/audio/gstbaseaudiosink.c:
3657         (gst_base_audio_sink_render):
3658         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3659         (gst_base_audio_src_create):
3660         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3661         (gst_ring_buffer_read):
3662         Cleanups.
3663         Commit and read from ringbuffer in samples rather than bytes.
3664
3665 2005-10-11  Wim Taymans  <wim@fluendo.com>
3666
3667         * gst-libs/gst/audio/gstbaseaudiosink.c:
3668         (gst_base_audio_sink_render):
3669         Respect segment rate and accum when scheduling samples.
3670
3671 2005-10-11  Julien MOUTTE  <julien@moutte.net>
3672
3673         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
3674         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
3675         EOS correctly, that needs more work.
3676
3677 2005-10-11  Wim Taymans  <wim@fluendo.com>
3678
3679         * check/generic/states.c: (GST_START_TEST):
3680         remove old property.
3681
3682         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3683         (gst_ogg_demux_perform_seek):
3684         * ext/theora/theoradec.c: (theora_dec_sink_event):
3685         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3686         (vorbis_handle_data_packet):
3687         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3688         (gst_base_rtp_depayload_set_gst_timestamp):
3689         * gst/videorate/gstvideorate.c: (gst_videorate_event):
3690         Update for newsegment API change.
3691
3692 2005-10-11  Michael Smith <msmith@fluendo.com>
3693
3694         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
3695         (do_playbin_seek), (gst_play_bin_send_event):
3696           Override send_event differently, so that we can takes bits of
3697           functionality from GstPipeline (special handling for seeks,
3698           including pausing/resuming, and resetting stream time) and still get
3699           the appropriate behaviour of only forwarding event to a single sink,
3700           rather than all of them.
3701           Unfortunately requires a lot of code duplication, but the
3702           alternatives are equally ugly in the end.
3703
3704 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3705
3706         * check/elements/audioconvert.c: (setup_audioconvert),
3707         (cleanup_audioconvert), (get_int_caps), (verify_convert),
3708         (GST_START_TEST), (audioconvert_suite):
3709           clean up tests a little, fix some leaks.
3710
3711 2005-10-10  Wim Taymans  <wim@fluendo.com>
3712
3713         * ext/alsa/gstalsasink.c:
3714         Also allow unsigned int.
3715
3716         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3717         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3718         Small cleanup
3719
3720 2005-10-10  Wim Taymans  <wim@fluendo.com>
3721
3722         * check/pipelines/simple_launch_lines.c: (run_pipeline):
3723         Small update, use API as stated in design docs.
3724
3725         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
3726         (update_scale), (do_seek), (seek_cb), (set_update_scale),
3727         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
3728         (message_received), (main):
3729         Updated seek example for GOption. Some usability improvements.
3730
3731 2005-10-10  Wim Taymans  <wim@fluendo.com>
3732
3733         * gst/audioconvert/audioconvert.h:
3734         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
3735         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
3736         Alloc temp storage somewhere else where we can do it more
3737         portable.
3738
3739 2005-10-10  Wim Taymans  <wim@fluendo.com>
3740
3741         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
3742         (gst_tcpserversrc_start):
3743         Don't block in accept while doing the state change, move
3744         to poll and make cancellable.
3745
3746 2005-10-09  Philippe Khalaf <burger@speedy.org>
3747
3748         * gst-libs/gst/rtp/rtpbasedepayload.c:
3749         Set timestamp and add queue delay to timestamp
3750         * gst-libs/gst/rtp/rtpbuffer.h:
3751         Set correct payload type for h263
3752
3753 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
3754
3755         * gst/audiotestsrc/gstaudiotestsrc.c:
3756         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
3757         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
3758         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
3759         (gst_audiotestsrc_create_triangle),
3760         (gst_audiotestsrc_create_silence),
3761         (gst_audiotestsrc_create_white_noise),
3762         (gst_audiotestsrc_init_pink_noise),
3763         (gst_audiotestsrc_generate_pink_noise_value),
3764         (gst_audiotestsrc_create_pink_noise),
3765         (gst_audiotestsrc_change_wave):
3766         * gst/audiotestsrc/gstaudiotestsrc.h:
3767           fixed typo, added pink noise
3768
3769 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
3770
3771         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
3772         (plugin_init):
3773           Add wavpack and spc typefind functions from 0.8 branch.
3774
3775 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
3776
3777         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
3778         (ar_type_find), (msdos_type_find), (plugin_init):
3779           Add typefind functions for tar archives, ar archives,
3780           RAR archives, and msdos-executables (dlls, exe, etc.).
3781           Some of those would be wrongly identified as mpeg
3782           streams of some sort before (#315550).
3783
3784 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
3785
3786         * configure.ac:
3787         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3788         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3789         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
3790         * gst/audiotestsrc/Makefile.am:
3791         * gst/audiotestsrc/gstaudiotestsrc.c:
3792         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
3793         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
3794         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
3795         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
3796         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
3797         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
3798         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
3799         (gst_audiotestsrc_create_silence),
3800         (gst_audiotestsrc_create_white_noise),
3801         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
3802         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
3803         (gst_audiotestsrc_start), (plugin_init):
3804         * gst/audiotestsrc/gstaudiotestsrc.h:
3805           add new plugin and element
3806         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
3807           use gobject_class
3808
3809 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
3810
3811         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
3812         (gst_adder_init), (gst_adder_request_new_pad),
3813         (gst_adder_change_state):
3814           Add query function to source pad, so adder reports the correct
3815           time/sample position when queried (#315457); fix state change
3816           function; use GST_DEBUG_FUNCPTR() for pad functions.
3817
3818 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3819
3820         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
3821           Fix leaks in typefind registration
3822           Clean up the gratuitous commenting and whitespacing a little
3823
3824 2005-10-08  Wim Taymans  <wim@fluendo.com>
3825
3826         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
3827         Only actually wait for the thread to be stopped if it's 
3828         running.
3829
3830 2005-10-08  Wim Taymans  <wim@fluendo.com>
3831
3832         * gst-libs/gst/audio/gstbaseaudiosink.c:
3833         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3834         If we receive EOS we can start playback of what we had.
3835
3836 2005-10-08  Wim Taymans  <wim@fluendo.com>
3837
3838         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3839         (gst_multifdsink_finalize), (multifdsink_hash_remove),
3840         (gst_multifdsink_stop):
3841         Fix crasher when going to NULL multiple times.
3842
3843 2005-10-06  Wim Taymans  <wim@fluendo.com>
3844
3845         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
3846         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3847         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3848         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
3849         patch from Edgard Lima <edgard.lima@indt.org.br>
3850         Fixed gstbaseaudiosrc adding ring buffer sync to it.
3851
3852 2005-10-06  Wim Taymans  <wim@fluendo.com>
3853
3854         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
3855         Report the FLOW_RETURN as string in the error message.
3856
3857         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
3858         Don't assert when clearing an unnegotiated buffer.
3859
3860 2005-10-04  Michael Smith <msmith@fluendo.com>
3861
3862         * gst/playback/gstplaybasebin.c: (group_destroy),
3863         (gen_preroll_element), (remove_groups), (setup_source):
3864         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
3865         (setup_sinks), (gst_play_bin_send_event),
3866         (gst_play_bin_change_state):
3867           Set state to NULL before removing from bin. Fix refcounting.
3868
3869 2005-10-04  Michael Smith <msmith@fluendo.com>
3870
3871         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
3872           Correct refcounting in send_event() function. Previously was wrong
3873           if the first sink was unable to handle the event.
3874
3875 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3876
3877         * configure.ac:
3878           back to development
3879
3880 === release 0.9.3 ===
3881
3882 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3883
3884         * configure.ac:
3885           Releasing 0.9.3, "De Facto"
3886
3887 2005-10-03  Andy Wingo  <wingo@pobox.com>
3888
3889         * gst/playback/gstdecodebin.c (try_to_link_1)
3890         (remove_element_chain): set element to NULL before removing it.
3891
3892 2005-10-02  Johan Dahlin  <johan@gnome.org>
3893
3894         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
3895         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
3896         MT safe.
3897
3898 2005-10-02  Andy Wingo  <wingo@pobox.com>
3899
3900         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
3901         (gst_ring_buffer_prepare_read): 
3902         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
3903         Demote to LOG.
3904
3905 2005-09-29  Wim Taymans  <wim@fluendo.com>
3906
3907         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
3908         * ext/theora/theoradec.c: (theora_handle_data_packet):
3909         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3910         Propagate error codes from alloc_buffer too.
3911
3912 2005-09-29  Wim Taymans  <wim@fluendo.com>
3913
3914         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
3915         We use fixed caps.
3916
3917         * gst/playback/Makefile.am:
3918         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
3919         (dump_element_stats), (main):
3920         Added example stream introspection code.
3921
3922 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
3923
3924         * gst/adder/gstadder.c: (gst_adder_collected):
3925           fix adder for float elements
3926
3927 2005-09-28  Wim Taymans  <wim@fluendo.com>
3928
3929         * gst-libs/gst/audio/gstbaseaudiosink.c:
3930         (gst_base_audio_sink_class_init),
3931         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
3932         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3933         (gst_base_audio_src_class_init),
3934         (gst_base_audio_src_provide_clock):
3935         get_clock -> provide_clock
3936
3937 2005-09-28  Andy Wingo  <wingo@pobox.com>
3938
3939         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
3940         and unlocking.
3941
3942         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
3943         unlocking.
3944
3945         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
3946         Actually add the pad template.
3947         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
3948
3949         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
3950         I'm at it...
3951
3952         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
3953         from fdsrc. Get caps in create() instead of start() so it can be
3954         interrupted. Interruption somewhat untested.
3955
3956         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
3957         Proper EOS handling.
3958
3959 2005-09-27  Andy Wingo  <wingo@pobox.com>
3960
3961         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
3962
3963         * gst/tcp/gsttcpserversrc.c: Cleaned up.
3964
3965         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
3966
3967         * gst/tcp/gsttcp.h: 
3968         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
3969         out of tcpclientsrc.c. Cancellable.
3970         (gst_tcp_socket_read): Made private, cancellable, with better
3971         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
3972         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
3973         whole buffer, and better diagnostics.
3974         (gst_tcp_gdp_read_caps): Same.
3975
3976         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
3977
3978 2005-09-26  Andy Wingo  <wingo@pobox.com>
3979
3980         * gst/sine/gstsinesrc.h:
3981         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
3982         change the 'sync' property to 'is-live' and implement it halfway,
3983         update for controller api change.
3984
3985         * gst/volume/gstvolume.c (volume_transform_ip): Update for
3986         controller api change.
3987
3988 2005-09-24  Wim Taymans  <wim@fluendo.com>
3989
3990         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
3991         * gst-libs/gst/audio/gstaudiosink.c:
3992         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3993         (gst_audioringbuffer_stop):
3994         * gst-libs/gst/audio/gstbaseaudiosink.c:
3995         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
3996         (gst_base_audio_sink_change_state):
3997         * gst-libs/gst/audio/gstbaseaudiosink.h:
3998         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
3999         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
4000         (gst_ring_buffer_commit), (gst_ring_buffer_read):
4001         * gst-libs/gst/audio/gstringbuffer.h:
4002         Fix sync again. Moved sample alignment to basesink.
4003
4004 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4005
4006         * docs/plugins/Makefile.am:
4007         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4008         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4009         * gst/volume/gstvolume.c:
4010           add/fix docs
4011         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
4012         * gst-libs/gst/audio/audio.h:
4013           add conversion macros for frames <-> clocktime
4014
4015 2005-09-23  David Schleef  <ds@schleef.org>
4016
4017         * gst/audioresample/Makefile.am:
4018         * gst/audioresample/debug.h:
4019         * gst/audioresample/gstaudioresample.c:
4020         * gst/audioresample/resample.c: Convert to using gst debugging
4021
4022 2005-09-22  Wim Taymans  <wim@fluendo.com>
4023
4024         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4025         (gst_play_bin_send_event):
4026         Only seek on one sink, the first one that succeeds.
4027
4028 2005-09-22  Michael Smith <msmith@fluendo.com>
4029
4030         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
4031         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
4032         Don't flush encoder state unless we have an initialised encoder.
4033         Clear out encoder state on PAUSED_TO_READY.
4034
4035 2005-09-22  Wim Taymans  <wim@fluendo.com>
4036
4037         * gst-libs/gst/rtp/gstbasertppayload.c:
4038         (gst_basertppayload_class_init), (gst_basertppayload_init),
4039         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4040         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4041         (gst_basertppayload_is_filled), (gst_basertppayload_push),
4042         (gst_basertppayload_set_property),
4043         (gst_basertppayload_get_property),
4044         (gst_basertppayload_change_state):
4045         * gst-libs/gst/rtp/gstbasertppayload.h:
4046         Added max-ptime to control amount of data in the rtp packets.
4047
4048 2005-09-21  Andy Wingo  <wingo@pobox.com>
4049
4050         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
4051         thingies.
4052
4053         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
4054         can be called multiple times, dogs.
4055
4056 2005-09-21  Wim Taymans  <wim@fluendo.com>
4057
4058         * gst-libs/gst/rtp/gstbasertppayload.c:
4059         (gst_basertppayload_class_init), (gst_basertppayload_init),
4060         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4061         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4062         (gst_basertppayload_push), (gst_basertppayload_get_property),
4063         (gst_basertppayload_change_state):
4064         Allow 0 ssrc too.
4065
4066 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
4067
4068         * docs/libs/compiling.sgml:
4069           fixing typos
4070
4071 2005-09-20  Wim Taymans  <wim@fluendo.com>
4072
4073         * gst-libs/gst/rtp/gstbasertppayload.c:
4074         (gst_basertppayload_class_init), (gst_basertppayload_init),
4075         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4076         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4077         (gst_basertppayload_push), (gst_basertppayload_set_property),
4078         (gst_basertppayload_get_property),
4079         (gst_basertppayload_change_state):
4080         * gst-libs/gst/rtp/gstbasertppayload.h:
4081         Added property to configure sequence number offsets.
4082
4083 2005-09-20  Wim Taymans  <wim@fluendo.com>
4084
4085         * gst-libs/gst/rtp/gstbasertppayload.c:
4086         (gst_basertppayload_class_init), (gst_basertppayload_init),
4087         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4088         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4089         (gst_basertppayload_push), (gst_basertppayload_set_property),
4090         (gst_basertppayload_get_property),
4091         (gst_basertppayload_change_state):
4092         * gst-libs/gst/rtp/gstbasertppayload.h:
4093         Make timestamp offset configurable.
4094
4095 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4096
4097         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4098           fix wrong pop/unref
4099
4100 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
4101
4102         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4103
4104         * gst-libs/gst/interfaces/propertyprobe.c:
4105         (gst_property_probe_probe_property_name),
4106         (gst_property_probe_needs_probe_name),
4107         (gst_property_probe_get_values_name),
4108         (gst_property_probe_probe_and_get_values_name):
4109           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
4110           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
4111
4112 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4113
4114         * check/Makefile.am:
4115           have some tests be disabled for valgrinding
4116         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
4117         (GST_START_TEST):
4118         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
4119           Fix A Leak.  Chain To Parent Finalize.
4120
4121 2005-09-19  Wim Taymans  <wim@fluendo.com>
4122
4123         * examples/seeking/seek.c: (make_wav_pipeline), (main):
4124         Fixed wav pipeline.
4125
4126 2005-09-19  Wim Taymans  <wim@fluendo.com>
4127
4128         * gst-libs/gst/rtp/gstbasertppayload.c:
4129         (gst_basertppayload_class_init), (gst_basertppayload_init),
4130         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4131         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4132         (gst_basertppayload_push), (gst_basertppayload_get_property),
4133         (gst_basertppayload_change_state):
4134         Posting ERROR and WARNING messages is good.
4135
4136 2005-09-19  Wim Taymans  <wim@fluendo.com>
4137
4138         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4139         (gst_base_rtp_depayload_add_to_queue),
4140         (gst_base_rtp_depayload_push),
4141         (gst_base_rtp_depayload_set_gst_timestamp),
4142         (gst_base_rtp_depayload_queue_release):
4143         This one was not supposed to go in.
4144
4145 2005-09-19  Wim Taymans  <wim@fluendo.com>
4146
4147         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4148         Fix for bus API.
4149
4150         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4151         (gst_base_rtp_depayload_chain),
4152         (gst_base_rtp_depayload_add_to_queue),
4153         (gst_base_rtp_depayload_push),
4154         (gst_base_rtp_depayload_set_gst_timestamp),
4155         (gst_base_rtp_depayload_queue_release):
4156         Some cleanups.
4157
4158         * gst-libs/gst/rtp/gstbasertppayload.c:
4159         (gst_basertppayload_class_init), (gst_basertppayload_init),
4160         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
4161         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
4162         (gst_basertppayload_get_property),
4163         (gst_basertppayload_change_state):
4164         Added debugging category.
4165
4166 2005-09-18  David Schleef  <ds@schleef.org>
4167
4168         * gst/playback/gstdecodebin.c: free plugin list correctly
4169         * gst/playback/gstplaybin.c: emit warning if autovideosink
4170           and autoaudiosink can't be found (instead of segfaulting)
4171
4172 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4173
4174         * check/elements/audioconvert.c: (GST_START_TEST):
4175           try out 24 bit conversion
4176
4177 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4178
4179         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
4180         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
4181         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
4182         * ext/vorbis/vorbisenc.h:
4183           Fix EOS handling.  Still needs a fix in the ogg muxer to
4184           mark the last page as eos.
4185
4186 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4187
4188         * common/gtk-doc-plugins.mak:
4189         * docs/plugins/Makefile.am:
4190         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4191         * gst/ffmpegcolorspace/Makefile.am:
4192         * gst/ffmpegcolorspace/avcodec.h:
4193         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4194         * gst/tcp/gstmultifdsink.c:
4195           fix up ffmpegcolorspace docs; extract header
4196
4197 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4198
4199         * common/gtk-doc-plugins.mak:
4200         * docs/plugins/Makefile.am:
4201         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4202         * ext/theora/Makefile.am:
4203         * ext/theora/gsttheoraenc.h:
4204         * ext/theora/theoraenc.c:
4205         * ext/vorbis/vorbisenc.c:
4206           pick up signals and args for vorbis; add some docs for vorbis
4207
4208 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4209
4210         * common/gstdoc-scangobj:
4211         * common/gtk-doc-plugins.mak:
4212         * docs/libs/Makefile.am:
4213         * docs/plugins/gst-plugins-base-plugins.args:
4214         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4215         * docs/plugins/gst-plugins-base-plugins.interfaces:
4216         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4217         * docs/plugins/gst-plugins-base-plugins.signals:
4218           only scanobj stuff from our source module.  Not sure yet
4219           if that's correct, given the hierarchy stuff :)
4220
4221 2005-09-15  Wim Taymans  <wim@fluendo.com>
4222
4223         * gst/audioconvert/gstaudioconvert.c:
4224         And enable 24 bits mode as well..
4225
4226 2005-09-15  Wim Taymans  <wim@fluendo.com>
4227
4228         * gst-libs/gst/rtp/Makefile.am:
4229         * gst-libs/gst/rtp/gstbasertppayload.c:
4230         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
4231         (gst_basertppayload_class_init), (gst_basertppayload_init),
4232         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
4233         (gst_basertppayload_chain), (gst_basertppayload_set_options),
4234         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
4235         (gst_basertppayload_set_property),
4236         (gst_basertppayload_get_property),
4237         (gst_basertppayload_change_state):
4238         * gst-libs/gst/rtp/gstbasertppayload.h:
4239         Added rtp payloader base class.
4240
4241 2005-09-15  Andy Wingo  <wingo@pobox.com>
4242
4243         * configure.ac (plugindir): Remove the EOL matcher from the
4244         regexp, as it causes me problems. Libtool? Make? Who knows?
4245
4246 2005-09-14  David Schleef  <ds@schleef.org>
4247
4248         * check/generic/states.c: 
4249         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
4250         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
4251           Fixes for changes in registry API.
4252
4253         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
4254           to GST_PLUGIN_LDFLAGS.
4255         * ext/libvisual/visual.c: Make the library shut up.
4256         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
4257         * gst-libs/gst/audio/gstaudiofilter.c: same
4258
4259 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4260
4261         * docs/plugins/Makefile.am:
4262         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4263         * docs/plugins/inspect/plugin-libvisual.xml:
4264         * docs/plugins/tmpl/element-tcpserversink.sgml:
4265         * ext/theora/theoraenc.c:
4266           add libvisual plugin and theoraenc element to docs
4267
4268 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4269
4270         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4271         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4272         * ext/theora/theoraenc.c:
4273           add theoraenc
4274
4275 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
4276
4277         * gst/audioconvert/Makefile.am:
4278           Audioconvert derives from GstBaseTransform and should
4279           link to the library with our base elements to avoid
4280           unresolved symbols. Makes things work with MinGW (#316160)
4281
4282         * gst/playback/test4.c: (main):
4283           Fix MinGW build problem and use g_usleep() instead of 
4284           sleep() (#316162)
4285
4286 2005-09-12  Wim Taymans  <wim@fluendo.com>
4287
4288         * gst/audioconvert/audioconvert.c: (float),
4289         (audio_convert_prepare_context), (audio_convert_convert):
4290         * gst/audioconvert/audioconvert.h:
4291         Cleanups, speedups, simplifications, added back support
4292         for 24 bits.
4293
4294 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4295
4296         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4297         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4298         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4299         * docs/plugins/tmpl/element-tcpserversink.sgml:
4300         * gst/ffmpegcolorspace/gstffmpeg.c:
4301         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4302         * gst/videotestsrc/gstvideotestsrc.c:
4303         * gst/volume/gstvolume.c:
4304           add more elements to the docs
4305
4306 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
4307
4308         * check/Makefile.am:
4309         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
4310         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
4311           Add extra tests for basetransform based components. 
4312           Comment out the test_element_negotiation test until we decide
4313           if it's testing correct behaviour.
4314         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
4315         (gst_visual_chain), (gst_visual_change_state):
4316           Slightly more correct but still bogus timestamping.
4317           Fix state change function.
4318         * gst/audioconvert/gstaudioconvert.c:
4319         (gst_audio_convert_class_init):
4320         * gst/audioresample/gstaudioresample.c:
4321         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4322         (gst_ffmpegcsp_class_init):
4323         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
4324         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
4325         (gst_videoscale_prepare_image):
4326         * gst/volume/gstvolume.c: (gst_volume_class_init),
4327         (volume_transform_ip):
4328           Basetransform updates. Enable passthrough modes.
4329         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
4330         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
4331         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4332           Negotiation fix that allows the window to return to the original
4333           size and renegotiate passthrough upstream. Extra debug output.
4334
4335 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4336
4337         * gst/sine/gstsinesrc.c:
4338         * gst/volume/gstvolume.c:
4339           fix up header include
4340
4341 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
4342
4343         * gst-libs/gst/audio/gstbaseaudiosink.c:
4344         (gst_base_audio_sink_render):
4345         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
4346         * gst/volume/gstvolume.c: (gst_volume_class_init),
4347         (volume_transform):
4348           fixing lost sync, some more debugging
4349
4350 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
4351
4352         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
4353         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
4354         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
4355         (gst_xvimagesink_check_xshm_calls):
4356           Fix compilation when XShm is not available.
4357
4358 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
4359
4360         * ext/libvisual/visual.c: (gst_visual_dispose),
4361         (gst_visual_getcaps), (gst_visual_src_setcaps),
4362         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
4363         (gst_visual_change_state):
4364           Finish fixing up libvisual plugin so that it runs. 
4365
4366 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
4367
4368         * ext/vorbis/vorbisenc.c:
4369         * gst-libs/gst/tag/gstvorbistag.c:
4370           gsttaginterface.h -> gsttagsetter.h
4371
4372 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
4373
4374         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
4375           added another test that failes for me (test is not active by default)
4376
4377 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4378
4379         * configure.ac:
4380           v4l2 is no longer in gst-plugins-base
4381
4382 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
4383
4384         * configure.ac:
4385           In the output at the end, don't show the first plugin on the same
4386           line as "Core plug-ins, always built:".
4387           Indent the output as for other plugin categories
4388         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
4389           #define that can be used to not use peer buffer_alloc functions for
4390           test purposes.
4391         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
4392         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
4393         (gst_ximagesink_show_frame):
4394         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
4395         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
4396         (gst_xvimagesink_show_frame):
4397           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
4398           fails gracefully instead of XError aborting or deadlocking.
4399
4400 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
4401
4402         * ext/libvisual/Makefile.am:
4403           link against gst-base-libs
4404
4405 2005-09-06  David Schleef  <ds@schleef.org>
4406
4407         * configure.ac: Enable libvisual plugin.
4408         * ext/libvisual/Makefile.am:
4409         * ext/libvisual/visual.c: Fixes to make it compile.
4410
4411 === release 0.9.2 ===
4412
4413 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4414
4415         * NEWS:
4416         * RELEASE:
4417         * configure.ac:
4418         * docs/random/ChangeLog-0.8:
4419           releasing 0.9.2, "Spoon"
4420
4421 2005-09-05  Michael Smith <msmith@fluendo.com>
4422
4423         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
4424           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
4425           that in the vorbisenc element.
4426
4427 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4428
4429         * common/gtk-doc-plugins.mak:
4430         * docs/plugins/Makefile.am:
4431           fix distcheck
4432         * gst/audioresample/resample.c:
4433           fix wrong docstring
4434
4435 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4436
4437         * common/gst-xmlinspect.py:
4438         * common/gtk-doc-plugins.mak:
4439           only inspect plugins for this given package
4440           require gst-python 0.9
4441
4442 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4443
4444         * Makefile.am:
4445         * autogen.sh:
4446         * common/gst-xmlinspect.py:
4447         * configure.ac:
4448         * docs/Makefile.am:
4449         * docs/plugins/inspect/plugin-alsa.xml:
4450         * docs/plugins/inspect/plugin-audioresample.xml:
4451         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4452         * docs/plugins/inspect/plugin-ogg.xml:
4453         * docs/plugins/tmpl/element-gnomevfssink.sgml:
4454         * docs/plugins/tmpl/element-multifdsink.sgml:
4455         * docs/plugins/tmpl/element-tcpserversink.sgml:
4456         * docs/plugins/tmpl/element-vorbisenc.sgml:
4457         * gst-plugins-base.spec.in:
4458           various doc-related updates
4459
4460 2005-08-31  Wim Taymans  <wim@fluendo.com>
4461
4462         * gst-libs/gst/audio/gstbaseaudiosink.c:
4463         (gst_base_audio_sink_render):
4464         Resync if the buffer timestamps drift more than a 10th 
4465         of a second.
4466
4467 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
4468
4469         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
4470         (gst_v4lsrc_get_property):
4471           The 'timestamp-offset' property is registered as an int64, so
4472           let's use g_value_{set|get}_int64() in our setter and getter
4473           functions (makes it work and fixes warnings with gst-inspect).
4474
4475 2005-08-30  Wim Taymans  <wim@fluendo.com>
4476
4477         * check/elements/audioconvert.c: (setup_audioconvert):
4478         * check/elements/audioresample.c: (setup_audioresample):
4479         * check/elements/volume.c: (setup_volume):
4480         Fix checks.
4481
4482 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4483
4484         * common/gtk-doc-plugins.mak:
4485         * common/plugins.xsl:
4486         * docs/plugins/Makefile.am:
4487           make module a param
4488
4489 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
4490
4491         * examples/seeking/seek.c: (make_mp3_pipeline),
4492         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
4493         (play_cb), (pause_cb), (stop_cb):
4494           update the example
4495
4496 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
4497
4498         * gst/volume/gstvolume.c: (gst_volume_class_init),
4499         (volume_transform):
4500           do not update controlled params, if buffer has no timestamp
4501
4502 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
4503
4504         * configure.ac:
4505         * gst/sine/Makefile.am:
4506         * gst/volume/Makefile.am:
4507           controllerized elements also need to link against controller-libs ;)
4508
4509 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
4510
4511         * docs/libs/tmpl/gstcolorbalance.sgml:
4512         * docs/libs/tmpl/gstgconf.sgml:
4513         * docs/libs/tmpl/gstmixer.sgml:
4514         * docs/libs/tmpl/gstringbuffer.sgml:
4515         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4516         (gst_sinesrc_create):
4517         * gst/volume/gstvolume.c: (gst_volume_class_init),
4518         (volume_transform):
4519           controllerized two audio plugins
4520
4521 2005-08-29  Andy Wingo  <wingo@pobox.com>
4522
4523         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
4524         (vorbis_handle_data_packet): Fix some int overflow errors.
4525
4526         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
4527         -1.
4528         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
4529         valid.
4530         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
4531         if it's valid. Fixed streaming-mode playback.
4532
4533         * check/elements/volume.c (cleanup_volume): Fix for running
4534         CK_FORK=no.
4535
4536         * check/elements/audioconvert.c: Convert from native endian, not
4537         little endian.
4538
4539 2005-08-29  Michael Smith <msmith@fluendo.com>
4540
4541         * ext/ogg/Makefile.am:
4542         * ext/ogg/gstogg.c: (plugin_init):
4543         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
4544         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
4545         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
4546         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
4547         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
4548         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
4549         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
4550         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
4551         Add an ogg parser element.
4552
4553 2005-08-28  Andy Wingo  <wingo@pobox.com>
4554
4555         * Updates for two-arg init from GST_BOILERPLATE_FULL.
4556
4557 2005-08-26  Wim Taymans  <wim@fluendo.com>
4558
4559         * gst/audioconvert/audioconvert.c: (if), (float),
4560         (audio_convert_get_func_index), (check_default),
4561         (audio_convert_clean_fmt), (audio_convert_prepare_context),
4562         (audio_convert_clean_context), (audio_convert_get_sizes),
4563         (audio_convert_convert):
4564         Cleanups.
4565
4566 2005-08-26  Wim Taymans  <wim@fluendo.com>
4567
4568         * gst/audioconvert/audioconvert.c: (if), (float),
4569         (audio_convert_get_func_index), (check_default),
4570         (audio_convert_clean_fmt), (audio_convert_prepare_context),
4571         (audio_convert_clean_context), (audio_convert_get_sizes),
4572         (audio_convert_convert):
4573         More elegant and working temp buffer selection algo.
4574
4575 2005-08-26  Wim Taymans  <wim@fluendo.com>
4576
4577         * gst/audioconvert/audioconvert.c: (if), (float),
4578         (audio_convert_get_func_index), (check_default),
4579         (audio_convert_clean_fmt), (audio_convert_prepare_context),
4580         (audio_convert_clean_context), (audio_convert_get_sizes),
4581         (get_temp_buffer), (audio_convert_convert):
4582         Use realloc else we lose our original data.
4583
4584 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4585
4586         * gst/audioresample/gstaudioresample.c:
4587           use base class' newsegment to properly timestamp
4588
4589 2005-08-26  Wim Taymans  <wim@fluendo.com>
4590
4591         * gst/audioconvert/audioconvert.c: (if), (float),
4592         (audio_convert_get_func_index), (check_default),
4593         (audio_convert_clean_fmt), (audio_convert_prepare_context),
4594         (audio_convert_clean_context), (audio_convert_get_sizes),
4595         (get_temp_buffer), (audio_convert_convert):
4596         * gst/audioconvert/gstaudioconvert.c:
4597         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
4598         (gst_audio_convert_transform_caps),
4599         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
4600         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
4601         Oops, allocate enough space to perform the channel mix.
4602
4603 2005-08-26  Wim Taymans  <wim@fluendo.com>
4604
4605         * gst/audioconvert/Makefile.am:
4606         * gst/audioconvert/audioconvert.c: (if), (float),
4607         (audio_convert_get_func_index), (check_default),
4608         (audio_convert_clean_fmt), (audio_convert_prepare_context),
4609         (audio_convert_clean_context), (audio_convert_get_sizes),
4610         (get_temp_buffer), (audio_convert_convert):
4611         * gst/audioconvert/audioconvert.h:
4612         * gst/audioconvert/gstaudioconvert.c:
4613         (gst_audio_convert_class_init), (gst_audio_convert_init),
4614         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
4615         (gst_audio_convert_get_unit_size),
4616         (gst_audio_convert_transform_caps),
4617         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
4618         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
4619         * gst/audioconvert/gstaudioconvert.h:
4620         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
4621         (gst_channel_mix_fill_identical),
4622         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
4623         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
4624         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
4625         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
4626         (gst_channel_mix_mix):
4627         * gst/audioconvert/gstchannelmix.h:
4628         Cleanups, librarify a bit, optimize, better negotiation and more.
4629
4630 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
4631
4632         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
4633         Another from MikeS:
4634         During typefinding, don't support negative offsets
4635         (offsets from the end of the stream) in our typefind->peek() function
4636         - nothing embedded in ogg ever needs them. However, we need to recognise
4637         those requests and reject them, otherwise we return invalid pointers.
4638
4639 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
4640
4641         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4642         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
4643         (vorbisdec_finalize), (vorbis_handle_type_packet):
4644           Big shout-out to MikeS for fixing this giant memory leak.
4645           Huzzah!
4646
4647 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4648
4649         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
4650         (audio_convert_get_unit_size):
4651           plug some leaks
4652
4653 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4654
4655         * check/Makefile.am:
4656         * check/elements/audioconvert.c: (setup_audioconvert),
4657         (cleanup_audioconvert), (get_int_caps), (verify_convert),
4658         (GST_START_TEST), (audioconvert_suite), (main):
4659           add a test for audioconvert
4660         * gst/audioresample/gstaudioresample.c:
4661         * gst/audioresample/gstaudioresample.h:
4662           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
4663           note that for buffers of 1/3 sec this means DURATION(c) is 
4664           one nanosecond more than for a and b
4665
4666 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4667
4668         * check/Makefile.am:
4669         * check/elements/audioresample.c: (setup_audioresample),
4670         (cleanup_audioresample), (fail_unless_perfect_stream),
4671         (test_perfect_stream_instance), (GST_START_TEST),
4672           add a check for audioresample
4673         (audioresample_suite), (main):
4674         * check/elements/volume.c: (GST_START_TEST):
4675           remove unused method
4676         * gst/audioresample/gstaudioresample.c:
4677           set correct buffer parameters since we're changing them
4678         * gst/audioresample/resample_ref.c: (resample_scale_ref):
4679           add some debug
4680
4681 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4682
4683         * gst/audioresample/debug.c:
4684         * gst/audioresample/gstaudioresample.c:
4685           add room for extra overlap samples when asked to transform size
4686           protect against possible mem corruption and check for discrepancies
4687           between written size and outbuffer's size so we can warn for
4688           potential problems
4689         * gst/audioresample/resample.c: (resample_init),
4690         (resample_get_output_size_for_input), (resample_get_output_size),
4691         (resample_set_n_channels), (resample_set_format):
4692           set debug level based on RESAMPLE_DEBUG env var
4693           make sure that get_output_size* returns a whole number of
4694           sample_size
4695           set sample_size each time either channel or format is set
4696         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
4697         * gst/audioresample/resample_functable.c:
4698         (resample_scale_functable):
4699         * gst/audioresample/resample_ref.c: (resample_scale_ref):
4700           remove r->sample_size, it's done in resample.c now
4701           add some debugging to the ref implementation
4702           make sure we only give back bytes that are wholes of the sample
4703           size
4704
4705 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
4706         * gst/playback/gstplaybasebin.c: (fill_buffer):
4707         Revert unpopular change for GST_MESSAGE_SRC to GObject.
4708
4709 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
4710
4711         * gst/volume/gstvolume.c:
4712           made set_caps function static
4713
4714 2005-08-24  Wim Taymans  <wim@fluendo.com>
4715
4716         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
4717         (gst_vorbisenc_change_state):
4718         Stop leaking taglists.
4719
4720 2005-08-24  Wim Taymans  <wim@fluendo.com>
4721
4722         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
4723         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
4724         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
4725         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
4726         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
4727         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
4728         Parse seeking events better.
4729         Unref static caps.
4730         Generate correct newsegment events, fixes seeking in live oggs.
4731
4732         * ext/theora/theoradec.c: (theora_dec_src_query),
4733         (theora_dec_src_event), (theora_dec_src_getcaps),
4734         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
4735         Use newsegment values to report correct play time.
4736
4737         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4738         (vorbis_dec_src_event), (vorbis_dec_sink_event):
4739         * ext/vorbis/vorbisdec.h:
4740         Parse and use newsegment values to report correct play time.
4741
4742         * gst-libs/gst/audio/gstbaseaudiosink.c:
4743         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4744         Clear ringbuffer on flush.
4745         Use newsegment values to calculate playback time.
4746
4747         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
4748         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
4749         Basesink does newsegment calculations for us now.
4750
4751 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4752
4753         * check/Makefile.am:
4754         * configure.ac:
4755           add core's plugins to the mix so that playbin works
4756         * check/generic/states.c: (GST_START_TEST):
4757           set a 0 timeout on pipelines, so they don't force the next
4758           state change
4759         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
4760         (gst_play_base_bin_change_state):
4761           remove the crappy error handling and do GST error handling
4762
4763 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4764
4765         * check/Makefile.am:
4766         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
4767           add same test as to core, it bitches out on playbin atm.
4768
4769 2005-08-24  Wim Taymans  <wim@fluendo.com>
4770
4771         * configure.ac:
4772         Remove audioscale.
4773
4774 2005-08-24  Wim Taymans  <wim@fluendo.com>
4775
4776         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
4777         (gst_videoscale_prepare_size), (parse_caps),
4778         (gst_videoscale_set_caps), (gst_videoscale_get_size),
4779         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
4780         (gst_videoscale_transform):
4781         * gst/videoscale/gstvideoscale.h:
4782         Refactor, make use of BaseTranform really well.
4783
4784 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4785
4786         * configure.ac:
4787           compile audioresample
4788         * gst/audioresample/Makefile.am:
4789         * gst/audioresample/buffer.c:
4790         * gst/audioresample/functable.c:
4791         * gst/audioresample/gstaudioresample.c:
4792         * gst/audioresample/gstaudioresample.h:
4793         * gst/audioresample/resample.c:
4794         (resample_get_output_size_for_input):
4795         * gst/audioresample/resample.h:
4796         * gst/audioresample/resample_chunk.c:
4797         * gst/audioresample/resample_functable.c:
4798         * gst/audioresample/resample_ref.c:
4799           port to use basetransform; doesn't work in all cases yet
4800
4801 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4802
4803         * gst/audioconvert/gstaudioconvert.c:
4804         (gst_audio_convert_class_init), (gst_audio_convert_init),
4805         (audio_convert_get_unit_size), (audio_convert_transform_caps),
4806         (audio_convert_fixate_caps), (audio_convert_set_caps),
4807         (audio_convert_transform),
4808         (gst_audio_convert_buffer_to_default_format),
4809         (gst_audio_convert_buffer_from_default_format),
4810         (gst_audio_convert_channels):
4811         * gst/audioconvert/gstchannelmix.c:
4812         * gst/audioconvert/gstchannelmix.h:
4813           port to basetransform
4814         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4815         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
4816         (gst_ffmpegcsp_get_unit_size):
4817         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
4818         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
4819           fix for basetransform changes
4820
4821 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
4822
4823         * check/Makefile.am:
4824           Add CHECK_CFLAGS and LDFLAGS
4825
4826         * gst/playback/gstplaybasebin.c: (fill_buffer):
4827           GST_MESSAGE_SRC became a GObject
4828
4829 2005-08-24  Wim Taymans  <wim@fluendo.com>
4830
4831         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
4832         (gst_ring_buffer_clear_all):
4833         * gst-libs/gst/audio/gstringbuffer.h:
4834         Added function to clear the ringbuffer.
4835
4836 2005-08-24  Andy Wingo  <wingo@pobox.com>
4837
4838         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
4839         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
4840         of _open and _close.
4841
4842         * sys/v4l/gstv4lxoverlay.h:
4843         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
4844         an Xv connection here, instead of all the time. Make Xv only be
4845         loaded if you axe for it. Kindof a workaround for buggy behaviour
4846         of Xv when using remote xservers (XvQueryExtension would block).
4847         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
4848         replace the _open and _close public API. Only start the xv
4849         connection if necessary.
4850         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
4851
4852 2005-08-23  David Schleef  <ds@schleef.org>
4853
4854         * gst/audioresample/Makefile.am: Leet audioresampling code
4855         * gst/audioresample/buffer.c:
4856         * gst/audioresample/buffer.h:
4857         * gst/audioresample/debug.c:
4858         * gst/audioresample/debug.h:
4859         * gst/audioresample/functable.c:
4860         * gst/audioresample/functable.h:
4861         * gst/audioresample/gstaudioresample.c:
4862         * gst/audioresample/gstaudioresample.h:
4863         * gst/audioresample/resample.c:
4864         * gst/audioresample/resample.h:
4865         * gst/audioresample/resample_chunk.c:
4866         * gst/audioresample/resample_functable.c:
4867         * gst/audioresample/resample_ref.c:
4868
4869 2005-08-23  Wim Taymans  <wim@fluendo.com>
4870
4871         * examples/seeking/seek.c: (make_vorbis_pipeline),
4872         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
4873         Small seek updates.
4874
4875 2005-08-23  Andy Wingo  <wingo@pobox.com>
4876
4877         * gst-libs/gst/audio/gstbaseaudiosrc.c
4878         (gst_base_audio_src_fixate): Only fixate endianness if it is
4879         present in the caps.
4880
4881 2005-08-22  Andy Wingo  <wingo@pobox.com>
4882
4883         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
4884         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
4885         device-name property.
4886
4887         * gst-libs/gst/audio/gstaudiosrc.h:
4888         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
4889         close_device in the ring buffer, like gstaudiosink.
4890
4891         * ext/alsa/gstalsamixer.h:
4892         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
4893         macro to implement the interface without much code. Cleanups. 
4894
4895         * ext/alsa/gstalsasrc.h:
4896         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
4897         READY.
4898
4899         * ext/alsa/Makefile.am: Add new files.
4900         * ext/alsa/gstalsamixerelement.c: 
4901         * ext/alsa/gstalsamixerelement.c: Split element code out from
4902         mixer code so that alsasrc can be a mixer too.
4903
4904 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
4905
4906         * check/elements/volume.c: (setup_volume), (cleanup_volume),
4907         (GST_START_TEST):
4908         * check/elements/vorbisdec.c: (setup_vorbisdec),
4909         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
4910         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4911         (vorbis_handle_identification_packet),
4912         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
4913         (vorbis_handle_header_packet), (vorbis_dec_push),
4914         (vorbis_dec_chain):
4915           use the setup/teardown methods to save code.  save code is good.
4916
4917 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4918
4919         * check/Makefile.am:
4920           add ext dir for plugins
4921           add vorbisdec test conditionally
4922         * check/elements/volume.c: (setup_volume), (cleanup_volume),
4923         (GST_START_TEST), (volume_suite):
4924           add a test with wrong caps
4925         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
4926         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
4927           add a vorbisdec test
4928         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
4929         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
4930           clean up debug output
4931         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
4932           yay, fix a segfault/security issue in vorbisdec
4933           gst-launch fakesrc ! vorbisdec wasn't happy
4934         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
4935         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
4936         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
4937         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
4938         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
4939         (gst_vorbisenc_set_metadata), (get_constraints_string),
4940         (update_start_message), (gst_vorbisenc_setup),
4941         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
4942         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
4943         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
4944         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
4945         * ext/vorbis/vorbisenc.h:
4946           march in line
4947         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4948         (gst_ffmpegcsp_transform):
4949           have the kow come home
4950         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
4951           debug my func ptr
4952         * gst/volume/gstvolume.c: (volume_set_caps):
4953           add a debug
4954
4955 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4956
4957         * Makefile.am:
4958         * check/.cvsignore:
4959         * check/Makefile.am:
4960         * check/elements/.cvsignore:
4961         * check/elements/volume.c: (chain_func), (event_func),
4962         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
4963         (main):
4964         * configure.ac:
4965           add unit test structure for gst-plugins-base
4966           add a test for volume
4967         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
4968         (gst_volume_set_volume), (gst_volume_get_volume),
4969         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
4970         (volume_funcfind), (volume_process_float), (volume_process_int16),
4971         (volume_set_caps), (volume_transform), (volume_update_mute),
4972         (volume_update_volume), (volume_set_property),
4973         (volume_get_property):
4974           document a little; use basetransform vmethod _set_caps
4975
4976 2005-08-19  Andy Wingo  <wingo@pobox.com>
4977
4978         * ext/alsa/gstalsamixertrack.h:
4979         * ext/alsa/gstalsamixertrack.c:
4980         * ext/alsa/gstalsamixeroptions.h:
4981         * ext/alsa/gstalsamixeroptions.c:
4982         * ext/alsa/gstalsamixer.h:
4983         * ext/alsa/gstalsamixer.c: Port to 0.9.
4984
4985         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
4986         Remove gstalsa.c and alsaclock. No more cruft here.
4987         
4988 2005-08-18  Wim Taymans  <wim@fluendo.com>
4989
4990         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4991         (gst_base_rtp_depayload_chain),
4992         (gst_base_rtp_depayload_add_to_queue),
4993         (gst_base_rtp_depayload_push),
4994         (gst_base_rtp_depayload_queue_release):
4995         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4996         Fix for RTPBuffer changes.
4997
4998         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
4999         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
5000         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
5001         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
5002         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
5003         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
5004         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
5005         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
5006         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
5007         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
5008         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
5009         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
5010         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
5011         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
5012         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
5013         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
5014         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
5015         (gst_rtpbuffer_get_payload):
5016         * gst-libs/gst/rtp/gstrtpbuffer.h:
5017         Don't subclass GstBuffer but add methods and helper functions
5018         to construct and manipulate RTP packets in regular GstBuffers.
5019
5020 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
5021
5022         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
5023           moved statement below switch
5024         * gst/volume/gstvolume.c: (gst_volume_class_init):
5025           added debug ptr
5026
5027 2005-08-16  Wim Taymans  <wim@fluendo.com>
5028
5029         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5030         (gst_base_audio_src_change_state):
5031         Open and close device in READY<->NULL state change.
5032
5033 2005-08-16  Andy Wingo  <wingo@pobox.com>
5034
5035         * examples/seeking/Makefile.am: Don't compile non-compiling
5036         compiled objects with the compiler.
5037
5038         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
5039         elements.
5040
5041 2005-08-12  Philippe Khalaf <burger@speedy.org>
5042         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5043         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5044           Made a thread to release the queue.
5045           Removed timestamp conversion for now.
5046
5047 2005-08-10  Philippe Khalaf <burger@speedy.org>
5048         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5049         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5050           Added rtp timestamp -> gst timestamp conversion.
5051           Fixed several problems with queue.
5052
5053 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
5054
5055         * gst-libs/gst/audio/gstaudioclock.h:
5056         * gst-libs/gst/audio/gstaudiofilter.h:
5057         * gst-libs/gst/audio/gstaudiosink.h:
5058         * gst-libs/gst/audio/gstaudiosrc.h:
5059         * gst-libs/gst/audio/gstbaseaudiosink.h:
5060         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5061         * gst-libs/gst/audio/gstringbuffer.h:
5062         * gst-libs/gst/net/gstnetbuffer.h:
5063         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5064         * gst-libs/gst/rtp/gstrtpbuffer.h:
5065           Add padding (you will need to rebuild gst-plugins-base,
5066           gst-plugins and all applications afterwards!)
5067
5068 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
5069
5070         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5071         (gst_riff_parse_chunk):
5072           Fix bug in debug message and add some more debug messages.
5073
5074 2005-08-08  Edward Hervey  <edward@fluendo.com>
5075
5076         * gst-libs/gst/riff/riff-media.c:
5077         backported updates since branch
5078
5079 2005-08-08  Andy Wingo  <wingo@pobox.com>
5080
5081         * gst-libs/gst/audio/gstbaseaudiosink.c
5082         (gst_base_audio_sink_change_state): Open the device in NULL->READY
5083         like good elements should. Close on READY->NULL too.
5084
5085         * gst-libs/gst/audio/gstaudiosink.c
5086         (gst_audioringbuffer_open_device,
5087         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
5088         (gst_audioringbuffer_release): Updates for new ring buffer API,
5089         hook into the new audio sink api.
5090
5091         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
5092         (GstAudioSinkClass.close): Just open and close the device -- no
5093         resource allocation or configuration.
5094         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
5095         vmethods, handle device setup and resource allocation.
5096
5097         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
5098         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
5099         base class API.
5100
5101         * gst-libs/gst/audio/gstringbuffer.h
5102         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
5103         New vmethods.
5104
5105         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
5106         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
5107         New API functions. The device should be opened before acquiring
5108         and closed after releasing.
5109
5110 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
5111
5112         * gst-libs/gst/interfaces/mixer.h:
5113           Reset padding to GST_PADDING.
5114
5115 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5116
5117         * gst/playback/gstplaybin.c: (remove_sinks):
5118           Remove visualization from parent explicitely; works around some
5119           apparent refcount issue that I haven't tracked down yet.
5120
5121 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5122
5123         * ext/alsa/gstalsasink.c: (set_hwparams):
5124           Assign debug category, add negotiation debug msgs.
5125
5126 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5127
5128         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
5129           Fix error code for file-not-found to NOT_FOUND.
5130
5131 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5132
5133         * common/gtk-doc-plugins.mak:
5134         * docs/plugins/Makefile.am:
5135         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5136         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5137           renamed to actual element names, so much nicer to look at
5138         * docs/plugins/tmpl/gstmultifdsink.sgml:
5139           remove
5140         * docs/plugins/tmpl/multifdsink.sgml:
5141         * docs/plugins/tmpl/tcpserversink.sgml:
5142           add
5143         * ext/alsa/gstalsa.c:
5144         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
5145         * ext/ogg/gstoggmux.c:
5146         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
5147         * gst/playback/gstdecodebin.c:
5148         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
5149         * gst/tcp/gsttcpserversink.c:
5150           various fixes and documentation additions
5151
5152 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5153
5154         * common/Makefile.am:
5155         * common/gstdoc-scangobj:
5156         * common/gtk-doc-plugins.mak:
5157         * common/gtk-doc.mak:
5158           add a custom scangobj that uses the registry
5159           add a custom gtk-doc-plugins.mak that uses it
5160           some doc build fixes
5161         * configure.ac:
5162         * docs/Makefile.am:
5163         * docs/plugins/Makefile.am:
5164         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5165         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5166         * docs/plugins/gst-plugins-base-plugins.types:
5167         * docs/plugins/tmpl/gstmultifdsink.sgml:
5168           add docs for one element, multifdsink
5169         * gst/adder/gstadder.h:
5170         * gst/volume/gstvolume.h:
5171           don't privatize enum
5172         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5173         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5174         (gst_sync_method_get_type), (gst_client_status_get_type),
5175         (gst_multifdsink_class_init),
5176         (gst_multifdsink_client_queue_buffer),
5177         (gst_multifdsink_handle_client_write):
5178         * gst/tcp/gstmultifdsink.h:
5179         * gst/tcp/gsttcp.h:
5180         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
5181         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
5182         (gst_tcpclientsink_render):
5183         * gst/tcp/gsttcpclientsink.h:
5184         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
5185         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
5186         (gst_tcpclientsrc_start):
5187         * gst/tcp/gsttcpclientsrc.h:
5188         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
5189         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
5190         * gst/tcp/gsttcpserversrc.h:
5191         * gst/typefind/gsttypefindfunctions.c:
5192           remove superfluous Type stuff
5193
5194 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5195
5196         * gst/playback/gstplaybin.c: (gen_video_element):
5197           Enable videoscale.
5198
5199 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5200
5201         * gst-libs/gst/gconf/gconf.c:
5202         * gst-libs/gst/gconf/gconf.h:
5203           Fix some Andy Problem [tm].
5204
5205 2005-08-04  Andy Wingo  <wingo@pobox.com>
5206
5207         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
5208         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
5209         (gst_ffmpegcsp_get_size): Adapt to API changes.
5210
5211         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
5212         Implement an in-place do-nothing transform.
5213
5214 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5215
5216         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
5217         (gst_ximagesink_renegotiate_size):
5218           Do not set new window sizes yet if we prepare a new buffer size
5219           for upstream renegotiation (software scaling) at some point in the
5220           future, because this new size waqs not actually accepted yet. Once
5221           accepted, renegotiation later on will set the new sizes just fine.
5222           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
5223           embedding testcase.
5224
5225 2005-08-03  Andy Wingo  <wingo@pobox.com>
5226
5227         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
5228         (gst_ximagesink_buffer_alloc): 
5229         Protect the height, width, and desired_caps with the pool_lock.
5230         Fixes videotestsrc ! queue ! ximagesink.
5231
5232 2005-08-02  Edward Hervey  <edward@fluendo.com>
5233
5234         * gst/volume/gstvolume.c:
5235         include left from controller cleanup
5236
5237 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
5238         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
5239           Stop collectpads before calling the parent state
5240           change function on PAUSED->READY.
5241
5242 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
5243         * configure.ac:
5244           When testing for X libs, use the X CFlags 
5245         * gst/adder/gstadder.c: (gst_adder_change_state):
5246           Stop the collectpads before calling parent state change function
5247           on PAUSED->READY, otherwise we deadlock deactivating pads.
5248
5249 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
5250
5251         * configure.ac:
5252         * docs/libs/tmpl/gstcolorbalance.sgml:
5253         * docs/libs/tmpl/gstmixer.sgml:
5254         * examples/Makefile.am:
5255         * gst/sine/Makefile.am:
5256         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
5257         (gst_sinesrc_set_property), (plugin_init):
5258         * gst/sine/gstsinesrc.h:
5259         * gst/volume/Makefile.am:
5260         * gst/volume/gstvolume.c: (gst_volume_set_volume),
5261         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
5262         (volume_process_float), (volume_process_int16),
5263         (volume_set_property), (plugin_init):
5264         * gst/volume/gstvolume.h:
5265           deactivate and remove dparams (libgstcontrol)
5266
5267 2005-07-29  Wim Taymans  <wim@fluendo.com>
5268
5269         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
5270         Convert me to BaseTransform!! help..
5271
5272 2005-07-29  Andy Wingo  <wingo@pobox.com>
5273
5274         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
5275         sinks.
5276
5277         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
5278         support of both endiannesses.
5279
5280 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
5281
5282         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
5283           Fix confusing debug message (s/event/query/)
5284
5285 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
5286
5287         * gst/videotestsrc/videotestsrc.h:
5288           Use "_stdint.h" instead of <stdint.h>
5289
5290 2005-07-27  Wim Taymans  <wim@fluendo.com>
5291
5292         * ext/vorbis/Makefile.am:
5293         Revert wrong commit.
5294
5295 2005-07-27  Wim Taymans  <wim@fluendo.com>
5296
5297         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
5298         More compilation fixen.
5299
5300 2005-07-27  Wim Taymans  <wim@fluendo.com>
5301
5302         * gst-libs/gst/audio/gstbaseaudiosink.c:
5303         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
5304         (gst_base_audio_sink_create_ringbuffer),
5305         (gst_base_audio_sink_change_state):
5306         Fix compilation.
5307
5308 2005-07-27  Wim Taymans  <wim@fluendo.com>
5309
5310         * examples/seeking/seek.c: (setup_dynamic_link),
5311         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
5312         (query_positions_elems), (query_positions_pads), (do_seek):
5313         Update seek example.
5314
5315         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
5316         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
5317         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
5318         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5319         (gst_ogg_demux_handle_event),
5320         (gst_ogg_demux_deactivate_current_chain),
5321         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5322         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
5323         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
5324         (gst_ogg_demux_loop):
5325         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
5326         * ext/theora/theoradec.c: (theora_dec_src_event),
5327         (theora_dec_src_getcaps), (theora_dec_sink_event),
5328         (theora_dec_push), (theora_dec_chain):
5329         * ext/vorbis/Makefile.am:
5330         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
5331         (vorbis_dec_sink_event), (vorbis_dec_push),
5332         (vorbis_handle_data_packet):
5333         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
5334         (gst_vorbisenc_chain):
5335         * gst/playback/gststreaminfo.c: (cb_probe):
5336         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
5337         * gst/videorate/gstvideorate.c: (gst_videorate_event):
5338         * gst/videoscale/gstvideoscale.c:
5339         (gst_videoscale_handle_src_event):
5340         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
5341         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
5342         (gst_ximagesink_navigation_send_event):
5343         * sys/xvimage/xvimagesink.c:
5344         (gst_xvimagesink_navigation_send_event):
5345         Various event updates and cleanups
5346
5347 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5348
5349         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
5350           Fix segfault for I420/YV12.
5351
5352 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5353
5354         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
5355           Report bitrate.
5356
5357 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5358
5359         * gst/playback/gstplaybin.c: (gen_video_element),
5360         (gen_audio_element):
5361           Switch to auto*sink elements as default sinks; add volume element
5362           so that volume control in totem works.
5363
5364 2005-07-21  Wim Taymans  <wim@fluendo.com>
5365
5366         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
5367         * gst/playback/gstplaybin.c: (setup_sinks),
5368         (gst_play_bin_change_state):
5369         Refcount fix and more comments.
5370
5371 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5372
5373         * sys/ximage/Makefile.am:
5374         * sys/ximage/ximage.c: (plugin_init):
5375         * sys/ximage/ximagesink.c:
5376         Prepare for adding ximagesrc, rename of plugin to ximage etc.
5377         
5378
5379 2005-07-21  Wim Taymans  <wim@fluendo.com>
5380
5381         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
5382         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5383         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5384         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5385         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
5386         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
5387         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
5388         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
5389         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
5390         Generate correct disconts for live chained oggs.
5391
5392         * gst-libs/gst/audio/gstbaseaudiosink.c:
5393         (gst_base_audio_sink_render),
5394         (gst_base_audio_sink_create_ringbuffer),
5395         (gst_base_audio_sink_change_state):
5396         Handle discont math correctly.
5397
5398         * gst/playback/gstplaybin.c: (add_sink):
5399         Some small debug cleanup.
5400
5401 2005-07-21  Wim Taymans  <wim@fluendo.com>
5402
5403         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
5404         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5405         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5406         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5407         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
5408         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
5409         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5410         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
5411         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
5412         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
5413         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
5414         (gst_ogg_demux_change_state), (gst_ogg_print):
5415         Reorganize code to send the right disconts when in streaming
5416         mode.
5417
5418 2005-07-20  Andy Wingo  <wingo@pobox.com>
5419
5420         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
5421         fix (?), fixes a seggie mcfalterson (#310894).
5422
5423 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5424
5425         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
5426         (gst_ogg_mux_set_header_on_caps):
5427         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
5428         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
5429         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
5430         * gst-libs/gst/audio/multichannel.c:
5431         (gst_audio_set_channel_positions),
5432         (gst_audio_set_structure_channel_positions_list):
5433         * gst/playback/gstdecodebin.c: (dynamic_create):
5434         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
5435         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
5436           Fixes for API changes in core.
5437
5438 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5439
5440         * gst/playback/gstplaybasebin.c: (fill_buffer):
5441           Use _new_custom() so we can set custom message types for buffering
5442           messages.
5443
5444 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5445
5446         * configure.ac:
5447         * gst-libs/gst/Makefile.am:
5448         * gst-libs/gst/gconf/.cvsignore:
5449         * gst-libs/gst/gconf/Makefile.am:
5450         * gst-libs/gst/gconf/test-gconf.c:
5451         * pkgconfig/Makefile.am:
5452         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
5453         * pkgconfig/gstreamer-gconf.pc.in:
5454           Remove gconf stuff, use gconf elements instead from now on.
5455
5456 2005-07-20  Wim Taymans  <wim@fluendo.com>
5457
5458         * gst-libs/gst/audio/TODO:
5459         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
5460         (gst_audio_clock_get_internal_time):
5461         * gst-libs/gst/audio/gstaudioclock.h:
5462         * gst-libs/gst/audio/gstbaseaudiosink.c:
5463         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
5464         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
5465         (gst_base_audio_sink_render),
5466         (gst_base_audio_sink_create_ringbuffer),
5467         (gst_base_audio_sink_change_state):
5468         Make sure the audio clock always returns an increasing value.
5469
5470 2005-07-19  Andy Wingo  <wingo@pobox.com>
5471
5472         * gst/videotestsrc/: Cleanups.
5473
5474 2005-07-19  Wim Taymans  <wim@fluendo.com>
5475
5476         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
5477         Better debugging.
5478
5479 2005-07-19  Wim Taymans  <wim@fluendo.com>
5480
5481         * examples/seeking/seek.c: (make_dv_pipeline),
5482         (make_vorbis_theora_pipeline), (query_rates),
5483         (query_positions_elems), (query_positions_pads), (do_seek):
5484         Make correct DV pipeline.
5485
5486 2005-07-18  Andy Wingo  <wingo@pobox.com>
5487
5488         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
5489         default. Also because it's the only thing that really works. (This
5490         is used in the GConf elements).
5491         Use AS_LIBTOOL_TAGS.
5492
5493 2005-07-18  Wim Taymans  <wim@fluendo.com>
5494
5495         * gst/playback/gstdecodebin.c: (remove_element_chain):
5496         * gst/playback/gstplaybin.c: (add_sink):
5497         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5498         (gst_stream_info_set_mute):
5499         * gst/playback/gststreamselector.c:
5500         (gst_stream_selector_get_linked_pad),
5501         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
5502         More leak and compile fixes.
5503
5504 2005-07-18  Wim Taymans  <wim@fluendo.com>
5505
5506         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
5507         (query_rates), (query_positions_elems), (query_positions_pads),
5508         (do_seek), (seek_cb), (stop_seek):
5509         Updated seek example. 
5510
5511         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
5512         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5513         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
5514         * gst/playback/gstplaybin.c: (add_sink):
5515         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5516         (gst_stream_info_set_mute):
5517         Some refcount leak fixes.
5518
5519 2005-07-16  Wim Taymans  <wim@fluendo.com>
5520
5521         * gst-libs/gst/audio/gstbaseaudiosink.c:
5522         (gst_base_audio_sink_render):
5523         Align samples even if we have roundoff errors in the 
5524         timestamp conversion.
5525
5526 2005-07-16  Wim Taymans  <wim@fluendo.com>
5527
5528         * docs/libs/tmpl/gstringbuffer.sgml:
5529         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
5530         (query_rates), (query_positions_elems), (query_positions_pads),
5531         (update_scale), (do_seek):
5532         Updated seek example.
5533
5534         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5535         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
5536         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
5537         (gst_ogg_demux_loop):
5538         Push out correct discont values.
5539
5540         * ext/theora/theoradec.c: (theora_dec_src_convert),
5541         (theora_dec_sink_convert), (theora_dec_src_getcaps),
5542         (theora_dec_sink_event), (theora_handle_type_packet),
5543         (theora_handle_header_packet), (theora_dec_push),
5544         (theora_handle_data_packet), (theora_dec_chain),
5545         (theora_dec_change_state):
5546         Better timestamping.
5547
5548         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5549         (vorbis_dec_sink_event), (vorbis_dec_push),
5550         (vorbis_handle_data_packet), (vorbis_dec_chain):
5551         * ext/vorbis/vorbisdec.h:
5552         Better timestamping.
5553
5554         * gst-libs/gst/audio/gstbaseaudiosink.c:
5555         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
5556         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5557         Handle syncing on timestamps instead of sample offsets. Make
5558         use of DISCONT values as described in design docs.
5559
5560         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5561         (gst_base_audio_src_get_time):
5562         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
5563         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
5564         (gst_ring_buffer_read):
5565         * gst-libs/gst/audio/gstringbuffer.h:
5566         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
5567         (gst_ximagesink_show_frame):
5568         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
5569         Correcly convert buffer timestamp to stream time.
5570
5571 2005-07-16  Wim Taymans  <wim@fluendo.com>
5572
5573         * gst/audioconvert/gstaudioconvert.c:
5574         (gst_audio_convert_get_buffer):
5575         Timestamp buffers correctly.
5576
5577         * gst/playback/gstplaybin.c: (gen_video_element):
5578         Make internal fakesink silent.
5579
5580 2005-07-15  Wim Taymans  <wim@fluendo.com>
5581
5582         * gst/ffmpegcolorspace/Makefile.am:
5583         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5584         (gst_ffmpegcsp_caps_remove_format_info),
5585         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
5586         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
5587         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
5588         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
5589         Ported ffmpegcolorspace to basetransform.
5590
5591         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
5592         * gst/volume/gstvolume.c: (volume_transform):
5593         Ported to new API.
5594
5595 2005-07-14  Wim Taymans  <wim@fluendo.com>
5596
5597         * gst/videotestsrc/Makefile.am:
5598         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
5599         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
5600         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
5601         (gst_videotestsrc_init), (gst_videotestsrc_event),
5602         (gst_videotestsrc_create), (gst_videotestsrc_start),
5603         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
5604         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
5605         (gst_videotestsrc_get_property):
5606         * gst/videotestsrc/gstvideotestsrc.h:
5607         Make videotestsrc a pushsrc.
5608
5609 2005-07-14  Wim Taymans  <wim@fluendo.com>
5610
5611         * gst/tcp/gstfdset.c: (gst_fdset_free):
5612         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
5613         (gst_multifdsink_add), (gst_multifdsink_remove),
5614         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
5615         (gst_multifdsink_remove_client_link),
5616         (gst_multifdsink_client_queue_data),
5617         (gst_multifdsink_client_queue_caps),
5618         (gst_multifdsink_client_queue_buffer),
5619         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
5620         (gst_multifdsink_stop):
5621         * gst/tcp/gstmultifdsink.h:
5622         0.8 backporting.
5623
5624         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
5625         Also draw image when not from a pool.
5626
5627 2005-07-14  Wim Taymans  <wim@fluendo.com>
5628
5629         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
5630         (mute_stream), (silence_stream):
5631         Small debug additions.
5632
5633 2005-07-14  Wim Taymans  <wim@fluendo.com>
5634
5635         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
5636         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5637         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
5638         Better error recovery, ignore unconnected pads and
5639         non-fatal errors.
5640
5641 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5642
5643         * docs/libs/tmpl/gstaudio.sgml:
5644         * docs/libs/tmpl/gstcolorbalance.sgml:
5645         * docs/libs/tmpl/gstgconf.sgml:
5646         * docs/libs/tmpl/gstmixer.sgml:
5647         * docs/libs/tmpl/gstringbuffer.sgml:
5648         * docs/libs/tmpl/gsttuner.sgml:
5649         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5650         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
5651         (gst_tcpclientsrc_class_init):
5652         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
5653         (gst_tcpserversrc_class_init):
5654         * sys/v4l/gstv4lelement.c:
5655           more autistic cleanliness in functions/names/defines
5656
5657 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5658
5659         * configure.ac:
5660           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
5661           added manually to each Makefile.am so we are sure it goes
5662           *last* and doesn't add -L flags before linking in libs of our
5663           own, like, say, internal .la libs, that then accidentally pick
5664           up the installed copy.
5665         * docs/libs/Makefile.am:
5666         * ext/alsa/Makefile.am:
5667         * ext/cdparanoia/Makefile.am:
5668         * ext/gnomevfs/Makefile.am:
5669         * ext/libvisual/Makefile.am:
5670         * ext/ogg/Makefile.am:
5671         * ext/theora/Makefile.am:
5672         * ext/vorbis/Makefile.am:
5673         * gst-libs/gst/video/Makefile.am:
5674         * gst/adder/Makefile.am:
5675         * gst/audioconvert/Makefile.am:
5676         * gst/audiorate/Makefile.am:
5677         * gst/audioscale/Makefile.am:
5678         * gst/ffmpegcolorspace/Makefile.am:
5679         * gst/playback/Makefile.am:
5680         * gst/sine/Makefile.am:
5681         * gst/subparse/Makefile.am:
5682         * gst/tags/Makefile.am:
5683         * gst/tcp/Makefile.am:
5684         * gst/typefind/Makefile.am:
5685         * gst/videorate/Makefile.am:
5686         * gst/videoscale/Makefile.am:
5687         * gst/videotestsrc/Makefile.am:
5688         * gst/volume/Makefile.am:
5689         * sys/v4l/Makefile.am:
5690         * sys/ximage/Makefile.am:
5691         * sys/xvimage/Makefile.am:
5692           adapt properly to this change. This should make sure that
5693           plugins and libs properly link to the as-yet-uninstalled
5694           copies of stuff like libgstinterfaces and libgstvideo
5695
5696 2005-07-13  Andy Wingo  <wingo@pobox.com>
5697
5698         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
5699         (gst_v4lsrc_fixate): Fixate on format as well.
5700
5701         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
5702         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
5703         buffer points to it.
5704         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
5705         rather just doing X calls ourselves. Also fixes a memleak.
5706
5707 2005-07-12  Andy Wingo  <wingo@pobox.com>
5708
5709         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
5710         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
5711         (gst_v4lsrc_create): Re-add the copy-mode property, default to
5712         TRUE to avoid deadlocks if an element holds on to our buffers.
5713
5714 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5715
5716         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5717         (gst_sinesrc_init), (gst_sinesrc_create),
5718         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
5719         (gst_sinesrc_start):
5720         * gst/sine/gstsinesrc.h:
5721           removing num-buffers property before moving it
5722
5723 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5724
5725         * configure.ac:
5726           use overridable ERROR_CFLAGS
5727         * docs/libs/gst-plugins-base-libs.types:
5728         * docs/libs/tmpl/gstringbuffer.sgml:
5729         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
5730         (gst_alsasink_class_init):
5731         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
5732         (gst_alsasrc_class_init):
5733         * gst-libs/gst/audio/audio.h:
5734         * gst-libs/gst/audio/gstaudioclock.h:
5735         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
5736         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
5737         (gst_audio_filter_link), (gst_audio_filter_init),
5738         (gst_audio_filter_chain), (gst_audio_filter_set_property),
5739         (gst_audio_filter_get_property),
5740         (gst_audio_filter_class_add_pad_templates):
5741         * gst-libs/gst/audio/gstaudiofilter.h:
5742         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5743         (gst_audio_filter_template_get_type),
5744         (gst_audio_filter_template_base_init),
5745         (gst_audio_filter_template_class_init),
5746         (gst_audio_filter_template_init),
5747         (gst_audio_filter_template_set_property),
5748         (gst_audio_filter_template_get_property), (plugin_init),
5749         (gst_audio_filter_template_setup),
5750         (gst_audio_filter_template_filter),
5751         (gst_audio_filter_template_filter_inplace):
5752         * gst-libs/gst/audio/gstaudiosink.c:
5753         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5754         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
5755         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5756         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
5757         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
5758         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
5759         * gst-libs/gst/audio/gstaudiosink.h:
5760         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
5761         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
5762         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5763         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
5764         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
5765         (gst_audio_src_class_init), (gst_audio_src_init),
5766         (gst_audio_src_create_ringbuffer):
5767         * gst-libs/gst/audio/gstaudiosrc.h:
5768         * gst-libs/gst/audio/gstbaseaudiosink.c:
5769         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
5770         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
5771         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
5772         (gst_base_audio_sink_set_property),
5773         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
5774         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
5775         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
5776         (gst_base_audio_sink_create_ringbuffer),
5777         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
5778         * gst-libs/gst/audio/gstbaseaudiosink.h:
5779         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5780         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
5781         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
5782         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
5783         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
5784         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
5785         (gst_base_audio_src_event), (gst_base_audio_src_create),
5786         (gst_base_audio_src_create_ringbuffer),
5787         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
5788         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5789         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
5790         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
5791         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
5792         (gst_ring_buffer_debug_spec_caps),
5793         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
5794         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
5795         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
5796         (gst_ring_buffer_start), (gst_ring_buffer_pause),
5797         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
5798         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
5799         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
5800         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
5801         (gst_ring_buffer_clear):
5802         * gst-libs/gst/audio/gstringbuffer.h:
5803         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
5804         (gst_video_sink_class_init), (gst_video_sink_get_type):
5805         * gst-libs/gst/video/videosink.h:
5806         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
5807         (gst_multifdsink_class_init),
5808         (gst_multifdsink_handle_client_write),
5809         (gst_multifdsink_change_state):
5810         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
5811         (gst_tcpclientsink_setcaps):
5812         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
5813         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
5814         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
5815         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
5816         (gst_ximagesink_send_pending_navigation),
5817         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
5818         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
5819         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
5820         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
5821         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
5822         (gst_xvimagesink_send_pending_navigation),
5823         (gst_xvimagesink_navigation_send_event),
5824         (gst_xvimagesink_set_xwindow_id),
5825         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
5826         (gst_xvimagesink_get_type):
5827         more macro splitting
5828
5829 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5830
5831         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
5832           plug a memleak, allows me to import 1479 albums in one go
5833           in jamboree
5834         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5835         (vorbis_handle_type_packet), (vorbis_dec_chain),
5836         (vorbis_dec_change_state):
5837           fix some format strings
5838
5839 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5840
5841         * docs/libs/tmpl/gstcolorbalance.sgml:
5842         * docs/libs/tmpl/gstmixer.sgml:
5843         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
5844         (gst_alsasink_set_property), (gst_alsasink_get_property):
5845         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
5846         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
5847           add device property
5848
5849 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5850
5851         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5852         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
5853         (audiocast_register_listener), (audiocast_thread_run),
5854         (gst_gnomevfssrc_send_additional_headers_callback),
5855         (gst_gnomevfssrc_received_headers_callback),
5856         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
5857         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
5858         (gst_gnomevfssrc_get_size):
5859           add/clean up debugging
5860         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
5861           cleanups
5862
5863 2005-07-07  Andy Wingo  <wingo@pobox.com>
5864
5865         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
5866         framerate. Need to get a handle on when exactly this function is
5867         called, tho.
5868
5869         * sys/v4l/v4lsrc_calls.h:
5870         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
5871         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
5872         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
5873
5874         * sys/v4l/v4l_calls.h: Cast to V4lElement.
5875         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
5876         v4lelements are sources.
5877
5878         * sys/v4l/gstv4lxoverlay.h:
5879         * sys/v4l/gstv4lxoverlay.c:
5880         * sys/v4l/gstv4ltuner.h:
5881         * sys/v4l/gstv4ltuner.c: Header loc fixen.
5882         
5883         * sys/v4l/gstv4lsrc.h:
5884         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
5885         PushSrc/BaseSrc. Removed most sync-related properties, videorate
5886         or something should handle that. Made a live source.
5887
5888         * sys/v4l/gstv4lelement.h:
5889         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
5890         signals. Some cleanups.
5891
5892         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
5893
5894         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
5895         stuff.
5896
5897         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
5898         stuff.
5899
5900         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
5901
5902 2005-07-07  Wim Taymans  <wim@fluendo.com>
5903
5904         * ext/theora/theoradec.c: (theora_get_query_types),
5905         (theora_dec_src_getcaps), (theora_dec_push):
5906         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
5907         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
5908         Remove deprecated/unused query types.
5909
5910 2005-07-06  Wim Taymans  <wim@fluendo.com>
5911
5912         * ext/alsa/Makefile.am:
5913         * ext/alsa/gstalsaplugin.c: (plugin_init):
5914         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5915         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
5916         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
5917         (gst_alsasrc_class_init), (gst_alsasrc_init),
5918         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
5919         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
5920         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
5921         (gst_alsasrc_reset):
5922         * ext/alsa/gstalsasrc.h:
5923         * gst-libs/gst/audio/Makefile.am:
5924         * gst-libs/gst/audio/gstaudiosink.c:
5925         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5926         (gst_audioringbuffer_start):
5927         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
5928         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
5929         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
5930         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
5931         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5932         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
5933         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
5934         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
5935         * gst-libs/gst/audio/gstaudiosrc.h:
5936         * gst-libs/gst/audio/gstbaseaudiosink.c:
5937         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
5938         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
5939         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
5940         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5941         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
5942         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
5943         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
5944         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
5945         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
5946         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
5947         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
5948         (gst_baseaudiosrc_change_state):
5949         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5950         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
5951         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
5952         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
5953         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5954         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
5955         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
5956         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
5957         * gst-libs/gst/audio/gstringbuffer.h:
5958         Added audiosource base classes.
5959         Ported alsasrc, still very basic.
5960
5961 2005-07-06  Wim Taymans  <wim@fluendo.com>
5962
5963         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
5964         (theora_dec_push), (theora_handle_data_packet):
5965         Prepare for better timestamp fix later.
5966
5967         * gst/audioconvert/gstaudioconvert.c:
5968         List most accurate caps first
5969
5970         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
5971         Use proper pad task function.
5972
5973         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5974         (gst_xvimagesink_show_frame):
5975         Fix deadlock when alloc failed.
5976
5977 2005-07-05  Andy Wingo  <wingo@pobox.com>
5978
5979         * ext/gnomevfs/gstgnomevfssrc.c:
5980         * gst/sine/gstsinesrc.c:
5981         * gst/tcp/gsttcpserversrc.c:
5982         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
5983
5984         * sys/v4l/: Port from 0.8.
5985
5986         * Many files: Null if we got it....
5987
5988 2005-07-05  Andy Wingo  <wingo@pobox.com>
5989
5990         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
5991         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
5992         Signedness fixes.
5993
5994 2005-07-05  Wim Taymans  <wim@fluendo.com>
5995
5996         * configure.ac:
5997         * gst/tcp/Makefile.am:
5998         * gst/tcp/README:
5999         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
6000         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
6001         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
6002         (is_sync_frame), (gst_multifdsink_handle_client_write),
6003         (gst_multifdsink_render), (gst_multifdsink_start),
6004         (gst_multifdsink_stop), (gst_multifdsink_change_state):
6005         * gst/tcp/gstmultifdsink.h:
6006         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
6007         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
6008         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
6009         * gst/tcp/gsttcp.h:
6010         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6011         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
6012         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
6013         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
6014         * gst/tcp/gsttcpclientsink.h:
6015         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
6016         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
6017         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
6018         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
6019         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
6020         * gst/tcp/gsttcpclientsrc.h:
6021         * gst/tcp/gsttcpplugin.c: (plugin_init):
6022         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
6023         * gst/tcp/gsttcpserversink.h:
6024         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
6025         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
6026         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
6027         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
6028         (gst_tcpserversrc_stop):
6029         * gst/tcp/gsttcpserversrc.h:
6030         * gst/tcp/gsttcpsink.c:
6031         * gst/tcp/gsttcpsink.h:
6032         * gst/tcp/gsttcpsrc.c:
6033         * gst/tcp/gsttcpsrc.h:
6034         Ported tcp plugins to 0.9. 
6035         
6036
6037 2005-07-05  Andy Wingo  <wingo@pobox.com>
6038
6039         * gst/playback/gstplaybasebin.c (fill_buffer):
6040         message_new_application fixen.
6041
6042         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
6043         Style fix.
6044
6045 2005-07-04  Wim Taymans  <wim@fluendo.com>
6046
6047         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
6048         Set caps on output buffer.
6049
6050 2005-07-04  Andy Wingo  <wingo@pobox.com>
6051
6052         * ext/gnomevfs/gstgnomevfssrc.c
6053         (gst_gnomevfssrc_received_headers_callback) 
6054         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
6055         hopefully.
6056
6057         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
6058         No refcount leakage.
6059
6060         * configure.ac: Enable -Werror.
6061         
6062         * ext/theora/theoradec.c (theora_dec_src_getcaps):
6063         * gst/audioconvert/bufferframesconvert.c
6064         (buffer_frames_convert_fixate):
6065         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
6066         (gst_audio_convert_fixate):
6067         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
6068         (gst_sinesrc_create): Fixate func changes.
6069         
6070         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6071         (gst_ximagesink_buffer_alloc): Unused var.
6072
6073 2005-07-01  Andy Wingo  <wingo@pobox.com>
6074
6075         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
6076         getcaps to do explicit caps. Needs to be done in all decoders,
6077         possibly via a base class.
6078
6079         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
6080
6081         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
6082         caps on the sink pad, just rely on the pad template. Also, setting
6083         ANY caps on a pad is not valid because the caps are not fixed.
6084
6085         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
6086         caps on the buffer, and get the width from the desired_caps if
6087         they're set.
6088         (gst_ximagesink_renegotiate_size): Implement via setting the
6089         desired_caps on the ximagesink.
6090         (gst_ximagesink_setcaps): Only reset the width of the player if it
6091         wasn't already set. Not sure if this is right.
6092         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
6093
6094         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
6095         that the user wants. NULL unless the window has been resized.
6096
6097         * gst/volume/gstvolume.c (volume_transform): Adapt to
6098         basetransform refcount changes.
6099         
6100 2005-07-01  Andy Wingo  <wingo@pobox.com>
6101
6102         * gst/videoscale/gstvideoscale.c:
6103         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
6104         from BaseTransform, implements a transform_caps. Removed dead code
6105         including some PAR stuff that was never reached -- should probably
6106         be added back somehow.
6107
6108 2005-07-01  Andy Wingo  <wingo@pobox.com>
6109
6110         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
6111         come later.
6112
6113 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6114
6115         * configure.ac:
6116         * docs/libs/Makefile.am:
6117         * docs/libs/gst-plugins-libs.types:
6118         * ext/alsa/Makefile.am:
6119         * ext/alsa/gstalsamixer.h:
6120         * ext/alsa/gstalsamixeroptions.h:
6121         * ext/alsa/gstalsamixertrack.h:
6122         * gst-libs/gst/Makefile.am:
6123         * gst-libs/gst/colorbalance/.cvsignore:
6124         * gst-libs/gst/colorbalance/Makefile.am:
6125         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
6126         * gst-libs/gst/colorbalance/colorbalance.c:
6127         * gst-libs/gst/colorbalance/colorbalance.h:
6128         * gst-libs/gst/colorbalance/colorbalance.vcproj:
6129         * gst-libs/gst/colorbalance/colorbalancechannel.c:
6130         * gst-libs/gst/colorbalance/colorbalancechannel.h:
6131         * gst-libs/gst/interfaces/Makefile.am:
6132         * gst-libs/gst/interfaces/colorbalance.c:
6133         (gst_color_balance_class_init):
6134         * gst-libs/gst/interfaces/colorbalance.h:
6135         * gst-libs/gst/interfaces/interfaces-marshal.list:
6136         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
6137         * gst-libs/gst/interfaces/mixer.h:
6138         * gst-libs/gst/interfaces/mixeroptions.h:
6139         * gst-libs/gst/interfaces/navigation.c:
6140         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
6141         * gst-libs/gst/interfaces/tuner.h:
6142         * gst/volume/Makefile.am:
6143         * gst/volume/gstvolume.c:
6144         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
6145         * sys/ximage/Makefile.am:
6146         * sys/ximage/ximagesink.c:
6147         * sys/xvimage/Makefile.am:
6148         * sys/xvimage/xvimagesink.c:
6149           fold in all interfaces into an interfaces dir, preserving CVS
6150           history
6151
6152 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6153
6154         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6155           Fix build after riff changes.
6156
6157 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6158
6159         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6160         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
6161         (gst_riff_create_video_template_caps),
6162         (gst_riff_create_audio_template_caps),
6163         (gst_riff_create_iavs_template_caps):
6164         * gst-libs/gst/riff/riff-media.h:
6165         * gst-libs/gst/riff/riff-read.h:
6166         * gst-libs/gst/riff/riff.c: (gst_riff_init):
6167           Add gst_riff_init() to initialize the debug category, instead
6168           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
6169
6170 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6171
6172         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
6173           Oops, I shouldn't apply hacks.
6174
6175 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6176
6177         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
6178           Remove pad_loop function which doesn't work.
6179
6180 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6181
6182         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
6183           Send EOS when deactivating.
6184         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
6185         (check_queue), (queue_threshold_reached), (queue_out_of_data),
6186         (gen_preroll_element), (probe_triggered), (mute_stream),
6187         (silence_stream), (new_decoded_pad), (setup_substreams),
6188         (set_active_source):
6189         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
6190         (remove_sinks), (add_sink):
6191         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
6192           Change for new probe API.
6193
6194 2005-06-29  Wim Taymans  <wim@fluendo.com>
6195
6196         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
6197         * gst-libs/gst/audio/gstbaseaudiosink.c:
6198         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
6199         (gst_baseaudiosink_change_state):
6200         * gst-libs/gst/audio/gstbaseaudiosink.h:
6201         * gst-libs/gst/audio/gstringbuffer.c:
6202         (gst_ringbuffer_set_callback):
6203         Fix compilation error.
6204         Ringbuffer starts out as not running.
6205         Free our clock in dispose.
6206         When releasing the ringbuffer we need to renegotiate so
6207         clear the pad caps.
6208
6209 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6210
6211         * autogen.sh:
6212         * configure.ac:
6213         * docs/Makefile.am:
6214         * docs/libs/Makefile.am:
6215         * docs/libs/gst-plugins-libs-docs.sgml:
6216         * docs/libs/gst-plugins-libs-sections.txt:
6217         * docs/libs/gst-plugins-libs.types:
6218         * docs/libs/tmpl/gstaudio.sgml:
6219         * docs/libs/tmpl/gstcolorbalance.sgml:
6220         * docs/libs/tmpl/gstringbuffer.sgml:
6221         * gst-libs/gst/audio/gstringbuffer.c:
6222         (gst_ringbuffer_set_callback):
6223           reinstate gtk-doc docs for plugin libs
6224
6225 2005-06-28  Wim Taymans  <wim@fluendo.com>
6226
6227         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6228         (gst_ogg_demux_init):
6229         Removed pad loop function.
6230
6231 2005-06-28  Wim Taymans  <wim@fluendo.com>
6232
6233         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
6234         If we're building a chain we are not in an error case
6235         when we queue a buffer.
6236
6237 2005-06-28  Andy Wingo  <wingo@pobox.com>
6238
6239         * *.c: Don't cast to GstObject before reffing/unreffing.
6240
6241 2005-06-27  Andy Wingo  <wingo@pobox.com>
6242
6243         * gst/videotestsrc/gstvideotestsrc.c
6244         (gst_videotestsrc_activate_push): Activation API changes.
6245
6246         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
6247         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
6248         they have refs on the decodebin.
6249
6250         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
6251         parent class.
6252         (gst_ogg_pad_typefind): Don't leak a pad ref.
6253         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
6254         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
6255         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
6256
6257 2005-06-27  Edward Hervey  <edward@fluendo.com>
6258
6259         * ext/theora/theoradec.c: (theora_dec_change_state): 
6260         re-arranged call to parent's state change in order to avoid locks (or
6261         worse).
6262
6263 2005-06-26  Edward Hervey  <edward@fluendo.com>
6264
6265         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6266         2nd argument of 'unknow-type' signal is a GstCaps and not a
6267         GstMiniObject
6268
6269 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
6270         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
6271           Set the worker thread's running flag to TRUE before starting the
6272           thread.
6273         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
6274           Catch a failure to add typefind to the bin.
6275
6276 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6277
6278         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6279         (gst_sinesrc_init), (gst_sinesrc_create),
6280         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
6281         (gst_sinesrc_start):
6282         * gst/sine/gstsinesrc.h:
6283           add num-buffers and timestamp-offset properties
6284         * gst/videotestsrc/gstvideotestsrc.c:
6285         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
6286         (gst_videotestsrc_get_property):
6287           add timestamp-offset property
6288
6289 2005-06-23  Christian Schaller  <uraeus@gnome.org>
6290
6291         * configure.ac: add videorate
6292         * gst-plugins-base.spec.in: add videorate
6293
6294 2005-06-23  Wim Taymans  <wim@fluendo.com>
6295
6296         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
6297         (gst_videorate_getcaps), (gst_videorate_setcaps),
6298         (gst_videorate_event), (gst_videorate_chain):
6299         Fixed videorate, fixating an already fixated caps is not
6300         an error.
6301
6302 2005-06-23  Wim Taymans  <wim@fluendo.com>
6303
6304         * ext/ogg/README:
6305         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
6306         Buffer on caps is not boxed anymore.
6307
6308 2005-06-22  Wim Taymans  <wim@fluendo.com>
6309
6310         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
6311         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
6312         Set buffers on caps as miniobjects and not as boxed.
6313
6314 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6315
6316         * configure.ac:
6317           back to HEAD
6318
6319 === release 0.9.1 ===
6320
6321 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6322
6323         * .cvsignore:
6324         * NEWS:
6325         * README:
6326         * RELEASE:
6327         * configure.ac:
6328         * po/af.po:
6329         * po/az.po:
6330         * po/cs.po:
6331         * po/en_GB.po:
6332         * po/hu.po:
6333         * po/it.po:
6334         * po/nb.po:
6335         * po/nl.po:
6336         * po/or.po:
6337         * po/sq.po:
6338         * po/sr.po:
6339         * po/sv.po:
6340         * po/uk.po:
6341         * po/vi.po:
6342           updates for release
6343
6344 2005-06-09  Andy Wingo  <wingo@pobox.com>
6345
6346         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
6347         
6348 2005-06-09  Andy Wingo  <wingo@pobox.com>
6349
6350         * configure.ac:
6351         * gst-libs/gst/Makefile.am:
6352         * gst-libs/gst/net/Makefile.am:
6353         Add gstnet to build.
6354
6355 2005-06-09  Andy Wingo  <wingo@pobox.com>
6356
6357         * gst-libs/gst/gconf/gconf.c:
6358         * gst/playback/test.c:
6359         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
6360         fixes.
6361
6362         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
6363
6364         * ext/theora/theoraenc.c (theora_enc_chain): 
6365         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
6366
6367         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
6368         RealPad.
6369
6370 2005-06-02  Wim Taymans  <wim@fluendo.com>
6371
6372         * gst-libs/gst/net/Makefile.am:
6373         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
6374         * pkgconfig/gstreamer-libs.pc.in:
6375         Added net stuff, version net lib.
6376
6377 2005-06-02  Wim Taymans  <wim@fluendo.com>
6378
6379         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
6380         (query_rates), (query_positions_elems), (query_positions_pads),
6381         (do_seek):
6382         Updated seek example.
6383
6384 2005-06-02  Andy Wingo  <wingo@pobox.com>
6385
6386         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
6387         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
6388         list.
6389
6390         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
6391         remove the typefind, the bin dispose will do it for us. When it's
6392         removed and unreffed, the signal handler will be disconnected,
6393         too.
6394         (unlinked): It's too difficult to disconnect from unlinked
6395         handlers, as they are on pads not elements. Just punt if the pads
6396         aren't grandkids of the bin.
6397
6398 2005-06-02  Wim Taymans  <wim@fluendo.com>
6399
6400         * ext/ogg/README:
6401         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6402         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
6403         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
6404         * ext/theora/theoradec.c: (theora_dec_src_query),
6405         (theora_handle_data_packet):
6406         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6407         (theora_enc_chain):
6408         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6409         (vorbis_handle_data_packet):
6410         * gst/audioconvert/bufferframesconvert.c:
6411         (buffer_frames_convert_chain):
6412         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6413         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6414         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
6415         (gst_ffmpegcsp_chain):
6416         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
6417         (gst_videorate_getcaps), (gst_videorate_setcaps),
6418         (gst_videorate_event), (gst_videorate_chain):
6419         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
6420         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
6421         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6422         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
6423         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6424         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
6425         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
6426         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
6427         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
6428         Cleanups and buffer alloc.
6429
6430 2005-05-31  Wim Taymans  <wim@fluendo.com>
6431
6432         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
6433         Don't try to call the delay method when the device is not
6434         opened.
6435
6436 2005-05-31  Wim Taymans  <wim@fluendo.com>
6437
6438         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
6439         Get actual segment size and buffer size after opening
6440         the device.
6441
6442 2005-05-30  Wim Taymans  <wim@fluendo.com>
6443
6444         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
6445         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
6446         Also FLUSH upstream, makes the loop function exit faster.
6447         
6448         * ext/theora/theoradec.c: (theora_dec_src_query):
6449         Some more debug info in the query.
6450         
6451         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6452         (gst_ximagesink_setcaps):
6453         Release lock on par error, better error reporting.
6454
6455 2005-05-26  Wim Taymans  <wim@fluendo.com>
6456
6457         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6458         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
6459         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
6460         Clear chains in READY
6461         Queue packets until the chain is activated.
6462
6463 2005-05-25  Wim Taymans  <wim@fluendo.com>
6464
6465         * gst-libs/gst/audio/gstaudiosink.c:
6466         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6467         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
6468         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6469         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
6470         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
6471         (gst_audiosink_create_ringbuffer):
6472         * gst-libs/gst/audio/gstbaseaudiosink.c:
6473         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
6474         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
6475         (gst_baseaudiosink_set_property), (build_linear_format),
6476         (debug_spec_caps), (debug_spec_buffer),
6477         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
6478         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
6479         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
6480         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
6481         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
6482         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
6483         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
6484         (gst_ringbuffer_play), (gst_ringbuffer_pause),
6485         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
6486         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
6487         (wait_segment), (gst_ringbuffer_commit),
6488         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
6489         (gst_ringbuffer_clear):
6490         Various small cleanups.
6491
6492         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
6493         (gst_audio_convert_change_state):
6494         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
6495         No need to take the locks anymore.
6496
6497 2005-05-25  Wim Taymans  <wim@fluendo.com>
6498
6499         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6500         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
6501         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
6502         (type_found):
6503         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
6504         (group_destroy), (group_commit), (queue_overrun),
6505         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
6506         (mute_stream), (new_decoded_pad), (setup_substreams),
6507         (setup_source), (mute_group_type), (set_active_source),
6508         (gst_play_base_bin_change_state):
6509         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
6510         (gen_video_element), (gen_text_element), (gen_audio_element),
6511         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
6512         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
6513         (gst_stream_info_dispose), (gst_stream_info_set_mute):
6514         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
6515         Some playbin cleanups mostly refcounting sloppyness.
6516
6517 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6518
6519         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
6520           Work with streaming input.
6521
6522 2005-05-25  Wim Taymans  <wim@fluendo.com>
6523
6524         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6525         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6526         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
6527         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
6528         No need to take the STREAM lock anymore.
6529
6530 2005-05-25  Wim Taymans  <wim@fluendo.com>
6531
6532         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
6533         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
6534         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
6535         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
6536         (gst_ogg_demux_sink_activate):
6537         * ext/theora/theoradec.c: (theora_dec_src_event),
6538         (theora_handle_comment_packet), (theora_dec_chain),
6539         (theora_dec_change_state):
6540         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6541         (vorbis_handle_data_packet), (vorbis_dec_chain),
6542         (vorbis_dec_change_state):
6543         Remove STREAM locks as they are taken in core now.
6544         Never set bogus granulepos on vorbis/theora.
6545         Fix leaks in theoradec tag parsing.
6546
6547 2005-05-25  Wim Taymans  <wim@fluendo.com>
6548
6549         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
6550         Fix memleaks, GST_BUFFER_DATA() is not freed.
6551
6552 2005-05-25  Wim Taymans  <wim@fluendo.com>
6553
6554         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6555         Open non-blocking, set to blocking mode afterwards to avoid
6556         lockups when audio device is busy.
6557
6558 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6559
6560         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
6561           This can't be good.
6562
6563 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6564
6565         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
6566         (gst_audio_convert_chain), (gst_audio_convert_link_src),
6567         (gst_audio_convert_setcaps):
6568           Implement instant setup switching.
6569
6570 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6571
6572         * gst/playback/gstplaybasebin.c: (probe_triggered):
6573           Fix missing unlock.
6574         * gst/playback/gstplaybin.c: (add_sink):
6575           First add, then link (otherwise pad link fails).
6576
6577 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6578
6579         * examples/Makefile.am:
6580         fix buildbot (make distcheck)
6581
6582 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6583
6584         * gst/playback/gstplaybin.c: (gen_vis_element):
6585           Remove some wrong code. Doesn't work yet.
6586
6587 2005-05-19  Wim Taymans  <wim@fluendo.com>
6588
6589         * gst-libs/gst/net/Makefile.am:
6590         * gst-libs/gst/net/README:
6591         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
6592         (gst_netbuffer_class_init), (gst_netbuffer_init),
6593         (gst_netbuffer_finalize), (gst_netbuffer_copy),
6594         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
6595         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
6596         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
6597         * gst-libs/gst/net/gstnetbuffer.h:
6598         Added buffer subclass to store extra to/from addresses for
6599         network sources/sinks.
6600
6601 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6602
6603         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
6604           Don't lock an unassigned variable.
6605
6606 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6607
6608         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
6609           Increase buffer for video, decrease buffer for other media types.
6610         * gst/playback/gstplaybin.c: (gen_video_element),
6611         (gen_audio_element):
6612           Change names for debugging purposes.
6613
6614 2005-05-18  Wim Taymans  <wim@fluendo.com>
6615
6616         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6617         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6618         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
6619         (gst_ffmpegcsp_chain):
6620         Enable buffer alloc passthrough if the source and dest
6621         formats are the same.
6622
6623 2005-05-17  Wim Taymans  <wim@fluendo.com>
6624
6625         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6626         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6627         (gst_ogg_demux_chain_unlocked):
6628         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
6629         (gst_audio_convert_caps_remove_format_info),
6630         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
6631         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
6632         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6633         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6634         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
6635         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
6636         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
6637         (gst_ffmpegcsp_get_property):
6638         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6639         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
6640         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
6641         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
6642         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
6643         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
6644         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
6645         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
6646         Leak fixes in oggdemux.
6647         Some cleanups in audioconvert.
6648         Make passthrough work along with buffer_alloc etc.
6649         Make buffer_alloc and buffer recycling actually work in
6650         xvimagesink.
6651
6652 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6653
6654         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
6655           make the compiler happy
6656
6657 2005-05-17  Wim Taymans  <wim@fluendo.com>
6658
6659         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
6660         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
6661         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
6662         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
6663         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
6664         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
6665         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
6666         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
6667         (gst_xvimagesink_set_xwindow_id):
6668         * sys/xvimage/xvimagesink.h:
6669         Port xvimagesink to new MiniObject.
6670
6671 2005-05-17  Wim Taymans  <wim@fluendo.com>
6672
6673         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
6674         (gst_audiofilter_chain):
6675         * gst-libs/gst/audio/gstaudiosink.c:
6676         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6677         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
6678         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6679         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
6680         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
6681         (gst_audiosink_create_ringbuffer):
6682         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
6683         (gst_audio_convert_caps_remove_format_info),
6684         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
6685         (gst_audio_convert_fixate), (gst_audio_convert_channels):
6686         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6687         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6688         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
6689         Fix passthrough in ffmpegcolorspace.
6690         Fix memset in audiosink on wrong memory.
6691
6692 2005-05-16  David Schleef  <ds@schleef.org>
6693
6694         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
6695         to GstMiniObject.
6696
6697 2005-05-16  David Schleef  <ds@schleef.org>
6698
6699         Port from GstData to GstMiniObject.
6700         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6701         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6702         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
6703         (gst_ogg_mux_collected):
6704         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6705         * ext/theora/theoradec.c: (theora_handle_comment_packet),
6706         (theora_handle_data_packet):
6707         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6708         (theora_set_header_on_caps), (theora_enc_chain):
6709         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6710         (vorbis_handle_comment_packet):
6711         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
6712         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
6713         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
6714         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
6715         * gst/audioconvert/gstaudioconvert.c:
6716         (gst_audio_convert_get_buffer):
6717         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6718         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
6719         (mute_stream), (silence_stream):
6720         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6721         * gst/volume/gstvolume.c: (volume_transform):
6722         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6723         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
6724         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
6725         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
6726         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
6727         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
6728         (gst_ximagesink_buffer_alloc):
6729         * sys/ximage/ximagesink.h:
6730
6731 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6732
6733         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6734         (fill_buffer), (check_queue), (queue_threshold_reached),
6735         (queue_out_of_data):
6736         * gst/playback/gstplaybasebin.h:
6737           Post buffer-fullness on the bus.
6738
6739 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6740
6741         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
6742         (try_to_link_1):
6743         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6744         (group_commit), (probe_triggered), (setup_source),
6745         (gst_play_base_bin_change_state):
6746         * gst/playback/gstplaybasebin.h:
6747         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6748         (gst_play_bin_init), (remove_sinks), (setup_sinks),
6749         (gst_play_bin_change_state):
6750           Move setup_output_pads into a virtual function, remove
6751           group-switch (no longer needed) and redirect (handled by bus
6752           now) signals.
6753
6754 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6755
6756         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
6757         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
6758         (get_active_group), (get_building_group), (group_destroy),
6759         (group_commit), (check_queue), (queue_overrun),
6760         (queue_threshold_reached), (queue_out_of_data),
6761         (gen_preroll_element), (remove_groups), (unknown_type),
6762         (add_element_stream), (no_more_pads), (probe_triggered),
6763         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
6764         (setup_substreams), (setup_source), (finish_source),
6765         (prepare_output), (muted_group_change_state),
6766         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
6767         (gst_play_base_bin_change_state):
6768         * gst/playback/gstplaybasebin.h:
6769         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6770         (gst_play_bin_init), (gst_play_bin_set_property),
6771         (gen_video_element), (gen_text_element), (gen_audio_element),
6772         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
6773         (gst_play_bin_change_state):
6774         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
6775         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
6776         (stream_info_change_state), (gst_stream_info_set_mute),
6777         (gst_stream_info_get_property):
6778         * gst/playback/gststreaminfo.h:
6779         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
6780         (gst_stream_selector_get_linked_pad),
6781         (gst_stream_selector_getcaps),
6782         (gst_stream_selector_get_linked_pads),
6783         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
6784         * gst/playback/gststreamselector.h:
6785           Rough port of playbin. Needs some more work, but is mostly done,
6786           and uses a few locks in important places, which should make stuff
6787           like chain-switches clean. Still uses GST_STATE() in a few places,
6788           which isn't all that good an idea, subtitles/elements disabled
6789           because no elements to test with and thus probably broken, query
6790           and event handling moved to GstBin, internal thread removed
6791           alltogether because the pipeline does that for us now. Can play
6792           Ogg/Vorbis files. Haven't tested anything else yet.
6793
6794 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6795
6796         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
6797           Do no-more-pads (needed for autoplugging).
6798
6799 2005-05-10  Andy Wingo  <wingo@pobox.com>
6800
6801         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
6802         message to the bus with the tags. Still not sent downstream tho.
6803
6804         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
6805         get_parent.
6806         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
6807         avoid refcounting hassles.
6808
6809 2005-05-09  Andy Wingo  <wingo@pobox.com>
6810
6811         * gst/volume/Makefile.am:
6812         * gst/volume/demo.c
6813         * gst/volume/gstvolume.h
6814         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
6815         basetransform. Probably need an audio filter base class.
6816
6817 2005-05-09  Wim Taymans  <wim@fluendo.com>
6818
6819         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
6820         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
6821         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
6822         (gst_vorbisenc_chain):
6823         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
6824         (gst_audio_convert_caps_remove_format_info),
6825         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
6826         (gst_audio_convert_fixate), (gst_audio_convert_channels):
6827         Make caps writable before writing to it.
6828         Fix negotiation in audioconvert some more.
6829
6830 2005-05-09  Wim Taymans  <wim@fluendo.com>
6831
6832         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
6833         (gst_videorate_getcaps), (gst_videorate_setcaps),
6834         (gst_videorate_event), (gst_videorate_chain):
6835         Better negotiation.
6836
6837 2005-05-09  Wim Taymans  <wim@fluendo.com>
6838
6839         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
6840         (gst_videorate_getcaps), (gst_videorate_setcaps),
6841         (gst_videorate_blank_data), (gst_videorate_init),
6842         (gst_videorate_event), (gst_videorate_chain),
6843         (gst_videorate_change_state):
6844         Port videorate, do a better job at negotiation while we're at
6845         it.
6846
6847 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
6848
6849         * configure.ac:
6850           Disable libvisual
6851
6852         * examples/Makefile.am:
6853         * gst-libs/gst/audio/Makefile.am:
6854         * gst-libs/gst/riff/Makefile.am:
6855         * gst-libs/gst/tag/Makefile.am:
6856         * gst-libs/gst/video/Makefile.am:
6857           Fixups for missing variables.
6858
6859 2005-05-09  Wim Taymans  <wim@fluendo.com>
6860
6861         * examples/seeking/seek.c: (make_theora_pipeline),
6862         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
6863         (query_rates), (query_positions_elems), (query_positions_pads),
6864         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
6865         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
6866         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
6867         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
6868         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
6869         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
6870         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
6871         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
6872         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
6873         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
6874         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
6875         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
6876         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
6877         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
6878         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
6879         (theora_dec_src_convert), (theora_dec_sink_convert),
6880         (theora_dec_src_query), (theora_dec_sink_query),
6881         (theora_dec_src_event), (theora_dec_sink_event),
6882         (theora_handle_comment_packet), (theora_handle_type_packet),
6883         (theora_handle_header_packet), (theora_handle_data_packet),
6884         (theora_dec_chain):
6885         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
6886         (vorbis_dec_convert), (vorbis_dec_src_query),
6887         (vorbis_dec_sink_query), (vorbis_dec_src_event),
6888         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
6889         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
6890         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
6891         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
6892         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
6893         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
6894         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6895         (gst_play_bin_query):
6896         * gst/playback/test3.c: (update_scale):
6897         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
6898         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
6899         * gst/subparse/gstsubparse.c: (gst_subparse_init):
6900         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
6901         (gst_videotestsrc_src_query):
6902         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
6903         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
6904         (paint_hline_YUV9):
6905         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
6906         Port to new query API.
6907         Updated seek.
6908         Cleanups in x[v]imagesink
6909
6910 2005-05-09  Andy Wingo  <wingo@pobox.com>
6911
6912         * ext/alsa/gstalsasink.h:
6913         * ext/gnomevfs/gstgnomevfssrc.c:
6914         (gst_gnomevfssrc_get_icy_metadata):
6915         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
6916         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
6917         * ext/theora/theoradec.c (theora_dec_src_query)
6918         (theora_dec_src_event, theora_dec_sink_event)
6919         (theora_handle_comment_packet, theora_handle_data_packet):
6920         * ext/theora/theoraenc.c (theora_enc_chain):
6921         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
6922         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
6923         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
6924         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
6925         (qt_type_find):
6926         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
6927         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
6928         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
6929         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
6930         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
6931         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
6932         (paint_setup_xBGR8888, paint_setup_RGBx8888)
6933         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
6934         (paint_setup_RGB565, paint_setup_xRGB1555):
6935         * gst/videotestsrc/videotestsrc.h:
6936         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
6937         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
6938         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
6939         GCC4 fixes.
6940         
6941         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
6942         gst_pad_query_position. Fixes oggdemux.
6943
6944 2005-05-08  David Schleef  <ds@schleef.org>
6945
6946         * configure.ac: Require liboil.
6947         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
6948         a few more.
6949         * gst/videotestsrc/videotestsrc.c:
6950         * gst/videotestsrc/videotestsrc.h:
6951
6952 2005-05-06  Wim Taymans  <wim@fluendo.com>
6953
6954         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6955         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6956         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
6957         Well, unreffing a buffer right before pushing it is asking
6958         for trouble..
6959
6960 2005-05-06  Christian Schaller  <uraeus@gnome.org>
6961
6962         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
6963
6964 2005-05-06  Wim Taymans  <wim@fluendo.com>
6965
6966         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
6967         (gst_audio_convert_caps_remove_format_info),
6968         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
6969         (gst_audio_convert_fixate), (gst_audio_convert_channels):
6970         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6971         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6972         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
6973         * gst/sine/Makefile.am:
6974         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
6975         (gst_sinesrc_class_init), (gst_sinesrc_init),
6976         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
6977         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
6978         (gst_sinesrc_update_freq):
6979         * gst/sine/gstsinesrc.h:
6980         * gst/tcp/gstmultifdsink.c:
6981         * sys/xvimage/xvimagesink.c:
6982         Fixed negotiation wrt _peer_get_caps()
6983         Some cleanups.
6984
6985
6986 2005-05-06  Wim Taymans  <wim@fluendo.com>
6987
6988         * gst-libs/gst/audio/gstaudiosink.c:
6989         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6990         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
6991         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6992         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
6993         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
6994         (gst_audiosink_create_ringbuffer):
6995         * gst-libs/gst/audio/gstbaseaudiosink.c:
6996         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
6997         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
6998         (gst_baseaudiosink_set_property), (build_linear_format),
6999         (debug_spec_caps), (debug_spec_buffer),
7000         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7001         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7002         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7003         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7004         * gst-libs/gst/audio/gstbaseaudiosink.h:
7005         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7006         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7007         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
7008         (gst_ringbuffer_play), (gst_ringbuffer_pause),
7009         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
7010         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
7011         (wait_segment), (gst_ringbuffer_commit),
7012         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
7013         (gst_ringbuffer_clear):
7014         * gst-libs/gst/audio/gstringbuffer.h:
7015         Make the base audiosink return an error when there is no
7016         audiobuffer negotiated.
7017
7018 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7019
7020         * ext/Makefile.am:
7021         Disable cdparanoia until someone ports it!
7022
7023 2005-05-06  Wim Taymans  <wim@fluendo.com>
7024
7025         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7026         (gst_ogg_demux_sink_activate):
7027         And revert after wingo's revert.. sigh..
7028
7029 2005-05-05  Andy Wingo  <wingo@pobox.com>
7030
7031         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
7032         GObject.
7033         * configure.ac: Return audiorate and subparse from the ghetto.
7034         Re-enable -Wall -Werror.
7035         * gst/subparse/gstsubparse.c:
7036         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
7037         or chain-based. Cleaned up a bit. Not tested.
7038         
7039 2005-05-05  Christian Schaller <christian@fluendo.com> 
7040
7041         * Makefile.am: remove stuff that is not building
7042         * configure.ac: remove stuff that is not building
7043         * examples/Makefile.am: remove stuff that is not building
7044         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
7045         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
7046         * sys/Makefile.am: remove stuff that is not building
7047         * testsuite/Makefile.am: remove stuff that is not building
7048
7049 2005-05-05  Andy Wingo  <wingo@pobox.com>
7050
7051         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
7052         * gst-libs/gst/tag/gstvorbistag.c:
7053         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
7054         * gst/adder/gstadder.h:
7055         * gst/audioconvert/gstchannelmix.c:
7056         (gst_audio_convert_fill_one_other):
7057         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
7058         (gst_audiorate_init), (gst_audiorate_chain):
7059         * gst/playback/gstplaybasebin.c: (setup_source):
7060         * gst/playback/test3.c: (update_scale):
7061         Some GCC4 fixes
7062         
7063         * po/af.po:
7064         * po/az.po:
7065         * po/cs.po:
7066         * po/en_GB.po:
7067         * po/hu.po:
7068         * po/it.po:
7069         * po/nb.po:
7070         * po/nl.po:
7071         * po/or.po:
7072         * po/sq.po:
7073         * po/sr.po:
7074         * po/sv.po:
7075         * po/uk.po:
7076         * po/vi.po: Foo
7077
7078 2005-05-05  Wim Taymans  <wim@fluendo.com>
7079
7080         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7081         (gst_audio_convert_caps_remove_format_info),
7082         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
7083         (gst_audio_convert_change_state), (gst_audio_convert_channels):
7084         * gst/videotestsrc/gstvideotestsrc.c:
7085         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
7086         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
7087         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
7088         (gst_videotestsrc_init), (gst_videotestsrc_loop):
7089         Don't ignore _push() return values.
7090         Make sure no processing is done when shutting down.
7091         Videotestsrc pad activation fix.
7092
7093 2005-05-05  Wim Taymans  <wim@fluendo.com>
7094
7095         * gst/adder/Makefile.am:
7096         * gst/adder/gstadder.c: (gst_adder_setcaps),
7097         (gst_adder_class_init), (gst_adder_init),
7098         (gst_adder_request_new_pad), (gst_adder_collected),
7099         (gst_adder_change_state):
7100         * gst/adder/gstadder.h:
7101         Ported adder as an example of a mixer element using
7102         collect pads. Needs more negotiation work.
7103
7104 2005-05-05  Wim Taymans  <wim@fluendo.com>
7105
7106         * ext/theora/theoradec.c: (_inc_granulepos),
7107         (theora_dec_src_event), (theora_dec_sink_event),
7108         (theora_handle_comment_packet), (theora_handle_type_packet),
7109         (theora_handle_header_packet), (theora_handle_data_packet),
7110         (theora_dec_chain):
7111         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7112         (gst_theora_enc_init), (theora_enc_sink_setcaps),
7113         (theora_push_buffer), (theora_push_packet),
7114         (theora_enc_sink_event), (theora_enc_chain),
7115         (theora_enc_change_state), (theora_enc_set_property),
7116         (theora_enc_get_property):
7117         Added stream lock to decoder so that we can serialize
7118         the discont event.
7119         More theoraenc porting, recover from errors, do clean
7120         shutdown.
7121
7122 2005-05-05  Wim Taymans  <wim@fluendo.com>
7123
7124         * ext/ogg/Makefile.am:
7125         * ext/ogg/README:
7126         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7127         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
7128         (gst_ogg_print):
7129         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
7130         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
7131         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
7132         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
7133         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
7134         (gst_ogg_mux_change_state):
7135         Ported ogg muxer.
7136
7137 2005-05-05  Wim Taymans  <wim@fluendo.com>
7138
7139         * docs/design-audiosinks.txt:
7140         * gst-libs/gst/audio/TODO:
7141         * gst-libs/gst/audio/gstaudiosink.c:
7142         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7143         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7144         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7145         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7146         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7147         (gst_audiosink_create_ringbuffer):
7148         * gst-libs/gst/audio/gstbaseaudiosink.c:
7149         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7150         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7151         (gst_baseaudiosink_set_property), (build_linear_format),
7152         (debug_spec_caps), (debug_spec_buffer),
7153         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7154         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7155         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7156         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7157         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7158         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7159         (gst_ringbuffer_release), (gst_ringbuffer_play),
7160         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7161         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
7162         (gst_ringbuffer_set_sample), (wait_segment),
7163         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
7164         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
7165         More work on the audiosink, mostly debugging and a race in
7166         shutdown.
7167
7168 2005-04-28  Wim Taymans  <wim@fluendo.com>
7169
7170         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7171         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
7172         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
7173         (vorbis_dec_src_query), (vorbis_dec_src_event),
7174         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7175         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
7176         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
7177         Don't crap out when seeking back to position 0.
7178
7179 2005-04-28  Wim Taymans  <wim@fluendo.com>
7180
7181         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
7182         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
7183         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
7184         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
7185         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
7186         Make audio sink configurable, use alsasink as default.
7187
7188 2005-04-28  Wim Taymans  <wim@fluendo.com>
7189
7190         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7191         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7192         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
7193         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
7194         (vorbis_dec_change_state):
7195         * ext/vorbis/vorbisdec.h:
7196         Refactor, use STREAM_LOCK.
7197
7198 2005-04-28  Wim Taymans  <wim@fluendo.com>
7199
7200         * ext/theora/theoradec.c: (_inc_granulepos),
7201         (theora_dec_sink_event), (theora_handle_comment_packet),
7202         (theora_handle_type_packet), (theora_handle_header_packet),
7203         (theora_handle_data_packet), (theora_dec_chain),
7204         (theora_dec_change_state):
7205         Refactor a bit, use STREAM_LOCK.
7206
7207 2005-04-28  Wim Taymans  <wim@fluendo.com>
7208
7209         * ext/alsa/Makefile.am:
7210         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
7211         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
7212         (gst_alsa_link), (gst_alsa_close_audio):
7213         * ext/alsa/gstalsaplugin.c: (plugin_init):
7214         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
7215         (gst_alsasink_dispose), (gst_alsasink_base_init),
7216         (gst_alsasink_class_init), (gst_alsasink_init),
7217         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
7218         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
7219         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
7220         (gst_alsasink_reset):
7221         * ext/alsa/gstalsasink.h:
7222         Implement alsasink with simple open/write/close API. 
7223         Make alsa dir build by disabling compilation of code.
7224
7225 2005-04-28  Wim Taymans  <wim@fluendo.com>
7226
7227         * gst-libs/gst/audio/Makefile.am:
7228         * gst-libs/gst/audio/audio.h:
7229         * gst-libs/gst/audio/audioclock.c:
7230         * gst-libs/gst/audio/audioclock.h:
7231         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
7232         (gst_audio_clock_class_init), (gst_audio_clock_init),
7233         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
7234         * gst-libs/gst/audio/gstaudioclock.h:
7235         * gst-libs/gst/audio/gstaudiosink.c:
7236         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7237         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7238         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7239         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7240         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7241         (gst_audiosink_create_ringbuffer):
7242         * gst-libs/gst/audio/gstbaseaudiosink.c:
7243         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7244         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7245         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
7246         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
7247         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7248         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7249         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7250         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7251         * gst-libs/gst/audio/gstbaseaudiosink.h:
7252         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7253         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
7254         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7255         (gst_ringbuffer_release), (gst_ringbuffer_play),
7256         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7257         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
7258         (gst_ringbuffer_set_sample), (wait_segment),
7259         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
7260         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
7261         * gst-libs/gst/audio/gstringbuffer.h:
7262         Make ringbuffer faster and more simple by removing the locks
7263         in the playback thread.
7264         Add sample accurate playback based on buffer sample offsets.
7265         Make the baseaudiosink provide a clock.
7266         Parse caps in the base class.
7267         Correctly handle seeking, flushing and state changes.
7268
7269 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7270
7271         * configure.ac:
7272         * gst/audioconvert/Makefile.am:
7273         * gst/audioscale/Makefile.am:
7274           Fix part of the build.  Come on guys, autogen didn't even work :)
7275
7276 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7277
7278         * configure.ac:
7279         * gst-libs/gst/Makefile.am:
7280         * gst-libs/gst/media-info/.cvsignore:
7281         * gst-libs/gst/media-info/Makefile.am:
7282         * gst-libs/gst/media-info/README:
7283         * gst-libs/gst/media-info/media-info-priv.c:
7284         * gst-libs/gst/media-info/media-info-priv.h:
7285         * gst-libs/gst/media-info/media-info-test.c:
7286         * gst-libs/gst/media-info/media-info.c:
7287         * gst-libs/gst/media-info/media-info.h:
7288         * gst-libs/gst/media-info/media-info.vcproj:
7289         * pkgconfig/Makefile.am:
7290         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
7291         * pkgconfig/gstreamer-media-info.pc.in:
7292           Remove media-info, which is also successed by playbin (see Totem
7293           implementation).
7294
7295 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7296
7297         * configure.ac:
7298         * examples/Makefile.am:
7299         * examples/gstplay/.cvsignore:
7300         * examples/gstplay/Makefile.am:
7301         * examples/gstplay/player.c:
7302         * gst-libs/gst/Makefile.am:
7303         * gst-libs/gst/play/.cvsignore:
7304         * gst-libs/gst/play/Makefile.am:
7305         * gst-libs/gst/play/play.c:
7306         * gst-libs/gst/play/play.h:
7307         * gst-libs/gst/play/play.vcproj:
7308         * pkgconfig/Makefile.am:
7309         * pkgconfig/gstreamer-play-uninstalled.pc.in:
7310         * pkgconfig/gstreamer-play.pc.in:
7311           Remove libgstplay, playbin is now the official successor.
7312
7313 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7314
7315         * configure.ac:
7316         * gst-libs/gst/Makefile.am:
7317         * gst-libs/gst/xwindowlistener/Makefile.am:
7318         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
7319         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
7320           Remove deprecated xwindowlistener (I've moved xwindowlistening
7321           in the v4l/v4l2 plugins over to serverside).
7322
7323 2005-04-25  David Schleef  <ds@schleef.org>
7324
7325         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
7326         to examples/dynparams.  Examples do not belong interspersed with
7327         source code.
7328         * examples/dynparams/demo-dparams.c:
7329         * gst/sine/Makefile.am:
7330         * gst/sine/demo-dparams.c:
7331
7332 2005-04-25  David Schleef  <ds@schleef.org>
7333
7334         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
7335         * gst-libs/gst/audio/Makefile.am:
7336         * gst-libs/gst/riff/Makefile.am:
7337         * gst-libs/gst/tag/Makefile.am:
7338         * gst-libs/gst/video/Makefile.am:
7339         * gst-libs/gst/xwindowlistener/Makefile.am:
7340
7341         Convert to 0.9 API, seems to work:
7342         * sys/ximage/Makefile.am:
7343         * sys/ximage/ximagesink.c:
7344
7345 2005-04-24  David Schleef  <ds@schleef.org>
7346
7347         Link plugins against libraries:
7348         * ext/alsa/Makefile.am:
7349         * gst/tcp/Makefile.am:
7350
7351         Remove asm code that should be in liboil
7352         * gst/videoscale/Makefile.am:
7353         * gst/videoscale/videoscale_x86_asm.s:
7354
7355         gettext wants these checked in:
7356         * po/af.po:
7357         * po/az.po:
7358         * po/cs.po:
7359         * po/en_GB.po:
7360         * po/hu.po:
7361         * po/it.po:
7362         * po/nb.po:
7363         * po/nl.po:
7364         * po/or.po:
7365         * po/sq.po:
7366         * po/sr.po:
7367         * po/sv.po:
7368         * po/uk.po:
7369         * po/vi.po:
7370
7371 2005-04-24  David Schleef  <ds@schleef.org>
7372
7373         Convert gst_main() to g_main_loop_run()
7374         * gst/playback/decodetest.c: (main):
7375         * gst/playback/test2.c: (main):
7376         * gst/playback/test3.c: (main):
7377         * gst/playback/test4.c: (main):
7378
7379         Link plugins against libraries:
7380         * ext/libvisual/Makefile.am:
7381         * sys/xvimage/Makefile.am:
7382
7383 2005-04-24  David Schleef  <ds@schleef.org>
7384
7385         * configure.ac: Remove idct and resample libs
7386         * gst-libs/gst/Makefile.am: same
7387
7388         Remove usage of gst_library_load():
7389         * ext/alsa/gstalsaplugin.c: (plugin_init):
7390         * ext/libvisual/visual.c: (plugin_init):
7391         * ext/ogg/gstogg.c: (plugin_init):
7392         * ext/theora/theora.c: (plugin_init):
7393         * ext/vorbis/vorbis.c: (plugin_init):
7394         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
7395         * gst/audioscale/gstaudioscale.c:
7396         * gst/adder/gstadder.c: (plugin_init):
7397         * gst/audioconvert/plugin.c: (plugin_init):
7398         * sys/ximage/ximagesink.c: (plugin_init):
7399         * sys/xvimage/xvimagesink.c: (plugin_init):
7400         * gst/tcp/gsttcpplugin.c: (plugin_init):
7401
7402         Link plugins against libraries:
7403         * ext/ogg/Makefile.am:
7404         * ext/theora/Makefile.am:
7405         * ext/vorbis/Makefile.am:
7406         * gst/audioconvert/Makefile.am:
7407
7408         Create proper libraries:
7409         * gst-libs/gst/riff/Makefile.am:
7410         * gst-libs/gst/audio/Makefile.am:
7411         * gst-libs/gst/video/Makefile.am:
7412
7413         Move resample library to audioscale plugin directory:
7414         * gst-libs/gst/resample/Makefile.am:
7415         * gst-libs/gst/resample/README:
7416         * gst-libs/gst/resample/dtof.c:
7417         * gst-libs/gst/resample/dtos.c:
7418         * gst-libs/gst/resample/functable.c:
7419         * gst-libs/gst/resample/private.h:
7420         * gst-libs/gst/resample/resample.c:
7421         * gst-libs/gst/resample/resample.h:
7422         * gst-libs/gst/resample/resample.vcproj:
7423         * gst-libs/gst/resample/test.c:
7424         * gst/audioscale/Makefile.am:
7425         * gst/audioscale/README:
7426         * gst/audioscale/dtof.c:
7427         * gst/audioscale/dtos.c:
7428         * gst/audioscale/functable.c:
7429         * gst/audioscale/private.h:
7430         * gst/audioscale/resample.c:
7431         * gst/audioscale/resample.h:
7432         * gst/audioscale/test.c:
7433
7434         Move tagedit library to gst-libs:
7435         * gst-libs/gst/tag/Makefile.am:
7436         * gst-libs/gst/tag/gstid3tag.c:
7437         * gst-libs/gst/tag/gsttagediting.c:
7438         * gst-libs/gst/tag/gsttageditingprivate.h:
7439         * gst-libs/gst/tag/gstvorbistag.c:
7440         * gst/tags/Makefile.am:
7441         * gst/tags/gstid3tag.c:
7442         * gst/tags/gstvorbistag.c:
7443
7444         Fix for core changes:
7445         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7446         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
7447         (gst_sinesrc_getrange):
7448
7449 2005-04-23  David Schleef  <ds@schleef.org>
7450
7451         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
7452         in gst-plugins in a long time, and properly belongs in liboil.
7453         * gst-libs/gst/idct/Makefile.am:
7454         * gst-libs/gst/idct/README:
7455         * gst-libs/gst/idct/dct.h:
7456         * gst-libs/gst/idct/doieee:
7457         * gst-libs/gst/idct/fastintidct.c:
7458         * gst-libs/gst/idct/floatidct.c:
7459         * gst-libs/gst/idct/idct.c:
7460         * gst-libs/gst/idct/idct.h:
7461         * gst-libs/gst/idct/idtc.vcproj:
7462         * gst-libs/gst/idct/ieeetest.c:
7463         * gst-libs/gst/idct/intidct.c:
7464
7465 2005-04-20  Wim Taymans  <wim@fluendo.com>
7466
7467         * docs/design-audiosinks.txt:
7468         * gst-libs/gst/audio/Makefile.am:
7469         * gst-libs/gst/audio/TODO:
7470         * gst-libs/gst/audio/gstaudiosink.c:
7471         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7472         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7473         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
7474         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7475         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7476         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
7477         (gst_audiosink_class_init), (gst_audiosink_init),
7478         (gst_audiosink_create_ringbuffer):
7479         * gst-libs/gst/audio/gstaudiosink.h:
7480         * gst-libs/gst/audio/gstbaseaudiosink.c:
7481         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
7482         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
7483         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
7484         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
7485         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
7486         (gst_baseaudiosink_create_ringbuffer),
7487         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7488         * gst-libs/gst/audio/gstbaseaudiosink.h:
7489         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7490         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
7491         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
7492         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7493         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
7494         (gst_ringbuffer_play), (gst_ringbuffer_pause),
7495         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
7496         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
7497         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
7498         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
7499         * gst-libs/gst/audio/gstringbuffer.h:
7500         An attempt at a set of audio base classes together with some
7501         design docs.
7502
7503 2005-04-20  Wim Taymans  <wim@fluendo.com>
7504
7505         * gst/audioconvert/Makefile.am:
7506         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7507         (gst_audio_convert_caps_remove_format_info),
7508         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
7509         (gst_audio_convert_channels):
7510         Link against audio libs.
7511         Fix audio convert plugin.
7512
7513 2005-04-20  Wim Taymans  <wim@fluendo.com>
7514
7515         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
7516         (gst_ogg_demux_sink_activate):
7517         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
7518         (theora_set_header_on_caps), (theora_enc_sink_event),
7519         (theora_enc_chain):
7520         Fix theora encoder.
7521
7522 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7523
7524         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
7525         * gst/playback/gstdecodebin.c: (find_compatibles):
7526           Work with staticpadtemplates in elementfactories.
7527
7528 2005-04-12  Wim Taymans  <wim@fluendo.com>
7529
7530         * gst/playback/README:
7531         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7532         (compare_ranks), (print_feature), (gst_decode_bin_init),
7533         (dynamic_create), (dynamic_free), (find_compatibles),
7534         (mimetype_is_raw), (close_pad_link), (got_redirect),
7535         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
7536         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
7537         (gst_decode_bin_change_state):
7538         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7539         (gst_play_base_bin_init), (group_destroy), (group_commit),
7540         (check_queue), (queue_overrun), (queue_threshold_reached),
7541         (queue_out_of_data), (gen_preroll_element), (unknown_type),
7542         (new_decoded_pad), (setup_subtitle), (gen_source_element),
7543         (got_redirect), (setup_source), (play_base_eos),
7544         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
7545         (gst_play_base_bin_remove_element):
7546         * gst/playback/gstplaybasebin.h:
7547         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7548         (gst_play_bin_init), (gst_play_bin_dispose),
7549         (gst_play_bin_set_property), (gen_video_element),
7550         (gen_text_element), (gen_audio_element), (remove_sinks),
7551         (gst_play_bin_send_event):
7552         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
7553         (stream_info_change_state), (gst_stream_info_set_mute):
7554         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
7555         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
7556         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
7557         (gst_stream_selector_chain):
7558         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
7559         (main):
7560         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
7561         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
7562         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
7563         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
7564         Raw and crude port of decodebin. 
7565         Make playbin compile.
7566
7567 2005-04-06  Wim Taymans  <wim@fluendo.com>
7568
7569         * ext/gnomevfs/Makefile.am:
7570         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
7571         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
7572         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
7573         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
7574         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
7575         (gst_gnomevfssrc_stop):
7576         * ext/ogg/Makefile.am:
7577         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
7578         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
7579         * ext/theora/Makefile.am:
7580         * ext/theora/theoradec.c: (_inc_granulepos),
7581         (theora_dec_sink_event), (theora_dec_chain):
7582         * ext/vorbis/Makefile.am:
7583         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7584         (vorbis_dec_sink_event), (vorbis_dec_chain):
7585         * gst-libs/gst/audio/Makefile.am:
7586         * sys/xvimage/Makefile.am:
7587         Make gnomevfssrc extend the source base class.
7588         Fix linking against libs in various plugins.
7589
7590 2005-04-06  Andy Wingo  <wingo@pobox.com>
7591
7592         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
7593         GST_BASE_LIBS.
7594
7595         * configure.ac: Add check and AC_SUBST for libgstbase.
7596
7597 2005-03-31  Wim Taymans  <wim@fluendo.com>
7598
7599         * examples/seeking/Makefile.am:
7600         * examples/seeking/cdparanoia.c: (main):
7601         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
7602         (play_cb), (pause_cb), (stop_cb), (main):
7603         * examples/seeking/playbin.c:
7604         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
7605         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
7606         (make_sid_pipeline), (make_vorbis_pipeline),
7607         (make_theora_pipeline), (make_vorbis_theora_pipeline),
7608         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
7609         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
7610         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
7611         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
7612         (stop_cb), (main):
7613         * examples/seeking/spider_seek.c:
7614         * examples/seeking/vorbisfile.c:
7615         * ext/gnomevfs/Makefile.am:
7616         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7617         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
7618         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
7619         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
7620         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
7621         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
7622         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
7623         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
7624         * ext/ogg/README:
7625         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
7626         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
7627         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
7628         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
7629         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
7630         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
7631         (gst_ogg_pad_event), (gst_ogg_pad_reset),
7632         (gst_ogg_demux_factory_filter), (compare_ranks),
7633         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
7634         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
7635         (gst_ogg_chain_new), (gst_ogg_chain_free),
7636         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
7637         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
7638         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
7639         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
7640         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
7641         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
7642         (gst_ogg_demux_get_prev_page),
7643         (gst_ogg_demux_deactivate_current_chain),
7644         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
7645         (gst_ogg_demux_bisect_forward_serialno),
7646         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
7647         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
7648         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
7649         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
7650         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
7651         (gst_ogg_demux_change_state), (gst_ogg_print):
7652         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
7653         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
7654         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
7655         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
7656         (gst_ogg_mux_loop):
7657         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7658         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
7659         (theora_dec_src_convert), (theora_dec_sink_convert),
7660         (theora_dec_src_query), (theora_dec_src_event),
7661         (theora_dec_sink_event), (theora_dec_chain),
7662         (theora_dec_change_state):
7663         * ext/theora/theoraenc.c: (gst_theora_enc_init),
7664         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
7665         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
7666         (theora_enc_change_state):
7667         * ext/vorbis/Makefile.am:
7668         * ext/vorbis/oggvorbisenc.c:
7669         * ext/vorbis/oggvorbisenc.h:
7670         * ext/vorbis/vorbis.c: (plugin_init):
7671         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7672         (vorbis_dec_src_query), (vorbis_dec_src_event),
7673         (vorbis_dec_sink_event), (vorbis_dec_chain),
7674         (vorbis_dec_change_state):
7675         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
7676         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
7677         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
7678         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
7679         (gst_vorbisenc_change_state):
7680         * ext/vorbis/vorbisenc.h:
7681         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
7682         * gst-libs/gst/audio/audioclock.c:
7683         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
7684         (gst_audiofilter_init), (gst_audiofilter_chain):
7685         * gst-libs/gst/audio/testchannels.c: (main):
7686         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
7687         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
7688         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
7689         (gmip_find_track_streaminfo), (gmip_find_track_format):
7690         * gst-libs/gst/media-info/media-info.c:
7691         (gst_media_info_read_idler):
7692         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
7693         (gst_play_get_all_by_interface):
7694         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
7695         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
7696         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
7697         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
7698         (gst_riff_parse_info):
7699         * gst-libs/gst/riff/riff-read.h:
7700         * gst-libs/gst/riff/riff.c: (plugin_init):
7701         * gst-libs/gst/video/Makefile.am:
7702         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
7703         (gst_videosink_class_init), (gst_videosink_get_type):
7704         * gst-libs/gst/video/videosink.h:
7705         * gst/audioconvert/bufferframesconvert.c:
7706         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
7707         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
7708         * gst/audioconvert/channelmixtest.c: (main):
7709         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
7710         (gst_audio_convert_chain),
7711         (gst_audio_convert_caps_remove_format_info),
7712         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
7713         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
7714         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
7715         (gst_audio_convert_buffer_to_default_format),
7716         (gst_audio_convert_buffer_from_default_format),
7717         (gst_audio_convert_channels):
7718         * gst/audioconvert/gstchannelmix.h:
7719         * gst/ffmpegcolorspace/avcodec.h:
7720         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7721         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
7722         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
7723         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
7724         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
7725         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
7726         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
7727         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
7728         (mpeg_video_type_find), (mpeg_video_stream_type_find),
7729         (dv_type_find):
7730         * gst/videotestsrc/gstvideotestsrc.c:
7731         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
7732         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
7733         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
7734         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
7735         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
7736         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
7737         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
7738         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7739         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
7740         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
7741         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
7742         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
7743         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
7744         (gst_xvimagesink_navigation_send_event),
7745         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
7746         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
7747         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7748         * sys/xvimage/xvimagesink.h:
7749         Plugin port to 0.9, ogg/theora playback should work in the seek
7750         example now.
7751         Removed old examples.
7752         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
7753         explained in 0.9 TODO doc.
7754
7755
7756 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7757
7758         * autogen.sh:
7759         * configure.ac:
7760         * ext/Makefile.am:
7761         * gst/Makefile.am:
7762         * po/POTFILES.in:
7763         * po/af.po:
7764         * po/az.po:
7765         * po/cs.po:
7766         * po/en_GB.po:
7767         * po/hu.po:
7768         * po/it.po:
7769         * po/nb.po:
7770         * po/nl.po:
7771         * po/or.po:
7772         * po/sq.po:
7773         * po/sr.po:
7774         * po/sv.po:
7775         * po/uk.po:
7776         * po/vi.po:
7777         * sys/Makefile.am:
7778         * testsuite/Makefile.am:
7779           remove a whole bunch of plugins.  This module now contains a set
7780           of free reference plugins/elements as agreed.
7781
7782 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7783
7784         * configure.ac:
7785           hunting season on 0.9 is now OPEN
7786
7787 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7788
7789         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
7790           Kick the hell out of gcc for not warning me about a symbol conflict.
7791
7792 2005-02-22  Luca Ognibene  <luogni@tin.it>
7793
7794         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
7795
7796         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
7797           Don't leak caps string (fixes #168134)
7798
7799         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
7800         (gst_jpegenc_init), (gst_jpegenc_finalize),
7801         (gst_jpegenc_change_state):
7802           Don't leak line buffers and context struct (fixes #168133).
7803
7804 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
7805
7806         * configure.ac:
7807         * ext/dirac/gstdiracdec.cc:
7808         (gst_diracdec_chain):
7809           Since dirac 0.5.0 the framerate in dirac is expressed as a
7810           rational number. Fix build and up requirement to 0.5.0, and
7811           also pass parameters to gst_diracdec_link in the right order
7812           (fixes #167959).
7813
7814 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
7815
7816         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
7817         * ext/faad/gstfaad.h:
7818         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
7819         certain invalid muxed streams, where some packets will contain 
7820         junk after decoder data. Partially fixes #149158.
7821
7822 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
7823         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
7824           Make sure we only write to writable buffers
7825
7826 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
7827
7828         * gst-libs/gst/riff/riff-media.c:
7829         (gst_riff_create_audio_caps_with_data):
7830           Do actually fix invalid RIFF fmt header values for alaw
7831           and mulaw audio instead of just saying so.
7832
7833         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
7834           Give gst_riff_create_audio_caps_with_data() a chance to
7835           fix up broken format header fields before extracting any
7836           parameters from the header. (fixes #167633)
7837
7838 2005-02-19  Martin Holters  <martin.holters@gmx.de>
7839
7840         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
7841
7842         * gst/audioconvert/bufferframesconvert.c:
7843         (buffer_frames_convert_link):
7844           Don't leak othercaps. (fixes #167878)
7845
7846 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
7847
7848         * configure.ac:
7849         * ext/libvisual/visual.c: (gst_visual_srclink),
7850         (gst_visual_change_state):
7851           Support libvisual 0.2.0.
7852
7853 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
7854
7855         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
7856         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
7857           Use same rowstrides for I420 as used everywhere else.
7858
7859 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
7860
7861         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
7862           Declare variables at beginning of block and make gcc-2.95 happy
7863           (fixes # 167482, patch by Gergely Nagy).
7864           
7865         * gst/tcp/gsttcpclientsrc.c:
7866         * gst/tcp/gsttcpclientsrc.h:
7867           Move some includes into the header, so that struct sockaddr_in is
7868           defined when it should be defined on FreeBSD as well (fixes
7869           #167483).
7870           
7871         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
7872           Don't pass uninitialised values to setsockopt() here either.
7873
7874 2005-02-17  Luca Ognibene  <luogni at tin dot it>
7875
7876         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
7877
7878         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
7879           Don't pass uninitialised values to setsockopt(). (fixes #167704)
7880
7881 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7882
7883         * gst/playback/gstplaybin.c: (add_sink):
7884           Invert bin_add/link order to workaround deadlock in opt.
7885
7886 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7887
7888         * gst/modplug/gstmodplug.cc:
7889           Add missing break causing position queries to fail.
7890
7891 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7892
7893         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
7894           Granpos can apparently be -1, which screws up calculations...
7895
7896 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
7897
7898         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
7899         (gst_ximagesink_send_pending_navigation),
7900         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
7901         (gst_ximagesink_init):
7902         * sys/ximage/ximagesink.h:
7903         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
7904         (gst_xvimagesink_send_pending_navigation),
7905         (gst_xvimagesink_navigation_send_event),
7906         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
7907         * sys/xvimage/xvimagesink.h:
7908           Use a mutex protected list to marshal navigation
7909           events into the stream thread from whichever thread
7910           sends them.
7911
7912 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
7913
7914         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
7915           Display current position and track length; misc. clean-ups.
7916           
7917         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
7918         (speed_init), (speed_chain):
7919           Add query function, so that the stream length and current position
7920           get adjusted when queried (note that current position queries may
7921           still be wrong if the audio sink returns values based on buffer
7922           timestamps instead of passing on the query).
7923
7924 2005-02-13  Benjamin Otte  <otte@gnome.org>
7925
7926         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
7927         (gst_audio_convert_channels):
7928           create channel conversion matrix when linking
7929         * gst/audioconvert/.cvsignore:
7930         * gst/audioconvert/Makefile.am:
7931         * gst/audioconvert/channelmixtest.c: (main):
7932           add (ugly) test that ensures stereo <=> mono conversion works
7933           correctly
7934
7935 2005-02-13  Benjamin Otte  <otte@gnome.org>
7936
7937         * gst/audioconvert/gstchannelmix.h:
7938           include missing header file
7939         * gst/audioconvert/gstchannelmix.c:
7940         (gst_audio_convert_fill_compatible):
7941           use same sign for both channels when converting to/from compatible
7942           channel. Previously used different signs made the signals cancel
7943           each other out and appear like silence. (fixes #167269)
7944
7945 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
7946
7947         * gst/ffmpegcolorspace/avcodec.h:
7948         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7949         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7950         (gst_ffmpegcsp_avpicture_fill):
7951         * gst/ffmpegcolorspace/imgconvert.c:
7952           Convert to and from YV12 (fixes #156379).
7953
7954 2005-02-12  Julien MOUTTE  <julien@moutte.net>
7955
7956         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
7957         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
7958         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
7959         (gst_ximagesink_expose), (gst_ximagesink_set_property),
7960         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
7961         methods from chain and negotiation and vice versa (Fixes #166142).
7962         * sys/ximage/ximagesink.h: Add stream_lock.
7963         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
7964         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
7965         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
7966         (gst_xvimagesink_expose): Check for xcontext before trying to link.
7967
7968 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
7969
7970         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
7971           Don't send "Hey! You gave me a NULL pointer you naughty person" as
7972           error message when we can't open the DVD device (when dvdnav_open()
7973           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
7974           the above). Send something more useful instead (fixes #167117).
7975
7976 2005-02-11  Julien MOUTTE  <julien@moutte.net>
7977
7978         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7979         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
7980         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
7981         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
7982         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
7983         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
7984         methods from chain and negotiation and vice versa (Fixes #166142).
7985         Fix a possible bug of images in the buffer pool being discarded because
7986         we are looking at the wrong geometry.
7987         * sys/xvimage/xvimagesink.h: Add stream_lock.
7988
7989 2005-02-11  David Schleef  <ds@schleef.org>
7990
7991         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
7992         unsigned int. (fixes #167128)
7993
7994 2005-02-11  David Schleef  <ds@schleef.org>
7995
7996         * gst/librfb/Makefile.am: Testing stuff before committing is
7997           for wimps... and people with fast machines.  Fix stupid
7998           mistake.
7999
8000 2005-02-11  David Schleef  <ds@schleef.org>
8001
8002         * configure.ac: Pull in librfb from my CVS tree, because it is
8003           too small and annoying to be separate.  Move rfbsrc plugin
8004           to gst/.
8005         * ext/Makefile.am:
8006         * ext/librfb/Makefile.am:
8007         * ext/librfb/gstrfbsrc.c:
8008         * gst/librfb/Makefile.am:
8009         * gst/librfb/gstrfbsrc.c:
8010         * gst/librfb/rfb.c:
8011         * gst/librfb/rfb.h:
8012         * gst/librfb/rfbbuffer.c:
8013         * gst/librfb/rfbbuffer.h:
8014         * gst/librfb/rfbbytestream.c:
8015         * gst/librfb/rfbbytestream.h:
8016         * gst/librfb/rfbcontext.h:
8017         * gst/librfb/rfbdecoder.c:
8018         * gst/librfb/rfbdecoder.h:
8019         * gst/librfb/rfbutil.h:
8020
8021 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
8022
8023         * gst/speed/Makefile.am:
8024         * gst/speed/demo-mp3.c: (main):
8025         * gst/speed/filter.func:
8026         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
8027         (speed_class_init), (speed_init), (speed_chain_int16),
8028         (speed_chain_float32), (speed_chain), (speed_set_property),
8029         (speed_get_property), (speed_change_state):
8030         * gst/speed/gstspeed.h:
8031           Fix speed element and make it chain-based (fixes #156467),
8032           and make it handle more than one channel.
8033
8034 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
8035
8036         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
8037         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
8038         (gst_dtsdec_chain), (gst_dtsdec_change_state):
8039         * ext/dts/gstdtsdec.h:
8040           Don't clobber the stack constructing the channels array.
8041           Make the element chain-based. DTS tracks can now be played.
8042           
8043 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
8044
8045         * gst-libs/gst/audio/multichannel.h:
8046         * gst-libs/gst/gconf/gconf.h:
8047         * gst-libs/gst/idct/idct.h:
8048         * gst-libs/gst/media-info/media-info-priv.h:
8049         * gst-libs/gst/play/play.h:
8050         * gst-libs/gst/resample/private.h:
8051         * gst-libs/gst/resample/resample.h:
8052         * gst-libs/gst/riff/riff-ids.h:
8053         * gst-libs/gst/video/video.h:
8054         * gst-libs/gst/video/videosink.h:
8055           Add G_BEGIN_DECLS and G_END_DECLS around headers where
8056           missing, so that they work when included from C++ code.
8057
8058 2005-02-09  David Schleef  <ds@schleef.org>
8059
8060         * testsuite/gst-lint: Check for non-statically scoped
8061           parent_class variables.  This won't be a problem once
8062           plugins are loaded with RTLD_LOCAL.
8063
8064 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8065
8066         * ext/mplex/gstmplexibitstream.cc:
8067           gcc madness.
8068
8069 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8070
8071         * ext/ogg/gstogmparse.c:
8072         * gst/debug/gstnavigationtest.c:
8073           Die, thou faulty symbol pollutors (non-static parent_class).
8074
8075 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8076
8077         * ext/mplex/gstmplexibitstream.cc:
8078           Fix event handling (#165525).
8079
8080 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8081
8082         * ext/mikmod/gstmikmod.c:
8083         * gst/modplug/gstmodplug.cc:
8084           Add missing endianness to template (fixes #165509).
8085
8086 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8087
8088         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
8089           Fix wrong order of reading of optional bytes (#165290).
8090
8091 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8092
8093         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8094           Implement FILLER event awareness.
8095
8096 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8097
8098         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
8099           Fix track calculations (#166208).
8100
8101 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
8102
8103         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8104
8105         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
8106         * ext/libpng/gstpngenc.c:
8107           Fix byte-order, use proper fixed caps. Fixes #164197.
8108
8109 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8110
8111         * configure.ac:
8112           Add dvdlpcmdec 
8113
8114         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
8115         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
8116           Don't push buffers if the src pad isn't negotiated yet.
8117           
8118         * gst/audioconvert/gstaudioconvert.c:
8119         (gst_audio_convert_buffer_to_default_format),
8120         (gst_audio_convert_buffer_from_default_format):
8121           Add support for 24-bit width.
8122
8123         * gst/dvdlpcmdec/.cvsignore:
8124         * gst/dvdlpcmdec/Makefile.am:
8125         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
8126         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
8127         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
8128         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
8129         (plugin_init):
8130         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
8131           New decoder for rearranging DVD LPCM into our audio/x-raw-int
8132           format. Needs support for the channels maps if someone can find 
8133           a DVD LPCM track with > 2 channels.
8134
8135         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
8136         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
8137         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
8138         * gst/mpegstream/gstdvddemux.h:
8139         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
8140         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
8141         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
8142         * gst/mpegstream/gstmpegdemux.h:
8143         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
8144         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
8145         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
8146         (gst_mpeg_parse_handle_src_query),
8147         (gst_mpeg_parse_handle_src_event):
8148           Use audio/x-dvd-lpcm for LPCM output.
8149           Add DTS output.
8150
8151 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
8152
8153         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8154
8155         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
8156         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
8157           Add BGRA handling (#165736).
8158
8159 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
8160
8161         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8162
8163         * gst/law/alaw-decode.c: (alawdec_link):
8164         * gst/law/alaw-encode.c: (alawenc_link):
8165         * gst/law/mulaw-decode.c: (mulawdec_link):
8166         * gst/law/mulaw-encode.c: (mulawenc_link):
8167           Fix caps memleaks (#166600).
8168
8169 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
8170
8171         * ext/tarkin/mem.h:
8172         * ext/tarkin/wavelet.h:
8173         * ext/tarkin/yuv.h:
8174         * gst/ffmpegcolorspace/avcodec.h:
8175           Include "_stdint.h" instead of <stdint.h>. Fixes build on
8176           systems that don't have stdint.h, like Solaris9 (fixes #166631).
8177
8178 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8179
8180         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
8181         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
8182         (gst_xvimagesink_change_state):
8183           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
8184           Xv video (and thereby regenerate Xv colourkey) in clear() so
8185           that PLAY -> READY -> PLAY works (fixes #162504).
8186
8187 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8188
8189         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
8190           Switch to list instead of range, since MJPEG-devices really just
8191           support decimations, not any size.
8192
8193 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8194         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
8195         (gst_mpeg2dec_reset), (free_all_buffers),
8196         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
8197         * ext/mpeg2dec/gstmpeg2dec.h:
8198           The libmpeg2 user-allocated buffer management is awkward, 
8199           to say the least. Hopefully this fixes things.
8200
8201 2005-02-04  Andy Wingo  <wingo@pobox.com>
8202
8203         * gst/audioconvert/bufferframesconvert.c
8204         (buffer_frames_convert_fixate): New function, fixates to 256
8205         frames per buffer by default. (Much better than 1.)
8206         (buffer_frames_convert_init): Set the fixate function for both src
8207         and sink pad.
8208         (buffer_frames_convert_link): After success setting nonfixed caps,
8209         get the negotiated caps so we can know how many buffer-frames it
8210         will be. No idea how this worked at all before.
8211
8212 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8213
8214         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
8215         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
8216         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
8217         (handle_sequence), (handle_picture):
8218         * ext/mpeg2dec/gstmpeg2dec.h:
8219           Rearrange buffer tracking and refcounting and refactor
8220           a little for readability. 
8221
8222 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
8223         * sys/v4l/gstv4l.c: (plugin_init):
8224         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
8225         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
8226         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
8227         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
8228         * sys/v4l/gstv4ljpegsrc.h:
8229         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
8230         * sys/v4l/v4l_calls.h:
8231         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
8232         (gst_v4lsrc_get_fps):
8233         * sys/v4l/v4lsrc_calls.h:
8234           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
8235           you jpeg inside rgb frames" driver.
8236           Don't error in the v4lsrc link function, just return 
8237           REFUSED.
8238
8239 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8240
8241         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
8242         (gst_qcamsrc_open):
8243           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
8244
8245 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8246
8247         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8248           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
8249
8250 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8251
8252         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
8253           Reset negotiated state on PAUSED->READY.
8254
8255 2005-02-02  David Schleef  <ds@schleef.org>
8256
8257         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
8258         whereever possible.  (Fixes #165997)
8259         * examples/capsfilter/capsfilter1.c: (main):
8260         * examples/dynparams/filter.c: (create_ui):
8261         * examples/seeking/cdparanoia.c: (get_track_info), (main):
8262         * examples/seeking/chained.c: (main):
8263         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
8264         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
8265         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
8266         (make_mpeg_pipeline), (make_mpegnt_pipeline):
8267         * examples/seeking/spider_seek.c: (make_spider_pipeline):
8268         * examples/switch/switcher.c: (main):
8269         * ext/dv/demo-play.c: (main):
8270         * ext/faad/gstfaad.c: (gst_faad_change_state):
8271         * ext/mad/gstmad.c: (gst_mad_chain):
8272         * ext/smoothwave/demo-osssrc.c: (main):
8273         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
8274         (gst_gconf_render_bin_from_description),
8275         (gst_gconf_get_default_audio_sink),
8276         (gst_gconf_get_default_video_sink),
8277         (gst_gconf_get_default_audio_src),
8278         (gst_gconf_get_default_video_src),
8279         (gst_gconf_get_default_visualization_element):
8280         * gst/level/demo.c: (main):
8281         * gst/level/plot.c: (main):
8282         * gst/playback/gstplaybin.c: (gen_video_element),
8283         (gen_audio_element):
8284         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
8285         * gst/playondemand/demo-mp3.c: (setup_pipeline):
8286         * gst/sine/demo-dparams.c: (main):
8287         * gst/spectrum/demo-osssrc.c: (main):
8288         * gst/speed/demo-mp3.c: (main):
8289         * gst/volume/demo.c: (main):
8290         * testsuite/embed/embed.c: (main):
8291
8292 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
8293
8294         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
8295         (gst_tcpclientsink_finalize):
8296         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
8297         (gst_tcpclientsrc_finalize):
8298         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
8299         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
8300         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
8301         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
8302           Don't leak the hostname when shutting down.
8303           In tcpserversrc, take a copy of the default hostname.
8304
8305 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8306
8307         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
8308           Set caps to systemstream=TRUE.
8309
8310 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8311
8312         * testsuite/Makefile.am:
8313           Fix more OSX buildbots.
8314
8315 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
8316
8317         * ext/mpeg2dec/gstmpeg2dec.c:
8318           Don't send things to NULL PAD_PEERs
8319
8320         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
8321           Copy-on-write the incoming buffer.
8322
8323         * gst/mpegstream/gstdvddemux.h:
8324         * gst/mpegstream/gstmpegclock.h:
8325         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
8326         (normal_seek), (gst_mpeg_demux_handle_src_event):
8327         * gst/mpegstream/gstmpegdemux.h:
8328         * gst/mpegstream/gstmpegpacketize.h:
8329         * gst/mpegstream/gstmpegparse.c:
8330         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
8331         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
8332         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
8333         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
8334         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
8335         * gst/mpegstream/gstmpegparse.h:
8336         * gst/mpegstream/gstrfc2250enc.h:
8337           Various changes to the way time is computed that make seeking and
8338           total time estimation much better here.
8339           Use G_BEGIN/END_DECLS instead of __cplusplus
8340
8341         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
8342           Use gst_buffer_stamp instead of only copying the TIMESTAMP
8343
8344 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8345
8346         * gst/subparse/gstsubparse.c:
8347           Fix OSX buildbot.
8348
8349 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
8350
8351         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8352         (theora_enc_chain), (theora_enc_change_state):
8353         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
8354         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
8355         (gst_vorbisenc_change_state):
8356         * ext/vorbis/vorbisenc.h:
8357           Set granulepos and timestamp correctly for streams not
8358           starting at 0, taking into account the initial delay.
8359
8360 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
8361
8362         * gst/mpegstream/gstdvddemux.c:
8363           Add audio/x-dts to audio pad template caps
8364
8365 2005-01-30  David Schleef  <ds@schleef.org>
8366
8367         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
8368         (create_context), (gst_polypsink_link): Fix silly endianness
8369         bug.  Add some debugging.  Remove float from caps; it doesn't
8370         work.  Attempt to get remote audio working.
8371
8372 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8373
8374         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8375           Add 3IV2 fourcc.
8376
8377 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8378
8379         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
8380         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
8381         (gst_avi_demux_stream_data):
8382         * gst/avi/gstavidemux.h:
8383           Invert DIB images. Fixes #132341.
8384
8385 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8386
8387         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8388         (gst_ffmpegcsp_chain):
8389           D'oh, reference the palette data, not the palette structure.
8390           Fixes color distortion in #132341.
8391
8392 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8393
8394         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
8395           PAR can be non-fixed when not provided as argument (#162626).
8396
8397 2005-01-29  David Moore  <dcm@acm.org>
8398
8399         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8400
8401         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
8402         (gst_qtdemux_loop_header):
8403           Re-apply patch from #142272 that allows non-seekable sources,
8404           re-proposed by Daniel Drake <dsd@gentoo.org>.
8405
8406 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8407
8408         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
8409           Use the src template for creating the src pad (#162330).
8410
8411 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8412
8413         * configure.ac:
8414         * ext/musepack/Makefile.am:
8415         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
8416         (gst_musepackdec_init), (gst_musepackdec_dispose),
8417         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
8418         (gst_musepack_stream_init), (gst_musepackdec_loop),
8419         (gst_musepackdec_change_state):
8420         * ext/musepack/gstmusepackdec.cpp:
8421         * ext/musepack/gstmusepackdec.h:
8422         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
8423         (gst_musepack_reader_read), (gst_musepack_reader_seek),
8424         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
8425         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
8426         * ext/musepack/gstmusepackreader.cpp:
8427         * ext/musepack/gstmusepackreader.h:
8428           Update to 1.1 API (#165446).
8429
8430 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8431
8432         * ext/Makefile.am:
8433           Unbreak buildbot.
8434
8435 2005-01-28  Andy Wingo  <wingo@pobox.com>
8436
8437         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
8438         to reflect a different dubious internet source. Add a reference
8439         and some commentary.
8440
8441 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8442
8443         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
8444         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
8445         * gst/playback/gststreamselector.h:
8446           Be more selective when we're redoing caps negotiation from
8447           within the chain function on a stream change.
8448
8449 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8450
8451         * configure.ac:
8452         * ext/Makefile.am:
8453         * ext/amrnb/Makefile.am:
8454         * ext/amrnb/amrnb.c: (plugin_init):
8455         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
8456         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
8457         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
8458         (gst_amrnbdec_state_change):
8459         * ext/amrnb/amrnbdec.h:
8460         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
8461         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
8462         (gst_amrnbparse_init), (gst_amrnbparse_formats),
8463         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
8464         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
8465         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
8466         * ext/amrnb/amrnbparse.h:
8467           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
8468         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8469           Add AMR-NB/-WB raw formats.
8470         * ext/alsa/gstalsa.c: (gst_alsa_link):
8471           Keep valid time when changing format.
8472         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
8473         (qtdemux_parse_trak):
8474           Add some more format-specific options (#140141, #143555, #155163).
8475
8476 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8477
8478         * gst/matroska/matroska-demux.c:
8479         (gst_matroska_demux_parse_blockgroup):
8480           Fix logic error in timing of subtitle stream synchronization.
8481         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8482           Add skip-chunk, which is found in kodak-camera streams.
8483
8484 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8485
8486         * po/LINGUAS:
8487         * po/vi.po:
8488           Adding Vietnamese translation (submitted by Clytie Siddall)
8489
8490 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8491
8492         * gst/playback/gstdecodebin.c: (try_to_link_1):
8493           Use realpad for signal.
8494
8495 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8496
8497         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
8498           Fix category so decodebin picks it up.
8499
8500 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8501
8502         * ext/mad/Makefile.am:
8503         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
8504         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
8505         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
8506         (found_type), (gst_id3demux_bin_change_state):
8507         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
8508         (gst_id3_tag_init), (gst_id3_tag_handle_event),
8509         (gst_id3_tag_src_link), (gst_id3_tag_chain),
8510         (gst_id3_tag_change_state), (plugin_init):
8511         * ext/mad/gstmad.h:
8512           Add id3demuxbin (which is a simple bin consisting of id3demux
8513           and typefind), take over rank from id3demux, remove typefind
8514           code from id3demux. Makes all broken mp3s that I know of work,
8515           and thereby fixes #152688.
8516
8517 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
8518
8519         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8520
8521         * ext/mad/gstmad.c: (gst_mad_src_event):
8522         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
8523           Allow seeks on audio pad, make mad forward those (#164826).
8524         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
8525           Set duration (#165335).
8526
8527 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8528
8529         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
8530         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
8531         (gst_asf_demux_process_ext_content_desc),
8532         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
8533         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
8534         * gst/asfdemux/gstasfdemux.h:
8535           Improve metadata display, e.g. if the metadata comes before the
8536           streams are loaded (which is perfectly valid).
8537
8538 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8539
8540         * tools/gst-launch-ext-m.m:
8541           Fix AVI/ASF pipelines (#165340).
8542
8543 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
8544         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
8545         build failure on amd64
8546
8547 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
8548
8549         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
8550         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
8551           Check environment variables GST_ID3V2_TAG_ENCODING,
8552           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
8553           list of character encodings to force interpretation of non-unicode
8554           strings stored in an ID3v2 tag to a particular encoding. If none
8555           is specified, try to use current locale's encoding, then fall back
8556           to ISO-8859-1 (which will always succeed). (Resolves #149274)
8557         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
8558         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
8559           Check environment variables GST_ID3V1_TAG_ENCODING,
8560           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
8561           list of character encodings to use in case a string encountered
8562           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
8563           specified, try to use the current locale's encoding, then fall
8564           back to ISO-8859-1 (which will always succeed).
8565
8566 2005-01-25  Benjamin Otte  <otte@gnome.org>
8567
8568         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
8569           - on half framerate, compute the rate in advance so the comparisons
8570             don't compare wrong values
8571           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
8572             behaviour
8573           - don't use mad_header_decode anymore, mad_frame_decode does that
8574             automatically
8575           - when getting rid of consumed bytes, reset the stream's skiplen
8576           (fixes #163867)
8577
8578 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
8579
8580         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
8581           Use 1/2 a second for default max_discont, as PES streams from DVB
8582           seem to have larger spacings in the SCR. 
8583           Fix a typo.
8584
8585 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8586
8587         * gst/playback/gstplaybasebin.c: (group_commit):
8588           Notify delayed stream-info availability.
8589
8590 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
8591         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
8592         (gst_a52dec_handle_event), (gst_a52dec_chain):
8593         Add some debug output. Check that a discont has a valid
8594         time associated.
8595         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
8596         (gst_alsa_sink_loop):
8597         Ignore TAG events. A little extra debug for broken timestamps.
8598         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
8599         (dvdnavsrc_change_state):
8600         Ensure we send a discont to engage the link before we send any
8601         other events.
8602         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
8603         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
8604         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
8605         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
8606         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
8607         dvd://title works in totem because typefinding sends a seek that ends
8608         up going back to chapter 1 regardless.
8609         * ext/mpeg2dec/gstmpeg2dec.c:
8610         * ext/mpeg2dec/gstmpeg2dec.h:
8611         Output correct timestamps and handle disconts.
8612         * ext/ogg/gstoggdemux.c: (get_relative):
8613         Small guard against a null dereference.
8614         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
8615         (gst_textoverlay_set_property):
8616         Free memory when done. Don't call gst_event_filler_get_duration on
8617         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
8618         g_warning.
8619         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
8620         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
8621         (gst_sw_srclink), (gst_smoothwave_chain):
8622         Draw solid lines, prettier colours.
8623         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
8624         Add a default palette that'll work for some movies.
8625         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
8626         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
8627         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
8628         * gst/mpegstream/gstdvddemux.h:
8629         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
8630         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
8631         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
8632         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
8633         * gst/mpegstream/gstmpegparse.h:
8634         Use PTM/NAV events when for timestamp adjustment when connected to 
8635         dvdnavsrc. Don't use many discont events where one suffices.
8636         * gst/playback/gstplaybasebin.c: (group_destroy),
8637         (gen_preroll_element), (gst_play_base_bin_add_element):
8638         * gst/playback/gstplaybasebin.h:
8639         Make sure we remove subtitles from the same bin we put them in.
8640         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
8641         (gst_subparse_buffer_format_autodetect),
8642         (gst_subparse_change_state):
8643         Fix some memleaks and invalid accesses.
8644         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
8645         (oggskel_type_find), (cmml_type_find), (plugin_init):
8646         Some typefind functions for Annodex v3.0 files
8647         * gst/wavparse/gstwavparse.h:
8648         GstRiffReadClass is the correct parent class.
8649
8650 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8651
8652         * gst-libs/gst/riff/riff-media.c:
8653         (gst_riff_create_video_caps_with_data):
8654           Add extradata to huffyuv (fixes #165013).
8655         * gst-libs/gst/riff/riff-read.c:
8656         (gst_riff_read_strf_vids_with_data):
8657           Fix extradata extraction if it is in the chunk size.
8658
8659 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
8660
8661         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8662
8663         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
8664         (gst_quarktv_change_state), (gst_quarktv_dispose):
8665           Memory free'ing location fix (#164708).
8666
8667 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8668
8669         * gst/playback/gstplaybasebin.c: (group_commit),
8670         (gen_preroll_element), (probe_triggered), (gen_source_element),
8671         (setup_source), (gst_play_base_bin_change_state),
8672         (gst_play_base_bin_add_element):
8673           Don't block for streams.
8674         * gst/playback/gststreaminfo.c: (stream_info_change_state),
8675         (gst_stream_info_set_mute):
8676           Use gst_pad_set_active_recursive.
8677
8678 2005-01-25  Andy Wingo  <wingo@pobox.com>
8679
8680         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
8681         for #ifndef HAVE_XVIDEO.
8682
8683 2005-01-24  Jeffrey C. Ollie
8684
8685         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
8686
8687         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
8688         * ext/gsm/gstgsmdec.h:
8689         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
8690         * ext/gsm/gstgsmenc.h:
8691         Fix rate to 8kHz as per spec, removes obscure errors when no rate
8692         was given by property. Add proper buffer timestamps and offsets.
8693
8694 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8695
8696         * gst-libs/gst/riff/riff-media.c:
8697         (gst_riff_create_audio_caps_with_data):
8698           Audio can be <8000Hz.
8699
8700 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8701
8702         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8703           Explicit state change to workaround refcount bugs.
8704
8705 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8706
8707         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
8708         (gst_avimux_riff_get_avi_header):
8709           Fix...
8710
8711 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8712
8713         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
8714         (gst_riff_read_element_data):
8715         * gst-libs/gst/riff/riff-read.h:
8716           Add _peek version (req'ed in CDXA).
8717         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
8718         (gst_cdxaparse_loop):
8719           Fix parsing in playbin.
8720         * gst/playback/gstdecodebin.c: (close_pad_link):
8721           Ignore current_ pads, they cause major annoyance.
8722
8723 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8724
8725         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8726           Safety guard.
8727
8728 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8729
8730         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
8731           Fix padding...
8732
8733 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8734
8735         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
8736           Allow for 0-sized buffers. Fixes length query problems in
8737           starwars.mkv from the testsuite.
8738
8739 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
8740
8741         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
8742         (gst_video_box_i420), (gst_video_box_chain):
8743           Fix row strides for I420 (fixes #163159)
8744           
8745 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8746
8747         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
8748           MPEG2 has a useful rate property, so we can actually use that.
8749           For MPEG-1, continue using the bytes/time properties.
8750
8751 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8752
8753         * gst-libs/gst/riff/riff-media.c:
8754         (gst_riff_create_video_caps_with_data),
8755         (gst_riff_create_video_template_caps):
8756           Add intel-h263.
8757
8758 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8759
8760         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
8761           Fail if caps negotiation fails. Should fix #162184, and should
8762           definately be in there regardless of it fixing the actual bug.
8763         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
8764         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
8765         (gst_avimux_riff_get_avix_header),
8766         (gst_avimux_riff_get_video_header),
8767         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
8768         (gst_avimux_start_file), (gst_avimux_handle_event),
8769         (gst_avimux_change_state):
8770         * gst/avi/gstavimux.h:
8771           Refactor structure writing to use GST_WRITE_UINT macros, add
8772           metadata writing support.
8773
8774 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8775
8776         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
8777           Elements may already be destroyed when this function is called.
8778
8779 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8780
8781         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
8782         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
8783           More memory leak fixes (#149162).
8784
8785 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8786
8787         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
8788         (gst_qtdemux_add_stream):
8789           Fix two memleaks.
8790
8791 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8792
8793         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
8794           Argh...
8795
8796 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8797
8798         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
8799           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
8800           when fixating to six channels in Totem.
8801
8802 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
8803
8804         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
8805           Fix compile warnings on Solaris 10 buildbot
8806
8807 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
8808
8809         * ext/dvdread/dvdreadsrc.c: (_read):
8810           Don't read beyond the last cell in a chapter (fixes 
8811           invalid memory access)
8812
8813 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
8814
8815         * ext/dvdread/stream_labels.c:
8816         (dvdreadsrc_get_audio_stream_labels):
8817           Use NULL for an empty GList instead of g_list_alloc(); fix 
8818           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
8819           of GString (easier to bulk free later)
8820
8821 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
8822
8823         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8824
8825         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8826         (gst_ffmpeg_pixfmt_to_caps):
8827           Fix BGRA32 caps (#164209).
8828
8829 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
8830
8831         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8832
8833         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8834         (gst_ffmpeg_caps_to_pixfmt):
8835           alpha_mask can be RGBA/ABGR. Fixes #164265.
8836
8837 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
8838
8839         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8840
8841         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
8842         (gst_mpeg2dec_alloc_buffer):
8843         * ext/mpeg2dec/gstmpeg2dec.h:
8844           Crop if decoding size is not the actual image size (#163676).
8845
8846 2005-01-17  Steve Baker  <steve@stevebaker.org>
8847
8848         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8849
8850         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
8851         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
8852           Add libsndfile typefind functions (#163309).
8853
8854 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8855
8856         * tools/gst-launch-ext-m.m:
8857           Add .aac, fix .m1v/.m2v (#163891).
8858
8859 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8860
8861         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
8862           Sanity check, don't wait endlessly since the clock might not
8863           actually run at this point (which is a deadlock). Fixes #164069.
8864
8865 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8866
8867         * gst/playback/gstplaybasebin.c: (probe_triggered):
8868           Of course, only pause if group is done...
8869
8870 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8871
8872         * gst/playback/gstplaybasebin.c: (probe_triggered):
8873           Thread safety.
8874
8875 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8876
8877         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
8878           Don't return state change success when the parent
8879           failed.
8880
8881 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8882
8883         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
8884           Free events (fix memleak in #162905).
8885
8886 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
8887
8888         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8889
8890         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8891         (gst_ffmpeg_caps_to_pixfmt):
8892           Fix for depth = 15. Fixes #161675.
8893
8894 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8895
8896         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
8897           Set FPS correctly, even for webcams and the like.
8898         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
8899           Don error on setting while capturing.
8900
8901 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8902
8903         * ext/dv/gstdvdec.c:
8904         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
8905         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
8906           I'm a bad boy. using /1001. to force C to do float division
8907           and not integer division (as it did in my last commit)
8908           Thanks to David I. Lehn for pointing this mistake.
8909
8910 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8911
8912         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
8913           Revert Johan??s 1.35->1.36 since it breaks compat.
8914
8915 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8916
8917         * ext/dv/gstdvdec.c:
8918         * ext/libfame/gstlibfame.c:
8919         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
8920         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
8921           replace framerate aproximations by their real value
8922           (24000/1001, 30000/1001, 60000/1001)
8923           Finish fixing bug #164049
8924
8925 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8926
8927         * ext/ogg/gstoggmux.c:
8928           eos/bos debugging
8929         * gst/tcp/gstmultifdsink.c:
8930         * gst/tcp/gstmultifdsink.h:
8931         * gst/tcp/gsttcp.c:
8932         * gst/tcp/gsttcp.h:
8933         * gst/tcp/gsttcpclientsink.c:
8934         * gst/tcp/gsttcpclientsrc.c:
8935         * gst/tcp/gsttcpserversink.c:
8936         * gst/tcp/gsttcpserversrc.c:
8937           improve reusability of elements after state changes and errors
8938           make multifdsink throw away streamheaders when receiving new ones
8939
8940 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8941
8942         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
8943           Fix for if items are already in list...
8944
8945 2005-01-12  Benjamin Otte  <otte@gnome.org>
8946
8947         * gst/adder/gstadder.c: (gst_adder_loop):
8948           fix adder a bit so it doesn't screw up with events as much anymore
8949
8950 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
8951
8952         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
8953         (pixbufscale_scale), (gst_pixbufscale_chain):
8954         * ext/gdk_pixbuf/pixbufscale.h:
8955           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
8956           to ensure rowstrides are calculated the same way as 
8957           ffmpegcolorspace
8958           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
8959           that we pick up duration and offset also.
8960
8961 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8962
8963         * gst/avi/gstavimux.c: (gst_avimux_class_init),
8964         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
8965           Reusability fixes.
8966
8967 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8968
8969         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
8970         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8971         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8972         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8973           Update flags when requested.
8974
8975 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8976
8977         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
8978           Fix dmix.
8979
8980 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8981
8982         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8983         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
8984         (probe_triggered), (new_decoded_pad), (gen_source_element),
8985         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
8986         * gst/playback/gstplaybasebin.h:
8987         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8988         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
8989         (gst_play_bin_change_state):
8990           Implement group-switch signal for use in apps to clear metadata
8991           cache, clean up subtitle, add suburi property instead of # hack,
8992           some error-out fixes.
8993
8994 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8995
8996         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8997           Debug.
8998         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
8999           If we got a state change in the _get handler, don't return success.
9000
9001 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9002
9003         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
9004         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
9005           Make jpegdec quiet on MJPEG decoding
9006         * gst/asfdemux/README:
9007           Fix mimetypes for MJPEG and H263
9008
9009 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9010
9011         * ext/theora/theoradec.c: (theora_dec_chain):
9012           Fix broken code generation by gcc by swapping arguments.
9013         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9014           Fix \n in debug.
9015
9016 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9017
9018         * TODO:
9019           delete this file, it is by far outdated
9020         * ext/alsa/gstalsa.1: remove
9021         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
9022         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
9023         (gst_alsa_get_caps):
9024           Add HW probing for supported sample rates. Fixes #161704
9025
9026 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9027
9028         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9029           Don't crash, biatch! :).
9030
9031 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9032
9033         * ext/musepack/gstmusepackreader.cpp:
9034         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
9035           Some work on tags - still doesn't work in playbin...
9036         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9037           Handle events...
9038
9039 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9040
9041         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
9042           Also shove tags on kid pads.
9043
9044 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9045
9046         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
9047           Don't bail on unknown events.
9048         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9049           Don't crash on events before negotiation.
9050         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
9051           Send tags on pads, too.
9052         * gst/playback/gststreamselector.c:
9053         (gst_stream_selector_request_new_pad):
9054           Forward events on first pad if no input was selected yet.
9055
9056 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9057
9058         * gst/playback/gstplaybasebin.c: (setup_substreams):
9059           Don't disable streamtype if the stream doesn't exist, since
9060           then playing a video after audio will disable both and nothing
9061           will happen. Fixes the testsuite.
9062
9063 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9064
9065         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
9066         (gst_v4l_xoverlay_set_xwindow_id):
9067         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
9068         (gst_v4l2_xoverlay_set_xwindow_id):
9069           Add debug categories, fix overlay disabling.
9070
9071 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9072
9073         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
9074         * ext/alsa/gstalsa.h:
9075           Add HW probing for period_count/size and buffer_size MIX/MAX
9076           Adjust default/user defined value if out of bounds
9077           Should fix bug #162024
9078
9079 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9080
9081         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
9082           Fix warning (#161191).
9083
9084 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9085
9086         * ext/dvdread/stream_labels.c:
9087         (dvdreadsrc_get_audio_stream_labels):
9088           Fix warning (init the good variable in switch default)
9089
9090 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
9091
9092         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9093
9094         * gst/tta/gstttaparse.c: (gst_tta_src_event):
9095           Fix gcc-2.95 compile (#163485).
9096
9097 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9098
9099         * configure.ac:
9100         * ext/flac/gstflacenc.c: (gst_flacenc_init),
9101         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
9102         (gst_flacenc_tell_callback), (gst_flacenc_chain),
9103         (gst_flacenc_change_state):
9104         * ext/flac/gstflacenc.h:
9105           Update for API change in flac-1.1.1. Update requirement in
9106           configure.ac. Fixes #162974.
9107
9108 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9109
9110         * gst/playback/gstplaybasebin.c: (group_destroy):
9111           Remove hack to get rid of assert and get rid of unlinked
9112           signals properly.
9113
9114 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9115
9116         * gst/playback/gstplaybasebin.c: (setup_source):
9117           Set source to NULL so that resources are free'ed. Fixes issues
9118           with playback of CDDA and similar device-accessing things.
9119
9120 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9121
9122         * testsuite/embed/Makefile.am:
9123           test->noinst, fix make test in buildbot.
9124
9125 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9126
9127         * ext/dvdread/stream_labels.c: new file
9128         * ext/dvdread/stream_labels.h: new file
9129         * ext/dvdread/Makefile.am:
9130         * ext/dvdread/dvdreadsrc.c: (_seek_title):
9131           Extract audio stream label from DVD IFO files.
9132           It only dump them on the console for now, still have to
9133           make playbin aware of them.
9134
9135 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9136
9137         * gst/playback/gstplaybasebin.c: (setup_source):
9138           Fix hanging subs.
9139
9140 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9141
9142         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9143         (gen_preroll_element), (remove_groups), (setup_subtitle),
9144         (gen_source_element), (setup_source):
9145         * gst/playback/gstplaybasebin.h:
9146           Multiple .sub files is just a stupid idea... Fix some threading
9147           mistakes. Interestingly, external .sub files cause playbin to
9148           hang, I don't know why... Parsing fixes contributed by Fran??ois
9149           Kooman <fkooman@tuxed.net>.
9150
9151 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9152
9153         * testsuite/embed/Makefile.am:
9154           Fix buildbot.
9155
9156 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
9157
9158         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9159
9160         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
9161         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
9162         (gst_pngenc_set_property):
9163         * ext/libpng/gstpngenc.h:
9164           Add compression level property (#163323).
9165
9166 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9167
9168         * configure.ac:
9169         * examples/capsfilter/capsfilter1.c: (main):
9170         * examples/seeking/spider_seek.c: (make_spider_pipeline):
9171         * ext/dvdread/Makefile.am:
9172         * ext/dvdread/demo-play:
9173         * ext/dvdread/demo-play.c:
9174         * gconf/gstreamer.schemas.in:
9175         * gst-libs/gst/gconf/gconf.c:
9176         * sys/v4l/TODO:
9177         * testsuite/Makefile.am:
9178         * testsuite/embed/Makefile.am:
9179         * testsuite/embed/embed.c: (cb_expose), (main):
9180           Remove all references to xvideosink, fix examples (#140845).
9181         * gst/playback/gstplaybasebin.c: (group_destroy):
9182           Apparently, disposal does not unlink - so do explicitely.
9183         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9184           Add debug.
9185
9186 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
9187
9188         * README: fix PKG_CONFIG_PATH instructions, what was there
9189         previously was breaking default search path, not nice. 
9190         Fixes #163358
9191
9192 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9193
9194         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
9195         (gst_audioscale_chain):
9196           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
9197           when resampling - how the ^@$^!@^! is this possible?!?
9198
9199 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9200
9201         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
9202           Reset variables on READY.
9203         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
9204         (gst_matroska_mux_loop):
9205           Require data before writing header.
9206
9207 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
9208
9209         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9210
9211         * ext/mad/gstmad.c: (gst_mad_chain):
9212           Don't call mad_stream_sync() directly after recovering sync.
9213           Fixes #151661.
9214
9215 2005-01-09  Martin Eikermann  <meiker@upb.de>
9216
9217         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9218
9219         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
9220         (snapshot_handler), (gst_snapshot_sinkconnect),
9221         (gst_snapshot_chain):
9222           Allocate resources when required, fix recursive signal emission
9223           and fix caps. Fixes #161667.
9224
9225 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
9226
9227         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9228
9229         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
9230         (gst_pngdec_chain):
9231           Handle only 8-bppc (bits-per-pixel-component) images, better
9232           error handling and correct strides. Fixes #163177.
9233         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
9234         (gst_pngenc_chain):
9235           Better error handling. Fixes #163348.
9236
9237 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9238
9239         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
9240         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
9241         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
9242         (dvdnavsrc_uri_handler_init):
9243           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
9244         * gst/playback/gstplaybasebin.c: (gen_source_element):
9245           Add MMS to streaming URIs.
9246
9247 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9248
9249         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
9250         * sys/xvimage/xvimagesink.c:
9251         (gst_xvimagesink_navigation_send_event):
9252           Check for pad availability before sending event.
9253
9254 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9255
9256         * gst-plugins.spec.in:
9257           Add subparse.
9258
9259 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9260
9261         * configure.ac:
9262           Since we use functions from CVS, up requirement.
9263
9264 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9265
9266         * gst/playback/Makefile.am:
9267         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9268         (group_destroy), (group_commit), (group_is_muted),
9269         (gen_preroll_element), (add_stream), (unknown_type),
9270         (probe_triggered), (preroll_unlinked), (mute_stream),
9271         (silence_stream), (new_decoded_pad), (setup_substreams),
9272         (setup_source), (get_active_source), (mute_group_type),
9273         (muted_group_change_state), (set_active_source),
9274         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
9275         (play_base_eos), (gst_play_base_bin_change_state):
9276         * gst/playback/gstplaybasebin.h:
9277         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9278         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9279         (gst_stream_info_dispose), (stream_info_mute_pad),
9280         (stream_info_change_state), (gst_stream_info_set_mute):
9281         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
9282         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
9283         (gst_stream_selector_init), (gst_stream_selector_dispose),
9284         (gst_stream_selector_get_linked_pad),
9285         (gst_stream_selector_get_caps), (gst_stream_selector_link),
9286         (gst_stream_selector_get_linked_pads),
9287         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9288         * gst/playback/gststreamselector.h:
9289           Adding stream selection support plus required properties for
9290           applications to use this. Fully fixes #100931.
9291
9292 2005-01-08  Benjamin Otte  <otte@gnome.org>
9293
9294         * gst/games/gstpuzzle.c: (nav_event_handler):
9295           - handle nav events differently: forward every event no matter if it
9296             was handled or not.
9297           - translate events
9298           You can now cheat by using navigationtest ! puzzle and moving the
9299           mouse close to the edge of a tile. ;)
9300
9301 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9302
9303         * configure.ac:
9304         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
9305         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
9306         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
9307         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
9308         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
9309         (gst_ogm_parse_plugin_init):
9310         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
9311         (gst_textoverlay_link), (gst_textoverlay_getcaps),
9312         (gst_textoverlay_event), (gst_textoverlay_video_chain),
9313         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
9314         * ext/pango/gsttextoverlay.h:
9315         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9316         (gst_matroska_demux_handle_seek_event),
9317         (gst_matroska_demux_sync_streams),
9318         (gst_matroska_demux_parse_blockgroup),
9319         (gst_matroska_demux_subtitle_caps),
9320         (gst_matroska_demux_plugin_init):
9321         * gst/matroska/matroska-ids.h:
9322         * gst/playback/gstdecodebin.c: (close_pad_link):
9323         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9324         (gen_preroll_element), (remove_groups), (add_stream),
9325         (new_decoded_pad), (setup_subtitles), (gen_source_element),
9326         (setup_source):
9327         * gst/playback/gstplaybasebin.h:
9328         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
9329         * gst/subparse/Makefile.am:
9330         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
9331         (gst_subparse_base_init), (gst_subparse_class_init),
9332         (gst_subparse_init), (gst_subparse_formats),
9333         (gst_subparse_eventmask), (gst_subparse_event),
9334         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
9335         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
9336         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
9337         (parse_mpsub_deinit), (parse_mpsub_init),
9338         (gst_subparse_buffer_format_autodetect),
9339         (gst_subparse_format_autodetect), (gst_subparse_loop),
9340         (gst_subparse_change_state), (gst_subparse_type_find),
9341         (plugin_init):
9342         * gst/subparse/gstsubparse.h:
9343         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
9344         (plugin_init):
9345           Add subtitle support, .sub parser (supports SRT and MPsub),
9346           OGM text support, Matroska UTF-8 text support, deadlock fixes
9347           all over the place, subtitle awareness in decodebin/playbin
9348           and some fixes to textoverlay to handle subtitles in a stream
9349           correctly. Fixes #100931.
9350
9351 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9352
9353         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9354           Check for pad availability before doing a query on it.
9355
9356 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9357
9358         * ext/dv/gstdvdec.c:
9359           really fix bpp24/32 dvdec caps (classic rgba indeed)
9360         * gst/asfdemux/gstasfdemux.c:
9361         (gst_asf_demux_process_ext_content_desc):
9362           don't send text tags if they are empty (bis repetita)
9363
9364 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9365
9366         * ext/dv/gstdvdec.c:
9367          remove unneeded comment from dvdec
9368           (related to DV 4CC codes in AVI files)
9369           moved them in gstreamer/docs/random/mimetypes
9370         * gst/asfdemux/gstasfdemux.c:
9371         (gst_asf_demux_process_ext_content_desc):
9372          don't send text tags if they are empty
9373          fix mem leak on error path
9374         * gst/ffmpegcolorspace/avcodec.h:
9375         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9376         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9377         (gst_ffmpegcsp_avpicture_fill):
9378         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
9379         * gst/ffmpegcolorspace/imgconvert_template.h:
9380          adds BGR32 and BGRA32 to ffmpegcolorspace
9381           (still bad colors, fixing it on next commit)
9382           helps with dvdec outputing BGR32
9383
9384 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9385
9386         * ext/dv/gstdvdec.c:
9387          Fix audio caps i just broke (missing ',')
9388         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
9389         (gst_matroska_mux_reset):
9390          Fix typo + add FIXME about old "x-gst-metadata" crap
9391
9392 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9393
9394         * ext/dv/demo-play.c: (main):
9395          xvideosink -> xvimagesink
9396         * ext/dv/gstdvdec.c:
9397          change rgb 32/32 caps to 24/32 (no alpha)
9398          change nb of channels to be a list (2 or 4, not 2)
9399          change sample rate to be a list (32, 44.1, 48 kHz) not a range
9400         * gst/asfdemux/gstasfdemux.c:
9401         (gst_asf_demux_process_ext_content_desc):
9402          Add 'date/year' to extracted metadata list
9403
9404 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9405
9406         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
9407           The return value of fixate_to does not imply that the requested
9408           value was set, so don't assume.
9409
9410 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
9411
9412         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9413
9414         * ext/libpng/gstpngdec.c:
9415         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
9416         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
9417         * ext/libpng/gstpngenc.h:
9418           Alpha support (encoder; #163161), mime fixage.
9419
9420 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
9421
9422         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9423
9424         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
9425         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
9426         (gst_faac_set_property), (gst_faac_get_property):
9427         * ext/faac/gstfaac.h:
9428           Allow for ADTS output (#153434).
9429
9430 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9431
9432         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9433           Fix against template (#150576).
9434
9435 2005-01-06  Benjamin Otte  <otte@gnome.org>
9436
9437         * gst/games/gstpuzzle.c: (draw_puzzle):
9438           don't draw a puzzle if either width or height of tiles would be 0.
9439
9440 2005-01-06  Benjamin Otte  <otte@gnome.org>
9441
9442         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
9443         (gst_puzzle_class_init), (gst_puzzle_finalize):
9444           no memleaks, please
9445         (gst_puzzle_create), (gst_puzzle_init),
9446         (gst_puzzle_set_property), (gst_puzzle_setup):
9447           change initialization code around so we don't reshuffle on resize
9448         (draw_puzzle):
9449           fix another stupid typo
9450
9451 2005-01-06  Benjamin Otte  <otte@gnome.org>
9452
9453         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
9454           fix stupid typo that borked copying on YUY2
9455
9456 2005-01-06  Benjamin Otte  <otte@gnome.org>
9457
9458         * gst/games/gstpuzzle.c: (draw_puzzle):
9459           fix edges when image sizes aren't multiples of tile sizes
9460
9461 2005-01-06  Benjamin Otte  <otte@gnome.org>
9462
9463         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
9464           make RGB endianness work correctly
9465         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
9466           refactor and fix race with initial shuffling
9467         (nav_event_handler):
9468           allow using the mouse to puzzle
9469         (draw_puzzle):
9470           insist on tiles having width and height as multiples of 4 to get
9471           clean YUV image handling
9472         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9473         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
9474           s/DEBUG/LOG/ for common messages
9475         (gst_xvimagesink_navigation_send_event):
9476           fix mouse event translation to not include screen PAR
9477         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
9478           fix mouse event translation to actually work
9479
9480 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9481
9482         * gst/asfdemux/gstasfdemux.c:
9483         (gst_asf_demux_process_ext_content_desc):
9484          Extract TrackNumber metadata + clean up code
9485         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
9486          Hope this is the good fix (var used unitialised)
9487
9488 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9489
9490         * ext/faad/gstfaad.c: (gst_faad_chain):
9491           Only increment timestamp if it's valid. Fixes raw AAC streams.
9492
9493 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9494
9495         * configure.ac:
9496         * gst/games/Makefile.am:
9497         * gst/games/gstpuzzle.c:
9498           add a puzzle game with...
9499         * gst/games/gstvideoimage.c:
9500         * gst/games/gstvideoimage.h:
9501           ... full colorspace support (that includes YUV9 and RGB16)) stolen
9502           from videotestsrc and made into something that would be a nice
9503           library for a lot of other plugins.
9504
9505 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9506
9507         * configure.ac:
9508          don't compile faad plugin if a RC of 2.0 is found
9509          Fixes #155346 (and FC1 buildbot)
9510         * gst/asfdemux/gstasfdemux.c:
9511         (gst_asf_demux_process_ext_content_desc):
9512          try to make Solaris compiler happier
9513
9514 2005-01-06  Paul Jack  <pjack@sfaf.org>
9515
9516         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9517
9518         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
9519           Fix segfault (#161667).
9520
9521 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9522
9523         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9524           Fix framerate reporting.
9525
9526 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9527
9528         * gst-libs/gst/riff/riff-ids.h:
9529         * gst/wavenc/riff.h:
9530          Add AMR (VBR and CBR) ids to riff.h audio codec list
9531         * gst/asfdemux/gstasfdemux.c:
9532         (gst_asf_demux_process_ext_content_desc),
9533         (gst_asf_demux_process_object):
9534           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
9535
9536 2005-01-05  Martin Eikermann  <meiker@upb.de>
9537
9538         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9539
9540         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
9541         (gst_dvd_demux_handle_discont):
9542         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
9543         (gst_mpeg_demux_handle_discont):
9544           Recreate pads on new-media (#160730).
9545         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
9546           Send discont even if manager changes timestamps (#161929).
9547
9548 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
9549
9550         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9551
9552         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
9553           Fix invalid memory access (#159211).
9554
9555 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9556
9557         * examples/gstplay/player.c: (main):
9558           Don't iterate.
9559         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
9560           Add visualizations.
9561         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
9562         (gst_a52dec_handle_frame):
9563           Set duration.
9564         * ext/dvdnav/gst-dvd:
9565           Add audioconvert. Fixes #161325.
9566         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
9567           Explicitely case to gint64. Possible valgrind error.
9568         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
9569         (gst_play_tick_callback), (gst_play_change_state),
9570         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
9571         (gst_play_set_location), (gst_play_get_location),
9572         (gst_play_seek_to_time), (gst_play_set_data_src),
9573         (gst_play_set_video_sink), (gst_play_set_audio_sink),
9574         (gst_play_set_visualization), (gst_play_connect_visualization),
9575         (gst_play_get_framerate), (gst_play_get_all_by_interface),
9576         (gst_play_new):
9577           Use playbin. Fixes #139749 and #147744.
9578         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
9579           Add genre tag.
9580         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
9581         (audioscale_get_type), (gst_audioscale_base_init),
9582         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
9583         (gst_audioscale_getcaps), (gst_audioscale_fixate),
9584         (gst_audioscale_link), (gst_audioscale_get_buffer),
9585         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
9586         (gst_audioscale_init), (gst_audioscale_dispose),
9587         (gst_audioscale_chain), (gst_audioscale_set_property),
9588         (gst_audioscale_get_property), (plugin_init):
9589           Indent properly.
9590         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
9591           Fix LPCM.
9592         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
9593         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
9594         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
9595           Add more metadata (fixes #162656).
9596
9597 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9598
9599         * configure.ac:
9600           back to cvs
9601
9602 === release 0.8.7 ===
9603
9604 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9605
9606         * NEWS:
9607         * RELEASE:
9608         * configure.ac:
9609           releasing 0.8.7, "Hyperspace"
9610
9611 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9612
9613         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9614
9615         * gst/playback/gstplaybasebin.c:
9616          Fix for #162924 - free caps after use, not before
9617
9618 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
9619
9620         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
9621
9622         * gst/playback/gstplaybasebin.c:
9623         * gst/wavparse/gstwavparse.c:
9624           Fix for #154773 - fixes playback of small .wav files
9625
9626 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9627
9628         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
9629
9630         * gst/audioscale/gstaudioscale.c:
9631           Fix for #162819 - make audioscale reusable
9632           Fixes playback of more than one file with playbin/totem
9633
9634 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9635
9636         * gst/ffmpegcolorspace/avcodec.h:
9637         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9638         * gst/ffmpegcolorspace/imgconvert.c:
9639           clean up the mess that made me cry and avoid needless duplication
9640
9641 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9642
9643         * gst/ffmpegcolorspace/imgconvert.c:
9644           give some indication of why we're segfaulting
9645
9646 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9647
9648         * configure.ac:
9649           Fix indentation, fix v4l2 plugin detection.
9650         * ext/Makefile.am:
9651           Fix libmms location (Maciej, use diff -u!).
9652         * ext/alsa/gstalsa.c: (gst_alsa_init):
9653           Initialize caps cache to NULL.
9654         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
9655           Only change state on audiosink if it exists.
9656
9657 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
9658
9659         * gst/matroska/matroska-demux.c:
9660         * gst/matroska/matroska-ids.h:
9661         * gst/matroska/matroska-demux.h:
9662         Fix Vorbis streams failing to decode in some files, where cluster_time
9663         isn't 0, because then it doesn't send codec_priv before actual data.
9664         Remove time-based test and replace it with marker set on beginning of
9665         new stream
9666
9667 2004-12-28  David Schleef  <ds@schleef.org>
9668
9669         Merge patch from Ronald fixing problems with streaming
9670         text.
9671         * ext/cairo/gstcairo.c: (plugin_init):
9672         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
9673         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
9674         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
9675         (gst_textoverlay_font_init), (gst_textoverlay_init),
9676         (gst_textoverlay_set_property):
9677         * ext/cairo/gsttextoverlay.h:
9678
9679 2004-12-27  David Schleef  <ds@schleef.org>
9680
9681         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
9682         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
9683         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
9684         (gst_textoverlay_font_init), (gst_textoverlay_init),
9685         (gst_textoverlay_set_property): Improvements to actually
9686         render text as white on black outline on video, including
9687         font selection and horizontal/vertical alignment.  (Ronald's
9688         christmas present)
9689         * ext/cairo/gsttextoverlay.h:
9690
9691 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9692
9693         * ext/ogg/gstogg.c:
9694         * ext/ogg/gstogmparse.c:
9695           fix ogm[audio/video]parse plugin registration
9696           (riff won't load if bytestream is already loaded)
9697
9698 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9699
9700         * gst/audioconvert/gstchannelmix.c:
9701           fix for GLIB < 2.4
9702
9703 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9704
9705         * Makefile.am:
9706         * configure.ac:
9707           disable docs again until it actually passes make distcheck.
9708
9709 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9710
9711         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
9712         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
9713         (plugin_init):
9714           Add 3GP (variables name Q3GP because they can't start with a
9715           number). Add samr audio fourcc (used in .3gp files), decoder
9716           is work in progress. Also do a GST_WARNING instead of ERROR
9717           in case of unknown nodes, to decrease output.
9718
9719 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9720
9721         * Makefile.am:
9722           really fix dist
9723
9724 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9725
9726         * configure.ac:
9727         * ext/speex/gstspeexdec.h:
9728         * ext/speex/gstspeexenc.h:
9729           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
9730           Fix detection code in configure.ac
9731
9732 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9733
9734         * gst/matroska/matroska-demux.c:
9735         (gst_matroska_demux_parse_blockgroup):
9736           Save position, so that queries give proper return values. Don't
9737           know how this could ever have worked before...
9738
9739 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9740
9741         * configure.ac:
9742           Put additional LAME check inside the conditional.  Fixes #152339
9743
9744 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9745
9746         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9747         (gst_avi_demux_stream_scan):
9748           Add some more debug. Fix logic error when setting movi offset
9749           while reading index.
9750
9751 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9752
9753         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9754         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
9755         (gst_avi_demux_process_next_entry):
9756           Add some debugging. Better detection of broken indexes and the
9757           accompanying index recovery. No infinite loops on state changes
9758           when we're still in our loopfunction.
9759
9760 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9761
9762         * configure.ac:
9763           Fix up.
9764
9765 2004-12-22  Archana Shah  <archana.shah@wipro.com>
9766
9767         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9768
9769         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
9770           Normalizing the value before setting
9771         (gst_sunaudiomixer_get_volume):
9772           Normalizing the value after getting. Fixes bug# 161980
9773
9774 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
9775
9776         * Makefile.am: Make sure docs gets disted
9777         * docs/Makefile.am: Make sure all needed files get disted
9778         * gst-plugins.spec.in: latest updates
9779
9780 2004-12-22  Wim Taymans  <wim@fluendo.com>
9781
9782         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
9783         Revert patch 1.38 as clock distribution over schedulers does
9784         not work correcly in the core yet.
9785
9786 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9787
9788         * sys/oss/README: remove this file, which predates my birth
9789           (and which content is by far outdated)
9790
9791 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
9792
9793         * Makefile.am:
9794         * configure.ac:
9795         * docs/Makefile.am:
9796         * docs/libs/Makefile.am:
9797         * docs/libs/gst-plugins-libs-docs.sgml:
9798         * docs/libs/gst-plugins-libs-sections.txt:
9799         * docs/libs/tmpl/gstgconf.sgml:
9800         * docs/upload.mak:
9801         * docs/version.entities.in:
9802           Added boilerplate gtk-doc files for plugin-libs documentation.
9803
9804 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9805
9806         * gst/auparse/gstauparse.c: fix int and float audio caps
9807
9808 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9809
9810         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
9811         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
9812           g_assert() can be a macro, don't use #ifdef inside it.
9813
9814 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
9815
9816         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9817
9818         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
9819         (gst_videorate_init), (gst_videorate_chain),
9820         (gst_videorate_change_state):
9821           Event handling (fixes #159986).
9822
9823 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9824
9825         * gst-libs/gst/riff/riff-media.c:
9826         (gst_riff_create_video_caps_with_data):
9827           Add BLZ0 (Blizzard's version of DivX) fourcc.
9828
9829 2004-12-18  David Schleef  <ds@schleef.org>
9830
9831         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
9832         portability fix.
9833
9834 2004-12-18  David Schleef  <ds@schleef.org>
9835
9836         * gst/tta/ttadec.h: Disable some header code that isn't used
9837         and clearly isn't portable.
9838
9839 2004-12-18  David Schleef  <ds@schleef.org>
9840
9841         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
9842         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
9843         (avcodec_get_pix_fmt), (avpicture_layout),
9844         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
9845         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
9846         Fix code to not use GCC extensions (and c99 extensions that
9847         Forte does not like.)
9848
9849 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9850
9851         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9852
9853         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
9854         (gst_deinterlace_chain):
9855           Rowstride fixes. Fixes #161039.
9856         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
9857         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
9858         (gst_video_crop_getcaps), (gst_video_crop_link),
9859         (gst_video_crop_i420), (gst_video_crop_chain),
9860         (gst_video_crop_change_state):
9861           Rework of negotiation. Actually works now. Fixes #158650.
9862
9863 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9864
9865         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
9866           That was very stupid.
9867
9868 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9869
9870         * gst/matroska/matroska-demux.c:
9871         (gst_matroska_demux_parse_blockgroup):
9872           Fix possible crasher.
9873
9874 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9875
9876         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
9877         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
9878           Lace sizes can be zero.
9879
9880 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9881
9882         * ext/musepack/gstmusepackdec.cpp:
9883           Fetch error return values. Fixes #161624.
9884         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
9885           Really EOS.
9886
9887 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9888
9889         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
9890           Work for truncated (unfinished download etc.) files. Fixes #160514.
9891
9892 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9893
9894         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9895           Fix for integer overflow. Makes #156001 not crash. Probably masks
9896           the real bug.
9897
9898 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9899
9900         * gst/ac3parse/gstac3parse.c: (plugin_init):
9901           Parsers never have ranks. Fixes #159651.
9902
9903 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9904
9905         * gst/playback/gstdecodebin.c: (compare_ranks):
9906           make sure the facotries are ordered the same every time even if they
9907           have the same rank by using the name
9908         * gst/playback/gstdecodebin.c: (find_compatibles):
9909           make sure we don't add factories to the list twice
9910
9911 2004-12-16  David Schleef  <ds@schleef.org>
9912
9913         * configure.ac: look for musepack headers as musepack/*.h
9914         (fixes #159847)
9915         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
9916         * ext/musepack/gstmusepackreader.h: same
9917
9918 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9919
9920         * gst-libs/gst/riff/riff-read.c:
9921         (gst_riff_read_strf_auds_with_data):
9922           Read extradata correctly (fixes #155879).
9923
9924 2004-12-16  David Schleef  <ds@schleef.org>
9925
9926         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
9927         audio.  does _not_ attempt or allow conversion unless channels
9928         is 1 or 2.
9929
9930 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
9931
9932         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
9933
9934 2004-12-16  David Schleef  <ds@schleef.org>
9935
9936         * gst/audioscale/gstaudioscale.c: the resample library only
9937         handles 1 or 2 channels.  Change caps to compensate.
9938
9939 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9940
9941         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
9942         (gst_matroska_demux_audio_caps):
9943           Some MPEG-AAC hacks, because else it doesn't work...
9944
9945 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9946
9947         * gst-libs/gst/riff/riff-media.c:
9948         (gst_riff_create_video_caps_with_data),
9949         (gst_riff_create_video_template_caps):
9950           Add h264.
9951
9952 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9953
9954         * gst-libs/gst/audio/Makefile.am:
9955           Try to fix buildbot.
9956
9957 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9958
9959         * gst/tcp/gstmultifdsink.c:
9960           Clean up and uniformize debugging.
9961
9962 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
9963
9964         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9965
9966         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
9967         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
9968         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
9969         (gst_mpeg_demux_change_state):
9970           Reset on ready. Fixes 160276.
9971
9972 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
9973
9974         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9975
9976         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9977         (gst_ffmpegcsp_pad_link):
9978           Fix memleak (#154815).
9979
9980 2004-12-16  James Bowes  <bowes@cs.dal.ca>
9981
9982         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9983
9984         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
9985         (gst_musicbrainz_init), (gst_musicbrainz_chain),
9986         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
9987         * ext/musicbrainz/gsttrm.h:
9988           Add support for using a proxy server when getting a trm id from
9989           the MusicBrainz database (#149613).
9990
9991 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
9992
9993         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9994
9995         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
9996         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
9997           Fix memleaks (#157233).
9998
9999 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
10000
10001         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10002
10003         * gst-libs/gst/resample/resample.c: (gst_resample_close):
10004         * gst-libs/gst/resample/resample.h:
10005         * gst/audioscale/gstaudioscale.c:
10006           Fix memleak (#159215).
10007
10008 2004-12-16  Toni Willberg  <toniw@iki.fi>
10009
10010         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10011
10012         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
10013         * sys/oss/oss_probe.c: (main):
10014           Check for mono/stereo support (similar to samplerate probing),
10015           fixes #159433. Also add missing copyright header to oss_probe.c.
10016
10017 2004-12-15  David Schleef  <ds@schleef.org>
10018
10019         * configure.ac: add audioresample and cairo plugins.  Remove
10020         HAVE_MMX stuff, because it's not used.
10021         * ext/Makefile.am: same
10022         * ext/audioresample/Makefile.am: You are not ready for an
10023         audio resampling element based on audioresample.
10024         * ext/audioresample/gstaudioresample.c:
10025         * ext/audioresample/gstaudioresample.h:
10026         * ext/cairo/Makefile.am: You are not ready for overlay elements
10027         based on cairo.  Don't look too closely, these elements kinda
10028         suck right now.
10029         * ext/cairo/gstcairo.c: new
10030         * ext/cairo/gsttextoverlay.c: new
10031         * ext/cairo/gsttextoverlay.h: new
10032         * ext/cairo/gsttimeoverlay.c: new
10033         * ext/cairo/gsttimeoverlay.h: new
10034         * gst-libs/gst/media-info/media-info-priv.h: fix compile
10035         problem with compilers that don't support variadic macros.
10036
10037 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10038
10039         Reviewed by:  David Schleef  <ds@schleef.org>
10040
10041         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
10042         Bala, registering sunaudiosrc (oops!), and cleaning up code a
10043         bit.  Also ran indent-gst.
10044         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
10045         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
10046         (gst_sunaudiosrc_setparams):
10047
10048 2004-12-14  David Schleef  <ds@schleef.org>
10049
10050         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
10051         output rate to 16000.  Should fix #160235.
10052
10053 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10054
10055         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10056         Add typefinding for mpeg2 pes streams
10057
10058 2004-12-13  David Schleef  <ds@schleef.org>
10059
10060         * configure.ac:  Applied patch from bug #143659, making default
10061         sources and sinks OS-dependent (for Solaris), and added code
10062         for OS/X.
10063         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
10064
10065 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10066
10067         * gst-libs/gst/riff/riff-media.c:
10068           forgot to add h2.64 to avidemux template caps
10069
10070 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10071
10072         * gst/wavenc/riff.h:
10073         * gst-libs/gst/riff/riff-media.c:
10074         * gst-libs/gst/riff/riff-ids.h:
10075         * gst/avi/gstavimux.c
10076         add 4CC code for VideoSoft h264 in AVI (VSSH)
10077           fixes bug #160655
10078         remove s323 from riff, it's quicktime specific :(
10079
10080 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10081
10082         * gst/asfdemux/README
10083         * gst/wavenc/riff.h
10084         * gst-libs/gst/riff/riff-ids.h
10085         * gst-libs/gst/riff/riff-media.c
10086         * gst/qtdemux/qtdemux.c:
10087           add new 4CC codes for h263 related codecs
10088           fixes partially bug #155163
10089
10090 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
10091
10092         * configure.ac: Update polyaudio requirement to 0.7
10093         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
10094
10095 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10096
10097         * gst/interleave/deinterleave.c:
10098         fix my name's spelling! :)
10099
10100 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10101
10102         * AUTHORS ChangeLog
10103         * gst/auparse/gstauparse.c
10104         * gst/interleave/deinterleave.c
10105         * gst/law/:
10106                 alaw-decode.c alaw-encode.c
10107                 mulaw-decode.c mulaw-encode.c
10108         * gst/oneton/gstoneton.c
10109         * sys/osxaudio/:
10110                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
10111         * sys/osxvideo/:
10112                 cocoawindow.h cocoawindow.m
10113                 osxvideosink.h osxvideosink.m
10114
10115         put the same mail address for Zaheer Abbas Merali everywhere
10116
10117 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10118
10119         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
10120           Align by packetsize, and assert that we a packet available before
10121           playing. The first makes webstreams work (they often include
10122           trailing padding data in a packet), the second allows pausing a
10123           ASF stream in totem without getting demux errors afterwards.
10124
10125 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10126
10127         * ext/ogg/gstoggdemux.c: (get_relative):
10128           Check for non-NULL before accessing member (end-of-chain).
10129
10130 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10131
10132         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
10133         (cdparanoia_set_property), (cdparanoia_get_property):
10134         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
10135         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
10136         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10137         (dvdreadsrc_init), (dvdreadsrc_set_property),
10138         (dvdreadsrc_get_property):
10139         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
10140         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
10141           Synchronize property names where not yet the case. Devices are
10142           now device=X, other versions are deprecated (but still exist).
10143           Also use g_free() unconditionally.
10144         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10145         (setup_source), (gst_play_base_bin_get_property):
10146           Expose source.
10147
10148 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10149
10150         * configure.ac: move GCONF macro outside conditional for the am
10151           conditional. Fixes #160439
10152
10153 2004-12-08  David Schleef  <ds@schleef.org>
10154
10155         * tools/gst-visualise-m.m: Switch to elements that currently
10156         exist.
10157
10158 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10159
10160         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10161           We love wrong commas.
10162
10163 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10164
10165         * gst/matroska/matroska-demux.c:
10166         (gst_matroska_demux_handle_src_query):
10167           Don't set DEFAULT, unsupported - makes length display incorrectly
10168           in some cases.
10169
10170 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10171
10172         * gst/monoscope/README: remove blurb about files being GPL
10173         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
10174         * gst/monoscope/monoscope.c: Change license to BSD with explanation
10175           monoscope is now effectively LGPL licensed
10176
10177 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10178
10179         * gst/monoscope/README: Update information to be more correct
10180         * gst/monoscope/convolve.c: Relicense to LGPL
10181         * gst/monoscope/convolve.h: Relicense to LGPL
10182
10183 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
10184
10185         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
10186           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
10187         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
10188           set default_duration for mpeg1 audio
10189
10190 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10191
10192         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
10193         * ext/alsa/gstalsa.h:
10194           refactor big chunks of the core caps negotiation code to make it
10195           a lot faster, because people claim it's really slow
10196           (actually, just cache the getcaps when the device is opened)
10197
10198 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10199
10200         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
10201         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
10202         (gst_a52dec_handle_frame), (gst_a52dec_chain),
10203         (gst_a52dec_change_state), (plugin_init):
10204         * ext/a52dec/gsta52dec.h:
10205           Do something useful with timestamps. Make chain-based (since
10206           there's really no reason to be loopbased).
10207         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10208           Update current_byte/frame correctly.
10209
10210 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10211
10212         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
10213         (gst_ape_demux_stream_init):
10214           Forward tags, too.
10215
10216 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10217
10218         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
10219           Let's make sure we're done typefinding when detecting tags.
10220
10221 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10222
10223         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
10224         (gst_ebml_read_init), (gst_ebml_read_use_event),
10225         (gst_ebml_read_element_id), (gst_ebml_peek_id),
10226         (gst_ebml_read_seek), (gst_ebml_read_skip),
10227         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
10228         (gst_ebml_read_master):
10229         * gst/matroska/ebml-read.h:
10230         * gst/matroska/matroska-demux.c:
10231         (gst_matroska_demux_parse_contents),
10232         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
10233           Disgustingly evil hack for working around INTERRUPT events and
10234           their extremely annoying habit of being a pain in the ass. We
10235           simply peek a cluster before reading any of it.
10236
10237 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10238
10239         * ext/musepack/gstmusepackdec.cpp:
10240           There's also floating point libmusepacks.
10241
10242 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10243
10244         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
10245         (gst_faad_chanpos_to_gst), (gst_faad_chain):
10246           Set DURATION even if source buffer didn't. Also use increasing
10247           timestamps.
10248         * gst-libs/gst/riff/riff-media.c:
10249         (gst_riff_create_audio_caps_with_data):
10250           Block_align can have larger values than 8192.
10251
10252 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10253
10254         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
10255         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
10256         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
10257         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
10258           Fix caps.
10259
10260 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10261
10262         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
10263           Fix logic bug.
10264
10265 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10266
10267         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
10268           Yay, another one.
10269
10270 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10271
10272         * ext/esd/esdsink.c: (gst_esdsink_chain):
10273           Make error actually say something useful (fixes #156798).
10274         * gst-libs/gst/riff/riff-media.c:
10275         (gst_riff_create_video_caps_with_data),
10276         (gst_riff_create_video_template_caps):
10277           Add Intel Video 5.0 fourcc (IV50).
10278
10279 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
10280
10281         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
10282         detection on mono and stereo mp3 files.
10283
10284 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10285
10286         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10287           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
10288           the contained stream).
10289
10290 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10291
10292         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
10293           Oops, remove debug.
10294
10295 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10296
10297         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10298
10299         * gst/law/alaw-decode.c: (alawdec_getcaps):
10300         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
10301           Prevent warnings when negotiating caps (fixes #159338).
10302
10303 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10304
10305         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10306         (gst_ffmpegcsp_chain):
10307           Remove old leftover that shouldn't be there...
10308
10309 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10310
10311         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10312
10313         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
10314           Don't forward DISCONT events (fixes #159684).
10315
10316 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10317
10318         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
10319           Unlink manually since sometimes bin disposal (and therefore
10320           pad unlinking) is delayed, which will cause a new media file
10321           to not be able to start playing instantly.
10322
10323 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10324
10325         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
10326           On mute of an unlinked stream, check for pad availability so
10327           we don't crash on unlinked pad.
10328
10329 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10330
10331         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10332         (gst_avi_demux_massage_index):
10333           Fix quite humiliating bug in omitting 0-sized index chunks but
10334           forgetting to count them for timestamps.
10335
10336 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10337
10338         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
10339           Actually leave the loop if we failed to sync. Don't crash.
10340
10341 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10342
10343         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
10344         (gst_dvd_demux_process_private):
10345         * gst/mpegstream/gstdvddemux.h:
10346           Fix crash (#159759). Doesn't work, though. :-(.
10347
10348 2004-11-28  Benjamin Otte  <otte@gnome.org>
10349
10350         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
10351           more overwriting protection due to modifying channels one by one
10352           instead of all at once
10353
10354 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10355
10356         * gst/audioconvert/gstchannelmix.c:
10357         (gst_audio_convert_fill_normalize):
10358           Normalize using absolute values.
10359
10360 2004-11-28  Julien MOUTTE  <julien@moutte.net>
10361
10362         * configure.ac:
10363         * ext/Makefile.am:
10364         * ext/directfb/Makefile.am:
10365         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
10366         (gst_directfbvideosink_get_pixel_format),
10367         (gst_directfbvideosink_get_format_from_fourcc),
10368         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
10369         (gst_directfbvideosink_sink_link),
10370         (gst_directfbvideosink_change_state),
10371         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
10372         (gst_directfbvideosink_buffer_alloc),
10373         (gst_directfbvideosink_interface_supported),
10374         (gst_directfbvideosink_interface_init),
10375         (gst_directfbvideosink_navigation_send_event),
10376         (gst_directfbvideosink_navigation_init),
10377         (gst_directfbvideosink_set_property),
10378         (gst_directfbvideosink_get_property),
10379         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
10380         (gst_directfbvideosink_base_init),
10381         (gst_directfbvideosink_class_init),
10382         (gst_directfbvideosink_get_type), (plugin_init):
10383         * ext/directfb/directfbvideosink.h: Adding a first version of
10384         directfbvideosink.
10385         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
10386         more.
10387
10388 2004-11-28  Benjamin Otte  <otte@gnome.org>
10389
10390         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
10391           walk the samples backwards if out_channels > in_channels so we don't
10392           overwrite data
10393
10394 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10395
10396         * gst/audioconvert/Makefile.am:
10397         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
10398         (gst_audio_convert_link), (gst_audio_convert_change_state),
10399         (gst_audio_convert_channels):
10400         * gst/audioconvert/gstchannelmix.c:
10401         (gst_audio_convert_unset_matrix),
10402         (gst_audio_convert_fill_identical),
10403         (gst_audio_convert_fill_compatible),
10404         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
10405         (gst_audio_convert_fill_others),
10406         (gst_audio_convert_fill_normalize),
10407         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
10408         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
10409         * gst/audioconvert/gstchannelmix.h:
10410           Implement a channel mixer.
10411
10412 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
10413
10414         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
10415         * ext/alsa/gstalsa.h:
10416         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
10417         Make alsasink actually honor gst_element_set_clock and use that
10418         clock instead of its internal one.
10419
10420 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
10421
10422         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
10423         (gst_play_base_bin_change_state): nullify source and decoder when
10424         going from READY to NULL so that we don't try to do weird stuff with
10425         them when going from NULL to READY
10426         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
10427         instead of g_object_unref
10428         (gen_video_element), (gen_audio_element): more refcounting fixes, now
10429         it should be correct
10430         (gst_play_bin_change_state): don't call remove_sinks if we are
10431         currently disposing the object
10432
10433 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10434
10435         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
10436           Don't forget bass if it's there. Else left channel is silent...
10437
10438 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10439
10440         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
10441         (gst_a52dec_change_state):
10442           Don't do sample adjusting anymore, we use float audio now.
10443         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
10444           Don't fixate to non-existing properties.
10445
10446 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10447
10448         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
10449         (gst_a52dec_change_state):
10450           Advertise that we can do surround sound.
10451
10452 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10453
10454         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
10455           Add buffer-frames=0.
10456         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
10457         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
10458         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
10459         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
10460         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
10461         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
10462         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
10463         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
10464         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
10465         * ext/dvdread/dvdreadsrc.h:
10466           Add seeking, querying for bytes, sectors, title, angle and
10467           chapter. Handle multiple chapters. Relicense to LGPL because
10468           Billy agreed on that (thanks Billy!).
10469
10470 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
10471
10472         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
10473         call parent dispose method
10474
10475 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
10476
10477         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
10478         (gst_audio_clock_get_internal_time):
10479         Fix active <-> inactive transitions: ensure time value always
10480         grows and avoid abrupt value changes.
10481
10482 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
10483
10484         * configure.ac:
10485         * gst/tta/Makefile.am:
10486         * gst/tta/crc32.h:
10487         * gst/tta/filters.h:
10488         * gst/tta/gsttta.c:
10489         * gst/tta/gstttadec.c:
10490         * gst/tta/gstttadec.h:
10491         * gst/tta/gstttaparse.c:
10492         * gst/tta/gstttaparse.h:
10493         * gst/tta/ttadec.h:
10494           added TTA parser and decoder
10495
10496 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10497
10498         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10499         (probe_triggered), (check_queue), (buffer_underrun),
10500         (buffer_running), (buffer_overrun), (gen_source_element),
10501         (setup_source):
10502         * gst/playback/gstplaybasebin.h:
10503           Implement buffering. Needs some more work.
10504
10505 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10506
10507         * ext/theora/theoradec.c: (theora_dec_chain):
10508           Fix ilog mask range overflow.
10509
10510 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10511
10512         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
10513           Don't omit the last (which in case of dmix is the only :) )
10514           channel count. Don't set channels if <= 2.
10515
10516 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
10517
10518         * gst/playback/gstplaybin.c: (gen_video_element),
10519         (gen_audio_element): Removed 2 obsolete comments
10520
10521 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10522
10523         * ext/vorbis/oggvorbisenc.c
10524         * ext/vorbis/vorbisenc.c :
10525           change description fields of those plugins to differentiate them
10526           (pitivi show Encoders by description, they had the same one)
10527
10528 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
10529
10530         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10531
10532         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
10533         (gst_play_bin_set_property), (gen_video_element),
10534         (gen_audio_element):
10535           Refcounting fixes for provided audio-/videosinks.
10536
10537 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10538
10539         * gst/playback/gstplaybin.c: (gen_video_element),
10540         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
10541           Don't reference all sinks, but only the video- and audiosinks.
10542           The vis. element should be disposed when we're done with it.
10543           We don't have any reason to keep it around. This fixes warnings
10544           when reusing playbin for playing multiple audio files with
10545           vis. enabled. Also release audio device on pause - idea stolen
10546           from Rhythmbox.
10547
10548 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10549
10550         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
10551         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
10552         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
10553         * ext/alsa/gstalsaplugin.c: (plugin_init):
10554         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
10555         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
10556         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
10557         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
10558         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
10559         (gst_faad_change_state), (plugin_init):
10560         * ext/faad/gstfaad.h:
10561         * ext/vorbis/vorbis.c: (plugin_init):
10562         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10563         * gst-libs/gst/audio/Makefile.am:
10564         * gst-libs/gst/audio/audio.c: (plugin_init):
10565         * gst-libs/gst/audio/multichannel.c:
10566         (gst_audio_check_channel_positions),
10567         (gst_audio_get_channel_positions),
10568         (gst_audio_set_channel_positions),
10569         (gst_audio_set_structure_channel_positions_list),
10570         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
10571         (gst_audio_fixate_channel_positions):
10572         * gst-libs/gst/audio/multichannel.h:
10573         * gst-libs/gst/audio/testchannels.c: (main):
10574         * gst/audioconvert/gstaudioconvert.c:
10575         (gst_audio_convert_class_init), (gst_audio_convert_init),
10576         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
10577         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
10578         (gst_audio_convert_fixate), (gst_audio_convert_channels):
10579         * gst/audioconvert/plugin.c: (plugin_init):
10580           Surround sound support.
10581
10582 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10583
10584         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
10585           Fix position for discont if we're close as well. Nitpicking, but
10586           saves a few milliseconds of extra waiting or skipping.
10587
10588 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10589
10590         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
10591           We sometimes need parsers for playback, so add those too.
10592
10593 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10594
10595         * configure.ac:
10596         * gst/apetag/Makefile.am:
10597         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
10598         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
10599         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
10600         (gst_ape_demux_get_src_query_types),
10601         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
10602         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
10603         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
10604         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
10605         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
10606         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
10607         (gst_ape_demux_change_state):
10608         * gst/apetag/apedemux.h:
10609         * gst/apetag/apetag.c: (plugin_init):
10610         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
10611         (plugin_init):
10612           APE v1/2 tag reader plus typefind function.
10613
10614 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10615
10616         * configure.ac:
10617         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
10618         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
10619           Remove hacks for older core. Require newer core version
10620           accordingly.
10621
10622 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10623
10624         * gst/cdxaparse/Makefile.am:
10625         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
10626         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
10627         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
10628         * gst/cdxaparse/gstcdxaparse.h:
10629         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
10630         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
10631         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
10632         (gst_cdxastrip_get_src_query_types),
10633         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
10634         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
10635         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
10636         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
10637         * gst/cdxaparse/gstcdxastrip.h:
10638           SVCD/VCD header stripping separated from CDXA image parsing.
10639         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10640         (plugin_init):
10641           Add VCD/SVCD header typefinding for VCD/SVCD.
10642         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
10643         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
10644         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
10645         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
10646         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
10647         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
10648         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
10649         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
10650         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
10651         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
10652         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
10653         * sys/vcd/vcdsrc.h:
10654           Fix up, add seeking, querying, URI interface. Works in totem now.
10655
10656 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10657
10658         * configure.ac:
10659           back to CVS
10660
10661 === release 0.8.6 ===
10662
10663 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10664
10665         * NEWS:
10666         * RELEASE:
10667         * configure.ac:
10668         * po/af.po:
10669         * po/az.po:
10670         * po/cs.po:
10671         * po/en_GB.po:
10672         * po/hu.po:
10673         * po/it.po:
10674         * po/nb.po:
10675         * po/nl.po:
10676         * po/or.po:
10677         * po/sq.po:
10678         * po/sr.po:
10679         * po/sv.po:
10680         * po/uk.po:
10681           releasing 0.8.6, "IOU Love"
10682
10683 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10684
10685         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
10686
10687         * gst/playback/gstplaybasebin.c:
10688           Fix unplayable files error handling.  Fixes #158365
10689
10690 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10691
10692         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
10693
10694         * gst/typefind/gsttypefindfunctions.c:
10695           Fix broken mp3 typefinding.  Fixes #158375
10696
10697 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10698
10699         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
10700
10701         * ext/ogg/gstoggdemux.c:
10702           Fix sync on broken files.  Fixes #158976
10703
10704 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10705
10706         patch by: Edward Hervey <bilboed@bilboed.com>
10707
10708         * ext/libpng/gstpngenc.c:
10709           Copy over buffer properties.  Fixes #158832
10710
10711 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10712
10713         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
10714
10715         * ext/dvdread/dvdreadsrc.c:
10716           Fixes invalid reads (#158462)
10717
10718 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10719
10720         * sys/v4l/gstv4lsrc.c:
10721         * sys/v4l/gstv4lsrc.h:
10722         * sys/v4l/v4lsrc_calls.c:
10723           Probe less and cache it.  Fixes #159187.
10724
10725 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10726
10727         * gst/videorate/gstvideorate.c:
10728           Handle all video formats. Fixes #159186.
10729
10730 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
10731         * gst/synaesthesia/gstsynaesthesia.c:
10732         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
10733         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
10734         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
10735         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
10736         (gst_synaesthesia_change_state), (plugin_init):
10737         Fix up synaesthesia to work under different samplerates/ buffer sizes.
10738         Force 320x200 output, as that's the only thing the underlying
10739         synaesthesia implementation supports. Still needs to be made
10740         re-entrant.
10741
10742 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10743
10744         * configure.ac:
10745           Fix mpeg2enc configure check (similar to mplex check below).
10746
10747 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
10748
10749         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10750
10751         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10752           Fix for gcc-2.95 (fixes #158221).
10753
10754 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10755
10756         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
10757           Re-add clock distribution hack (until new core is released).
10758           Fixes #158125.
10759
10760 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
10761         * configure.ac:
10762           fix mplex configure check segfaulting on some systems (bug #140994)
10763
10764 2004-11-13  Benjamin Otte  <otte@gnome.org>
10765
10766         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
10767           add debugging
10768         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10769           do a wait when we enter the loop func with no data available to
10770           write instead of getting into an 100% CPU loop by just returning and
10771           being called again by the scheduler
10772
10773 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
10774
10775         * configure.ac:
10776         * ext/libvisual/visual.c: (gst_visual_get_type),
10777         (libvisual_log_handler), (gst_visual_getcaps),
10778         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
10779         (plugin_init):
10780           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
10781         * ext/smoothwave/Makefile.am:
10782         * ext/smoothwave/demo-osssrc.c: (main):
10783         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
10784         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
10785         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
10786         (plugin_init):
10787         * ext/smoothwave/gstsmoothwave.h:
10788           Make gstsmoothwave a working element in the 20th century.
10789
10790         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
10791           Fix incorrect link function
10792
10793 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10794
10795         * gst/volume/gstvolume.c:
10796           Allow buffer-frames=0.
10797
10798 2004-11-12 Iain <iaingnome@gmail.com>
10799
10800         * configure.ac: Check for polypaudio
10801
10802         * ext/Makefile.am: Build the polyp dir
10803
10804         * ext/polyp: The polypsink sources.
10805
10806 2004-10-30 Iain <iaingnome@gmail.com>
10807
10808         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
10809         caps to reflect the new number of channels.
10810
10811 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10812
10813         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10814           Fix for negotiation order problem. This would show when the
10815           ALSA loopfuction was called before any other function. ALSA
10816           wouldn't do anything because we're not negotiated yet, leading
10817           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
10818
10819 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10820
10821         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10822
10823         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
10824           No warnings (#157986).
10825
10826 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10827
10828         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10829           Prefer apev1/2 and id3v1 (at end of file) over musepack.
10830
10831 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10832
10833         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
10834           Signal no-more-pads (so it works in playbin).
10835
10836 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10837
10838         * ext/musepack/gstmusepackreader.cpp:
10839           Workaround for older core.
10840
10841 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10842
10843         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
10844           Actually test for odd width/height rather than testing whether
10845           a temporary variable that was 0 before we subtracted 1 is now
10846           not equal to zero (which it always is).
10847
10848 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10849
10850         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
10851         Fix compilation if HAVE_XVIDEO is not defined
10852
10853 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10854
10855         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
10856         Fix compilation if HAVE_XVIDEO is not defined
10857
10858 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
10859
10860         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10861         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
10862         (gst_goom_change_state), (plugin_init):
10863         Use the bytestream adapter so goom doesn't depend on the input
10864         buffer size.
10865         Add a debug category
10866
10867 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10868
10869         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
10870           Only set hardware parameters *after* negotiation. Before
10871           negotiation, it will set ANY and that seems to cause crashes
10872           (see e.g. #151288, #153227).
10873
10874 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10875
10876         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
10877           This seems to be antique leftover. It needs to pass error
10878           checking.
10879         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
10880         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
10881         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
10882         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
10883           Fix GstXOverlay implementation (#151059).
10884
10885 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10886
10887         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10888           Don't assert (#157853).
10889
10890 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10891
10892         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
10893           Fix bytes/samples confustion.
10894         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
10895           Fix for underrun (#144389).
10896
10897 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10898
10899         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
10900           Disable halfway-seek for pending release (since it needs a new
10901           core release).
10902
10903 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10904
10905         * sys/v4l/gstv4lsrc.c:
10906         * sys/v4l/gstv4lsrc.h:
10907         * sys/v4l/v4lsrc_calls.c:
10908           add autoprobe-fps property so we can separate autoprobing parts
10909
10910 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10911
10912         * sys/v4l/gstv4lsrc.c:
10913         * sys/v4l/v4lsrc_calls.c:
10914         initialise fourcc to catch unset fourcc's, and debug
10915
10916 2004-11-09  Wim Taymans  <wim@fluendo.com>
10917
10918         * gst/playback/README:
10919         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
10920         * gst/playback/gstplaybin.c: (gst_play_bin_init),
10921         (gst_play_bin_dispose), (gst_play_bin_set_property),
10922         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
10923         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
10924         (gst_play_bin_get_formats), (gst_play_bin_convert),
10925         (gst_play_bin_get_query_types), (gst_play_bin_query):
10926         Cleanups and some more documentation.
10927
10928 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
10929
10930         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
10931         (gst_cacasink_init), (gst_cacasink_chain):
10932         * ext/libcaca/gstcacasink.h:
10933         Cacasink inherits from VideoSink, so let that store the clock.
10934
10935 2004-11-09  Wim Taymans  <wim@fluendo.com>
10936
10937         * gst/playback/README:
10938         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
10939         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
10940         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
10941         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
10942         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
10943         (setup_sinks):
10944         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
10945         (gst_stream_info_is_mute), (gst_stream_info_set_property):
10946         * gst/playback/gststreaminfo.h:
10947         Updated README.
10948         Only switch groups if all streams have muted (EOSed).
10949         Send Tags in sync with the stream playback instead of in
10950         the playback/preroll phase.
10951         Some cleanups, free the fakesrc elements.
10952
10953 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10954
10955         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
10956           buffer-frames property was missing
10957         * ext/arts/gst_arts.c:
10958           rate missing from sinkcaps
10959         * ext/audiofile/gstafparse.c:
10960         * ext/audiofile/gstafsink.c:
10961         * ext/audiofile/gstafsrc.c:
10962         * ext/swfdec/gstswfdec.c:
10963           int audio doesn't know buffer-frames
10964         * ext/cdparanoia/gstcdparanoia.c:
10965           int audio doesn't know chunksize either
10966         * ext/nas/nassink.c:
10967           it's endianness, not endianess
10968         * gst-libs/gst/audio/audio.h:
10969           make float standard pad template caps really describe float
10970         * gst/law/mulaw.c: (linear_factory):
10971           signed only, please
10972         * gst/mpegstream/gstdvddemux.c:
10973           widths of 20 are not valid
10974
10975 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
10976
10977         Submitted by: Luca Ferretti <elle.uca@infinito.it>
10978
10979         * po/LINGUAS:
10980         * po/it.po:
10981           Add Italian
10982
10983 2004-11-08  Wim Taymans  <wim@fluendo.com>
10984
10985         * gst/playback/README:
10986         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
10987         * gst/playback/gstplaybasebin.c: (probe_triggered),
10988         (gst_play_base_bin_change_state):
10989         Updated README, added more comments for fixmes etc..
10990
10991 2004-11-08  Wim Taymans  <wim@fluendo.com>
10992
10993         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
10994         We can remove this hack now.
10995
10996 2004-11-08  Wim Taymans  <wim@fluendo.com>
10997
10998         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
10999         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
11000         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
11001         Only mix AYUV for maximum quality.
11002
11003 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11004
11005         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
11006         (gst_ogg_demux_push), (gst_ogg_pad_push):
11007           Let's act as if we're synchronized now! :).
11008         * ext/theora/theoradec.c: (theora_dec_chain):
11009           Add some debug.
11010
11011 2004-11-08  Wim Taymans  <wim@fluendo.com>
11012
11013         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
11014         (gst_alpha_set_property), (gst_alpha_sink_link),
11015         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
11016         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
11017         (gst_alpha_init_params), (gst_alpha_chain):
11018         Implement alpha functions for AYUV too, this increases
11019         accuracy quite a bit.
11020
11021 2004-11-08  Wim Taymans  <wim@fluendo.com>
11022
11023         * gst/ffmpegcolorspace/avcodec.h:
11024         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11025         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11026         (gst_ffmpegcsp_avpicture_fill):
11027         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11028         (gst_ffmpegcsp_caps_remove_format_info):
11029         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
11030         (shrink12), (img_get_alpha_info), (deinterlace_line),
11031         (deinterlace_line_inplace):
11032         * gst/ffmpegcolorspace/imgconvert_template.h:
11033         Added AYUV colorspace and handle RGBA a bit more respectful.
11034
11035 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11036
11037         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11038           Actually always send a discont (cornercase when resending the
11039           same serial-tagged chain twice).
11040
11041 2004-11-08  Julien MOUTTE  <julien@moutte.net>
11042
11043         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
11044         (gst_ximagesink_finalize):
11045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
11046         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
11047
11048 2004-11-08  Wim Taymans  <wim@fluendo.com>
11049
11050         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
11051         Don't segfault on NULL data.
11052
11053 2004-11-08  Wim Taymans  <wim@fluendo.com>
11054
11055         * gst/playback/gstdecodebin.c: (unlinked):
11056         * gst/playback/gstplay-marshal.list:
11057         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11058         (gst_play_base_bin_init), (group_create), (get_active_group),
11059         (get_building_group), (group_destroy), (group_commit),
11060         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
11061         (add_element_stream), (no_more_pads), (probe_triggered),
11062         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
11063         (state_change), (setup_source), (gst_play_base_bin_get_property),
11064         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
11065         (gst_play_base_bin_link_stream),
11066         (gst_play_base_bin_get_streaminfo):
11067         * gst/playback/gstplaybasebin.h:
11068         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11069         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
11070         Add support for chained ogg files. Prepare for playlist
11071         support. This patch introduces the concept of pad groups, which
11072         together compose one playable media file.
11073
11074 2004-11-07  David Schleef  <ds@schleef.org>
11075
11076         * testsuite/gst-lint: Check for pad templates that aren't statically
11077         scoped.
11078
11079 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11080
11081         * configure.ac:
11082         * ext/Makefile.am:
11083         * ext/musepack/Makefile.am:
11084         * ext/musepack/gstmusepackdec.cpp:
11085         * ext/musepack/gstmusepackdec.h:
11086         * ext/musepack/gstmusepackreader.cpp:
11087         * ext/musepack/gstmusepackreader.h:
11088           Add musepack decoder.
11089         * ext/faad/gstfaad.c: (gst_faad_base_init):
11090           Make pad templates static.
11091         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
11092         (plugin_init):
11093           Add musepack typefinder, make mp3 typefinding work halfway stream,
11094           which doesn't actually work yet because id3demux doesn't implement
11095           _get_length().
11096
11097 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11098
11099         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11100         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
11101           Fix interrupt event handling (#144436).
11102
11103 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11104
11105         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
11106           Hide unused glory.
11107
11108 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11109
11110         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11111
11112         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11113           Fix weird caps (#157548).
11114
11115 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11116
11117         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11118
11119         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
11120           Add missing NULL terminator (#157543).
11121
11122 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11123
11124         * gst/tcp/gsttcp.h:
11125         * gst/tcp/gsttcpclientsink.c:
11126         * gst/tcp/gsttcpclientsrc.c:
11127         * gst/tcp/gsttcpserversink.c:
11128         * gst/tcp/gsttcpserversrc.c:
11129           ports can go up to 65535.  Move common defines to gsttcp.h
11130
11131 2004-11-05  Wim Taymans  <wim@fluendo.com>
11132
11133         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
11134         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
11135         Added two more colorspaces.
11136
11137 2004-11-05  Wim Taymans  <wim@fluendo.com>
11138
11139         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11140         (gst_ffmpegcsp_avpicture_fill):
11141         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
11142         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
11143         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
11144         More stride fixes.
11145
11146 2004-11-05  Wim Taymans  <wim@fluendo.com>
11147
11148         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
11149         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
11150         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
11151         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
11152         (gst_videomixer_loop):
11153         More stride fixes.
11154
11155 2004-11-05  Benjamin Otte  <otte@gnome.org>
11156
11157         * ext/mad/gstmad.c: (gst_mad_chain):
11158           don't overflow data buffer. Flush not needed sync data when syncing
11159           failed.
11160
11161 2004-11-04  Wim Taymans  <wim@fluendo.com>
11162
11163         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
11164         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
11165         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
11166         (gst_alpha_init_params), (gst_alpha_chain),
11167         (gst_alpha_change_state):
11168         Updated the chroma keying algorithm with something more
11169         sophisticated.
11170
11171 2004-11-03  Wim Taymans  <wim@fluendo.com>
11172
11173         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
11174         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
11175         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
11176         Fix stride issues. Does not completely work for odd
11177         heights.
11178
11179 2004-11-03  Wim Taymans  <wim@fluendo.com>
11180
11181         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
11182         (gst_alpha_chroma_key), (gst_alpha_chain):
11183         Fix stride issues. Does not completely work for odd
11184         heights.
11185
11186 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
11187
11188         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
11189         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
11190         leak fixes
11191
11192 2004-11-03  Wim Taymans  <wim@fluendo.com>
11193
11194         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11195         (gst_ffmpegcsp_avpicture_fill):
11196         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
11197         (avpicture_alloc):
11198         * gst/ffmpegcolorspace/imgconvert_template.h:
11199         Use correct _fill function to get correct strides.
11200
11201 2004-11-02  David Schleef  <ds@schleef.org>
11202
11203         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11204         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
11205         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
11206         Change all g_print()s to debugging.  Add a bunch of consistency
11207         checks.
11208
11209 2004-11-02  Wim Taymans  <wim@fluendo.com>
11210
11211         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
11212         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
11213         (unlinked), (no_more_pads), (close_link):
11214         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11215         (unknown_type), (add_element_stream), (new_decoded_pad),
11216         (removed_decoded_pad), (setup_source):
11217         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
11218         (gst_stream_info_class_init), (gst_stream_info_init),
11219         (gst_stream_info_new), (gst_stream_info_dispose),
11220         (stream_info_mute_pad), (gst_stream_info_set_property),
11221         (gst_stream_info_get_property):
11222         * gst/playback/gststreaminfo.h:
11223         Fix playback of multiple files.
11224         a slightly different approach to handling dynamic pad removals.
11225         This one only looks at pads that we have linked.
11226
11227 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
11228
11229         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
11230         free" warning from libc.
11231
11232 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11233
11234         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
11235         (get_unconnected_element), (remove_starting_from), (pad_removed),
11236         (close_link):
11237           Implement support for dynamic pad changing. We listen to "live"
11238           pad removals (i.e. while playing) and re-setup autoplugging
11239           after that. Playbasebin/playbin need some more work for this
11240           to finally work, but decodebin supports (and replugs) chained
11241           ogg now.
11242
11243 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
11244
11245         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
11246         (gst_alsa_finalize):
11247         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
11248         (gst_cdaudio_finalize):
11249         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
11250         (cdparanoia_finalize):
11251         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
11252         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
11253         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
11254         (dvdreadsrc_finalize):
11255         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
11256         (gst_flacdec_finalize):
11257         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
11258         (gst_flacenc_finalize):
11259         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
11260         (gst_gnomevfssink_finalize):
11261         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
11262         (gst_gnomevfssrc_finalize):
11263         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
11264         (gst_fameenc_finalize):
11265         * ext/nas/nassink.c: (gst_nassink_class_init),
11266         (gst_nassink_finalize):
11267         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
11268         (gst_sdlvideosink_class_init):
11269         * ext/sndfile/gstsf.c: (gst_sf_dispose):
11270         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
11271         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
11272         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
11273         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
11274         (gst_x_window_listener_dispose):
11275         * gst/audioscale/gstaudioscale.c:
11276         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
11277         (play_on_demand_finalize):
11278         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
11279         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
11280         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
11281         (cdplayer_finalize):
11282         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
11283         (gst_glimagesink_class_init):
11284         * sys/oss/gstosselement.c: (gst_osselement_class_init),
11285         (gst_osselement_finalize):
11286         * sys/oss/gstosssink.c: (gst_osssink_dispose):
11287         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
11288         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
11289           Fixes a bunch of problems with finalize and dispose functions,
11290           either assumptions that dispose is only called once, or not calling
11291           the parent class dispose/finalize function
11292
11293 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
11294
11295         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
11296           added two api precondition guards
11297           use g_strdup with getenv to fix crash when using ENVVAR
11298
11299 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
11300         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11301         (gst_esdsink_finalize):
11302         Use a finalize function, not dispose, and more importantly,
11303         call the parent class finalize function too
11304
11305 2004-11-01  Johan Dahlin  <johan@gnome.org>
11306
11307         * ext/ogg/gstoggdemux.c:
11308         * gst/tags/gstvorbistag.c:
11309         Plug leaks.
11310
11311 2004-10-31  Benjamin Otte  <otte@gnome.org>
11312
11313         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
11314           lotsa memleaks today. But they're all small...
11315
11316 2004-10-31  Benjamin Otte  <otte@gnome.org>
11317
11318         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11319           another memleak crushed
11320
11321 2004-10-31  Benjamin Otte  <otte@gnome.org>
11322
11323         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
11324           fix memleak
11325
11326 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11327
11328         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11329           Hack to prevent crash when going to READY inside signal handler
11330           while this function is active.
11331
11332 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11333
11334         * gst/ffmpegcolorspace/Makefile.am:
11335         * gst/ffmpegcolorspace/avcodec.h:
11336         * gst/ffmpegcolorspace/common.h:
11337         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
11338         * gst/ffmpegcolorspace/dsputil.h:
11339         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
11340         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11341         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11342         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
11343         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
11344         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
11345         (gst_ffmpegcsp_avpicture_fill):
11346         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
11347         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11348         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
11349         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
11350         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
11351         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
11352         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
11353         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
11354         * gst/ffmpegcolorspace/imgconvert.c:
11355         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
11356         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
11357         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
11358         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
11359         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
11360         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
11361         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
11362         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
11363         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
11364         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
11365         (grow21), (grow22), (grow41), (grow44), (conv411),
11366         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
11367         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
11368         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
11369         (avpicture_free), (is_yuv_planar), (img_convert),
11370         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
11371         (deinterlace_line_inplace), (deinterlace_bottom_field),
11372         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
11373         * gst/ffmpegcolorspace/imgconvert_template.h:
11374         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
11375         * gst/ffmpegcolorspace/mmx.h:
11376         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
11377         (av_fast_realloc), (av_mallocz_static), (av_free_static),
11378         (av_freep), (avcodec_get_context_defaults),
11379         (avcodec_alloc_context), (avcodec_init):
11380           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
11381           handling plus update from ffmpeg CVS. Large clean-up.
11382
11383 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11384
11385         * gst/playback/Makefile.am:
11386           We need the marshallers for decodebin, too.
11387
11388 2004-10-30  David Schleef  <ds@schleef.org>
11389
11390         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
11391           quicktime typefinding work with 64-bit offsets.
11392
11393 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
11394
11395         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
11396           Set EOS on the element when processing an EOS event.
11397         * ext/speex/gstspeexdec.h:
11398         * ext/speex/gstspeexenc.h:
11399           Only keep a const ptr to the mode
11400         * gst-libs/gst/riff/riff-media.c:
11401         (gst_riff_create_audio_caps_with_data),
11402         (gst_riff_create_audio_template_caps):
11403           Allow WMAV3, with up to 6 channels.
11404         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
11405           Don't call gst_pad_set_event_function on a sink pad.
11406         * gst/mpegstream/gstdvddemux.c:
11407         (gst_dvd_demux_get_subpicture_stream),
11408         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
11409           Copy the explicit caps that were set across to the cur_* pads,
11410           instead of trying to use a possibly non-existent negotiated caps.
11411           Reset the type of subpicture pads to UNKNOWN after calling
11412           init_stream, so that the caps get set.
11413
11414 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
11415
11416         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11417
11418         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
11419           Don't touch buffer if it is of size 0 (fixes #151064).
11420
11421 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11422
11423         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
11424           Synchronized discont handling.
11425
11426 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11427
11428         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
11429         (gst_ogg_demux_push):
11430           Make seeking sort-of exact again (fixes #156387).
11431
11432 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11433
11434         * gst/playback/gstplaybasebin.c: (unknown_type),
11435         (add_element_stream), (new_decoded_pad),
11436         (gst_play_base_bin_change_state):
11437         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
11438         (gst_stream_info_init), (gst_stream_info_new),
11439         (gst_stream_info_dispose), (gst_stream_info_get_property):
11440         * gst/playback/gststreaminfo.h:
11441           Make caps explicitely available. Makes testing for unsupported
11442           types possible. Improves error reporting.
11443
11444 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11445
11446         * gst/audioconvert/gstaudioconvert.c:
11447         (gst_audio_convert_buffer_to_default_format):
11448           Really don't touch read-only buffers (#156563).
11449
11450 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
11451
11452         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11453
11454         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
11455           Fix memleak (#155223).
11456
11457 2004-10-29  Wim Taymans  <wim@fluendo.com>
11458
11459         * gst/tcp/.cvsignore:
11460         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
11461         (gst_multifdsink_class_init), (gst_multifdsink_init),
11462         (gst_multifdsink_add), (gst_multifdsink_remove),
11463         (gst_multifdsink_remove_client_link), (is_sync_frame),
11464         (gst_multifdsink_new_client),
11465         (gst_multifdsink_handle_client_write),
11466         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11467         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11468         (gst_multifdsink_get_property):
11469         * gst/tcp/gstmultifdsink.h:
11470         Added burst on connect sync_method, deprecated sync_clients,
11471         streamlined the sync code some more.
11472
11473 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11474
11475         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
11476         (gst_play_base_bin_change_state):
11477           Improve error reporting.
11478
11479 2004-10-28  Wim Taymans  <wim@fluendo.com>
11480
11481         * gst/tcp/Makefile.am:
11482         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
11483         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
11484         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
11485         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11486         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11487         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11488         (gst_fdset_wait):
11489         Added more locks around fdset structures. Fixed/reworked
11490         the poll array resizing code.
11491         Added stress test for fdset.
11492
11493 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11494
11495         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
11496         fix build
11497
11498 2004-10-28  Benjamin Otte  <otte@gnome.org>
11499
11500         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
11501           fix link function to always query channels and query width for
11502           floats
11503         * configure.ac:
11504           add equalizer dir
11505         * gst/equalizer/Makefile.am:
11506         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
11507         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
11508         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
11509         (arg_to_scale), (setup_filter),
11510         (gst_iir_equalizer_compute_frequencies),
11511         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
11512         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
11513         (plugin_init):
11514           add an equalizer
11515
11516 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11517
11518         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
11519
11520         * po/LINGUAS:
11521         * po/nb.po:
11522           Added Norwegian Bokmaal translation
11523
11524 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11525
11526         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11527           Don't break on options (fixes #156488).
11528
11529 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11530
11531         * configure.ac:
11532         * ext/cdaudio/Makefile.am:
11533         * sys/Makefile.am:
11534           fix build on older automake
11535
11536 2004-10-26  Wim Taymans  <wim@fluendo.com>
11537
11538         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
11539         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
11540         Allow a little margin when negotiating the framerate.
11541
11542 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
11543
11544         * gst/level/gstlevel.c:
11545           synchonised naming of pads and pad-templates
11546
11547 2004-10-26  Wim Taymans  <wim@fluendo.com>
11548
11549         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
11550         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
11551         (_find_streams_check), (gst_ogg_demux_push):
11552         Fix EOS again. Needs to be done in a better way. We should not
11553         remove the pad if there is no new chained stream.
11554
11555 2004-10-26 Iain <iaingnome@gmail.com>
11556
11557         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
11558         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
11559         of the caps.
11560         * gst/interleave/interleave.c (interleave_class_init): Hook up release
11561         pad.
11562         (interleave_release_pad): Remove the pad.
11563         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
11564         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
11565         the set device.
11566         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
11567         attrs
11568         (gst_xvimagesink_xcontext_clear): Free the xcontext.
11569         (gst_xvimagesink_finalize): Free the par.
11570
11571 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11572
11573         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
11574         (gst_avimux_stop_file):
11575           First calculate the rate, and only then use it. Hdr.rate is a
11576           multiple and not a derivative of hdr.scale. Scale is not the
11577           same as blockalign but is solely related to rate.
11578
11579 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11580
11581         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11582         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
11583           Implement seeking.
11584
11585 2004-10-25  James Henstridge  <james@jamesh.id.au>
11586
11587         Reviewed by:  David Schleef  <ds@schleef.org>
11588
11589         * examples/gstplay/player.c: (got_stream_length), (main):
11590         * examples/seeking/cdplayer.c: (update_scale):
11591         * examples/seeking/seek.c: (format_value), (update_scale):
11592         * examples/seeking/spider_seek.c: (format_value), (update_scale),
11593         (stop_seek):
11594         Build fixes on AMD64.
11595
11596 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11597
11598         reviewed by: Ronald Bultje <rbultje at gnome dot org>
11599
11600         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
11601         Fix for some v4l cards which hang in v4lsrc
11602
11603 2004-10-25  Wim Taymans  <wim@fluendo.com>
11604
11605         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
11606         (gst_ogg_demux_push), (gst_ogg_chains_clear):
11607         Make sure to remove the pad when a new chain is
11608         encountered. Set some vars to NULL so we don't try
11609         to reference freed memory.
11610
11611 2004-10-25  Wim Taymans  <wim@fluendo.com>
11612
11613         * examples/seeking/Makefile.am:
11614         * examples/seeking/cdplayer.c: (update_scale):
11615         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
11616         * examples/seeking/playbin.c: (make_playerbin_pipeline),
11617         (format_value), (update_scale), (iterate), (start_seek),
11618         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
11619         (print_usage), (main):
11620         Added some more examples, update others.
11621
11622 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11623
11624         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
11625         * ext/speex/gstspeexdec.c: (speex_dec_chain):
11626         * ext/theora/theoradec.c: (theora_dec_chain):
11627         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
11628           Add codec-name metadata.
11629
11630 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
11631
11632         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11633
11634         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11635         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11636         * ext/alsa/gstalsamixertrack.h:
11637         * po/POTFILES.in:
11638           ALSA mixer track label internationalization (#154054).
11639
11640 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11641
11642         * ext/theora/theoradec.c: (theora_dec_chain):
11643           Export bitrate as metadata.
11644
11645 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11646
11647         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11648         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11649         * ext/alsa/gstalsamixertrack.h:
11650           Fix names, fix loop.
11651
11652 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11653
11654         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
11655         (speex_dec_convert):
11656           sinkconvert function so oggdemux can get the file length (totem).
11657
11658 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
11659
11660         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11661
11662         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
11663           Don't push incomplete packets.
11664         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
11665           Fix MPEG-4 audio typefinding.
11666
11667 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11668
11669         * sys/v4l/Makefile.am:
11670         * sys/v4l/gstv4l.c: (plugin_init):
11671         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
11672         (gst_v4lelement_init), (gst_v4lelement_dispose),
11673         (gst_v4lelement_change_state):
11674         * sys/v4l/gstv4lelement.h:
11675         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
11676         (gst_v4l_xoverlay_close), (idle_refresh),
11677         (gst_v4l_xoverlay_set_xwindow_id):
11678         * sys/v4l/gstv4lxoverlay.h:
11679         * sys/v4l/v4l-overlay_calls.c:
11680         * sys/v4l/v4l_calls.h:
11681         * sys/v4l2/Makefile.am:
11682         * sys/v4l2/gstv4l2.c: (plugin_init):
11683         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
11684         (gst_v4l2element_init), (gst_v4l2element_dispose),
11685         (gst_v4l2element_change_state):
11686         * sys/v4l2/gstv4l2element.h:
11687         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
11688         (gst_v4l2_xoverlay_close), (idle_refresh),
11689         (gst_v4l2_xoverlay_set_xwindow_id):
11690         * sys/v4l2/gstv4l2xoverlay.h:
11691         * sys/v4l2/v4l2-overlay_calls.c:
11692         * sys/v4l2/v4l2_calls.h:
11693           Remove client-side overlay handling, use the X-server v4l plugin
11694           for that. Nicer overlay, less code. Also make the plugin
11695           compileable without X (but then without overlay, obviously).
11696           Makes xwindowlistener obsolete, should we remove that?
11697
11698 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11699
11700         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
11701         (gst_osssrc_src_query):
11702         * sys/oss/gstosssrc.h:
11703           OK, so people want offset in DEFAULT. This time, actually fix all
11704           cases.
11705         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
11706           Add FPS properly.
11707
11708 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11709
11710         * gst/asfdemux/gstasfmux.c:
11711         * gst/avi/gstavimux.c:
11712           Framerate.
11713
11714 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11715
11716         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
11717           Fix properties (channel, norm, frequency).
11718
11719 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11720
11721         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
11722           Flag typo.
11723         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
11724           No warnings.
11725
11726 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11727
11728         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
11729           Fix hang.
11730
11731 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11732
11733         * sys/v4l2/gstv4l2element.h:
11734           Yet Another Hack (tm) for kernel header borkedness.
11735         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
11736         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
11737         (gst_v4l2src_link), (gst_v4l2src_getcaps),
11738         (gst_v4l2src_change_state):
11739         * sys/v4l2/gstv4l2src.h:
11740         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
11741         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
11742           Fix caps, keep track of state, work.
11743
11744 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11745
11746         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
11747           Quiet.
11748
11749 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11750
11751         * sys/oss/gstosssrc.c: (gst_osssrc_get):
11752           Don't mix bytes and samples.
11753
11754 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11755
11756         * ext/ogg/gstoggmux.c:
11757           Basic pad template which accepts OGM tracks, speex, flac, vorbis
11758           and theora. Any is incorrect.
11759         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
11760           Fix caps.
11761         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
11762         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
11763         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
11764         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
11765         * sys/v4l/gstv4lmjpegsrc.h:
11766         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
11767         (gst_v4lsrc_change_state):
11768         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
11769         (gst_v4lmjpegsrc_capture_stop):
11770           Fix caps. Keep track of internal state. Work.
11771
11772 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11773
11774         * ext/Makefile.am:
11775           Fix the build fixes.
11776
11777 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11778
11779         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
11780         (gst_ogg_demux_src_event), (_find_chain_seek),
11781         (gst_ogg_pad_push):
11782           Check for pad availability before using it.
11783         * ext/ogg/gstoggdemux.c: (_find_chain_process):
11784           Fix parsing of chained ogg. Needs more work on the decoder side.
11785
11786 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11787
11788         * gst/spectrum/Makefile.am:
11789         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
11790         (idle_func):
11791           Fix demo and reenable it. Yes, I'm currently playing with audio
11792           analysis tools
11793
11794 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11795
11796         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11797           We love it if files that start at zero work too...
11798
11799 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11800
11801         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
11802           Handle files with missing EOS headers.
11803
11804 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11805
11806         * gst/tcp/gsttcpserversink.c:
11807         (gst_tcpserversink_handle_server_read),
11808         (gst_tcpserversink_init_send):
11809         Zero some variables first (need for accept not to return EINVAL)
11810
11811 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11812
11813         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
11814         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
11815         * ext/theora/theoradec.c: (theora_dec_sink_convert),
11816         (theora_dec_chain):
11817         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
11818         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
11819           Seeking and querying finetune.
11820
11821 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11822
11823         * configure.ac:
11824         * ext/Makefile.am:
11825         * ext/raw1394/Makefile.am:
11826           fix the build
11827
11828 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11829
11830         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
11831           Wrong return.
11832         * gst/playback/Makefile.am:
11833         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
11834         * gst/playback/gstplay-marshal.list:
11835         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
11836           Fix marshallers.
11837
11838 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11839
11840         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
11841           Silence.
11842
11843 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11844
11845         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
11846         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
11847         (gst_ogg_pad_push):
11848           Yay for non-lineair granulepos in theora.
11849
11850 2004-10-18  Wim Taymans  <wim@fluendo.com>
11851
11852         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
11853         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
11854         * ext/dv/gstdvdec.h:
11855         Make sure we renegotiate aspect ratio when the camera switches.
11856
11857 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11858
11859         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
11860         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
11861           Start at zero.
11862         * ext/theora/theoradec.c: (theora_dec_chain):
11863           Skip headers. Bad idea for chained ogg, but fixes seeking.
11864
11865 2004-10-18  Wim Taymans  <wim@fluendo.com>
11866
11867         * configure.ac:
11868         I swear, this is the last time I touch this.
11869
11870 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11871
11872         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
11873         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
11874         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
11875           Faster seeking.
11876         * ext/theora/theoradec.c: (theora_dec_sink_convert):
11877           Time-to-default conversion.
11878         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
11879           Don't error on unknown packets, just skip. We should probably
11880           read them if we want to support chained ogg.
11881
11882 2004-10-18  Wim Taymans  <wim@fluendo.com>
11883
11884         * configure.ac:
11885         Added cdaudio to wrong list.
11886
11887 2004-10-18  Wim Taymans  <wim@fluendo.com>
11888
11889         * configure.ac:
11890         Revive cdaudio.
11891
11892 2004-10-18  Wim Taymans  <wim@fluendo.com>
11893
11894         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
11895         (gst_dvdec_video_link), (gst_dvdec_push):
11896         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
11897         (gst_smokeenc_resync), (gst_smokeenc_chain):
11898         Fix mimetype on smoke encoder.
11899         Add aspect ratio to dvdec. Not sure if these
11900         values are correct though....
11901
11902 2004-10-18  Wim Taymans  <wim@fluendo.com>
11903
11904         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
11905         Fix vorbis property descriptions and ranges.
11906
11907 2004-10-18  Wim Taymans  <wim@fluendo.com>
11908
11909         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
11910         Really do nothing when no data is available.
11911         Go to the playing state when the stream is not seekable
11912         instead of failing.
11913
11914 2004-10-18  Wim Taymans  <wim@fluendo.com>
11915
11916         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
11917         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
11918         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
11919         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
11920         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
11921         Added uri handler for cd://
11922         Port to new API.
11923
11924 2004-10-18  Wim Taymans  <wim@fluendo.com>
11925
11926         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
11927         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
11928         (try_to_link_1), (no_more_pads), (close_link), (type_found):
11929         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
11930         (remove_prerolls), (unknown_type), (add_element_stream),
11931         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
11932         (gst_play_base_bin_remove_element),
11933         (gst_play_base_bin_link_stream):
11934         * gst/playback/gstplaybin.c: (gen_video_element),
11935         (gen_vis_element), (remove_sinks), (setup_sinks):
11936         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
11937         (gst_stream_info_get_type), (gst_stream_info_class_init),
11938         (gst_stream_info_init), (gst_stream_info_new),
11939         (gst_stream_info_dispose), (stream_info_mute_pad),
11940         (gst_stream_info_set_property), (gst_stream_info_get_property):
11941         * gst/playback/gststreaminfo.h:
11942         Add sink padtemplate to decodebin.
11943         Added some more comments.
11944         Make queue size configurable in playbasebin.
11945         Added possibility to use elements as sinks (ex cdaudio).
11946
11947 2004-10-15  Wim Taymans  <wim@fluendo.com>
11948
11949         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11950         (gst_speexenc_chain):
11951         Fix speex timestamps so that it gets muxed properly.
11952
11953 2004-10-15  Wim Taymans  <wim@fluendo.com>
11954
11955         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
11956         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
11957         (gst_dv1394src_init), (gst_dv1394src_dispose),
11958         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
11959         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
11960         (gst_dv1394src_event), (gst_dv1394src_get_formats),
11961         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
11962         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
11963         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
11964         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
11965         * ext/raw1394/gstdv1394src.h:
11966         Added conversion/query functions.
11967         Update buffer timestamps,
11968         Added signals.
11969         Added uri dv:// so it might play from the firewire in playbin.
11970         Fix a possible leak.
11971         Added debugging.
11972
11973 2004-10-15  Wim Taymans  <wim@fluendo.com>
11974
11975         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
11976         (gst_dv1394src_init), (gst_dv1394src_set_property),
11977         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
11978         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
11979         * ext/raw1394/gstdv1394src.h:
11980         Added AV/C VTR control support needed for some cameras.
11981         Added automatic port detection.
11982         Added properties for selecting the channel.
11983         The configure.ac script is not yet updated to reflect the
11984         new libavc1394 and librom1394 dependencies.
11985
11986 2004-10-15  Wim Taymans  <wim@fluendo.com>
11987
11988         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11989         (qtdemux_parse), (gst_qtdemux_handle_esds):
11990         An esds box is not a container.
11991         Fix parsing of mp4v boxes.
11992         Do not try to renegotiate fps for each frame. Need to
11993         find a better method. This should fix mp4 playback.
11994
11995 2004-10-14  David Schleef  <ds@schleef.org>
11996
11997         * configure.ac: update for swfdec-0.3 and liboil-0.2
11998         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
11999         * ext/swfdec/gstswfdec.h: same
12000         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
12001         * gst/videotestsrc/videotestsrc.c: same
12002
12003 2004-10-14  Wim Taymans  <wim@fluendo.com>
12004
12005         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
12006         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
12007         (is_sync_frame), (gst_multifdsink_new_client),
12008         (gst_multifdsink_handle_client_write),
12009         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12010         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
12011         Turn warnings into info.
12012         Don't allow a state change in the streaming thread.
12013
12014 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12015
12016         * ext/vorbis/oggvorbisenc.c:
12017         * ext/vorbis/vorbisdec.c:
12018           fix template sample rate
12019
12020 2004-10-13  Wim Taymans  <wim@fluendo.com>
12021
12022         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
12023         Decoding the header first fixes some problems in resyncing
12024         in more mp3s.
12025
12026 2004-10-12  Wim Taymans  <wim@fluendo.com>
12027
12028         * gst/playback/gstplaybin.c: (gen_video_element),
12029         (gen_vis_element), (remove_sinks), (setup_sinks):
12030         Added vis plugin support, need to configure the vis
12031         element to activate it.
12032
12033 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12034
12035         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
12036         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
12037           Some debug.
12038         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12039         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
12040         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
12041         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
12042         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
12043         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
12044         * gst/avi/gstavidemux.h:
12045           Support for openDML-2.0 indx/ix## chunks. Support for broken index
12046           recovery (where, if part of the index is broken, we will still read
12047           the rest of the index and recover the broken part by stream
12048           scanning). More broken media support. EOS workarounds. General AVI
12049           braindamage headache recovery. Aspirin included.
12050
12051 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12052
12053         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
12054         (cdparanoia_event), (cdparanoia_query):
12055           Get rid of hideous lead-in.
12056
12057 2004-10-11  Wim Taymans  <wim@fluendo.com>
12058
12059         * gst/playback/gstplaybasebin.c: (setup_source):
12060         Wrong var used to get g_list_next.
12061
12062 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12063
12064         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
12065         (cdparanoia_get), (cdparanoia_open):
12066           Report discid as metadata, add duration.
12067
12068 2004-10-11  Wim Taymans  <wim@fluendo.com>
12069
12070         * gst/playback/gstplaybasebin.c: (setup_source):
12071         Cleanup the previous pipeline a little earlier for the
12072         case that a source element provides raw data.
12073
12074 2004-10-11  Benjamin Otte  <otte@gnome.org>
12075
12076         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
12077           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
12078           consuming the last 128 bytes, even though it was valid mp3 data.
12079
12080 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12081
12082         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
12083         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
12084         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
12085         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
12086
12087 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12088
12089         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
12090         Fix for webcams that support only specific width or height
12091
12092 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12093
12094         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12095
12096         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
12097           Fix wrong discont event setup (fixes #154967).
12098
12099 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
12100
12101         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12102
12103         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12104           Error out on invalid data (fixes #154807).
12105
12106 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12107
12108         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12109
12110         * ext/dvdread/dvdreadsrc.c: (_read):
12111           Make titles > 0 work again (fixes #154834).
12112
12113 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12114
12115         * gst-libs/gst/riff/riff-media.c:
12116         (gst_riff_create_video_template_caps):
12117           WMV3 missing in template caps.
12118
12119 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12120
12121         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12122           OK, so the original code was too strict. It makes random AVI files
12123           hang for seconds upon opening, which is unacceptable and is far
12124           beyond the original goal of getting multiple chunks for one-chunk
12125           sounc stream files. So now do just that.
12126
12127 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12128
12129         * gst/playback/gstplaybasebin.c: (setup_source),
12130         (gst_play_base_bin_change_state):
12131           Actually clean up streaminfo if output fails. This would trigger
12132           if, for example, there was no CD in the drive. No preroll, so
12133           a streaminfo structure is created, but the subsequent state change
12134           of the thread fails.
12135         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
12136           Don't change state if parent failed.
12137
12138 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12139
12140         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12141         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
12142         (gen_video_element), (remove_sinks):
12143           Add small bits of code for screenshot handling.
12144
12145 2004-10-08  Wim Taymans  <wim@fluendo.com>
12146
12147         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
12148         (gen_video_element), (gen_audio_element), (setup_sinks):
12149         Don't assume the user provided sinks are named "sink"...
12150
12151 2004-10-08  Wim Taymans  <wim@fluendo.com>
12152
12153         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
12154         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
12155         (gst_play_base_bin_link_stream):
12156         Do not try to autoplug sources that generate raw streams like
12157         cdparanoia.
12158         disconnect the preroll overrun signal when we don't need it anymore.
12159
12160 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
12161
12162         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
12163         Added reworked patch from #154903 from milosz derezynski (deadchip).
12164
12165 2004-10-08  Wim Taymans  <wim@fluendo.com>
12166
12167         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
12168         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
12169         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
12170         (cdparanoia_convert), (cdparanoia_uri_get_type),
12171         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
12172         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
12173         * ext/cdparanoia/gstcdparanoia.h:
12174         This adds the cdda://<tracknum> uri.
12175
12176 2004-10-08  Wim Taymans  <wim@fluendo.com>
12177
12178         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12179         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
12180         (try_to_link_1), (no_more_pads), (close_link), (type_found):
12181         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12182         (unknown_type), (gst_play_base_bin_remove_element),
12183         (gst_play_base_bin_link_stream):
12184         * gst/playback/gstplaybasebin.h:
12185         * gst/playback/gstplaybin.c: (gst_play_bin_init),
12186         (gst_play_bin_set_property), (gen_video_element),
12187         (gen_audio_element), (setup_sinks):
12188         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
12189         (gst_stream_info_get_type), (gst_stream_info_class_init),
12190         (gst_stream_info_init), (gst_stream_info_new),
12191         (gst_stream_info_dispose), (stream_info_mute_pad),
12192         (gst_stream_info_set_property), (gst_stream_info_get_property):
12193         * gst/playback/gststreaminfo.h:
12194         Reuse the audio and video bins.
12195         Some internal cleanups in the stream selection code.
12196
12197 2004-10-08  Julien MOUTTE  <julien@moutte.net>
12198
12199         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
12200         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
12201         * sys/ximage/ximagesink.h:
12202         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
12203         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
12204         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
12205         not coming from those elements. Moreover these elements should not keep
12206         the xid they have been given when in NULL state.
12207
12208 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12209
12210         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
12211         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
12212         * sys/ximage/ximagesink.h:
12213         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
12214         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
12215         * sys/xvimage/xvimagesink.h:
12216           Actually only create a new toplevel window if we're not gonna
12217           embed it right after.
12218
12219 2004-10-07  Wim Taymans  <wim@fluendo.com>
12220
12221         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
12222         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
12223         * gst/playback/gstplaybin.c: (setup_sinks):
12224         Implement muting/unmuting of streams, mute streams that are not
12225         used.
12226
12227 2004-10-07  Wim Taymans  <wim@fluendo.com>
12228
12229         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
12230         (plugin_init):
12231         Added lame audio/x-ac3 typefind function.
12232
12233 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12234
12235         * configure.ac:
12236           bump nano to cvs
12237
12238 === release 0.8.5 ===
12239
12240 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12241
12242         * NEWS:
12243         * RELEASE:
12244         * configure.ac:
12245           releasing 0.8.5, "Take You On"
12246
12247 2004-10-06  Wim Taymans  <wim@fluendo.com>
12248
12249         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12250         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12251         (no_more_pads), (close_link), (type_found):
12252         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
12253         * gst/playback/gstplaybin.c: (gen_video_element):
12254         Do not signal the no_more_pads after the first pad when
12255         we are plugging a non dynamic element with multiple
12256         output pads (like swfdec, dvdec, ...).
12257
12258 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12259
12260         * configure.ac:
12261           bump for prerelease
12262
12263 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12264
12265         * gst/wavparse/gstwavparse.c:
12266           add ATRAC3 to STATIC CAPS to fix a warning
12267
12268         * gst/matroska/ebml-read.c:
12269         * gst-libs/gst/riff/riff-read.c:
12270           fix typos
12271
12272 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12273
12274         * gst-libs/gst/riff/riff-media.c:
12275           generate caps for ATRAC3 audio streams
12276
12277         * gst/realmedia/rmdemux.c:
12278           generate caps for ATRAC3 audio streams
12279
12280 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12281
12282         * gst/wavparse/Makefile.am
12283         * gst/wavparse/riff.h
12284         * gst/wavparse/wavparse.vcproj
12285           riff.h removal (unused and duplication with riff-ids.h)
12286
12287 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12288
12289         * gst/wavparse/gstwavparse.h
12290           remove duplicated defines for audio codec codes
12291
12292         * gst-libs/gst/riff/riff-ids.h
12293         * gst/wavenc/riff.h:
12294           add "4CC" code for ATRAC3 audio streams
12295           add "4CC" code for ITU_G721_ADPCM (unused for now)
12296
12297 2004-10-06  Wim Taymans  <wim@fluendo.com>
12298
12299         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
12300         Actually _do_ negotiation. Pass gdouble as arg instead
12301         of guint64 for the framerate.
12302
12303 2004-10-06  Wim Taymans  <wim@fluendo.com>
12304
12305         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12306         (find_compatibles), (close_pad_link), (try_to_link_1),
12307         (no_more_pads), (close_link), (type_found):
12308         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
12309         * gst/playback/gstplaybin.c: (gen_video_element),
12310         (gen_audio_element):
12311         Set state on newly added element to READY so that negotiation
12312         can happen ASAP.
12313         Addes some more debug info.
12314         Do not try to plug pads with multiple caps structures or ANY
12315         because it is too dangerous since we do not do dynamic
12316         replugging.
12317
12318 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12319
12320         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
12321
12322         * po/LINGUAS:
12323         * po/or.po:
12324           add Oriya translation
12325
12326 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12327
12328         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12329           Prevent overwrite of size member. Makes audio sound crappy.
12330
12331 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12332
12333         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12334         Add rmvb to the list of known RealMedia extensions
12335
12336 2004-10-05  Wim Taymans  <wim@fluendo.com>
12337
12338         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
12339         (mngdec_openstream), (mngdec_closestream),
12340         (mngdec_handle_sink_event), (mngdec_readdata),
12341         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
12342         (mngdec_getcanvasline), (mngdec_refresh),
12343         (gst_mngdec_change_state):
12344         Set the framerate correctly.
12345
12346 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12347
12348         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12349           There was something wrong with the index massaging.
12350
12351 2004-10-04  Wim Taymans  <wim@fluendo.com>
12352
12353         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
12354         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12355         (gst_smokedec_chain):
12356         * ext/jpeg/gstsmokedec.h:
12357         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12358         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
12359         * ext/jpeg/gstsmokeenc.h:
12360         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
12361         (smokecodec_decode_new), (smokecodec_info_free),
12362         (smokecodec_set_quality), (smokecodec_get_quality),
12363         (smokecodec_set_threshold), (smokecodec_get_threshold),
12364         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
12365         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
12366         (smokecodec_encode), (smokecodec_parse_id),
12367         (smokecodec_parse_header), (smokecodec_decode):
12368         * ext/jpeg/smokecodec.h:
12369         * ext/jpeg/smokeformat.h:
12370         Updated smoke, new bitstream, allows embedding in ogg.
12371
12372 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12373
12374         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12375           Fix seeking in some files. All this code is no longer needed (and
12376           actually breaks stuff) because we now synchronize the full index
12377           right when reading the header.
12378
12379 2004-10-04  Wim Taymans  <wim@fluendo.com>
12380
12381         * configure.ac:
12382         configure update for libmng.
12383
12384 2004-10-04  Wim Taymans  <wim@fluendo.com>
12385
12386         * ext/libmng/Makefile.am:
12387         * ext/libmng/gstmng.c: (plugin_init):
12388         * ext/libmng/gstmng.h:
12389         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
12390         (gst_mngdec_base_init), (gst_mngdec_class_init),
12391         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
12392         (gst_mngdec_loop), (gst_mngdec_get_property),
12393         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
12394         (mngdec_closestream), (mngdec_handle_sink_event),
12395         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
12396         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
12397         (gst_mngdec_change_state):
12398         * ext/libmng/gstmngdec.h:
12399         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
12400         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
12401         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
12402         (gst_mngenc_chain), (gst_mngenc_get_property),
12403         (gst_mngenc_set_property):
12404         * ext/libmng/gstmngenc.h:
12405         Added basic MNG decoder. Needs more work. The encoder does
12406         not work yet.
12407
12408 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12409
12410         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
12411         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
12412         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
12413           Don't hang on length=0 chunks. Some negotiation fixes. Signal
12414           no-more-pads.
12415
12416 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12417
12418         * configure.ac:
12419           you need at least 1.0.4 of speex
12420
12421 2004-10-04 Iain <iaingnome@gmail.com>
12422
12423         * ext/speex/gstspeexdec.h: Revert the includes changes.
12424
12425         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
12426
12427 2004-09-30 Iain <iaingnome@gmail.com>
12428
12429         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
12430         found during init or set as a property instead of hardcoding /dev/audio
12431
12432 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12433
12434         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
12435         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
12436         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
12437         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
12438         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
12439         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
12440         (gst_rmdemux_dump_data):
12441           Use debug category, fix EOS handling. filesrc ! rmdemux now
12442           works.
12443
12444 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12445
12446         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
12447         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
12448         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
12449           Improve allocation, cutting and sorting of the index. How takes a
12450           few seconds instead of minutes.
12451
12452 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
12453
12454         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
12455           fixed compilation
12456
12457 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12458
12459         * gst-libs/gst/riff/riff-media.c:
12460         (gst_riff_create_video_caps_with_data),
12461         (gst_riff_create_video_template_caps):
12462           Add wing commander format mimetype/fourccs.
12463         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12464           Don't crash if some value is 0.
12465
12466 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12467
12468         * gst-libs/gst/riff/riff-media.c:
12469         (gst_riff_create_video_caps_with_data),
12470         (gst_riff_create_video_template_caps):
12471           Add DIB fourcc (raw, palettized 8-bit RGB).
12472         * gst-libs/gst/riff/riff-read.c:
12473         (gst_riff_read_strf_vids_with_data):
12474           Oops, fix strf_data reading bug.
12475         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
12476           Use a non-NULL tag.
12477         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
12478           Time for hacks. Sorry Dave. At least one quicktime movie (a
12479           trailer) that I've encountered contains multiple video tracks.
12480           One of those is the actual video track, the other are one-frame
12481           tracks (images). Unfortunately, the number of frames according
12482           to the trak header is 1 for each, so that doesn't help. So
12483           instead, I look at the duration and discard tracks with a
12484           duration shorter than 20% of the length of the stream. Better
12485           than nothing.
12486
12487 2004-10-01  Christian Schaller <christian@fluendo.com>
12488
12489         * ext/ivorbis/vorbis.c:
12490           Patch from Phil Blundell (Bug 152341)
12491
12492 2004-10-01  Wim Taymans  <wim@fluendo.com>
12493
12494         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
12495         (speex_dec_get_formats), (speex_dec_convert),
12496         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
12497         (speex_dec_chain), (gst_speexdec_get_property),
12498         (gst_speexdec_set_property):
12499         Small cleanups.
12500
12501 2004-10-01  Wim Taymans  <wim@fluendo.com>
12502
12503         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12504         (gst_wavparse_stream_init), (gst_wavparse_fmt),
12505         (gst_wavparse_other), (gst_wavparse_loop),
12506         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
12507         (gst_wavparse_srcpad_event):
12508         * gst/wavparse/gstwavparse.h:
12509         Added some more debugging info.
12510         Fix the case where the length of the file is 0.
12511         Make sure we seek to sample borders.
12512
12513 2004-10-01  Wim Taymans  <wim@fluendo.com>
12514
12515         * gst/playback/README:
12516         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12517         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
12518         (try_to_link_1), (no_more_pads), (close_link), (type_found):
12519         Add some debug info to decodebin, update README
12520
12521 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12522
12523         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
12524           Don't use g_print(); use GST_DEBUG().
12525
12526 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12527
12528         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
12529         (gst_ogg_mux_queue_pads):
12530           Handle EOS properly.
12531
12532 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
12533
12534         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12535
12536         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
12537         (gst_faad_chain), (gst_faad_change_state):
12538         * ext/faad/gstfaad.h:
12539           Allow playback of raw (unframed) MPEG AAC files (#148993).
12540
12541 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
12542
12543         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12544
12545         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
12546           Throw error if we didn't recognize the stream. Fixes #152289.
12547
12548 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12549
12550         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
12551           Fix negotiation.
12552
12553 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
12554
12555         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12556
12557         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
12558           Fix memleak.
12559
12560 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
12561
12562         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12563
12564         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
12565           Solve #152805.
12566         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
12567           Solve 152806.
12568
12569 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12570
12571         * gst-libs/gst/riff/riff-media.c:
12572         (gst_riff_create_video_caps_with_data),
12573         (gst_riff_create_audio_caps_with_data):
12574           Add codec_data handling (like asfdemux used to do).
12575         * gst/asfdemux/gstasf.c: (plugin_init):
12576         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
12577         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
12578           Use riff-media for caps creation instead of our own (mostly
12579           broken) copy of its functions.
12580
12581 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12582
12583         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
12584           Don't actually error out if we get another return value than
12585           -EINVAL. Opposite to what I first thought, drivers have random
12586           return values for this, although -EINVAL is the expected return
12587           value. Since this is not fatal, we shouldn't use
12588           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
12589
12590 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12591
12592         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
12593         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
12594         (dvdreadsrc_get_property), (_open), (_seek), (_read),
12595         (dvdreadsrc_get), (dvdreadsrc_open_file),
12596         (dvdreadsrc_change_state):
12597           Fix. Don't do one big huge loop around the whole DVD, that will
12598           cache all data and thus eat sizeof(dvd) (several GB) before we
12599           see something.
12600         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
12601           Actually NULL'ify event after using it.
12602         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
12603         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
12604         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
12605         (gst_ebml_read_seek), (gst_ebml_read_skip):
12606           Handle events.
12607         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
12608         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
12609         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
12610           Fix timing (this will probably break if I seek using menus, but
12611           I didn't get there yet). VOBs and normal DVDs should now work.
12612           Add a mpeg2-only pad with high rank so this get autoplugged for
12613           MPEG-2 movies.
12614         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
12615         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
12616         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
12617         (gst_mpeg_demux_get_audio_stream),
12618         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
12619         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
12620           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
12621           MPEG-1 but use dvddemux for MPEG-2.
12622         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
12623         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
12624         (gst_mpeg_parse_parse_packhead):
12625           Timing. Only add pad template if it exists. Add sink template from
12626           class and not from ourselves. This means we will always use the
12627           correct sink template even if it is not the one defined in this
12628           file.
12629
12630 2004-09-29  Wim Taymans  <wim@fluendo.com>
12631
12632         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
12633         (gst_mpeg_demux_parse_pes):
12634         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
12635         Fix playback of mpeg again, timestamps where screwed up by
12636         patch 1.61.
12637
12638 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12639
12640         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
12641           Only return true if we actually filled something in. Prevents
12642           player applications from showing a random length for flac files.
12643         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
12644         (gst_riff_read_use_event), (gst_riff_read_handle_event),
12645         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
12646         (gst_riff_read_strf_vids_with_data),
12647         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
12648           OK, ok, so I implemented event handling. Apparently it's normal
12649           that we receive random events at random points without asking
12650           for it.
12651         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12652         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12653         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
12654         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
12655         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
12656         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12657         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12658         * gst/avi/gstavidemux.h:
12659           Implement non-lineair chunk handling and subchunk processing.
12660           The first solves playback of AVI files where the audio and video
12661           data of individual buffers that we read are not synchronized.
12662           This should not happen according to the wonderful AVI specs, but
12663           of course it does happen in reality. It is also a prerequisite for
12664           the second. Subchunk processing allows us to cut chunks in small
12665           pieces and process each of these pieces separately. This is
12666           required because I've seen several AVI files with incredibly large
12667           audio chunks, even some files with only one audio chunk for the
12668           whole file. This allows for proper playback including seeking.
12669           This patch is supposed to fix all AVI A/V sync issues.
12670         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
12671         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
12672           Work.
12673         * gst/modplug/gstmodplug.cc:
12674           Proper return value setting for the query() function.
12675         * gst/playback/gstplaybasebin.c: (setup_source):
12676           Being in non-playing state (after, e.g., EOS) is not necessarily
12677           a bad thing. Allow for that. This fixes playback of short files.
12678           They don't actually playback fully now, because the clock already
12679           runs. This means that small files (<500kB) with a small length
12680           (<2sec) will still not or barely play. Other files, such as mod
12681           or flx, will work correctly, however.
12682
12683 2004-09-28  Wim Taymans  <wim@fluendo.com>
12684
12685         * ext/speex/gstspeex.c: (plugin_init):
12686         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
12687         (gst_speex_dec_class_init), (speex_dec_get_formats),
12688         (speex_get_event_masks), (speex_get_query_types),
12689         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
12690         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
12691         (gst_speexdec_get_property), (gst_speexdec_set_property),
12692         (speex_dec_change_state):
12693         * ext/speex/gstspeexdec.h:
12694         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
12695         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
12696         (gst_speexenc_base_init), (gst_speexenc_class_init),
12697         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
12698         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
12699         (gst_speexenc_src_query), (gst_speexenc_init),
12700         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
12701         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
12702         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
12703         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
12704         (gst_speexenc_chain), (gst_speexenc_get_property),
12705         (gst_speexenc_set_property), (gst_speexenc_change_state):
12706         * ext/speex/gstspeexenc.h:
12707         Rewrote speex encoder, make sure it can be embedded in ogg.
12708         Implemented speex decoder.
12709
12710 2004-09-28  Christian Schaller <christian@fluendo.com>
12711
12712         * configure.ac:
12713         Remove kioslave plugin. Markey is brewing a new working one
12714         * ext/Makefile.am: Remove kioslave plugin
12715         * ext/kio: remove
12716         * gst-plugins.spec.in: remove kio plugin from spec
12717
12718 2004-09-27  Wim Taymans  <wim@fluendo.com>
12719
12720         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
12721         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
12722         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
12723         (gst_multifdsink_new_client),
12724         (gst_multifdsink_handle_client_write),
12725         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12726         (gst_multifdsink_handle_clients):
12727         * gst/tcp/gstmultifdsink.h:
12728         Make syncing to keyframes actually work for new clients and lagging
12729         clients.
12730
12731 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12732
12733         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
12734         (gst_navigationtest_handle_src_event), (draw_box_planar411),
12735         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
12736         * gst/debug/gstnavigationtest.h:
12737           make navigationtest display button-press and button-release events
12738
12739 2004-09-26 Iain <iaingnome@gmail.com>
12740
12741         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
12742         the channels have received a new media event.
12743         (interleave_buffered_loop): Compresses a new media event on all
12744         channels into one.
12745
12746 2004-09-26 Iain <iaingnome@gmail.com>
12747
12748         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
12749         call the sinkpad's default event handler and not the srcpads. He also
12750         says this is confusing :)
12751         (gst_wavenc_stop_file): Company says that seek events only go upstream
12752         we should send a discontinuous downstream instead.
12753
12754 2004-09-25  Christian Schaller <christian@fluendo.com>
12755
12756         * Update SPEC file to be usable in conjunction with Fedora Core,
12757           Fedora.us and freshrpms packages
12758         * Fix typo in multifilesrc test Makefile
12759
12760 2004-09-24  Wim Taymans  <wim@fluendo.com>
12761
12762         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
12763         Only signal the no_more_pads signal when we have
12764         added the stream to our list.
12765
12766 2004-09-24  Wim Taymans  <wim@fluendo.com>
12767
12768         * gst/playback/gstplaybasebin.c: (remove_prerolls),
12769         (new_decoded_pad):
12770         * gst/playback/gstplaybasebin.h:
12771         * gst/playback/gstplaybin.c: (setup_sinks):
12772         Don't try to preroll or decode more than one audio/video
12773         track.
12774
12775 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12776
12777         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12778           Throw error if we failed to find a suitable output. This should
12779           throw an error if we successfully set up a pipeline (e.g. because
12780           we recognized a media file) but found no decodable streams in it
12781           (e.g. because it contains only media stream types for which we
12782           have no decoders, or because it's not a media type).
12783
12784 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12785
12786         * ext/dirac/Makefile.am:
12787         * ext/dirac/gstdirac.cc:
12788         * ext/dirac/gstdiracdec.cc:
12789         * ext/dirac/gstdiracdec.h:
12790           Do something. Don't actually know if this works because I don't
12791           have a demuxer yet.
12792         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
12793           Add channels=1 to caps returned from _getcaps().
12794         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
12795         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
12796         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
12797         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
12798         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
12799         (gst_ogm_parse_change_state):
12800           Separate between audio/video so ogmaudioparse actually uses the
12801           audio pad templates. Both audio and video work now, including
12802           autoplugging. Also use sometimes-srcpad hack.
12803         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
12804           Handle events better. Don't hang on infinite loops.
12805         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
12806         (gst_avi_demux_init), (gst_avi_demux_reset),
12807         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12808         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
12809         (gst_avi_demux_change_state):
12810         * gst/avi/gstavidemux.h:
12811           Improve A/V sync. Still not perfect.
12812         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
12813         (gst_ebml_read_skip):
12814           Handle events better.
12815         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
12816         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
12817         (qtdemux_audio_caps):
12818           Add IMA4. Improve event handling. Save offset after a seek when
12819           the headers are at the end of the file so that we don't end up in
12820           an infinite loop.
12821         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
12822           Add low-priority typefind support for files with no length.
12823
12824 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12825
12826         * testsuite/multifilesink/Makefile.am:
12827         fix typo
12828
12829 2004-09-22  Julien MOUTTE  <julien@moutte.net>
12830
12831         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
12832         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
12833         mistakes from thaytan's patches.
12834
12835 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
12836
12837         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
12838           For completeness, XSync in the destroy function as xvimage does.
12839
12840 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
12841
12842         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
12843            Correct caps negotiation
12844         * gst/volume/gstvolume.c: (volume_chain_float),
12845         (volume_chain_int16):
12846            Modify debug output to be little more informative
12847         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
12848         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12849         (gst_xvimagesink_xvimage_destroy):
12850           Add XSync calls after detaching from the shared memory segment to
12851           avoid a crash.
12852
12853 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12854
12855         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
12856         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
12857         * ext/vorbis/vorbis.c: (plugin_init):
12858         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12859         (gst_vorbisenc_chain):
12860         * ext/vorbis/vorbisenc.h:
12861         remove explicit newmedia support from oggmux and vorbisenc
12862         add debug category to vorbisenc
12863         * gst/multifilesink/gstmultifilesink.c:
12864         (gst_multifilesink_class_init), (gst_multifilesink_init),
12865         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
12866         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
12867         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
12868         (plugin_init):
12869         * gst/multifilesink/gstmultifilesink.h:
12870         add support for streamheader in multifilesink
12871
12872 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12873
12874         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
12875         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
12876         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
12877           Prevent infinite loops. More correct error reporting.
12878         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12879           Error out if negotiation fails.
12880         * gst/playback/gstplaybasebin.c: (setup_source),
12881         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
12882         (gst_play_base_bin_found_tag):
12883           Error/tag forwarding. Pre-roll fixes for source errors on state
12884           changes (e.g. "file does not exist") to prevent hangs.
12885
12886 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12887
12888         * testsuite/multifilesink/Makefile.am:
12889         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
12890         (gst_newmedia_class_init), (gst_newmedia_init),
12891         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
12892         (newfile_signal), (test_signal), (main):
12893         * testsuite/multifilesink/multifilesrc_test.c: (main):
12894         * testsuite/multifilesink/oggtheora_test.c:
12895         (gst_newmedia_base_init), (gst_newmedia_class_init),
12896         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
12897         (test_format), (newfile_signal), (test_signal), (main):
12898         * testsuite/multifilesink/oggvorbis_test.c:
12899         (gst_newmedia_base_init), (gst_newmedia_class_init),
12900         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
12901         (test_format), (newfile_signal), (test_signal), (main):
12902         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
12903         (gst_newmedia_class_init), (gst_newmedia_init),
12904         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
12905         (newfile_signal), (test_signal), (main):
12906         New media tests
12907
12908 2004-09-20  Christian Schaller <christian@fluendo.com>
12909
12910         * Fix mikmod license to LGPL as they have relicensed
12911         * Move Dirac and Effectv into LGPL section of README_license
12912
12913 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12914
12915         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
12916         (gst_mad_change_state):
12917           Allow for mp3 rate/channels changes. However, only very
12918           conservatively. Reason that we *have* to enable this is smiply
12919           because the mad find_sync() function is not good enough, it will
12920           regularly sync on random data as valid frames and therefore make
12921           us provide random caps as *final* caps of the stream. The best fix
12922           I could think of is to simply require several of the same stream
12923           changes in a row before we change caps.
12924           The actual testcase that works now is #
12925         * ext/ogg/Makefile.am:
12926         * ext/ogg/gstogg.c: (plugin_init):
12927         * ext/ogg/gstogmparse.c:
12928           OGM support (video only for now; I need an audio sample file).
12929         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
12930         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
12931         (gst_asf_demux_add_video_stream):
12932           WMV extradata.
12933         * gst/playback/gstplaybasebin.c: (unknown_type):
12934           Don't error out on single unknown-types after all. It's wrong.
12935           If we found type of video and audio but not of a subtitle stream,
12936           it will still error out (which is unwanted). Will find a better fix
12937           later on.
12938         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
12939         (ogmaudio_type_find), (plugin_init):
12940           OGM support.
12941
12942 2004-09-20  Johan Dahlin  <johan@gnome.org>
12943
12944         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
12945         after setting caps.
12946
12947 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12948
12949         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
12950         * gst/wavenc/gstwavenc.h:
12951         Added newmedia support to wavenc
12952
12953 2004-09-17  Wim Taymans  <wim@fluendo.com>
12954
12955         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
12956         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
12957         (gst_fdset_fd_can_write), (gst_fdset_wait):
12958         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
12959         (gst_multifdsink_init), (gst_multifdsink_add),
12960         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
12961         (gst_multifdsink_remove_client_link),
12962         (gst_multifdsink_client_queue_buffer),
12963         (gst_multifdsink_handle_client_write),
12964         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
12965         (gst_multifdsink_close), (gst_multifdsink_change_state):
12966         * gst/tcp/gstmultifdsink.h:
12967         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
12968         (gst_tcpserversink_removed):
12969         Small cleanups in fdset.c
12970         Use a hastable to map fd to the client structure for faster
12971         lookup in _remove and get_stats.
12972         Added virtual function to close the fds.
12973         Handle clients even when the select/poll call was unblocked because
12974         of a command.
12975         Implement syncing to keyframe in the recovery procedure.
12976
12977 2004-09-16 Iain <iaingnome@gmail.com>
12978
12979         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
12980         try caps.
12981
12982 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12983
12984         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
12985           Caps are only set if the type of the stream is unknown, but this
12986           is initialized in ->init_stream(), so set to UNKNOWN after calling
12987           ->init_stream() so that capsnego starts.
12988
12989 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12990
12991         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12992         (gst_avi_demux_stream_data):
12993           Just hardcode for raw audio then. AVI audio sucks.
12994
12995 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
12996
12997         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
12998         * gst/matroska/matroska-mux.c: (audiosink_templ),
12999         (gst_matroska_mux_audio_pad_link):
13000         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
13001         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
13002
13003 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13004
13005         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13006         (gst_avi_demux_stream_data):
13007           Try to fix a/v sync issues.
13008
13009 2004-09-15  David Schleef  <ds@schleef.org>
13010
13011         * configure.ac: remove NASM check, since we don't use it.  Update
13012         dirac check to 0.4
13013         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
13014         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
13015         Initialized variables.
13016         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
13017         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
13018         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
13019         SVQ3 format
13020
13021 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13022
13023         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13024         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
13025         * gst/avi/gstavidemux.h:
13026           Fix for compressed audio (mp3) timestamp generation. How did this
13027           ever work?
13028
13029 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13030
13031         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13032           Volume is a double not a float.
13033
13034 2004-09-15  Wim Taymans  <wim@fluendo.com>
13035
13036         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
13037         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
13038         Don't close the fd in multifdsink as we didn't open it in the
13039         first place. Some cleanups.
13040
13041 2004-09-15  Wim Taymans  <wim@fluendo.com>
13042
13043         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13044         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13045         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
13046         Fix the case where the muxer would mark pages as delta
13047         frames when they are not (vorbis only ogg).
13048
13049 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13050
13051         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
13052         (gst_play_base_bin_change_state):
13053           Handle the case where we failed to setup a clear pipeline. This
13054           will throw an error (or EOS, another nice case) and if you don't
13055           catch that, the app will wait for the signal forever (and thus
13056           hang).
13057
13058 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13059
13060         * ext/gnomevfs/gstgnomevfssink.c:
13061         (gst_gnomevfssink_uri_get_protocols):
13062         * ext/gnomevfs/gstgnomevfssrc.c:
13063         (gst_gnomevfssrc_uri_get_protocols):
13064         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
13065         * ext/gnomevfs/gstgnomevfsuri.h:
13066           Use _uri_new() instead of _open(), so it doesn't take as long and
13067           Christophe's computer won't hang.
13068         * gst/playback/gstplaybasebin.c: (unknown_type):
13069           Throw error on unknown media type, so apps actually display it.
13070
13071 2004-09-14  Brian Cameron  <brian.cameron@sun.com
13072
13073         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
13074           this script to work on Solaris since bash shell handles echo
13075           differenly than bash.
13076
13077 2004-09-17  Wim Taymans  <wim@fluendo.com>
13078
13079         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
13080         (setup_source), (gst_play_base_bin_set_property),
13081         (gst_play_base_bin_add_element):
13082         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
13083         Some more work on making sure seeking pauses the pipeline and
13084         that changing the uri actually does something.
13085
13086 2004-09-17  Wim Taymans  <wim@fluendo.com>
13087
13088         * gst/tcp/gstfdset.c: (gst_fdset_wait):
13089         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
13090         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
13091         (gst_tcpserversink_close):
13092         Be a bit more paranoid when freeing memory.
13093
13094 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13095
13096         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
13097         (qtdemux_parse_trak):
13098           Don't crash by dividing by zero (see sample movie in #126922).
13099
13100 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13101
13102         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
13103           Don't touch non-existing data (fixes crash on file in #140147).
13104
13105 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13106
13107         * gst/playback/gstplaybasebin.c:
13108         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
13109           Handle double disposals, and proper change of URIs.
13110
13111 2004-09-13  Martin Eikermann <meiker@upb.de>
13112
13113         * gst/mpegstream/gstmpegparse.c:
13114           fix synchronistation for streams recorded from digital PCR
13115           fixes bug #119376
13116
13117 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13118
13119         * ext/gnomevfs/Makefile.am:
13120         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13121         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
13122         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
13123         (gst_gnomevfssink_uri_get_type),
13124         (gst_gnomevfssink_uri_get_protocols),
13125         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
13126         (gst_gnomevfssink_uri_handler_init),
13127         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
13128         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
13129         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
13130         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
13131         (gst_gnomevfssrc_uri_get_type),
13132         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
13133         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
13134         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
13135         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
13136         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
13137         * ext/gnomevfs/gstgnomevfsuri.h:
13138           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
13139           of fake URIs to see which this version of Gnome-VFS likes, and
13140           uses that for the Gst-URI interface. Makes playbin support http://
13141           streams. Also fix up some stupid behaviour in gnomevfssrc.
13142
13143 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13144
13145         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
13146         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
13147         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
13148         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
13149           Update mixer (to sync with other sessions) if we try to obtain
13150           a new value. This makes alsamixer work accross applications.
13151         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
13152           Only call sync functions if we're running, else alsalib asserts.
13153         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
13154           Sometimes fails to compile. Possibly a gcc bug.
13155         * gst/playback/gstplaybin.c: (gen_video_element),
13156         (gen_audio_element):
13157           Add a reference to an application-provided object, because we lose
13158           this same reference if we add it to the bin. If we don't do this,
13159           we can only use this object once and thus crash if we go from
13160           ready to playing, back to ready and back to playing again.
13161           Also add an audioscale element because several cheap soundcards -
13162           like mine - don't support all samplerates.
13163         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
13164         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
13165           Fix wrong order or PAR calls. Makes automatically obtained PAR
13166           from the X server atually being used.
13167
13168 2004-09-12  David Schleef  <ds@schleef.org>
13169
13170         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
13171         #151887, #152102, #152247.
13172         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
13173         * examples/seeking/cdparanoia.c: same
13174         * examples/seeking/cdplayer.c: same
13175         * examples/seeking/seek.c: same
13176         * examples/seeking/spider_seek.c: same
13177         * examples/seeking/vorbisfile.c: same
13178         * examples/stats/mp2ogg.c: same
13179         * ext/esd/esdsink.c: (gst_esdsink_class_init),
13180         (gst_esdsink_dispose): Dispose of element properly.
13181         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
13182         fixes.
13183         * ext/nas/nassink.c: (gst_nassink_class_init),
13184         (gst_nassink_dispose): Dispose of element correctly.
13185         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
13186         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
13187         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
13188         Fix 64-bit warning.
13189         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13190         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
13191         Fix 64-bit warning.
13192
13193 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13194
13195         * configure.ac : change speex detection as 1.1.6 now uses
13196           .pc/pkg-config and they changed their headers location.
13197
13198 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
13199
13200         * gst/matroska/matroska-mux.h:
13201         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
13202         (gst_matroska_mux_start), (gst_matroska_mux_finish),
13203         (gst_matroska_mux_write_data):
13204           Write multiple blocks/frames per cluster.
13205                 Write meta-seek information (seek heads).
13206
13207 2004-09-09  Scott Wheeler <wheeler@kde.org>
13208
13209         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
13210         (gst_play_bin_set_property), (gst_play_bin_get_property),
13211         (gen_audio_element), (gen_audio_element):
13212           Add a volume element / property to the pipeline.
13213
13214 2004-09-07  Wim Taymans  <wim@fluendo.com>
13215
13216         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
13217         Copy timestamps from the master pad to the output buffers.
13218
13219 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13220
13221         * ext/raw1394/gstdv1394src.c:
13222           throw errors when applicable
13223
13224 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
13225
13226         * gst/matroska/ebml-ids.h:
13227         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
13228         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
13229         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
13230           automatically convert unix time <-> ebml time when reading/writing
13231           a date, use gst_ebml_write_uint to write CUETIME,
13232           not gst_ebml_write_date.
13233         * gst/matroska/matroska-ids.h:
13234         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
13235         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
13236         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
13237         (gst_matroska_mux_write_data):
13238           Write track and segment UIDs, write muxing date, write
13239           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
13240           Create cues for audio only files.
13241
13242 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13243
13244         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13245         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13246           Re-commit ALSA switches.
13247         * gst/adder/gstadder.c: (gst_adder_loop):
13248           64-bit fix (#151416).
13249         * gst/debug/progressreport.c: (gst_progressreport_report):
13250           64-bit fix (#151419).
13251         * gst/matroska/matroska-demux.c:
13252         (gst_matroska_demux_parse_contents):
13253           64-bit fix (#151420).
13254         * gst/playback/test3.c: (update_scale):
13255           64-bit fix (#151421).
13256
13257 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
13258
13259         * configure.ac:
13260           bump nano to cvs
13261
13262 === release 0.8.4 ===
13263
13264 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13265
13266         * configure.ac: releasing 0.8.4, "Alias"
13267
13268 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
13269
13270         * ext/theora/Makefile.am:
13271           fix makefile.  Fixes #151462.
13272
13273 2004-08-30  Wim Taymans  <wim@fluendo.com>
13274
13275         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
13276         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13277         (gst_multifdsink_remove_client_link),
13278         (gst_multifdsink_client_queue_buffer),
13279         (gst_multifdsink_handle_client_write):
13280         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
13281         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
13282         Fix some memory leaks.
13283
13284 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13285
13286         Patch by: David Schleef
13287
13288         * configure.ac:
13289         * sys/Makefile.am:
13290           rename our detection macro for V4L2.  Fixes #151236.
13291
13292 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13293
13294         Patch by: David Schleef
13295
13296         * configure.ac:
13297           check to define LAMEPRESET.  Fixes #151232.
13298
13299 2004-08-27  David Schleef  <ds@schleef.org>
13300
13301         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
13302         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
13303         (gst_glimagesink_fixate):  Move local variable declarations to
13304         make gcc-2.95 happy.
13305
13306 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13307
13308         * configure.ac:
13309           bump nano for prerelease
13310
13311 2004-08-27  David Schleef  <ds@schleef.org>
13312
13313         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
13314         * sys/sunaudio/gstsunaudiosrc.c:
13315         * sys/sunaudio/gstsunaudiosrc.h:
13316
13317 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
13318
13319         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
13320         handle EOS correctly
13321         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
13322         * gst/matroska/matroska-mux.h:
13323         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
13324         VFW compatibility mode
13325
13326 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13327
13328         patch by: Zaheer Abbas Merali
13329
13330         * ext/ogg/gstoggmux.c:
13331         * ext/vorbis/vorbisenc.c:
13332         * ext/vorbis/vorbisenc.h:
13333           handle NEWMEDIA
13334
13335 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
13336
13337         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
13338         fix byte order reversion on little endian machines.
13339         * gst/matroska/matroska-mux.c: (audiosink_templ),
13340         (gst_matroska_mux_audio_pad_link):
13341         add TTA codec to the list of supported codecs.
13342         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
13343         (gst_matroska_mux_start), (gst_matroska_mux_finish),
13344         (gst_matroska_mux_write_data):
13345         * gst/matroska/matroska-mux.h:
13346         write segment duration correctly, write muxing app string, fixes bugs
13347         #140897 and #140898.
13348         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
13349         wait for all pads to be negotiated before starting to mux.
13350
13351 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13352
13353         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
13354         * ext/lame/gstlame.h:
13355         Added new media support to lame
13356
13357 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
13358
13359         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
13360         send vorbis headers at the beginning of a stream, fixes bug #141554.
13361         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
13362         bug #148950.
13363         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
13364         (gst_matroska_demux_plugin_init):
13365         * gst/matroska/matroska-ids.h:
13366         enable demuxing of TTA audio streams, fixes bug #148951.
13367         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
13368         enable typefinding for TTA audio files, fixes bug #148711.
13369         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
13370         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
13371         fixes playback of packed bitstream and xvid with bframes, bug #135407.
13372
13373 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
13374
13375         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
13376         (gst_riff_read_element_data), (gst_riff_read_seek),
13377         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
13378         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
13379         <teuf@gnome.org>
13380
13381 2004-08-23 Iain <iaingnome@gmail.com>
13382
13383         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
13384         tags. They appear to be handled differently to normal.
13385         (tag_list_to_id3_tag_foreach): Ditto.
13386
13387 2004-08-22  Wim Taymans  <wim@fluendo.com>
13388
13389         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13390         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
13391         Make sure we never send -1 granulepos.
13392
13393 2004-08-20  Wim Taymans  <wim@fluendo.com>
13394
13395         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13396         (gst_ogg_mux_loop):
13397         I will accept bitchslappings with non sharp objects.
13398
13399 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13400
13401         * configure.ac:
13402         Clean up the test for lame presets
13403
13404 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13405
13406         * configure.ac:
13407         * ext/lame/Makefile.am:
13408         * ext/lame/gstlame.c: (gst_lame_class_init),
13409         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
13410         Only enable lame presets if version of lame has presets in API
13411
13412 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
13413         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
13414         * gst/udp/gstudpsrc.h:
13415           Don't call gst_pad_push in a get function. Fixes #150449
13416
13417 2004-08-18  Wim Taymans  <wim@fluendo.com>
13418
13419         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
13420         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
13421         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
13422         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13423         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13424         (gst_fdset_wait):
13425         * gst/tcp/gstfdset.h:
13426         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13427         (gst_multifdsink_client_queue_buffer),
13428         (gst_multifdsink_handle_client_write):
13429         * gst/tcp/gstmultifdsink.h:
13430         Some extra checks in gstfdset.
13431         Only use send() when the fd is a socket. Don't try to
13432         read from write only fds.
13433
13434 2004-08-18  Wim Taymans  <wim@fluendo.com>
13435
13436         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
13437         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
13438         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13439         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13440         (gst_fdset_wait):
13441         Add more locking and bounds checking.
13442
13443 2004-08-18  Wim Taymans  <wim@fluendo.com>
13444
13445         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
13446         Realloc test fdset in the lock and right before starting
13447         the poll call. Bump the limit to 4096.
13448
13449 2004-08-17  David Schleef  <ds@schleef.org>
13450
13451         * sys/sunaudio/Makefile.am:
13452         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
13453         of rates and channels.  Make debugging less obnoxious.
13454
13455         Patch from Balamurali Viswanathan implementing a mixer for
13456         Sun audio.  (bug #144091):
13457         * sys/sunaudio/gstsunelement.c:
13458         * sys/sunaudio/gstsunelement.h:
13459         * sys/sunaudio/gstsunmixer.c:
13460         * sys/sunaudio/gstsunmixer.h:
13461
13462 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13463
13464         * gst/audioscale/gstaudioscale.c:
13465         * gst/audioscale/gstaudioscale.h:
13466         made audioscale resample from any sample rate to any sample rate
13467
13468 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13469
13470         * ext/libpng/gstpngdec.c:
13471           error out on unsupported types
13472
13473 2004-08-17  Iain <iaingnome@gmail.com>
13474
13475         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
13476         mid_side and loose_mid_side properties if its a stereo stream.
13477
13478 2004-08-17  Wim Taymans  <wim@fluendo.com>
13479
13480         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
13481         (theora_get_formats), (theora_dec_src_convert),
13482         (theora_dec_sink_convert), (theora_dec_src_query),
13483         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
13484         Add a debug line.
13485
13486 2004-08-17  Wim Taymans  <wim@fluendo.com>
13487
13488         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
13489         (gst_ogg_pad_push):
13490         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13491         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
13492         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
13493         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
13494         Mark delta units in the muxer.
13495         Try to decode the packet after an out-of-sync error from
13496         libogg.
13497
13498 2004-08-17  Wim Taymans  <wim@fluendo.com>
13499
13500         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13501         (gst_multifdsink_init), (gst_multifdsink_add),
13502         (gst_multifdsink_client_queue_buffer),
13503         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
13504         * gst/tcp/gstmultifdsink.h:
13505         Added option to send a keyframe to clients as the first buffer.
13506         Make timeout property writable.
13507
13508 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13509
13510         patch by: Wim Taymans
13511
13512         * gst/tcp/gstfdset.c:
13513         * gst/tcp/gstmultifdsink.c:
13514           fix index comparison, should include 0
13515
13516 2004-08-16  Wim Taymans  <wim@fluendo.com>
13517
13518         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
13519         (gst_fdset_add_fd), (gst_fdset_remove_fd),
13520         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13521         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13522         (gst_fdset_wait):
13523           copy when reallocing for poll so the select arguments don't get
13524           changed during the call
13525
13526 2004-08-16  Wim Taymans  <wim@fluendo.com>
13527
13528         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
13529         (gst_theora_enc_class_init), (theora_enc_sink_link),
13530         (theora_buffer_from_packet), (theora_enc_chain):
13531         Fix bug where buffers were not marked as keyframes
13532         correctly.
13533
13534 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13535
13536         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
13537         (gst_lame_preset_get_type), (gst_lame_class_init):
13538         describe the enum values for vbr mode and presets more verbosely
13539
13540 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13541
13542         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
13543         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
13544         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
13545         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
13546         * ext/lame/gstlame.h:
13547         add preset property to lame so it can use lame presets
13548
13549 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13550
13551         * ext/lame/gstlame.c: (gst_lame_get_property):
13552         whoops forgot break, thanks teuf
13553
13554 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13555
13556         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
13557         (gst_lame_class_init), (gst_lame_src_getcaps),
13558         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
13559         (gst_lame_get_property), (gst_lame_setup):
13560         * ext/lame/gstlame.h:
13561         fix lame's broken vbr stuff, allow it to resample if need be, and also
13562         make xing header optional
13563
13564 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13565
13566         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
13567         added getcaps function so samplerate doesnt get fixated to silly values
13568
13569 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13570
13571         * ext/lame/gstlame.c: (gst_lame_src_link):
13572         revert previous fix
13573
13574 2004-08-12  Johan Dahlin  <johan@gnome.org>
13575
13576         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
13577         checks. Doesn't matter what state we are in. Interfaces are a
13578         compile time thing, not runtime. It also broke the python bindings.
13579
13580 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13581
13582         * ext/lame/gstlame.c: (gst_lame_src_link):
13583         made source pad link function check if sinkpad is ok..fixes the problem
13584         where core fixates the output rate of lame stupidly
13585
13586 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13587
13588         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
13589         * sys/v4l/v4l_calls.c:
13590         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
13591           fix fixate function to handle nonsimple caps.
13592           remove bogus check in _link
13593           cleanups
13594
13595 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13596
13597         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
13598         set default compression ratio parameter to 0.0 so bitrate parameter
13599         works :)
13600
13601 2004-08-11  David Schleef  <ds@schleef.org>
13602
13603         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
13604
13605 2004-08-11  David Schleef  <ds@schleef.org>
13606
13607         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
13608         before.
13609
13610 2004-08-11  David Schleef  <ds@schleef.org>
13611
13612         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
13613
13614 2004-08-11  David Schleef  <ds@schleef.org>
13615
13616         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
13617           license field
13618         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
13619         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
13620           LGPL.
13621         * gst/auparse/gstauparse.c: Fix plugin license field.
13622         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
13623         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
13624         * gst/rtp/gstrtp.c: Fix plugin license field.
13625
13626 2004-08-11  Wim Taymans  <wim@fluendo.com>
13627
13628         * gst/tcp/Makefile.am:
13629         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
13630         (ensure_size), (gst_fdset_new), (gst_fdset_free),
13631         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
13632         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
13633         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
13634         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
13635         (gst_fdset_fd_can_write), (gst_fdset_wait):
13636         * gst/tcp/gstfdset.h:
13637         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
13638         (gst_multifdsink_class_init), (gst_multifdsink_init),
13639         (gst_multifdsink_add), (gst_multifdsink_remove),
13640         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13641         (gst_multifdsink_remove_client_link),
13642         (gst_multifdsink_handle_client_read),
13643         (gst_multifdsink_client_queue_data),
13644         (gst_multifdsink_client_queue_caps),
13645         (gst_multifdsink_client_queue_buffer),
13646         (gst_multifdsink_handle_client_write),
13647         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13648         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
13649         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
13650         (gst_multifdsink_close):
13651         * gst/tcp/gstmultifdsink.h:
13652         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13653         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13654         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
13655         (gst_tcpserversink_close):
13656         * gst/tcp/gsttcpserversink.h:
13657         Abstracted away the select call, implemented poll (yes we ran into
13658         the 1024 limit in production).
13659
13660 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13661
13662         * gst/tcp/gsttcp.c:
13663         * gst/tcp/gsttcpplugin.c:
13664           improve debuggging, remove assert
13665
13666 2004-08-10  Wim Taymans  <wim@fluendo.com>
13667
13668         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
13669         (gst_client_status_get_type), (gst_multifdsink_class_init),
13670         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
13671         (gst_multifdsink_handle_client_read),
13672         (gst_multifdsink_handle_client_write),
13673         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13674         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
13675         (gst_multifdsink_get_property):
13676         * gst/tcp/gstmultifdsink.h:
13677         * gst/tcp/gsttcp-marshal.list:
13678         Starting to prepare for specifying buffer time in other units
13679         than buffers. Expose remove reason in signal.
13680
13681 2004-08-10  Wim Taymans  <wim@fluendo.com>
13682
13683         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13684         (gst_multifdsink_remove), (gst_multifdsink_clear),
13685         (gst_multifdsink_remove_client_link),
13686         (gst_multifdsink_handle_client_read),
13687         (gst_multifdsink_client_queue_data),
13688         (gst_multifdsink_client_queue_buffer),
13689         (gst_multifdsink_handle_client_write),
13690         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13691         (gst_multifdsink_chain), (gst_multifdsink_close):
13692         * gst/tcp/gstmultifdsink.h:
13693         Added more debugging info. Changed the way clients are
13694         removed from the lists. Fixed a bug where a bad file descriptor
13695         could cause many clients to be removed.
13696
13697 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13698
13699         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
13700           allow all pixel-aspect-ratios, not just 1:1
13701
13702 2004-08-09  David Schleef  <ds@schleef.org>
13703
13704         * sys/glsink/ARB_multitexture.h:  Remove old files.
13705         * sys/glsink/EXT_paletted_texture.h:
13706         * sys/glsink/NV_register_combiners.h:
13707         * sys/glsink/gstgl_nvimage.c:
13708         * sys/glsink/gstgl_pdrimage.c:
13709         * sys/glsink/gstgl_rgbimage.c:
13710         * sys/glsink/gstglsink.c:
13711         * sys/glsink/gstglsink.h:
13712         * sys/glsink/gstglxwindow.c:
13713         * sys/glsink/regcomb_yuvrgb.c:
13714
13715 2004-08-09  David Schleef  <ds@schleef.org>
13716
13717         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
13718         GL sink plugin.  (Bug #147302)
13719
13720         * configure.ac: Test for OpenGL
13721         * sys/Makefile.am: Use test for OpenGL
13722         * sys/glsink/Makefile.am:
13723         * sys/glsink/glimagesink.c: rewrite
13724         * sys/glsink/glimagesink.h: rewrite
13725
13726 2004-08-09  David Schleef  <ds@schleef.org>
13727
13728         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
13729         sane framerates.
13730         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
13731         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
13732         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
13733
13734 2004-08-09  Wim Taymans  <wim@fluendo.com>
13735
13736         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13737         (gst_multifdsink_add), (gst_multifdsink_get_stats),
13738         (gst_multifdsink_client_remove),
13739         (gst_multifdsink_handle_client_read),
13740         (gst_multifdsink_handle_client_write),
13741         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
13742         Do a bit more logging, make the client_read code more robust.
13743
13744 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13745
13746         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
13747         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
13748         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
13749         (gst_jpegdec_init), (gst_jpegdec_chain):
13750         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13751         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
13752           cleanups, debugging fixes and memleak plugging
13753
13754 2004-08-09  Wim Taymans  <wim@fluendo.com>
13755
13756         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
13757         (theora_get_formats), (theora_dec_src_convert),
13758         (theora_dec_sink_convert), (theora_dec_src_query),
13759         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
13760         (theora_dec_change_state):
13761         Don't crash on missing header packets.
13762
13763 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13764
13765         * po/LINGUAS:
13766         * po/sq.po:
13767           Added Albanian translation (Laurent Dhima)
13768         * po/cs.po:
13769           updated
13770
13771 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13772
13773         * ext/lame/gstlame.c:
13774           fix/add debugging
13775
13776 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13777
13778         * sys/ximage/ximagesink.c:
13779         * sys/xvimage/xvimagesink.c:
13780           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
13781
13782 2004-08-06  Wim Taymans  <wim@fluendo.com>
13783
13784         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13785         (gst_multifdsink_add), (gst_multifdsink_get_stats),
13786         (gst_multifdsink_client_remove),
13787         (gst_multifdsink_handle_client_read),
13788         (gst_multifdsink_handle_client_write),
13789         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
13790         Make sure we don't try to read more from a client that what
13791         ioctl says us or we deadlock.
13792
13793 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13794
13795         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
13796         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
13797         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
13798           decouple running_time and n_frames so it can handle changing
13799           framerate while running
13800
13801 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13802
13803         * po/nl.po:
13804         * po/sv.po:
13805           updated translations
13806
13807 2004-08-04  Benjamin Otte  <otte@gnome.org>
13808
13809         * gst/videotestsrc/gstvideotestsrc.c:
13810         (gst_videotestsrc_get_capslist), (generate_capslist),
13811         (plugin_init):
13812           generate the list of supported caps at startup and reuse it instead
13813           of always generating it
13814
13815 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13816
13817         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
13818           whoops, last checkin broke normal build
13819
13820 2004-08-03  Benjamin Otte  <otte@gnome.org>
13821
13822         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
13823         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13824         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
13825         (gst_alsa_mixer_get_option):
13826         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
13827         (dvdnavsrc_print_event):
13828         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
13829         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
13830         (gst_ogg_mux_pad_unlink):
13831         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
13832         (gst_multipart_mux_pad_unlink):
13833         * gst/videofilter/gstvideobalance.c:
13834         (gst_videobalance_colorbalance_set_value):
13835         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
13836         (gst_videomixer_pad_unlink):
13837         * po/uk.po:
13838         * sys/oss/gstossmixer.c:
13839         * sys/v4l/gstv4lcolorbalance.c:
13840         * sys/v4l/gstv4ltuner.c:
13841         * sys/v4l/v4lsrc_calls.c:
13842         * sys/v4l2/gstv4l2colorbalance.c:
13843         * sys/v4l2/gstv4l2tuner.c:
13844           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
13845
13846 2004-08-03  Benjamin Otte  <otte@gnome.org>
13847
13848         * examples/dynparams/filter.c: (ui_control_create):
13849         * examples/gstplay/player.c: (print_tag):
13850         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
13851         * ext/gdk_pixbuf/gstgdkanimation.c:
13852         (gst_gdk_animation_iter_may_advance):
13853         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
13854         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
13855         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
13856         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
13857         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
13858         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
13859         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
13860         * gst/sine/demo-dparams.c: (main):
13861         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
13862         * testsuite/alsa/formats.c: (create_pipeline):
13863         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
13864           fixes for G_DISABLE_ASSERT and friends
13865         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
13866         (mp3_type_frame_length_from_header), (mp3_type_find),
13867         (plugin_init):
13868           require mp3 typefinding to have at least MIN_HEADERS valid headers
13869           add typefinding for AAC adts files
13870
13871 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
13872
13873         * sys/ximage/ximagesink.c:
13874         (gst_ximagesink_calculate_pixel_aspect_ratio):
13875         * sys/xvimage/xvimagesink.c:
13876         (gst_xvimagesink_calculate_pixel_aspect_ratio):
13877         Make sure we calculate pixel-aspect-ratio using floating point maths
13878
13879 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13880
13881         * po/uk.po:
13882           updated translation
13883
13884 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13885
13886         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13887         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
13888           add debugging for display PAR calculation
13889
13890 2004-08-02  David Schleef  <ds@schleef.org>
13891
13892         * configure.ac: Fix mikmod CFLAGS.
13893
13894 2004-07-27  Benjamin Otte  <otte@gnome.org>
13895
13896         * gst/audioscale/gstaudioscale.c:
13897         - fix templates to only support S16, it's the only format that works
13898         - make caps nego code use try_set_caps_nonfixed and fixation instead
13899         of try_set_caps twice, which is not nice for autopluggers
13900         - change rank to secondary, so autopluggers can pick it up after
13901         audioconvert
13902
13903 2004-08-02  Iain <iain@prettypeople.org>
13904
13905         * gst/interleave/interleave.c (interleave_init),
13906         (interleave_request_new_pad),
13907         (interleave_pad_removed),
13908         (interleave_buffered_loop): Use the real pad count, not the artificial
13909         one.
13910
13911 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13912
13913         * configure.ac: bump nano back to development
13914
13915 === release 0.8.3 ===
13916
13917 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13918
13919         * configure.ac: releasing 0.8.3, "Water"
13920
13921 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13922
13923         * sys/xvimage/xvimagesink.c:
13924         (gst_xvimagesink_calculate_pixel_aspect_ratio),
13925         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
13926         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
13927         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
13928         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
13929         * sys/xvimage/xvimagesink.h:
13930           apply similar PAR fixes as to ximagesink
13931
13932 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13933
13934         patch from: Benjamin Otte
13935
13936         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
13937           add link function to lame.  Fixes #148986.
13938
13939 2004-08-02  Johan Dahlin  <johan@gnome.org>
13940
13941         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
13942         fix debugging log
13943
13944 2004-07-30  David Schleef  <ds@schleef.org>
13945
13946         * gst/videomixer/Makefile.am: Fix things that should have been
13947         fixed in the last checkin.
13948
13949 2004-07-30  David Schleef  <ds@schleef.org>
13950
13951         * gst/multipart/Makefile.am: Fix things that should have been
13952         fixed in the last checkin.
13953
13954 2004-07-30  David Schleef  <ds@schleef.org>
13955
13956         * testsuite/multifilesink/Makefile.am: Fix unused variable.
13957
13958 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13959
13960         * configure.ac:
13961           bump nano for prerelease
13962         * po/af.po:
13963         * po/az.po:
13964         * po/cs.po:
13965         * po/en_GB.po:
13966         * po/hu.po:
13967         * po/nl.po:
13968         * po/sr.po:
13969         * po/sv.po:
13970         * po/uk.po:
13971           updates
13972
13973 2004-07-30  Wim Taymans  <wim@fluendo.com>
13974
13975         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13976         (gst_multifdsink_add), (gst_multifdsink_remove),
13977         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13978         (gst_multifdsink_client_remove),
13979         (gst_multifdsink_handle_client_write),
13980         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
13981         * gst/tcp/gstmultifdsink.h:
13982         Recover from a select with a bad file descriptor by removing
13983         the client.
13984
13985 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13986
13987         * configure.ac:
13988           fix requirement of core
13989         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
13990         (gst_play_pipeline_setup):
13991           don't use colorspace element.  do use hermescolorspace element.
13992           make macro to get a colorspace element.
13993           mark strings for translation.
13994         * po/POTFILES.in:
13995           add play.c
13996         * po/af.po:
13997         * po/az.po:
13998         * po/cs.po:
13999         * po/en_GB.po:
14000         * po/hu.po:
14001         * po/nl.po:
14002         * po/sr.po:
14003         * po/sv.po:
14004         * po/uk.po:
14005           update translations
14006
14007 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14008
14009         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
14010         fix default for newmedia flag
14011
14012 2004-07-30  Wim Taymans  <wim@fluendo.com>
14013
14014         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
14015         (gst_theora_dec_init), (theora_get_formats),
14016         (theora_dec_src_convert), (theora_dec_sink_convert),
14017         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14018         (theora_dec_chain), (theora_dec_set_property),
14019         (theora_dec_get_property):
14020         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
14021         (gst_theora_enc_class_init), (gst_theora_enc_init),
14022         (theora_enc_sink_link), (theora_enc_chain),
14023         (theora_enc_set_property), (theora_enc_get_property):
14024         Added cropping option to theora decoder.
14025         Added border option to theora encoder.
14026
14027 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14028
14029         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14030         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
14031         (gst_pngenc_set_property):
14032         * ext/libpng/gstpngenc.h:
14033         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
14034
14035 2004-07-30  Wim Taymans  <wim@fluendo.com>
14036
14037         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14038         (theora_enc_sink_link), (theora_enc_chain),
14039         (theora_enc_set_property), (theora_enc_get_property):
14040         Fix encoding of non-multiple-of-16 video.
14041
14042 2004-07-29  David Schleef  <ds@schleef.org>
14043
14044         * configure.ac: make test for audiofile more strict
14045
14046 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14047
14048         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14049           give different names to typefind functions
14050
14051 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14052
14053         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14054         (gst_ximagesink_calculate_pixel_aspect_ratio),
14055         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
14056         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
14057         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
14058         (gst_ximagesink_get_property), (gst_ximagesink_init):
14059         * sys/ximage/ximagesink.h:
14060           allocate PAR's dynamically.
14061           use autodetected PAR if no object-set PAR is given.
14062           add workaround for directfb's X not setting physical size.
14063           fix to xvimagesink will follow tomorrow.
14064
14065 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14066
14067         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
14068         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
14069         (gst_shout2send_get_type), (gst_shout2send_set_clock),
14070         (gst_shout2send_class_init), (gst_shout2send_init),
14071         (set_shout_metadata), (gst_shout2send_set_metadata),
14072         (gst_shout2send_chain), (gst_shout2send_set_property),
14073         (gst_shout2send_get_property), (gst_shout2send_connect),
14074         (gst_shout2send_change_state):
14075         * ext/shout2/gstshout2.h:
14076         - fix for sending mp3 audio to icecast2 server, if pad link function not
14077         called before PAUSED state
14078         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
14079         - added tagging support for mp3 audio broadcasted
14080         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
14081         debug info
14082
14083 2004-07-28  Wim Taymans  <wim@fluendo.com>
14084
14085         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
14086         (gst_ogg_demux_push):
14087         Return query failure when we don't know the length of
14088         an ogg stream insteda of returning TRUE with a bogus value.
14089
14090 2004-07-28  Wim Taymans  <wim@fluendo.com>
14091
14092         * ext/theora/theoradec.c: (theora_get_formats),
14093         (theora_dec_src_convert), (theora_dec_sink_convert),
14094         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14095         (theora_dec_chain):
14096         Don't screw up the 1 Chroma for 1 luma sample situation when we
14097         have an odd offset/width by adding a black border in those cases.
14098
14099 2004-07-28  Wim Taymans  <wim@fluendo.com>
14100
14101         * ext/theora/theoradec.c: (theora_get_formats),
14102         (theora_dec_src_convert), (theora_dec_sink_convert),
14103         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14104         (theora_dec_chain):
14105         * ext/theora/theoraenc.c: (theora_enc_sink_link):
14106         Added first attempt at cropping of the image as required by the
14107         theora spec. We need more properties in the caps (offset_x,
14108         offset_y,stride) to implement this correctly.
14109
14110 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
14111
14112         * ext/dvdnav/README:
14113           Update the README to use dvddemux
14114         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
14115           Ensure getcaps returns a subset of the template caps
14116         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
14117         (gst_mpeg2subt_init):
14118           Ensure getcaps returns a subset of the template caps
14119         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
14120         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
14121         (gst_dvd_demux_get_subpicture_stream),
14122         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
14123         * gst/mpegstream/gstdvddemux.h:
14124           Set the explicit caps on the current_video pad before pushing
14125           anything
14126         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
14127         (gst_mpeg_demux_get_audio_stream):
14128           Free caps used to gst_pad_set_explicit_caps, which takes a const
14129           GstCaps *
14130
14131 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14132
14133         * configure.ac: update GStreamer requirement to 0.8.4 because of
14134           GstFraction.
14135
14136 2004-07-28  Wim Taymans  <wim@fluendo.com>
14137
14138         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
14139         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
14140         Add the pad to the element after setting up the caps. This
14141         makes it a lot easier to autoplug.
14142
14143 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
14144
14145         * gst/median/gstmedian.c:
14146         * gst/mpeg2subt/gstmpeg2subt.c:
14147         * gst/mpegaudioparse/gstmpegaudioparse.c:
14148         * gst/mpegstream/gstdvddemux.c:
14149         * gst/mpegstream/gstmpegdemux.c:
14150         * gst/mpegstream/gstmpegpacketize.c:
14151         * gst/rtjpeg/gstrtjpeg.c:
14152         * gst/rtjpeg/gstrtjpegdec.c:
14153         * gst/rtjpeg/gstrtjpegenc.c:
14154         * gst/sine/gstsinesrc.c:
14155         * gst/smooth/gstsmooth.c:
14156         * gst/smpte/gstsmpte.c:
14157         * gst/smpte/gstsmpte.h:
14158         * gst/stereo/gststereo.c:
14159         * gst/videofilter/gstgamma.c:
14160         * gst/videofilter/gstvideobalance.c:
14161         * gst/videofilter/gstvideofilter.c:
14162         * gst/videofilter/gstvideoflip.c:
14163         * gst/videoscale/gstvideoscale.c:
14164         * gst/videoscale/videoscale.c:
14165         * gst/videotestsrc/gstvideotestsrc.c:
14166         * gst/videotestsrc/videotestsrc.c:
14167         * gst/wavenc/gstwavenc.c:
14168         * gst/wavparse/gstwavparse.c:
14169           fix local includes and 64 bits constants
14170
14171 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
14172
14173         * win32/gst.sln:
14174         * gst-libs/gst/*/*.vcproj:
14175         * gst/*/*.vcproj:
14176           more working plugins
14177
14178 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14179
14180         * testsuite/alsa/Makefile.am:
14181         * testsuite/alsa/srcstate.c:
14182         add test for alsasrc changing state
14183
14184 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14185
14186         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
14187         (gst_silence_get):
14188         * gst/silence/gstsilence.h:
14189         fix silence generation for 16bit raw audio
14190
14191 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14192
14193         * gst/matroska/matroska-demux.c:
14194         (gst_matroska_demux_parse_metadata),
14195         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
14196         * gst/mpegaudio/common.c:
14197         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
14198         (gst_videoscale_getcaps), (gst_videoscale_link),
14199         (gst_videoscale_src_fixate), (gst_videoscale_init),
14200         (gst_videoscale_finalize):
14201         * gst/videoscale/gstvideoscale.h:
14202         * gst/videotestsrc/gstvideotestsrc.c:
14203         (gst_videotestsrc_get_capslist):
14204         * gst/wavenc/gstwavenc.c:
14205         * sys/oss/gstossmixer.c: (fill_labels):
14206         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14207         (gst_ximagesink_handle_xevents),
14208         (gst_ximagesink_calculate_pixel_aspect_ratio),
14209         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
14210         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
14211         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
14212         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
14213         (gst_ximagesink_init), (gst_ximagesink_class_init):
14214         * sys/ximage/ximagesink.h:
14215         * sys/xvimage/xvimagesink.c:
14216         (gst_xvimagesink_calculate_pixel_aspect_ratio),
14217         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
14218         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
14219         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
14220         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
14221         * sys/xvimage/xvimagesink.h:
14222           first batch of pixel aspect ratio commits.
14223
14224 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14225
14226         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14227         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
14228         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
14229           handle stride, needs work if we want to move stride handling
14230           upstream, but works correctly for our purposes.
14231
14232 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14233
14234         * gst/videoscale/README:
14235           add testing examples
14236         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
14237         (gst_videoscale_chain):
14238         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
14239         (gst_videoscale_get_size):
14240           add get_size function that handles stride like videotestsrc.
14241           fixes conversion for YUV formats for as much as I can test them.
14242
14243 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14244
14245         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
14246         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
14247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14248         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
14249         (gst_xvimagesink_xvimage_put):
14250           further cleanups, logging, error handling and synchronizing
14251
14252 2004-07-27  Wim Taymans  <wim@fluendo.com>
14253
14254         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14255         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
14256         (gst_videomixer_pad_set_property),
14257         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
14258         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14259         (gst_videomixer_class_init), (gst_videomixer_init),
14260         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
14261         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
14262         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
14263         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
14264         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14265         (gst_videomixer_loop), (plugin_init):
14266         Be a nicer negotiation citizen and provide a getcaps function on
14267         the srcpad. This also fixes a crash when resizing.
14268
14269 2004-07-27  Julien MOUTTE  <julien@moutte.net>
14270
14271         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14272         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
14273
14274 2004-07-27  Wim Taymans  <wim@fluendo.com>
14275
14276         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
14277         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14278         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
14279         (gst_pngenc_set_property):
14280         * ext/libpng/gstpngenc.h:
14281         Added snapshot property to pngenc.
14282         removed g_print from pngdec
14283
14284 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
14285
14286         * gst/ac3parse/ac3parse.vcproj
14287         * gst/adder/adder.vcproj
14288         * gst/alpha/alpha.vcproj
14289         * gst/alpha/alphacolor.vcproj
14290         * gst/asfdemux/asf.vcproj
14291         * gst/audioconvert/audioconvert.vcproj
14292         * gst/audiorate/audiorate.vcproj
14293         * gst/audioscale/audioscale.vcproj
14294         * gst/auparse/auparse.vcproj
14295         * gst/avi/avi.vcproj
14296         * gst/cdxaparse/cdxaparse.vcproj
14297         * gst/chart/chart.vcproj
14298         * gst/colorspace/colorspace.vcproj
14299         * gst/cutter/cutter.vcproj
14300         * gst/debug/debug.vcproj
14301         * gst/debug/efence.vcproj
14302         * gst/debug/navigationtest.vcproj
14303         * gst/deinterlace/deinterlace.vcproj
14304         * gst/effectv/effectv.vcproj
14305         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
14306         * gst/filter/filter.vcproj
14307         * gst/flx/flxdec.vcproj
14308         * gst/goom/goom.vcproj
14309         * gst/interleave/interleave.vcproj
14310         * gst/law/alaw.vcproj
14311         * gst/law/mulaw.vcproj
14312         * gst/matroska/matroska.vcproj
14313         * gst/median/median.vcproj
14314         * gst/mixmatrix/mixmatrix.vcproj
14315         * gst/mpeg1sys/mpeg1systemencode.vcproj
14316         * gst/mpeg1videoparse/mp1videoparse.vcproj
14317         * gst/mpeg2sub/mpeg2subt.vcproj
14318         * gst/mpegaudio/mpegaudio.vcproj
14319         * gst/mpegaudioparse/mpegaudioparse.vcproj
14320         * gst/mpegstream/mpegstream.vcproj
14321         * gst/multifilesink/multifilesink.vcproj
14322         * gst/multipart/multipart.vcproj
14323         * gst/oneton/oneton.vcproj
14324         * gst/overlay/overlay.vcproj
14325         * gst/passthrough/passthrough.vcproj
14326         * gst/qtdemux/qtdemux.vcproj
14327         * gst/realmedia/rmdemux.vcproj
14328         * gst/rtjpeg/rtjpeg.vcproj
14329         * gst/rtp/rtp.vcproj
14330         * gst/silence/silence.vcproj
14331         * gst/sine/sinesrc.vcproj
14332         * gst/smooth/smooth.vcproj
14333         * gst/smpte/smpte.vcproj
14334         * gst/spectrum/spectrum.vcproj
14335         * gst/speed/speed.vcproj
14336         * gst/stereo/stereo.vcproj
14337         * gst/switch/switch.vcproj
14338         * gst/tags/tagedit.vcproj
14339         * gst/tcp/tcp.vcproj
14340         * gst/typefind/typefindfunctions.vcproj
14341         * gst/udp/udp.vcproj
14342         * gst/videobox/videobox.vcproj
14343         * gst/videocrop/videocrop.vcproj
14344         * gst/videodrop/videodrop.vcproj
14345         * gst/videofilter/gamma.vcproj
14346         * gst/videofilter/videobalance.vcproj
14347         * gst/videofilter/videofilter.vcproj
14348         * gst/videofilter/videoflip.vcproj
14349         * gst/videoflip/videoflip.vcproj
14350         * gst/videomixer/videomixer.vcproj
14351         * gst/videorate/videorate.vcproj
14352         * gst/videoscale/videoscale.vcproj
14353         * gst/videotestsrc/videotestsrc.vcproj
14354         * gst/virtualdub/virtualdub.vcproj
14355         * gst/volenv/volenv.vcproj
14356         * gst/volume/volume.vcproj
14357         * gst/wavenc/wavenc.vcproj
14358         * gst/wavparse/wavparse.vcproj
14359         * gst/y4m/y4menc.vcproj
14360         * gst-libs/gst/audio/audio.vcproj
14361         * gst-libs/gst/audio/audiofilter.vcproj
14362         * gst-libs/gst/colorbalance/colorbalance.vcproj
14363         * gst-libs/gst/idct/idtc.vcproj
14364         * gst-libs/gst/media-info/media-info.vcproj
14365         * gst-libs/gst/mixer/mixer.vcproj
14366         * gst-libs/gst/navigation/navigation.vcproj
14367         * gst-libs/gst/play/play.vcproj
14368         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
14369         * gst-libs/gst/resample/resample.vcproj
14370         * gst-libs/gst/riff/riff.vcproj
14371         * gst-libs/gst/tuner/tuner.vcproj
14372         * gst-libs/gst/video/video.vcproj
14373         * gst-libs/gst/xoverlay/xoverlay.vcproj
14374           avoid problems with math.h, fix release dependancy
14375           rename GStreamer-0.8.lib to libgstreamer.lib
14376
14377 2004-07-27  Julien MOUTTE  <julien@moutte.net>
14378
14379         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
14380         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
14381         the atom is not available we have to unlock the mutex. Fixes #148023
14382
14383 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14384
14385         * gst-libs/gst/media-info/media-info.h:
14386           issue for a vararg macro with MSVC
14387
14388 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14389
14390         * gst/effectv/effectv.vcproj
14391         * gst-libs/gst/idct/idct.vcproj:
14392         * gst-libs/gst/media-info/media-info.vcproj:
14393         * gst-libs/gst/navigation/navigation.vcproj:
14394         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
14395         * gst-libs/gst/video/video.vcproj:
14396         * gst-libs/gst/xoverlay/xoverlay.vcproj:
14397           fixes for build problems
14398
14399 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14400
14401         * gst-libs/gst/audio/audio.def:
14402         * gst-libs/gst/audio/riff.def:
14403           add some definitions needed by plugins
14404
14405 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14406
14407         * gst/asfdemux/gstasfmux.c
14408           Fix some 64 bits constants to be glib friendly
14409
14410 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14411
14412         * gst/ac3parse/gstac3parse.c
14413         * gst/audioscale/gstaudioscale.c
14414         * gst/auparse/gstauparse.c
14415         * gst/colorspace/gstcolorspace.c
14416         * gst/colorspace/yuv2rgb.h
14417           local include fixes
14418
14419 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14420
14421         * win32/gst.sln
14422           add more plugins to the build
14423
14424 2004-07-26  Julien MOUTTE  <julien@moutte.net>
14425
14426         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
14427         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
14428
14429 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14430
14431         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
14432         (gst_level_set_property), (gst_level_get_property),
14433         (gst_level_base_init), (gst_level_class_init):
14434           add debugging categories.  cleanups.
14435
14436 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14437
14438         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
14439         (gst_videoscale_planar411), (gst_videoscale_planar400),
14440         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
14441         (gst_videoscale_scale_nearest_str1),
14442         (gst_videoscale_scale_nearest_str2),
14443         (gst_videoscale_scale_nearest_str4),
14444         (gst_videoscale_scale_nearest_16bit),
14445         (gst_videoscale_scale_nearest_24bit):
14446           fixed stride issues
14447           tested with 320x240 -> 321, 322, 324 x240
14448           tested with YV12, I420, YUY2, UYVY
14449           fixed packed422rev (don't think it could have worked before)
14450           by testing with UYVY
14451
14452 2004-07-26  Benjamin Otte  <otte@gnome.org>
14453
14454         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
14455         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
14456         (plugin_init):
14457           add debugging category, add error checks like checking return values
14458           of setup calls, make sure it still works after
14459           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
14460
14461 2004-07-26  Wim Taymans  <wim@fluendo.com>
14462
14463         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
14464         (gst_mpeg_demux_get_audio_stream),
14465         (gst_mpeg_demux_process_private):
14466         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
14467         Check for error codes from the negotiation functions. Make sure
14468         we really set the pad caps when a new pad is created.
14469
14470 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14471
14472         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14473         (gst_ffmpeg_caps_to_pix_fmt):
14474         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
14475         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14476         (gst_ffmpegcolorspace_pad_link):
14477           don't make function do two things at the same time without reason.
14478
14479 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14480
14481         * gst/ac3parse/ac3parse.vcproj
14482         * gst/adder/adder.vcproj
14483         * gst/alpha/alpha.vcproj
14484         * gst/alpha/alphacolor.vcproj
14485         * gst/asfdemux/asf.vcproj
14486         * gst/audioconvert/audioconvert.vcproj
14487         * gst/audiorate/audiorate.vcproj
14488         * gst/audioscale/audioscale.vcproj
14489         * gst/auparse/auparse.vcproj
14490         * gst/avi/avi.vcproj
14491         * gst/cdxaparse/cdxaparse.vcproj
14492         * gst/chart/chart.vcproj
14493         * gst/colorspace/colorspace.vcproj
14494         * gst/cutter/cutter.vcproj
14495         * gst/debug/debug.vcproj
14496         * gst/debug/efence.vcproj
14497         * gst/debug/navigationtest.vcproj
14498         * gst/deinterlace/deinterlace.vcproj
14499         * gst/effectv/effectv.vcproj
14500         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
14501         * gst/filter/filter.vcproj
14502         * gst/flx/flxdec.vcproj
14503         * gst/goom/goom.vcproj
14504         * gst/interleave/interleave.vcproj
14505         * gst/law/alaw.vcproj
14506         * gst/law/mulaw.vcproj
14507         * gst/matroska/matroska.vcproj
14508         * gst/median/median.vcproj
14509         * gst/mixmatrix/mixmatrix.vcproj
14510         * gst/mpeg1sys/mpeg1systemencode.vcproj
14511         * gst/mpeg1videoparse/mp1videoparse.vcproj
14512         * gst/mpeg2sub/mpeg2subt.vcproj
14513         * gst/mpegaudio/mpegaudio.vcproj
14514         * gst/mpegaudioparse/mpegaudioparse.vcproj
14515         * gst/mpegstream/mpegstream.vcproj
14516         * gst/multifilesink/multifilesink.vcproj
14517         * gst/multipart/multipart.vcproj
14518         * gst/oneton/oneton.vcproj
14519         * gst/overlay/overlay.vcproj
14520         * gst/passthrough/passthrough.vcproj
14521         * gst/qtdemux/qtdemux.vcproj
14522         * gst/realmedia/rmdemux.vcproj
14523         * gst/rtjpeg/rtjpeg.vcproj
14524         * gst/rtp/rtp.vcproj
14525         * gst/silence/silence.vcproj
14526         * gst/sine/sinesrc.vcproj
14527         * gst/smooth/smooth.vcproj
14528         * gst/smpte/smpte.vcproj
14529         * gst/spectrum/spectrum.vcproj
14530         * gst/speed/speed.vcproj
14531         * gst/stereo/stereo.vcproj
14532         * gst/switch/switch.vcproj
14533         * gst/tags/tagedit.vcproj
14534         * gst/tcp/tcp.vcproj
14535         * gst/typefind/typefindfunctions.vcproj
14536         * gst/udp/udp.vcproj
14537         * gst/videobox/videobox.vcproj
14538         * gst/videocrop/videocrop.vcproj
14539         * gst/videodrop/videodrop.vcproj
14540         * gst/videofilter/gamma.vcproj
14541         * gst/videofilter/videobalance.vcproj
14542         * gst/videofilter/videofilter.vcproj
14543         * gst/videofilter/videoflip.vcproj
14544         * gst/videoflip/videoflip.vcproj
14545         * gst/videomixer/videomixer.vcproj
14546         * gst/videorate/videorate.vcproj
14547         * gst/videoscale/videoscale.vcproj
14548         * gst/videotestsrc/videotestsrc.vcproj
14549         * gst/virtualdub/virtualdub.vcproj
14550         * gst/volenv/volenv.vcproj
14551         * gst/volume/volume.vcproj
14552         * gst/wavenc/wavenc.vcproj
14553         * gst/wavparse/wavparse.vcproj
14554         * gst/y4m/y4menc.vcproj
14555           more plugins supported under windows
14556
14557 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14558
14559         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14560         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
14561         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
14562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14563         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
14564           Add debugging statements.  Use the sizes as returned by the
14565           *CreateImage calls.
14566
14567 2004-07-26  Johan Dahlin  <johan@gnome.org>
14568
14569         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
14570         the pad is negotiated.
14571
14572         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
14573
14574 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14575
14576         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14577         * gst-libs/gst/idct/idct.vcproj:
14578         * gst-libs/gst/media-info/media-info.vcproj:
14579         * gst-libs/gst/mixer/mixer.vcproj:
14580         * gst-libs/gst/navigation/navigation.vcproj:
14581         * gst-libs/gst/play/play.vcproj:
14582         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
14583         * gst-libs/gst/resample/resample.vcproj:
14584         * gst-libs/gst/tuner/tuner.vcproj:
14585         * gst-libs/gst/video/video.vcproj:
14586         * gst-libs/gst/xoverlay/xoverlay.vcproj:
14587           more plugins supported under windows
14588
14589 2004-07-25 Iain <iain@prettypeople.org>
14590
14591         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
14592         pad now rather than when the pad is created because state changes wipe
14593         explicit caps (fixes #148043).
14594
14595 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
14596
14597         reviewed by Benjamin Otte  <otte@gnome.org>
14598
14599         * ext/mad/gstmad.c:
14600           fix mad plugin crashing on Sun (fixes #148289)
14601
14602 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
14603
14604         * gst/avi/avi.def:
14605         * gst/avi/avi.vcproj:
14606         * gst/matroska/matroska.def:
14607         * gst/matroska/matroska.vcproj:
14608           remove unused .def files
14609
14610 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
14611
14612         * gst-libs/gst/audio/gstaudiofilter.c:
14613           Clean the local include
14614
14615 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
14616
14617         * win32/gst.sln:
14618         * gst-libs/gst/audio/audio.def:
14619         * gst-libs/gst/audio/audio.vcproj:
14620         * gst-libs/gst/audio/audiofilter.vcproj:
14621         * gst-libs/gst/audio/riff.def:
14622         * gst-libs/gst/audio/riff.vcproj:
14623         * gst-libs/gst/gst-libs.def:
14624         * gst-libs/gst/gst-libs.vcproj:
14625         * gst/avi/avi.vcproj:
14626         * gst/avi/avi.vcproj:
14627           Copy the files where needed after building, cleaner projects
14628
14629 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
14630
14631         * gst/matroska/ebml-write.c:
14632           Fix some 64 bits constants to be glib friendly
14633
14634 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
14635
14636         * win32/gst.sln:
14637         * gst-libs/gst/gst-libs.def:
14638         * gst-libs/gst/gst-libs.vcproj:
14639         * gst/matroska/matroska.def:
14640         * gst/matroska/matroska.vcproj:
14641           Add the preliminary canvas to build plugins on Win32
14642
14643 2004-07-23  Benjamin Otte  <otte@gnome.org>
14644
14645         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14646           don't enfore negotiation from source side, it breaks
14647           sinesrc ! audioconvert ! osssink
14648
14649 2004-07-22  David Schleef  <ds@schleef.org>
14650
14651         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
14652         for ELF files, since they can easily be recognized as audio/mpeg.
14653         (bug #147441)
14654
14655 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14656
14657         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
14658         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
14659         (gst_videoscale_scale_nearest_24bit),
14660         (gst_videoscale_scale_nearest_16bit):
14661           fix 16bit and 24bit for stride (24bit might need testing)
14662           don't pretend we do more than one algorithm
14663
14664 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14665
14666         * configure.ac:
14667         * gst/Makefile.am:
14668         * gst/multifilesink/Makefile.am:
14669         * gst/multifilesink/gstmultifilesink.c:
14670         (gst_multifilesink_get_formats),
14671         (gst_multifilesink_get_query_types), (_do_init),
14672         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
14673         (gst_multifilesink_init), (gst_multifilesink_dispose),
14674         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
14675         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
14676         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
14677         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
14678         (gst_multifilesink_chain), (gst_multifilesink_change_state),
14679         (gst_multifilesink_uri_get_type),
14680         (gst_multifilesink_uri_get_protocols),
14681         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
14682         (gst_multifilesink_uri_handler_init), (plugin_init):
14683         * gst/multifilesink/gstmultifilesink.h:
14684         * testsuite/Makefile.am:
14685         * testsuite/multifilesink/Makefile.am:
14686         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
14687         (gst_newmedia_class_init), (gst_newmedia_init),
14688         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14689         (newfile_signal), (test_signal), (main):
14690         multifilesink plugin for creating new files every time a new media
14691         discontinuity event occurs
14692
14693 2004-07-22  Wim Taymans  <wim@fluendo.com>
14694
14695         * gst/alpha/Makefile.am:
14696         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
14697         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
14698         (gst_alpha_color_init), (gst_alpha_color_set_property),
14699         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
14700         (transform), (gst_alpha_color_chain),
14701         (gst_alpha_color_change_state), (plugin_init):
14702         Stupid plugin to to RGBA to AYUV conversion because none of
14703         the colorspace plugins can handle that yet.
14704
14705 2004-07-22  Wim Taymans  <wim@fluendo.com>
14706
14707         * examples/seeking/seek.c: (update_scale), (main):
14708         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
14709         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
14710         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
14711         (gst_decode_bin_init), (gst_decode_bin_dispose),
14712         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
14713         (no_more_pads), (close_link), (type_found),
14714         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
14715         (plugin_init):
14716         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14717         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
14718         (gst_play_base_bin_dispose), (queue_overrun),
14719         (gen_preroll_element), (remove_prerolls), (unknown_type),
14720         (no_more_pads), (new_stream), (setup_source),
14721         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14722         (play_base_eos), (gst_play_base_bin_change_state),
14723         (gst_play_base_bin_add_element),
14724         (gst_play_base_bin_remove_element),
14725         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
14726         (gst_play_base_bin_unlink_stream),
14727         (gst_play_base_bin_get_streaminfo):
14728         * gst/playback/gstplaybin.c: (gen_video_element),
14729         (gen_audio_element):
14730         * gst/playback/gststreaminfo.h:
14731         More playback updates, attempt to fix things after the state change
14732         breakage.
14733
14734 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14735
14736         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
14737         (gst_videoscale_scale_nearest_16bit):
14738           comment algorithm
14739
14740 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14741
14742         * gst/videotestsrc/gstvideotestsrc.c:
14743         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
14744         (gst_videotestsrc_init), (gst_videotestsrc_get),
14745         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
14746         (gst_videotestsrc_get_property):
14747         * gst/videotestsrc/gstvideotestsrc.h:
14748         * gst/videotestsrc/videotestsrc.c:
14749         * gst/videotestsrc/videotestsrc.h:
14750           cleanup and commenting
14751
14752 2004-07-21  Wim Taymans  <wim@fluendo.com>
14753
14754         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
14755         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
14756         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
14757         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
14758         (_find_chain_get_unknown_part), (_find_streams_check),
14759         (gst_ogg_demux_push), (gst_ogg_pad_push):
14760         * ext/theora/theoradec.c: (theora_get_formats),
14761         (theora_dec_src_convert), (theora_dec_sink_convert),
14762         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14763         (theora_dec_chain):
14764         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
14765         (vorbis_dec_convert), (vorbis_dec_src_query),
14766         (vorbis_dec_src_event), (vorbis_dec_event):
14767         More seeking fixes, oggdemux now supports seeking to time and
14768         uses the downstream element to convert granulepos to time.
14769         Seeking in theora-only ogg files now works.
14770
14771 2004-07-21  Wim Taymans  <wim@fluendo.com>
14772
14773         * ext/theora/theoradec.c: (gst_theora_dec_init),
14774         (theora_get_formats), (theora_get_event_masks),
14775         (theora_get_query_types), (theora_dec_src_convert),
14776         (theora_dec_sink_convert), (theora_dec_src_query),
14777         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
14778         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
14779         (vorbis_get_event_masks), (vorbis_get_query_types),
14780         (gst_vorbis_dec_init), (vorbis_dec_convert),
14781         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
14782         Added query/convert/formats functions to vorbis and theora decoders
14783         so that the outside world can use them too. Fixed seeking on an
14784         ogg/theora/vorbis file by disabling the seeking seeking on the
14785         theora srcpad.
14786
14787 2004-07-21  Julien MOUTTE  <julien@moutte.net>
14788
14789         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14790         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
14791         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
14792         images creation for both elements. We don't create the image on caps
14793         nego or renego, we just destroy the internal one if present if it does
14794         not match the needs. The chain function takes care of creating a new
14795         image when needed.
14796         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14797         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
14798         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
14799         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
14800         the image format information. The buffer pool checks for the context
14801         image format and discard images with different formats.
14802         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
14803
14804 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14805
14806         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14807         (gst_ffmpegcolorspace_chain):
14808           no point in doing any chaining if the pad we want to push from
14809           isn't usable.
14810
14811 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14812
14813         * gst-libs/gst/riff/riff-media.c:
14814         (gst_riff_create_audio_caps_with_data):
14815           Fix double end-to-native symbol conversion (#148021).
14816
14817 2004-07-20  David Schleef  <ds@schleef.org>
14818
14819         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
14820         Don't use an Atom that doesn't exist.
14821
14822 2004-07-20  Wim Taymans  <wim@fluendo.com>
14823
14824         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14825         (gst_multifdsink_add), (gst_multifdsink_get_stats),
14826         (gst_multifdsink_client_remove),
14827         (gst_multifdsink_handle_client_write),
14828         (gst_multifdsink_queue_buffer):
14829         * gst/tcp/gstmultifdsink.h:
14830         More multifdsink stats. Avoid deadlock by releasing locks
14831         before sending out a signal.
14832
14833 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14834
14835         * po/LINGUAS:
14836         * po/hu.po:
14837           added Hungarian translation (Laszlo Dvornik)
14838
14839 2004-07-20  Wim Taymans  <wim@fluendo.com>
14840
14841         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14842         (gst_multifdsink_add), (gst_multifdsink_client_remove),
14843         (gst_multifdsink_handle_client_write),
14844         (gst_multifdsink_queue_buffer):
14845         * gst/tcp/gsttcp-marshal.list:
14846         Fixed the stupid marshal definition.
14847
14848 2004-07-20  Wim Taymans  <wim@fluendo.com>
14849
14850         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14851         (gst_multifdsink_init), (gst_multifdsink_add),
14852         (gst_multifdsink_client_remove),
14853         (gst_multifdsink_handle_client_write),
14854         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
14855         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
14856         (gst_multifdsink_init_send):
14857         * gst/tcp/gstmultifdsink.h:
14858         Added more stats, added timeout for a client, fixed some typos
14859         and added some comments.
14860
14861 2004-07-20  Wim Taymans  <wim@fluendo.com>
14862
14863         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14864         (gst_multifdsink_add), (gst_multifdsink_get_stats),
14865         (gst_multifdsink_client_remove),
14866         (gst_multifdsink_handle_client_write):
14867         * gst/tcp/gstmultifdsink.h:
14868         * gst/tcp/gsttcp-marshal.list:
14869         Added get_stats method that returns a GValueArray of
14870         stats values.
14871
14872 2004-07-19  Benjamin Otte  <otte@gnome.org>
14873
14874         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14875           make sure longname, description and author are valid UTF-8
14876
14877 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14878
14879         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
14880         (gst_ximagesink_set_property):
14881         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
14882         (gst_xvimagesink_set_property):
14883           make sure SYNCHRONOUS is respected after getting the X context
14884
14885 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14886
14887         * gst/matroska/matroska-demux.c:
14888         (gst_matroska_demux_handle_src_event),
14889         (gst_matroska_demux_parse_blockgroup):
14890         * gst/matroska/matroska-ids.h:
14891           add BlockReference tag and ignore it to clear out log.
14892           ignore NAVIGATION events to clear out log.
14893
14894 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14895
14896         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
14897         (gst_matroska_demux_add_stream):
14898         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
14899           add debug categories
14900
14901 2004-07-16  Wim Taymans  <wim@fluendo.com>
14902
14903         * ext/libpng/Makefile.am:
14904         * ext/libpng/gstpng.c: (plugin_init):
14905         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
14906         (gst_pngdec_get_type), (gst_pngdec_base_init),
14907         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
14908         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
14909         * ext/libpng/gstpngdec.h:
14910         Added png decoder.
14911
14912 2004-07-16  Julien MOUTTE  <julien@moutte.net>
14913
14914         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
14915         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
14916         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
14917         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
14918         (gst_ximagesink_buffer_alloc):
14919         * sys/ximage/ximagesink.h:
14920         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14921         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
14922         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
14923         (gst_xvimagesink_buffer_alloc):
14924         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
14925         again. Using internal data pointer of the x(v)image to store image's
14926         data to be coherent with the buffer alloc mechanism. Investigated the
14927         image destruction code to be sure that everything gets freed correctly.
14928
14929 2004-07-16  Wim Taymans  <wim@fluendo.com>
14930
14931         * gst-libs/gst/riff/riff-read.c:
14932         (gst_riff_read_strf_vids_with_data),
14933         (gst_riff_read_strf_auds_with_data):
14934         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14935         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
14936         Make sure we don't create 0 sized subbuffers in riff-read.
14937         Signal the no more pads signal after reading the avi header.
14938
14939 2004-07-16  Wim Taymans  <wim@fluendo.com>
14940
14941         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
14942         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
14943         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
14944         (gst_decode_bin_init), (gst_decode_bin_dispose),
14945         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
14946         (no_more_pads), (close_link), (type_found),
14947         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
14948         (gst_decode_bin_change_state), (plugin_init):
14949         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14950         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
14951         (gst_play_base_bin_dispose), (queue_overrun),
14952         (gen_preroll_element), (remove_prerolls), (unknown_type),
14953         (no_more_pads), (new_stream), (setup_source),
14954         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14955         (play_base_eos), (gst_play_base_bin_change_state),
14956         (gst_play_base_bin_add_element),
14957         (gst_play_base_bin_remove_element),
14958         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
14959         (gst_play_base_bin_unlink_stream),
14960         (gst_play_base_bin_get_streaminfo):
14961         * gst/playback/gstplaybasebin.h:
14962         Better error recovery. Added configurable preroll queue size. Faster
14963         detection of no-more-pads.
14964
14965 2004-07-16  Wim Taymans  <wim@fluendo.com>
14966
14967         * gst-libs/gst/video/video.h:
14968         Added 32 bits RGBA. Not sure if we should use another mime-type
14969         for alpha rgb. Currently the presence of the alpha_mask property
14970         signals an alpha channel.
14971
14972 2004-07-16  Wim Taymans  <wim@fluendo.com>
14973
14974         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
14975         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
14976         FPS seems to be 0.0 to MAX everywhere else.
14977
14978 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14979
14980         * gst-libs/gst/riff/riff-media.c:
14981         (gst_riff_create_video_caps_with_data):
14982           mp42/mp43 (no caps) exist too.
14983         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14984           Set pixel_width/height; we've got them in-caps.
14985         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14986         * gst/wavparse/gstwavparse.c: (plugin_init):
14987           Both are valid primary.
14988         * sys/oss/gstossmixer.c:
14989           Remove i18n hack and enable translations.
14990
14991 2004-07-15  Benjamin Otte  <otte@gnome.org>
14992
14993         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14994         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
14995           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
14996
14997 2004-07-15  Benjamin Otte  <otte@gnome.org>
14998
14999         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
15000         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
15001         (gst_alsa_close_audio):
15002           disable some of the debugging code for now. Writing debugging to a
15003           buffer is broken in current alsalib releases.
15004
15005 2004-07-12  Benjamin Otte  <otte@gnome.org>
15006
15007         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
15008           use bufferpools
15009
15010 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15011
15012         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15013         (theora_dec_src_query), (theora_dec_event):
15014         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
15015           add debugging categories.  Remove \n's.
15016
15017 2004-07-13  Johan Dahlin  <johan@gnome.org>
15018
15019         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
15020         (gst_play_bin_get_property): Impl.
15021
15022 2004-07-13  Wim Taymans  <wim@fluendo.com>
15023
15024         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
15025         When trying to find the stream length, seek back N pages
15026         instead of just one, where N is the number of streams in
15027         the current chain.
15028
15029 2004-07-13  Wim Taymans  <wim@fluendo.com>
15030
15031         * gst-libs/gst/riff/riff-media.c:
15032         (gst_riff_create_audio_caps_with_data),
15033         (gst_riff_create_audio_caps),
15034         (gst_riff_create_audio_template_caps):
15035         * gst-libs/gst/riff/riff-media.h:
15036         * gst-libs/gst/riff/riff-read.c:
15037         (gst_riff_read_strf_vids_with_data),
15038         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
15039         * gst-libs/gst/riff/riff-read.h:
15040         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15041         (gst_avi_demux_add_stream):
15042         Set codec_data on caps for avidemuxer.
15043
15044 2004-07-12  David Schleef  <ds@schleef.org>
15045
15046         * configure.ac: Fix test for Objective C
15047
15048 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
15049         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
15050         (gst_gdk_pixbuf_chain):
15051           Add svg and pcx to template caps, and ensure that getcaps returns a
15052           subset of the template caps.
15053           Copy each row manually for output, as gdkpixbuf may pad the
15054           rowstride to a 32-bit word boundary.
15055
15056 2004-07-12  Wim Taymans  <wim@fluendo.com>
15057
15058         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
15059         (gst_riff_create_video_template_caps):
15060         Fix the template caps to include some more media types.
15061
15062 2004-07-12  Wim Taymans  <wim@fluendo.com>
15063
15064         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15065         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15066         (compare_ranks), (print_feature), (gst_decode_bin_init),
15067         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
15068         (try_to_link_1), (new_pad), (close_link), (type_found),
15069         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15070         (gst_decode_bin_change_state), (plugin_init):
15071         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15072         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15073         (gst_play_base_bin_dispose), (queue_overrun),
15074         (gen_preroll_element), (remove_prerolls), (no_more_pads),
15075         (new_stream), (setup_source), (gst_play_base_bin_set_property),
15076         (gst_play_base_bin_get_property), (play_base_eos),
15077         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15078         (gst_play_base_bin_remove_element),
15079         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15080         (gst_play_base_bin_unlink_stream),
15081         (gst_play_base_bin_get_streaminfo):
15082         * gst/playback/gstplaybasebin.h:
15083         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15084         (gst_play_bin_class_init), (gst_play_bin_init),
15085         (gst_play_bin_dispose), (gst_play_bin_set_property),
15086         (gst_play_bin_get_property), (gen_video_element),
15087         (gen_audio_element), (remove_sinks), (setup_sinks),
15088         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
15089         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15090         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15091         (gst_play_bin_query), (plugin_init):
15092         * gst/playback/test4.c: (main):
15093         More fixes on reusing of the element.
15094
15095 2004-07-11  Benjamin Otte  <otte@gnome.org>
15096
15097         * ext/mad/gstmad.c: (normal_seek):
15098           allow seeking for other methods than just SET
15099
15100 2004-07-11  Andy Wingo  <wingo@pobox.com>
15101
15102         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
15103         float, "any" caps -> buffer_frames=[0,MAX].
15104
15105         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
15106         doesn't intersect our caps with the template any more. Do it
15107         ourselves.
15108         (interleave_buffered_loop): Use g_newa instead of malloc/free.
15109
15110 2004-07-09  Wim Taymans  <wim@fluendo.com>
15111
15112         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15113         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15114         (compare_ranks), (print_feature), (gst_decode_bin_init),
15115         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
15116         (try_to_link_1), (new_pad), (close_link), (type_found),
15117         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15118         (gst_decode_bin_change_state), (plugin_init):
15119         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15120         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15121         (gst_play_base_bin_dispose), (queue_overrun),
15122         (gen_preroll_element), (remove_prerolls), (no_more_pads),
15123         (new_stream), (setup_source), (gst_play_base_bin_set_property),
15124         (gst_play_base_bin_get_property), (play_base_eos),
15125         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15126         (gst_play_base_bin_remove_element),
15127         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15128         (gst_play_base_bin_unlink_stream),
15129         (gst_play_base_bin_get_streaminfo):
15130         * gst/playback/gstplaybasebin.h:
15131         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15132         (gst_play_bin_class_init), (gst_play_bin_init),
15133         (gst_play_bin_dispose), (gst_play_bin_set_property),
15134         (gst_play_bin_get_property), (gen_video_element),
15135         (gen_audio_element), (remove_sinks), (setup_sinks),
15136         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
15137         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15138         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15139         (gst_play_bin_query), (plugin_init):
15140         * gst/playback/test4.c: (main):
15141         Work on object reuse and seeking.
15142
15143 2004-07-09  Wim Taymans  <wim@fluendo.com>
15144
15145         * examples/seeking/seek.c: (iterate):
15146         Don't consume all CPU in the idle loop.
15147
15148 2004-07-09  Wim Taymans  <wim@fluendo.com>
15149
15150         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
15151         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
15152         Add pad to element *after* setting the pad functions so that
15153         the scheduler can use the correct ones.
15154
15155 2004-07-09  Wim Taymans  <wim@fluendo.com>
15156
15157         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
15158         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
15159         Sync to keyframe after seek
15160
15161 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15162
15163         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
15164         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
15165         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
15166         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
15167         * ext/libvisual/visual.c: (gst_visual_change_state):
15168         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
15169         * ext/theora/theoradec.c: (theora_dec_change_state):
15170         * ext/theora/theoraenc.c: (theora_enc_change_state):
15171         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
15172         * gst-libs/gst/navigation/navigation.c:
15173         * gst/adder/gstadder.c: (gst_adder_change_state):
15174         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15175         (gst_audio_convert_get_buffer):
15176         * gst/multipart/multipartdemux.c:
15177         (gst_multipart_demux_change_state):
15178         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
15179         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
15180         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
15181         * gst/videoscale/gstvideoscale.c:
15182         (gst_videoscale_handle_src_event):
15183         * gst/volume/gstvolume.c: (volume_chain_int16):
15184           don't assert in state change, this should be done by the base
15185           GstElement class.
15186           various debugging fixes.
15187
15188 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15189
15190         * configure.ac:
15191         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
15192         (gst_play_dispose), (gst_play_set_location),
15193         (gst_play_set_data_src), (gst_play_set_video_sink),
15194         (gst_play_set_audio_sink), (gst_play_set_visualization),
15195         (gst_play_connect_visualization), (gst_play_get_sink_element),
15196         (gst_play_get_all_by_interface):
15197         * gst-libs/gst/play/play.h:
15198           add new method to get elements implementing an interface.
15199           add various error logging
15200
15201 2004-07-08  Wim Taymans  <wim@fluendo.com>
15202
15203         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
15204         (make_mpeg_pipeline), (make_mpegnt_pipeline),
15205         (make_playerbin_pipeline), (query_durations_elems),
15206         (query_durations_pads), (query_positions_elems),
15207         (query_positions_pads), (update_scale), (iterate), (stop_seek),
15208         (main):
15209         Added playbin seeking example.
15210
15211 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15212
15213         * gst-libs/gst/play/play.c: (gst_play_set_location),
15214         (gst_play_set_data_src), (gst_play_set_video_sink),
15215         (gst_play_set_audio_sink), (gst_play_set_visualization),
15216         (gst_play_connect_visualization), (gst_play_get_framerate):
15217           use a macro to look up elements from hash table
15218
15219 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15220
15221         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
15222         (gst_play_get_length_callback), (gst_play_set_location),
15223         (gst_play_seek_to_time), (gst_play_set_data_src),
15224         (gst_play_set_video_sink), (gst_play_set_audio_sink),
15225         (gst_play_set_visualization), (gst_play_connect_visualization),
15226         (gst_play_get_sink_element):
15227         - add debugging info
15228         - fix looking up sink elements by iterating over complete caps
15229         - put everything except for source and autoplugger in a complete bin
15230
15231 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15232
15233         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
15234         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
15235         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
15236         (gst_alsa_sink_write), (gst_alsa_sink_loop):
15237         * ext/alsa/gstalsasink.h:
15238         - add debugging info
15239         - clean up schizophrenia of data/buffer/event
15240         - fix double event unref error
15241
15242 2004-07-08  Wim Taymans  <wim@fluendo.com>
15243
15244         * gst/playback/Makefile.am:
15245         Add headers to noinst
15246
15247 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15248
15249         * tools/gst-launch-ext-m.m:
15250         * tools/gst-launch-ext.1.in:
15251           convert to the third millenium
15252
15253 2004-07-07  David Schleef  <ds@schleef.org>
15254
15255         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
15256
15257 2004-07-07  Wim Taymans  <wim@fluendo.com>
15258
15259         * gst/playback/Makefile.am:
15260         * gst/playback/README:
15261         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15262         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15263         (compare_ranks), (print_feature), (gst_decode_bin_init),
15264         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
15265         (try_to_link_1), (new_pad), (close_link), (type_found),
15266         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15267         (plugin_init):
15268         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15269         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15270         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
15271         (gen_preroll_element), (no_more_pads), (new_stream),
15272         (setup_source), (gst_play_base_bin_set_property),
15273         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
15274         (gst_play_base_bin_add_element),
15275         (gst_play_base_bin_remove_element),
15276         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15277         (gst_play_base_bin_unlink_stream),
15278         (gst_play_base_bin_get_streaminfo):
15279         * gst/playback/gstplaybasebin.h:
15280         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15281         (gst_play_bin_class_init), (gst_play_bin_init),
15282         (gst_play_bin_dispose), (gst_play_bin_set_property),
15283         (gst_play_bin_get_property), (gen_video_element),
15284         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
15285         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
15286         (gst_play_bin_get_formats), (gst_play_bin_convert),
15287         (gst_play_bin_get_query_types), (gst_play_bin_query),
15288         (plugin_init):
15289         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
15290         (gst_stream_info_get_type), (gst_stream_info_class_init),
15291         (gst_stream_info_init), (gst_stream_info_new),
15292         (gst_stream_info_dispose), (gst_stream_info_set_property),
15293         (gst_stream_info_get_property):
15294         * gst/playback/gststreaminfo.h:
15295         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15296         (main):
15297         * gst/playback/test2.c: (main):
15298         * gst/playback/test3.c: (update_scale), (main):
15299         More playbin fixes. Added README. Do better element filtering.
15300         Added base class to preroll media. Added test apps.
15301
15302 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15303
15304         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
15305         * ext/mpeg2dec/gstmpeg2dec.h:
15306           various debugging improvements.  Reset stream to next picture
15307           instead of sequence header, otherwise seeks cannot work.
15308
15309 2004-07-07  Wim Taymans  <wim@fluendo.com>
15310
15311         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
15312         (gst_video_box_class_init), (gst_video_box_set_property),
15313         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
15314         Use pad_alloc where possible.
15315
15316 2004-07-07  Wim Taymans  <wim@fluendo.com>
15317
15318         * sys/oss/gstosselement.c: (gst_osselement_reset),
15319         (gst_osselement_parse_caps):
15320         * sys/oss/gstosselement.h:
15321         * sys/oss/gstosssrc.c: (gst_osssrc_get):
15322         Fix offset on osssrc.
15323
15324 2004-07-07  Wim Taymans  <wim@fluendo.com>
15325
15326         * ext/theora/theora.c: (plugin_init):
15327         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
15328         (theora_dec_src_query), (theora_dec_chain):
15329         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15330         (theora_enc_sink_link), (theora_buffer_from_packet),
15331         (theora_push_packet), (theora_enc_chain):
15332         Fix theora granulepos calculation.
15333         Fix overflow in duration/position calculation.
15334         Bump rank to PRIMARY for theoradec.
15335         Use granulepos of last packet to calculate position.
15336         Set keyframe flag on buffers when needed.
15337
15338 2004-07-06  David Schleef  <ds@schleef.org>
15339
15340         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
15341         serious?  (Fixed, obviously.)
15342
15343 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15344
15345         * po/LINGUAS:
15346         * po/cs.po:
15347           added Czech translation (Miloslav Trmac)
15348
15349 2004-07-05  Wim Taymans  <wim@fluendo.com>
15350
15351         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15352         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15353         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
15354         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15355         (close_link), (type_found), (gst_decode_bin_set_property),
15356         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
15357         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
15358         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
15359         (gst_decode_bin_query), (plugin_init):
15360         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15361         (gst_play_bin_class_init), (gst_play_bin_init),
15362         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
15363         (get_video_element), (new_pad), (setup_source),
15364         (gst_play_bin_set_property), (gst_play_bin_get_property),
15365         (gst_play_bin_change_state), (gst_play_bin_add_element),
15366         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
15367         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15368         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15369         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
15370         * gst/playback/test.c: (main):
15371         More fixes, cleaned up playbin, make it use decodebin. Added
15372         threaded property to playbin.
15373
15374 2004-07-05  Wim Taymans  <wim@fluendo.com>
15375
15376         * configure.ac:
15377         * gst/playback/Makefile.am:
15378         * gst/playback/decodetest.c: (main):
15379         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15380         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15381         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
15382         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15383         (close_link), (type_found), (gst_decode_bin_set_property),
15384         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
15385         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
15386         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
15387         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
15388         (plugin_init):
15389         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15390         (gst_play_bin_class_init), (gst_play_bin_init),
15391         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
15392         (collect_sink_pads), (find_compatibles), (close_pad_link),
15393         (try_to_link_1), (new_pad), (close_link), (type_found),
15394         (setup_source), (gst_play_bin_set_property),
15395         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
15396         (compare_ranks), (gst_play_bin_collect_factories),
15397         (gst_play_bin_change_state), (gst_play_bin_add_element),
15398         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
15399         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15400         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15401         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
15402         * gst/playback/test.c: (main):
15403         Added some playback helper elements and some test apps, very alpha
15404         still.
15405
15406 2004-07-04  Benjamin Otte  <otte@gnome.org>
15407
15408         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
15409           only restart audio when we indeed have an xrun to fix repeated
15410           xruns. Fix suggested by Giuliano Pochini.
15411
15412 2004-07-03  David Schleef  <ds@schleef.org>
15413
15414         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
15415         call to gst_debug_log() if debugging is disabled (bug #145118)
15416
15417 2004-07-03  Benjamin Otte  <otte@gnome.org>
15418
15419         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
15420           use our own functions for restarting the alsa device.
15421         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15422           I should apply patches myself - use MIN for the third argument, not
15423           the second, this fixes seeking
15424
15425 2004-07-02  David Schleef  <ds@schleef.org>
15426
15427         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
15428         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
15429         do with the logic.
15430
15431 2004-07-02  David Schleef  <ds@schleef.org>
15432
15433         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
15434         output buffers.  Fix logic mistake.  (bug #144866)
15435
15436 2004-07-02  David Schleef  <ds@schleef.org>
15437
15438         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
15439         on X.  (bug #144753)
15440
15441 2004-07-02  David Schleef  <ds@schleef.org>
15442
15443         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
15444         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
15445         (bug #144624)
15446         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
15447         (gst_osselement_rate_probe_check): Add another workaround for
15448         buggy drivers (bug #145336)
15449
15450 2004-07-02  David Schleef  <ds@schleef.org>
15451
15452         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
15453         Most systems don't have MSG_NOSIGNAL.
15454
15455 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15456
15457         * Makefile.am:
15458         * gst-libs/gst/colorbalance/Makefile.am:
15459         * gst-libs/gst/mixer/Makefile.am:
15460         * gst-libs/gst/play/Makefile.am:
15461         * gst-libs/gst/tuner/Makefile.am:
15462           (hopefully) fix both install and dist and make error message useful.
15463           needs testing across automakes.
15464
15465 2004-07-02  Benjamin Otte  <otte@gnome.org>
15466
15467         * ext/ogg/gstogg.c: (plugin_init):
15468           we require bytestream now
15469         * ext/ogg/gstoggdemux.c:
15470           huge diff to implement chain setup in a fast and generic way. This
15471           improves tag reading and startup of huge files (read: Theora videos)
15472           quite a bit. It probably contains bugs, too, so please test.
15473           Seeking is not improved to the fast method.
15474
15475 2004-06-29  Wim Taymans  <wim@fluendo.com>
15476
15477         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
15478         * ext/ogg/gstoggmux.c:
15479         Fix memleak in oggdemux when running unconnected pads.
15480         doc update in mux, start working on keyframe mode.
15481
15482 2004-06-29  Benjamin Otte  <otte@gnome.org>
15483
15484         * sys/oss/gstosssink.c:
15485         * sys/oss/gstosssrc.c:
15486           advertise correct template caps - we indeed do non-native endianness
15487           and 8bit audio has no endianness
15488         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
15489         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
15490           avoid (wrong) duplications in getcaps function and return
15491           template caps
15492
15493 2004-06-29  Wim Taymans  <wim@fluendo.com>
15494
15495         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15496         (gst_multifdsink_class_init), (gst_multifdsink_add),
15497         (gst_multifdsink_remove), (gst_multifdsink_clear),
15498         (gst_multifdsink_client_remove),
15499         (gst_multifdsink_handle_client_read),
15500         (gst_multifdsink_client_queue_data),
15501         (gst_multifdsink_client_queue_caps),
15502         (gst_multifdsink_client_queue_buffer),
15503         (gst_multifdsink_handle_client_write),
15504         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15505         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
15506         (gst_multifdsink_init_send), (gst_multifdsink_close):
15507         Fix wrong GList iteration that could crash the server when
15508         more then 2 clients disconnect at the same time. Read all the
15509         pending commands in one batch to recover from command storms under
15510         very heavy load.
15511
15512 2004-06-28  Wim Taymans  <wim@fluendo.com>
15513
15514         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15515         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
15516         (gst_videomixer_pad_set_property),
15517         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
15518         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
15519         (gst_videomixer_class_init), (gst_videomixer_init),
15520         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
15521         (pad_zorder_compare), (gst_videomixer_sort_pads),
15522         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
15523         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
15524         (gst_videomixer_update_queues), (gst_videomixer_loop),
15525         (plugin_init):
15526         Avoid divide by zero, choose masterpad as the pad with the highest
15527         framerate.
15528
15529 2004-06-27  Julien Moutte  <julien@moutte.net>
15530
15531         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
15532         (gst_ximagesink_xwindow_new):
15533         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
15534         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
15535         function directly. We might want to call it from somewhere else one day.
15536
15537 2004-06-27  Julien Moutte  <julien@moutte.net>
15538
15539         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
15540         (gst_ximagesink_xwindow_new):
15541         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
15542         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
15543         window decorations.
15544
15545 2004-06-27  Wim Taymans  <wim@fluendo.com>
15546
15547         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15548         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
15549         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
15550         (gst_dvdec_set_property), (gst_dvdec_get_property):
15551         * ext/dv/gstdvdec.h:
15552         Implement drop_factor property to lower the framerate with
15553         a factor.
15554
15555 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15556
15557         * gst-libs/gst/colorbalance/Makefile.am:
15558         * gst-libs/gst/mixer/Makefile.am:
15559         * gst-libs/gst/play/Makefile.am:
15560         * gst-libs/gst/tuner/Makefile.am:
15561           unbreak Company's fix that didn't install the -enum.h files
15562
15563 2004-06-27  Wim Taymans  <wim@fluendo.com>
15564
15565         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
15566         (gst_dvdec_change_state):
15567         * ext/dv/gstdvdec.h:
15568         Fix timestamp, duration and offset of the buffers.
15569
15570 2004-06-27  Wim Taymans  <wim@fluendo.com>
15571
15572         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15573         (gst_multifdsink_class_init), (gst_multifdsink_add),
15574         (gst_multifdsink_remove), (gst_multifdsink_clear),
15575         (gst_multifdsink_client_remove),
15576         (gst_multifdsink_handle_client_read),
15577         (gst_multifdsink_client_queue_data),
15578         (gst_multifdsink_client_queue_caps),
15579         (gst_multifdsink_client_queue_buffer),
15580         (gst_multifdsink_handle_client_write),
15581         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15582         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
15583         (gst_multifdsink_init_send), (gst_multifdsink_close):
15584         * gst/tcp/gstmultifdsink.h:
15585         * gst/tcp/gsttcpserversink.c:
15586         (gst_tcpserversink_handle_server_read),
15587         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
15588         More multifdsink fixes, more recovery policy fixes.
15589         Removed stupid g_print
15590
15591 2004-06-26  Wim Taymans  <wim@fluendo.com>
15592
15593         * gst/tcp/Makefile.am:
15594         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15595         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
15596         (gst_multifdsink_class_init), (gst_multifdsink_init),
15597         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
15598         (gst_multifdsink_handle_client_read),
15599         (gst_multifdsink_client_queue_data),
15600         (gst_multifdsink_client_queue_caps),
15601         (gst_multifdsink_client_queue_buffer),
15602         (gst_multifdsink_handle_client_write),
15603         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15604         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
15605         (gst_multifdsink_chain), (gst_multifdsink_set_property),
15606         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
15607         (gst_multifdsink_close), (gst_multifdsink_change_state):
15608         * gst/tcp/gstmultifdsink.h:
15609         * gst/tcp/gsttcpplugin.c: (plugin_init):
15610         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
15611         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
15612         (gst_tcpserversink_handle_server_read),
15613         (gst_tcpserversink_handle_select),
15614         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
15615         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
15616         * gst/tcp/gsttcpserversink.h:
15617         Added multifdsink, made tcpserversink a subclass of fdsink, removed
15618         one of the locks, added recovery policy to multifdsink.
15619
15620 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15621
15622         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
15623           fix decision for when getting frames with same timestamp
15624         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
15625         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
15626         (gst_v4lsrc_get_property):
15627         * sys/v4l/gstv4lsrc.h:
15628           add latency offset property
15629
15630 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15631
15632         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
15633         (plugin_init):
15634           fix debugging. add category.
15635
15636 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15637
15638         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
15639           fix wrong offsets
15640
15641 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15642
15643         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
15644         (gst_alsa_src_get_time), (gst_alsa_src_loop),
15645         (gst_alsa_src_change_state):
15646           return a time that is in sync with the element's processing
15647
15648 2004-06-25  Wim Taymans  <wim@fluendo.com>
15649
15650         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
15651         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
15652         (gst_tcpserversink_client_remove),
15653         (gst_tcpserversink_handle_client_read),
15654         (gst_tcpserversink_client_queue_data),
15655         (gst_tcpserversink_client_queue_caps),
15656         (gst_tcpserversink_client_queue_buffer),
15657         (gst_tcpserversink_handle_client_write),
15658         (gst_tcpserversink_queue_buffer),
15659         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
15660         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
15661         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
15662         (gst_tcpserversink_close):
15663         * gst/tcp/gsttcpserversink.h:
15664         Serversink rewrite. Really do non blocking writes to clients and
15665         maintain an internal queue to handle slower clients while not
15666         disturbing fast clients.
15667
15668 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15669
15670         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
15671           better debug, don't override OFFSET and OFFSET_END
15672
15673 2004-06-25  Iain <iain@prettypeople.org>
15674
15675         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
15676         name=source for the wavparse pipeline.
15677
15678 2004-06-24  Johan Dahlin  <johan@gnome.org>
15679
15680         * ext/theora/theoraenc.c (theora_enc_chain): Call
15681         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
15682         streamheader caps are set correctly.
15683
15684 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15685
15686         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15687         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
15688           respect minimum bitrate; same could be done for max bitrate
15689
15690 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15691
15692         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15693         (gst_vorbisenc_setup):
15694           fix sample rate range
15695
15696 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15697
15698         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
15699         (gst_oggvorbisenc_setup):
15700         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15701         (gst_vorbisenc_setup):
15702           resolve ambiguities in code and description
15703
15704 2004-06-24  Wim Taymans  <wim@fluendo.com>
15705
15706         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
15707         * ext/alsa/gstalsa.h:
15708         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
15709         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
15710         Use alsa trigger_tstamp to get the timestamp of the first
15711         sample in the buffer for more precise sync. Some cleanups.
15712
15713 2004-06-24  Wim Taymans  <wim@fluendo.com>
15714
15715         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
15716         (gst_audiorate_init), (gst_audiorate_chain),
15717         (gst_audiorate_set_property), (gst_audiorate_get_property):
15718         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15719         (gst_videorate_chain):
15720         Added some logging, fixed an overflow bug in videorate.
15721
15722 2004-06-24  Benjamin Otte  <otte@gnome.org>
15723
15724         * ext/kio/Makefile.am:
15725           fix for builddir != srcdir and distcheck
15726
15727 2004-06-24  Benjamin Otte  <otte@gnome.org>
15728
15729         * gst-libs/gst/colorbalance/Makefile.am:
15730         * gst-libs/gst/mixer/Makefile.am:
15731         * gst-libs/gst/play/Makefile.am:
15732         * gst-libs/gst/tuner/Makefile.am:
15733         * gst/tcp/Makefile.am:
15734         * sys/dxr3/Makefile.am:
15735           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
15736           tarball.
15737           Also add all *.list files that were missing.
15738         * Makefile.am:
15739           add a distcheck hook to ensure the above doesn't happen again.
15740
15741 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
15742
15743         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
15744
15745 2004-06-23  Colin Walters  <walters@redhat.com>
15746
15747         * m4/Makefile.am: Distribute gst-fionread.m4.
15748
15749 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15750
15751         * configure.ac: back to dev
15752
15753 2004-06-23  Wim Taymans  <wim@fluendo.com>
15754
15755         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
15756         (gst_alsa_xrun_recovery):
15757         * ext/alsa/gstalsa.h:
15758         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
15759         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
15760         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
15761         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
15762         (gst_alsa_src_loop):
15763         Add clock to alsasrc. Take new capture timestamp when
15764         restarting after an overrun. Split up some functions between
15765         alsasrc and alsasink.
15766
15767 === release 0.8.2 ===
15768
15769 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15770
15771         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
15772         (gst_alsa_change_state), (gst_alsa_update_avail),
15773         (gst_alsa_xrun_recovery):
15774         * ext/alsa/gstalsa.h:
15775         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15776           merge back changes from release
15777
15778 2004-06-23  Wim Taymans  <wim@fluendo.com>
15779
15780         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
15781         (gst_audiorate_init), (gst_audiorate_chain),
15782         (gst_audiorate_set_property), (gst_audiorate_get_property):
15783         Implement sample dropping and notify
15784
15785 2004-06-22  Wim Taymans  <wim@fluendo.com>
15786
15787         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15788         (theora_enc_sink_link), (theora_buffer_from_packet),
15789         (theora_push_packet), (theora_enc_chain):
15790         Some cleanups, make sure the timestamps are correct.
15791
15792 2004-06-22  Wim Taymans  <wim@fluendo.com>
15793
15794         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
15795         (gst_alsa_change_state), (gst_alsa_update_avail),
15796         (gst_alsa_xrun_recovery):
15797         * ext/alsa/gstalsa.h:
15798         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15799         Cleanups, take queued samples into account when reporting
15800         the time.
15801
15802 2004-06-22  Wim Taymans  <wim@fluendo.com>
15803
15804         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15805         (gst_videorate_init):
15806         Initialize the property as well.
15807
15808 2004-06-22  Wim Taymans  <wim@fluendo.com>
15809
15810         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15811         (gst_videorate_init), (gst_videorate_chain),
15812         (gst_videorate_set_property), (gst_videorate_get_property):
15813         Add property to make videorate silent.
15814         Add property to prefer new frames over old ones.
15815
15816 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15817
15818         * sys/osxvideo/Makefile.am:
15819         Workaround so that the osxvideo .so file gets linked with the
15820         Cocoa, OpenGL and QuickTime frameworks
15821
15822 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15823
15824         * sys/osxaudio/Makefile.am:
15825         Workaround so that the osxaudio .so file gets linked with the
15826         CoreAudio framework
15827
15828 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15829
15830         * configure.ac:
15831         Whoops, my fault...fixed build issues
15832
15833 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15834
15835         * configure.ac:
15836         Add objective-c support if running in Darwin/Mac OS X
15837         * sys/Makefile.am:
15838         * sys/osxvideo:
15839         * sys/osxvideo/Makefile.am:
15840         * sys/osxvideo/osxvideosink.h:
15841         * sys/osxvideo/osxvideosink.m:
15842         * sys/osxvideo/cocoawindow.h:
15843         * sys/osxvideo/cocoawindow.m:
15844         Add osxvideosink, a cocoa-based osx video sink
15845
15846
15847 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
15848         * ext/dvdnav/gst-dvd:
15849         Grab the gconf key from the right spot
15850         * gst/debug/gstnavseek.c: (gst_navseek_init),
15851         (gst_navseek_segseek), (gst_navseek_handle_src_event),
15852         (gst_navseek_chain):
15853         * gst/debug/gstnavseek.h:
15854           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
15855           and loop parameters of a segment seek.
15856         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15857         (gst_videotestsrc_get_event_masks),
15858         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
15859         * gst/videotestsrc/gstvideotestsrc.h:
15860           Add seeking support to videotestsrc
15861           Initialise the timestamp_offset variable.
15862
15863 2004-06-18  Wim Taymans  <wim@fluendo.com>
15864
15865         * ext/sidplay/gstsiddec.cc:
15866         Fix negotiation and set correct end offset.
15867
15868 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15869
15870         * configure.ac: branch and prerelease
15871
15872 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15873
15874         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
15875         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
15876         (gst_tcpclientsrc_init_receive):
15877         * gst/tcp/gsttcpclientsrc.h:
15878           read caps when connecting to server for GDP so we set them correctly
15879
15880 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15881
15882         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
15883           notify drops and duplicates
15884         * gst/videoscale/videoscale.c: (videoscale_get_structure):
15885           no good reason to limit ourselves to 100x100
15886
15887 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15888
15889         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
15890         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
15891         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
15892         (gst_v4lsrc_get_property):
15893         * sys/v4l/gstv4lsrc.h:
15894         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
15895         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
15896         (gst_v4l_set_audio):
15897         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
15898         (gst_v4lsrc_try_capture):
15899         * sys/v4l/v4lsrc_calls.h:
15900           change try_palette to more general try_capture
15901           add autoprobe option so we can turn off autoprobing
15902           various fixes
15903
15904 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15905
15906         * configure.ac:
15907           add videorate
15908         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
15909         (gst_ximagesink_class_init):
15910         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
15911         (gst_xvimagesink_class_init):
15912           run them as finalize, not dispose, since dispose can be invoked
15913           multiple times
15914
15915 2004-06-17  Wim Taymans  <wim@fluendo.com>
15916
15917         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
15918         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
15919         * ext/alsa/gstalsa.h:
15920         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
15921         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
15922         (gst_alsa_src_change_state):
15923         * ext/alsa/gstalsasrc.h:
15924         Make the xrun code timestamp and offset the buffers correctly.
15925         moved the clock to the base class, use alsa methods to get time.
15926         Do correct timestamping on outgoing buffers.
15927
15928 2004-06-17  Wim Taymans  <wim@fluendo.com>
15929
15930         * gst/audiorate/Makefile.am:
15931         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
15932         (gst_audiorate_base_init), (gst_audiorate_class_init),
15933         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
15934         (gst_audiorate_set_property), (gst_audiorate_get_property),
15935         (gst_audiorate_change_state), (plugin_init):
15936         Added an audiorate converter that fills in gaps.
15937
15938 2004-06-17  Johan Dahlin  <johan@gnome.org>
15939
15940         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
15941
15942 2004-06-16  Wim Taymans  <wim@fluendo.com>
15943
15944         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
15945         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
15946         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
15947         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
15948         (gst_v4lsrc_get_property):
15949         * sys/v4l/gstv4lsrc.h:
15950         Added a copy mode to v4lsrc where it will output a copied version
15951         of its internal hardware buffer.
15952         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
15953         can't | them.
15954
15955 2004-06-16  Wim Taymans  <wim@fluendo.com>
15956
15957         * sys/oss/gstosssrc.c: (gst_osssrc_get):
15958         Timestamp fixes.
15959
15960 2004-06-16  Wim Taymans  <wim@fluendo.com>
15961
15962         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
15963         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
15964         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
15965         (gst_v4lsrc_get_property):
15966         * sys/v4l/gstv4lsrc.h:
15967         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
15968         Added a sync mode enum property to control v4lsrc timestamp method
15969         Removed the use-fixed-fps property and moved functionality in
15970         the enum.
15971         Don't error on an error value from v4l-conf, it might not always
15972         be a real error.
15973
15974 2004-06-16  Wim Taymans  <wim@fluendo.com>
15975
15976         * gst/videorate/Makefile.am:
15977         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
15978         (gst_videorate_base_init), (gst_videorate_class_init),
15979         (gst_videorate_getcaps), (gst_videorate_link),
15980         (gst_videorate_init), (gst_videorate_chain),
15981         (gst_videorate_set_property), (gst_videorate_get_property),
15982         (gst_videorate_change_state), (plugin_init):
15983         Added a video timestamp corrector.
15984
15985 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15986
15987         fixed a potential leak with previous commit
15988
15989         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
15990
15991 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15992
15993         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
15994         Added missing refcount, fixes bug #144425
15995         Cheers Tim for finding the bug
15996
15997 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15998
15999         * sys/v4l/gstv4l.c: (plugin_init):
16000         * sys/v4l/gstv4lcolorbalance.c:
16001         * sys/v4l/gstv4lcolorbalance.h:
16002         * sys/v4l/gstv4lelement.c:
16003         * sys/v4l/gstv4lelement.h:
16004         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16005         * sys/v4l/gstv4lmjpegsink.h:
16006         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16007         * sys/v4l/gstv4lmjpegsrc.h:
16008         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
16009         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
16010         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
16011         * sys/v4l/gstv4lsrc.h:
16012         * sys/v4l/gstv4ltuner.c:
16013         * sys/v4l/gstv4ltuner.h:
16014         * sys/v4l/gstv4lxoverlay.c:
16015         * sys/v4l/gstv4lxoverlay.h:
16016         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
16017         (gst_v4l_set_window), (gst_v4l_enable_overlay):
16018         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
16019         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
16020         (gst_v4l_set_audio):
16021         * sys/v4l/v4l_calls.h:
16022         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
16023         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
16024         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
16025         (gst_v4lmjpegsink_playback_init),
16026         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
16027         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
16028         (gst_v4lmjpegsink_playback_stop),
16029         (gst_v4lmjpegsink_playback_deinit):
16030         * sys/v4l/v4lmjpegsink_calls.h:
16031         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
16032         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
16033         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
16034         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
16035         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
16036         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
16037         * sys/v4l/v4lmjpegsrc_calls.h:
16038         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
16039         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
16040         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
16041         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
16042         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
16043         (gst_v4lsrc_try_palette):
16044         * sys/v4l/v4lsrc_calls.h:
16045           bunch of paranoia cleanups
16046
16047 2004-06-14  David Schleef  <ds@schleef.org>
16048
16049         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
16050         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
16051         Send discont events and change timestamps appropriately when
16052         we get a seek event.  (bug #144240)
16053         * ext/cdparanoia/gstcdparanoia.h:
16054
16055 2004-06-14  Benjamin Otte  <otte@gnome.org>
16056
16057         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
16058           snd_pcm_hw_params_set_rate  since the latter fails for no good
16059           reason on some setups.
16060
16061 2004-06-14  David Schleef  <ds@schleef.org>
16062
16063         * gst/volume/demo.c: (value_changed_callback): exp10() is not
16064         standard.  Thank you for playing.
16065
16066 2004-06-14  Wim Taymans  <wim@fluendo.com>
16067
16068         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
16069         Patch 1.3 broke the ordering of the colorspace info and
16070         made the plugin basically work by coincidence, reordered
16071         the info.
16072
16073 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16074
16075         * ext/lame/gstlame.c:
16076         * ext/mad/gstmad.c:
16077           sync caps.  Make sure mad can only output a list of rates, not
16078           a full range.  In the future, have three caps lists for each of the
16079           mpeg versions.  Change mpegversion to a double as well.
16080
16081 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16082
16083         * gst/volume/.cvsignore:
16084         * gst/volume/Makefile.am:
16085         * gst/volume/demo.c: (value_changed_callback), (idler),
16086         (setup_gui), (main):
16087           added small demo app
16088
16089 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
16090         * ext/esd/esdsink.c: (gst_esdsink_change_state):
16091         * ext/esd/esdsink.h:
16092         Close the esd connection on pause, because esd will just wait -
16093         blocking all other esd clients indefinitely.
16094
16095 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
16096
16097         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
16098           previous commit with GST_DEBUG
16099
16100 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16101
16102         * configure.ac:
16103           add a header check for a dvdread header in dvdnav.  Fixes #133002
16104
16105 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16106
16107         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
16108         * gst/tcp/gsttcpclientsink.h:
16109         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
16110         * gst/tcp/gsttcpclientsrc.h:
16111         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
16112         (gst_tcpserversink_handle_server_read),
16113         (gst_tcpserversink_init_send):
16114         * gst/tcp/gsttcpserversink.h:
16115         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16116         * gst/tcp/gsttcpserversrc.h:
16117         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
16118         version of IP)
16119
16120 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16121
16122         * configure.ac:
16123         Added ogg library so that OSX detects libtheora properly
16124
16125 2004-06-11  Wim Taymans  <wim@fluendo.com>
16126
16127         * ext/theora/theoradec.c: (theora_dec_chain),
16128         (theora_dec_change_state):
16129         Don't try to decode frames before we received a keyframe.
16130
16131 2004-06-11  Wim Taymans  <wim@fluendo.com>
16132
16133         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16134         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
16135         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
16136         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
16137         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
16138         Added property to set the maximum delay of a page.
16139
16140 2004-06-10  Wim Taymans  <wim@fluendo.com>
16141
16142         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16143         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
16144         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
16145         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
16146         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
16147         Added max-delay property to control the maximum amount
16148         of data to put in one page.
16149
16150 2004-06-10  Wim Taymans  <wim@fluendo.com>
16151
16152         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16153         (gst_theora_enc_init), (theora_enc_sink_link),
16154         (theora_buffer_from_packet), (theora_enc_set_property),
16155         (theora_enc_get_property):
16156         Set duration on encoded buffer, added some more properties
16157
16158 2004-06-10  Wim Taymans  <wim@fluendo.com>
16159
16160         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16161         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
16162         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16163         * ext/theora/theoraenc.c: (theora_enc_chain):
16164         Fix refcounting bugs
16165
16166 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16167
16168         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16169         (gst_asf_demux_loop), (gst_asf_demux_process_file),
16170         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
16171         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
16172         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
16173         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
16174         (gst_asf_demux_change_state):
16175         * gst/asfdemux/gstasfdemux.h:
16176           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
16177           feels like. I think we should set a new requirement for demuxers
16178           from now on to implement sane loop functions, data loops, query
16179           and seek functions before first commit into CVS. And this commit
16180           fixes all of the above.
16181
16182 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
16183
16184         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
16185           vorbis comments are properly encoded in UTF-8 before adding them
16186           to a GstTagList
16187
16188 2004-06-09  Benjamin Otte  <otte@gnome.org>
16189
16190         * ext/alsa/gstalsa.c: (add_channels):
16191           handle min <= max correctly
16192         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
16193         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
16194           add fixation functions so we fixate correctly. No preferring of alaw
16195           anymore because it's the first structure.
16196         * ext/alsa/gstalsa.h:
16197         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
16198         (gst_alsa_hw_params_dump):
16199           add functions to ease debugging in alsalib
16200         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
16201         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
16202         (gst_alsa_start_audio):
16203           only specify hw params if we really setup a format (fixes #134007 -
16204           or at least works around it)
16205
16206 2004-06-09  Wim Taymans  <wim@fluendo.com>
16207
16208         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
16209         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
16210         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
16211         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
16212         (gst_ogg_mux_loop):
16213         Use stream caps to setup the initial pages in the ogg stream.
16214         Correctly set the streamheader caps on the srcpad.
16215
16216 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16217
16218         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
16219         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
16220         (gst_v4lsrc_getcaps):
16221         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
16222         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
16223           add querying of fps lists for webcams.  Negotiating to a framerate
16224           now works.
16225
16226 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16227
16228         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16229         (theora_push_buffer), (theora_push_packet),
16230         (theora_set_header_on_caps), (theora_enc_chain):
16231           mark buffers and put on streamheader, raw theora streaming
16232           now works too, whee
16233
16234 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16235
16236         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
16237         (gst_tcp_gdp_read_caps):
16238           do a looping read for caps and GDP headers too
16239
16240 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16241
16242         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
16243         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
16244           return EOS instead of NULL in _get
16245
16246 2004-06-08  Wim Taymans  <wim@fluendo.com>
16247
16248         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
16249         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
16250         (gst_tcp_gdp_write_caps):
16251         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
16252         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
16253         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
16254         Memory leak fixes
16255
16256 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16257
16258         * ext/vorbis/Makefile.am:
16259         * ext/vorbis/vorbis.c: (plugin_init):
16260         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
16261         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
16262         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
16263         (vorbis_parse_change_state):
16264         * ext/vorbis/vorbisparse.h:
16265           adding a vorbisparse element that marks the buffers, streaming
16266           raw vorbis using GDP now works, whee
16267
16268 2004-06-08  Wim Taymans  <wim@fluendo.com>
16269
16270         * ext/jpeg/Makefile.am:
16271         * ext/jpeg/README:
16272         * ext/jpeg/gstjpeg.c: (plugin_init):
16273         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
16274         (gst_smokedec_base_init), (gst_smokedec_class_init),
16275         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
16276         * ext/jpeg/gstsmokedec.h:
16277         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
16278         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
16279         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
16280         (gst_smokeenc_resync), (gst_smokeenc_chain),
16281         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
16282         * ext/jpeg/gstsmokeenc.h:
16283         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
16284         (smokecodec_flush_destination), (smokecodec_term_destination),
16285         (smokecodec_init_source), (smokecodec_fill_input_buffer),
16286         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
16287         (smokecodec_term_source), (smokecodec_encode_new),
16288         (smokecodec_decode_new), (smokecodec_info_free),
16289         (smokecodec_set_quality), (smokecodec_get_quality),
16290         (smokecodec_set_threshold), (smokecodec_get_threshold),
16291         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
16292         (find_best_size), (abs_diff), (put), (smokecodec_encode),
16293         (smokecodec_parse_header), (smokecodec_decode):
16294         * ext/jpeg/smokecodec.h:
16295         Added a new simple jpeg based codec
16296
16297 2004-06-08  Wim Taymans  <wim@fluendo.com>
16298
16299         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
16300         (gst_multipart_mux_loop):
16301         Fix memory leak
16302
16303 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16304
16305         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
16306         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
16307         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
16308         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
16309         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
16310         * gst/tcp/gsttcpserversink.h:
16311           take streamheader into account
16312
16313 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16314
16315         * gst/level/Makefile.am:
16316         * gst/level/gstlevel.c: (gst_level_class_init):
16317           clean up marshal generation
16318
16319 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16320
16321         * gst/tcp/Makefile.am:
16322         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
16323         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
16324         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
16325         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16326         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
16327         (gst_tcpclientsrc_get_property):
16328         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16329         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
16330         (gst_tcpserversink_handle_client_read),
16331         (gst_tcpserversink_handle_client_write),
16332         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
16333         * gst/tcp/gsttcpserversink.h:
16334           add signals client-added and client-removed
16335         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16336         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
16337         (gst_tcpserversrc_get_property):
16338         uniformized, change default protocol to NONE
16339         * gst/tcp/gsttcp-marshal.list: added
16340 2004-06-07  Benjamin Otte  <otte@gnome.org>
16341
16342         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16343           handle discont events if they happen before caps nego
16344
16345 2004-06-07  Wim Taymans  <wim@fluendo.com>
16346
16347         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
16348         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
16349         (gst_multipart_demux_plugin_init):
16350         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
16351         (gst_multipart_mux_init), (gst_multipart_mux_loop),
16352         (gst_multipart_mux_change_state):
16353         Small updates, fix a memleak
16354
16355 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
16356
16357         * configure.ac: OSS portability
16358         * ext/arts/gst_arts.c: idem
16359         * sys/oss/gstosselement.c: idem
16360         * sys/oss/gstossmixer.c: idem
16361         * sys/oss/gstosssink.c: idem
16362         * sys/oss/gstosssrc.c: idem
16363         * sys/oss/oss_probe.c: idem
16364           - check for soundcard.h in different places for some BSD
16365
16366 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
16367
16368         * AUTHORS:
16369         Add me to the authors file
16370         * configure.ac:
16371         Increase the libdv requirement to >= version 0.100
16372         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
16373         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
16374         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
16375         * ext/dv/gstdvdec.h:
16376         Add support for the new_media flag when sending DISCONT events
16377         Make the querying work when video pad is not linked
16378
16379 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
16380
16381         reviewed by Benjamin Otte  <otte@gnome.org>
16382
16383         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
16384           create a NULL-initialized array of pads, so we don't think they
16385           exist already. (fixes #143130)
16386
16387 2004-06-07  Benjamin Otte  <otte@gnome.org>
16388
16389         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
16390         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
16391         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
16392           don't use // coments
16393
16394 2004-06-07  Benjamin Otte  <otte@gnome.org>
16395
16396         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
16397           cast to GstClockTime to get higher granularity
16398         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16399           use gst_element_set_time_delay to get the exact time
16400         * ext/mad/gstmad.c: (gst_mad_chain):
16401           use the negotiated rate instead of the current frame's rate which
16402           might be wrong because of bit errors. This avoids emitting totally
16403           bogus timestamps and screwing sync.
16404         (fixes #143454)
16405
16406 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
16407
16408         reviewed by Benjamin Otte  <otte@gnome.org>
16409
16410         * gst/adder/gstadder.c: (gst_adder_loop):
16411           properly error out when no negotiation has happened yet. (fixes
16412           #143032)
16413
16414 2004-06-06  Benjamin Otte  <otte@gnome.org>
16415
16416         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16417           forward correctly transformed offset in discont events. Based on
16418           patch by Arwed v. Merkatz. (fixes #142851)
16419
16420 2004-06-06  David Schleef  <ds@schleef.org>
16421
16422         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
16423         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
16424         problems on several systems.
16425
16426 2004-06-06  Benjamin Otte  <otte@gnome.org>
16427
16428         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
16429           use explicit caps on the srcpad
16430         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16431           properly error out if caps couldn't be set (fixes #142764)
16432
16433 2004-06-06  Benjamin Otte  <otte@gnome.org>
16434
16435         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
16436         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
16437         (gst_alsa_start_audio):
16438           - don't call set_periods_integer anymore, it breaks the
16439           configuration randomly
16440           - call snd_pcm_hw_params_set_access directly instead of using masks
16441           - don't fail if the sw_params can't be set, just use the default
16442           params and hope it works. Alsalib has weird issues when you touch
16443           sw_params and does no proper error reporting about what failed.
16444         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16445         (gst_alsa_close_audio):
16446           make our alsa debugging go via gst debugging and not conditionally
16447           defined
16448         * ext/alsa/gstalsa.h:
16449           add ALSA_DEBUG_FLUSH macro
16450         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
16451         (plugin_init):
16452           wrap alsa errors to be printed via the gst debugging system and not
16453           spammed to stderr
16454
16455 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16456
16457         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
16458         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
16459         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
16460         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
16461         (qtdemux_parse_trak):
16462         * gst/qtdemux/qtdemux.h:
16463           Bitch. Also known as seeking, querying & co.
16464         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
16465         (gst_osssink_change_state):
16466         * sys/oss/gstosssink.h:
16467           Resyncing is for weenies, this hack is no longer needed and was
16468           broken anyway (since it - unintendedly - always leaves resync to
16469           TRUE).
16470
16471 2004-06-05  Andrew Turner <zxombie@hotpop.com>
16472
16473         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
16474         * gst/tcp/gsttcpclientsrc.h: idem
16475           - define MSG_NOSIGNAL if not done
16476           - include unistd.h for off_t
16477           (fixes #143749)
16478
16479 2004-06-05  Benjamin Otte  <otte@gnome.org>
16480
16481         * configure.ac:
16482         * ext/kio/Makefile.am:
16483           check for qt's moc preprocessor explicitly and use it
16484
16485 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16486
16487         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
16488           don't get a signal for EPIPE on socket writes
16489           (somebody check if this works on other platforms)
16490
16491 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16492
16493         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
16494         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
16495           check error condition on available samples correctly
16496
16497 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16498
16499         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
16500           avoid a segfault
16501         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
16502         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
16503         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
16504         (gst_tcpserversrc_gdp_read_header):
16505          use ssize_t over size_t since the former is signed and thus the
16506          check for error codes can work
16507
16508 2004-06-02  Wim Taymans  <wim@fluendo.com>
16509
16510         reviewed by: Johan
16511
16512         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
16513         (gst_multipart_mux_loop):
16514         Oops
16515
16516 2004-06-02  Wim Taymans  <wim@fluendo.com>
16517
16518         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
16519         (gst_multipart_mux_init), (gst_multipart_mux_loop),
16520         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
16521         (gst_multipart_mux_change_state):
16522         Added configurable boundary specifier, added the value as a
16523         caps field as well.
16524
16525 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16526
16527         * gst/tcp/gsttcp.c:
16528         * gst/tcp/gsttcpclientsrc.c:
16529         * gst/tcp/gsttcpclientsrc.h:
16530         * gst/tcp/gsttcpserversrc.c:
16531           - portability fix, to compile on OSX
16532             (fixes #143146)
16533
16534         * sys/osxaudio/gstosxaudioelement.c:
16535         * sys/osxaudio/gstosxaudiosink.c:
16536         * sys/osxaudio/gstosxaudiosrc.c:
16537           - compilation warnings on OSX
16538             (fixes #143153)
16539
16540 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16541
16542         * ext/vorbis/vorbisdec.c : sign warning fixes
16543
16544         * gst-libs/gst/mixer/mixertrack.c :
16545           do no use defines which are glib 2.4 specific
16546
16547 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
16548
16549         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
16550           buffer since libflac doesn't expect it (reports a sync error when
16551           it encounters that)
16552
16553
16554 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
16555
16556         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
16557         * gst-libs/gst/mixer/mixertrack.c:
16558         (gst_mixer_track_get_property), (get_mixer_track_init),
16559         (get_mixer_track_get_property): Added property accessors
16560         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
16561         * gst-libs/gst/mixer/mixeroptions.c:
16562         (gst_mixer_options_get_values): Added
16563         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
16564         * gst-libs/gst/mixer/mixer.c: Fixed comment
16565
16566
16567 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16568
16569         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
16570           improve error messages on open
16571
16572
16573 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16574
16575         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
16576           check if v4l-conf is in path
16577
16578 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16579
16580         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
16581           change assert to a more readable error message
16582
16583 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
16584
16585         * gst-libs/gst/tuner/tunerchannel.h:
16586           - add a freq_multiplicator field to make the conversion
16587             between internal frequency unit and Hz
16588         * sys/v4l/gstv4lelement.c:
16589         * sys/v4l2/gstv4l2element.c:
16590           - change default video device to /dev/video0
16591         * sys/v4l/v4l_calls.c:
16592         * sys/v4l2/v4l2_calls.c:
16593           - we only expose frequency to the user in Hz instead of
16594             bastard v4lX unit (either 62.5kHz or 62.5Hz)
16595
16596 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
16597         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16598           Initialise b_o_s and e_o_s variables
16599         * gst-libs/gst/riff/riff-media.c:
16600         (gst_riff_create_video_caps_with_data):
16601           Add some unusual fourcc's from mplayer avi's
16602         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
16603           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
16604           autoplugging.
16605
16606 2004-05-28  Wim Taymans  <wim@fluendo.com>
16607
16608         * configure.ac:
16609         * gst/alpha/Makefile.am:
16610         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
16611         (gst_alpha_get_type), (gst_alpha_base_init),
16612         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
16613         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
16614         (gst_alpha_chroma_key), (gst_alpha_chain),
16615         (gst_alpha_change_state), (plugin_init):
16616         A plugin to add an alpha channel to I420 video. Can optionally do
16617         chroma keying.
16618         * gst/multipart/Makefile.am:
16619         * gst/multipart/multipart.c: (plugin_init):
16620         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
16621         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
16622         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
16623         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
16624         (gst_multipart_demux_change_state),
16625         (gst_multipart_demux_plugin_init):
16626         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
16627         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
16628         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
16629         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
16630         (gst_multipart_mux_pad_unlink),
16631         (gst_multipart_mux_request_new_pad),
16632         (gst_multipart_mux_handle_src_event),
16633         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
16634         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
16635         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
16636         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
16637         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
16638         send multipart jpeg images to a browser.
16639         * gst/videobox/Makefile.am:
16640         * gst/videobox/README:
16641         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
16642         (gst_video_box_get_type), (gst_video_box_base_init),
16643         (gst_video_box_class_init), (gst_video_box_init),
16644         (gst_video_box_set_property), (gst_video_box_get_property),
16645         (gst_video_box_sink_link), (gst_video_box_i420),
16646         (gst_video_box_ayuv), (gst_video_box_chain),
16647         (gst_video_box_change_state), (plugin_init):
16648         Crops or adds borders around an image. can do alpha channel
16649         borders as well.
16650         * gst/videomixer/Makefile.am:
16651         * gst/videomixer/README:
16652         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
16653         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
16654         (gst_videomixer_pad_get_sink_event_masks),
16655         (gst_videomixer_pad_get_property),
16656         (gst_videomixer_pad_set_property),
16657         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
16658         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
16659         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
16660         (gst_videomixer_base_init), (gst_videomixer_class_init),
16661         (gst_videomixer_init), (gst_videomixer_request_new_pad),
16662         (gst_videomixer_handle_src_event),
16663         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
16664         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
16665         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
16666         (gst_videomixer_loop), (gst_videomixer_get_property),
16667         (gst_videomixer_set_property), (gst_videomixer_change_state),
16668         (plugin_init):
16669         Generic video mixer plugin, can handle multiple inputs all with
16670         different framerates and video sizes. Is fully alpha channel
16671         aware.
16672
16673 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16674
16675         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
16676           Select first track as master track. Not sure how else to handle
16677           that...
16678         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
16679           Discard discont events. Should fix #142962.
16680
16681 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16682
16683         * ext/alsa/Makefile.am:
16684         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
16685         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
16686         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
16687         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
16688         (gst_alsa_mixer_get_option):
16689         * ext/alsa/gstalsamixer.h:
16690         * ext/alsa/gstalsamixeroptions.c:
16691         (gst_alsa_mixer_options_get_type),
16692         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
16693         (gst_alsa_mixer_options_new):
16694         * ext/alsa/gstalsamixeroptions.h:
16695         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
16696         * ext/alsa/gstalsamixertrack.h:
16697           Add enumerations (as GstMixerOptions). Make correct distinction
16698           between input/output tracks. Add capture/playback private flag.
16699           Use flag to decide on whether to set capture or playback volumes
16700           or switches. Use playback and record switches.
16701         * gst-libs/gst/mixer/Makefile.am:
16702         * gst-libs/gst/mixer/mixer-marshal.list:
16703         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
16704         (gst_mixer_set_option), (gst_mixer_get_option),
16705         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
16706         (gst_mixer_volume_changed), (gst_mixer_option_changed):
16707         * gst-libs/gst/mixer/mixer.h:
16708         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
16709         (gst_mixer_options_class_init), (gst_mixer_options_init),
16710         (gst_mixer_options_dispose):
16711         * gst-libs/gst/mixer/mixeroptions.h:
16712           Add GstMixerOptions.
16713         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16714           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
16715           broken device detection on computers with multiple OSS sound
16716           cards.
16717
16718 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16719
16720         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
16721           fixate nicely even when the peer is not negotiating
16722
16723 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16724
16725         * gst/audioconvert/gstaudioconvert.c:
16726         (gst_audio_convert_parse_caps):
16727           make sure we don't allow depth > width
16728         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
16729           fixate endianness to G_BYTE_ORDER as default
16730         * gst/audioscale/gstaudioscale.c:
16731           we don't handle another endianness as host-endianness
16732
16733 2004-05-25  David Schleef  <ds@schleef.org>
16734
16735         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
16736
16737 2004-05-24  Benjamin Otte  <otte@gnome.org>
16738
16739         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
16740         (gst_oggvorbisenc_setup):
16741           properly fail when we can't setup the vorbis encoder due to
16742           unsupported settings
16743         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
16744         (gst_vorbisenc_setup):
16745           same
16746         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16747           fix case where warnings occured when one pad was unlinked while the
16748           other's link function was called
16749
16750 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16751
16752         * gst/tcp/Makefile.am:
16753           use GST_ENABLE_NEW
16754
16755 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16756
16757         * gst-libs/gst/resample/private.h:
16758           don't use optimizations that are #if 0'ed
16759
16760 2004-05-24  Wim Taymans  <wim@fluendo.com>
16761
16762         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
16763         Fix potential division by zero error and hopefully get
16764         the position query right to get correct timestamps on avi
16765         audio.
16766
16767 2004-05-24  Wim Taymans  <wim@fluendo.com>
16768
16769         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
16770         (gst_videoscale_scale_nearest_str2),
16771         (gst_videoscale_scale_nearest_str4),
16772         (gst_videoscale_scale_nearest_32bit),
16773         (gst_videoscale_scale_nearest_24bit),
16774         (gst_videoscale_scale_nearest_16bit):
16775         Fix the scaling algorithm and avoid a buffer overflow.
16776         removed the while loop in the scaling function as it
16777         was used for point sampling only.
16778
16779 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16780
16781         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
16782         (gst_id3_tag_class_init), (gst_id3_tag_init),
16783         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
16784         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
16785         (gst_id3_tag_send_tag_event):
16786           lots of fixes to make id3mux work and id3demux work correctly
16787
16788 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16789
16790         * ext/Makefile.am:
16791           add rules to build shout2send (was removed by accident
16792           when this module was no more marked experimental/broken)
16793
16794 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16795
16796         * ext/shout2/gstshout2.c:
16797         * ext/shout2/gstshout2.h:
16798           adding a "connection problem" signal to shout2send
16799           (fixes #142954)
16800
16801 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16802
16803         * ext/kio/kioreceiver.cpp:
16804         * ext/kio/kioreceiver.h:
16805           fix sign comparison issues
16806
16807 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16808
16809         * gst/cdxaparse/gstcdxaparse.c:
16810         * gst/cdxaparse/gstcdxaparse.h:
16811           some renaming
16812           add some checks/sanity
16813           prepare for seek addition
16814
16815         * sys/sunaudio/gstsunaudio.c:
16816           remove exported dupe init function
16817
16818 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
16819
16820         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
16821         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
16822           Fix format conversion and position querying.
16823         * gst/debug/progressreport.c: (gst_progressreport_report):
16824           Don't output a bogus total value that we didn't query.
16825         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
16826           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
16827           only a blank window after xine has been used.
16828
16829 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16830
16831         * m4/as-arts.m4:
16832           sync with upstream version to fix test on FC2
16833           readd with -ko to preserve Id header
16834
16835 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16836
16837         * configure.ac:
16838           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
16839         * gst/tcp/gsttcpclientsrc.c: idem
16840         * gst/tcp/gsttcpserversink.c: idem
16841         * gst/tcp/gsttcpserversrc.c: idem
16842         * m4/gst-fionread.m4: idem
16843
16844         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
16845
16846         * configure.ac: enable speex plugin for speex 1.1.5+
16847         * ext/speex/gstspeexenc.c: fix cast warning
16848
16849         * ext/esd/README: fix typo
16850
16851 2004-05-20  David Schleef  <ds@schleef.org>
16852
16853         * configure.ac: Minor cosmetic change to convince the buildbot to
16854         reautogen.
16855         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
16856         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
16857         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
16858         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
16859         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
16860         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
16861         More hacking.  Plays audio now.
16862
16863 2004-05-20  David Schleef  <ds@schleef.org>
16864
16865         * configure.ac:
16866         * sys/Makefile.am:
16867
16868 2004-05-20  David Schleef  <ds@schleef.org>
16869
16870         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
16871         * sys/osxaudio/gstosxaudio.c:
16872         * sys/osxaudio/gstosxaudioelement.c:
16873         * sys/osxaudio/gstosxaudioelement.h:
16874         * sys/osxaudio/gstosxaudiosink.c:
16875         * sys/osxaudio/gstosxaudiosink.h:
16876         * sys/osxaudio/gstosxaudiosrc.c:
16877         * sys/osxaudio/gstosxaudiosrc.h:
16878
16879 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16880
16881         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
16882         (gst_vorbisenc_chain):
16883           put the codec headers on the caps as streamheader as well as
16884           pushing them out
16885
16886 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16887
16888         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
16889         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16890         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
16891         split up push_packet into two functions
16892
16893 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16894
16895         * gst/tcp/.cvsignore:
16896           ignore enums
16897         * gst/tcp/Makefile.am:
16898         * gst/tcp/README:
16899         * gst/tcp/gsttcp.c:
16900         * gst/tcp/gsttcp.h:
16901         * gst/tcp/gsttcpclientsink.c:
16902         * gst/tcp/gsttcpclientsink.h:
16903         * gst/tcp/gsttcpclientsrc.c:
16904         * gst/tcp/gsttcpclientsrc.h:
16905         * gst/tcp/gsttcpplugin.c:
16906         * gst/tcp/gsttcpserversink.c:
16907         * gst/tcp/gsttcpserversink.h:
16908         * gst/tcp/gsttcpserversrc.c:
16909         * gst/tcp/gsttcpserversrc.h:
16910           add new tcp elements
16911
16912 2004-05-19  Wim Taymans  <wim@fluendo.com>
16913
16914         * gst/law/mulaw-conversion.c: (mulaw_encode):
16915         Fix overflow bug in ulaw encoding.
16916
16917 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16918
16919         * ext/mad/gstmad.c: (gst_mad_handle_event):
16920           don't unref the event twice
16921
16922 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16923
16924         * configure.ac:
16925           remove -Wno-sign-compare
16926
16927 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16928
16929         * configure.ac:
16930           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
16931           if you want to work against glib 2.2 and 2.4
16932
16933 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16934
16935         * gst/tcp/Makefile.am:
16936         * gst/tcp/gsttcp.c:
16937         * gst/tcp/gsttcp.h:
16938         * gst/tcp/gsttcpsink.h:
16939         * gst/tcp/gsttcpsrc.h:
16940           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
16941
16942 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16943
16944         * gst/debug/tests.c: (md5_get_value):
16945           fix segfault on gst-inspect
16946
16947 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16948
16949         * gst/debug/testplugin.c:
16950         * gst/debug/tests.c:
16951         * gst/debug/tests.h:
16952           add new extensible and configurable testing element. Current tests
16953           include buffer count, stream length, timestamp/duration matching and
16954           md5.
16955         * gst/debug/Makefile.am:
16956         * gst/debug/gstdebug.c: (plugin_init):
16957           add infrastructure for new element
16958
16959 2004-05-19  Johan Dahlin  <johan@gnome.org>
16960
16961         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
16962         ending of the array. Fixes gst-inspect segfault on ppc.
16963
16964 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16965
16966         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
16967
16968         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
16969
16970 2004-05-18  David Schleef  <ds@schleef.org>
16971
16972         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
16973         warnings (bugs, actually) noticed by gcc but not forte.
16974
16975 2004-05-18  David Schleef  <ds@schleef.org>
16976
16977         * sys/sunaudio/Makefile.am:
16978         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
16979
16980 2004-05-18  David Schleef  <ds@schleef.org>
16981
16982         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16983         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
16984         to allow qtdemux to use non-seekable streams. (bug #142272)
16985
16986 2004-05-18  David Schleef  <ds@schleef.org>
16987
16988         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
16989         (gst_resample_sinc_ft_float): Remove use of static temporary
16990         buffer.  This code was obviously not supposed to last long, but
16991         it's stuck in our ABI, so it required a little hack to make it
16992         ABI-compatible.  Fixes #142585.
16993         * gst-libs/gst/resample/resample.h: same.
16994
16995 2004-05-18  David Schleef  <ds@schleef.org>
16996
16997         * configure.ac: Add sunaudio
16998         * examples/Makefile.am: make gstplay depend on gconf
16999         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
17000         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
17001         (convert_table_lookup), (img_convert): remove c99-isms
17002         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
17003           unsigned, to fix a warning on Solaris
17004         * gst/mpeg1sys/systems.c: bcopy->memcpy
17005         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
17006         * sys/Makefile.am: Add sunaudio
17007
17008 2004-05-18  Wim Taymans  <wim@fluendo.com>
17009
17010         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
17011         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
17012         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
17013         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
17014         (gst_ogg_mux_loop):
17015         Fix an ugly memleak where the muxer didn't flush enough ogg
17016         pages. This also resulted in badly muxed ogg files.
17017
17018 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17019
17020         * gst/asfdemux/asfheaders.c :
17021         * gst/asfdemux/asfheaders.h :
17022         * gst/asfdemux/gstasfdemux.c :
17023           - fix ASF_OBJ_PADDING guid
17024           - add 3 new object guids (language list, metadata,
17025             extended stream properties)
17026           - add a function to parse extended header objects
17027
17028 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17029
17030         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
17031           remove leftover debugging g_print
17032
17033 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17034
17035         * ext/mad/gstmad.c: (gst_mad_handle_event):
17036           Fix for when the first format in a discont event is not a
17037           byte-based one. Should fix #137710.
17038
17039 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17040
17041         * m4/a52.m4 : fix compilation with -Wall -Werror
17042         * m4/libfame.m4 : idem
17043         * m4/libmikmod.m4 : idem
17044
17045 2004-05-17  Benjamin Otte  <otte@gnome.org>
17046
17047         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17048           signal the new tags before giving up the reference
17049
17050 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17051
17052         * ext/shout2/gstshout2.c:
17053           use application/ogg instead of application/x-ogg (patch by Patrick
17054           Guimond, fixes #142432)
17055         * sys/oss/gstosselement.c: (gst_osselement_reset),
17056         (gst_osselement_sync_parms):
17057           don't set fragment size unless specified (fixes #142493)
17058
17059 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17060
17061         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
17062           fixes #142664
17063
17064 2004-05-17  Benjamin Otte  <otte@gnome.org>
17065
17066         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17067           compute offsets correctly for internal buffers so timestamps are set
17068           correctly when we can't seek. Also handle cases where there are no
17069           offsets. (based on a patch by David Moore, fixes #142507)
17070
17071 2004-05-17  Benjamin Otte  <otte@gnome.org>
17072
17073         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17074           use correct variable when determining amount of data to skip so we
17075           don't skip into the void and segfault
17076
17077 2004-05-16  Benjamin Otte  <otte@gnome.org>
17078
17079         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
17080           Hi, I'm a memleak
17081
17082 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17083
17084         * gst/asfdemux/gstasfdemux.c:
17085           - fix a mem leak and always propagate tags
17086           - add WMV3 to known video codecs (but no decoder yet)
17087           - replace "surplus data" at end of audio header for what
17088             it is : codec specific data
17089           - fix a typo
17090
17091 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
17092
17093         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
17094
17095         * gst-libs/gst/audio/audioclock.c:
17096           Fix wrong return type (#142205).
17097
17098 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17099
17100         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
17101           Ignore CRCs by default (fixes #142566).
17102
17103 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17104
17105         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
17106         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
17107         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
17108         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
17109         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17110         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
17111           Fix for cases where we fail to attach to a mixer.
17112
17113 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17114
17115         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
17116           Don't touch events after not owning them anymore.
17117         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
17118         (gst_wavparse_fmt), (gst_wavparse_other),
17119         (gst_wavparse_handle_seek), (gst_wavparse_loop),
17120         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
17121         (gst_wavparse_srcpad_event):
17122         * gst/wavparse/gstwavparse.h:
17123           Add seeking, fix querying.
17124
17125 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17126
17127         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17128           - process comments even if they don't end with \0\0
17129             g_convert would ignore them if present and works well without them
17130
17131 2004-05-16  Benjamin Otte  <otte@gnome.org>
17132
17133         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
17134           simplify caps
17135
17136 2004-05-16  Benjamin Otte  <otte@gnome.org>
17137
17138         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17139           don't write to memory we might not write to - g_convert does that
17140           for us anyway (fixes #142613)
17141         (gst_asf_demux_audio_caps):
17142           comment out gst_util_dump_mem
17143
17144 2004-05-16  Benjamin Otte  <otte@gnome.org>
17145
17146         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17147           compute correct expected timestamps after seek (broken since
17148           last commit)
17149         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
17150           rename element and debugging category to gdkpixbufscale
17151
17152 2004-05-16  Benjamin Otte  <otte@gnome.org>
17153
17154         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17155           add error checking to snd_pcm_delay and remove duplicate call to
17156           snd_pcm_delay that caused issues (see inline code comments)
17157         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
17158           make more readable and fix return value when snd_pcm_delay fails
17159         (fixes #142586)
17160
17161 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
17162         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
17163         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
17164         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
17165         (gst_pixbufscale_link), (gst_pixbufscale_init),
17166         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
17167         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
17168         (gst_pixbufscale_get_property), (pixbufscale_init):
17169         * ext/gdk_pixbuf/pixbufscale.h:
17170         Add these files I forgot earlier
17171
17172 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
17173         * ext/gdk_pixbuf/Makefile.am:
17174         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
17175         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17176         Add new pixbufscale element to scale RGB video
17177         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
17178         and HYPER interpolation correctly.
17179         * ext/theora/theoraenc.c: (theora_enc_chain),
17180         Discard buffer and return if explicit caps could not be set
17181         (theora_enc_get_property):
17182         Make _get return kbps for the bitrate consistent with
17183         the _set function.
17184
17185
17186 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17187
17188         * ext/libvisual/visual.c: (gst_visual_chain):
17189           add missing visual_audio_analyze
17190
17191 2004-05-14  David Schleef  <ds@schleef.org>
17192
17193         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
17194         is killed while we're playing.
17195         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
17196         gst_element_no_more_pads().
17197
17198 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17199
17200         * gst-libs/gst/riff/riff-read.c :
17201           - fix INFO tag extraction in RIFF/AVI files
17202             because gst_event_unref (event) also freed taglist
17203           - avoid a mem leak
17204
17205 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17206
17207         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
17208         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
17209
17210         * gst/auparse/gstauparse.c :
17211           - add code (commented for now) to support audio/x-adpcm on src pad
17212             (we have no decoder for those layout yet)
17213
17214         * gst/cdxaparse/gstcdxaparse.c :
17215         * gst/cdxaparse/gstcdxaparse.h :
17216           - partial rewrite using RiffRead (ripped iain's wavparse code)
17217
17218         * gst/rtp/gstrtpL16enc.c : typo
17219         * gst/rtp/gstrtpgsmenc.c : typo
17220
17221 2004-05-13  Benjamin Otte  <otte@gnome.org>
17222
17223         * configure.ac:
17224           check for exact version of libvisual, it's not supposed to be
17225           API/ABI stable yet
17226
17227 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17228
17229         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
17230           signal no-more-pads
17231
17232 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
17233
17234         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
17235         Report which format was used for GST_FORMAT_DEFAULT
17236         * gst/debug/Makefile.am:
17237         * gst/debug/gstdebug.c: (plugin_init):
17238         * gst/debug/progressreport.c: (gst_progressreport_base_init),
17239         (gst_progressreport_class_init), (gst_progressreport_init),
17240         (gst_progressreport_report), (gst_progressreport_set_property),
17241         (gst_progressreport_get_property), (gst_progressreport_chain),
17242         (gst_progressreport_plugin_init):
17243         Add progressreport element for testing.
17244
17245 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17246
17247         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
17248         * sys/v4l/gstv4lsrc.h:
17249         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
17250         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
17251         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
17252         (gst_v4lsrc_grab_frame):
17253           add more debugging
17254           send a discont at start
17255
17256 2004-05-12  Colin Walters  <walters@redhat.com>
17257
17258         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
17259         inflooping if we can't find a chunk.  Or in other words, don't blow
17260         chunks if we don't have a chunk to blow.
17261
17262 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
17263         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
17264         Remove old debug output
17265         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
17266         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
17267         (gst_dvdec_set_property), (gst_dvdec_get_property):
17268         Change the quality setting to an enum, so it works from gst-launch
17269         Don't renegotiate a non-linked pad. Allows audio only decoding.
17270         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
17271         (gst_deinterlace_link), (gst_deinterlace_init):
17272         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
17273         (gst_videodrop_link):
17274         Some caps negotiation fixes
17275
17276 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17277
17278         * ext/tarkin/gsttarkin.c :
17279           - Change RANK from NONE to PRIMARY
17280         * ext/gdk_pixbuf/gstgdkpixbuf.c :
17281           - Change RANK from NONE to MARGINAL
17282         * ext/divx/gstdivxenc.c :
17283           - Change RANK from PRIMARY to NONE (encoder/spider issue)
17284
17285 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17286
17287         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
17288         (gst_vorbisenc_push_packet):
17289           copy a function that was added between 1.0 and 1.0.1 until we
17290           depend on worthwhile features of post-1.0
17291
17292 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17293
17294         * configure.ac:
17295           enable shout2 by default
17296         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
17297         (gst_shout2send_base_init), (gst_shout2send_init),
17298         (gst_shout2send_connect), (gst_shout2send_change_state):
17299         * ext/shout2/gstshout2.h:
17300           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
17301           #142262)
17302         * ext/theora/theora.c: (plugin_init):
17303           don't set rank on encoders
17304
17305 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
17306
17307         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
17308           Use codec_data property instead of flag1 and flag2 for wma
17309
17310 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17311
17312         * gst/cdxaparse/gstcdxaparse.c :
17313           - Add mpegversion to CAPS to make it link
17314           - Rank is as GST_RANK_SECONDARY instead of NONE
17315         * gst/auparse/gstauparse.c :
17316           - Document all audio encoding we can encounter from Solaris 9
17317             headers and libsndfile information.
17318           - Increase max. rate from 48000 to 192000 (to match other elements)
17319           - Don't try to play junk data between header and samples
17320
17321 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17322
17323         * ext/libvisual/visual.c: (gst_visual_getcaps):
17324           use the right caps depending on endianness (I hope)
17325         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
17326           use GST_RANK_NONE for all non-decoding elements or spider gets
17327           mighty confused
17328
17329 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17330
17331         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17332           Fix some odd cases and fix BE metadata parsing of unicode16 text.
17333
17334 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17335
17336         * gst/switch/gstswitch.c: (gst_switch_release_pad),
17337         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
17338         (gst_switch_loop), (gst_switch_get_type):
17339           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
17340           HEADERS. Had to be said.
17341
17342 2004-05-10  David Schleef  <ds@schleef.org>
17343
17344         * configure.ac: Add prototype Dirac support.
17345         * ext/Makefile.am:
17346         * ext/dirac/Makefile.am:
17347         * ext/dirac/gstdirac.cc:
17348         * ext/dirac/gstdiracdec.cc:
17349
17350 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17351
17352         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
17353         (gst_auparse_init), (gst_auparse_chain),
17354         (gst_auparse_change_state):
17355           Hack around spider. Remove me some day please.
17356
17357 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17358
17359         * gst/auparse/gstauparse.c: (gst_auparse_chain):
17360           Fix for some uninitialized variables in previous patch, also
17361           makes it work. Fixes #142286 while we're at it.
17362
17363 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17364
17365         * gst/auparse/gstauparse.c:
17366                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
17367                 only unsupported formats are ADPCM/CCITT G.72x
17368                 reviewed by Ronald
17369         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
17370
17371 2004-05-10  Wim Taymans  <wim@fluendo.com>
17372
17373         * ext/vorbis/Makefile.am:
17374         * ext/vorbis/README:
17375         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
17376         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
17377         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
17378         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
17379         (gst_oggvorbisenc_convert_sink),
17380         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
17381         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
17382         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
17383         (get_constraints_string), (update_start_message),
17384         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
17385         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
17386         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
17387         * ext/vorbis/oggvorbisenc.h:
17388         * ext/vorbis/vorbis.c: (plugin_init):
17389         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
17390         (raw_caps_factory), (gst_vorbisenc_class_init),
17391         (gst_vorbisenc_init), (gst_vorbisenc_setup),
17392         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
17393         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
17394         * ext/vorbis/vorbisenc.h:
17395         Added a raw vorbis encoder to be used with the oggmuxer.
17396         We still need the old encoder for some gnome applications,
17397         read the README to find out how that works.
17398         The raw encoder is called "rawvorbisenc" until 0.9.
17399
17400 2004-05-10  Wim Taymans  <wim@fluendo.com>
17401
17402         * ext/ogg/gstogg.c: (plugin_init):
17403         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
17404         (gst_ogg_print):
17405         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
17406         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
17407         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
17408         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
17409         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
17410         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
17411         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
17412         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
17413         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
17414         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
17415         Added an ogg muxer.
17416         Small typo fixes in the demuxer.
17417
17418 2004-05-10  Wim Taymans  <wim@fluendo.com>
17419
17420         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17421         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
17422         (theora_enc_change_state), (theora_enc_set_property),
17423         (theora_enc_get_property):
17424         Mark the last packet with an EOS flag which is not really needed
17425         in gstreamer.
17426         Do some better video framerate initialisation.
17427         Update the buffer timestamp.
17428
17429 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
17430
17431         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
17432         Return the result of the parent state change call
17433
17434 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17435
17436         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
17437         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
17438         * gst/law/alaw-encode.c : (idem)
17439         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
17440         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
17441         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
17442
17443 2004-05-09  Benjamin Otte  <otte@gnome.org>
17444
17445         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17446           don't use a fixed buffer size when writing variable length data to
17447           it. Fixes memory corruption and makes alsasrc work
17448
17449 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17450
17451         * ext/gnomevfs/gstgnomevfssink.c:
17452         (_gst_boolean_allow_overwrite_accumulator),
17453         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
17454           Run glib's default signal handler (??) in RUN_CLEANUP rather than
17455           RUN_LAST, and don't use that to set the accumulator value because
17456           then it's always FALSE.
17457
17458 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17459
17460         * gst-libs/gst/riff/riff-media.c:
17461         (gst_riff_create_video_caps_with_data),
17462         (gst_riff_create_audio_caps),
17463         (gst_riff_create_audio_template_caps):
17464         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17465           Fix for unaligned RIFF files (i.e. where all the chunks together
17466           in a LIST chunk are not of the same size as the size given in
17467           the LIST chunk header). Fixes several odd WAVE files. Also fix
17468           ADPCM (block_align property) in audio, so that wavparse based
17469           on this works now as it used to stand-alone.
17470
17471 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
17472
17473         reviewed by Benjamin Otte  <otte@gnome.org>
17474
17475         * ext/a52dec/gsta52dec.c:
17476         * ext/divx/gstdivxdec.c:
17477         * ext/divx/gstdivxenc.c:
17478         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17479         * ext/faac/gstfaac.c: (gst_faac_base_init):
17480         * ext/faad/gstfaad.c: (gst_faad_base_init):
17481         * ext/ivorbis/vorbisfile.c:
17482         * ext/lame/gstlame.c:
17483         * ext/libfame/gstlibfame.c:
17484         * ext/mpeg2enc/gstmpeg2enc.cc:
17485         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17486         * ext/sidplay/gstsiddec.cc:
17487         * ext/speex/gstspeexdec.c:
17488         * ext/speex/gstspeexenc.c:
17489         * ext/xvid/gstxviddec.c:
17490         * ext/xvid/gstxvidenc.c:
17491           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
17492           (fixes #142193)
17493
17494 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17495
17496         * ext/alsa/gstalsa.c: (device_list),
17497         (gst_alsa_class_probe_devices):
17498         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
17499           Fix alsa oddness in mixer after the combination of using mixer
17500           in source/sink elements and using hw:x,y instead of just hw:x.
17501
17502 2004-05-09  Benjamin Otte  <otte@gnome.org>
17503
17504         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
17505         (gst_wavparse_create_sourcepad):
17506           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
17507           sourcepads
17508
17509 2004-05-09  Benjamin Otte  <otte@gnome.org>
17510
17511         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17512           allow discont events before caps nego
17513
17514 2004-05-08  Benjamin Otte  <otte@gnome.org>
17515
17516         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
17517           don't leak events
17518
17519 2004-05-08  Benjamin Otte  <otte@gnome.org>
17520
17521         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
17522         (gst_level_change_state), (gst_level_init):
17523         * gst/level/gstlevel.h:
17524           figure out if we're initialized directly instead of keeping a
17525           variable that's wrong in 90% of cases
17526           don't initialize pads and then leak them and use a new unitialized
17527           pad. (fixes #142084)
17528           these were bugs so n00bish I didn't find them for an hour :/
17529
17530 2004-05-08 Iain <iain@prettypeople.org>
17531
17532         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
17533         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
17534         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
17535         return the length that was read.
17536         (gst_riff_read_strf_auds): Allow fmt tags as well.
17537
17538 2004-05-07  David Schleef  <ds@schleef.org>
17539
17540         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
17541         signed char assumption in faad.h.
17542
17543 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17544
17545         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
17546           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
17547
17548 2004-05-07  Colin Walters  <walters@redhat.com>
17549
17550         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
17551         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
17552         function.
17553         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
17554         Add dispose function.
17555
17556 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
17557         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
17558           Fix caps nego and pad templates. RGB mode caps should
17559           work now.
17560         * ext/dvdnav/gst-dvd:
17561           Move mpeg2dec inside the thread because otherwise the
17562           queue rejects cap changes mid-stream
17563         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
17564         (gst_mpeg2dec_flush_decoder):
17565           For mpeg2dec > 0.4.0, call the flush function instead of
17566           manually extracting all in-flight frames.
17567         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
17568         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
17569           Change mime type video/dv go video/x-dv to match the
17570           rest of gst-plugins
17571
17572 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17573
17574         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
17575         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
17576         (gst_alsa_sink_class_init):
17577         * ext/alsa/gstalsasink.h:
17578         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
17579         (gst_alsa_src_class_init):
17580         * ext/alsa/gstalsasrc.h:
17581           Make alsasink/src a subclass of alsamixer so that mixer stuff
17582           shows up in gst-rec. Needs some finetuning.
17583
17584 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17585
17586         * ext/lame/gstlame.c: (gst_lame_chain):
17587           simplify
17588         * ext/mad/gstmad.c: (gst_mad_handle_event):
17589           fix event leak
17590         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17591           be able to detect mp3 files < 4096 bytes
17592
17593 2004-05-06  Wim Taymans  <wim@fluendo.com>
17594
17595         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17596         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
17597         (theora_enc_set_property), (theora_enc_get_property):
17598         Also encode the first frame, cleanup some code.
17599
17600 2004-05-06  Wim Taymans  <wim@fluendo.com>
17601
17602         * ext/mpeg2enc/gstmpeg2enc.cc:
17603         Forward events first before deciding that negotiation was
17604         not performed.
17605
17606 2004-05-06  Wim Taymans  <wim@fluendo.com>
17607
17608         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
17609         First process the events before deciding that negotiation
17610         was not performed.
17611
17612 2004-05-06  Wim Taymans  <wim@fluendo.com>
17613
17614         * ext/theora/Makefile.am:
17615         * ext/theora/theora.c: (plugin_init):
17616         * ext/theora/theoradec.c: (theora_dec_change_state):
17617         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
17618         (gst_theora_enc_class_init), (gst_theora_enc_init),
17619         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
17620         (theora_enc_chain), (theora_enc_change_state),
17621         (theora_enc_set_property), (theora_enc_get_property):
17622         Added a theora encoder, grouped the encoder and decoder into the
17623         same plugin.
17624
17625 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17626
17627         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
17628         (gst_jpegenc_chain):
17629         fix DURATION on outgoing buffers
17630         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
17631         debug using time formats
17632         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
17633         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
17634         (gst_xvimagesink_sink_link):
17635         windows with width/height 0 generate X errors, so don't allow them
17636
17637 2004-05-05  Wim Taymans  <wim@fluendo.com>
17638
17639         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
17640         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
17641         (gst_mpeg2dec_negotiate_format):
17642         * ext/mpeg2dec/gstmpeg2dec.h:
17643           removed the static pad template so that we can add the
17644           more accurate framerate value to the caps.
17645
17646
17647 2004-05-04  Benjamin Otte  <otte@gnome.org>
17648
17649         * configure.ac:
17650           check for kdemacros.h, too (should fix #141821)
17651         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
17652           don't crash if no header was sent, but nicely error out (fixes part
17653           of #141554)
17654
17655 2004-05-04  Wim Taymans  <wim@fluendo.com>
17656
17657         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
17658         parent dispose function to avoid segfault on destroy.
17659
17660 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17661
17662         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
17663         (plugin_init):
17664         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17665         (gst_xvimagesink_sink_link):
17666         clean up debugging caps
17667         also recreate xvimage when format has changed
17668
17669 2004-05-04  Benjamin Otte  <otte@gnome.org>
17670
17671         * ext/libvisual/Makefile.am:
17672         * ext/libvisual/visual.c: (gst_visual_class_init),
17673         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
17674         (gst_visual_srclink), (gst_visual_chain),
17675         (gst_visual_change_state), (plugin_init):
17676           use a GstAdapter to correctly adapt buffer sizes - allows using a
17677           framerate
17678
17679 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17680
17681         * sys/v4l/gstv4lelement.h:
17682         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17683         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
17684         (gst_v4lsrc_buffer_free):
17685         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
17686         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
17687         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
17688         (gst_v4lsrc_requeue_frame):
17689         move some debugging categories around
17690         query for fps index and set accordingly if found
17691
17692 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17693
17694         * ext/lame/gstlame.c:
17695         correct defaults that lame_init puts out of range
17696
17697 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17698
17699         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
17700         (gst_divxenc_class_init):
17701         fix range since -1 is the default
17702         * gst/mpeg1sys/gstmpeg1systemencode.c:
17703         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
17704         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
17705         (gst_rtjpegdec_chain):
17706         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
17707         (gst_rtjpegenc_chain):
17708         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
17709         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
17710         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
17711         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
17712         * sys/v4l/gstv4lsrc.c:
17713         * sys/v4l/v4l_calls.c: (gst_v4l_open):
17714         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
17715         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
17716         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
17717         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
17718           remove gst_info calls
17719
17720 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17721
17722         * Makefile.am:
17723         * po/af.po:
17724         * po/az.po:
17725         * po/en_GB.po:
17726         * po/nl.po:
17727         * po/sr.po:
17728         * po/sv.po:
17729           Updated translations
17730
17731 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17732
17733         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
17734           refactor/comment code
17735
17736 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17737
17738         * gst/asfdemux/Makefile.am:
17739         * gst/asfdemux/asfheaders.c:
17740         * gst/asfdemux/asfheaders.h:
17741         * gst/asfdemux/gstasf.c: (plugin_init):
17742         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
17743         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
17744         (gst_asf_demux_setup_pad):
17745         * gst/asfdemux/gstasfdemux.h:
17746         * gst/asfdemux/gstasfmux.c:
17747         * gst/asfdemux/gstasfmux.h:
17748           Add tagging support to demuxer, split out registration in its own
17749           file instead of in demux (hacky), and prevent having some tables
17750           in our memory multiple times (in asfheaders.h).
17751
17752 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17753
17754         * gst/matroska/matroska-demux.c:
17755         (gst_matroska_demux_parse_metadata):
17756         * gst/matroska/matroska-ids.h:
17757           Basic tag reading support.
17758
17759 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17760
17761         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
17762           Really detect ac-3 audio.
17763         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
17764           really detect matroska files (off-by-1).
17765
17766 2004-04-30  David Schleef  <ds@schleef.org>
17767
17768         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
17769         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
17770         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
17771         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
17772         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
17773         hackage -- parse a lot more atoms, extract a few tags.  One might even
17774         mistake this for tag support.  Maybe it is.
17775         * gst/qtdemux/qtdemux.h:
17776
17777 2004-04-30  Colin Walters  <walters@verbum.org>
17778
17779         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
17780
17781 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17782
17783         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17784         (gst_ffmpegcolorspace_getcaps):
17785           remove broken nego fix
17786
17787 2004-04-30  Benjamin Otte  <otte@gnome.org>
17788
17789         * configure.ac:
17790         * ext/Makefile.am:
17791         * ext/libvisual/Makefile.am:
17792         * ext/libvisual/visual.c:
17793           add initial support for libvisual (http://libvisual.sourceforge.net)
17794           libvisual is still quite alpha, so expect crashes in there :)
17795
17796 2004-04-29  David Schleef  <ds@schleef.org>
17797
17798         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
17799         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
17800         up qtdemux to make it spit out codec_data.  Do _not_ look at this
17801         code; you will no longer respect me.
17802
17803 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17804
17805         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
17806         * ext/alsa/gstalsa.h :
17807         change alsa pcm device discovery to find more than 1 device
17808         per card. code review by Ronald.
17809
17810 2004-04-29  David Schleef  <ds@schleef.org>
17811
17812         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
17813         Add a check for a driver bug on FreeBSD.  (bug #140565)
17814
17815 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17816
17817         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
17818         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
17819         (gst_jpegenc_getcaps):
17820           move format setting to inner loop
17821         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17822         (gst_ffmpegcolorspace_getcaps):
17823           use GST_PAD_CAPS if available so that we use already negotiated
17824           caps
17825         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
17826         (qtdemux_parse_moov), (qtdemux_parse):
17827           extra debugging
17828         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
17829         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
17830           move hardcoded path to DEFINE
17831
17832 2004-04-28  David Schleef  <ds@schleef.org>
17833
17834         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
17835         (bug #140064)
17836
17837 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17838
17839         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17840           Don't probe for playback device if we're a source element. Fixes
17841           #139658.
17842
17843 2004-04-29  Benjamin Otte  <otte@gnome.org>
17844
17845         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
17846         (gst_id3_tag_chain):
17847           rewrite buffer offset
17848
17849 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17850
17851         * configure.ac:
17852         * ext/Makefile.am:
17853         * ext/dts/Makefile.am:
17854         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
17855         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
17856         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
17857         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
17858         (gst_dtsdec_loop), (gst_dtsdec_change_state),
17859         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
17860         (plugin_init):
17861         * ext/dts/gstdtsdec.h:
17862           New DTS decoder.
17863         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
17864         (gst_faad_srcconnect):
17865           Add ESDS atom handling (.m4a).
17866
17867 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17868
17869         * ext/divx/gstdivxdec.c: (plugin_init):
17870           Remove comment that makes no sense.
17871         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
17872           Fix for obvious typo that resulted in warnings during gst-register.
17873         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
17874         (gst_xviddec_sink_link):
17875           Fix caps negotiation a bit better.
17876         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17877           We call this 'codec_data', not 'esds'.
17878
17879 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17880
17881         * gst/monoscope/gstmonoscope.c:
17882           make sure we only provide 256x128
17883         * gst/monoscope/monoscope.c: (monoscope_init):
17884           assert size of 256x128
17885
17886 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17887
17888         * Makefile.am:
17889         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
17890         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
17891           fixate to max width and height of device
17892
17893 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17894
17895         * Makefile.am:
17896         * sys/v4l/gstv4l.c:
17897         * sys/v4l/gstv4lsrc.c:
17898         * sys/v4l/v4l_calls.c:
17899         * sys/v4l/v4lsrc_calls.c:
17900           fix for qc-usb driver which fakes having more than one buffer
17901           by handing the same buffer twice, which confused GStreamer's/v4lsrc
17902           buffer_free override
17903           add debugging
17904
17905 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17906
17907         * Makefile.am:
17908         * gst/videotestsrc/gstvideotestsrc.c:
17909         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
17910         (gst_videotestsrc_init), (gst_videotestsrc_get),
17911         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
17912         * gst/videotestsrc/gstvideotestsrc.h:
17913           add num-buffers property
17914
17915         2004-04-26  Benjamin Otte  <otte@gnome.org>
17916
17917         * ext/mad/gstid3tag.c: (plugin_init):
17918           set id3mux rank to NONE so it doesn't confuse spider
17919           require audio/mpeg,mpegversion=1 in id3mux
17920
17921 2004-04-26  Benjamin Otte  <otte@gnome.org>
17922
17923         * configure.ac:
17924           detect faad correctly as non-working if it's indeed non-working
17925
17926 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17927
17928         * Makefile.am:
17929         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
17930         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
17931         fix _getcaps so it only negotiates to its supported format
17932
17933 2004-04-25  Benjamin Otte  <otte@gnome.org>
17934
17935         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
17936           fix memleak
17937
17938 2004-04-23  Benjamin Otte  <otte@gnome.org>
17939
17940         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17941           audio/x-raw-int with height rules! not. Now it's depth.
17942
17943 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17944
17945         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17946         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
17947         (gst_wavparse_loop):
17948           Missing variable initialization. Add handling of DVI ADPCM. Fix
17949           mis-parsing of LIST chunks. This works around a bug where we mis-
17950           parse non-aligning LIST chunks (so LIST chunks where the contents
17951           don't align with the actual LIST size). The correct fix is to use
17952           rifflib, I'm not going to fix wavparse - too much work. All this
17953           fixes #104878.
17954
17955 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17956
17957         reviewed by Benjamin Otte  <otte@gnome.org>
17958
17959         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
17960           fix shoutcast not working (fixes #140844)
17961
17962 2004-04-22  Benjamin Otte  <otte@gnome.org>
17963
17964         * ext/hermes/gsthermescolorspace.c:
17965         (gst_hermes_colorspace_caps_remove_format_info):
17966         * gst/colorspace/gstcolorspace.c:
17967         (gst_colorspace_caps_remove_format_info):
17968         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17969         (gst_ffmpegcolorspace_caps_remove_format_info):
17970           s/gst_caps_simplify/gst_caps_do_simplify/
17971
17972 2004-04-22  Benjamin Otte  <otte@gnome.org>
17973
17974         * gst-libs/gst/riff/riff-media.c:
17975         (gst_riff_create_video_caps_with_data):
17976           mpegversion is an int
17977         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
17978           don't try to create pad templates with NULL caps, use any caps
17979           instead.
17980
17981 2004-04-20  David Schleef  <ds@schleef.org>
17982
17983         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
17984         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
17985         (bug #140384)
17986
17987 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
17988
17989         reviewed by David Schleef
17990
17991         * ext/mad/gstid3tag.c: Add stdlib.h
17992         * gst/rtp/gstrtpgsmenc.c: same
17993         * gst/tags/gstid3tag.c: same
17994         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
17995         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
17996         GST_DISABLE_LOADSAVE use.
17997         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
17998         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
17999         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
18000         atol(3)).
18001         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
18002         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
18003         strtoul(3)).
18004         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
18005         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
18006         $(ID3_CFLAGS).
18007         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
18008         $(LIBFAME_CFLAGS).
18009
18010 2004-04-20  David Schleef  <ds@schleef.org>
18011
18012         * gst/realmedia/rmdemux.c:  This was supposed to part of the
18013         last checkin.  Same idea.
18014
18015 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
18016
18017         reviewed by David Schleef
18018
18019         * configure.ac: bump required gstreamer version to 0.8.1.1
18020         because of following changes [--ds]
18021
18022         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
18023         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
18024         (gst_riff_read_header):  Use GST_READ_UINT*
18025         macros to access possibly unaligned memory.
18026
18027         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
18028         (mp3_type_find):  Use GST_READ_UINT*
18029         macros to access possibly unaligned memory.
18030         (mp3_type_find, mpeg1_parse_header, qt_type_find)
18031         (speex_type_find): Likewise
18032
18033         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
18034
18035         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
18036         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
18037         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
18038         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
18039         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
18040         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
18041         macros to access possibly unaligned memory.
18042
18043         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
18044         Likewise.
18045
18046         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
18047         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
18048
18049         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18050         Likewise.
18051
18052         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
18053         (gst_mpeg2subt_chain_subtitle): Likewise.
18054
18055         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
18056         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
18057         Likewise.
18058
18059         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
18060         Likewise.
18061
18062         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
18063         Likewise.
18064
18065         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
18066         Likewise.
18067
18068 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18069
18070         * configure.ac:
18071           update required version of GStreamer because of GST_TIME_FORMAT
18072
18073 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18074
18075         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
18076           remove leftover g_print
18077         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18078           don't try setting only a subset of the caps. We don't want to kill
18079           autoplugging on purpose
18080
18081 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18082
18083         * sys/ximage/ximagesink.c: (plugin_init):
18084         * sys/xvimage/xvimagesink.c: (plugin_init):
18085           add debugging categories
18086
18087 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18088
18089         * po/en_GB.po:
18090         * po/LINGUAS:
18091           Adding en_GB translation (Gareth Owen)
18092
18093 2004-04-20  David Schleef  <ds@schleef.org>
18094
18095         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18096         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
18097         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
18098         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
18099         A number of new features and hacks to extract the esds atom and
18100         put it into the caps.  (bug #137724)
18101
18102 2004-04-19  David Schleef  <ds@schleef.org>
18103
18104         * gconf/Makefile.am: Fix for non-GNU make
18105         * gst-libs/gst/Makefile.am: Change directory order to handle
18106         GstPlay linking with gstinterfaces
18107         * gst-libs/gst/audio/make_filter: make use of tr portable
18108         * gst-libs/gst/play/Makefile.am: Add intended \
18109         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
18110         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
18111         function prototype instead of void *.
18112         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
18113         macro.
18114         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18115         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
18116         * gst/videofilter/make_filter: make use of tr portable
18117         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
18118
18119 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18120
18121         * po/LINGUAS:
18122         * po/uk.po:
18123           Added Ukrainian translation (Maxim V. Dziumanenko)
18124
18125 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18126
18127         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
18128         (gst_gsmdec_link), (gst_gsmdec_chain):
18129           Fix capsnego, simplify chain function slightly.
18130         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
18131           Add GSM.
18132
18133 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18134
18135         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
18136         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
18137         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
18138           Hack to make wavparse work with spider (always -> sometimes pad).
18139           Fixes #135862 && #140411.
18140
18141 2004-04-18  Benjamin Otte  <otte@gnome.org>
18142
18143         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
18144         (gst_osselement_rate_probe_check),
18145         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
18146           get rid of \n in debug output
18147
18148 2004-04-17  Iain <iain@prettypeople.org>
18149
18150         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
18151         not just EOS.
18152
18153 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18154
18155         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
18156         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
18157         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
18158         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
18159         (gst_id3_tag_src_link), (gst_id3_tag_chain),
18160         (gst_id3_tag_change_state), (plugin_init):
18161           deprecate id3tag element and replace with id3demux/id3mux.
18162           great side effect: this ugly file is now even uglier, yay!
18163         * ext/mad/gstmad.h:
18164           remove non-available function
18165           update for new get_type
18166
18167 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18168
18169         * configure.ac:
18170           require mpeg2dec >= 0.4.0
18171
18172 2004-04-17  Benjamin Otte  <otte@gnome.org>
18173
18174         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18175         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
18176         (gst_xvimagesink_set_xwindow_id):
18177           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
18178           assorted cleanup fixes.
18179
18180 2004-04-16  David Schleef  <ds@schleef.org>
18181
18182         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
18183         * sys/xvimage/xvimagesink.h: same
18184
18185 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18186
18187         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
18188           Fix GST_ELEMENT_ERROR with (NULL)
18189
18190 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18191
18192         * gst-libs/gst/riff/riff-media.c:
18193         (gst_riff_create_video_caps_with_data):
18194           Add div[3456] as fourccs for DivX 3 (fixes #140137).
18195
18196 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18197
18198         * gst-libs/gst/riff/riff-media.c:
18199         (gst_riff_create_video_caps_with_data),
18200         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
18201         (gst_riff_create_video_template_caps),
18202         (gst_riff_create_audio_template_caps):
18203         * gst-libs/gst/riff/riff-media.h:
18204         * gst-libs/gst/riff/riff-read.c:
18205         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
18206         * gst-libs/gst/riff/riff-read.h:
18207         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
18208           Add MS RLE support. I added some functions to read out strf chunks
18209           into strf chunks and the data behind it. This is usually color
18210           palettes (as in RLE, but also in 8-bit RGB). Also use those during
18211           caps creation. Lastly, add ADPCM (similar to wavparse - which
18212           should eventually be rifflib based).
18213         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
18214         (gst_matroska_demux_init), (gst_matroska_demux_reset):
18215         * gst/matroska/matroska-demux.h:
18216           Remove placeholders for some prehistoric tagging system. Didn't add
18217           support for any tag system really anyway.
18218         * gst/qtdemux/qtdemux.c:
18219           Add support for audio/x-m4a (MPEG-4) through spider.
18220         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
18221         (gst_wavparse_loop):
18222           ADPCM support (#135862). Increase max. buffer size because we
18223           cannot split buffers for ADPCM (screws references) and I've seen
18224           files with 2048 byte chunks. 4096 seems safe for now.
18225
18226 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18227
18228         * configure.ac: bump nano to 1
18229
18230 === release 0.8.1 ===
18231
18232 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18233
18234         * configure.ac: releasing 0.8.1, "Comforting Sounds"
18235
18236 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18237
18238         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
18239           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
18240           Fixes #140058
18241
18242 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18243
18244         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
18245           lower rank of dvddemux so that it's not used for mpeg playback.
18246
18247 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18248
18249         * configure.ac:
18250           save libs correctly when checking mad
18251
18252 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18253
18254         * ext/mad/gstid3tag.c: (plugin_init):
18255           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
18256
18257 2004-04-13  David Schleef  <ds@schleef.org>
18258
18259         * common/m4/gst-feature.m4: Call -config scripts with
18260         --plugin-libs if it is supported.
18261         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
18262         JPEG images are image/jpeg.
18263         * gst/debug/Makefile.am:
18264         * gst/debug/negotiation.c: (gst_negotiation_class_init),
18265         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
18266         (gst_negotiation_update_caps), (gst_negotiation_get_property),
18267         (gst_negotiation_plugin_init): Add a property that acts like
18268         filter caps.
18269         * testsuite/gst-lint:  Move license checking to be a standard
18270         test.
18271
18272 2004-04-13  David Schleef  <ds@schleef.org>
18273
18274         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
18275         patch from Sebastien Cote (bug #139958)
18276
18277 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18278
18279         * examples/gstplay/Makefile.am:
18280         * examples/gstplay/player.c: (main):
18281           make the commandline player example use gconf settings
18282
18283 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18284
18285         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
18286         (gst_cacasink_sinkconnect), (gst_cacasink_init),
18287         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
18288           init/end library during state transition, not object
18289           creation/disposal.  get rid of custom dispose handler.
18290
18291
18292 2004-04-12  Christian Schaller <Uraeus@gnome.org>
18293
18294         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
18295         be a symlink
18296
18297 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18298
18299         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
18300           Handle JUNK chunks inside data section. Prevents warnings.
18301
18302 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18303
18304         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18305         (gst_riff_create_video_template_caps):
18306           Add MS video v1.
18307         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18308         (gst_avi_demux_stream_data):
18309           Add support for "rec-list" chunks.
18310
18311 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18312
18313         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
18314           Fix another codecname mismatch.
18315
18316 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18317
18318         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
18319           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
18320           so that MJPEG plays back.
18321
18322 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18323
18324         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
18325         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
18326         * gst/mpeg1videoparse/gstmp1videoparse.h:
18327           Fix for some slight mis-cuts in buffer parsing, and for some
18328           potential overflows or faults-causers. Adds disconts. Also fixes
18329           #139105 while we're at it.
18330
18331 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18332
18333         * configure.ac:
18334         * sys/v4l2/gstv4l2element.h:
18335           Workaround for missing struct v4l2_buffer declaration in Suse 9
18336           and Mandrake 10 linux/videodev2.h header file (#135919).
18337
18338 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18339
18340         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
18341           Bail out if no filename was given.
18342
18343 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18344
18345         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
18346         (gst_v4l2_fourcc_from_structure):
18347           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
18348           Y41B somewhere).
18349
18350 2004-04-09  Benjamin Otte  <otte@gnome.org>
18351
18352         * ext/gnomevfs/gstgnomevfssink.c:
18353         (_gst_boolean_allow_overwrite_accumulator),
18354         (gst_gnomevfssink_class_init):
18355           fix erase signal - if any handler returns false the file will not be
18356           overwritten. If no handler is connected, the file will not be
18357           overwritten either.
18358           renamed signal to "allow-overwrite"
18359         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
18360           free string when adding it to ID3 failed
18361         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18362           unref event when done
18363         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
18364           free caps
18365         * gst/typefind/gsttypefindfunctions.c:
18366         (mpeg_video_stream_type_find):
18367           fix invalid read
18368
18369 2004-04-08  David Schleef  <ds@schleef.org>
18370
18371         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18372         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
18373
18374 2004-04-08  David Schleef  <ds@schleef.org>
18375
18376         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
18377         we don't support (bug #139532)
18378
18379 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18380
18381         * ext/mad/gstmad.c: (gst_mad_handle_event),
18382         (gst_mad_check_caps_reset), (gst_mad_chain),
18383         (gst_mad_change_state):
18384           only set explicit caps if they haven't been set before for
18385           this stream.  MPEG-audio sample rate/channels aren't allowed
18386           to change in-stream.
18387           Fixes #139382
18388
18389 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18390
18391         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
18392         (_gst_boolean_did_something_accumulator),
18393         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
18394         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
18395         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
18396         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
18397         (gst_gnomevfssink_change_state):
18398           Fix erase signal. Don't erase by default. Remove handoff signal.
18399           Remove erase property. Don't segfault. General cleanup.
18400
18401 2004-04-07  Benjamin Otte  <otte@gnome.org>
18402
18403         * gst-libs/gst/gconf/test-gconf.c: (main):
18404           add missing gst_init
18405
18406 2004-04-07  Benjamin Otte  <otte@gnome.org>
18407
18408         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
18409           free the mutexes, too
18410
18411 2004-04-07  Benjamin Otte  <otte@gnome.org>
18412
18413         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
18414           actually free the URI string
18415         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
18416           compute offset correctly when passing discont events
18417         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
18418           don't leak discont events
18419         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
18420           add some missing breaks so caps aren't copied randomly
18421         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
18422           if we realloc memory, we better use it
18423
18424 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18425
18426         * ext/mad/gstmad.c: (normal_seek):
18427           fix GST_FORMAT_TIME usage
18428
18429 2004-04-05  David Schleef  <ds@schleef.org>
18430
18431         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
18432         a deprecated function (hack!)
18433
18434 2004-04-05  Benjamin Otte  <otte@gnome.org>
18435
18436         * ext/esd/esdmon.c: (gst_esdmon_get):
18437           fix nonterminated vararg and memleak
18438
18439 2004-04-05  Benjamin Otte  <otte@gnome.org>
18440
18441         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
18442         (gst_ladspa_init), (gst_ladspa_force_src_caps),
18443         (gst_ladspa_set_property), (gst_ladspa_get_property),
18444         (gst_ladspa_instantiate), (gst_ladspa_activate),
18445         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
18446           clean up debugging
18447
18448 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
18449
18450         reviewed by Benjamin Otte  <otte@gnome.org>
18451
18452         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
18453           check for broken LADSPA parameters (fixes #138635)
18454
18455 2004-04-05  Benjamin Otte  <otte@gnome.org>
18456
18457         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
18458           advertise buffer-frames correctly on sinkpads
18459
18460 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18461
18462         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
18463         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
18464         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
18465         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
18466         (gst_mad_check_caps_reset), (gst_mad_chain):
18467         add more debugging, only reset caps when we're not in error state
18468
18469 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18470
18471         * ext/mad/gstmad.c: add debugging category, comment + cleanups
18472
18473 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
18474
18475         reviewed by Benjamin Otte  <otte@gnome.org>
18476
18477         * configure.ac:
18478           fix == in test(1) operator
18479
18480 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
18481
18482         reviewed by Benjamin Otte  <otte@gnome.org>
18483
18484         * configure.ac:
18485           fix --export-symblos-regex to a working regex.
18486
18487 2004-04-04  Benjamin Otte  <otte@gnome.org>
18488
18489         * sys/oss/.cvsignore:
18490           add for oss_probe
18491
18492 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
18493
18494         reviewed by Benjamin Otte  <otte@gnome.org>
18495
18496         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
18497           add missing 'new_media' argument (fixes #138168)
18498         * gst/matroska/matroska-demux.c:
18499         (gst_matroska_demux_handle_seek_event):
18500           add vararg terminator (fixes #138169)
18501
18502 2004-04-02  David Schleef  <ds@schleef.org>
18503
18504         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
18505         disted (bug #138914)
18506
18507 2004-04-01  Benjamin Otte  <otte@gnome.org>
18508
18509         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
18510         (gst_alsa_close_audio):
18511           handle case better where a soundcard can't pause
18512         * ext/ogg/gstoggdemux.c:
18513           don't crash when we get events but don't have pads yet
18514
18515 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18516
18517         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18518           throw an error if we couldn't probe any caps.
18519
18520 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
18521
18522         * ext/dvdnav/gst-dvd:
18523         Add a really simple sample DVD player
18524
18525 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
18526
18527         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
18528         (gst_a52dec_push), (gst_a52dec_handle_event),
18529         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
18530         (gst_a52dec_change_state):
18531         * ext/a52dec/gsta52dec.h:
18532           Use a debug category, Output timestamps correctly
18533           Emit tag info, Handle events, tell liba52dec about cpu
18534           capabilities so it can use MMX etc.
18535         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
18536           Fix a crasher accessing invalid memory
18537         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
18538         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
18539         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
18540         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
18541         (dvdnavsrc_query):
18542           Some support for byte-format seeking.
18543           Small fixes for still frames and menu button overlays
18544         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
18545         (gst_mpeg2dec_alloc_buffer):
18546           Use a debug category. Adjust the report level of several items to
18547           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
18548           so it doesn't lose the GstBuffer pointer
18549         * gst/debug/Makefile.am:
18550         * gst/debug/gstdebug.c: (plugin_init):
18551         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
18552         (gst_navseek_base_init), (gst_navseek_class_init),
18553         (gst_navseek_init), (gst_navseek_seek),
18554         (gst_navseek_handle_src_event), (gst_navseek_set_property),
18555         (gst_navseek_get_property), (gst_navseek_chain),
18556         (gst_navseek_plugin_init):
18557         * gst/debug/gstnavseek.h:
18558           Add the navseek debug element for seeking back and forth in a
18559           video stream using arrow keys.
18560         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
18561         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
18562         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
18563         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
18564         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
18565         (gst_mpeg2subt_parse_header), (gst_get_nibble),
18566         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
18567         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
18568         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
18569         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
18570         * gst/mpeg2sub/gstmpeg2subt.h:
18571           Pretty much a complete rewrite. Now a loopbased element. May still
18572           require work to properly synchronise subtitle buffers.
18573         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
18574         (gst_dvd_demux_send_subbuffer):
18575         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
18576           Don't attempt to create subbuffers of size 0
18577           Reduce a couple of error outputs to warnings.
18578         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
18579         (gst_y4mencode_chain):
18580         Output the y4m frame header correctly.
18581
18582 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18583
18584         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
18585           throw errors instead of allowing SIGFPE
18586
18587 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18588
18589         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
18590         (gst_gconf_render_bin_from_key):
18591           leak plugging and style fixing
18592
18593 2004-03-31  David Schleef  <ds@schleef.org>
18594
18595         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
18596         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
18597         (bug #138225)
18598         * gst/debug/Makefile.am:
18599         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
18600         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
18601         plugin.
18602         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
18603         (gst_negotiation_base_init), (gst_negotiation_class_init),
18604         (gst_negotiation_init), (gst_negotiation_getcaps),
18605         (gst_negotiation_pad_link), (gst_negotiation_chain),
18606         (gst_negotiation_set_property), (gst_negotiation_get_property),
18607         (gst_negotiation_plugin_init):  New element to talk about random
18608         negotiation things happening in a pipeline.
18609
18610 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
18611
18612         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
18613           fix integer addition with help of Stefan Kost
18614
18615 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
18616
18617         * po/nl.po: updated Dutch translation (Elros Cyriatan)
18618
18619 2004-03-30  David Schleef  <ds@schleef.org>
18620
18621         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
18622         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
18623         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
18624         (bug #137504)
18625         * ext/mpeg2dec/gstmpeg2dec.h:
18626
18627 2004-03-30  David Schleef  <ds@schleef.org>
18628
18629         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
18630
18631 2004-03-30  David Schleef  <ds@schleef.org>
18632
18633         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
18634         Michael Petullo) to handle .mov
18635
18636 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18637
18638         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
18639         (gst_osselement_rate_check_rate):
18640           probe caps correctly for sound cards that only support one format
18641
18642 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18643
18644         * ext/kio/kiosrc.cpp: (process_events):
18645           update handling event processing if inside KDE - untested
18646
18647 2004-03-29  David Schleef  <ds@schleef.org>
18648
18649         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
18650         by 2 to not interfere with other colorspaces.
18651         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
18652         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
18653         one to not interfere with ffmpeg_colorspace.
18654
18655 2004-03-29  David Schleef  <ds@schleef.org>
18656
18657         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
18658         aren't in the caps.
18659         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
18660         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
18661
18662 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18663
18664         * gst-libs/gst/riff/riff-media.c:
18665           fail on error, don't try to set stuff on NULL caps
18666
18667 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18668
18669         * configure.ac:
18670         * ext/Makefile.am:
18671         * ext/kio/Makefile.am:
18672         * ext/kio/kioreceiver.cpp:
18673         * ext/kio/kioreceiver.h:
18674         * ext/kio/kiosrc.cpp:
18675         * ext/kio/kiosrc.h:
18676           add experimental kiosrc plugin
18677         * ext/alsa/gstalsaplugin.c: (plugin_init):
18678           initialize debugging category only when we're sure registering the
18679           plugins worked.
18680
18681 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18682
18683         * examples/gstplay/player.c: (main):
18684         * gst-libs/gst/play/play.c: (gst_play_class_init),
18685         (gst_play_set_location), (gst_play_set_data_src),
18686         (gst_play_set_video_sink), (gst_play_set_audio_sink),
18687         (gst_play_set_visualization), (gst_play_connect_visualization):
18688           check return values of element_set_state and return FALSE where
18689           failed
18690
18691 2004-03-29  Benjamin Otte  <otte@gnome.org>
18692
18693         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
18694           try harder to check if an event is really a discont
18695
18696 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18697
18698         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
18699         * po/az.po:
18700
18701 2004-03-28  Benjamin Otte  <otte@gnome.org>
18702
18703         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
18704         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
18705         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
18706           get rid of non-standard "..." ranges in case statements.
18707
18708 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
18709
18710         * gst/mpegstream/gstmpegdemux.c:
18711         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
18712         specific functionality split to the new dvddemux element.
18713         * gst/mpegstream/gstdvddemux.c:
18714         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
18715         streams, derived from mpegdemux.
18716         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
18717         up. SCR based timestamp rewriting can be turned off (will probably
18718         completely disappear soon).
18719         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
18720         hacking. General cleanup. All printf statements replaced by
18721         debugging messages. Almost complete libdvdnav support.
18722         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
18723         by events. New properties for audio and subpicture languages.
18724         (dvdnavsrc_update_highlight): Now uses events.
18725         (dvdnavsrc_user_op): Cleaned up.
18726         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
18727         based). Lots of cleanup, and propper support for most libdvdnav
18728         events.
18729         (dvdnavsrc_make_dvd_event): New function.
18730         (dvdnavsrc_make_dvd_nav_packet_event): New function.
18731         (dvdnavsrc_make_clut_change_event): New function.
18732
18733 2004-03-26  Benjamin Otte  <otte@gnome.org>
18734
18735         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
18736           fix bug where typefinding would claim it's theora whenever less then
18737           7 bytes of data were available
18738
18739 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18740
18741         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
18742         (gst_alawdec_base_init), (gst_alawdec_class_init),
18743         (gst_alawdec_init), (gst_alawdec_chain):
18744         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
18745         (gst_alawenc_base_init), (gst_alawenc_class_init),
18746         (gst_alawenc_init), (gst_alawenc_chain):
18747         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
18748         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
18749         (gst_mulawdec_init), (gst_mulawdec_chain):
18750         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
18751         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
18752         (gst_mulawenc_init), (gst_mulawenc_chain):
18753           Fix capsnego in all four, remove the unused property functions and
18754           simplify the chain functions slightly. I guess we could use macros
18755           or something similar for those, since the code is so similar, but
18756           I'm currently too lazy...
18757
18758 2004-03-24  David Schleef  <ds@schleef.org>
18759
18760         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
18761         (gst_osselement_close_audio), (gst_osselement_probe_caps),
18762         (gst_osselement_get_format_structure),
18763         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
18764         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
18765         (gst_osselement_rate_int_compare): Add code to handle rate probing
18766         (bug #120883)
18767         * sys/oss/gstosselement.h: same
18768         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
18769         Use rate probing provided by osselement.
18770         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
18771
18772 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18773
18774         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
18775         (gst_xvidenc_get_property):
18776           ulong/int mess-up.
18777
18778 2004-03-24  David Schleef  <ds@schleef.org>
18779
18780         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
18781         (gst_speexdec_init):
18782         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
18783         (gst_speexenc_init):  Create the pad template correctly (from
18784         the static pad template, not a NULL pointer.)
18785
18786 2004-03-25  Benjamin Otte  <otte@gnome.org>
18787
18788         * gst/debug/Makefile.am:
18789         * gst/debug/breakmydata.c:
18790           add element that quasi-randomly changes bytes in the stream.
18791           Intended use is robustness checking of demuxers and decoders in
18792           media tests.
18793
18794 2004-03-24  Benjamin Otte  <otte@gnome.org>
18795
18796         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18797         (gst_alsa_probe_hw_params):
18798         * ext/alsa/gstalsa.h:
18799           debugging output fixes
18800
18801 2004-03-24  Benjamin Otte  <otte@gnome.org>
18802
18803         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
18804           don't g_return_if_fail if element is PLAYING, fail silently as every
18805           other element.
18806         * gst/effectv/gstquark.c: (gst_quarktv_chain):
18807           only fix needed for cast lvalue issues in gst-plugins
18808         * gst/volenv/gstvolenv.c: (gst_volenv_init):
18809           add proxy_getcaps
18810
18811 2004-03-24  Benjamin Otte  <otte@gnome.org>
18812
18813         * gst/level/gstlevel.c: (gst_level_init):
18814           add proxying getcaps function, so level doesn't advertise impossible
18815           caps
18816
18817 2004-03-24  David Schleef  <ds@schleef.org>
18818
18819         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18820         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
18821         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
18822         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
18823         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
18824         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
18825         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
18826         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
18827         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
18828         messages.  Divide the chunk size by the compression ratio
18829         (needed for MACE audio)
18830
18831 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18832
18833         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18834           Fix buffer overflow read error.
18835
18836 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18837
18838         * ext/alsa/gstalsa.h:
18839           Remove unused entry.
18840         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
18841           Add cinepak.
18842         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
18843         (gst_videodrop_link), (gst_videodrop_chain):
18844           Fix, sort of. Was horribly broken with new capsnego. Bah...
18845
18846 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
18847
18848         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
18849         (plugin_init):
18850         Add a monkeysaudio typefind function
18851
18852 2004-03-23  Johan Dahlin  <johan@gnome.org>
18853
18854         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
18855         (gst_play_video_fixate): Check so the structure has the field
18856         before trying to fixate them, this makes it possible to have
18857         fakesinks for video and audio output without printing errors on
18858         the output console.
18859
18860 2004-03-22  David Schleef  <ds@schleef.org>
18861
18862         * sys/oss/Makefile.am:
18863         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
18864         (check_rate), (add_rate):  Rate probing test app.
18865
18866 2004-03-21  Benjamin Otte  <otte@gnome.org>
18867
18868         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
18869         (_fixate_caps_to_int), (gst_audio_convert_fixate):
18870           add a fixation function that pretty much does the right thing (fixes
18871           #137556)
18872
18873 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
18874
18875         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
18876
18877 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
18878
18879         reviewed by: Benjamin Otte  <otte@gnome.org>
18880
18881         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18882           terminate gst_event_new_discontinuous correctly (fixes parts of
18883           #137711)
18884
18885 2004-03-19  David Schleef  <ds@schleef.org>
18886
18887         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
18888         since it doesn't depend on X, and it's part of our ABI.
18889
18890 2004-03-19  Iain <iain@prettypeople.org>
18891
18892         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
18893         is_int in the structure, not the local variable.
18894
18895 2004-03-19  David Schleef  <ds@schleef.org>
18896
18897         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
18898         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
18899         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
18900         Improvements in caps negotiation.
18901
18902 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18903
18904         * po/LINGUAS:
18905         * po/af.po:
18906           adding Afrikaans (Petri Jooste)
18907
18908 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18909
18910         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18911         (gst_ffmpegcolorspace_chain):
18912         throw error instead of g_critical (#137588)
18913
18914 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18915
18916         * Makefile.am:
18917         * configure.ac:
18918           dist common and m4 correctly
18919         * po/sv.po:
18920
18921 2004-03-17  David Schleef  <ds@schleef.org>
18922
18923         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
18924         (bug #137348)
18925
18926 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18927
18928         * po/LINGUAS:
18929         * po/sv.po:
18930           adding Swedish translation (Christian Rose)
18931
18932 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18933
18934         * Makefile.am: use release.mak
18935
18936 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18937
18938         * common/ChangeLog:
18939         * common/gst-autogen.sh:
18940           add some explanation about the version detection
18941         * configure.ac:
18942           fix X check
18943
18944 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18945
18946         * configure.ac: bump nano to 1
18947
18948 === release 0.8.0 ===
18949
18950 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18951
18952         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
18953
18954 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18955
18956         * configure.ac:
18957           update libtool version
18958         * gst-libs/gst/media-info/Makefile.am:
18959           actually use libtool version
18960
18961 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18962
18963         * configure.ac: fix speex detection to work with 1.0 but not 1.1
18964
18965 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18966
18967         * configure.ac:
18968         * gst-plugins.spec.in:
18969         * pkgconfig/Makefile.am:
18970         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
18971         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18972         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18973         * pkgconfig/gstreamer-libs.pc.in:
18974         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
18975         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18976         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
18977         * pkgconfig/gstreamer-plugins.pc.in:
18978           remove @VERSION@ from some of the pc files since core and plugins
18979           are decoupled.
18980           created gstreamer-plugins.pc as it's a better name, but keeping
18981           -libs around for now to get fixes upstream done first.
18982
18983 2004-03-15  Julien MOUTTE <julien@moutte.net>
18984
18985         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
18986         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
18987         * gst-libs/gst/play/play.h:
18988
18989 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18990
18991         * *.c, *.cc: don't mix tabs and spaces
18992
18993 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18994
18995         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
18996           use the new ffmpegcolorspace
18997         * gst-plugins.spec.in:
18998           package new colorspace and media-info
18999         * configure.ac:
19000         * pkgconfig/Makefile.am:
19001           fix some more disting issues
19002         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
19003         * pkgconfig/gstreamer-media-info.pc.in:
19004           generate media-info pc files
19005
19006 2004-03-15  Johan Dahlin  <johan@gnome.org>
19007
19008         * *.h: Revert indenting
19009
19010 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19011
19012         * configure.ac:
19013           adding ffmpegcolorspace element
19014         * gst/ffmpegcolorspace/Makefile.am:
19015         * gst/ffmpegcolorspace/avcodec.h:
19016         * gst/ffmpegcolorspace/common.h:
19017         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19018         * gst/ffmpegcolorspace/dsputil.h:
19019         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19020         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19021         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
19022         (gst_ffmpeg_caps_to_pix_fmt):
19023         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19024         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19025         (gst_ffmpegcolorspace_caps_remove_format_info),
19026         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
19027         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
19028         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
19029         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
19030         (gst_ffmpegcolorspace_set_property),
19031         (gst_ffmpegcolorspace_get_property),
19032         (gst_ffmpegcolorspace_register):
19033         * gst/ffmpegcolorspace/imgconvert.c:
19034         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19035         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19036         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19037         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19038         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19039         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
19040         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
19041         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
19042         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
19043         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
19044         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
19045         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
19046         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
19047         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
19048         (img_get_alpha_info), (deinterlace_line),
19049         (deinterlace_line_inplace), (deinterlace_bottom_field),
19050         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19051         * gst/ffmpegcolorspace/imgconvert_template.h:
19052         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19053         * gst/ffmpegcolorspace/mmx.h:
19054         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
19055           adding ffmpegcolorspace element supplied by Ronald after cleaning
19056           up and pulling in the right bits of upstream source.
19057           I'm sure a better C/compiler wizard could do some cleaning up (for
19058           example use GLIB's malloc stuff), but as a first pass this
19059           works very well
19060
19061 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19062
19063         * ext/alsa/gstalsa.h:
19064           I assume Ronald forgot to commit the change to have cardname
19065           as a struct member.  Expect some public spanking at the next
19066           opportunity.
19067
19068 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19069
19070         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
19071         (gst_alsa_open_audio), (gst_alsa_close_audio):
19072         * ext/alsa/gstalsa.c:
19073           Don't open the device if we're a mixer (= padless).
19074         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
19075         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
19076         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
19077           Open mixer during state change rather than during object
19078           initialization. Also, get a device name. Currently in a somewhat
19079           hackish fashion, but I didn't really find something better.
19080
19081 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19082
19083         * *.c, *.h: run gst-indent
19084
19085 2004-03-14  Benjamin Otte  <otte@gnome.org>
19086
19087         * gst/modplug/gstmodplug.cc:
19088         * gst/modplug/gstmodplug.h:
19089           set correct timestamps on outgoing buffers
19090
19091 2004-03-14  Benjamin Otte  <otte@gnome.org>
19092
19093         * gst/modplug/gstmodplug.cc:
19094           handle events - don't do crap when a discont arrives that's not
19095           necessary
19096           This allows correct loading and playback of mods in Rhythmbox
19097
19098 2004-03-14  Benjamin Otte  <otte@gnome.org>
19099
19100         * configure.ac:
19101         * gst-libs/gst/gconf/Makefile.am:
19102         * pkgconfig/Makefile.am:
19103           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
19104           they get rebuilt properly
19105         * configure.ac:
19106           when checking for vorbis, try pkgconfig first.
19107         * gst/modplug/gstmodplug.cc:
19108           add fixate function
19109
19110 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19111
19112         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19113           Fix for obvious mistake, where we first shift the offset and then
19114           read a samplesize element assuming the old offset. Note that this
19115           part still has something weird, i.e. my movies containing those
19116           don't actually play well, but at least there's something that looks
19117           like sound now.
19118
19119 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
19120         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
19121         (plugin_init):
19122         Add a typefind function for speex format
19123
19124 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19125
19126         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
19127         (gst_asf_demux_setup_pad):
19128           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
19129           instead of 0. Reason is simple: some elements have a fps range
19130           of 1-max instead of 0-max. So now ASF video actually works.
19131
19132 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19133
19134         * po/LINGUAS:
19135         * po/sr.po:
19136           adding serbian as a language
19137
19138 2004-03-13  Benjamin Otte  <otte@gnome.org>
19139
19140         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19141           return taglist correctly from _get function, don't gst_pad_push it.
19142           (fixes #137042)
19143
19144 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
19145         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19146
19147 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19148
19149         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
19150         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
19151         (gst_alsa_mixer_track_new):
19152         * ext/alsa/gstalsamixertrack.h:
19153           Fix ancient leftovers... MixerTrack is a GObject.
19154
19155 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19156
19157         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19158         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19159           Don't block during probing...
19160
19161 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19162
19163         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
19164         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
19165         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
19166         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
19167         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
19168         (gst_alsa_open_audio), (gst_alsa_close_audio):
19169         * ext/alsa/gstalsa.h:
19170           Add propertyprobe interface implementation, add some device-name
19171           property, all this so that it looks good in gnome-volume-control.
19172
19173 2004-03-12  David Schleef  <ds@schleef.org>
19174
19175         * configure.ac: the Hermes library controls hermescolorspace, not
19176         colorspace.
19177         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
19178         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
19179         not /* */
19180         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
19181         * ext/sdl/sdlvideosink.h: ditto.
19182         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
19183
19184 2004-03-12  Benjamin Otte  <otte@gnome.org>
19185
19186         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
19187         (gst_x_overlay_got_xwindow_id):
19188         * gst-libs/gst/xoverlay/xoverlay.h:
19189           replace XID with unsigned long to get rid of the xlibs dependency in
19190           XOverlay (fixes #137004)
19191
19192 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
19193         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
19194         (gst_agingtv_setup):
19195         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
19196         (gst_dicetv_base_init), (gst_dicetv_class_init),
19197         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
19198         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
19199         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19200         (gst_edgetv_setup), (gst_edgetv_rgb32):
19201         * gst/effectv/gsteffectv.c:
19202         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
19203         (gst_quarktv_set_property):
19204         * gst/effectv/gstrev.c: (gst_revtv_get_type),
19205         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19206         (gst_revtv_setup), (gst_revtv_rgb32):
19207         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
19208         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19209         (gst_shagadelictv_init), (gst_shagadelictv_setup),
19210         (gst_shagadelictv_rgb32):
19211         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
19212         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19213         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
19214         * gst/effectv/gstwarp.c:
19215         Port everything that can be ported to videofilter and fix up the caps.
19216         Can someone with a big-endian machine please check these?
19217
19218 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19219
19220         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
19221         (gst_osssink_chain), (gst_osssink_change_state):
19222           Latest fixes for A/V sync, audio playback and such. This is about
19223           all... MPEG playback issues are mostly related to the async build-
19224           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
19225
19226 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
19227
19228         patch from: Stephane Loeuillet
19229
19230         * configure.ac:
19231           use pkg-config for some libraries, falling back to the old .m4 way
19232           (fixes #131270)
19233         * m4/libdv.m4:
19234           removed
19235
19236 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
19237
19238         * configure.ac:
19239         * tools/Makefile.am:
19240         * tools/Makefile.in:
19241         * tools/gst-launch-ext-m.m:
19242         * tools/gst-launch-ext.1.in:
19243         * tools/gst-visualise-m.m:
19244         * tools/gst-visualise.1:
19245         * tools/gst-visualise.1.in:
19246           reorganizing generation of script tools
19247
19248 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19249
19250         * ext/divx/gstdivxdec.c:
19251           Downgrade priority. We prefer ffdec_mpeg4.
19252         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
19253         (gst_faad_chain), (gst_faad_change_state):
19254           Fix capsnego. Doesn't work for some sounds because we don't have
19255           a 5:1 to stereo element.
19256         * ext/xvid/gstxvid.c: (plugin_init):
19257           Add priority.
19258         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
19259         (gst_osssink_change_state):
19260           Add discont handling.
19261
19262 2004-03-09  Colin Walters  <walters@verbum.org>
19263
19264         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
19265         conversion.
19266
19267 2004-03-09  Benjamin Otte  <otte@gnome.org>
19268
19269         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
19270           the signals take 2 arguments
19271
19272 2004-03-09  David Schleef  <ds@schleef.org>
19273
19274         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
19275         (gst_alsa_fixate): Add fixate function.  (bug #136686)
19276         * ext/alsa/gstalsa.h:
19277         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
19278
19279 2004-03-09  Benjamin Otte  <otte@gnome.org>
19280
19281         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
19282         (gst_mikmod_change_state):
19283         * ext/mikmod/gstmikmod.h:
19284           make mikmod's loop function not loop infinitely and call
19285           gst_element_yield anymore
19286         * gst/modplug/gstmodplug.cc:
19287           fix pad negotiation (fixes #136590)
19288
19289 2004-03-09  David Schleef  <ds@schleef.org>
19290
19291         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
19292         doesn't conflict with the internal colorspace plugin.
19293         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
19294         satisfy the crappy-ass shell shipped by a certain vendor.
19295         * gst/videofilter/make_filter: same (bug #135299)
19296
19297 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19298
19299         * configure.ac: bump nano to 1
19300
19301 === release 0.7.6 ===
19302
19303 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19304
19305         * configure.in: releasing 0.7.6, "There"
19306
19307 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19308
19309         * pkgconfig/gstreamer-play-uninstalled.pc.in:
19310         * pkgconfig/gstreamer-play.pc.in:
19311           synchronize the two
19312
19313 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19314
19315         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
19316         (cdparanoia_open), (cdparanoia_event):
19317           fix/add error handling
19318         * po/POTFILES.in:
19319           add cdparanoia source
19320         * tools/Makefile.am:
19321           make scripts executable
19322
19323 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19324
19325         * configure.ac:
19326         * ext/vorbis/Makefile.am:
19327         * sys/Makefile.am:
19328           remove id3types, vorbisfile and xvideosink from the build (#133783)
19329
19330 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19331
19332         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19333           Fix metadata read crash (#136537).
19334
19335 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19336
19337         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
19338         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
19339           adding mime types, fixing the one-stop function
19340
19341 2004-03-08  Christian Schaller <Uraeus@gnome.org>
19342
19343         * ext/nas/nassink.c and /ext/nas/nassink.h:
19344         More NAS love from Arwed von Merkatz
19345         So lets all sing 'Can you feel the NAS tonight'
19346
19347 2004-03-08  Christian Schaller <Uraeus@gnome.org>
19348
19349         * tools/gst-launch-ext.in:
19350         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
19351
19352 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19353
19354         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
19355         (gst_mpeg2dec_init):
19356         remove the user_data pad for now, because it is being used in
19357         fixating causing MPEG playback to fixate on 1000 Hz for playback.
19358         If someone knows how to fix this properly, please do.
19359
19360 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19361
19362         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
19363         (gst_osssink_get_time):
19364         add a warning, IMO this won't get triggered anymore, remove later
19365
19366 2004-03-07  David Schleef  <ds@schleef.org>
19367
19368         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
19369         format (bug #136470)
19370
19371 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
19372
19373         * gst-libs/Makefile.am:
19374         * gst-libs/gst/media-info/Makefile.am:
19375         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
19376         (error_callback), (gst_media_info_error_create),
19377         (gst_media_info_error_element), (gmip_init), (gmip_reset),
19378         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
19379         * gst-libs/gst/media-info/media-info-priv.h:
19380         * gst-libs/gst/media-info/media-info-test.c: (main):
19381         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
19382         (gst_media_info_class_init), (gst_media_info_instance_init),
19383         (gst_media_info_set_source), (gst_media_info_read_with_idler),
19384         (gst_media_info_read_idler), (gst_media_info_read):
19385         * gst-libs/gst/media-info/media-info.h:
19386         fixed, should work now
19387
19388 2004-03-07  Christian Schaller <Uraeus@gnome.org>
19389
19390         * ext/nas/nassink.c:
19391         A bunch of NAS fixes from Arwed von Merkatz
19392
19393 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19394
19395         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
19396         (qtdemux_parse_trak):
19397           Fix crash (j might be greater than n_samples, in which case we're
19398           writing outside the allocated space for the array) and memleak.
19399
19400 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19401
19402         * sys/oss/gstosssink.c: (gst_osssink_chain):
19403           And another caller that couldn't handle delay < 0 (unsigned
19404           integer overflow). Video now continues playing on an audio
19405           buffer underrun, and the clock continues working. Audio still
19406           stalls.
19407
19408 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19409
19410         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
19411         (gst_osssink_get_time):
19412           get_delay() may return values lower than 0. In those cases, we
19413           should not actually cast to *unsigned* int64, that will break
19414           stuff horribly. In my case, it screwed up A/V sync in movies
19415           in totem rather badly.
19416
19417 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19418
19419         * ext/faac/gstfaac.c: (gst_faac_chain):
19420         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19421         * ext/libpng/gstpngenc.c: (user_write_data):
19422         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19423         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
19424         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
19425         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
19426         Fix several misuse of gst_buffer_merge (it doesn't take ownership
19427         of any buffer), should fix some leaks. I hope I didn't unref buffers
19428         that shouldn't be...
19429
19430 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19431
19432         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
19433         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
19434         (error_callback), (gmi_reset), (gmi_seek_to_track),
19435         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
19436         (gmip_find_type_post), (gmip_find_stream_post),
19437         (gmip_find_track_streaminfo_post):
19438         * gst-libs/gst/media-info/media-info-priv.h:
19439         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
19440         (info_print), (main):
19441         * gst-libs/gst/media-info/media-info.c:
19442         (gst_media_info_error_create), (gst_media_info_error_element),
19443         (gst_media_info_instance_init), (gst_media_info_get_property),
19444         (gst_media_info_new), (gst_media_info_set_source),
19445         (gst_media_info_read_idler), (gst_media_info_read):
19446         * gst-libs/gst/media-info/media-info.h:
19447           first pass at making this work again.  This seems to work on
19448           tagged ogg/vorbis and mp3 files.
19449
19450 2004-03-06  Benjamin Otte  <otte@gnome.org>
19451
19452         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19453           fix huge leak: gst_buffer_merge doesn't unref the first argument
19454           itself.
19455
19456 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19457
19458         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
19459           report layer/mode/emphasis
19460
19461 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19462
19463         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
19464
19465 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19466
19467         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
19468           signal serial
19469
19470 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19471
19472         * ext/vorbis/vorbis.c: (plugin_init):
19473         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19474         (gst_vorbis_dec_init), (vorbis_dec_event):
19475         add debug category
19476         make vorbisdec handle _BYTE and _TIME queries
19477
19478 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19479
19480         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
19481           from the xing header
19482
19483 2004-03-06  Benjamin Otte  <otte@gnome.org>
19484
19485         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
19486         (gst_audio_convert_link), (gst_audio_convert_change_state),
19487         (gst_audio_convert_buffer_from_default_format):
19488           do conversions from/to float correctly, fix some caps nego errors,
19489           export correct supported caps in template and getcaps, use correct
19490           caps in try_set_caps functions
19491
19492 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19493
19494         For some reason, I only committed a ChangeLog entry yesterday and
19495         not the corresponding code...
19496         * ext/mad/gstmad.c: Fix detection of Xing headers
19497         * gst/tags/gstid3tag.c: Changes to support TLEN tags
19498
19499 2004-03-06  Benjamin Otte  <otte@gnome.org>
19500
19501         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
19502         (gst_ogg_demux_src_query):
19503           make sure to handle the case where there's no current chain
19504           gracefully.
19505
19506 2004-03-05  David Schleef  <ds@schleef.org>
19507
19508         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
19509         Add fixate function. (bug #131128)
19510         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19511         (gst_sdlvideosink_fixate):  Add fixate function.
19512         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19513         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
19514         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
19515         Fix missing break that was causing ulaw to be interpreted as
19516         raw int.
19517
19518 2004-03-05  David Schleef  <ds@schleef.org>
19519
19520         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
19521         Fix code that ignores return value of gst_buffer_merge().
19522         (bug #114560)
19523         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
19524         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
19525         * testsuite/gst-lint:  Check for above.
19526
19527 2004-03-05  David Schleef  <ds@schleef.org>
19528
19529         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
19530         caps and throw an element error.  (bug #136334)
19531
19532 2004-03-05  David Schleef  <ds@schleef.org>
19533
19534         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
19535         (gst_faad_chain): Fix negotiation.
19536         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
19537         key and button events.
19538         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
19539         dung heap of code.
19540         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
19541         depends on gconf
19542         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
19543         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
19544         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
19545         function to encourage better negotiation, particularly between
19546         audioconvert and osssink.
19547         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
19548         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
19549         more important.
19550         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
19551         typefinding.
19552         * gst/vbidec/vbiscreen.c:  Add glib header
19553         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
19554
19555 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
19556
19557         * ext/mad/gstmad.c: Fix detection of Xing headers
19558         * gst/tags/gstid3tag.c: Changes to support TLEN tags
19559
19560 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19561
19562         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19563         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
19564           debug updates
19565
19566 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19567
19568         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
19569         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
19570         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
19571         files, and report the parsed length as a GST_TAG_DURATION tag.
19572         * gst/tags/gstid3tag.c: support TLEN (duration) tag
19573
19574 2004-03-05  Benjamin Otte  <otte@gnome.org>
19575
19576         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
19577           convert channels correctly. convert correctly to unsigned.
19578
19579 2004-03-05  Julien MOUTTE <julien@moutte.net>
19580
19581         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
19582         we have a window before clearing it.
19583
19584 2004-03-05  Julien MOUTTE <julien@moutte.net>
19585
19586         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
19587         have a window before clearing it.
19588
19589 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19590
19591         * gconf/gstreamer.schemas.in:
19592         * gst-libs/gst/gconf/Makefile.am:
19593           version installation path the same way as for 0.6
19594         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
19595         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
19596         * pkgconfig/gstreamer-play-uninstalled.pc.in:
19597           remove comment that was fixed
19598
19599 2004-03-05  David Schleef  <ds@schleef.org>
19600
19601         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
19602         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
19603         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
19604         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
19605         Add prototype code for handling seeking and querying.
19606
19607 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19608
19609         * examples/gstplay/player.c: (main):
19610           Initialize variables to NULL. Prevents a segfault because the
19611           (uninitialized) variable is not NULL, resulting in a crash on
19612           trying to reach error->message.
19613
19614 2004-03-05  Benjamin Otte  <otte@gnome.org>
19615
19616         * gst/audioconvert/gstaudioconvert.c:
19617         (gst_audio_convert_buffer_to_default_format):
19618         make float=>int conversion work correctly even in cornercases.
19619
19620 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
19621
19622         * debian/README.Debian:
19623         * debian/build-deps:
19624         * debian/changelog:
19625         * debian/control:
19626         * debian/control.in:
19627         * debian/copyright:
19628         * debian/gstreamer-a52dec.files:
19629         * debian/gstreamer-aa.files:
19630         * debian/gstreamer-alsa.files:
19631         * debian/gstreamer-alsa.manpages:
19632         * debian/gstreamer-arts.files:
19633         * debian/gstreamer-artsd.files:
19634         * debian/gstreamer-audiofile.files:
19635         * debian/gstreamer-avifile.files:
19636         * debian/gstreamer-cdparanoia.files:
19637         * debian/gstreamer-colorspace.files:
19638         * debian/gstreamer-doc.files:
19639         * debian/gstreamer-dv.files:
19640         * debian/gstreamer-dvd.files:
19641         * debian/gstreamer-esd.files:
19642         * debian/gstreamer-festival.files:
19643         * debian/gstreamer-flac.files:
19644         * debian/gstreamer-gconf.conffiles:
19645         * debian/gstreamer-gconf.files:
19646         * debian/gstreamer-gconf.postinst:
19647         * debian/gstreamer-gnomevfs.files:
19648         * debian/gstreamer-gsm.files:
19649         * debian/gstreamer-http.files:
19650         * debian/gstreamer-jack.files:
19651         * debian/gstreamer-jpeg.files:
19652         * debian/gstreamer-mad.files:
19653         * debian/gstreamer-mikmod.files:
19654         * debian/gstreamer-misc.files:
19655         * debian/gstreamer-mpeg2dec.files:
19656         * debian/gstreamer-oss.files:
19657         * debian/gstreamer-plugin-apps.files:
19658         * debian/gstreamer-plugin-apps.manpages:
19659         * debian/gstreamer-plugin-libs-dev.files:
19660         * debian/gstreamer-plugin-libs.files:
19661         * debian/gstreamer-plugin-template.postinst:
19662         * debian/gstreamer-plugin-template.postrm:
19663         * debian/gstreamer-sdl.files:
19664         * debian/gstreamer-sid.files:
19665         * debian/gstreamer-vorbis.files:
19666         * debian/gstreamer-x.files:
19667         * debian/mk.control:
19668         * debian/rules:
19669         Debian package info not maintained here.
19670
19671 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
19672
19673         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
19674         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
19675         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
19676         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
19677         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
19678         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
19679         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
19680         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
19681         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
19682         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
19683         * gst-libs/gst/colorbalance/colorbalance.c:
19684         (gst_color_balance_class_init):
19685         * gst-libs/gst/colorbalance/colorbalancechannel.c:
19686         (gst_color_balance_channel_class_init):
19687         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
19688         * gst-libs/gst/play/play.c: (gst_play_class_init):
19689         * gst-libs/gst/propertyprobe/propertyprobe.c:
19690         (gst_property_probe_iface_init):
19691         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
19692         * gst-libs/gst/tuner/tunerchannel.c:
19693         (gst_tuner_channel_class_init):
19694         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
19695         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
19696         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
19697         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
19698         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
19699         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
19700         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
19701         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
19702         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
19703           fix signals to use - instead of _
19704         * ext/libcaca/gstcacasink.h:
19705         * ext/sdl/sdlvideosink.h:
19706           fix header rename
19707
19708 2004-03-04  David Schleef  <ds@schleef.org>
19709
19710         * testsuite/gst-lint:  Add a check for bad signal names.
19711
19712 2004-03-04  <kost@imn.htwk-leipzig.de>
19713
19714         reviewed by David Schleef
19715
19716         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
19717         modified the alpha channel and caused a warning. (bug #136192)
19718
19719 2004-04-03  Christian Schaller <Uraeus@gnome.org>
19720
19721         * gst-plugins.spec.in:
19722         Change names of plugins to actually be correct. Try to keep things
19723         alphabetical to avoid getting beat up by Thomas
19724
19725 2004-03-03  Julien MOUTTE <julien@moutte.net>
19726
19727         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
19728         Using ximagesink as a default if no gconf key found. We should
19729         probably consider using alsasink instead of osssink for the audio
19730         part.
19731
19732 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19733
19734         * configure.ac:
19735           fix --with-plugins, don't think it ever worked before
19736         * gst-plugins.spec.in:
19737           even more updates
19738
19739 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19740
19741         * ext/sdl/sdlvideosink.h:
19742         * sys/ximage/ximagesink.h:
19743         * sys/xvideo/xvideosink.h:
19744         * sys/xvimage/xvimagesink.h:
19745           Fix for move of gstvideosink.h -> videosink.h.
19746
19747 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19748
19749         * gst-libs/gst/xwindowlistener/Makefile.am:
19750           this is a plugin library, not a library
19751
19752 2004-03-01  David Schleef  <ds@schleef.org>
19753
19754         * AUTHORS:  Added some names.  Add yourself if you're still
19755         missing.
19756
19757 2004-03-01  David Schleef  <ds@schleef.org>
19758
19759         * MAINTAINERS: Add
19760
19761 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19762
19763         * gst-plugins.spec.in: clean up spec file
19764
19765 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19766
19767         * gst-libs/gst/video/Makefile.am:
19768         * gst-libs/gst/video/gstvideosink.c:
19769         * gst-libs/gst/video/gstvideosink.h:
19770           rename gstvideosink.h to videosink.h to match other headers
19771         * gst/mixmatrix/Makefile.am:
19772           fix plugin filename
19773         * gst/tags/Makefile.am: fix plugin filename
19774
19775 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19776
19777         * gst/tags/Makefile.am: fix plugin filename
19778
19779 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19780
19781         * examples/gstplay/player.c: (got_time_tick), (main):
19782           add error handler
19783           display time_tick more readably
19784         * gst/mixmatrix/Makefile.am:
19785           fix plugin file name
19786
19787 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
19788
19789         * sys/oss/gstosselement.c: (gst_osselement_probe),
19790         (device_combination_append), (gst_osselement_class_probe_devices):
19791         * sys/oss/gstosselement.h:
19792           Reworked enumeration of oss dsps and mixers so that gst-mixer works
19793           on my system using alsa oss emulation, fixes bug #135597
19794
19795 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19796
19797         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
19798         (gst_videodrop_chain), (gst_videodrop_change_state):
19799         * gst/videodrop/gstvideodrop.h:
19800           Work based on timestamp of input data, not based on the expected
19801           framerate from the input. The consequence is that this element now
19802           not only scales framerates, but also functions as a framerate
19803           corrector or framerate stabilizer/constantizer.
19804
19805 2004-02-27  David Schleef  <ds@schleef.org>
19806
19807         patches from jmmv@menta.net (Julio M. Merino Vidal)
19808
19809         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
19810         GST_ELEMENT_ERROR call (bug #135634)
19811         * gst/interleave/interleave.c: (interleave_buffered_loop),
19812         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
19813         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
19814         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
19815         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
19816         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
19817         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
19818         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
19819         Fix GST_ELEMENT_ERROR call.
19820         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
19821         GST_ELEMENT_ERROR call.
19822
19823 2004-02-27  Benjamin Otte  <otte@gnome.org>
19824
19825         * gst-libs/gst/audio/audio.h:
19826           add macro to make sure header isn't included twice
19827         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19828           don't use gst_buffer_free
19829         * gst/playondemand/filter.func:
19830           don't use gst_data_free. Free data only once.
19831
19832 2004-02-26  David Schleef  <ds@schleef.org>
19833
19834         * gst-libs/gst/colorbalance/Makefile.am:
19835         * gst-libs/gst/mixer/Makefile.am:
19836         * gst-libs/gst/tuner/Makefile.am:
19837         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
19838         should not be disted, -marshal.h files should not be installed,
19839         and -enum.h files _should_ be installed.  Fix to make this the
19840         case.
19841
19842 === release 0.7.5 ===
19843
19844 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19845
19846         * configure.ac: release 0.7.5, "Under The Sea"
19847
19848 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19849
19850         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
19851         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
19852         * gst/videoscale/gstvideoscale.c:
19853         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
19854           assorted debug/warning fixes
19855
19856 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19857
19858         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
19859         (gst_videoscale_init), (gst_videoscale_chain),
19860         (gst_videoscale_set_property), (plugin_init):
19861         * gst/videoscale/gstvideoscale.h:
19862         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
19863         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
19864         (gst_videoscale_planar400), (gst_videoscale_packed422),
19865         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
19866         (gst_videoscale_24bit), (gst_videoscale_16bit),
19867         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
19868         (gst_videoscale_scale_plane_slow),
19869         (gst_videoscale_scale_point_sample),
19870         (gst_videoscale_scale_nearest),
19871         (gst_videoscale_scale_nearest_str2),
19872         (gst_videoscale_scale_nearest_str4),
19873         (gst_videoscale_scale_nearest_32bit),
19874         (gst_videoscale_scale_nearest_24bit),
19875         (gst_videoscale_scale_nearest_16bit):
19876         add debugging category and use it properly
19877         fix use of GST_PTR_FORMAT
19878
19879 2004-02-25  Andy Wingo  <wingo@pobox.com>
19880
19881         * gst/interleave/interleave.c (interleave_buffered_loop): Always
19882         push only when channel->buffer is NULL. Prevents segfaults doing
19883         the state change after a nonlocal exit, like a scheme exception.
19884
19885         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
19886         Handle the case where the intersected caps is empty.
19887
19888 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19889
19890         * gst/law/mulaw-decode.c: (mulawdec_link):
19891         * gst/law/mulaw.c: (plugin_init):
19892           fix mulawdec so it actually works again
19893
19894 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
19895
19896         reviewed by: David Schleef  <ds@schleef.org>
19897
19898         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
19899         (gst_gamma_init), (gst_gamma_set_property),
19900         (gst_gamma_get_property), (gst_gamma_calculate_tables),
19901         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
19902         for RGB, with separate r g and b correction factors. (#131167)
19903
19904 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19905
19906         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19907           only signal tags for bitrate if they're > 0 (#134894)
19908
19909 2004-02-24  David Schleef  <ds@schleef.org>
19910
19911         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
19912         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
19913         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
19914         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
19915         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
19916         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
19917         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
19918         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
19919         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
19920         category.  Attempt to fix timestamp calculation.
19921
19922 2004-02-24  Johan Dahlin  <johan@gnome.org>
19923
19924         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
19925
19926 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19927
19928         * configure.ac:
19929         * gconf/Makefile.am:
19930         * gconf/gstreamer.schemas:
19931         * gst-libs/gst/gconf/Makefile.am:
19932         * gst-libs/gst/gconf/gconf.c:
19933           version gconf schemas and install locations
19934
19935 2004-02-23  Benjamin Otte  <otte@gnome.org>
19936
19937         * ext/xine/xineinput.c: (gst_xine_input_dispose):
19938         (gst_xine_input_subclass_init):
19939           call parent dispose.
19940           change pad template for CD reader correctly
19941         * ext/xine/Makefile.am:
19942         * ext/xine/gstxine.h:
19943         * ext/xine/xine.c: (plugin_init):
19944         * ext/xine/xineaudiosink.c:
19945           wrap audio sinks, too
19946         * gst-libs/gst/resample/private.h:
19947         * gst-libs/gst/resample/resample.c: (gst_resample_init),
19948         (gst_resample_reinit), (gst_resample_scale),
19949         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
19950         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
19951         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
19952         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
19953         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
19954         * gst-libs/gst/resample/resample.h:
19955         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
19956         (gst_audioscale_class_init), (gst_audioscale_link),
19957         (gst_audioscale_get_buffer), (gst_audioscale_init),
19958         (gst_audioscale_chain), (gst_audioscale_set_property),
19959         (gst_audioscale_get_property):
19960         * gst/audioscale/gstaudioscale.h:
19961           s/resample_*/gst_resample_*/i to not clobber namespaces
19962
19963 2004-02-23  Julien MOUTTE  <julien@moutte.net>
19964
19965         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19966         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
19967         (gst_riff_create_video_template_caps),
19968         (gst_riff_create_audio_template_caps),
19969         (gst_riff_create_iavs_template_caps):
19970         * gst-libs/gst/riff/riff-media.h:
19971         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
19972         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
19973         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
19974         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
19975         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
19976         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
19977         (gst_matroska_demux_plugin_init): First batch implementing audio and
19978         video codec tags in demuxers.
19979
19980 2004-02-22  Benjamin Otte  <otte@gnome.org>
19981
19982         * ext/xine/Makefile.am:
19983         * ext/xine/gstxine.h:
19984         * ext/xine/xine.c: (plugin_init):
19985         * ext/xine/xineinput.c:
19986           add input plugin wrapper. Playback from files, http, mms and cdda
19987           works.
19988         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
19989           remove leftover G_GNUC_UNUSED
19990         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
19991         (gst_asf_demux_identify_guid):
19992           improve debugging output
19993
19994 2004-02-22  Benjamin Otte  <otte@gnome.org>
19995
19996         reported by: Padraig O'Briain <padraig.obriain@sun.com>
19997
19998         * autogen.sh:
19999           replace test -e with test -x for mkinstalldirs to be more portable.
20000           (fixes #134816)
20001
20002 2004-02-22  Benjamin Otte  <otte@gnome.org>
20003
20004         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
20005
20006         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
20007           set rank to PRIMARY
20008         * gst/volume/gstvolume.c: (plugin_init):
20009           set rank to NONE
20010         fixes #134960
20011
20012 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
20013
20014         reviewed by Benjamin Otte  <otte@gnome.org>
20015
20016         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
20017           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
20018
20019 2004-02-22  Benjamin Otte  <otte@gnome.org>
20020
20021         * configure.ac:
20022           export [_]*{gst,Gst,GST}.* symbols from plugins
20023
20024 2004-02-22  Christophe Fergeau <teuf@gnome.org>
20025
20026         reviewed by: Benjamin Otte  <otte@gnome.org>
20027
20028         * ext/lame/gstlame.c: (add_one_tag):
20029         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20030         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
20031         (gst_vorbisenc_metadata_set1):
20032         * gst/tags/gstid3tag.c:
20033         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
20034           apply fixes from bugs #135042 (lame can't write tags) and #133817
20035           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
20036
20037 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
20038
20039         * configure.ac: Export only gst_plugin_desc from plugins.
20040          Note that this change only makes any effect with Linux using libtool
20041          1.5.2 or higher. Otherwise it is silently ignored, but it would build
20042          fine. And don't try to have several versions of libtool in different
20043          directories.
20044
20045 2004-02-20  Andy Wingo  <wingo@pobox.com>
20046
20047         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
20048         interleave respectively.
20049
20050         * gst/interleave/deinterleave.c: New plugin: deinterleave
20051         (replaces on oneton).
20052         * gst/interleave/interleave.c: New plugin: interleave.
20053         * gst/interleave/plugin.h: Support file.
20054         * gst/interleave/plugin.c: Support file.
20055
20056         * configure.ac: Remove intfloat and oneton, add interleave.
20057
20058         * ext/sndfile/gstsf.c: Handle events better.
20059
20060         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
20061         and float2int operation. int2float has scheduling problems as
20062         noted in in2float_chain.
20063
20064 2004-02-20  Benjamin Otte  <otte@gnome.org>
20065
20066         * ext/xine/Makefile.am:
20067         * ext/xine/gstxine.h:
20068         * ext/xine/xine.c:
20069         * ext/xine/xineaudiodec.c:
20070         * ext/xine/xinecaps.c:
20071           add first version of xine plugin wrapper. Currently only wraps the
20072           QDM2 win32 DLL, and even that only in proof-of-concept quality.
20073         * configure.ac:
20074         * ext/Makefile.am:
20075           add xine plugin wrapper, disabled by default. Use --enable-xine to
20076           build. Note that it'll segfault on gst-register if you don't remove
20077           the goom and tvtime post plugins from xine.
20078         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20079         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
20080           add extradata parsing for QDM2.
20081           change around debugging prints.
20082
20083 2004-02-19  Benjamin Otte  <otte@gnome.org>
20084
20085         * ext/lame/gstlame.c: (gst_lame_chain):
20086         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
20087           use gst_tag_list_insert when you want to insert tags
20088
20089 2004-02-18  David Schleef  <ds@schleef.org>
20090
20091         * configure.ac:  Move massink to gst-rotten
20092         * ext/Makefile.am:
20093         * ext/mas/Makefile.am:
20094         * ext/mas/massink.c:
20095         * ext/mas/massink.h:
20096
20097 2004-02-18  David Schleef  <ds@schleef.org>
20098
20099         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
20100         typefinding, since it seems to be worse than nothing.
20101         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
20102         atom to recognize .mp4 and .m4a files as video/quicktime.
20103
20104 2004-02-18  David Schleef  <ds@schleef.org>
20105
20106         * gst/sine/demo-dparams.c: (quit_live),
20107         (dynparm_log_value_changed), (dynparm_value_changed), (main):
20108         Use double dparams, not float.
20109         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20110         (gst_sinesrc_init): Change sync default to FALSE, since multiple
20111         sync'd elements don't really work correctly.
20112         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
20113         (volume_update_volume), (volume_get_property):  Change dparam
20114         to double.
20115
20116 2004-02-18  Julien MOUTTE  <julien@moutte.net>
20117
20118         * sys/ximage/ximagesink.c:
20119         (gst_ximagesink_xwindow_update_geometry),
20120         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
20121         (gst_ximagesink_change_state), (gst_ximagesink_expose),
20122         (gst_ximagesink_init): Rework the way software video scaling works. So
20123         now we check on each chain call if the video frames are feeling the
20124         window. If not we try to renegotiate caps. On failure we memorize that
20125         and we won't try again for that PLAYING sessions.
20126         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
20127         failure.
20128         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
20129         synchronous flag.
20130
20131 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20132
20133         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
20134           break up _link so we can give a better debug message for errors
20135
20136 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20137
20138         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
20139           set up debug category
20140
20141 2004-02-18  Julien MOUTTE <julien@moutte.net>
20142
20143         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
20144         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
20145         the way renegotiation work. The event handling function is not taking
20146         care of external windows and renegotiate method check for pad flags
20147         NEGOTIATING. Should fix : #133209
20148
20149 2004-02-17  Julien MOUTTE  <julien@moutte.net>
20150
20151         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
20152         pad is negotiating before trying renegotiation.
20153
20154 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20155
20156         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
20157           pass on all possible mime types as typefind hints
20158
20159 2004-02-17  Julien MOUTTE <julien@moutte.net>
20160
20161         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
20162         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
20163         possible SHM leak if we crash. All other apps using XShm are doing
20164         that.
20165
20166 2004-02-17  Julien MOUTTE  <julien@moutte.net>
20167
20168         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
20169         (gst_ximagesink_expose): Renegotiate size on expose.
20170         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
20171         size on expose.
20172
20173 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20174
20175         * testsuite/alsa/sinesrc.c:
20176           cosmetic fix to fix compile issue with gcc 2.95.4
20177
20178 2004-02-16  Julien MOUTTE <julien@moutte.net>
20179
20180         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
20181         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
20182         failed opening the audio device.
20183         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20184         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
20185         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
20186         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
20187         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
20188         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20189         (gst_ximagesink_change_state), (gst_ximagesink_chain),
20190         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
20191         Removing some useless g_return_if_fail like wingo suggested.
20192         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20193         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
20194         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
20195         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
20196         (gst_xvimagesink_update_colorbalance),
20197         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
20198         (gst_xvimagesink_xcontext_clear),
20199         (gst_xvimagesink_get_fourcc_from_caps),
20200         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20201         (gst_xvimagesink_set_xwindow_id),
20202         (gst_xvimagesink_colorbalance_list_channels),
20203         (gst_xvimagesink_colorbalance_set_value),
20204         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
20205         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
20206
20207 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20208
20209         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
20210           throw error when not negotiated instead of asserting
20211
20212 2004-02-15  Julien MOUTTE  <julien@moutte.net>
20213
20214         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
20215         correct data refcounting.
20216
20217 2004-02-15  Julien MOUTTE  <julien@moutte.net>
20218
20219         * gst/switch/gstswitch.c: (gst_switch_change_state),
20220         (gst_switch_class_init): Cleaning the sinkpads correctly on state
20221         change, mostly the EOS flag.
20222
20223 2004-02-15  Julien MOUTTE  <julien@moutte.net>
20224
20225         * examples/gstplay/player.c: (got_eos), (main): Adding some
20226         output for debugging.
20227         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
20228         timeouts if we go to any state different from PLAYING.
20229         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
20230         more EOS bugs in riff lib.
20231
20232 2004-02-14  Julien MOUTTE  <julien@moutte.net>
20233
20234         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
20235         visualization until i find a way to fix switch correctly.
20236         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
20237         EOS arrives.
20238         * gst/switch/gstswitch.c: (gst_switch_release_pad),
20239         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
20240         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
20241         Reworked switch to get a more correct behaviour with events and refing
20242         of data stored in sinkpads.
20243         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
20244         we don't pull from a pad in EOS.
20245
20246 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20247
20248         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20249           remove v1 tag even if we can't read it (makes sure we don't detect
20250           it again)
20251
20252 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20253
20254         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
20255         (gst_alsa_xrun_recovery):
20256         * ext/alsa/gstalsa.h:
20257           try xrun recovery when wait failed. Make xrun recovery function
20258           return TRUE/FALSE to indicate success. (might fix #134354)
20259
20260 2004-02-13  David Schleef  <ds@schleef.org>
20261
20262         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
20263         (dynparm_value_changed), (main): Convert from float to double.
20264         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
20265
20266 2004-02-13  David Schleef  <ds@schleef.org>
20267
20268         * gst/silence/gstsilence.c: (gst_silence_class_init),
20269         (gst_silence_set_clock), (gst_silence_get),
20270         (gst_silence_set_property), (gst_silence_get_property):
20271         * gst/silence/gstsilence.h: Add sync property.
20272         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20273         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
20274         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
20275         * gst/sine/gstsinesrc.h: Add sync property.
20276
20277 2004-02-13  David Schleef  <ds@schleef.org>
20278
20279         * gst/intfloat/gstint2float.c: (conv_f32_s16),
20280         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
20281
20282 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20283
20284         * configure.ac:
20285         * ext/Makefile.am:
20286         * gst-libs/ext/Makefile.am:
20287           move ffmpeg plugin to gst-ffmpeg module
20288
20289 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20290
20291         * configure.ac: use GST_ARCH to detect architecture
20292
20293 2004-02-12  Julien MOUTTE  <julien@moutte.net>
20294
20295         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
20296
20297 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20298
20299         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
20300           classify LADSPA plugins based on number of src/sink pads
20301           (#133663, Stefan Kost)
20302         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
20303           fix dparams registration
20304           (#133528, Stefan Kost)
20305         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
20306           fix use of isprint and use g_ascii_isprint instead
20307           (#133316, Stefan Kost)
20308
20309 2004-02-11  David Schleef  <ds@schleef.org>
20310
20311         Convert a few inner loops to use liboil.  This is currently
20312         optional, and is only enabled if liboil is present (duh!).
20313         * configure.ac: Check for liboil-0.1
20314         * gst/intfloat/Makefile.am:
20315         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
20316         (gst_int2float_chain_gint16):
20317         * gst/videofilter/Makefile.am:
20318         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
20319         (tablelookup_u8), (gst_videobalance_planar411):
20320         * gst/videotestsrc/Makefile.am:
20321         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
20322         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
20323         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
20324         (paint_hline_RGB565), (paint_hline_xRGB1555):
20325
20326 2004-02-11  David Schleef  <ds@schleef.org>
20327
20328         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
20329         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
20330         (gst_colorspace_getcaps), (gst_colorspace_link),
20331         (gst_colorspace_base_init), (gst_colorspace_init),
20332         (gst_colorspace_chain), (gst_colorspace_change_state),
20333         (plugin_init): Merge Ronald's patch (bug #117897) and update
20334         for new caps and negotiation.  Seems to work, although it
20335         shows off bugs in lcs.
20336
20337 2004-02-11  David Schleef  <ds@schleef.org>
20338
20339         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
20340         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
20341
20342 2004-02-11  David Schleef  <ds@schleef.org>
20343
20344         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
20345         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
20346         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
20347         Add server and port properties
20348
20349 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20350
20351         * m4/a52.m4:
20352         * m4/aalib.m4:
20353         * m4/as-ffmpeg.m4:
20354         * m4/as-liblame.m4:
20355         * m4/as-slurp-ffmpeg.m4:
20356         * m4/check-libheader.m4:
20357         * m4/esd.m4:
20358         * m4/freetype2.m4:
20359         * m4/gconf-2.m4:
20360         * m4/glib.m4:
20361         * m4/gst-alsa.m4:
20362         * m4/gst-artsc.m4:
20363         * m4/gst-ivorbis.m4:
20364         * m4/gst-matroska.m4:
20365         * m4/gst-sdl.m4:
20366         * m4/gst-shout2.m4:
20367         * m4/gst-sid.m4:
20368         * m4/gtk.m4:
20369         * m4/libdv.m4:
20370         * m4/libfame.m4:
20371         * m4/libmikmod.m4:
20372         * m4/ogg.m4:
20373         * m4/vorbis.m4:
20374           fix underquotedness of macros (#133800)
20375         * m4/as-avifile.m4:
20376         * m4/xmms.m4:
20377           removed because no longer used
20378
20379 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20380
20381         * configure.ac:
20382           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
20383           by autopoint (fixes #132996)
20384
20385 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20386
20387         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
20388         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
20389         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
20390         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
20391           fix memleaks
20392
20393 2004-02-11  David Schleef  <ds@schleef.org>
20394
20395         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20396         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
20397         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
20398         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
20399         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
20400         (gst_jpegenc_class_init), (gst_jpegenc_init),
20401         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
20402         (gst_jpegenc_chain), (gst_jpegenc_set_property),
20403         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
20404         * ext/jpeg/gstjpegenc.h: Fix negotiation.
20405
20406 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20407
20408         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
20409         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
20410         * ext/mikmod/gstmikmod.h:
20411           fix caps negotiation in mikmod
20412         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
20413           output debug information
20414
20415 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20416
20417         * gst-libs/gst/colorbalance/Makefile.am:
20418         * gst-libs/gst/navigation/Makefile.am:
20419         * gst-libs/gst/xoverlay/Makefile.am:
20420           remove unused GST_OPT_CFLAGS from Makefiles
20421           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
20422
20423 2004-02-07  David Schleef  <ds@schleef.org>
20424
20425         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
20426         push events to pads that haven't been created (#133508)
20427
20428 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
20429
20430         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
20431         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
20432         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
20433         (gst_dvdec_loop), (gst_dvdec_change_state):
20434         Second attempt at committing a working dvdec element.
20435
20436 2004-02-06  David Schleef  <ds@schleef.org>
20437
20438         Build fixes for OS X: (see #129600)
20439         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
20440         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
20441         (gst_riff_read_strf_iavs):
20442         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
20443         (gst_avi_demux_stream_odml):
20444         * gst/playondemand/Makefile.am:
20445         * gst/rtp/rtp-packet.c:
20446
20447 2004-02-05  David Schleef  <ds@schleef.org>
20448
20449         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
20450         last change, because it Just Doesn't Compile.
20451
20452 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20453
20454         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20455           skip undecodable id3v2 tag instead of keeping it
20456
20457 2004-02-05  David Schleef  <ds@schleef.org>
20458
20459         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20460         Unref leaked buffer.  (Noticed by Ronald)
20461
20462 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
20463
20464         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20465         Sync requires with other checks.  >= vs =.
20466
20467 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
20468
20469         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20470         (gst_dvdec_video_link), (gst_dvdec_loop):
20471         * ext/dv/gstdvdec.h:
20472           rework the caps negotiation so that dvdec works again instead
20473           of just segfaulting.
20474
20475 === release 0.7.4 ===
20476
20477 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20478
20479         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
20480         * configure.ac: changed for release
20481
20482 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20483
20484         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
20485         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20486         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20487         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20488           reworked patch by David Lehn to fix libdir and includedir for
20489           uninstalled libraries
20490           removed play and gconf from gstreamer-libs since they have their
20491           own pkgconfig files
20492
20493 2004-02-04  David Schleef  <ds@schleef.org>
20494
20495         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
20496         memleak.
20497
20498 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20499
20500         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
20501           use correct GST_TAG_ENCODER tag
20502
20503 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20504
20505         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
20506           be sure to stop the clock when going to paused
20507         * sys/oss/gstosssink.c: (gst_osssink_change_state):
20508           reset number of transmitted when going to ready.
20509         fixes #132935
20510
20511 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
20512
20513         reviewed by Benjamin Otte
20514
20515         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20516           extract track count (fixes #133410)
20517
20518 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20519
20520         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
20521           that should be !=, not == (fixes #132519)
20522
20523 2004-02-04  David Schleef  <ds@schleef.org>
20524
20525         Make sure set_explicit_caps() is called before adding pad.
20526         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
20527         * gst/id3/gstid3types.c: (gst_id3types_loop):
20528         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
20529         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
20530
20531 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20532
20533         * configure.ac:
20534           bump nano to 2, first prerelease
20535           put back AM_PROG_LIBTOOL
20536
20537 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20538
20539         * testsuite/alsa/Makefile.am:
20540           these are user test apps, not automatic testsuite tests
20541
20542 2004-02-04  David Schleef  <ds@schleef.org>
20543
20544         Convert GST_DEBUG_CAPS() to GST_DEBUG():
20545         * gst/mpeg1videoparse/gstmp1videoparse.c:
20546         (mp1videoparse_parse_seq):
20547         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
20548         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
20549         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
20550         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
20551         (gst_xvideosink_getcaps):
20552         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
20553         * testsuite/gst-lint: more tests
20554
20555 2004-02-04  David Schleef  <ds@schleef.org>
20556
20557         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
20558         with the code that they would expand to.
20559         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
20560         (gst_flacdec_get_src_query_types),
20561         (gst_flacdec_get_src_event_masks):
20562         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
20563         (gst_gnomevfssrc_get_query_types),
20564         (gst_gnomevfssrc_get_event_mask):
20565
20566 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20567
20568         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20569         (gst_sinesrc_dispose):
20570           fix memleak by properly disposing sinesrc
20571
20572 2004-02-04  Julien MOUTTE  <julien@moutte.net>
20573
20574         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
20575         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
20576         an overlay to redraw the image because it has been exposed.
20577         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
20578         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
20579         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
20580         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
20581         interface
20582         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
20583         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
20584         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
20585         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
20586         interface
20587
20588 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20589
20590         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
20591           more memleak fixage
20592
20593 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20594
20595         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
20596         * gst/typefind/gsttypefindfunctions.c:
20597           fix memleaks shown by gst-typefind
20598
20599 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20600
20601         * common/glib-gen.mak:
20602           add hack rule to touch .Plo files
20603         * gst-libs/gst/colorbalance/Makefile.am:
20604         * gst-libs/gst/mixer/Makefile.am:
20605         * gst-libs/gst/play/Makefile.am:
20606         * gst-libs/gst/tuner/Makefile.am:
20607           remove glib_root variable
20608
20609 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20610
20611         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
20612           set explicit caps before adding the element, so the autopluggers can
20613           plug correctly.
20614         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20615         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20616         (mpeg_video_type_find), (mpeg_video_stream_type_find),
20617         (dv_type_find):
20618           fix memleaks in typefind functions. gst_type_find_suggest takes a const
20619           argument.
20620
20621 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20622
20623         * gst-libs/gst/colorbalance/Makefile.am:
20624         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
20625         * gst-libs/gst/colorbalance/colorbalance.c:
20626         * gst-libs/gst/colorbalance/colorbalance.h:
20627         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
20628         * gst-libs/gst/mixer/Makefile.am:
20629         * gst-libs/gst/mixer/mixer-marshal.list:
20630         * gst-libs/gst/mixer/mixer.c:
20631         * gst-libs/gst/mixer/mixer.h:
20632         * gst-libs/gst/mixer/mixermarshal.list:
20633         * gst-libs/gst/play/Makefile.am:
20634         * gst-libs/gst/play/play.h:
20635         * gst-libs/gst/tuner/Makefile.am:
20636         * gst-libs/gst/tuner/tuner-marshal.list:
20637         * gst-libs/gst/tuner/tuner.c:
20638         * gst-libs/gst/tuner/tuner.h:
20639         * gst-libs/gst/tuner/tunermarshal.list:
20640           use new glib-gen.mak snippet to clean up Makefile.am
20641           fix various bugs in Makefile.am's
20642
20643 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20644
20645         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
20646           handle chain parsing correctly in the multichain case
20647         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
20648         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
20649         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
20650         (theora_dec_chain):
20651           handle events and queries correctly
20652
20653 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
20654
20655         * .cvsignore:
20656         Ignore generated file _stdint.h.
20657
20658 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
20659
20660         * gst-libs/gst/colorbalance/Makefile.am:
20661         * gst-libs/gst/colorbalance/colorbalance.h:
20662         * gst-libs/gst/mixer/Makefile.am:
20663         * gst-libs/gst/mixer/mixer.h:
20664         * gst-libs/gst/play/Makefile.am:
20665         * gst-libs/gst/play/play.h:
20666         * gst-libs/gst/tuner/Makefile.am:
20667         * gst-libs/gst/tuner/tuner.h:
20668         Generate enum type code with glib-mkenums.
20669         * gst-libs/gst/colorbalance/.cvsignore:
20670         * gst-libs/gst/mixer/.cvsignore:
20671         * gst-libs/gst/play/.cvsignore:
20672         * gst-libs/gst/tuner/.cvsignore:
20673         Ignore generated files.
20674
20675 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
20676
20677         * gst-libs/gst/audio/.cvsignore:
20678         Ignore generated file.
20679         * gst-libs/gst/audio/Makefile.am:
20680         Do not install example filter.
20681
20682 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
20683
20684         * examples/switch/.cvsignore:
20685         Ignore generated file.
20686
20687 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20688
20689         * common/m4/ax_create_stdint_h.m4:
20690         * configure.ac:
20691           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
20692           _stdint.h.
20693         * Makefile.am:
20694           remove generated _stdint.h in DISTCLEANFILES
20695         * ext/a52dec/gsta52dec.c:
20696           include _stdint.h for a52dec. (should fix #133064)
20697
20698 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
20699
20700         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
20701         (gst_tag_to_vorbis_comments):
20702         Add replaygain support to vorbistag
20703
20704 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
20705         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
20706         (gst_ffmpeg_caps_to_extradata):
20707           Fix SVQ3 caps flag properties
20708           Use glib macro for bytes swap
20709
20710 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20711
20712         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
20713         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
20714         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20715         * ext/sndfile/gstsf.c: (plugin_init):
20716         * gst/avi/gstavi.c: (plugin_init):
20717         * sys/dxr3/dxr3init.c: (plugin_init):
20718         * sys/oss/gstossaudio.c: (plugin_init):
20719         * sys/v4l/gstv4l.c: (plugin_init):
20720         * sys/v4l2/gstv4l2.c: (plugin_init):
20721           remove textdomain calls
20722         * po/nl.po:
20723           update Dutch translation
20724
20725 2004-02-02  Julien MOUTTE  <julien@moutte.net>
20726
20727         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
20728         (gst_play_set_audio_sink): Moving volume in the audio thread for
20729         instantaneous volume change. Maybe i will add another volume in front
20730         of visualization later, not sure yet though.
20731
20732 2004-02-02  Julien MOUTTE  <julien@moutte.net>
20733
20734         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
20735         (gst_ximagesink_handle_xevents): Better X events handling, only take
20736         the latest events for configure and motion.
20737         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
20738
20739 2004-02-02  Jon Trowbridge  <trow@gnu.org>
20740
20741         reviewed by: David Schleef  <ds@schleef.org>
20742
20743         Fix memory leaks:
20744         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
20745         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
20746
20747 2004-02-02  David Schleef  <ds@schleef.org>
20748
20749         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
20750         of lines.
20751         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
20752         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
20753         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
20754         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
20755         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
20756         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
20757         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
20758         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
20759         (gst_float2_2_int_link):
20760         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
20761         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
20762         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
20763         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
20764         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
20765         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
20766         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
20767         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
20768         * testsuite/gst-lint: Add tests for bzero and ;;
20769
20770 2004-02-02  David Schleef  <ds@schleef.org>
20771
20772         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
20773
20774 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20775
20776         * ext/aalib/gstaasink.c: (gst_aasink_open):
20777         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
20778         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20779         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
20780         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
20781         (gst_afsink_close_file):
20782         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
20783         (gst_afsrc_close_file):
20784         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
20785         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
20786         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
20787         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
20788         * ext/esd/esdmon.c: (gst_esdmon_get):
20789         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
20790         * ext/faac/gstfaac.c: (gst_faac_chain):
20791         * ext/faad/gstfaad.c: (gst_faad_chain):
20792         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
20793         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
20794         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
20795         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
20796         (gst_flacdec_loop):
20797         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
20798         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
20799         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
20800         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
20801         (gst_gnomevfssink_close_file):
20802         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
20803         (gst_gnomevfssrc_open_file):
20804         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
20805         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
20806         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
20807         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
20808         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
20809         * ext/mad/gstmad.c: (gst_mad_chain):
20810         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
20811         * ext/mpeg2dec/gstmpeg2dec.c:
20812         * ext/mpeg2enc/gstmpeg2enc.cc:
20813         * ext/mplex/gstmplex.cc:
20814         * ext/mplex/gstmplexibitstream.cc:
20815         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
20816         (gst_ogg_demux_push):
20817         * ext/raw1394/gstdv1394src.c:
20818         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
20819         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
20820         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
20821         (gst_sf_loop):
20822         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
20823         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
20824         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
20825         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
20826         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
20827         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
20828         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
20829         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
20830         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
20831         (gst_riff_read_element_data), (gst_riff_read_seek),
20832         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
20833         * gst/adder/gstadder.c: (gst_adder_loop):
20834         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
20835         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
20836         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
20837         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
20838         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
20839         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20840         * gst/goom/gstgoom.c: (gst_goom_chain):
20841         * gst/id3/gstid3types.c: (gst_id3types_loop):
20842         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
20843         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
20844         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
20845         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
20846         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20847         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
20848         (gst_ebml_read_float), (gst_ebml_read_header):
20849         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20850         (gst_matroska_demux_parse_blockgroup):
20851         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
20852         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
20853         * gst/oneton/gstoneton.c: (gst_oneton_chain):
20854         * gst/silence/gstsilence.c: (gst_silence_get):
20855         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20856         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
20857         * gst/speed/gstspeed.c: (speed_loop):
20858         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
20859         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20860         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
20861         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
20862         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
20863         (gst_wavparse_loop):
20864         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
20865         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
20866         (dxr3audiosink_close):
20867         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
20868         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
20869         (dxr3videosink_close), (dxr3videosink_write_data):
20870         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
20871         * sys/oss/gstosssink.c: (gst_osssink_chain):
20872         * sys/oss/gstosssrc.c: (gst_osssrc_get):
20873         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
20874         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
20875         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
20876         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
20877         (gst_v4l_set_window), (gst_v4l_enable_overlay):
20878         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
20879         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
20880         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
20881         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
20882         (gst_v4l_set_audio):
20883         * sys/v4l/v4l_calls.h:
20884         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
20885         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
20886         (gst_v4lmjpegsink_playback_init),
20887         (gst_v4lmjpegsink_playback_start):
20888         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
20889         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
20890         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
20891         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
20892         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
20893         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
20894         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
20895         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
20896         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
20897         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
20898         (gst_v4l2_get_output), (gst_v4l2_set_output),
20899         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
20900         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
20901         (gst_v4l2_set_attribute):
20902         * sys/v4l2/v4l2_calls.h:
20903         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
20904         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
20905         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
20906         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
20907         (gst_v4l2src_capture_stop):
20908         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
20909         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20910         (gst_ximagesink_chain):
20911         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
20912         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
20913         (gst_xvideosink_xwindow_new):
20914         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20915         (gst_xvimagesink_chain):
20916
20917 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20918
20919         * gst/volume/gstvolume.c: (gst_volume_set_volume),
20920         (gst_volume_get_volume), (volume_class_init), (volume_init),
20921         (volume_chain_int16), (volume_update_volume):
20922         * gst/volume/gstvolume.h:
20923           make code more readable by removing magic numbers
20924           make mixer interface export 0-100 range
20925           make it internally map to 0.0-1.0 range so users don't distort
20926           output by putting the sliders at full volume
20927
20928 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20929
20930         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
20931         (gst_play_state_change), (gst_play_seek_to_time):
20932         block the tick callback for 0.5 secs after doing a seek
20933
20934 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20935
20936         * gst-libs/gst/play/play.c: (gst_play_new):
20937           check for GError
20938
20939 2004-02-01  Julien MOUTTE  <julien@moutte.net>
20940
20941         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
20942         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
20943         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20944         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
20945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20946         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
20947
20948 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20949
20950         * configure.ac:
20951         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
20952           check for a function added in vorbis 1.1
20953
20954 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20955
20956         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
20957         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
20958           really start/stop clock only on PLAYING <=> PAUSED
20959         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20960           remove \n from debugging lines
20961         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
20962           make it work when seeking does not
20963         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
20964           reset on DISCONT
20965
20966 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20967
20968         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
20969           start clock on PAUSED=>PLAYING, not later
20970         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20971           extract correct time for different discont formats
20972         (gst_alsa_sink_get_time):
20973           don't segfault when no format is negotiated yet, just return 0
20974         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
20975         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
20976         (gst_ogg_pad_push):
20977           handle flush and discont events correctly
20978         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
20979           handle discont events correctly
20980
20981 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20982
20983         * gst-libs/gst/play/play.c: (gst_play_error_quark),
20984         (gst_play_error_create), (gst_play_error_plugin),
20985         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
20986         * gst-libs/gst/play/play.h:
20987           add error handling during creation
20988         * examples/gstplay/player.c: (main):
20989           use new gst_play_new
20990
20991
20992 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20993
20994         * ext/theora/theoradec.c: (theora_dec_chain):
20995           make comments work
20996         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20997         (vorbis_dec_src_event), (vorbis_dec_chain):
20998           add encoder tag, fix tag reading to be more error tolerant, change
20999           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
21000           gst_pad_event_default.
21001         * gst/tags/gstvorbistag.c:
21002         (gst_tag_list_from_vorbiscomment_buffer):
21003           undefine function specific define at end of function
21004
21005 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
21006
21007         * ext/flac/gstflac.c: (plugin_init):
21008         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
21009         * ext/flac/gstflacdec.h:
21010         * ext/flac/gstflacenc.h:
21011           Fix typos
21012
21013 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
21014
21015         * examples/gstplay/player.c: s/gstplay.h/play.h/
21016
21017 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21018
21019         * gst-libs/gst/play/Makefile.am:
21020         * gst-libs/gst/play/gstplay.c:
21021         * gst-libs/gst/play/gstplay.h:
21022         * gst-libs/gst/play/play.c:
21023           more surgery, operation complete
21024
21025 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21026
21027         * gst-libs/gst/play/play.old.c:
21028         * gst-libs/gst/play/play.old.h:
21029           after CVS surgery by moving, remove
21030         * gst-libs/gst/play/playpipelines.c:
21031           remove
21032
21033         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
21034           add negotiation error
21035
21036 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21037
21038         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
21039         (gst_ogg_demux_push):
21040           add some seeking debug info
21041           send a flush when seeking
21042
21043 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21044
21045         * configure.ac:
21046           use AC_C_INLINE
21047         * configure.ac:
21048         * ext/Makefile.am:
21049         * ext/theora/Makefile.am:
21050         * ext/theora/theoradec.c:
21051           add theora video decoder. Does just do simple decoding for now and
21052           has been tested against Theora cvs only. It only works when theora
21053           is compiled with --enable-static.
21054         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21055           always reset packetno on DISCONT
21056
21057 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21058
21059         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
21060           Fix audio.
21061
21062 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21063
21064         * gst/mpegaudioparse/gstmpegaudioparse.c:
21065         (mp3_type_frame_length_from_header):
21066           Fix header parsing - stolen from ffmpeg (thank you! :) ).
21067
21068 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21069
21070         * ext/esd/esdsink.c: (gst_esdsink_init):
21071           Since we have static pad template caps, we don't need to negotiate;
21072           either the core errors out or we know the format.
21073
21074 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21075
21076         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21077         (gst_riff_read_seek):
21078         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
21079         (gst_ebml_read_seek):
21080           Fix event handling.
21081
21082 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21083
21084         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
21085           removee video/x-theora from vp3 decoder, it doesn't handle raw
21086           theora streams
21087         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
21088           fix bug with finalizing element that never went to PAUSED
21089         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21090           length and position queries were swapped
21091         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
21092         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
21093         (vorbis_dec_src_event):
21094           implement querying time and bytes
21095
21096 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21097
21098         * just about every source file:
21099           gst_element_error -> GST_ELEMENT_ERROR
21100
21101 2004-01-29  Julien MOUTTE  <julien@moutte.net>
21102
21103         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
21104         emiting FLUSH and even before DISCONT.
21105         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
21106         get the best instant seeking as possible yay!
21107
21108 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21109
21110         * gst/mpeg1videoparse/gstmp1videoparse.c:
21111         (gst_mp1videoparse_real_chain):
21112           Committed wrong version last week... Grr... Didn't notice until now.
21113
21114 2004-01-29  Julien MOUTTE <julien@moutte.net>
21115
21116         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
21117         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
21118         have_xwindow_id signal in xwindow_create.
21119
21120 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21121
21122         * ext/ogg/gstoggdemux.c:
21123           lots of changes - mainly support for chained bitstreams, seeking,
21124           querying and bugfixes of course
21125         * ext/vorbis/Makefile.am:
21126         * ext/vorbis/vorbisdec.c:
21127         * ext/vorbis/vorbisdec.h:
21128           add vorbisdec raw vorbis decoder
21129         * ext/vorbis/vorbis.c: (plugin_init):
21130           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
21131         * gst/intfloat/Makefile.am:
21132         * gst/intfloat/float22int.c:
21133         * gst/intfloat/float22int.h:
21134         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
21135           add float2intnew plugin. It converts multichannel interleaved float to
21136           multichannel interleaved int. The name should probably be changed.
21137         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
21138         (plugin_init):
21139           add typefinding for raw theora video so oggdemux can detect it.
21140
21141 2004-01-28  Julien MOUTTE  <julien@moutte.net>
21142
21143         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
21144         sink element first.
21145         * gst/videoscale/gstvideoscale.c:
21146         (gst_videoscale_handle_src_event): Fixing src event handler.
21147
21148 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21149
21150         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
21151         (gst_v4lsrc_open), (gst_v4lsrc_close),
21152         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
21153         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
21154         * sys/v4l/gstv4lsrc.h:
21155         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
21156         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
21157           Implement resizing... Hack. But that's why v4l is b0rked...
21158
21159 2004-01-28  Julien MOUTTE <julien@moutte.net>
21160
21161         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21162         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
21163         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
21164         (gst_ximagesink_xwindow_destroy):
21165         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21166         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
21167         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
21168         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
21169         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
21170         correctly cleaning the image created to check xshm calls on succes,
21171         added a lot of XSync calls in X11 functions, and fixed a segfault when
21172         no image format was defined before negotiation happened.
21173
21174 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21175
21176         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
21177           use gst_element_get_time to get correct time
21178
21179 2004-01-28  Julien MOUTTE  <julien@moutte.net>
21180
21181         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
21182         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
21183         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
21184         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
21185         (gst_xvimagesink_check_xshm_calls),
21186         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
21187         X plugins are now able to detect that XShm calls will fail even if the
21188         server claims that it has XShm support (remote displays most of the
21189         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
21190         so that we use non XShm functions. This feature is almost useless for
21191         xvimagesink as Xv is not supported on remote displays anyway, but
21192         it might happen than even on the local display XShm calls fail.
21193
21194 2004-01-27  David Schleef  <ds@schleef.org>
21195
21196         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
21197         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
21198         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
21199         changed esdsink to only use 44100,16,2, since esd sucks at rate
21200         conversion and esdsink has had difficulty negotiating.
21201
21202 2004-01-27  Julien MOUTTE <julien@moutte.net>
21203
21204         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
21205         (gst_play_seek_to_time): Fixing the way to get current position.
21206
21207 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21208
21209         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
21210           use gst_element_get_time to get correct time
21211
21212 2004-01-27  Julien MOUTTE <julien@moutte.net>
21213
21214         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
21215         fix ever... Inverting 2 lines of code make spider autoplug correctly
21216         tagged mp3 !
21217
21218 2004-01-27  David Schleef  <ds@schleef.org>
21219
21220         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21221         Use gst_pad_try_set_caps_nonfixed().
21222
21223 2004-01-27  David Schleef  <ds@schleef.org>
21224
21225         * gst/ac3parse/gstac3parse.c: update to checklist 5
21226         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
21227         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
21228         * gst/audioscale/gstaudioscale.c: same
21229         * gst/auparse/gstauparse.c: same
21230         * gst/avi/gstavidemux.c: same
21231
21232 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21233
21234         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
21235           stop processing after EOS
21236
21237 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21238
21239         * gst/asfdemux/asfheaders.h:
21240         * gst/asfdemux/gstasfdemux.c:
21241         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
21242         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
21243         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
21244           lot's of fixes to make data extraction simpler and get the code
21245           architecture and compiler independant. Add debugging category
21246         * gst/goom/gstgoom.c: (gst_goom_change_state):
21247           reset channel count on PAUSED=>READY, not READY=>PAUSED
21248
21249 2004-01-26  Colin Walters  <walters@verbum.org>
21250
21251         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
21252         code to pull a bigger buffer in iradio mode.  This as a side effect
21253         makes typefinding work.
21254
21255 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
21256
21257         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
21258         Fix SVQ3 decoding on PPC
21259
21260 2004-01-26  Julien MOUTTE <julien@moutte.net>
21261
21262         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
21263         that one managed to stay there... Fixed.
21264
21265 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
21266
21267         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
21268         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
21269         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
21270         (qtdemux_video_caps):
21271         * gst/qtdemux/qtdemux.h:
21272         Add SVQ3 specific flags to qtdemux and ffmpeg
21273
21274 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21275
21276         * gst-libs/gst/audio/audio.h:
21277           remove buffer-frames from audio caps
21278         * gst/audioconvert/gstaudioconvert.c:
21279           fix plugin to really work.
21280
21281 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21282
21283         * gst-libs/gst/mixer/mixer.c:
21284         * gst-libs/gst/propertyprobe/propertyprobe.c:
21285         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
21286         (gst_tuner_find_channel_by_name):
21287         * gst-libs/gst/tuner/tuner.h:
21288           Add gtk-doc style comments. Also fix a function name.
21289
21290 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21291
21292         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
21293         (gst_divxdec_negotiate):
21294           Fix for new capsnego - also fixes gst-player with divxdec.
21295
21296 2004-01-25  Julien MOUTTE  <julien@moutte.net>
21297
21298         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
21299         (gst_play_identity_handoff), (gst_play_set_location),
21300         (gst_play_set_visualization), (gst_play_connect_visualization): Another
21301         try in visualization implementation. Still have an issue with switch
21302         blocking when pulling from video_queue and only audio comes out of
21303         spider.
21304         * gst/switch/gstswitch.c: (gst_switch_release_pad),
21305         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
21306         release method. And check if the pad is usable before pulling.
21307
21308 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21309
21310         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
21311         (gst_videobalance_init),
21312         (gst_videobalance_colorbalance_list_channels),
21313         (gst_videobalance_colorbalance_set_value),
21314         (gst_videobalance_colorbalance_get_value),
21315         (gst_videobalance_update_properties),
21316         (gst_videobalance_update_tables_planar411),
21317         (gst_videobalance_planar411):
21318         * gst/videofilter/gstvideobalance.h:
21319           Implement lookup-tables. +/- 10x faster.
21320
21321 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21322
21323         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
21324         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
21325           The index reading was broken. The rest worked fine, but the whole
21326           goal of my rewrite was to make avidemux readable, and this was
21327           not at all readable. Please use typed variables.
21328
21329 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21330
21331         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21332           Additional pad usability check.
21333         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21334         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
21335         (gst_mp1videoparse_real_chain):
21336           Fix MPEG video stream parsing. The original plugin had several
21337           issues, including not timestamping streams where the source was
21338           not timestamped (this happens with PTS values in mpeg system
21339           streams, but MPEG video is also a valid stream on its own so
21340           that needs timestamps too). We use the display time code for that
21341           for now. Also, if one incoming buffer contains multiple valid
21342           frames, we push them all on correctly now, including proper EOS
21343           handling. Lastly, several potential segfaults were fixed, and we
21344           properly sync on new sequence/gop headers to include them in next,
21345           not previous frames (since they're header for the next frame, not
21346           the previous). Also see #119206.
21347         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
21348         (bpf_from_header):
21349           Move caps setting so we only do it after finding several valid
21350           MPEG-1 fraes sequentially, not right after the first one (which
21351           might be coincidental).
21352         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
21353         (mpeg_video_type_find), (mpeg_video_stream_type_find),
21354         (plugin_init):
21355           Add unsynced MPEG video stream typefinding, and change some
21356           probability values so we detect streams rightly. The idea is as
21357           follows: I can have an unsynced system stream which contains
21358           video. In the current code, I would randomly get a type for either
21359           system or video stream type found, because the probabilities are
21360           being calculated rather randomly. I now use fixed values, so we
21361           always prefer system stream if that was found (and that is how it
21362           should be). If no system stream was found, we can still identity                the stream as video-only.
21363
21364 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21365
21366         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
21367         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
21368           don't write to buffer. Extract data without the need of
21369           __attribute__ ((packed))
21370
21371 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21372
21373         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
21374         (mpeg1_sys_type_find):
21375           Fix MPEG-1 stream typefinding.
21376
21377 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21378
21379         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
21380           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
21381
21382 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21383
21384         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
21385         * ext/esd/gstesd.c: (plugin_init):
21386           private debugging, better error reporting
21387
21388 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21389
21390         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
21391         (gst_riff_read_init), (gst_riff_read_change_state):
21392         * gst-libs/gst/riff/riff-read.h:
21393           Remove stuff fromold metadata system.
21394
21395 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21396
21397         * ext/ogg/gstoggdemux.c:
21398           Fix wrong file comment.
21399         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21400         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
21401           Add metadata reading properly.
21402
21403 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21404
21405         * ext/Makefile.am:
21406           Fix nas DIST_SUBDIRS
21407           Uraeus:
21408           Fix bug where make distcheck doesn't get run on adding stuff to
21409           the build.
21410
21411 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21412
21413         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
21414         * ext/divx/gstdivxdec.h:
21415           Fix divx3 ("msmpeg4") playback using divxdec.
21416
21417 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21418
21419         * gst/typefind/gsttypefindfunctions.c:
21420         (mp3_type_frame_length_from_header): fix bug in length computation
21421         (mp3_type_find): improve debugging output
21422
21423 2004-01-23  Julien MOUTTE  <julien@moutte.net>
21424
21425         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
21426         (gst_play_set_location), (gst_play_seek_to_time),
21427         (gst_play_set_audio_sink), (gst_play_set_visualization),
21428         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
21429         the pipeline from scratch. Visualization is back and switch went out as
21430         i realized it was not possible to use the way i wanted.
21431         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
21432         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
21433         clearing in state change from READY to NULL. So that one can clean the
21434         X ressources keeping the element.
21435         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21436         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
21437         (gst_xvimagesink_colorbalance_set_value),
21438         (gst_xvimagesink_colorbalance_get_value),
21439         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
21440         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
21441         change from READY to NULL and fixed some stupid bugs in colorbalance
21442         get/set values. Also added the following feature : when nobody tries to
21443         set some values to the colorbalance levels before the xcontext is
21444         grabbed, then when creating channels list from Xv attributes we set the
21445         internal values to the Xv defaults. This way we handle buggy Xv drivers
21446         that set default hue values far from the middle of the range (Thanks
21447         to Jon Trowbridge for pointing that issue).
21448         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
21449         colorbalance levels have been set before xcontext is grabbed.
21450
21451 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21452
21453         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
21454           Fix the ossmixer case where we shouldn't open /dev/dsp* because
21455           it might block operations (which is bad for a mixer).
21456
21457 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
21458
21459         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
21460         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
21461         (gmip_find_type_pre):
21462         * gst-libs/gst/media-info/media-info-priv.h:
21463         * gst-libs/gst/media-info/media-info.c:
21464         (gst_media_info_instance_init), (gst_media_info_read_idler):
21465         add fakesink to get caps on decoder src pad again
21466         fix callback prototype to match new have_type signal signature
21467
21468 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
21469
21470         * gst/adder/gstadder.c: (gst_adder_link):
21471           fix non-compile and cut-n-paste code
21472
21473 2004-01-21  David Schleef  <ds@schleef.org>
21474
21475         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
21476         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
21477         (gst_swfdec_init), (gst_swfdec_change_state):
21478         * ext/swfdec/gstswfdec.h:
21479         Fix negotiation.
21480         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
21481         (gst_adder_request_new_pad): Fix negotiation.
21482         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
21483         Add a fixate function.
21484         * gst/intfloat/gstfloat2int.c:
21485         * gst/intfloat/gstfloat2int.h:
21486         * gst/intfloat/gstint2float.c:
21487         * gst/intfloat/gstint2float.h:
21488         Completely rewrite the negotiation.  Doesn't quite work yet,
21489         due to some buffer-frames problem.
21490
21491 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21492
21493         * ext/gnomevfs/gstgnomevfssrc.c:
21494         * sys/v4l2/v4l2_calls.h:
21495           fix includes for distcheck
21496
21497 2004-01-21  Christian Schaller <uraeus@gnome.org>
21498
21499         * ext/nas/
21500         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
21501         based on earlier patch from Laurent Vivier
21502
21503 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
21504
21505         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
21506         Fix wma caps property
21507         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
21508         Fix typo (flags1 and flags2)
21509
21510 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21511
21512         * gst-libs/gst/media-info/media-info-priv.c:
21513         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
21514         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
21515         (gmip_find_stream), (gmip_find_track_metadata),
21516         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
21517         (gmip_find_track_format):
21518         * gst-libs/gst/media-info/media-info-priv.h:
21519         * gst-libs/gst/media-info/media-info-test.c: (main):
21520         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
21521         (gst_media_info_read_idler), (gst_media_info_read):
21522         * gst-libs/gst/media-info/media-info.h:
21523           register debugging category and use it for debugging
21524
21525 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21526
21527         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
21528         (gst_vorbisfile_new_link):
21529           signal streaminfo through tags
21530
21531 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21532
21533         * ext/mplex/gstmplex.cc:
21534         * ext/mplex/gstmplexibitstream.cc:
21535           g++ doesn't like NULL in our i18n/error macros, should be
21536           either (NULL) or ("").
21537
21538 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21539
21540         * sys/dxr3/dxr3audiosink.c:
21541         * sys/dxr3/dxr3init.c:
21542         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
21543         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
21544           Fix more error error error errors (missing includes here).
21545
21546 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21547
21548         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21549           fix thomas' error errors.
21550
21551 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21552
21553         * ext/mpeg2enc/gstmpeg2enc.cc:
21554           fix error errors.
21555
21556 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21557
21558         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
21559         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
21560           Fix for new error system.
21561
21562 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21563
21564         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
21565           fix for new error reporting
21566
21567 2004-01-20  David Schleef  <ds@schleef.org>
21568
21569         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
21570         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
21571         (gst_ximagesink_set_xwindow_id): Change to using a framerate
21572         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
21573         and neither is 100+, most likely.
21574         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
21575         (gst_xvimagesink_getcaps): same
21576
21577 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21578
21579         * configure.ac:
21580           Up version requirement to 2.0.3 (not yet released) to avoid symbol
21581           clashes with ffmpeg.
21582
21583 2004-01-20  Julien MOUTTE  <julien@moutte.net>
21584
21585         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
21586         (gst_switch_init): Fixed switch element : proxying link and setting
21587         caps from src to sink on request.
21588
21589 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21590
21591         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
21592         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
21593         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
21594         fix element_error
21595
21596 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21597
21598         * sys/v4l/v4l_calls.h:
21599         * sys/v4l2/v4l2_calls.h:
21600           element_error fixes
21601
21602 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21603
21604         * gst-libs/gst/gst-i18n-plugin.h:
21605           add locale.h
21606           remove config.h inclusion
21607
21608 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21609
21610         * autogen.sh:
21611           adding autopoint invocation
21612         * Makefile.am:
21613         * configure.ac:
21614         * gst-libs/gst/gettext.h:
21615           adding gettext bits
21616         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
21617         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
21618         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21619         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
21620         (gst_gnomevfssink_close_file):
21621         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
21622         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
21623         * gst-libs/gst/gst-i18n-plugin.h:
21624         * gst/avi/gstavi.c: (plugin_init):
21625         * sys/dxr3/dxr3init.c: (plugin_init):
21626         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
21627         * sys/oss/gstossaudio.c: (plugin_init):
21628         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
21629         * sys/v4l/gstv4l.c: (plugin_init):
21630         * sys/v4l/v4l_calls.c: (gst_v4l_open):
21631         * sys/v4l2/gstv4l2.c: (plugin_init):
21632         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
21633         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
21634         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
21635         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
21636         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
21637         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
21638           make sure locale and translation domain are set
21639           fix translated strings
21640         * po/.cvsignore:
21641         * po/LINGUAS:
21642         * po/Makevars:
21643         * po/POTFILES.in:
21644         * po/nl.po:
21645           put translation files into place
21646         * sys/xvideo/imagetest.c: (main):
21647         * ext/dv/demo-play.c: (main):
21648           fix unnecessary translations
21649
21650 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21651
21652         * ext/sndfile/gstsf.c:
21653         * gst/avi/gstavimux.c:
21654         * ext/audiofile/gstafsink.c:
21655         * ext/audiofile/gstafsrc.c:
21656         * ext/gnomevfs/gstgnomevfssink.c:
21657         * ext/gnomevfs/gstgnomevfssrc.c:
21658         * sys/oss/gstosselement.c:
21659         * sys/v4l/v4l_calls.h:
21660           fix i18n include
21661
21662 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21663
21664         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
21665         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
21666         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
21667         (gst_v4l2_get_output), (gst_v4l2_set_output),
21668         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
21669         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
21670         (gst_v4l2_set_attribute):
21671         update to new error handling
21672
21673 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21674
21675         * ext/sidplay/gstsiddec.cc:
21676         * gst/modplug/gstmodplug.cc:
21677           parenthese NULL because C++ seems angry about it
21678
21679 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21680
21681         * gst-libs/gst/gst-i18n-plugin.h:
21682           add skeleton i18n stuff, but needs to be further implemented
21683
21684 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21685
21686         * examples/gstplay/player.c: (main):
21687         * ext/aalib/gstaasink.c: (gst_aasink_open):
21688         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
21689         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21690         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
21691         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
21692         (gst_afsink_close_file):
21693         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
21694         (gst_afsrc_close_file):
21695         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
21696         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
21697         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
21698         * ext/esd/esdmon.c: (gst_esdmon_get):
21699         * ext/esd/esdsink.c: (gst_esdsink_chain):
21700         * ext/faac/gstfaac.c: (gst_faac_chain):
21701         * ext/faad/gstfaad.c: (gst_faad_chain):
21702         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
21703         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21704         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
21705         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
21706         (gst_flacdec_loop):
21707         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
21708         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
21709         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
21710         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
21711         (gst_gnomevfssink_close_file):
21712         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
21713         (gst_gnomevfssrc_open_file):
21714         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
21715         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
21716         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
21717         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
21718         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
21719         * ext/mad/gstmad.c: (gst_mad_chain):
21720         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
21721         * ext/mpeg2dec/gstmpeg2dec.c:
21722         * ext/mpeg2enc/gstmpeg2enc.cc:
21723         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21724         * ext/mplex/gstmplex.cc:
21725         * ext/mplex/gstmplexibitstream.cc:
21726         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
21727         (gst_ogg_demux_push), (gst_ogg_pad_push):
21728         * ext/raw1394/gstdv1394src.c:
21729         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
21730         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
21731         * ext/sidplay/gstsiddec.cc:
21732         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
21733         (gst_sf_loop):
21734         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
21735         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
21736         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
21737         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
21738         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
21739         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
21740         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
21741         * gst-libs/gst/Makefile.am:
21742         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21743         (gst_riff_read_element_data), (gst_riff_read_seek),
21744         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
21745         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
21746         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
21747         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
21748         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
21749         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
21750         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
21751         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
21752         * gst/goom/gstgoom.c: (gst_goom_chain):
21753         * gst/id3/gstid3types.c: (gst_id3types_loop):
21754         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
21755         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
21756         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
21757         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
21758         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
21759         (gst_ebml_read_float), (gst_ebml_read_header):
21760         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
21761         (gst_matroska_demux_parse_blockgroup):
21762         * gst/modplug/gstmodplug.cc:
21763         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
21764         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
21765         * gst/oneton/gstoneton.c: (gst_oneton_chain):
21766         * gst/silence/gstsilence.c: (gst_silence_get):
21767         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
21768         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
21769         * gst/speed/gstspeed.c: (speed_loop):
21770         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
21771         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21772         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
21773         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
21774         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21775         (gst_wavparse_loop):
21776         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
21777         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
21778         (dxr3audiosink_close):
21779         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
21780         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
21781         (dxr3videosink_close), (dxr3videosink_write_data):
21782         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
21783         * sys/oss/gstosselement.h:
21784         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
21785         (gst_osssink_chain):
21786         * sys/oss/gstosssrc.c: (gst_osssrc_get):
21787         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
21788         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
21789         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
21790         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
21791         (gst_v4l_enable_overlay):
21792         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
21793         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
21794         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
21795         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
21796         (gst_v4l_set_audio):
21797         * sys/v4l/v4l_calls.h:
21798         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
21799         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
21800         (gst_v4lmjpegsink_playback_init),
21801         (gst_v4lmjpegsink_playback_start):
21802         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
21803         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
21804         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
21805         (gst_v4lmjpegsrc_requeue_frame):
21806         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
21807         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
21808         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
21809         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
21810         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
21811         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
21812         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
21813         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
21814         (gst_v4l2src_capture_stop):
21815         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
21816         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21817         (gst_ximagesink_chain):
21818         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
21819         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
21820         (gst_xvideosink_xwindow_new):
21821         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21822         (gst_xvimagesink_chain):
21823         use new error signal, function and categories
21824
21825 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
21826
21827         * configure.ac:
21828         * ext/Makefile.am:
21829         * ext/musicbrainz/gsttrm.c:
21830         * ext/musicbrainz/gsttrm.h:
21831         * ext/musicbrainz/Makefile.am:
21832         Add a trm plugin
21833
21834 2004-01-18  Julien MOUTTE  <julien@moutte.net>
21835
21836         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
21837         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
21838         synchronous property for debugging.
21839         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
21840         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21841         (gst_xvimagesink_set_property): Moving a pointer declaration to a
21842         smaller block, fixing indent.
21843
21844 2004-01-16  David Schleef  <ds@schleef.org>
21845
21846         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
21847         property affects the video stream.
21848         * sys/xvimage/xvimagesink.c:
21849         * sys/xvimage/xvimagesink.h:
21850         Add synchronous property for debugging.  Should probably be
21851         disabled in non-CVS builds.  Make sure that the Xv attribute
21852         exists before we set it (crash!).  Fix a silly float bug that
21853         caused colorbalance to just not work.
21854
21855 2004-01-17  Christian Schaller <Uraeus@gnome.org>
21856
21857         * tools/gst-launch-ext.in - update for new plugins
21858
21859 2004-01-16  David Schleef  <ds@schleef.org>
21860
21861         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
21862         already-freed caps.
21863
21864 2994-01-16  Christian Schaller <Uraeus@gnome.org>
21865
21866         * Update spec for new colorspace plugin and libcaca plugin
21867         * Fix compilation of libcaca plugin (clock -> id)
21868
21869 2004-01-16  Julien MOUTTE <julien@moutte.net>
21870
21871         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
21872         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
21873         (gst_xvimagesink_set_xwindow_id),
21874         (gst_xvimagesink_colorbalance_set_value),
21875         (gst_xvimagesink_colorbalance_get_value),
21876         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21877         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
21878         correct colorbalance properties. They can now be set when the element
21879         is still in NULL state. The values will be committed to the Xv Port
21880         when xcontext is initialized.
21881         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
21882         brightness int values in the GstXvImagesink structure.
21883
21884 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21885
21886         * gst-libs/gst/Makefile.am:
21887           restructure so having local patches works easier.
21888
21889 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21890
21891         * ext/mpeg2enc/Makefile.am:
21892         * ext/mpeg2enc/gstmpeg2enc.cc:
21893         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21894           Bugfix with respect to EOS handling.
21895
21896 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21897
21898         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
21899           Link with right caps (else, it segfaults).
21900         * ext/mplex/gstmplexjob.cc:
21901           Fix for slight API change in 1.6.1.93 release of mjpegtools.
21902
21903 2004-01-15  David Schleef  <ds@schleef.org>
21904
21905         * gst-libs/gst/audio/Makefile.am:
21906         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
21907         from the template.
21908         * gst-libs/gst/audio/gstaudiofilter.c:
21909         * gst-libs/gst/audio/gstaudiofilter.h:
21910         Add bytes_per_sample and size and n_samples calculation.
21911         * gst-libs/gst/audio/gstaudiofilterexample.c:
21912         Remove, now autogenerated.
21913         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21914         Moved from gstaudiofilterexample, object name changed, code added
21915         so that it actually works.
21916         * gst-libs/gst/audio/make_filter:
21917         Script to build an audiofilter subclass from the template.
21918         * gst/colorspace/Makefile.am:
21919         * gst/colorspace/yuv2yuv.c:
21920         Remove file, since it's GPL, and we don't use it.
21921
21922 2004-01-15  Julien MOUTTE  <julien@moutte.net>
21923
21924         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
21925         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
21926         them use the buffer free function to test how the buffer was allocated.
21927
21928 2004-01-15  David Schleef  <ds@schleef.org>
21929
21930         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
21931         that handles osssink fallback.
21932         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
21933         (gst_audio_convert_getcaps):
21934         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21935         Add audio/x-qdm2 for QDM2 audio.
21936         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
21937         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
21938         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
21939         Decrease minimum size to 16x16.
21940         * gst/wavparse/gstwavparse.c:
21941         Convert disabled pad template caps to new caps.
21942         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21943         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21944         (gst_xvimagesink_chain): Throw element error when display cannot
21945         be opened.  Increase minimum framerate to 1.0.  Check the data
21946         free function on a buffer to make sure it is the type we expect
21947         before manipulating it.
21948
21949 2004-01-15  Julien MOUTTE <julien@moutte.net>
21950
21951         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
21952         (gst_videobalance_colorbalance_set_value): Implement passthru if
21953         settings are in the middle.
21954         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
21955
21956 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21957
21958         * gst/videofilter/Makefile.am:
21959         * gst/volume/Makefile.am:
21960           Since we use videofilter symbols, link to it.
21961
21962 2004-01-15  Julien MOUTTE <julien@moutte.net>
21963
21964         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
21965         mixer interface type to HARDWARE.
21966         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
21967         type to SOFTWARE.
21968         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
21969         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
21970         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
21971         (gst_volume_interface_init), (gst_volume_list_tracks),
21972         (gst_volume_set_volume), (gst_volume_get_volume),
21973         (gst_volume_set_mute), (gst_volume_mixer_init),
21974         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
21975         (volume_init): Implementing mixer interface.
21976         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
21977         * sys/oss/gstosselement.c: (gst_osselement_get_type),
21978         (gst_osselement_change_state): Removing some trailing commas in
21979         structures.
21980         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
21981         interface type to HARDWARE.
21982         * sys/v4l/gstv4lcolorbalance.c:
21983         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
21984         type to HARDWARE.
21985         * sys/v4l2/gstv4l2colorbalance.c:
21986         (gst_v4l2_color_balance_interface_init): Setting colorbalance
21987         interface type to HARDWARE.
21988         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
21989         same code than ximagesink for event handling.
21990
21991 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21992
21993         * ext/snapshot/Makefile.am:
21994         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
21995         (gst_snapshot_chain):
21996         * ext/snapshot/gstsnapshot.h:
21997           This has to be a joke... Snapshot should be connected to a tee,
21998           colorspace element before it and EOS after that, where the other
21999           src of the tee receives normal data.
22000           The current way is *wrong*.
22001
22002 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22003
22004         * ext/hermes/gsthermescolorspace.c:
22005           Fix another compile error. Same as below.
22006
22007 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22008
22009         * gst/colorspace/gstcolorspace.c:
22010         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
22011         (gst_colorspace_i420_to_yv12):
22012           Fix compiling... Didn't test if it actually works.
22013
22014 2004-01-15  David Schleef  <ds@schleef.org>
22015
22016         * configure.ac:
22017         * gst/colorspace/Makefile.am:
22018         * gst/colorspace/gstcolorspace.c:
22019         * gst/colorspace/gstcolorspace.h:
22020         * gst/colorspace/yuv2rgb.c:
22021         * gst/colorspace/yuv2rgb.h:
22022         Duplicate the ext/hermes colorspace plugin, and remove Hermes
22023         code and GPL code.  Fix for new caps negotiation.  Rewrite
22024         much of the format handling code, and some of the conversion
22025         code.  Basically, rewrote almost everything.  This element
22026         handles I420, YV12 to RGB conversions.
22027         * ext/hermes/Makefile.am:
22028         * ext/hermes/gsthermescolorspace.c:
22029         Rename colorspace to hermescolorspace.  Fix negotiation issues.
22030         Remove non-Hermes related code.  This element handles lots of
22031         RGB to RGB conversions, but no YUV.
22032         * ext/hermes/gstcolorspace.c:
22033         * ext/hermes/gstcolorspace.h:
22034         * ext/hermes/rgb2yuv.c:
22035         * ext/hermes/yuv2rgb.c:
22036         * ext/hermes/yuv2rgb.h:
22037         * ext/hermes/yuv2rgb_mmx16.s:
22038         * ext/hermes/yuv2yuv.c:
22039         * ext/hermes/yuv2yuv.h:
22040         Remove old code.
22041
22042 2004-01-14  Colin Walters  <walters@verbum.org>
22043
22044         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
22045         they've already been.
22046
22047 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22048
22049         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
22050           assume tag mode when pad is not connected
22051
22052 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22053
22054         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22055           Don't update the time of the clock
22056         (gst_alsa_sink_loop):
22057           sync to the clock given to alsasink, not the own clock
22058         * sys/oss/gstosssink.c: (gst_osssink_chain):
22059           sync to the clock
22060         (gst_osssink_change_state):
22061           activate the clock
22062         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22063         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
22064           remove bogus code that made DISCONT events unhandled
22065         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
22066           explicitly case to double in _set_simple. (fixes 2nd warning in bug
22067           #131502)
22068         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
22069         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
22070         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
22071           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
22072           2nd warning in bug #131502)
22073
22074 2004-01-14  Julien MOUTTE  <julien@moutte.net>
22075
22076         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
22077         (gst_videobalance_colorbalance_set_value),
22078         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
22079         for colorbalance interface implementation.
22080         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22081         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22082         (gst_ximagesink_dispose), (gst_ximagesink_init),
22083         (gst_ximagesink_class_init): Adding DISPLAY property.
22084         * sys/ximage/ximagesink.h: Adding display_name to store display.
22085         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22086         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22087         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
22088         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
22089         properties (they still need polishing though for gst-launch use : no
22090         xcontext yet, i ll do that tomorrow).
22091         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
22092
22093 2004-01-14  Julien MOUTTE  <julien@moutte.net>
22094
22095         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
22096         (gst_play_set_location), (gst_play_set_visualization): Preparing
22097         switch integration, adding videobalance in the pipeline.
22098
22099 2004-01-14  Julien MOUTTE <julien@moutte.net>
22100
22101         * gst-libs/gst/colorbalance/colorbalance.c:
22102         (gst_color_balance_class_init): Adding a default type.
22103         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
22104         the type.
22105         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
22106         (gst_videobalance_dispose), (gst_videobalance_class_init),
22107         (gst_videobalance_init), (gst_videobalance_interface_supported),
22108         (gst_videobalance_interface_init),
22109         (gst_videobalance_colorbalance_list_channels),
22110         (gst_videobalance_colorbalance_set_value),
22111         (gst_videobalance_colorbalance_get_value),
22112         (gst_videobalance_colorbalance_init): Implementing colorbalance
22113         interface.
22114         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
22115         list.
22116         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
22117         bug which was triggering a BadAccess X error when setting an overlay
22118         before pad was really negotiated.
22119         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
22120         Using the colorbalance type macro.
22121
22122 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22123
22124         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
22125         (gst_flacenc_chain):
22126           handle tags correctly
22127         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
22128           extract ID3v1 tags correctly
22129
22130 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22131
22132         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
22133         (plugin_init):
22134           Improve matroska typefinding for odd-typed headers...
22135
22136 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22137
22138         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
22139           Fix for using incremental number on padnames.
22140
22141 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22142
22143         * ext/divx/gstdivxdec.c:
22144         * ext/divx/gstdivxenc.c:
22145           Set category to divx4linux instead of divx (too generic).
22146         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
22147         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
22148         (gst_wavparse_loop), (gst_wavparse_change_state):
22149         * gst/wavparse/gstwavparse.h:
22150           fix parsing of WAV files with non-standard fmt-tag size and fix
22151           skipping of unrecognized chunks... Someone please fix this thing
22152           to use rifflib so all this is automated.
22153         * sys/v4l/Makefile.am:
22154         * sys/v4l2/Makefile.am:
22155           Add X_CFLAGS because we depend on X (for overlay).
22156
22157 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
22158
22159         * ext/mpeg2dec/gstmpeg2dec.c:
22160           Don't issue a timestamp unless we tagged the frame
22161           with a PTS.
22162
22163 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22164
22165         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
22166           Query the audio element to get the time, not the clock. We're
22167           interested in the element's time here.
22168
22169 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22170
22171         * ext/aalib/gstaasink.c: (gst_aasink_chain):
22172         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22173         * ext/esd/esdsink.c: (gst_esdsink_chain):
22174         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
22175         * ext/mas/massink.c: (gst_massink_chain):
22176         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
22177         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
22178         (gst_matroska_demux_parse_metadata):
22179         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
22180         (gst_mpeg_parse_release_locks):
22181         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
22182         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
22183         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22184         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
22185         (gst_osssink_change_state):
22186         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22187         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22188         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
22189         (gst_xvideosink_release_locks):
22190         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
22191           use element time.
22192         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
22193         (gst_alsa_clock_stop):
22194         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
22195         (gst_audio_clock_get_internal_time):
22196           simplify for use with new clocking code.
22197         * testsuite/alsa/Makefile.am:
22198         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
22199           fix testsuite for new caps system
22200
22201 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22202
22203         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
22204         * ext/flac/gstflacenc.c: (add_one_tag):
22205           length is already host endian, no need to convert. Fixes playback of
22206           tagged files on PPC. (bug #128384)
22207
22208 2004-01-13  Julien MOUTTE <julien@moutte.net>
22209
22210         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
22211         colorbalance interface stating if it is hardware based or software
22212         based.
22213         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
22214         Removing a trailing comma.
22215         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22216         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
22217         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
22218         the documentation seems to be wrong on the -1000 to 1000 interval.
22219
22220 2004-01-12  David Schleef  <ds@schleef.org>
22221
22222         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
22223         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
22224         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
22225         Fix negotiation.  Add a bufferalloc function for the sink pad,
22226         and generally clean up some of the code.
22227
22228 2004-01-12  Julien MOUTTE <julien@moutte.net>
22229
22230         * gst-libs/gst/colorbalance/colorbalancechannel.c:
22231         (gst_color_balance_channel_dispose): Adding safety check in dispose
22232         method.
22233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22234         (gst_xvimagesink_xcontext_clear),
22235         (gst_xvimagesink_interface_supported),
22236         (gst_xvimagesink_colorbalance_list_channels),
22237         (gst_xvimagesink_colorbalance_set_value),
22238         (gst_xvimagesink_colorbalance_get_value),
22239         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
22240         Adding colorbalance interface support to set XV parameters such as
22241         HUE, BRIGHTNESS, CONTRAST, SATURATION.
22242         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
22243         interface.
22244
22245 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22246
22247         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
22248         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
22249         (gst_audio_convert_init), (gst_audio_convert_set_property),
22250         (gst_audio_convert_get_property), (gst_audio_convert_chain),
22251         (gst_audio_convert_link),
22252         (gst_audio_convert_buffer_to_default_format),
22253         (gst_audio_convert_buffer_from_default_format), (plugin_init):
22254           - implement _getcaps and use it
22255           - improve linking
22256           - remove float caps since no float conversion is actually done
22257           - remove properties and arguments that were to be used for rate
22258             conversion
22259
22260 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22261
22262         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
22263         (gst_audio_structure_set_int):
22264         * gst-libs/gst/audio/audio.h:
22265           add helper functions for _getcaps matching the standard audio
22266           templates
22267
22268 2004-01-12  David Schleef  <ds@schleef.org>
22269
22270         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22271         Test that pad is negotiated before getting its caps.
22272
22273 2004-01-12  Julien MOUTTE <julien@moutte.net>
22274
22275         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
22276         analyzing the pads of an element the bin is mostly in READY state so
22277         no caps were negotiated. This helper function needs to work with
22278         _get_caps directly then. I was not freeing them though, added that to
22279         fix the mem leak.
22280
22281 2004-01-12  Julien MOUTTE <julien@moutte.net>
22282
22283         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22284         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
22285         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
22286         than the free_func.
22287
22288 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22289
22290         * sys/oss/gstossaudio.c: (plugin_init):
22291         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
22292         * sys/oss/gstosselement.h:
22293           make an oss debugging category
22294           make failure more descriptive
22295
22296 2004-01-11  David Schleef  <ds@schleef.org>
22297
22298         * ext/ffmpeg/gstffmpeg.c:
22299         * ext/ffmpeg/gstffmpegcodecmap.c:
22300         * ext/ffmpeg/gstffmpegdec.c:
22301         * ext/ffmpeg/gstffmpegenc.c:
22302         * ext/ffmpeg/gstffmpegprotocol.c:
22303         * ext/gdk_pixbuf/gstgdkanimation.c:
22304         * ext/jpeg/gstjpeg.c:
22305         * ext/libpng/gstpng.c:
22306         * ext/mpeg2dec/perftest.c:
22307         * ext/speex/gstspeex.c:
22308         * gst-libs/gst/resample/dtos.c:
22309         * gst/intfloat/gstintfloatconvert.c:
22310         * gst/oneton/gstoneton.c:
22311         * gst/rtjpeg/RTjpeg.c:
22312         * gst/rtp/gstrtp.c:
22313         * sys/dxr3/dxr3init.c:
22314         * sys/glsink/gstgl_nvimage.c:
22315         * sys/glsink/gstgl_pdrimage.c:
22316         * sys/glsink/gstglsink.c:
22317         * testsuite/gst-lint:
22318         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
22319
22320 2004-01-11  David Schleef  <ds@schleef.org>
22321
22322         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
22323         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
22324         * ext/gdk_pixbuf/gstgdkanimation.c:
22325         (gst_gdk_animation_iter_create_pixbuf):
22326         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
22327         (gst_gdk_pixbuf_chain):
22328         * ext/gdk_pixbuf/gstgdkpixbuf.h:
22329         * ext/jack/gstjack.c: (gst_jack_change_state):
22330         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
22331         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
22332         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
22333         * gst/videofilter/gstvideofilter.c:
22334         (gst_videofilter_set_output_size):
22335         Remove all usage of gst_pad_get_caps(), and replace it with
22336         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
22337
22338 2004-01-11  David Schleef  <ds@schleef.org>
22339
22340         * configure.ac:
22341         * ext/Makefile.am: Fixes to make ext/libcaca compile.
22342         * ext/divx/gstdivxdec.c:
22343         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
22344         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
22345         handle images that span multiple buffers.  Now work with both
22346         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
22347         * ext/gdk_pixbuf/gstgdkpixbuf.h:
22348         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
22349         video/video.h changes
22350         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
22351         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
22352         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
22353         of GstData free function.
22354         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
22355         same.
22356
22357 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22358
22359         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
22360         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
22361         (gst_v4l2element_get_property):
22362         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
22363           add norm, channel and frequency properties.
22364         * sys/v4l2/gstv4l2tuner.c:
22365           fixes for tuner interface changes
22366         * sys/v4l2/gstv4l2element.h:
22367         * sys/v4l2/gstv4l2src.c:
22368         * sys/v4l2/gstv4l2src.h:
22369         * sys/v4l2/v4l2src_calls.c:
22370         * sys/v4l2/v4l2src_calls.h:
22371           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
22372
22373 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22374
22375         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
22376         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
22377         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
22378         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
22379         * gst-libs/gst/tuner/tuner.h:
22380           GObjects aren't const.
22381           Add find_by_name functions.
22382           Add checks to _changed functions.
22383         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
22384         (gst_v4l_tuner_get_norm):
22385           Fixes for above.
22386
22387 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22388
22389         * gst-libs/gst/video/video.h:
22390           Fix caps template names to be understandable.
22391           Prefix everything with GST_VIDEO.
22392         * ext/aalib/gstaasink.c:
22393         * ext/divx/gstdivxdec.c:
22394         * ext/divx/gstdivxenc.c:
22395         * ext/gdk_pixbuf/gstgdkpixbuf.c:
22396         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
22397         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
22398         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
22399         * ext/libcaca/gstcacasink.c:
22400         * ext/libpng/gstpngenc.c: (raw_caps_factory):
22401         * ext/snapshot/gstsnapshot.c:
22402         * ext/swfdec/gstswfdec.c:
22403         * ext/xvid/gstxviddec.c:
22404         * ext/xvid/gstxvidenc.c:
22405         * gst/chart/gstchart.c:
22406         * gst/deinterlace/gstdeinterlace.c:
22407         * gst/effectv/gsteffectv.c:
22408         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22409         * gst/goom/gstgoom.c:
22410         * gst/median/gstmedian.c:
22411         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
22412         (gst_monoscope_srcconnect), (gst_monoscope_chain):
22413         * gst/overlay/gstoverlay.c:
22414         * gst/smooth/gstsmooth.c:
22415         * gst/smpte/gstsmpte.c:
22416         * gst/synaesthesia/gstsynaesthesia.c:
22417         * gst/videocrop/gstvideocrop.c:
22418         * gst/videodrop/gstvideodrop.c:
22419         * gst/y4m/gsty4mencode.c:
22420         * sys/qcam/gstqcamsrc.c:
22421         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
22422           Make them work with new video.h file.
22423         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
22424         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
22425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
22426         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
22427           Make it work with new buffer allocation system.
22428
22429 2004-01-11  Julien MOUTTE  <julien@moutte.net>
22430
22431         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
22432         pad_alloc_buffer implementation to use ->srcpad
22433         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
22434         pad_alloc_buffer implementation to use ->srcpad
22435         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
22436         pad_alloc_buffer implementation to use ->srcpad
22437         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22438         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
22439         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
22440         a reference to everything we need.
22441         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
22442         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22443         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22444         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
22445         a reference to everything we need.
22446         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
22447
22448 2004-01-11  David Schleef  <ds@schleef.org>
22449
22450         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
22451         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
22452         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
22453         structure members.
22454         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
22455         value during a resize/renegotiation.
22456         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
22457         gst_pad_alloc_buffer();
22458         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
22459         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
22460         structure members.
22461         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
22462         Fix for rename of buffer private structure members.
22463         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
22464         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
22465         Fix for rename of buffer private structure members.
22466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
22467         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
22468         Fix for rename of buffer private structure members.
22469
22470 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
22471
22472         reviewed by: David Schleef <ds@schleef.org>
22473
22474         * gst/videofilter/Makefile.am:
22475         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
22476         from the patch by ds to fit in with recent make_filter changes.
22477
22478 2004-01-11  Julien MOUTTE  <julien@moutte.net>
22479
22480         * configure.ac: Adding examples/switch/Makefile
22481         * examples/Makefile.am: Adding examples/switch
22482         * examples/switch/Makefile.am: Adding switcher example.
22483         * examples/switch/switcher.c: (got_eos), (idle_iterate),
22484         (switch_timer), (main): Adding an example demonstrating switch usage
22485         with 2 videotestsrc showing different patterns.
22486         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
22487         (gst_switch_init): Fixing switch with the new caps system.
22488
22489 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22490
22491         * gst-libs/gst/video/video.h:
22492           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
22493           They should probably be like
22494           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
22495
22496 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22497
22498         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22499         (qtdemux_parse_trak):
22500           fix audio chunk size/timestamp calculation
22501
22502 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22503
22504         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
22505           fix SVQ3 caps
22506
22507 2004-01-11  Steve Baker  <steve@stevebaker.org>
22508
22509         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
22510         (gst_agingtv_base_init), (gst_agingtv_class_init),
22511         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
22512         (gst_agingtv_set_property), (gst_agingtv_get_property):
22513         Port agingTV to videofilter
22514
22515 2004-01-09  Julien MOUTTE <julien@moutte.net>
22516
22517         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
22518         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
22519
22520 2004-01-09  Julien MOUTTE <julien@moutte.net>
22521
22522         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
22523         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
22524         * gst-libs/gst/xoverlay/xoverlay.c:
22525         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
22526         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
22527         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
22528         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22529         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
22530         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
22531         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
22532         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
22533         the bufferalloc_function to replace bufferpools, fixing the XOverlay
22534         interface implementation to handle xid being 0 and fix some bugs
22535         triggered by Benjamin's testcase.
22536         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
22537         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
22538         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
22539         the bufferalloc_function to replace bufferpools, fixing the XOverlay
22540         interface implementation to handle xid being 0 and fix some bugs
22541         triggered by Benjamin's testcase.
22542
22543 2004-01-09  David Schleef  <ds@schleef.org>
22544
22545         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
22546         mouse pointer events.  It works.
22547
22548 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22549
22550         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
22551           Use explicit caps - fix capsnego.
22552         * ext/xvid/gstxviddec.c:
22553         * ext/xvid/gstxvidenc.c:
22554           Remove macro-inside-macro which caused compile errors.
22555         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
22556           Error out if it's not a RIFF file. Else we error out without
22557           gst_element_error() which is not good...
22558
22559 2004-01-08  David Schleef  <ds@schleef.org>
22560
22561         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
22562         Fix pad_link function to handle formats that ffmpeg returns
22563         as multiple caps structures.
22564         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
22565         Only complain if source buffer is _smaller_ than expected.
22566         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22567         (gst_videoscale_handle_src_event): Resize navigation events
22568         when passing them upstream.
22569         * gst/videotestsrc/gstvideotestsrc.c:
22570         * gst/videotestsrc/gstvideotestsrc.h:
22571         * gst/videotestsrc/videotestsrc.c:
22572         * gst/videotestsrc/videotestsrc.h:
22573         Rewrite many of the buffer painting functions to handle odd
22574         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
22575         been verified to work with my video card.
22576         * testsuite/gst-lint:  Add check for elements calling
22577         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
22578
22579 2004-01-08  David Schleef  <ds@schleef.org>
22580
22581         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
22582         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
22583
22584 2004-01-08  Julien MOUTTE  <julien@moutte.net>
22585
22586         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
22587         configure event is not emiting the desired size signal. That fixes
22588         aspect ratio issues with gst-player.
22589
22590 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22591
22592         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
22593           Fix capsnego.
22594
22595 2004-01-08  Julien MOUTTE  <julien@moutte.net>
22596
22597         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
22598         public method to fire size signal.
22599
22600 2004-01-07  Julien MOUTTE  <julien@moutte.net>
22601
22602         * examples/gstplay/Makefile.am: Adding the interface library.
22603         * gst-libs/gst/play/Makefile.am: Adding the interface library.
22604         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
22605         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
22606         GST_IS_X_OVERLAY before signal connect.
22607         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
22608         Removing the have_video_size signal.
22609         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
22610         and associated public method.
22611         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
22612         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
22613         signal.
22614         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
22615         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
22616         signal.
22617         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
22618         Using XOverlay public method to fire size signal.
22619
22620 2004-01-07  David Schleef  <ds@schleef.org>
22621
22622         * gst/videofilter/Makefile.am:
22623         * gst/videofilter/gstvideotemplate.c:
22624         * gst/videofilter/make_filter:
22625         Create gstvideoexample.c in a srcdir!=builddir friendly way.
22626         Convert make_filter to /bin/sh script.
22627
22628 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
22629
22630         * gst/modplug/gstmodplug.cc: fix element description
22631
22632 2004-01-07  Julien MOUTTE  <julien@moutte.net>
22633
22634         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
22635         (got_video_size): Adding some new lines in g_print calls.
22636         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
22637         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
22638         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
22639         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
22640         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
22641         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
22642         Complete code review, reverting some stuff i disagree with, adding
22643         some fixes : time synchronization on invalid timestamps, renegotiation
22644         of private window.
22645         * sys/ximage/ximagesink.h:
22646         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
22647         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
22648         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
22649         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
22650         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
22651         (gst_xvimagesink_buffer_new),
22652         (gst_xvimagesink_navigation_send_event),
22653         (gst_xvimagesink_set_xwindow_id),
22654         (gst_xvimagesink_get_desired_size),
22655         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
22656         stuff i disagree with, adding some fixes : Renegotiation of private
22657         window, implementing get_desired_size.
22658
22659 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22660
22661         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
22662         (gst_afsink_handle_event):
22663         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
22664         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
22665         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
22666         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
22667         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
22668           Fix for instantiate-test (see core). Also remove dead code from
22669           jpegenc (which still needs fixing, but that's lower on my TODO
22670           list...).
22671         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
22672           Never return NULL as caps.
22673
22674 2004-01-07  David Schleef  <ds@schleef.org>
22675
22676         * configure.ac:
22677         * ext/Makefile.am:
22678         * ext/librfb/Makefile.am:
22679         * ext/librfb/gstrfbsrc.c:
22680         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
22681         is the protocol used by VNC.
22682
22683 2004-01-07  David Schleef  <ds@schleef.org>
22684
22685         * gst/videofilter/gstvideotemplate.c:
22686         * gst/videofilter/gstvideotemplate.h:
22687         * gst/videofilter/make_filter:
22688         Merge videotemplate header into source file.
22689         * gst/effectv/Makefile.am:
22690         * gst/effectv/gsteffectv.c: (plugin_init):
22691         * gst/effectv/gstwarp.c:
22692         Make warpTV a subclass of videofilter.
22693
22694 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22695
22696         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22697           Add guard against invalid utf-8 conversions in mad. Just in case.
22698
22699 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22700
22701         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
22702           Fix for bug shown by poisoning
22703
22704 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22705
22706         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
22707         (gst_v4lmjpegsrc_buffer_free):
22708         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
22709         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
22710         (gst_v4lsrc_buffer_free):
22711           Fix for removed bufferpools.
22712
22713 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
22714
22715         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
22716         Fix caps negotiation.
22717
22718         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
22719         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
22720         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
22721         (dvdnavsrc_event):
22722         * ext/mpeg2dec/gstmpeg2dec.c:
22723         * gst-libs/gst/navigation/navigation.c:
22724         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
22725         * gst-libs/gst/navigation/navigation.h:
22726         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
22727         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
22728         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
22729         Super-simple first version of mouse and keyboard events. Clicking
22730         on a DVD menu now works, although it may not take you where you
22731         expected.
22732
22733         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
22734         * gst/videotestsrc/gstvideotestsrc.c:
22735         (gst_videotestsrc_src_fixate):
22736         These fixate functions were broken - they never actually
22737         fixated :)
22738
22739 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22740
22741         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
22742         (gst_icecastsend_init):
22743           fix for new caps system.
22744         * gst-libs/gst/mixer/mixertrack.h:
22745         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
22746           Add 'master track' flag (for tools like ACME that only want to
22747           change the main volume).
22748
22749 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
22750
22751         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
22752         (gst_xvid_csp_to_caps):
22753         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
22754         * ext/xvid/gstxvidenc.c:
22755         ifdef out ARGB type when it isn't available
22756         in xvidcore 1.0.0beta2
22757
22758 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22759
22760         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
22761           When we have received a new SCR right in the first buffer after
22762           a seek (so in the same cycle that handles the discont), we should
22763           handle the buffer instead of unreffing it, else we lose data.
22764
22765 2004-01-06  Iain <iain@prettypeople.org>
22766
22767         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
22768           buffer-frames caps too.
22769
22770         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
22771           caps that we need, don't destroy them all and rebuild them. And when
22772           creating src pads, use the src pad template rather than the sink...
22773
22774 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22775
22776         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
22777           Add pad to element *after* setting functions such as event handler.
22778           Without this, the scheduler (opt) will link pads, set the event
22779           handler from the default event function (dispatcher in gstpad.c)
22780           and *after* that, we will set our own event function, which will
22781           thus never be used (and thus mpegdemux doesn't handle events).
22782
22783 2004-01-04  David Schleef  <ds@schleef.org>
22784
22785         Fix the fixate functions to handle new prototype:
22786         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
22787         * gst/videotestsrc/gstvideotestsrc.c:
22788         (gst_videotestsrc_src_fixate):
22789         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
22790         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
22791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
22792
22793 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22794
22795         * sys/ximage/ximagesink.h:
22796         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
22797         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
22798         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
22799         (gst_ximagesink_xoverlay_init):
22800           assorted fixes to make (re)embedding work
22801         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
22802         (gst_ximagesink_get_desired_size):
22803           implement desired size additions to XOverlay
22804
22805 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22806
22807         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
22808         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
22809         (gst_x_overlay_got_desired_size):
22810         * gst-libs/gst/xoverlay/xoverlay.h:
22811           Add optional "desired size" signal and querying.
22812
22813 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22814
22815         * gst/matroska/matroska-demux.c:
22816         (gst_matroska_demux_parse_blockgroup):
22817           Fix EBML-laced block parsing. Diffs are relative to previous
22818           lace, not the first lace. Thanks to Mosu from the Matroska
22819           team for detecting this.
22820         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
22821         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
22822         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
22823         (gst_wavparse_change_state):
22824         * gst/wavparse/gstwavparse.h:
22825           Quickfix for capsnego.
22826
22827 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22828
22829         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
22830           Fix indenting, fix pad creation.
22831
22832 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22833
22834         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
22835         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
22836         (gst_xviddec_sink_link):
22837           Implement src_getcaps() so proper size caps is negotiated.
22838
22839 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22840
22841         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
22842           Finish flac decoder on EOS. See #116178.
22843
22844 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22845
22846         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
22847         (gst_matroska_demux_add_stream):
22848         * gst/matroska/matroska-ids.h:
22849           Add getcaps() function to fix capsnego...
22850
22851 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22852
22853         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
22854         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
22855         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
22856           Fix more integer overflows. Again, see #126967.
22857
22858 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22859
22860         * ext/mpeg2dec/gstmpeg2dec.c:
22861           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
22862           #130416.
22863
22864 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22865
22866         * configure.ac:
22867         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
22868         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
22869         * ext/xvid/gstxvid.h:
22870         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
22871         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
22872         (gst_xviddec_src_link), (gst_xviddec_sink_link),
22873         (gst_xviddec_change_state):
22874         * ext/xvid/gstxviddec.h:
22875         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
22876         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
22877         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
22878         (gst_xvidenc_link), (gst_xvidenc_set_property),
22879         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
22880         * ext/xvid/gstxvidenc.h:
22881           Update xvid plugin to latest xvid (1.0.0-beta3) API.
22882
22883 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22884
22885         * gst/rtp/rtp-packet.c:
22886           Add sys/types.h include, since OS X doesn't define in_addr_t
22887           in netinet/in.h, like it does on Linux (see #129600).
22888
22889 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
22890
22891         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
22892
22893         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
22894           Correct logic of dispose function (see #129306).
22895
22896 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22897
22898         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
22899         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
22900         (gst_mpeg_parse_init):
22901         * gst/mpegstream/gstmpegparse.h:
22902           Remove clock (which was never provided, i.e. dead code), and
22903           also fix integer overflows at high PTS values (see #126967).
22904
22905 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22906
22907         * ext/flac/gstflacdec.c:
22908         * ext/libpng/gstpngenc.h:
22909         * ext/mikmod/gstmikmod.h:
22910           OS X fixes (see #126628).
22911
22912 2004-01-02  David Schleef  <ds@schleef.org>
22913
22914         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
22915         (gst_alsa_src_base_init): Remove bogus "src" request pad.
22916         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
22917         (gst_mpeg_parse_class_init): Move pad template registration
22918         to class_init, since the derived class (mpegdemux) doesn't
22919         want them.
22920
22921 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22922
22923         * sys/ximage/Makefile.am:
22924         * sys/xvideo/Makefile.am:
22925         * sys/xvimage/Makefile.am:
22926           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
22927           after installation (see #127664).
22928
22929 2004-01-02  David Schleef  <ds@schleef.org>
22930
22931         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
22932         (gst_ffmpegenc_connect):  Negotiation fixes.
22933         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
22934         Remove inappropriate gst_caps_free().
22935         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
22936         Reenable Ronald's internal resize code, since the core handles
22937         it correctly now.
22938
22939 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22940
22941         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
22942         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
22943         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
22944           Fix pad template stuff.
22945
22946 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22947
22948         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
22949         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
22950           fix signed integer reading/writing.
22951
22952 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22953
22954         * ext/alsa/README:
22955           Remove outdated document
22956
22957 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
22958
22959         * gst/cutter/gstcutter.c: (gst_cutter_init):
22960           src pad was being created twice - oops.
22961
22962 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22963
22964         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
22965           Comment out internal resize. It doesn't handle the resulting
22966           XEvent internally, does another try_set_caps() which leads to
22967           a really nice loop.
22968           Real fix will come when Julien and Dave are awake. ;).
22969
22970 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22971
22972         * ext/mpeg2enc/gstmpeg2enc.cc:
22973           fix const/nonconst compile issue.
22974
22975 2004-01-02  David Schleef  <ds@schleef.org>
22976
22977         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
22978         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
22979         Add fixate function and a check for bad formats.
22980
22981 2004-01-01  David Schleef  <ds@schleef.org>
22982
22983         Negotiation fixes:
22984         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
22985         (gst_audiofilter_init):
22986         * gst/debug/efence.c: (gst_efence_init):
22987         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
22988         (gst_deinterlace_init):
22989         * gst/volume/gstvolume.c: (volume_connect):
22990
22991 2004-01-01  David Schleef  <ds@schleef.org>
22992
22993         Convert elements to use gst_pad_use_explicit_caps() where
22994         appropriate:
22995         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
22996         * ext/audiofile/gstafparse.c: (gst_afparse_init),
22997         (gst_afparse_open_file):
22998         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
22999         (gst_afsrc_open_file):
23000         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
23001         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
23002         (gst_ffmpegdec_chain):
23003         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23004         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
23005         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
23006         (gst_gdk_pixbuf_chain):
23007         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
23008         (gst_jpegdec_chain):
23009         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
23010         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
23011         (gst_mikmod_negotiate):
23012         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
23013         (gst_mpeg2dec_negotiate_format):
23014         * ext/mpeg2enc/gstmpeg2enc.cc:
23015         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23016         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
23017         (gst_speexdec_sinkconnect):
23018         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
23019         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
23020         (gst_vorbisfile_new_link):
23021         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
23022         (gst_ac3parse_chain):
23023         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
23024         (gst_asf_demux_setup_pad):
23025         * gst/auparse/gstauparse.c: (gst_auparse_init),
23026         (gst_auparse_chain):
23027         * gst/id3/gstid3types.c: (gst_id3types_loop):
23028         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
23029         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
23030         (mp1videoparse_parse_seq):
23031         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
23032         (bpf_from_header):
23033         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
23034         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
23035         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
23036         (gst_mpeg_parse_send_data):
23037         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23038         (gst_qtdemux_add_stream):
23039         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
23040         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
23041         (gst_wavparse_parse_fmt):
23042
23043 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23044
23045         * configure.ac:
23046           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
23047           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
23048           it therefore uses the wrong include paths. Too bad... Note
23049           that 1.6.1.93 is not release yet. ;).
23050           Also add a check for mplex, which is now using the lib'ified
23051           mplex from mjpegtools, too.
23052         * ext/ffmpeg/gstffmpegcodecmap.c:
23053           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
23054           issues. I don't think ffmpeg handles 3ivx correctly, so this
23055           probably won't work. But it won't hurt either.
23056         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
23057         (gst_ffmpegdec_chain):
23058         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
23059         (gst_ffmpegenc_chain_audio):
23060           Fix memleak in audio encoding. Close codec if open fails, this
23061           calls the cleanup routines so we can re-use the context.
23062         * ext/mpeg2enc/gstmpeg2enc.cc:
23063           Fix pad template names/types, fix memory issue with getcaps().
23064         * ext/mpeg2enc/gstmpeg2encoder.cc:
23065         * ext/mpeg2enc/gstmpeg2encoder.hh:
23066           Fix compile issue with new caps system (const thingy).
23067         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23068         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
23069           We read a first frame right on initing, so that we have a caps
23070           when we init the output. This caps is cached in padprivate and
23071           read as first frame.
23072         * ext/mplex/Makefile.am:
23073         * ext/mplex/gstmplex.cc:
23074         * ext/mplex/gstmplex.h:
23075         * ext/mplex/gstmplex.hh:
23076         * ext/mplex/gstmplexibitstream.cc:
23077         * ext/mplex/gstmplexibitstream.hh:
23078         * ext/mplex/gstmplexjob.cc:
23079         * ext/mplex/gstmplexjob.hh:
23080         * ext/mplex/gstmplexoutputstream.cc:
23081         * ext/mplex/gstmplexoutputstream.hh:
23082           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
23083           had issues, didn't do capsnego, supported only a subset of the
23084           mplex features and required a mplex fork in our local CVS. Plus
23085           that it worked agaist a very old mplex version. Rewriting was
23086           faster than updating it.
23087         * gst-libs/ext/Makefile.am:
23088         * gst-libs/ext/mplex/INSTRUCT:
23089         * gst-libs/ext/mplex/Makefile.am:
23090         * gst-libs/ext/mplex/README:
23091         * gst-libs/ext/mplex/TODO:
23092         * gst-libs/ext/mplex/ac3strm_in.cc:
23093         * gst-libs/ext/mplex/audiostrm.hh:
23094         * gst-libs/ext/mplex/audiostrm_out.cc:
23095         * gst-libs/ext/mplex/aunit.hh:
23096         * gst-libs/ext/mplex/bits.cc:
23097         * gst-libs/ext/mplex/bits.hh:
23098         * gst-libs/ext/mplex/buffer.cc:
23099         * gst-libs/ext/mplex/buffer.hh:
23100         * gst-libs/ext/mplex/fastintfns.h:
23101         * gst-libs/ext/mplex/format_codes.h:
23102         * gst-libs/ext/mplex/inputstrm.cc:
23103         * gst-libs/ext/mplex/inputstrm.hh:
23104         * gst-libs/ext/mplex/lpcmstrm_in.cc:
23105         * gst-libs/ext/mplex/mjpeg_logging.cc:
23106         * gst-libs/ext/mplex/mjpeg_logging.h:
23107         * gst-libs/ext/mplex/mjpeg_types.h:
23108         * gst-libs/ext/mplex/mpastrm_in.cc:
23109         * gst-libs/ext/mplex/mpegconsts.cc:
23110         * gst-libs/ext/mplex/mpegconsts.h:
23111         * gst-libs/ext/mplex/mplexconsts.hh:
23112         * gst-libs/ext/mplex/multplex.cc:
23113         * gst-libs/ext/mplex/outputstream.hh:
23114         * gst-libs/ext/mplex/padstrm.cc:
23115         * gst-libs/ext/mplex/padstrm.hh:
23116         * gst-libs/ext/mplex/stillsstream.cc:
23117         * gst-libs/ext/mplex/stillsstream.hh:
23118         * gst-libs/ext/mplex/systems.cc:
23119         * gst-libs/ext/mplex/systems.hh:
23120         * gst-libs/ext/mplex/vector.cc:
23121         * gst-libs/ext/mplex/vector.hh:
23122         * gst-libs/ext/mplex/videostrm.hh:
23123         * gst-libs/ext/mplex/videostrm_in.cc:
23124         * gst-libs/ext/mplex/videostrm_out.cc:
23125         * gst-libs/ext/mplex/yuv4mpeg.cc:
23126         * gst-libs/ext/mplex/yuv4mpeg.h:
23127         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
23128         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
23129           We don't fork mjpegtools' mplex in our CVS anymore.
23130         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
23131         (gst_avi_demux_add_stream):
23132         * gst/avi/gstavidemux.h:
23133           Add getcaps() function for proper caps nego. This makes some
23134           parts of AVI playback/reading work.
23135         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
23136           Resize window on new capsnego. This is probably wrong, but
23137           I'm still committing it because with current capsnego, the
23138           first successfull capsnego is auto-fixated, therefore rounded
23139           down to the lowest values in the caps. this results in a 16x16
23140           XWindow that is not reized when real capsnego finishes.
23141           Dave, I see more cases of this, do you know a proper solution?
23142         * tools/gst-launch-ext.in:
23143           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
23144
23145 2003-12-31  David Schleef  <ds@schleef.org>
23146
23147         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
23148         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
23149           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
23150
23151 2003-12-30  David Schleef  <ds@schleef.org>
23152
23153         * ext/ffmpeg/gstffmpegcolorspace.c:
23154         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
23155         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
23156         (gst_ffmpegcsp_chain): Negotiation fixes
23157         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
23158         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23159         (gst_audio_convert_link), (gst_audio_convert_channels):
23160         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
23161         (gst_audioscale_link), (gst_audioscale_get_buffer),
23162         (gst_audioscale_chain): Negotiation fixes
23163         * gst/audioscale/gstaudioscale.h:
23164         * gst/videofilter/gstvideofilter.c:
23165         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
23166         (gst_videofilter_link), (gst_videofilter_init),
23167         (gst_videofilter_set_output_size), (gst_videofilter_setup),
23168         (gst_videofilter_find_format_by_structure):
23169         * gst/videofilter/gstvideofilter.h: Negotiation fixes
23170         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
23171         (gst_videoscale_link):
23172         * gst/videoscale/videoscale.c: (videoscale_get_structure),
23173         (videoscale_find_by_structure), (gst_videoscale_setup):
23174         * gst/videoscale/videoscale.h: Negotiation fixes
23175         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
23176         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
23177         function, restrict resizing to a multiple of 4 (hack until
23178         everyone supports odd sizes correctly).
23179
23180 2003-12-29  Colin Walters  <walters@verbum.org>
23181
23182         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
23183         signed.
23184
23185 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
23186
23187         * ext/sndfile/gstsf.c: (gst_sf_loop):
23188           Fix warning about discarding const qualifier
23189
23190 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
23191
23192         * gst/cutter/gstcutter.c:
23193         * gst/videoscale/gstvideoscale.c:
23194         * gst/volenv/gstvolenv.c:
23195         * gst-libs/gst/audio/audio.c:
23196         * gst-libs/gst/video/video.c:
23197           Fix warnings
23198
23199 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23200
23201         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
23202           Don't send ALSA debugging to stderr.
23203         * ext/alsa/gstalsa.h:
23204           Use GST_WARNING instead of g_warning when ALSA functions fail.
23205
23206 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23207
23208         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23209           Free XVAdapterInfo correctly.
23210
23211 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23212
23213         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
23214         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
23215           Make id3tag use correct caps nego.
23216
23217 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
23218
23219         * ext/ivorbis/vorbis.c:
23220         * ext/ivorbis/vorbisenc.h:
23221         * ext/ivorbis/vorbisfile.c:
23222           Modify so that it uses the new caps things
23223
23224 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23225
23226         * testsuite/spider/spider1.c: (main):
23227         * testsuite/spider/spider2.c: (main):
23228         * testsuite/spider/spider3.c: (main):
23229           Make tests compile again. They probably don't work.
23230
23231 2003-12-24  Colin Walters  <walters@verbum.org>
23232
23233         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
23234         we can't fixate the caps anymore.
23235
23236 2003-12-23  David Schleef  <ds@schleef.org>
23237
23238         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
23239         * sys/oss/gstosssink.c: (gst_osssink_init),
23240         (gst_osssink_sink_fixate): Add fixate function.
23241
23242 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23243
23244         * ext/ffmpeg/gstffmpegcodecmap.c:
23245         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
23246         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
23247         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
23248         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
23249         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
23250         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
23251         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
23252           fix typo in RGB masks, and move back to "old" colorspace
23253           capsnego code until whoever wrote this new crap has actually
23254           tested it so that it works.
23255           And yes, this works, keep it that way please.
23256
23257 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23258
23259         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
23260         (gst_divxdec_init), (gst_divxdec_negotiate):
23261         * ext/divx/gstdivxdec.h:
23262         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
23263         (gst_divxenc_init):
23264         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
23265         (gst_faac_sinkconnect), (gst_faac_srcconnect):
23266         * ext/mpeg2enc/gstmpeg2enc.cc:
23267         * ext/mpeg2enc/gstmpeg2encoder.cc:
23268         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23269         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
23270         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
23271         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
23272         (dxr3spusink_init):
23273         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
23274         (dxr3videosink_init):
23275           Fix caps breakage after Dave's caps branch merge.
23276
23277 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23278
23279         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23280           Fix for 24bpp display.
23281
23282 2003-12-23  Colin Walters  <walters@verbum.org>
23283
23284         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
23285         a GnomeVFSHandle directly.
23286
23287 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23288
23289         * gst/volume/Makefile.am:
23290         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
23291         (volume_base_init), (volume_init):
23292           Reenable volume element and fix to work with new caps stuff.
23293           Rhythmbox needs this.
23294
23295 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23296
23297         * gst/qtdemux/qtdemux.c: (plugin_init):
23298           qtdemux requires bytestream
23299
23300 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23301
23302         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
23303           Fix remaining caps handling errors due to CAPS merge.
23304
23305 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23306
23307         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
23308         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
23309         (gst_faad_srcconnect):
23310           Port to new caps system.
23311
23312 2003-12-21  Julien MOUTTE  <julien@moutte.net>
23313
23314         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
23315         (got_video_size), (main): using g_print instead of g_message.
23316         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
23317         signal which was not emitted because of "switch" element added to the
23318         bin but not connected. (Removing from the bin temporarily)
23319
23320 2003-12-21  Julien MOUTTE  <julien@moutte.net>
23321
23322         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
23323         find X development files. I don't understand the previous tests and
23324         they fail on my debian/ppc unstable. This one works.
23325         * examples/gstplay/player.c: (main): Set the pipeline to READY before
23326         exiting.
23327         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
23328         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23329         (gst_play_set_visualization): Add some safety checks in set_ methods
23330         and state_change. This was throwing some ugly CRITICAL messages when
23331         pipeline was getting disposed and casts were failing.
23332
23333 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23334
23335         * configure.ac:
23336           Improve mpeg2enc detection. This is for distributions that do
23337           ship mjpegtools, but without mpeg2enc. Also does object check
23338           for might there ever be ABI incompatibility.
23339         * ext/mpeg2enc/gstmpeg2enc.cc:
23340           Add Andrew as second maintainer (he's helping me), and also add
23341           an error if no caps was set. This happens if I pull before capsnego
23342           and that's something I should solve sometime else.
23343         * gst/matroska/matroska-demux.c:
23344         (gst_matroska_demux_parse_blockgroup):
23345           Fix time parsing.
23346         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
23347         (gst_matroska_mux_track_header):
23348           Add caps to templates.
23349         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
23350           Add mpegversion=1 to prevent confusion with MPEG/AAC.
23351         * gst/mpegstream/gstmpegdemux.c:
23352           Remove layer since it causes warnings about unfixed caps.
23353         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23354           Fix obvious typo (we error out if caps were set, we should of
23355           course error out if *no* caps were set).
23356         * sys/oss/gstosselement.c: (gst_osselement_convert):
23357           Fix format conversion, we confused bits/bytes.
23358         * sys/oss/gstosselement.h:
23359           Improve documentation for 'bps'.
23360         * sys/v4l/TODO:
23361           Remove stuff about plugins that need removing - this was done
23362           ages ago.
23363         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
23364         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
23365         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
23366         (gst_v4lsrc_src_query):
23367         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
23368         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
23369           Add get_query_types(), get_formats() and query() functions.
23370
23371 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23372
23373         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
23374         * moved CVS to freedesktop.org