Releasing 0.10.3
[platform/upstream/gstreamer.git] / ChangeLog
1 === release 0.10.3 ===
2
3 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
4
5         * configure.ac:
6           releasing 0.10.3, "Under Pressure"
7
8 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
9
10         * configure.ac:
11         Drat. Bump libtool version number for new API.
12         Prelease 0.10.2.3 (of 0.10.3)
13
14 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
15
16         * configure.ac:
17         * win32/common/config.h:
18         0.10.2.2 prerelease (of 0.10.3).
19
20 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
21
22         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
23           Revert Andy's newsegment change pending a more correct
24           fix.
25
26 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27
28         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
29         (qt_type_find), (plugin_init):
30           detect more files as 3gp
31           group and reorder the iso file formats
32
33 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
34
35         * ext/vorbis/vorbis.c: (plugin_init):
36           Register musicbrainz tags, so apps don't have to.
37
38 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
39
40         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
41         (gst_tag_to_vorbis_tag):
42           Make sure we called gst_tag_register_musicbrainz_tags()
43           before possibly mapping a vorbiscomment string from/to a
44           musicbrainz tag.
45
46 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
47
48         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
49           In case we can't find the required number of consecutive
50           mpeg audio frames to positively identify an MPEG audio
51           stream, check if there's at least a valid mpeg audio
52           frame right at offset 0 and if so suggest mpeg/audio
53           caps with a very low probability (#153004).
54
55 2006-02-07  Andy Wingo  <wingo@pobox.com>
56
57         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
58         a TIME segment if we get timestamped buffers. Requires recent
59         fixes in core to work properly.
60
61 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
62
63         * gst/playback/gstplaybasebin.c: (prepare_output):
64           Don't print the URI as part of the error message, it
65           makes error dialogs look rather ugly, especially if
66           the URI is very long or has characters in it that
67           need escaping.
68
69 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
70
71         * gst/playback/gstplaybasebin.c: (prepare_output):
72           Error out if we have only text or subtitles, but nothing
73           else. Also error out if we have subtitles but no video
74           stream.
75
76 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
77
78         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
79           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
80           Post an error message on the bus when we encounter an
81           error, which will hopefully be more meaningful than the
82           'Internal Flow Error' message users get to see if we
83           just return GST_FLOW_ERROR.
84
85 2006-02-07  Andy Wingo  <wingo@pobox.com>
86
87         * configure.ac (GST_MAJORMINOR): Update core version req to
88         0.10.2.2, for the collectpads API addition (#330244).
89
90 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
91
92         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
93           Return FALSE from plugin_init() when GnomeVFS can't
94           be initialised for some reason (#328423).
95
96 2006-02-06  Julien MOUTTE  <julien@moutte.net>
97
98         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
99         Stick to seeking theory until i find the bug.
100         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
101
102 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
103
104         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
105         (theora_enc_finalize), (theora_enc_sink_setcaps),
106         (theora_set_header_on_caps), (theora_enc_chain),
107         (theora_enc_change_state):
108         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
109           Make theoraenc and the tests leak free. Like, really.
110
111 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
112
113         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
114         (theora_enc_finalize), (theora_enc_sink_setcaps):
115           Add a finalize method to ensure we clean up state even if
116           someone omitted the state change back to NULL.
117
118         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
119         (gst_vorbisenc_chain):
120           Free some more leaked bits.
121
122         * tests/check/pipelines/theoraenc.c: (start_pipeline),
123         (stop_pipeline):
124           Wait for state changes to happen if they're ASYNC.
125
126           This ought to teach those fancy pants buildbots a lesson.
127
128 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
129
130         * gst-libs/gst/tag/gstid3tag.c:
131           Add mapping for ID3 International Standard Recording Code
132           tag "TSRC"
133
134 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
135
136         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
137           Don't leak tag names.
138
139 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
140
141         * docs/libs/gst-plugins-base-libs-docs.sgml:
142         * docs/libs/gst-plugins-base-libs-sections.txt:
143         * gst-libs/gst/tag/gstid3tag.c:
144         * gst-libs/gst/tag/gstvorbistag.c:
145         * gst-libs/gst/tag/tags.c:
146           Split libgsttag docs into multiple sections.
147
148 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
149
150         * docs/libs/Makefile.am:
151         * docs/libs/gst-plugins-base-libs-docs.sgml:
152         * docs/libs/gst-plugins-base-libs-sections.txt:
153         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
154         * gst-libs/gst/tag/gstvorbistag.c:
155         * gst-libs/gst/tag/tag.h:
156         * gst-libs/gst/tag/tags.c:
157           Add libgsttag to the docs.
158
159 2006-02-05  Julien MOUTTE  <julien@moutte.net>
160
161         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
162         (gst_text_overlay_init), (gst_text_overlay_src_event),
163         (gst_text_overlay_collected): Fix clockoverlay.
164
165 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
166
167         * docs/libs/compiling.sgml:
168           Fix typo: it's pkg-config, not pkg-gconfig
169
170         * docs/libs/gst-plugins-base-libs-docs.sgml:
171         * docs/libs/gst-plugins-base-libs-sections.txt:
172         * docs/libs/tmpl/gstgconf.sgml:
173           There is no libgstgconf in 0.10, remove it
174           from the docs.
175
176 2006-02-05  Julien MOUTTE  <julien@moutte.net>
177
178         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
179         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
180         (gst_text_overlay_src_event), (gst_text_overlay_collected):
181         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
182         (gst_sub_parse_class_init), (gst_sub_parse_init),
183         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
184         (parse_mpsub), (parser_state_init), (handle_buffer),
185         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
186         * gst/subparse/gstsubparse.h: Introduce seeking code.
187
188 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
189
190         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
191           Add comment about LANGUAGE tag inconsistency (we want
192           ISO-639-1, but extract three-letter identifiers?)
193
194         * po/POTFILES.in:
195           Add two translatable files.
196
197 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
198
199         * gst-libs/gst/tag/Makefile.am:
200         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
201         * gst-libs/gst/tag/tag.h:
202         * gst-libs/gst/tag/tags.c:
203         (gst_tag_register_musicbrainz_tags_internal),
204         (gst_tag_register_musicbrainz_tags):
205           Forward-port some tags stuff from the 0.8 branch. This is
206           mostly the addition of musicbrainz tags and their mapping
207           to vorbistags, and a vorbistag mapping of the language tag.
208
209 2006-02-05  Julien MOUTTE  <julien@moutte.net>
210
211         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
212         refactoring.
213
214 2006-02-04  David Schleef  <ds@schleef.org>
215
216         * ext/ogg/gstoggmux.c:
217         * gst/typefind/gsttypefindfunctions.c:
218           Add Dirac typefinding and add dirac format to oggmux.
219
220 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
221
222         * gst/playback/gstdecodebin.c: (try_to_link_1):
223           Don't put essential function call into
224           g_return_*() macro, otherwise it'll all be
225           replaced by NOOPs when compiling with
226           G_DISABLE_CHECKS defined.
227
228 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
229
230         * ext/ogg/gstoggdemux.c:
231         * ext/ogg/gstoggparse.c:
232         * gst/tcp/gsttcpserversink.c:
233         * sys/v4l/v4lsrc_calls.c:
234         * sys/v4l/v4lsrc_calls.h:
235         Just make it compile with --disable-gst-debug.
236
237 2006-02-03  Wim Taymans  <wim@fluendo.com>
238
239         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
240         (gst_alsasink_class_init), (gst_alsasink_init),
241         (gst_alsasink_write), (gst_alsasink_reset):
242         * ext/alsa/gstalsasink.h:
243         Add lock to protect alsa calls.
244         Implement reset to flush samples ASAP, does not work
245         with dmix though.
246
247 2006-02-02  Wim Taymans  <wim@fluendo.com>
248
249         * gst-libs/gst/audio/gstbaseaudiosink.c:
250         (gst_base_audio_sink_provide_clock):
251         Ugh.. getting late I guess...
252
253 2006-02-02  Wim Taymans  <wim@fluendo.com>
254
255         * gst-libs/gst/audio/gstbaseaudiosink.c:
256         (gst_base_audio_sink_provide_clock),
257         (gst_base_audio_sink_set_property),
258         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
259         Don't try to provide a clock when we are not negotiated since
260         we might not be able to make it run.
261
262 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
263
264         * gst/playback/gstdecodebin.c: (try_to_link_1):
265           Unlinking two source pads is ... hard.
266
267 2006-02-02  Wim Taymans  <wim@fluendo.com>
268
269         * gst-libs/gst/audio/TODO:
270         Updated.
271
272         * gst-libs/gst/audio/gstbaseaudiosink.c:
273         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
274         On EOS, wait till the last sample is played before posting EOS.
275
276 2006-02-01  Philippe Kalaf <burger at speedy dot org>
277
278         * gst-libs/gst/rtp/gstbasertpdepayload.c:
279           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
280           setting queue_delay to zero. Also avoid thread being started if
281           queue_delay is zero.
282
283 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
284
285         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
286           Make test work again by connecting fakesinks to each decoded pad,
287           which makes the pipeline wait until each fakesink has a buffer
288           queued before going to PAUSED state. At that point we know the
289           decodebin pads are negotiated.
290
291 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
292
293         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
294         (gst_cdda_base_src_handle_event):
295         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
296           Pass unhandled queries to the parent class's query function.
297
298 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
299
300         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
301         (gst_ogg_pad_src_query):
302         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
303         * ext/theora/theoradec.c: (theora_dec_src_query),
304         (theora_dec_sink_query):
305         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
306         (vorbis_dec_sink_query):
307         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
308         (gst_vorbisenc_sink_query):
309         * gst/adder/gstadder.c: (gst_adder_query):
310           Pass unhandled queries upstream instead of just
311           dropping them (#326447). Also, fix supported
312           query types list for some elements.
313
314 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
315
316         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
317         (paris_type_find), (ilbc_type_find), (plugin_init):
318           Fix typefinding for audio/x-au, audio/x-paris and
319           audio/iLBC-sh. We cannot use the START_WITH macros
320           here, because there can only be one typefind factory
321           with the same name (caps), so the second one would
322           replace the first one and the first one would never
323           be called when doing typefinding (see #161712).
324           
325
326 2006-01-31  Wim Taymans  <wim@fluendo.com>
327
328         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
329         (vorbis_handle_header_packet), (vorbis_dec_push),
330         (vorbis_handle_data_packet):
331         Use scale_int when we can, add some more scaling.
332         Check packettype before parsing it.
333
334 2006-01-31  Wim Taymans  <wim@fluendo.com>
335
336         * ext/theora/theoradec.c: (_theora_granule_time),
337         (theora_dec_src_convert), (theora_dec_sink_convert):
338         Call right _scale functions.
339         Use parameter instead of some other random value.
340
341 2006-01-31  Wim Taymans  <wim@fluendo.com>
342
343         * ext/theora/theoradec.c: (_theora_granule_frame),
344         (_theora_granule_time), (_inc_granulepos),
345         (theora_dec_src_convert), (theora_dec_sink_convert),
346         (theora_handle_type_packet), (theora_handle_data_packet),
347         (theora_dec_chain):
348         Use higher precision timestamps calculation.
349         Convert some other conversions to _scale.
350
351 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
352
353         * gst/audiotestsrc/gstaudiotestsrc.c:
354         (gst_audio_test_src_create_sine_table), (plugin_init):
355         * gst/volume/gstvolume.c: (plugin_init):
356           initialize gst_controller before using
357
358 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
359
360         * tests/check/pipelines/theoraenc.c:
361         * tests/check/pipelines/vorbisenc.c:
362         Define constant using G_GINT64_CONSTANT to avoid errors when
363         passing it around - otherwise it gets truncated to 32 bits.
364
365         Fixes failing tests.
366
367 2006-01-31  Andy Wingo  <wingo@pobox.com>
368
369         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
370         caps being set doesn't have a framerate value. Basically a stopgap
371         measure.
372
373         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
374         technically correct enough to put into core though.
375         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
376         DURATION. Fixes theoraenc ! oggmux.
377
378         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
379         fraction, not double.
380
381 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
382
383         * win32/vs7:
384         add vs7 project files created by Sergey Scobich
385
386 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
387
388         * win32/vs8:
389         add vs8 project files created by Sergey Scobich
390         
391 2006-01-30  Andy Wingo  <wingo@pobox.com>
392
393         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
394         timestamp + duration, not just timestamp -- ogg pages should be
395         ordered by stop time. Necessary fix given the change in vorbis
396         timestamps.
397
398         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
399         (gst_theora_enc_init): Pull the granule shift out of the encoder.
400         (granulepos_add): New function, handles the messiness of adjusting
401         granulepos values.
402         (theora_buffer_from_packet):
403         (theora_enc_chain):
404         (theora_enc_sink_event): Use granulepos_add, not +.
405
406         * tests/check/pipelines/theoraenc.c
407         (check_buffer_granulepos_from_starttime): Just check the frame
408         count, not the actual granulepos -- we can't dictate to the
409         encoder when it should be placing keyframes.
410
411 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
412
413         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
414           SERVICE_NOT_AVAILABLE happens for example when you're trying to
415           play an http:// stream from a server that's not serving
416
417 2006-01-30  Andy Wingo  <wingo@pobox.com>
418
419         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
420         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
421         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
422         available.
423
424         * ext/theora/gsttheoraenc.h:
425         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
426         although theoraenc was timestamping correctly. Added handling of
427         streams that start with nonzero timestamps.
428
429         * tests/check/Makefile.am:
430         * tests/check/pipelines/theoraenc.c: New file, basically does same
431         tests as vorbisenc.
432
433         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
434
435 2006-01-30  Wim Taymans  <wim@fluendo.com>
436
437         * gst-libs/gst/audio/gstaudiosink.c:
438         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
439         (gst_audioringbuffer_pause):
440         Implement pause that does not wait for completion.
441
442         * gst-libs/gst/audio/gstbaseaudiosink.c:
443         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
444         Don't drop buffers when going to PAUSED but perform preroll on
445         remaining samples now that core base class supports this.
446
447         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
448         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
449         (gst_ring_buffer_commit):
450         Pause should not signal waiters.
451         Implement return value of _commit correctly.
452
453 2006-01-30  Andy Wingo  <wingo@pobox.com>
454
455         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
456
457         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
458         updated to timestamp from the first sample, not the last.
459         (gst_vorbisenc_buffer_from_header_packet): New function, takes
460         special care of granulepos and timestamp for header packets.
461         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
462         when the first buffer has a nonzero timestamp.
463
464         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
465         (GstVorbisEnc.subgranule_offset): New members. Take care of the
466         case when the first audio buffer we get has a nonzero timestamp.
467         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
468         properly timestamp vorbis buffers with the time of the first
469         sample, not the last.
470         
471         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
472         vorbis_granule_time_copy -- now it takes the granule/subgranule
473         offset into account.
474
475         * tests/check/pipelines/vorbisenc.c: New test for correctness of
476         timestamps, durations, and granulepos on buffers produced by
477         vorbisenc.
478
479 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
480
481         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
482         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
483           Patch from Eric Jonas to support conversions to/from UYVY 
484           (Fixes: #324626)
485
486 2006-01-30  Julien MOUTTE  <julien@moutte.net>
487
488         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
489         (setup_subtitle), (setup_source), (set_active_source):
490         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
491         (gen_text_element), (gen_audio_element), (gen_vis_element),
492         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
493
494 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
495
496         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
497         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
498                 use gst_guint64_to_gdouble to be compliant with vs6
499         * gst/playback/gstdecodebin.c: (try_to_link_1)
500         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
501                 use G_GINT64_CONSTANT for int64 constants
502         * win32/common/libgstinterfaces.def:
503                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
504         * win32/vs6:
505                 update and add new project files
506                 
507 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
508
509         * Makefile.am:
510         * win32/MANIFEST:
511         * win32/common/interfaces-enumtypes.c:
512         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
513         (gst_mixer_track_flags_get_type),
514         (gst_tuner_channel_flags_get_type):
515         * win32/common/interfaces-enumtypes.h:
516         * win32/common/multichannel-enumtypes.c:
517         (gst_audio_channel_position_get_type):
518         * win32/common/multichannel-enumtypes.h:
519           add a win32-update rule like in core, and copy over enumtypes files
520
521 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
522
523         * win32/MANIFEST:
524         * win32/common/config.h:
525         * win32/common/config.h.in:
526           add config files just like in core
527
528 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
529
530         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
531           Make gcc-4.1 happy (part of #327357).
532
533 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
534
535         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
536         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
537         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
538         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
539         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
540         (gst_alsasrc_unprepare), (gst_alsasrc_read):
541           Update all error messages.  All of them should either use
542           the default translated message, or actually provide a
543           translatable string.
544           Make the string for channel count problems meaningful.
545
546 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
547
548         * sys/v4l/v4l_calls.c: (gst_v4l_open):
549           check for and throw RESOURCE_BUSY
550
551 2006-01-27  David Schleef  <ds@schleef.org>
552
553         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
554           checked in this change -- it requires liboil features not
555           in 0.3.6.  Revert parts.
556
557 2006-01-27  David Schleef  <ds@schleef.org>
558
559         * REQUIREMENTS:
560         * configure.ac: update liboil requirement to 0.3.6
561         * gst/videoscale/Makefile.am:
562         * gst/videoscale/vs_scanline.c: liboilify
563
564 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
565
566         * ext/libvisual/visual.c: (get_buffer):
567           When pad_alloc returns a GstFlowReturn other
568           than GST_FLOW_OK, make sure it is passed upstream.
569
570 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
571
572         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
573         (gst_alsasink_class_init):
574           Free the device name string.
575
576         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
577         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
578         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
579           Don't remove a pad from the collectpads structure until it
580           is released - it's a request pad, and may receive data again
581           if the element gets moved back to PLAYING state.
582
583         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
584           Ensure we turn on double buffering on the Xv port, and
585           set the colour key to something dark and mysterious that
586           isn't black.
587
588 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
589
590         * ext/alsa/gstalsaplugin.c: (plugin_init):
591         * ext/cdparanoia/gstcdparanoiasrc.c:
592         (gst_cd_paranoia_src_base_init), (plugin_init):
593         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
594         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
595           - a library should not call setlocale. see "Libraries" node in
596             gettext manual
597           - make sure all plugins that use translation do bindtextdomain
598             to point to the localedir
599         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
600         (setup_sinks), (plugin_init):
601           all this, and check for NULL when creating sinks
602
603 2006-01-27  Julien MOUTTE  <julien@moutte.net>
604
605         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
606         (plugin_init): Make typefinding of subtitles work again.
607
608 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
609
610         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
611         (mp3_type_frame_length_from_header), (mp3_type_find),
612         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
613         (plugin_init):
614           Backport a bunch of typefinding fixes from the 0.8 branch.
615           Also, improve wavpack typefinding: if we can't peek the
616           entire wavpack block, try to parse the bits we can get and
617           see if we find what we're looking for in those.
618
619 2006-01-26  Julien MOUTTE  <julien@moutte.net>
620
621         * sys/ximage/ximagesink.c:
622         (gst_ximagesink_calculate_pixel_aspect_ratio):
623         * sys/xvimage/xvimagesink.c:
624         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
625         more cases of pixel aspect ratio.
626
627 2006-01-26  Edward Hervey  <edward@fluendo.com>
628
629         * gst/playback/gstdecodebin.c: (pad_probe):
630         Also consider the flush-start and tag events as unblockers
631         for the pad probes.
632
633 2006-01-26  Julien MOUTTE  <julien@moutte.net>
634
635         * gst/playback/gstplaybin.c: (gst_play_bin_init),
636         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
637         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
638         On the fly visualisation switch, works disabling, enabling as
639         well but it won't be able to enable vis in a playbin that was
640         created with no visualisation.
641
642 2006-01-25  Wim Taymans  <wim@fluendo.com>
643
644         * gst-libs/gst/audio/gstbaseaudiosink.c:
645         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
646         Undo previous commit that returned WRONG_STATE sooner, it breaks 
647         resume after pause.
648
649 2006-01-25  Wim Taymans  <wim@fluendo.com>
650
651         * gst-libs/gst/audio/gstbaseaudiosink.c:
652         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
653         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
654         Improve debugging.
655         Post error when caps cannot be parsed.
656         Resync on discontinuity in the stream.
657         Clip samples to segment boundaries.
658         return WRONG_STATE sooner when we are flushing.
659
660         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
661         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
662         Make audiosrc operate in TIME.
663         Set TIMESTAMP and DURATION on buffers.
664
665 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
666
667         * tests/examples/seek/seek.c: (main):
668           Output tag messages as well.
669
670 2006-01-23  Edward Hervey  <edward@fluendo.com>
671
672         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
673         (free_pad_probes), (remove_fakesink), (pad_probe),
674         (close_pad_link), (gst_decode_bin_change_state):
675         Replace GstPadBlockCallback with pad probes that detect
676         first buffer AND eos before removing fakesink.
677         Fixes hang with demuxers doing EOS while pre-rolling.
678         Solves #328279
679
680 2006-01-23  Andy Wingo  <wingo@pobox.com>
681
682         * ext/alsa/gstalsasink.c:
683         * gst-libs/gst/rtp/gstbasertpdepayload.c:
684         (gst_base_rtp_depayload_setcaps),
685         (gst_base_rtp_depayload_add_to_queue),
686         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
687         
688         Patch by: Jens Granseuer <jensgr at gmx dot net>
689
690 2006-01-22  Julien MOUTTE  <julien@moutte.net>
691
692         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
693         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
694         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
695         frames. We might get a frame destroyed after changing state to
696         NULL, adding a safety check on xcontext.
697
698 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
699
700         * gst-libs/gst/interfaces/xoverlay.c:
701           Fix prepare-xwindow-id code example in the docs - we need to
702           ignore all messages that aren't element messages as well.
703           
704 2006-01-21  Julien MOUTTE  <julien@moutte.net>
705
706         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
707           I think one day i'll completely undestand how caps negotiation
708           is supposed to work. This refactoring handles buffer_alloc
709           called with caps we can't handle. We definitely don't want a
710           set_caps with those caps, so we define and allocate a buffer
711           we would like to receive.
712
713 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
714
715         * gst/playback/gstplaybasebin.c: (setup_source):
716           Free iterator when done.
717
718 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
719
720         * gst-libs/gst/audio/gstbaseaudiosink.c:
721         (gst_base_audio_sink_render):
722           Fix playback of non-synchronised streams by assuming a rate
723           of 1.0 instead of a random one.
724
725           Makes this work again:
726
727           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
728           endianness=(int)4321, signed=(boolean)true, width=(int)16,
729           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
730           audioresample ! alsasink
731
732 === release 0.10.2 ===
733
734 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
735
736         * configure.ac:
737           releasing 0.10.2, "Then the devil is six"
738
739 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
740
741         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
742         * gst/playback/gststreamselector.c:
743         (gst_stream_selector_set_property):
744           Comment out broken code that connects to the state-changed signal.
745           At this point, changing current stream selection is broken, but 
746           stuff like gst-launch playbin current-audio=1 works and filters
747           to the chosen stream.
748
749 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
750
751         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
752           Fix #327216 (null dereference in vorbisdec)
753
754 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
755
756         * ext/theora/theoradec.c: (theora_handle_comment_packet):
757           Post taglist actually on bus instead of just freeing it
758           (fixes #327114 and totem bug #327080).
759
760         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
761           Use gst_element_found_tags_for_pad(), so that the tags
762           are sent downstream as an event as well.
763
764 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
765
766         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
767         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
768         (gst_ximagesink_buffer_alloc):
769         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
770         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
771         (gst_xvimagesink_buffer_alloc):
772           move all regularly occurring messages to GST_LOG level
773           add some more object logs
774
775 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
776
777         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
778           fix a silly segfault
779
780 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
781
782         * docs/libs/gst-plugins-base-libs-docs.sgml:
783         * docs/libs/gst-plugins-base-libs-sections.txt:
784         * gst-libs/gst/audio/mixerutils.c:
785         * gst-libs/gst/audio/mixerutils.h:
786           Add docs for mixerutils stuff.
787
788 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
789
790         * gst/playback/gstplaybasebin.c: (setup_source):
791           Fix playback for sources that emit raw audio or
792           raw video streams (e.g.: cd audio sources) (#325984).
793
794 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
795
796         * gst-libs/gst/audio/mixerutils.c:
797         (gst_audio_mixer_filter_do_filter):
798           actually save the element we create
799
800 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
801
802         * gst-libs/gst/cdda/gstcddabasesrc.c:
803         (gst_cdda_base_src_handle_track_seek):
804           No need to post a tag message on the bus when seeking
805           within the same track, only post it when the current
806           track changes.
807
808 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
809
810         * gst/playback/gstplaybasebin.c: (group_destroy),
811         (probe_triggered), (new_decoded_pad), (mute_group_type),
812         (set_active_source):
813         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
814         * gst/playback/gststreamselector.c:
815         (gst_stream_selector_base_init),
816         (gst_stream_selector_set_property),
817         (gst_stream_selector_request_new_pad):
818           Reenable stream selection. These mechanisms need a complete overhaul
819           in the face of 0.8->0.10 changes though.
820
821 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
822
823         * ext/ogg/gstoggdemux.c:
824           Change the pad template to src_%d to match the pads that 
825           are created from it. decodebin needs this information in order
826           to decide that oggdemux is capable of producing multiple pads
827           (and hence needs queues inserted).
828
829         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
830         (gst_ogg_mux_collected):
831           Make debug output more useful by using GST_PTR_FORMAT.
832
833 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
834
835         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
836
837         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
838           Set depth and width for alaw/mulaw (fixes #326601).
839
840 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
841
842         * tests/icles/Makefile.am:
843           don't build the tests if we don't have the libs
844
845 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
846
847         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
848         (gst_cd_paranoia_paranoia_callback):
849           Don't try to free NULL pointers.
850
851 2006-01-10  Edward Hervey  <edward@fluendo.com>
852
853         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
854         (gst_audio_rate_change_state), (plugin_init):
855         Add debugging category.
856         Fix type issues.
857         Add case for incoming buffers without valid offset/offset_end.
858
859 2006-01-10  Michael Smith  <msmith@fluendo.com>
860
861         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
862           Don't leak GCond in audio sources.
863
864 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
865
866         * gst/playback/gstplaybin.c: (gen_audio_element):
867           Don't leak an autoaudiosink/alsasink when we generate
868           a new audio element. (old code, I guess)
869
870 2006-01-10  Michael Smith  <msmith@fluendo.com>
871
872         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
873           Support float audio in audiorate.
874           Use width rather than depth for selecting sample width.
875
876 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
877
878         * gst/videotestsrc/videotestsrc.h:
879           Use GLib types here (that way we don't have to include the
880           generated _stdint.h header, which makes life easier for win32
881           folks that don't use autotools for the build) (#325990, patch
882           by: Sergey Scobich).
883
884 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
885
886         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
887         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
888         (gst_ring_buffer_pause), (wait_segment):
889         * gst-libs/gst/audio/gstringbuffer.h:
890           Name (private) union, makes Forte compiler happy (this time
891           for real) (#324900).
892
893 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
894
895         * gst-libs/gst/audio/Makefile.am:
896           Link against libgstinterfaces, needed for mixer
897           and property probe stuff.
898
899 2006-01-09  Edward Hervey  <edward@fluendo.com>
900
901         * gst-libs/gst/Makefile.am:
902
903 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
904
905         * gst-libs/gst/audio/Makefile.am:
906         * gst-libs/gst/audio/mixerutils.c:
907         (gst_audio_mixer_filter_do_filter),
908         (gst_audio_mixer_filter_check_element),
909         (gst_audio_mixer_filter_probe_feature),
910         (element_factory_rank_compare_func),
911         (gst_audio_default_registry_mixer_filter):
912         * gst-libs/gst/audio/mixerutils.h:
913           Add gst_audio_default_registry_mixer_filter() utility
914           function.
915
916 2006-01-03  Michael Smith  <msmith@fluendo.com>
917
918         * gst/audioresample/resample.h:
919           As before, but for o_buf
920
921 2006-01-03  Michael Smith  <msmith@fluendo.com>
922
923         * gst/audioresample/resample.h:
924           Declare struct _ResampleState.buffer as unsigned char *, not void *,
925           since we do arithmetic on it.
926
927 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
928
929         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
930         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
931         (gst_ring_buffer_pause), (wait_segment):
932         * gst-libs/gst/audio/gstringbuffer.h:
933           Sun's Forte compiler doesn't seem to like anonymous structs,
934           so use same setup as in GstBaseSrc (fixes #324900).
935
936 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
937
938         * configure.ac:
939         * gst/volume/Makefile.am:
940         * gst/volume/demo.c:
941           move old example to tests/examples/volume/volune.c
942         * tests/examples/Makefile.am:
943         * tests/examples/seek/seek.c: (main):
944           change window-close event from "delete-event" to "destroy"
945         * tests/examples/volume/Makefile.am:
946         * tests/examples/volume/volume.c: (value_changed_callback),
947         (setup_gui), (message_received), (eos_message_received), (main):
948           fix event handling and bus usage
949
950 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
951
952         * gst/audiotestsrc/gstaudiotestsrc.c:
953         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
954         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
955         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
956         (gst_audio_test_src_create_square),
957         (gst_audio_test_src_create_saw),
958         (gst_audio_test_src_create_triangle),
959         (gst_audio_test_src_create_silence),
960         (gst_audio_test_src_create_white_noise),
961         (gst_audio_test_src_create_pink_noise),
962         (gst_audio_test_src_init_sine_table),
963         (gst_audio_test_src_create_sine_table),
964         (gst_audio_test_src_change_wave),
965         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
966         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
967         * gst/audiotestsrc/gstaudiotestsrc.h:
968           update to basesrc changes, implement segmented seeking and eos
969           handling, add a 'sine-tab' waveform for performance critical playback
970
971 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
972
973         * po/POTFILES.in:
974           ... and this time the other modified file that I missed last time.
975
976 2005-12-29  Michael Smith  <msmith@fluendo.com>
977
978         * gst/playback/gstdecodebin.c: (new_pad):
979           Fix non-C89 variable declaration not at the start of a block. Should
980           help some compilers.
981
982 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
983
984         * tests/check/Makefile.am:
985           And now fix 'make distcheck' (builddir != srcdir)
986
987 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
988
989         * configure.ac:
990         * ext/cdparanoia/Makefile.am:
991         * ext/cdparanoia/gstcdparanoia.c:
992         * ext/cdparanoia/gstcdparanoia.h:
993         * ext/cdparanoia/gstcdparanoiasrc.c:
994         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
995         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
996         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
997         (gst_cd_paranoia_paranoia_callback),
998         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
999         (gst_cd_paranoia_src_set_property),
1000         (gst_cd_paranoia_src_get_property), (plugin_init):
1001         * ext/cdparanoia/gstcdparanoiasrc.h:
1002           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
1003           plugin again (there are still fixes required to playbin to make
1004           cdda:// uris work there).
1005
1006 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1007
1008         * tests/check/Makefile.am:
1009           Fix test case compilation.
1010
1011 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1012
1013         * gst-libs/gst/cdda/gstcddabasesrc.c:
1014         (gst_cdda_base_src_update_duration),
1015         (gst_cdda_base_src_calculate_cddb_id):
1016           An integer is not a string. Fix access to uninitialised variable.
1017
1018         * tests/check/Makefile.am:
1019           Add cddabasesrc unit test; also actually enable the vorbis test.
1020
1021         * tests/check/generic/states.c:
1022           Blacklist new cd audio elements as well.
1023
1024         * tests/check/libs/cddabasesrc.c:
1025           Unit test for GstCddaBaseSrc (discid calculation mostly).
1026
1027 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
1028
1029         * docs/libs/Makefile.am:
1030         * docs/libs/gst-plugins-base-libs-docs.sgml:
1031         * docs/libs/gst-plugins-base-libs-sections.txt:
1032         * docs/libs/gst-plugins-base-libs.types:
1033           Add docs for libgstcdda/GstCddaBaseSrc.
1034
1035         * gst-libs/gst/interfaces/mixertrack.h:
1036           Do one struct member per line with a semicolon at the end, that way
1037           even gtk-doc might parse it without complaining.
1038
1039 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
1040
1041         * configure.ac:
1042         * gst-libs/gst/Makefile.am:
1043         * gst-libs/gst/cdda/Makefile.am:
1044         * gst-libs/gst/cdda/base64.c:
1045         * gst-libs/gst/cdda/base64.h:
1046         * gst-libs/gst/cdda/gstcddabasesrc.c:
1047         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
1048         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
1049         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
1050         (gst_cdda_base_src_get_property),
1051         (gst_cdda_base_src_get_track_from_sector),
1052         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
1053         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
1054         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
1055         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
1056         (gst_cdda_base_src_uri_get_protocols),
1057         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
1058         (gst_cdda_base_src_uri_handler_init),
1059         (gst_cdda_base_src_setup_interfaces),
1060         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
1061         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
1062         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
1063         (gst_cdda_base_src_add_tags),
1064         (gst_cdda_base_src_add_index_associations),
1065         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
1066         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
1067         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
1068         (gst_cdda_base_src_create):
1069         * gst-libs/gst/cdda/gstcddabasesrc.h:
1070         * gst-libs/gst/cdda/sha1.c:
1071         * gst-libs/gst/cdda/sha1.h:
1072           Add new libgstcdda with GstCddaBaseSrc class.
1073
1074 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
1075
1076         * ext/gnomevfs/gstgnomevfssink.h:
1077           Use GstBaseSinkClass as parent_class member for class struct, not
1078           GstBaseSink.
1079
1080 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
1081
1082         * gst/videotestsrc/gstvideotestsrc.c:
1083         (gst_video_test_src_class_init), (gst_video_test_src_start):
1084           Add start method to reset running time and number of frames sent
1085           when starting up (fixes #324696; patch by: Michal Benes).
1086
1087 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
1088
1089         * docs/plugins/Makefile.am:
1090         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1091         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1092         * docs/plugins/gst-plugins-base-plugins.args:
1093         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1094         * docs/plugins/gst-plugins-base-plugins.signals:
1095           Add docs stuff for gnomevfssrc and gnomevfssink.
1096
1097         * ext/gnomevfs/gstgnomevfssrc.c:
1098           Fix example pipeline in gtk-doc blurb.
1099
1100 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
1101
1102         * ext/gnomevfs/Makefile.am:
1103         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
1104         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
1105         (gst_gnome_vfs_handle_get_type), (plugin_init):
1106         * ext/gnomevfs/gstgnomevfs.h:
1107         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
1108         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
1109         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
1110         (gst_gnome_vfs_sink_set_property),
1111         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
1112         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
1113         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
1114         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
1115         (gst_gnome_vfs_sink_uri_get_type),
1116         (gst_gnome_vfs_sink_uri_get_protocols),
1117         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
1118         (gst_gnome_vfs_sink_uri_handler_init):
1119         * ext/gnomevfs/gstgnomevfssink.h:
1120           Port gnomevfssink; add gtk-doc blurb.
1121
1122         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
1123         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
1124         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
1125         (gst_gnome_vfs_src_uri_get_type),
1126         (gst_gnome_vfs_src_uri_get_protocols),
1127         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
1128         (gst_gnome_vfs_src_uri_handler_init),
1129         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
1130         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
1131         (gst_gnome_vfs_src_send_additional_headers_callback),
1132         (gst_gnome_vfs_src_received_headers_callback),
1133         (gst_gnome_vfs_src_push_callbacks),
1134         (gst_gnome_vfs_src_pop_callbacks),
1135         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
1136         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
1137         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
1138         * ext/gnomevfs/gstgnomevfssrc.h:
1139           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
1140           file; add gtk-doc blurb with example pipelines.
1141
1142 === release 0.10.1 ===
1143
1144 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
1145
1146         * configure.ac:
1147           releasing 0.10.1, "Dobro Dedek"
1148
1149 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
1150
1151         * gst/typefind/gsttypefindfunctions.c:
1152         iLBC30 and iLBC20 added to typefind.
1153
1154 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1155
1156         * gst-libs/gst/audio/gstbaseaudiosink.c:
1157         (gst_base_audio_sink_class_init):
1158         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1159         (gst_base_audio_src_class_init):
1160           update strings, values are in microseconds
1161           change the default sink buffer time to something that is smaller
1162           (to help software volume mixing have a slightly lower delay) but
1163           still be acceptable on Wim's laptop
1164
1165 2005-12-20  Edward Hervey  <edward@fluendo.com>
1166
1167         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
1168         Made a quack, forgot to add DUCK to the riff video template.
1169
1170 2005-12-19  Edward Hervey  <edward@fluendo.com>
1171
1172         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
1173         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
1174         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
1175         (gst_ogm_parse_chain):
1176         Make sure pads are initialized correctly.
1177         * gst-libs/gst/riff/riff-ids.h:
1178         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1179         (gst_riff_create_video_template_caps):
1180         Add a whole bunch of FOURCC <=> MimeType.
1181         Extend the riff video pad template to support the newly added fourcc.
1182
1183 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
1184
1185         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1186         (gst_ogg_demux_activate_chain):
1187           Extra debug output when activating/deactivating chains.
1188
1189         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
1190         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
1191         (unlinked):
1192           Remove a queue from our list when it becomes unlinked.
1193           Don't add queues to elements in class 'Demux' if they
1194           can only produce one pad 
1195
1196 2005-12-18  Julien MOUTTE  <julien@moutte.net>
1197
1198         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
1199         (gst_video_sink_get_type): Add a debug category.
1200
1201 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
1202
1203         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1204         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
1205           Handle downstream newsegment by sending our own newsegment before the
1206           next buffer to be released. (#323900)
1207
1208 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
1209
1210         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1211         (gst_base_rtp_depayload_set_gst_timestamp):
1212           add queue delay to new segment as well (as opposed to just the first
1213           buffer). (bug #322347)
1214
1215 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
1216
1217         * ext/libvisual/visual.c: (make_valid_name):
1218           change some char* into char[]
1219         * gst/audiotestsrc/gstaudiotestsrc.c:
1220         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
1221         (gst_audio_test_src_create):
1222         * gst/audiotestsrc/gstaudiotestsrc.h:
1223           prepare to handle EOS and SEGMENT_DONE
1224
1225 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1226
1227         * tests/check/generic/states.c: (GST_START_TEST):
1228           Blacklist cdparanoia element in state test.
1229
1230 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1231
1232         * gst/tcp/gsttcp.c:
1233         * gst/tcp/gsttcpclientsink.c:
1234         * gst/tcp/gsttcpserversink.c:
1235         * gst/tcp/gsttcpserversrc.c:
1236           Add <string.h> includes for memset and FD_ZERO (fixes #323878;
1237           patch by: Benjamin Pineau).
1238
1239 2005-12-15  Michael Smith  <msmith@fluendo.com>
1240
1241         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
1242         (gst_video_rate_chain):
1243           Fix timestamping for videorate when the first buffer it sees has a
1244           non-zero timestamp. Fix some misleading debug output.
1245
1246 2005-12-15  Michael Smith  <msmith@fluendo.com>
1247
1248         * gst/audioresample/gstaudioresample.c:
1249           Don't leak all input buffers to audioresample.
1250
1251 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1252
1253         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
1254           Don't operate on empty text buffers. Strip newlines and
1255           tabs only from the end of the text, but leave them intact
1256           in the middle. Fix typo in gtk-doc description.
1257
1258 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1259
1260         * gst/playback/gstplaybasebin.c:
1261         * gst/playback/gstplaybin.c: (handoff):
1262           Make sure the video frame buffer we return to apps via the
1263           "frame" property always has caps set on it. Modify
1264           _gst_gvalue_set_object() macro to handle NULL objects
1265           gracefully too.
1266
1267 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
1268
1269         * gst/audiotestsrc/gstaudiotestsrc.c:
1270         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1271         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
1272         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
1273         (gst_audio_test_src_create):
1274         * gst/audiotestsrc/gstaudiotestsrc.h:
1275         Adjust to some recent api changes and add wtays new cool seeking
1276         capabillities
1277
1278 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1279
1280         * ext/alsa/Makefile.am:
1281         * ext/alsa/gstalsadeviceprobe.c:
1282         * ext/alsa/gstalsadeviceprobe.h:
1283           Helper functions to add device probing via the GstPropertyProbe
1284           interface to a class.
1285
1286         * ext/alsa/gstalsamixer.h:
1287           Comment out GST_ALSA_MIXER, it returns a struct that's not
1288           used.
1289
1290         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
1291           Add some debug info. 
1292
1293         * ext/alsa/gstalsamixerelement.c:
1294         (gst_alsa_mixer_element_interface_supported),
1295         (gst_implements_interface_init),
1296         (gst_alsa_mixer_element_init_interfaces),
1297         (gst_alsa_mixer_element_class_init),
1298         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
1299         (gst_alsa_mixer_element_set_property),
1300         (gst_alsa_mixer_element_get_property),
1301         (gst_alsa_mixer_element_change_state):
1302         * ext/alsa/gstalsamixerelement.h:
1303           Add 'device' and 'device-name' properties. Add GstPropertyProbe
1304           for device handling (gnome-volume-control will need that).
1305
1306 2005-12-12  Christian Schaller  <uraeus@gnome.org>
1307
1308         * ext/Makefile.am: fix cdparanoia entry
1309         * gst-plugins-base.spec.in: add cdparanoia
1310
1311 2005-12-12  Michael Smith  <msmith@fluendo.com>
1312
1313         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
1314           Use the correct function to free list of typefind factories.
1315
1316 2005-12-12  Wim Taymans  <wim@fluendo.com>
1317
1318         * gst/videotestsrc/gstvideotestsrc.c:
1319         (gst_video_test_src_class_init), (gst_video_test_src_init),
1320         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
1321         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
1322         (gst_video_test_src_create):
1323         * gst/videotestsrc/gstvideotestsrc.h:
1324         Implement seeking in videotestsrc.
1325         Small cleanups.
1326
1327 2005-12-12  Wim Taymans  <wim@fluendo.com>
1328
1329         * ext/cdparanoia/Makefile.am:
1330         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
1331         (gst_paranoia_endian_get_type), (_do_init),
1332         (cdparanoia_class_init), (cdparanoia_init),
1333         (cdparanoia_set_property), (cdparanoia_get_property),
1334         (cdparanoia_do_seek), (cdparanoia_is_seekable),
1335         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
1336         (cdparanoia_convert), (cdparanoia_get_query_types),
1337         (cdparanoia_query), (cdparanoia_set_index),
1338         (cdparanoia_uri_set_uri):
1339         * ext/cdparanoia/gstcdparanoia.h:
1340         Partially ported cdparanoia now that basesrc can support a
1341         plugin like this..
1342
1343 2005-12-12  Wim Taymans  <wim@fluendo.com>
1344
1345         * tests/examples/seek/scrubby.c: (main):
1346         Set higher priority for bus events so they don't get reordered with
1347         gtk gui events.
1348
1349         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
1350         (flush_toggle_cb), (main):
1351         Added checkbox to disable flushing seeks. 
1352         Disable scrubbing when doing non flushing seeks.
1353
1354 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
1355
1356         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
1357         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
1358         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
1359         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
1360           Implement some sort of event handling that doesn't rely on
1361           g_return_if_fail; make sure we always push the last chunk of an 
1362           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
1363           state change function; remove some old cruft. Seeking is still
1364           rather unlikely to work though.
1365
1366         * tools/.cvsignore:
1367           Ignore more.
1368
1369 2005-12-11  Julien MOUTTE  <julien@moutte.net>
1370
1371         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
1372         Fixed a leak of the current image reference when cleaning up.
1373         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
1374
1375 2005-12-09  Michael Smith  <msmith@fluendo.com>
1376
1377         * tools/Makefile.am:
1378         * tools/gst-launch-ext-m.m:
1379           Remove gst-launch-ext. It doesn't work, and is no longer
1380           particularly useful.
1381
1382 2005-12-08  Luca Ognibene  <luogni@tin.it>
1383
1384         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1385           don't pass random values to ogmparse convert function.
1386           Make seeking possible in the exile1.ogm file.
1387
1388 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1389
1390         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
1391         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1392           Work around refcount problem with g_value_set_object() that occur
1393           if the core has been compiled against GLib-2.6 (g_value_set_object()
1394           will only g_object_ref() the element, but the caller will
1395           gst_object_unref() it and bad things will happen due to the way
1396           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
1397           totem for people on FC4 using Thomas's 0.10 RPMs.
1398           
1399 2005-12-07  Edward Hervey  <edward@fluendo.com>
1400
1401         Time to welcome ogm to 0.10 :)
1402         
1403         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
1404         (gst_ogg_pad_typefind):
1405         Oggdemux can now properly typefind elements with dynamic pads.
1406         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
1407         Properly set caps on src pad, and set caps on outgoing buffers.
1408
1409 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1410
1411         * ext/alsa/gstalsamixer.h:
1412         * ext/alsa/gstalsamixerelement.h:
1413         * ext/alsa/gstalsamixeroptions.h:
1414         * ext/alsa/gstalsamixertrack.h:
1415         * ext/alsa/gstalsasink.c:
1416         * ext/alsa/gstalsasink.h:
1417         * ext/alsa/gstalsasrc.c:
1418         * ext/alsa/gstalsasrc.h:
1419         * ext/cdparanoia/gstcdparanoia.h:
1420         * ext/gnomevfs/gstgnomevfsuri.h:
1421         * ext/ogg/gstoggdemux.c:
1422         * ext/ogg/gstoggmux.c:
1423         * ext/pango/gsttextoverlay.h:
1424         * ext/theora/theoradec.c:
1425         * ext/theora/theoraenc.c:
1426         * ext/vorbis/vorbisdec.h:
1427         * ext/vorbis/vorbisenc.c:
1428         * ext/vorbis/vorbisenc.h:
1429         * ext/vorbis/vorbisparse.h:
1430         * gst-libs/gst/audio/gstaudioclock.h:
1431         * gst-libs/gst/audio/gstaudiosink.c:
1432         * gst-libs/gst/audio/gstaudiosink.h:
1433         * gst-libs/gst/audio/gstaudiosrc.c:
1434         * gst-libs/gst/audio/gstaudiosrc.h:
1435         * gst-libs/gst/audio/gstbaseaudiosink.c:
1436         * gst-libs/gst/audio/gstbaseaudiosink.h:
1437         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1438         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1439         * gst-libs/gst/audio/gstringbuffer.h:
1440         * gst-libs/gst/audio/multichannel.h:
1441         * gst-libs/gst/floatcast/floatcast.h:
1442         * gst-libs/gst/interfaces/colorbalance.c:
1443         * gst-libs/gst/interfaces/colorbalance.h:
1444         * gst-libs/gst/interfaces/colorbalancechannel.h:
1445         * gst-libs/gst/interfaces/mixer.h:
1446         * gst-libs/gst/interfaces/mixeroptions.h:
1447         * gst-libs/gst/interfaces/mixertrack.h:
1448         * gst-libs/gst/interfaces/navigation.h:
1449         * gst-libs/gst/interfaces/propertyprobe.h:
1450         * gst-libs/gst/interfaces/tuner.h:
1451         * gst-libs/gst/interfaces/tunerchannel.h:
1452         * gst-libs/gst/interfaces/tunernorm.h:
1453         * gst-libs/gst/interfaces/xoverlay.h:
1454         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1455         * gst-libs/gst/riff/riff-ids.h:
1456         * gst-libs/gst/riff/riff-media.h:
1457         * gst-libs/gst/riff/riff-read.h:
1458         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1459         * gst-libs/gst/rtp/gstbasertppayload.c:
1460         * gst-libs/gst/rtp/gstbasertppayload.h:
1461         * gst-libs/gst/rtp/gstrtpbuffer.c:
1462         * gst-libs/gst/rtp/gstrtpbuffer.h:
1463         * gst-libs/gst/tag/gsttageditingprivate.h:
1464         * gst-libs/gst/tag/gstvorbistag.c:
1465         (gst_tag_list_from_vorbiscomment_buffer):
1466         * gst-libs/gst/tag/tag.h:
1467         * gst-libs/gst/video/video.h:
1468         * gst/adder/gstadder.c:
1469         * gst/adder/gstadder.h:
1470         * gst/audioconvert/audioconvert.c:
1471         * gst/audioconvert/audioconvert.h:
1472         * gst/audioconvert/gstaudioconvert.c:
1473         * gst/audioconvert/gstchannelmix.c:
1474         * gst/audioconvert/gstchannelmix.h:
1475         * gst/audiorate/gstaudiorate.c:
1476         * gst/audioresample/buffer.h:
1477         * gst/audioresample/functable.h:
1478         * gst/audioresample/gstaudioresample.c:
1479         * gst/audioresample/resample.h:
1480         * gst/ffmpegcolorspace/avcodec.h:
1481         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1482         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
1483         * gst/ffmpegcolorspace/imgconvert.c:
1484         * gst/ffmpegcolorspace/imgconvert_template.h:
1485         * gst/playback/gstdecodebin.c:
1486         * gst/playback/gstplaybasebin.h:
1487         * gst/playback/gstplaybin.c:
1488         * gst/playback/gststreaminfo.h:
1489         * gst/tcp/gstfdset.c:
1490         * gst/tcp/gstfdset.h:
1491         * gst/tcp/gstmultifdsink.c:
1492         * gst/tcp/gstmultifdsink.h:
1493         * gst/tcp/gsttcp.h:
1494         * gst/tcp/gsttcpclientsrc.c:
1495         * gst/tcp/gsttcpclientsrc.h:
1496         * gst/tcp/gsttcpplugin.h:
1497         * gst/tcp/gsttcpserversink.c:
1498         * gst/tcp/gsttcpserversrc.c:
1499         * gst/typefind/gsttypefindfunctions.c:
1500         * gst/videorate/gstvideorate.c:
1501         * gst/videotestsrc/gstvideotestsrc.h:
1502         * gst/videotestsrc/videotestsrc.h:
1503         * sys/v4l/gstv4lcolorbalance.h:
1504         * sys/v4l/gstv4ltuner.h:
1505         * sys/v4l/gstv4lxoverlay.h:
1506         * sys/v4l/v4l_calls.h:
1507         * sys/v4l/videodev_mjpeg.h:
1508         * tests/check/elements/audioconvert.c:
1509         * tests/check/elements/audioresample.c:
1510         * tests/check/elements/audiotestsrc.c:
1511         * tests/check/elements/videotestsrc.c:
1512         * tests/check/elements/volume.c:
1513         * tests/examples/seek/scrubby.c:
1514         * tests/examples/seek/seek.c:
1515           expand tabs
1516
1517 === release 0.10.0 ===
1518
1519 2005-12-05   <thomas (at) apestaart (dot) org>
1520
1521         * configure.ac:
1522           releasing 0.10.0, "Mont-d'or"
1523
1524 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1525
1526         * tests/examples/seek/Makefile.am:
1527         Build fix for when gtk is not available.
1528
1529 2005-12-05  Andy Wingo  <wingo@pobox.com>
1530
1531         * ext/libvisual/visual.c: (get_buffer):
1532         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
1533         * ext/pango/gsttextrender.c: (gst_text_render_chain):
1534         * ext/theora/theoradec.c: (theora_handle_data_packet):
1535         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
1536         (theora_enc_chain):
1537         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1538         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
1539         Update for alloc_buffer changes.
1540
1541 2005-12-05  Andy Wingo  <wingo@pobox.com>
1542
1543         patch by: Kai Vehmanen <kv2004 eca cx>
1544         
1545         * gst-libs/gst/rtp/gstbasertpdepayload.c
1546         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
1547
1548 2005-12-04  Andy Wingo  <wingo@pobox.com>
1549
1550         patch by: Sebastien Cote <sebas642 yahoo ca>
1551         
1552         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
1553         Fixes #319172.
1554
1555 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
1556
1557         * docs/plugins/Makefile.am:
1558         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1559         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1560         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1561         * ext/pango/gstclockoverlay.c:
1562         * ext/pango/gsttextoverlay.c: 
1563         * ext/pango/gsttextrender.c:
1564         * ext/pango/gsttimeoverlay.c:
1565           Add gtk-doc blurbs to pango elements.
1566
1567 2005-12-02  Wim Taymans  <wim@fluendo.com>
1568
1569         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
1570         * gst/audioresample/buffer.h:
1571         * gst/audioresample/gstaudioresample.c:
1572         * gst/audioresample/gstaudioresample.h:
1573         * gst/audioresample/resample.c: (resample_input_flush),
1574         (resample_input_pushthrough), (resample_input_eos),
1575         (resample_get_output_size_for_input),
1576         (resample_get_input_size_for_output), (resample_get_output_size),
1577         (resample_get_output_data):
1578         * gst/audioresample/resample.h:
1579         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1580         Fix audioresample, seek torture, new segments, reverse negotiation
1581         etc.. work fine.
1582
1583 2005-12-02  Wim Taymans  <wim@fluendo.com>
1584
1585         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1586         Small cleanups.
1587
1588 2005-12-02  Wim Taymans  <wim@fluendo.com>
1589
1590         * gst/audioconvert/gstaudioconvert.c:
1591         (gst_audio_convert_transform):
1592         Post errors.
1593
1594 === release 0.9.7 ===
1595
1596 2005-12-01   <thomas (at) apestaart (dot) org>
1597
1598         * configure.ac:
1599           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
1600
1601 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1602
1603         * Makefile.am:
1604         * po/hu.po:
1605         * win32/MANIFEST:
1606         * win32/gst.sln:
1607           add win32 MANIFEST file
1608           do something to the hungarian translation
1609
1610 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
1611
1612         * ext/Makefile.am:
1613           Add $(PANGO_DIR) to SUBDIRS
1614
1615         * ext/pango/gstclockoverlay.c:
1616         * ext/pango/gsttimeoverlay.c:
1617           Fix and improve element descriptions.
1618
1619 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1620
1621         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1622         * docs/plugins/inspect/plugin-libvisual.xml:
1623         * docs/plugins/inspect/plugin-pango.xml:
1624           add pango plugin to docs
1625
1626 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1627
1628         * configure.ac:
1629         * ext/Makefile.am:
1630           moved pango to base
1631
1632 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1633
1634         * configure.ac:
1635         * tests/Makefile.am:
1636         * tests/icles/.cvsignore:
1637         * tests/icles/Makefile.am:
1638         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
1639         (close_display), (resize_window), (move_window), (create_window),
1640         (terminate_playback), (pause_playback), (start_playback), (main):
1641           add stress test for xoverlay from Julien
1642
1643 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1644
1645         * docs/libs/tmpl/gstcolorbalance.sgml:
1646         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1647         * gst-libs/gst/rtp/gstbasertppayload.c:
1648         * gst-libs/gst/rtp/gstrtpbuffer.c:
1649         * gst-libs/gst/rtp/gstrtpbuffer.h:
1650           Do burger's rename for rtp payloaders and depayloaders
1651
1652 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1653
1654         * win32/:
1655           add Visual Studio 6 build files
1656
1657 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1658
1659         * docs/libs/gst-plugins-base-libs-docs.sgml:
1660         * docs/libs/gst-plugins-base-libs-sections.txt:
1661         * docs/libs/tmpl/gstaudio.sgml:
1662         * docs/libs/tmpl/gstringbuffer.sgml:
1663         * gst-libs/gst/interfaces/xoverlay.c:
1664         * gst-libs/gst/video/gstvideofilter.c:
1665         * gst-libs/gst/video/gstvideosink.c:
1666           update documentation
1667
1668 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1669
1670         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
1671         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
1672         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
1673         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
1674         (gst_multi_fd_sink_get_stats),
1675         (gst_multi_fd_sink_remove_client_link),
1676         (gst_multi_fd_sink_handle_client_read),
1677         (gst_multi_fd_sink_client_queue_data),
1678         (gst_multi_fd_sink_client_queue_caps),
1679         (gst_multi_fd_sink_client_queue_buffer),
1680         (gst_multi_fd_sink_new_client),
1681         (gst_multi_fd_sink_handle_client_write),
1682         (gst_multi_fd_sink_recover_client),
1683         (gst_multi_fd_sink_queue_buffer),
1684         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
1685         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
1686         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
1687         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
1688         * gst/tcp/gstmultifdsink.h:
1689         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
1690         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
1691         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
1692         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
1693         (gst_tcp_client_sink_set_property),
1694         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
1695         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
1696         * gst/tcp/gsttcpclientsink.h:
1697         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
1698         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
1699         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
1700         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
1701         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
1702         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
1703         * gst/tcp/gsttcpclientsrc.h:
1704         * gst/tcp/gsttcpplugin.c: (plugin_init):
1705         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
1706         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
1707         (gst_tcp_server_sink_finalize),
1708         (gst_tcp_server_sink_handle_server_read),
1709         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
1710         (gst_tcp_server_sink_set_property),
1711         (gst_tcp_server_sink_get_property),
1712         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
1713         * gst/tcp/gsttcpserversink.h:
1714         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
1715         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
1716         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
1717         (gst_tcp_server_src_set_property),
1718         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
1719         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
1720         * gst/tcp/gsttcpserversrc.h:
1721           more borgifying
1722
1723 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1724
1725         * docs/plugins/Makefile.am:
1726         * docs/plugins/gst-plugins-base-plugins.args:
1727         * docs/plugins/inspect/plugin-libvisual.xml:
1728         * gst/audioconvert/plugin.h:
1729         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
1730         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
1731         (gst_audio_rate_setcaps), (gst_audio_rate_init),
1732         (gst_audio_rate_chain), (gst_audio_rate_set_property),
1733         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
1734         (plugin_init):
1735         * gst/audiotestsrc/gstaudiotestsrc.c:
1736         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
1737         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1738         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
1739         (gst_audio_test_src_get_query_types),
1740         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
1741         (gst_audio_test_src_create_square),
1742         (gst_audio_test_src_create_saw),
1743         (gst_audio_test_src_create_triangle),
1744         (gst_audio_test_src_create_silence),
1745         (gst_audio_test_src_create_white_noise),
1746         (gst_audio_test_src_init_pink_noise),
1747         (gst_audio_test_src_generate_pink_noise_value),
1748         (gst_audio_test_src_create_pink_noise),
1749         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
1750         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
1751         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
1752         (plugin_init):
1753         * gst/audiotestsrc/gstaudiotestsrc.h:
1754         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
1755         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
1756         (gst_sub_parse_init), (gst_sub_parse_formats),
1757         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
1758         (convert_encoding), (get_next_line),
1759         (gst_sub_parse_data_format_autodetect),
1760         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
1761         (gst_sub_parse_loop), (gst_sub_parse_chain),
1762         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
1763         (plugin_init):
1764         * gst/subparse/gstsubparse.h:
1765         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
1766         (gst_video_rate_base_init), (gst_video_rate_class_init),
1767         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
1768         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
1769         (gst_video_rate_init), (gst_video_rate_event),
1770         (gst_video_rate_chain), (gst_video_rate_set_property),
1771         (gst_video_rate_get_property), (gst_video_rate_change_state),
1772         (plugin_init):
1773         * gst/videoscale/gstvideoscale.c:
1774         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
1775         (gst_video_scale_src_template_factory),
1776         (gst_video_scale_sink_template_factory),
1777         (gst_video_scale_get_type), (gst_video_scale_base_init),
1778         (gst_video_scale_class_init), (gst_video_scale_init),
1779         (gst_video_scale_set_property), (gst_video_scale_get_property),
1780         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
1781         (gst_video_scale_prepare_size), (parse_caps),
1782         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
1783         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
1784         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
1785         (plugin_init):
1786         * gst/videoscale/gstvideoscale.h:
1787         * gst/videotestsrc/gstvideotestsrc.c:
1788         (gst_video_test_src_pattern_get_type),
1789         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
1790         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
1791         (gst_video_test_src_set_pattern),
1792         (gst_video_test_src_set_property),
1793         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
1794         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
1795         (gst_video_test_src_event), (gst_video_test_src_get_times),
1796         (gst_video_test_src_create), (plugin_init):
1797         * gst/videotestsrc/gstvideotestsrc.h:
1798         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
1799         (gst_video_test_src_smpte), (gst_video_test_src_snow),
1800         (gst_video_test_src_black):
1801         * gst/videotestsrc/videotestsrc.h:
1802           borgify further
1803           clean up docs a little
1804
1805 2005-11-30  Wim Taymans  <wim@fluendo.com>
1806
1807         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1808         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
1809         (gst_basertppayload_event), (gst_basertppayload_push),
1810         (gst_basertppayload_change_state):
1811         * gst-libs/gst/rtp/gstbasertppayload.h:
1812         closed #320644.
1813
1814 2005-11-30  Julien MOUTTE  <julien@moutte.net>
1815
1816         * docs/libs/gst-plugins-base-libs-docs.sgml:
1817         * docs/libs/gst-plugins-base-libs-sections.txt:
1818         * gst-libs/gst/video/gstvideofilter.c:
1819         * gst-libs/gst/video/gstvideosink.c:
1820         * gst-libs/gst/video/gstvideosink.h: Adding docs.
1821
1822 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1823
1824         * LICENSE:
1825           move
1826         * po/af.po:
1827         * po/az.po:
1828         * po/cs.po:
1829         * po/en_GB.po:
1830         * po/hu.po:
1831         * po/it.po:
1832         * po/nb.po:
1833         * po/nl.po:
1834         * po/or.po:
1835         * po/sq.po:
1836         * po/sr.po:
1837         * po/sv.po:
1838         * po/uk.po:
1839         * po/vi.po:
1840         * Makefile.am:
1841           update
1842         * scripts/autoplugins.sh:
1843           remove
1844
1845 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1846
1847         * Makefile.am:
1848         * configure.ac:
1849         * examples/Makefile.am:
1850         * examples/capsfilter/Makefile.am:
1851         * examples/capsfilter/capsfilter1.c:
1852         * examples/gob/Makefile.am:
1853         * examples/gob/gst-identity2.gob:
1854         * examples/indexing/.cvsignore:
1855         * examples/indexing/Makefile.am:
1856         * examples/indexing/indexmpeg.c:
1857         * examples/seeking/.cvsignore:
1858         * examples/seeking/Makefile.am:
1859         * examples/seeking/cdparanoia.c:
1860         * examples/seeking/cdplayer.c:
1861         * examples/seeking/chained.c:
1862         * examples/seeking/scrubby.c:
1863         * examples/seeking/seek.c:
1864         * examples/stats/Makefile.am:
1865         * examples/stats/mp2ogg.c:
1866         * examples/switch/.cvsignore:
1867         * examples/switch/Makefile.am:
1868         * examples/switch/switcher.c:
1869         * tests/Makefile.am:
1870         * tests/check/generic/.cvsignore:
1871         * tests/check/pipelines/.cvsignore:
1872         * tests/examples/Makefile.am:
1873         * tests/examples/seek/Makefile.am:
1874           reorganize stuff under tests/
1875
1876 2005-11-30  Edward Hervey  <edward@fluendo.com>
1877
1878         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
1879         Go away you stupid GstStaticPadTemplate memleak.
1880
1881 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1882
1883         * gst-libs/gst/net/Makefile.am:
1884         * gst-libs/gst/net/README:
1885         * gst-libs/gst/net/gstnetbuffer.c:
1886         * gst-libs/gst/net/gstnetbuffer.h:
1887           this was moved to "netbuffer"
1888
1889 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1890
1891         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
1892         (gst_video_filter_class_init), (gst_video_filter_init):
1893         * gst-libs/gst/video/gstvideofilter.h:
1894           borgify name to bring in line with other classes
1895
1896 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1897
1898         * gst/audioscale/.cvsignore:
1899         * gst/audioscale/Makefile.am:
1900         * gst/audioscale/README:
1901         * gst/audioscale/audioscale.vcproj:
1902         * gst/audioscale/dtof.c:
1903         * gst/audioscale/dtos.c:
1904         * gst/audioscale/functable.c:
1905         * gst/audioscale/gstaudioscale.c:
1906         * gst/audioscale/gstaudioscale.h:
1907         * gst/audioscale/private.h:
1908         * gst/audioscale/resample.c:
1909         * gst/audioscale/resample.h:
1910         * gst/audioscale/test.c:
1911           remove
1912
1913 2005-11-30  Edward Hervey  <edward@fluendo.com>
1914
1915         * gst-libs/gst/netbuffer/Makefile.am:
1916         really, really tired
1917
1918 2005-11-30  Edward Hervey  <edward@fluendo.com>
1919
1920         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1921         Update for new GstTypeFindFactory _register()
1922
1923 2005-11-30  Edward Hervey  <edward@fluendo.com>
1924
1925         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
1926         Let's not override libgstnet from core for no reason...
1927         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
1928         Ok, maybe not so quick next time.
1929
1930 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1931
1932         * configure.ac:
1933         * gst-libs/gst/Makefile.am:
1934           moved gst-libs/gst/net to netbuffer through CVS surgery
1935           remove old directory
1936           updating build to accomodate
1937           (#322257)
1938
1939 2005-11-29  Andy Wingo  <wingo@pobox.com>
1940
1941         * pkgconfig/gstreamer-plugins-base.pc.in:
1942         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1943         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
1944         (#322257).
1945
1946 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
1947
1948         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
1949         3rd time's the charm. Correct ref-counting for discarded buffers.
1950
1951 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
1952
1953         * gst/playback/gststreamselector.c:
1954         (gst_stream_selector_class_init),
1955         (gst_stream_selector_set_property),
1956         (gst_stream_selector_get_property),
1957         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
1958         Fix ref-counting
1959
1960 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
1961
1962         * gst/subparse/gstsubparse.c: (feed_textbuf):
1963           Don't access already unref'ed buffer.
1964
1965 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
1966
1967         * gst/playback/gststreamselector.c:
1968         (gst_stream_selector_class_init), (gst_stream_selector_init),
1969         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
1970         (gst_stream_selector_get_property),
1971         (gst_stream_selector_get_linked_pad),
1972         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
1973         * gst/playback/gststreamselector.h:
1974         Add the active-pad property for playbin to use shortly. Ignore buffers
1975         from any other pad, returning GST_FLOW_NOT_LINKED
1976
1977 2005-11-29  Julien MOUTTE  <julien@moutte.net>
1978
1979         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
1980         patch from bug #322704 (Alessandro Decina).
1981
1982 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1983
1984         * gst-libs/gst/audio/Makefile.am:
1985           folded audiofilter into the audio library
1986
1987 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1988
1989         * gst/videoscale/gstvideoscale.h:
1990         * gst/videoscale/gstvideoscale.c:
1991           remove unimplemented scale methods
1992
1993 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
1994
1995         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
1996           Don't leak caps.
1997
1998 2005-11-28  Julien MOUTTE  <julien@moutte.net>
1999
2000         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
2001         (gst_ximagesink_setcaps):
2002         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2003         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
2004         happens (only visible on ximagesink but bug is in xv too) set_caps was
2005         destroying the internal x[v]image used to memcpy non locally alloced
2006         buffers so that it got renewed on next _chain. The issue is that 
2007         _expose will try to put that image as it reffed it in _put.
2008         Using gst_buffer_unref instead of destroy fixes it !
2009
2010 2005-11-28  Edward Hervey  <edward@fluendo.com>
2011
2012         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2013         (try_to_link_1), (queue_filled_cb):
2014         Better use of the queues. Start with a small size queue and only increase
2015         the size of the queues when the other queues are empty.
2016
2017 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2018
2019         * gst-libs/gst/video/Makefile.am:
2020           compile in copied-over videofilter into the video library
2021         * gst-libs/gst/video/videosink.h:
2022           rename the header to gstvideosink.h since it's a base GstObject class
2023         * sys/ximage/ximagesink.h:
2024         * sys/xvimage/xvimagesink.h:
2025           use the new header
2026
2027 2005-11-28  Wim Taymans  <wim@fluendo.com>
2028
2029         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
2030         * gst/playback/gstplaybasebin.h:
2031         Prepare to handle errors betters.
2032
2033         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
2034         Set sinks to PAUSED first before adding and linking them so that
2035         we don't interrupt dataflow.
2036
2037 2005-11-28  Wim Taymans  <wim@fluendo.com>
2038
2039         * gst-libs/gst/audio/TODO:
2040         Updated TODO
2041
2042         * gst-libs/gst/audio/gstaudiosink.c:
2043         (gst_audioringbuffer_open_device),
2044         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
2045         (gst_audioringbuffer_release):
2046         Small cleanups.
2047
2048         * gst-libs/gst/audio/gstbaseaudiosink.c:
2049         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
2050         (gst_base_audio_sink_change_state):
2051         Slave to the master clock when going to PLAYING and unslave when
2052         going to PAUSED.
2053
2054         * gst-libs/gst/audio/gstringbuffer.c:
2055         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
2056         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
2057         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
2058         (gst_ring_buffer_clear_all), (wait_segment),
2059         (gst_ring_buffer_commit), (gst_ring_buffer_read),
2060         (gst_ring_buffer_advance):
2061         * gst-libs/gst/audio/gstringbuffer.h:
2062         Add some docs and cleanups.
2063
2064 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2065
2066         * sys/xvimage/xvimagesink.c:
2067         (gst_xvimagesink_navigation_send_event): Fix navigation events
2068         coordinates translation with pixel aspect ratios.
2069
2070 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2071
2072         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2073         Use calculated video geometry from _setcaps instead of buffer
2074         caps to respect pixel aspect ratio. (fixes #322388)
2075
2076 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2077
2078         * docs/libs/tmpl/gstcolorbalance.sgml:
2079         * docs/libs/tmpl/gstmixer.sgml:
2080         * docs/libs/tmpl/gstxoverlay.sgml:
2081         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
2082         interface.
2083
2084 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2085
2086         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2087         Refuse to create an XvImage if we can't find the format.
2088
2089 2005-11-28  Edward Hervey  <edward@fluendo.com>
2090
2091         * gst-libs/gst/riff/riff-media.c:
2092         (gst_riff_create_audio_template_caps):
2093         Add ATRAC3 to the list of riff-possible audio caps.
2094         I know we still don't have a plugin for atrac3, but it's saner to output
2095         that than a cryptic mimetype.
2096
2097 2005-11-27  Edward Hervey  <edward@fluendo.com>
2098
2099         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
2100         Don't try to create a zero-sized subbuffer.
2101
2102 2005-11-27  Julien MOUTTE  <julien@moutte.net>
2103
2104         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
2105         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
2106         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
2107         (gst_ximagesink_expose): Fixed a tricky race.
2108         * sys/ximage/ximagesink.h:
2109         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2110         (gst_xvimagesink_expose): Fixed a tricky race.
2111         * sys/xvimage/xvimagesink.h:
2112
2113 2005-11-27  Edward Hervey  <edward@fluendo.com>
2114
2115         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
2116         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
2117         Remove unused properties, and add queues between demuxers and decoders
2118         so that a lot more files can preroll properly.
2119
2120 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2121
2122         * gst-libs/gst/net/Makefile.am:
2123         * gst-libs/gst/rtp/Makefile.am:
2124         * gst-libs/gst/tag/Makefile.am:
2125           remove silly include
2126         * gst/tags/Makefile.am:
2127         * gst/tags/gsttagediting.c:
2128         * gst/tags/gsttageditingprivate.h:
2129         * gst/tags/tagedit.vcproj:
2130           remove directory, is as good as empty
2131
2132 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2133
2134         * configure.ac:
2135           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
2136         * gst-libs/Makefile.am:
2137         * gst-libs/gst/audio/Makefile.am:
2138         * gst-libs/gst/interfaces/Makefile.am:
2139         * gst-libs/gst/net/Makefile.am:
2140         * gst-libs/gst/riff/Makefile.am:
2141         * gst-libs/gst/rtp/Makefile.am:
2142         * gst-libs/gst/tag/Makefile.am:
2143         * gst-libs/gst/video/Makefile.am:
2144           and use them
2145
2146 2005-11-27  Julien MOUTTE  <julien@moutte.net>
2147
2148         * docs/libs/tmpl/gstcolorbalance.sgml:
2149         * docs/libs/tmpl/gstmixer.sgml:
2150         * docs/libs/tmpl/gstxoverlay.sgml:
2151         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
2152         * sys/ximage/ximagesink.h:
2153         * sys/xvimage/xvimagesink.h: More and more documentation.
2154
2155 2005-11-26  Julien MOUTTE  <julien@moutte.net>
2156
2157         * docs/libs/gst-plugins-base-libs-docs.sgml:
2158         * docs/libs/gst-plugins-base-libs-sections.txt:
2159         * docs/libs/tmpl/gstcolorbalance.sgml:
2160         * docs/libs/tmpl/gstmixer.sgml:
2161         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
2162         to documentation.
2163
2164 2005-11-26  Julien MOUTTE  <julien@moutte.net>
2165
2166         * docs/plugins/Makefile.am:
2167         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2168         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2169         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
2170
2171 2005-11-26  Julien MOUTTE  <julien@moutte.net>
2172
2173         * docs/plugins/Makefile.am:
2174         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2175         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2176         * docs/plugins/inspect/plugin-adder.xml:
2177         * docs/plugins/inspect/plugin-alsa.xml:
2178         * docs/plugins/inspect/plugin-audioconvert.xml:
2179         * docs/plugins/inspect/plugin-audiorate.xml:
2180         * docs/plugins/inspect/plugin-audioresample.xml:
2181         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2182         * docs/plugins/inspect/plugin-decodebin.xml:
2183         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2184         * docs/plugins/inspect/plugin-gnomevfs.xml:
2185         * docs/plugins/inspect/plugin-ogg.xml:
2186         * docs/plugins/inspect/plugin-playbin.xml:
2187         * docs/plugins/inspect/plugin-subparse.xml:
2188         * docs/plugins/inspect/plugin-tcp.xml:
2189         * docs/plugins/inspect/plugin-theora.xml:
2190         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2191         * docs/plugins/inspect/plugin-video4linux.xml:
2192         * docs/plugins/inspect/plugin-videorate.xml:
2193         * docs/plugins/inspect/plugin-videoscale.xml:
2194         * docs/plugins/inspect/plugin-videotestsrc.xml:
2195         * docs/plugins/inspect/plugin-volume.xml:
2196         * docs/plugins/inspect/plugin-vorbis.xml:
2197         * docs/plugins/inspect/plugin-ximagesink.xml:
2198         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
2199         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
2200
2201 2005-11-26  Edward Hervey  <edward@fluendo.com>
2202
2203         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
2204         Properly return GstFlowReturn from gst_pad_push in chain functions.
2205
2206 2005-11-25  Michael Smith  <msmith@fluendo.com>
2207
2208         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
2209         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
2210         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
2211         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
2212           Handle various conditions better when we don't understand a stream.
2213           Removes a heap of CRITICALs on ogg streams containing unknown data.
2214
2215 2005-11-24  Andy Wingo  <wingo@pobox.com>
2216
2217         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
2218         Be threadsafe.
2219
2220 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2221
2222         * configure.ac: back to HEAD
2223
2224 === release 0.9.6 ===
2225
2226 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
2227
2228         * configure.ac:
2229           releasing 0.9.6, "White Eight"
2230
2231 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2232
2233         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2234         * docs/plugins/inspect/plugin-sine.xml:
2235           remove sinesrc some more
2236
2237 2005-11-23  Wim Taymans  <wim@fluendo.com>
2238
2239         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
2240         If we are reading too slowly, jump forward in the ringbuffer
2241         instead of blocking.
2242
2243 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
2244
2245         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
2246         (gst_visual_chain):
2247         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
2248         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
2249         (gst_videorate_chain):
2250         * gst/videotestsrc/gstvideotestsrc.c:
2251         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
2252         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
2253         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
2254         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
2255         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
2256         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
2257           Updates for API changes
2258
2259 2005-11-23  Wim Taymans  <wim@fluendo.com>
2260
2261         * gst-libs/gst/audio/gstbaseaudiosink.c:
2262         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
2263         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2264         Fix for calibration API change.
2265
2266 2005-11-23  Michael Smith <msmith@fluendo.com>
2267
2268         * gst-libs/gst/audio/multichannel.c:
2269         (gst_audio_get_channel_positions),
2270         (gst_audio_set_channel_positions),
2271         (gst_audio_set_structure_channel_positions_list),
2272         (gst_audio_fixate_channel_positions):
2273           Use gst_value_array_*() functions on value arrays, not
2274           gst_value_list_*().
2275
2276 2005-11-23  Edward Hervey  <edward@fluendo.com>
2277
2278         * autogen.sh:
2279         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
2280         Fixes autogen
2281
2282 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2283
2284         * check/Makefile.am:
2285         * check/elements/videotestsrc.c: (setup_videotestsrc),
2286         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
2287         (main):
2288           add a test for videotestsrc
2289
2290 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2291
2292         * gst/sine/.cvsignore:
2293         * gst/sine/Makefile.am:
2294         * gst/sine/gstsinesrc.c:
2295         * gst/sine/gstsinesrc.h:
2296         * gst/sine/sinesrc.vcproj:
2297           and remove sinesrc from the repository.  Closes #321446
2298
2299 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2300
2301         * configure.ac:
2302         * gst-plugins-base.spec.in:
2303           remove sinesrc from the build
2304
2305 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2306
2307         * check/Makefile.am:
2308         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
2309         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
2310         (main):
2311           add a test for audiotestsrc, testing all waves.  Even seems
2312           leak-free at first glance, nice job Stefan
2313
2314 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
2315
2316         * po/af.po:
2317         * po/az.po:
2318         * po/cs.po:
2319         * po/en_GB.po:
2320         * po/hu.po:
2321         * po/it.po:
2322         * po/nb.po:
2323         * po/nl.po:
2324         * po/or.po:
2325         * po/sq.po:
2326         * po/sr.po:
2327         * po/sv.po:
2328         * po/uk.po:
2329         * po/vi.po:
2330           Translation string updates
2331
2332         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
2333         (gst_v4lsrc_set_caps):
2334         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
2335         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
2336         * sys/v4l/v4lsrc_calls.h:
2337           Improve v4lsrc, by making it work again.
2338
2339 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
2340
2341         * ext/libvisual/visual.c: (gst_visual_chain):
2342           Fix the fps calculations.
2343
2344         * gst/ffmpegcolorspace/avcodec.h:
2345           Move structure element for clarity
2346
2347         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
2348         * gst-libs/gst/interfaces/tunernorm.h:
2349         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
2350         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
2351         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
2352         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
2353         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
2354         (gst_v4lmjpegsrc_getcaps):
2355         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
2356         (gst_v4lsrc_set_caps):
2357         * sys/v4l/gstv4lsrc.h:
2358         * sys/v4l/v4l_calls.c: (gst_v4l_open):
2359         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
2360         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
2361         * sys/v4l/v4lsrc_calls.h:
2362           Fractional framerates...
2363
2364 2005-11-22  Wim Taymans  <wim@fluendo.com>
2365
2366         * gst-libs/gst/audio/gstbaseaudiosink.c:
2367         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
2368         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2369         And we provide a clock by default, of course...
2370
2371 2005-11-22  Wim Taymans  <wim@fluendo.com>
2372
2373         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
2374         This clock can be slaved to a master clock now.
2375
2376         * gst-libs/gst/audio/gstbaseaudiosink.c:
2377         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2378         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
2379         (gst_base_audio_sink_set_clock),
2380         (gst_base_audio_sink_set_property),
2381         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
2382         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2383         * gst-libs/gst/audio/gstbaseaudiosink.h:
2384         Handle slaving the internal clock to the clock selected in the
2385         pipeline.
2386         Add property to make the basesink not provide a clock.
2387
2388         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2389         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
2390         (gst_base_rtp_depayload_wait):
2391         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2392         We can use the clock in GstElement, no need to store it ourselves.
2393
2394 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2395
2396         * docs/libs/tmpl/gstaudio.sgml:
2397           update
2398         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
2399         (gst_paranoia_endian_get_type):
2400         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
2401         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
2402         * gst/audiotestsrc/gstaudiotestsrc.c:
2403         (gst_audiostestsrc_wave_get_type):
2404         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
2405         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
2406         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
2407         (gst_sync_method_get_type), (gst_unit_type_get_type),
2408         (gst_client_status_get_type), (gst_multifdsink_class_init),
2409         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
2410         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
2411         (gst_multifdsink_get_property):
2412         * gst/tcp/gstmultifdsink.h:
2413         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
2414         * gst/videotestsrc/gstvideotestsrc.c:
2415         (gst_videotestsrc_pattern_get_type):
2416           remove deprecated properties
2417           fix up enums to correctly have short lowercase dashed nicks
2418
2419 2005-11-22  Michael Smith <msmith@fluendo.com>
2420
2421         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
2422         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2423           Add underscore.
2424
2425 2005-11-22  Michael Smith <msmith@fluendo.com>
2426
2427         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
2428         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2429           Use utility method for scaling clocktime for fractional framerates.
2430
2431 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
2432
2433         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
2434         (gst_visual_chain):
2435         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2436         * ext/theora/theoradec.c: (theora_handle_type_packet):
2437         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
2438         (theora_enc_chain):
2439         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2440         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
2441         * gst-libs/gst/video/video.h:
2442         * gst/ffmpegcolorspace/avcodec.h:
2443         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2444         (gst_ffmpeg_caps_to_pixfmt):
2445         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2446         (gst_ffmpegcsp_set_caps):
2447         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
2448         (gst_videorate_setcaps), (gst_videorate_blank_data),
2449         (gst_videorate_chain):
2450         * gst/videotestsrc/gstvideotestsrc.c:
2451         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
2452         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
2453         (gst_videotestsrc_event), (gst_videotestsrc_create):
2454         * gst/videotestsrc/gstvideotestsrc.h:
2455         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
2456         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
2457         (gst_ximagesink_get_times), (gst_ximagesink_init):
2458         * sys/ximage/ximagesink.h:
2459         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2460         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
2461         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
2462         * sys/xvimage/xvimagesink.h:
2463           Convert elements to use fractions for their framerate.
2464           V4L elements to come later tonight.
2465
2466 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2467
2468         * gst-libs/gst/audio/audio.c:
2469         * gst-libs/gst/audio/audio.h:
2470           remove some deprecated functions
2471
2472 2005-11-22  Andy Wingo  <wingo@pobox.com>
2473
2474         * Update for gst_tag_setter API changes.
2475
2476 2005-11-22  Andy Wingo  <wingo@pobox.com>
2477
2478         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
2479         (gst_ogg_demux_perform_seek):
2480         * ext/theora/theoradec.c (theora_dec_sink_event):
2481         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
2482         update-funcnames.
2483
2484 2005-11-22  Wim Taymans  <wim@fluendo.com>
2485
2486         * examples/seeking/seek.c: (main):
2487         Give higher priority to bus signals than the gtk events
2488         to fix a race condition in the segment looping.
2489
2490 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
2491
2492         * ext/theora/Makefile.am:
2493         * ext/vorbis/Makefile.am:
2494         * gst-libs/gst/tag/Makefile.am:
2495         * gst-plugins-base.spec.in:
2496           Rename libgsttagedit to libgsttag (#322117).
2497
2498 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
2499
2500         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
2501         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
2502           Call gst_x_overlay_prepare_xwindow_id() to give applications
2503           a final chance to set their own xwindow id before the video
2504           sink creates its own window.
2505
2506 2005-11-22  Julien MOUTTE  <julien@moutte.net>
2507
2508         * sys/xvimage/xvimagesink.c:
2509         (gst_xvimagesink_navigation_send_event): Handle navigation
2510         events correcly with borders if applicable.
2511
2512 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
2513
2514         Patch by: Luca Ognibene
2515
2516         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2517         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
2518         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2519         (gst_ffmpegcsp_caps_remove_format_info):
2520         * gst/ffmpegcolorspace/imgconvert.c:
2521         * gst/ffmpegcolorspace/imgconvert_template.h:
2522           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
2523           #318353); use gst_structure_has_name().
2524
2525 2005-11-22  Julien MOUTTE  <julien@moutte.net>
2526
2527         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
2528         (gst_ximagesink_class_init): Add debug macros on functions.
2529         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2530         (gst_xvimagesink_xwindow_draw_borders),
2531         (gst_xvimagesink_xvimage_put),
2532         (gst_xvimagesink_xwindow_update_geometry),
2533         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
2534         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
2535         (gst_xvimagesink_xcontext_clear),
2536         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
2537         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
2538         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
2539         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
2540         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
2541         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
2542         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
2543         expose while being PAUSED, out of data flow navigation events, etc..
2544
2545 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2546
2547         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
2548         * gst-libs/gst/audio/audio.h:
2549           fix prototype - wondering why the test worked regardless
2550
2551 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2552
2553         * check/Makefile.am:
2554         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
2555         * gst-libs/gst/audio/audio.h:
2556           add a method that returns a proper GstClockTime
2557
2558 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2559
2560         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
2561         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
2562         * gst-libs/gst/interfaces/xoverlay.h:
2563           Remove everything having to do with the desired size; add 
2564           gst_x_overlay_prepare_xwindow_id() function; remove the
2565           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
2566           post a message on the bus instead (#321816).
2567
2568         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
2569         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
2570         (gst_xvimagesink_xoverlay_init):
2571           Remove desired size stuff (#321816).
2572
2573 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2574
2575         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
2576         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
2577         (mpeg_video_type_find), (mpeg_video_stream_type_find):
2578           Terminate vararg functions with NULL instead of 0 to 
2579           make gcc4 happy.
2580
2581 2005-11-21  Andy Wingo  <wingo@pobox.com>
2582
2583         patch by: Sebastien Cote <sebas642@yahoo.ca>
2584         
2585         * gst-libs/gst/rtp/gstrtpbuffer.h: 
2586         * gst-libs/gst/rtp/gstrtpbuffer.c
2587         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
2588
2589 2005-11-21  Andy Wingo  <wingo@pobox.com>
2590
2591         * gst/playback/gstplaybin.c (gen_audio_element) 
2592         (gen_video_element): Use the new MISSING_PLUGIN core error
2593         category. Closes #320060.
2594
2595         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
2596         * gst/videorate/gstvideorate.c (gst_videorate_event):
2597         * ext/theora/theoradec.c (theora_dec_sink_event): 
2598         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
2599         stream lock.
2600
2601         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
2602         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
2603         stream lock changes.
2604
2605 2005-11-21  Wim Taymans  <wim@fluendo.com>
2606
2607         * gst-libs/gst/audio/gstbaseaudiosink.c:
2608         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2609         (gst_base_audio_sink_provide_clock),
2610         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
2611         (gst_base_audio_sink_change_state):
2612         * gst/audioresample/gstaudioresample.c:
2613         Segment update fix.
2614
2615 2005-11-21  Andy Wingo  <wingo@pobox.com>
2616
2617         * *.h:
2618         * *.c: Ran scripts/update-macros. Oh yes.
2619
2620 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2621
2622         * sys/ximage/Makefile.am:
2623         * sys/ximage/ximage.c:
2624           Rename ximage plugin to ximagesink (#321426) (Don't forget to
2625           remove your old libgstximage.* manually if necessary).
2626
2627 2005-11-21  Michael Smith <msmith@fluendo.com>
2628
2629         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
2630           Minimal fix for bug #320200: set the min/max bitrate in the correct
2631           units. A better fix would be to upgrade to the RATEMANAGE2
2632           interface, rather than using the deprecated interface used here, but
2633           that would require an update in our libvorbis dependency (to 1.1),
2634           which is probably undesirable.
2635
2636 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
2637
2638         * ext/libvisual/visual.c: (get_buffer):
2639         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2640         (gst_base_audio_src_fixate):
2641         * gst/audioconvert/gstaudioconvert.c:
2642         (gst_audio_convert_fixate_caps):
2643         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
2644         * gst/audiotestsrc/gstaudiotestsrc.c:
2645         (gst_audiotestsrc_src_fixate):
2646         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
2647         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
2648         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
2649         * gst/videotestsrc/gstvideotestsrc.c:
2650         (gst_videotestsrc_src_fixate):
2651         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
2652         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
2653           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
2654           (#322027)
2655
2656
2657 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2658
2659         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2660         (gst_riff_create_iavs_caps):
2661         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
2662         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
2663         (gst_riff_parse_info):
2664         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
2665         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
2666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
2667           Fixes for GST_FOURCC_FORMAT API change.
2668
2669 2005-11-21  Andy Wingo  <wingo@pobox.com>
2670
2671         patch by: Alessandro Dessina <alessandro nnva org>
2672
2673         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
2674         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
2675         (gst_ogg_parse_chain):
2676         * ext/theora/theoraenc.c (theora_set_header_on_caps):
2677         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
2678         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
2679         gst_value_list calls on arrays. Fixes #321962.
2680
2681 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2682
2683         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
2684         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
2685         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
2686         * gst/adder/gstadder.c: (gst_adder_init),
2687         (gst_adder_request_new_pad), (gst_adder_collected),
2688         (gst_adder_change_state):
2689           Update for gst_collectpads_foo() to gst_collect_pads_foo()
2690           API change.
2691
2692 2005-11-21  Michael Smith <msmith@fluendo.com>
2693
2694         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
2695         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
2696           Properly handle pad_push return values.
2697
2698 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
2699
2700         * gst-libs/gst/tag/Makefile.am:
2701         * gst-libs/gst/tag/gstvorbistag.c:
2702         (gst_tag_list_to_vorbiscomment_buffer):
2703           Remove obsolete vorbistag element and debug category.
2704
2705         * gst/playback/gstplaybasebin.c: (check_queue):
2706           Don't divide by 0 when queue-threshold is 0.
2707
2708         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
2709           Don't modify an existing pixel-aspect-ratio if we fail to read
2710           a new one.
2711
2712 2005-11-20  Wim Taymans  <wim@fluendo.com>
2713
2714         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
2715         (gst_vorbisenc_push_packet):
2716         GST_PAD_IS_USABLE is gone, use the return value of
2717         the push or pad_alloc_buffer instead.
2718
2719 2005-11-18  Julien MOUTTE  <julien@moutte.net>
2720
2721         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
2722         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
2723         (gst_ximagesink_ximage_destroy),
2724         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
2725         (gst_ximagesink_xwindow_new),
2726         (gst_ximagesink_xwindow_update_geometry),
2727         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
2728         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
2729         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
2730         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
2731         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
2732         (gst_ximagesink_navigation_send_event),
2733         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
2734         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
2735         (gst_ximagesink_finalize), (gst_ximagesink_init),
2736         (gst_ximagesink_class_init):
2737         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
2738         This new version brings correct software scaling, non flickering
2739         window while resizing, pixel aspect ratio handling, usage of
2740         hardware buffer pools, out of data flow event thread for 
2741         navigation and handling of expose events even when being PAUSED,
2742         a new property to keep video aspect ratio when resizing, etc...
2743
2744 2005-11-18  Julien MOUTTE  <julien@moutte.net>
2745
2746         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2747         (gst_videoscale_fixate_caps): Introduce back caps fixate with
2748         handling of PAR.
2749
2750 2005-11-18    <bilboed@dvdsrc.fluendo.com>
2751
2752         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
2753         Unsetting IS_SINK flag from the fakesink, so decodebin
2754         never behaves as a sink.
2755
2756 2005-11-17  Wim Taymans  <wim@fluendo.com>
2757
2758         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2759         (gst_base_audio_src_change_state):
2760         Fix the audiosrc base class again, we did not unflush.
2761
2762 2005-11-17  Julien MOUTTE  <julien@moutte.net>
2763
2764         * examples/seeking/seek.c: (make_dv_pipeline),
2765         (make_vorbis_theora_pipeline), (make_avi_pipeline),
2766         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
2767         to ogg/vorbis/theora pipeline.
2768
2769 2005-11-17  Wim Taymans  <wim@fluendo.com>
2770
2771         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
2772         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
2773         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
2774         Fix EOS on multiple streams.
2775         More debugging.
2776
2777 2005-11-16  Wim Taymans  <wim@fluendo.com>
2778
2779         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
2780         (gst_ogg_demux_perform_seek):
2781         Segment done must include stream time.
2782
2783         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
2784         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
2785         (gst_ogg_mux_change_state):
2786         Fix ogg muxer again.
2787
2788 2005-11-16  Wim Taymans  <wim@fluendo.com>
2789
2790         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
2791         Fix compile again.
2792
2793 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2794
2795         * ext/libvisual/visual.c: (gst_visual_init):
2796         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
2797         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
2798         (gst_ogg_parse_chain):
2799         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
2800         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
2801         * ext/theora/theoradec.c: (gst_theora_dec_init):
2802         * ext/theora/theoraenc.c: (gst_theora_enc_init):
2803         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
2804         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
2805         * gst/adder/gstadder.c: (gst_adder_class_init),
2806         (gst_adder_dispose):
2807         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
2808         * gst/subparse/gstsubparse.c: (gst_subparse_init):
2809         * gst/videorate/gstvideorate.c: (gst_videorate_init):
2810           Fix a whole set of pad template leaks
2811
2812 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2813
2814         * check/generic/states.c: (GST_START_TEST):
2815           fix the test so that it only checks for elements that are part of
2816           this source module
2817
2818 2005-11-16  Michael Smith <msmith@fluendo.com>
2819
2820         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
2821         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
2822         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
2823         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
2824         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
2825         (gst_ogg_mux_change_state):
2826           Fix leaking collectpads.
2827
2828 2005-11-16  Edward Hervey  <edward@fluendo.com>
2829
2830         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
2831         (gst_videorate_event), (gst_videorate_chain):
2832         Handle segment seeks
2833
2834 2005-11-16  Wim Taymans  <wim@fluendo.com>
2835
2836         * gst-libs/gst/audio/gstbaseaudiosink.c:
2837         (gst_base_audio_sink_provide_clock),
2838         (gst_base_audio_sink_change_state):
2839         Set ringbuffer to non-flushing when going to PAUSED, set to
2840         flushing again when going to READY.
2841
2842         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2843         (gst_ring_buffer_stop):
2844         Start in flushing mode by default.
2845         Don't set flushing in the _stop method, let the app call
2846         this explicitly.
2847
2848 2005-11-16  Julien MOUTTE  <julien@moutte.net>
2849
2850         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
2851         * gst-libs/gst/video/videosink.h: Add helper function needed
2852         for video sinks.
2853
2854 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
2855
2856         * gst/videoscale/gstvideoscale.c:
2857         (gst_videoscale_handle_src_event):
2858           Don't leak reference to pad parent.
2859
2860 2005-11-16  Wim Taymans  <wim@fluendo.com>
2861
2862         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
2863         Set ringbuffer to flushing when stopping so that we don't
2864         block on wait_segment anymore and livelock.
2865
2866 2005-11-16  Wim Taymans  <wim@fluendo.com>
2867
2868         * examples/seeking/seek.c: (send_event), (do_seek),
2869         (loop_toggle_cb), (segment_done), (main):
2870         Added looping checkbox.
2871
2872 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2873
2874         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
2875         (gst_ogg_demux_init):
2876         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
2877         (gst_vorbis_dec_init):
2878           revert unrefs, they don't pass make check
2879
2880 2005-11-15  Johan Dahlin  <johan@gnome.org>
2881
2882         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
2883         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
2884         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
2885         (gst_vorbis_dec_init):
2886         Fix pad template leaks. 
2887
2888 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
2889
2890         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2891           Make state change function thread safe.
2892
2893 2005-11-15  Edward Hervey  <edward@fluendo.com>
2894
2895         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
2896         (gst_ogg_demux_class_init):
2897         Implement GstElement::send_event, so we can send seek events
2898         in GST_STATE_READY
2899
2900 2005-11-14  Julien MOUTTE  <julien@moutte.net>
2901
2902         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
2903         Discovered how to take away flickering while resizing the
2904         window. Please don't put that in ximagesink, refactoring in
2905         progress.
2906
2907 2005-11-14  Michael Smith <msmith@fluendo.com>
2908
2909         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
2910         (gst_multifdsink_render):
2911           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
2912
2913 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
2914
2915         * gst/playback/gstplaybin.c: (gen_audio_element):
2916           Use autoaudiosink, it tends to be more widely available than
2917           autoaudiiosink.
2918           
2919 2005-11-14  Andy Wingo  <wingo@pobox.com>
2920
2921         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
2922         as well if it is available. Fixes #316442.
2923
2924 2005-11-14  Michael Smith <msmith@fluendo.com>
2925
2926         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
2927         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
2928         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
2929         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
2930         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
2931         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
2932         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
2933         (gst_vorbisenc_change_state):
2934           Fix a small memory leak in vorbisenc.
2935           Fix large memory leaks in oggmux, also fix lots of state change
2936           bugs in oggmux.
2937
2938 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2939
2940         * gst/videotestsrc/gstvideotestsrc.c:
2941         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
2942         (gst_videotestsrc_src_fixate):
2943           move fixation to a fixate function
2944           remove negotiate function, basesrc's is good enough
2945           fixes a bug for check when using the element alone
2946
2947 2005-11-13  Edward Hervey  <edward@fluendo.com>
2948
2949         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
2950         (key_toggle_cb), (main):
2951         Added checkboxes for adding/removing the accurate and key_unit seek
2952         flags.
2953
2954 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2955
2956         * configure.ac: back to HEAD
2957
2958 === release 0.9.5 ===
2959
2960 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
2961
2962         * configure.ac:
2963           releasing 0.9.5, "No No Kia"
2964
2965 2005-11-11  Edward Hervey  <edward@fluendo.com>
2966
2967         * examples/seeking/seek.c: (make_parselaunch_pipeline):
2968         Added parse-launch syntax seeking mode for the seeking example.
2969         This should help stress-test even more cases.
2970         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
2971
2972 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
2973
2974         * sys/xvimage/xvimagesink.c:
2975         (gst_xvimagesink_navigation_send_event):
2976           Check whether peer pad exists before sending navigation events
2977           to it.
2978
2979 2005-11-11  Michael Smith <msmith@fluendo.com>
2980
2981         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
2982         (gst_vorbisenc_buffer_from_packet):
2983         * ext/vorbis/vorbisenc.h:
2984           Set duration on encoded buffers. This allows oggmux's
2985           max_page_delay parameter to actually work.
2986
2987 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
2988
2989         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2990         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
2991         (gst_ffmpegcsp_avpicture_fill):
2992         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2993         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
2994           Make palettes work again (see #132341). Use our own macros
2995           for rounding up.
2996
2997 2005-11-10  Andy Wingo  <wingo@pobox.com>
2998
2999         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
3000         string doober.
3001
3002 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3003
3004         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3005         (gst_ffmpegcsp_transform_caps):
3006           Prefer passthrough in transform_caps
3007
3008 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3009
3010         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
3011           check for ALSA errors properly, instead of relying on ALSA's
3012           error strings to serve to the user.
3013
3014 2005-11-10  Wim Taymans  <wim@fluendo.com>
3015
3016         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
3017         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
3018         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
3019         Modernise the seek code.
3020
3021 2005-11-10  Michael Smith <msmith@fluendo.com>
3022         
3023         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
3024         (setup_substreams), (set_active_source):
3025           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
3026           trying to go to NULL if we failed to read a file.
3027
3028 2005-11-10  Wim Taymans  <wim@fluendo.com>
3029
3030         * gst/audiotestsrc/gstaudiotestsrc.c:
3031         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
3032         (gst_audiotestsrc_create):
3033         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3034         (gst_sinesrc_get_times), (gst_sinesrc_create):
3035         * gst/videotestsrc/gstvideotestsrc.c:
3036         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
3037         (gst_videotestsrc_create):
3038         The base class can now sync for us.
3039
3040 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3041
3042         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
3043           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
3044           name=source autoprobe=false autoprobe-fps=false copy-mode=1
3045           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
3046           format=(fourcc)I420" ! xvimagesink
3047
3048 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
3049
3050         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3051         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
3052         (gst_sinesrc_newsegment):
3053           Send newsegment event in TIME format, set duration if
3054           num-buffers is set, fix duration querying.
3055
3056 2005-11-10  Michael Smith <msmith@fluendo.com>
3057
3058         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
3059         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
3060         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
3061         (gst_ogg_mux_collected):
3062          Fix EOS handling, partially. Now forwarding an EOS event once we have
3063          EOS on all pads works correctly. However, we still don't properly set
3064          EOS on the actual ogg stream pages.
3065
3066 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
3067
3068         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
3069           Set elements to NULL state before disposing of them.
3070
3071 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
3072
3073         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3074
3075         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3076         (gst_base_rtp_depayload_init),
3077         (gst_base_rtp_depayload_set_gst_timestamp):
3078         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3079           We need to send a newsegment event for each instance, not
3080           just for the first instance of this class (get rid of
3081           static variable in function). (#321011).
3082           
3083 2005-11-08  Michael Smith <msmith@fluendo.com>
3084
3085         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
3086         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
3087         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
3088         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
3089           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
3090           This makes us mux things correctly according to the ogg muxing
3091           rules. Still not handling EOS correctly right now, though.
3092
3093 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
3094
3095         * gst/audioconvert/gstaudioconvert.c:
3096           Fix typo in docs. 
3097
3098 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
3099
3100         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3101         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
3102           Initialise segment_stop to GST_CLOCK_TIME_NONE when
3103           creating a new chain; should fix live streaming. Also
3104           add more debug output and fix a typo.
3105
3106 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
3107
3108         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3109
3110         * gst/volume/gstvolume.c: (volume_set_caps):
3111           Fix compilation on Solaris with Forte. (#320923)
3112
3113 2005-11-08  Wim Taymans  <wim@fluendo.com>
3114
3115         * gst-libs/gst/audio/gstbaseaudiosink.c:
3116         (gst_base_audio_sink_render):
3117         No need to do a typecheck.
3118
3119 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
3120
3121         * ext/alsa/gstalsa.h:
3122           We register a debug category, so let's use it.
3123
3124 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
3125
3126         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3127         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
3128         Fixed a small problem.
3129
3130 2005-11-04  Wim Taymans  <wim@fluendo.com>
3131
3132         * examples/seeking/Makefile.am:
3133         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
3134         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
3135         (make_playerbin_pipeline), (format_value), (update_scale),
3136         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
3137         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
3138         (print_usage), (main):
3139         Added app for playback speed testing.
3140
3141         * examples/seeking/seek.c: (dynamic_link),
3142         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
3143         (make_mpeg_pipeline), (do_seek), (set_update_scale),
3144         (message_received), (main):
3145         Updated seek example.
3146
3147 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
3148
3149         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3150         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3151         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
3152         (gst_base_rtp_depayload_set_clock):
3153         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3154         Don't sleep on the bench (system clock) when you have a nice 
3155         comfortable bed (Gstreamer clock) to sleep on.
3156
3157 2005-11-03  Wim Taymans  <wim@fluendo.com>
3158
3159         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3160         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
3161         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
3162         Handle the case where a pad_block failed.
3163
3164 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
3165
3166         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
3167
3168         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3169         (gst_base_rtp_depayload_add_to_queue),
3170         (gst_base_rtp_depayload_push),
3171         (gst_base_rtp_depayload_set_gst_timestamp),
3172         (gst_base_rtp_depayload_queue_release):
3173           Fixes some bugs in the depayloader's queuing/de-queueing code.
3174
3175 2005-10-31  Michael Smith <msmith@fluendo.com>
3176
3177         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
3178         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3179         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
3180           Patch from Alessandro Decina <alessandro@nnva.org>.
3181           Make oggdemux only find the final time in a chain, not per-pad,
3182           since the per-pad information can be very expensive to locate, and
3183           it isn't used anywhere. This makes reading a file containing
3184           OggSkeleton reasonably fast.
3185           Also, make chain finding work when there are logical bitstreams that
3186           can't be decoded. Fixes #319110.
3187
3188 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
3189
3190         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3191         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3192         (gst_base_rtp_depayload_chain),
3193         (gst_base_rtp_depayload_add_to_queue),
3194         (gst_base_rtp_depayload_push),
3195         (gst_base_rtp_depayload_set_gst_timestamp),
3196         (gst_base_rtp_depayload_queue_release),
3197         (gst_base_rtp_depayload_start_thread),
3198         (gst_base_rtp_depayload_set_property),
3199         (gst_base_rtp_depayload_get_property):
3200         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3201         Some random fixes, to fullfill the desires of thomas.
3202
3203 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
3204
3205         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3206         (gst_base_rtp_depayload_add_to_queue),
3207         (gst_base_rtp_depayload_push):
3208         Fixed the queueing algorithm.
3209
3210 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
3211
3212         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3213         (gst_base_rtp_depayload_push):
3214         A small fix
3215
3216 2005-10-31  Wim Taymans  <wim@fluendo.com>
3217
3218         * gst-libs/gst/audio/gstringbuffer.h:
3219         Don't break ABI.
3220
3221         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3222         (gst_ffmpeg_caps_to_pixfmt):
3223         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3224         (gst_ffmpegcsp_set_caps):
3225         Some more comments.
3226         Handle missing required caps fields better.
3227
3228 2005-10-31  Wim Taymans  <wim@fluendo.com>
3229
3230         * gst-libs/gst/audio/gstbaseaudiosink.c:
3231         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
3232         (gst_base_audio_sink_render):
3233         * gst-libs/gst/audio/gstringbuffer.c:
3234         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3235         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
3236         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
3237         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
3238         (gst_ring_buffer_read):
3239         * gst-libs/gst/audio/gstringbuffer.h:
3240         Add flushing mode to the ringbuffer so that it in all cases does
3241         not try to handle more audio. This makes sure it does not try to
3242         block anymore when flushing and fixes a livelock.
3243
3244 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
3245
3246         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
3247         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
3248         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
3249           Explicitly check for -1 values before doing a conversion
3250           and always map them to -1. (#315545)
3251
3252 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3253
3254         * gst/playback/gstplaybin.c: (gen_video_element):
3255           first try autovideosink, then xvimagesink, then error out
3256         * po/POTFILES.in:
3257           add translatable file
3258         * po/af.po:
3259         * po/az.po:
3260         * po/cs.po:
3261         * po/en_GB.po:
3262         * po/hu.po:
3263         * po/it.po:
3264         * po/nb.po:
3265         * po/nl.po:
3266         * po/or.po:
3267         * po/sq.po:
3268         * po/sr.po:
3269         * po/sv.po:
3270         * po/uk.po:
3271         * po/vi.po:
3272           update translations
3273
3274 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
3275
3276         * gst-libs/gst/rtp/gstbasedepayload.c:
3277         * gst-libs/gst/rtp/gstbasedepayload.h:
3278           Minor cleanups
3279
3280 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
3281
3282         * gst/playback/.cvsignore:
3283         * gst/playback/decodetest.c:
3284         * gst/playback/test3.c:
3285           Port these two tests as well.
3286
3287 2005-10-27  Wim Taymans  <wim@fluendo.com>
3288
3289         * ext/theora/theoradec.c: (theora_dec_src_query),
3290         (theora_dec_sink_event):
3291         * ext/theora/theoraenc.c: (theora_enc_sink_event),
3292         (theora_enc_change_state):
3293         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
3294         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
3295         Take proper locks when handling events.
3296
3297 2005-10-27  Wim Taymans  <wim@fluendo.com>
3298
3299         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
3300         (gst_adder_change_state):
3301         Fix timestamps and fix deadlock when stopping the collectpads.
3302
3303 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
3304
3305         * gst-libs/gst/rtp/gstrtpbuffer.h:
3306         Declaring the payload types as strings too so that they can be used
3307         in the padtemplate inialization.
3308
3309 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
3310
3311         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
3312
3313         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3314         (gst_base_rtp_depayload_class_init):
3315         Fixes a small but nasty bug. The derived elements no longer segfaults
3316         on finalization.
3317
3318 2005-10-26  Michael Smith <msmith@fluendo.com>
3319
3320         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
3321           When clearing an audioconvert context, set tmpbufsize to zero, so
3322           we'll allocate it again later if required.
3323           This fixes audioconvert re-negotiating formats, which previously
3324           segfaulted with a NULL destination buffer.
3325
3326 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
3327
3328         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3329         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
3330         (gst_base_rtp_depayload_set_gst_timestamp),
3331         (gst_base_rtp_depayload_queue_release):
3332         Fixed a smalll memleak.
3333
3334 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
3335         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3336         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
3337         (gst_base_rtp_depayload_finalize),
3338         (gst_base_rtp_depayload_setcaps),
3339         (gst_base_rtp_depayload_add_to_queue),
3340         (gst_base_rtp_depayload_push),
3341         (gst_base_rtp_depayload_set_gst_timestamp),
3342         (gst_base_rtp_depayload_queue_release),
3343         (gst_base_rtp_depayload_thread),
3344         (gst_base_rtp_depayload_change_state):
3345         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3346         Changed the C++ comments to C comments
3347
3348 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
3349
3350         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
3351         * gst/tcp/gsttcpclientsrc.h:
3352         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
3353         * gst/tcp/gsttcpserversrc.h:
3354           Remove unused 'curoffset' structure member.
3355
3356 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
3357
3358         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3359         (gst_base_rtp_depayload_base_init),
3360         (gst_base_rtp_depayload_finalize):
3361         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3362         * gst-libs/gst/rtp/gstbasertppayload.h:
3363           The pad-template on the sinkpad should be set by the derived classes.
3364           Also added some useful macros.
3365
3366 2005-10-24  Wim Taymans  <wim@fluendo.com>
3367
3368         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3369         Correctly flush decoder samples even if we could not
3370         copy them to an output buffer. Fixes #319618.
3371
3372 2005-10-24  Julien MOUTTE  <julien@moutte.net>
3373
3374         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
3375         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
3376         the caps against our xcontext caps.
3377
3378 2005-10-24  Wim Taymans  <wim@fluendo.com>
3379
3380         * gst-libs/gst/audio/gstbaseaudiosink.c:
3381         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
3382         Remove g_print
3383         Use sync property from baseclass to disable sync.
3384
3385 2005-10-24  Wim Taymans  <wim@fluendo.com>
3386
3387         * gst-libs/gst/audio/gstbaseaudiosink.c:
3388         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
3389         Buffers with no timestamps get aligned with previous buffers or
3390         on underrun, played ASAP.
3391
3392 2005-10-24  Julien MOUTTE  <julien@moutte.net>
3393
3394         * gst-libs/gst/video/video.h:
3395         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3396         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
3397         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
3398         here comes my change on caps for framerate and geometry range.
3399         We are now accepting 1 to MAXINT for width and height, and from
3400         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
3401         to be blended correctly in videomixer.
3402
3403 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3404
3405         * configure.ac:
3406           back to HEAD
3407
3408 === release 0.9.4 ===
3409
3410 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3411
3412         * NEWS:
3413         * RELEASE:
3414         * configure.ac:
3415           releasing 0.9.4, "Velociraptor"
3416
3417 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3418
3419         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
3420         * po/POTFILES.in:
3421           STOPPED -> FAILED
3422
3423 2005-10-21  Wim Taymans  <wim@fluendo.com>
3424
3425         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3426         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
3427         (pad_blocked), (close_pad_link), (new_pad):
3428         Don't try to remove elements twice.
3429
3430 2005-10-21  Wim Taymans  <wim@fluendo.com>
3431
3432         * ext/theora/theoradec.c: (theora_dec_src_query),
3433         (theora_dec_sink_event):
3434         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3435         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
3436         (vorbis_handle_data_packet):
3437         * ext/vorbis/vorbisdec.h:
3438         Fix old naming.
3439
3440         * gst-libs/gst/audio/gstbaseaudiosink.c:
3441         (gst_base_audio_sink_render):
3442         Don't try to sync on buffers without a timestamp.
3443
3444 2005-10-21  Wim Taymans  <wim@fluendo.com>
3445
3446         * ext/theora/theoradec.c: (theora_dec_src_query),
3447         (theora_dec_sink_event):
3448         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3449         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
3450         (vorbis_handle_data_packet):
3451         * ext/vorbis/vorbisdec.h:
3452         Fix old naming.
3453
3454 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
3455
3456         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
3457         (gst_vorbisenc_src_query):
3458           Implement position and duration queries.
3459
3460         * gst/playback/test3.c: (update_scale), (main):
3461           Fix for async state changes and print nicer output.
3462
3463 2005-10-20  Wim Taymans  <wim@fluendo.com>
3464
3465         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
3466         (dump_element_stats), (main):
3467         * gst/playback/test6.c: (main):
3468         Fix tests again
3469
3470 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
3471
3472         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
3473         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
3474           Don't use functions for position queries when handling
3475           duration queries.
3476
3477 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
3478
3479         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3480         (vorbis_handle_data_packet), (vorbis_dec_chain),
3481         (vorbis_dec_change_state):
3482         * ext/vorbis/vorbisdec.h:
3483           Vorbis streams can be embedded in other container formats
3484           than ogg, container formats where the demuxer might set 
3485           timestamps on encoded vorbis buffers instead of those silly 
3486           granulepos thingies. In short: make vorbisdec handle 
3487           timestamps on incoming buffers as well.
3488
3489 2005-10-20  Wim Taymans  <wim@fluendo.com>
3490
3491         * gst/playback/gstplaybasebin.c: (group_destroy),
3492         (gst_play_base_bin_change_state):
3493         Fix leak.
3494         Handle case where playbasebin is now ASYNC because
3495         decodebin is.
3496
3497 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
3498
3499         * gst/audioconvert/Makefile.am:
3500         * gst/audioconvert/bufferframesconvert.c:
3501         * gst/audioconvert/plugin.c: (plugin_init):
3502         * gst/audioconvert/plugin.h:
3503           And bye bye buffer-frames-convert
3504
3505 2005-10-19  Wim Taymans  <wim@fluendo.com>
3506
3507         * check/elements/audioconvert.c:
3508         * docs/libs/tmpl/gstaudio.sgml:
3509         * docs/libs/tmpl/gstcolorbalance.sgml:
3510         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3511         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
3512         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
3513         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
3514         * gst-libs/gst/audio/audio.h:
3515         * gst/audioconvert/audioconvert.h:
3516         * gst/audioconvert/gstaudioconvert.c:
3517         (gst_audio_convert_parse_caps):
3518         * gst/volume/gstvolume.c:
3519         Bye bye buffer-frames.
3520
3521 2005-10-19  Wim Taymans  <wim@fluendo.com>
3522
3523         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
3524         (query_positions_elems), (query_positions_pads), (update_scale),
3525         (do_seek), (set_update_scale), (message_received), (main):
3526         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
3527         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
3528         (gst_ogg_demux_loop):
3529         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
3530         * ext/theora/theoradec.c: (theora_dec_src_query),
3531         (theora_dec_sink_event):
3532         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3533         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
3534         * gst/adder/gstadder.c: (gst_adder_query):
3535         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
3536         * gst/playback/test3.c: (update_scale):
3537         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
3538         (dump_element_stats), (main):
3539         * gst/playback/test6.c: (main):
3540         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
3541         Query API update.
3542
3543 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
3544
3545         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
3546         (xml_check_first_element), (xml_type_find), (smil_type_find),
3547         (plugin_init):
3548           Add typefinding for SMIL and for generic XML. Based on patch by
3549           Akos Maroy (#308663).
3550
3551 2005-10-18  Wim Taymans  <wim@fluendo.com>
3552
3553         * gst/playback/Makefile.am:
3554         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3555         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
3556         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
3557         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
3558         (gst_decode_bin_change_state):
3559         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3560         (gst_play_bin_send_event_to_sink):
3561         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
3562         (dump_element_stats), (main):
3563         * gst/playback/test6.c: (main):
3564         Make playbin async, it'll commit state to paused when all streams
3565         are detected.
3566         Remove ugly hack.
3567         Added test6.c to show async behaviour.
3568
3569 2005-10-18  Wim Taymans  <wim@fluendo.com>
3570
3571         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
3572         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
3573         Fix for segment-start/stop API change.
3574
3575 2005-10-18  Wim Taymans  <wim@fluendo.com>
3576
3577         * check/Makefile.am:
3578         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
3579         (main):
3580         Add future test for clock selection.
3581
3582 2005-10-18  Wim Taymans  <wim@fluendo.com>
3583
3584         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
3585         (gst_alsasink_close):
3586         Set handle to NULL.
3587
3588         * gst-libs/gst/audio/gstringbuffer.c:
3589         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3590         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
3591         (gst_ring_buffer_start), (gst_ring_buffer_pause),
3592         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
3593         (gst_ring_buffer_read):
3594         More debug info.
3595
3596 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
3597
3598         * gst/audiotestsrc/Makefile.am:
3599         * gst/sine/Makefile.am:
3600         * gst/volume/Makefile.am:
3601           fix broken build of controllerized plugins
3602
3603 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
3604
3605         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3606
3607         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3608         (gst_riff_create_video_template_caps):
3609           Add support for Indeo-3 (IV32).
3610
3611 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3612
3613         * configure.ac:
3614           rewrite
3615
3616 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3617
3618         * gst-libs/gst/video/video.c: (gst_video_get_size):
3619         * gst/audiotestsrc/gstaudiotestsrc.c:
3620           doc updates
3621
3622 2005-10-17  Andy Wingo  <wingo@pobox.com>
3623
3624         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
3625         with the collectpads change.
3626         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
3627
3628         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
3629
3630         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
3631
3632         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
3633         alloc_buffer flow return to callers.
3634         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
3635         change. Fix some memleaks in theoraenc.
3636
3637         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
3638         in strange circumstance.
3639
3640 2005-10-17  Julien MOUTTE  <julien@moutte.net>
3641
3642         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3643         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
3644         from caps, let's use the caps...
3645
3646 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3647
3648         * configure.ac:
3649           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
3650
3651 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3652
3653         * gst-libs/gst/interfaces/Makefile.am:
3654           fix silly typo
3655
3656 2005-10-16  Andy Wingo  <wingo@pobox.com>
3657
3658         * gst/playback/gstdecodebin.c
3659         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
3660         function!
3661         (try_to_link_1): Increase kraziness level.
3662
3663 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3664
3665         * configure.ac:
3666           restructure like the core one
3667         * gst-libs/gst/audio/Makefile.am:
3668         * gst-libs/gst/interfaces/Makefile.am:
3669         * gst-libs/gst/net/Makefile.am:
3670         * gst-libs/gst/riff/Makefile.am:
3671         * gst-libs/gst/rtp/Makefile.am:
3672         * gst-libs/gst/tag/Makefile.am:
3673         * gst-libs/gst/video/Makefile.am:
3674           use correct linker flags, now the libs are properly versioned
3675         * check/elements/audioconvert.c: (verify_convert):
3676         * ext/alsa/gstalsaplugin.c:
3677         * ext/cdparanoia/gstcdparanoia.c:
3678         * ext/gnomevfs/gstgnomevfs.c:
3679         * ext/libvisual/visual.c:
3680         * ext/ogg/gstogg.c:
3681         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
3682         * ext/theora/theora.c:
3683         * ext/vorbis/vorbis.c:
3684         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3685         * gst-libs/gst/tag/gsttagediting.c:
3686         * gst-libs/gst/video/video.c:
3687         * gst/adder/gstadder.c:
3688         * gst/audioconvert/plugin.c:
3689         * gst/audiorate/gstaudiorate.c:
3690         * gst/audioresample/gstaudioresample.c:
3691         * gst/audioresample/resample_ref.c: (resample_scale_ref):
3692         * gst/audioscale/gstaudioscale.c:
3693         * gst/audioscale/resample.c:
3694         * gst/audiotestsrc/gstaudiotestsrc.c:
3695         * gst/ffmpegcolorspace/gstffmpeg.c:
3696         * gst/playback/gstdecodebin.c: (close_pad_link):
3697         * gst/playback/gstplaybin.c: (gen_video_element),
3698         (gen_audio_element):
3699         * gst/sine/gstsinesrc.c:
3700         * gst/subparse/gstsubparse.c:
3701         * gst/tags/gsttagediting.c:
3702         * gst/tcp/gsttcpplugin.c:
3703         * gst/typefind/gsttypefindfunctions.c:
3704         * gst/videorate/gstvideorate.c:
3705         * gst/videoscale/gstvideoscale.c:
3706         * gst/videotestsrc/gstvideotestsrc.c:
3707         * gst/volume/gstvolume.c:
3708         * sys/v4l/gstv4l.c:
3709         * sys/ximage/ximage.c:
3710         * sys/xvimage/xvimagesink.c:
3711           fix up defines
3712
3713 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
3714
3715         * ext/vorbis/vorbisenc.c:
3716         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
3717         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3718         (gst_tag_to_vorbis_comments):
3719           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
3720
3721 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
3722
3723         * examples/stats/mp2ogg.c:
3724         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3725           typo fixes
3726
3727 2005-10-13  Michael Smith <msmith@fluendo.com>
3728
3729         * ext/ogg/gstoggmux.c:
3730           Use magic glib macros to define constants as 64 bit, to ensure
3731           appropriate vararg passing.
3732
3733 2005-10-13  Michael Smith <msmith@fluendo.com>
3734
3735         * ext/ogg/gstoggmux.c:
3736         * gst/audioconvert/audioconvert.c: (float):
3737           Don't use LL suffix, as it's not portable, and neither of these
3738           uses required it anyway.
3739
3740 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
3741
3742         * examples/indexing/indexmpeg.c: (main):
3743         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
3744         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
3745         (cdparanoia_convert), (cdparanoia_query):
3746         * ext/cdparanoia/gstcdparanoia.h:
3747         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
3748         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
3749         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
3750         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
3751         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
3752         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
3753         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
3754         (gst_multifdsink_render), (gst_multifdsink_start),
3755         (gst_multifdsink_stop):
3756         * gst/tcp/gstmultifdsink.h:
3757         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
3758         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
3759         (gst_tcpclientsink_stop):
3760         * gst/tcp/gsttcpclientsink.h:
3761         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
3762         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
3763         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
3764         * gst/tcp/gsttcpclientsrc.h:
3765         * gst/tcp/gsttcpserversink.h:
3766         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
3767         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
3768         (gst_tcpserversrc_stop):
3769         * gst/tcp/gsttcpserversrc.h:
3770         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
3771         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
3772         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
3773           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
3774           moved bitshift from macro to enum definition
3775
3776 2005-10-12  Wim Taymans  <wim@fluendo.com>
3777
3778         * examples/seeking/Makefile.am:
3779         Oops.
3780
3781 2005-10-12  Wim Taymans  <wim@fluendo.com>
3782
3783         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3784         (gst_ring_buffer_read), (gst_ring_buffer_clear):
3785         Don't assert on normal stuff.
3786
3787         * gst/playback/gstplaybin.c: (do_playbin_seek):
3788         API fix.
3789
3790 2005-10-12  Wim Taymans  <wim@fluendo.com>
3791
3792         * check/pipelines/simple_launch_lines.c: (run_pipeline):
3793         * examples/seeking/Makefile.am:
3794         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
3795         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
3796         (do_seek), (set_update_scale), (message_received), (main):
3797         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3798         (gst_ring_buffer_read), (gst_ring_buffer_clear):
3799         Update for _get_state() API change.
3800
3801 2005-10-11  Wim Taymans  <wim@fluendo.com>
3802
3803         * gst-libs/gst/audio/gstbaseaudiosink.c:
3804         (gst_base_audio_sink_render):
3805         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3806         (gst_base_audio_src_create):
3807         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3808         (gst_ring_buffer_read):
3809         Cleanups.
3810         Commit and read from ringbuffer in samples rather than bytes.
3811
3812 2005-10-11  Wim Taymans  <wim@fluendo.com>
3813
3814         * gst-libs/gst/audio/gstbaseaudiosink.c:
3815         (gst_base_audio_sink_render):
3816         Respect segment rate and accum when scheduling samples.
3817
3818 2005-10-11  Julien MOUTTE  <julien@moutte.net>
3819
3820         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
3821         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
3822         EOS correctly, that needs more work.
3823
3824 2005-10-11  Wim Taymans  <wim@fluendo.com>
3825
3826         * check/generic/states.c: (GST_START_TEST):
3827         remove old property.
3828
3829         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3830         (gst_ogg_demux_perform_seek):
3831         * ext/theora/theoradec.c: (theora_dec_sink_event):
3832         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3833         (vorbis_handle_data_packet):
3834         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3835         (gst_base_rtp_depayload_set_gst_timestamp):
3836         * gst/videorate/gstvideorate.c: (gst_videorate_event):
3837         Update for newsegment API change.
3838
3839 2005-10-11  Michael Smith <msmith@fluendo.com>
3840
3841         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
3842         (do_playbin_seek), (gst_play_bin_send_event):
3843           Override send_event differently, so that we can takes bits of
3844           functionality from GstPipeline (special handling for seeks,
3845           including pausing/resuming, and resetting stream time) and still get
3846           the appropriate behaviour of only forwarding event to a single sink,
3847           rather than all of them.
3848           Unfortunately requires a lot of code duplication, but the
3849           alternatives are equally ugly in the end.
3850
3851 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3852
3853         * check/elements/audioconvert.c: (setup_audioconvert),
3854         (cleanup_audioconvert), (get_int_caps), (verify_convert),
3855         (GST_START_TEST), (audioconvert_suite):
3856           clean up tests a little, fix some leaks.
3857
3858 2005-10-10  Wim Taymans  <wim@fluendo.com>
3859
3860         * ext/alsa/gstalsasink.c:
3861         Also allow unsigned int.
3862
3863         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3864         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3865         Small cleanup
3866
3867 2005-10-10  Wim Taymans  <wim@fluendo.com>
3868
3869         * check/pipelines/simple_launch_lines.c: (run_pipeline):
3870         Small update, use API as stated in design docs.
3871
3872         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
3873         (update_scale), (do_seek), (seek_cb), (set_update_scale),
3874         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
3875         (message_received), (main):
3876         Updated seek example for GOption. Some usability improvements.
3877
3878 2005-10-10  Wim Taymans  <wim@fluendo.com>
3879
3880         * gst/audioconvert/audioconvert.h:
3881         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
3882         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
3883         Alloc temp storage somewhere else where we can do it more
3884         portable.
3885
3886 2005-10-10  Wim Taymans  <wim@fluendo.com>
3887
3888         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
3889         (gst_tcpserversrc_start):
3890         Don't block in accept while doing the state change, move
3891         to poll and make cancellable.
3892
3893 2005-10-09  Philippe Khalaf <burger@speedy.org>
3894
3895         * gst-libs/gst/rtp/rtpbasedepayload.c:
3896         Set timestamp and add queue delay to timestamp
3897         * gst-libs/gst/rtp/rtpbuffer.h:
3898         Set correct payload type for h263
3899
3900 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
3901
3902         * gst/audiotestsrc/gstaudiotestsrc.c:
3903         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
3904         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
3905         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
3906         (gst_audiotestsrc_create_triangle),
3907         (gst_audiotestsrc_create_silence),
3908         (gst_audiotestsrc_create_white_noise),
3909         (gst_audiotestsrc_init_pink_noise),
3910         (gst_audiotestsrc_generate_pink_noise_value),
3911         (gst_audiotestsrc_create_pink_noise),
3912         (gst_audiotestsrc_change_wave):
3913         * gst/audiotestsrc/gstaudiotestsrc.h:
3914           fixed typo, added pink noise
3915
3916 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
3917
3918         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
3919         (plugin_init):
3920           Add wavpack and spc typefind functions from 0.8 branch.
3921
3922 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
3923
3924         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
3925         (ar_type_find), (msdos_type_find), (plugin_init):
3926           Add typefind functions for tar archives, ar archives,
3927           RAR archives, and msdos-executables (dlls, exe, etc.).
3928           Some of those would be wrongly identified as mpeg
3929           streams of some sort before (#315550).
3930
3931 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
3932
3933         * configure.ac:
3934         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3935         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3936         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
3937         * gst/audiotestsrc/Makefile.am:
3938         * gst/audiotestsrc/gstaudiotestsrc.c:
3939         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
3940         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
3941         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
3942         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
3943         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
3944         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
3945         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
3946         (gst_audiotestsrc_create_silence),
3947         (gst_audiotestsrc_create_white_noise),
3948         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
3949         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
3950         (gst_audiotestsrc_start), (plugin_init):
3951         * gst/audiotestsrc/gstaudiotestsrc.h:
3952           add new plugin and element
3953         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
3954           use gobject_class
3955
3956 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
3957
3958         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
3959         (gst_adder_init), (gst_adder_request_new_pad),
3960         (gst_adder_change_state):
3961           Add query function to source pad, so adder reports the correct
3962           time/sample position when queried (#315457); fix state change
3963           function; use GST_DEBUG_FUNCPTR() for pad functions.
3964
3965 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3966
3967         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
3968           Fix leaks in typefind registration
3969           Clean up the gratuitous commenting and whitespacing a little
3970
3971 2005-10-08  Wim Taymans  <wim@fluendo.com>
3972
3973         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
3974         Only actually wait for the thread to be stopped if it's 
3975         running.
3976
3977 2005-10-08  Wim Taymans  <wim@fluendo.com>
3978
3979         * gst-libs/gst/audio/gstbaseaudiosink.c:
3980         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3981         If we receive EOS we can start playback of what we had.
3982
3983 2005-10-08  Wim Taymans  <wim@fluendo.com>
3984
3985         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3986         (gst_multifdsink_finalize), (multifdsink_hash_remove),
3987         (gst_multifdsink_stop):
3988         Fix crasher when going to NULL multiple times.
3989
3990 2005-10-06  Wim Taymans  <wim@fluendo.com>
3991
3992         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
3993         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3994         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3995         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
3996         patch from Edgard Lima <edgard.lima@indt.org.br>
3997         Fixed gstbaseaudiosrc adding ring buffer sync to it.
3998
3999 2005-10-06  Wim Taymans  <wim@fluendo.com>
4000
4001         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
4002         Report the FLOW_RETURN as string in the error message.
4003
4004         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
4005         Don't assert when clearing an unnegotiated buffer.
4006
4007 2005-10-04  Michael Smith <msmith@fluendo.com>
4008
4009         * gst/playback/gstplaybasebin.c: (group_destroy),
4010         (gen_preroll_element), (remove_groups), (setup_source):
4011         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
4012         (setup_sinks), (gst_play_bin_send_event),
4013         (gst_play_bin_change_state):
4014           Set state to NULL before removing from bin. Fix refcounting.
4015
4016 2005-10-04  Michael Smith <msmith@fluendo.com>
4017
4018         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
4019           Correct refcounting in send_event() function. Previously was wrong
4020           if the first sink was unable to handle the event.
4021
4022 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4023
4024         * configure.ac:
4025           back to development
4026
4027 === release 0.9.3 ===
4028
4029 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4030
4031         * configure.ac:
4032           Releasing 0.9.3, "De Facto"
4033
4034 2005-10-03  Andy Wingo  <wingo@pobox.com>
4035
4036         * gst/playback/gstdecodebin.c (try_to_link_1)
4037         (remove_element_chain): set element to NULL before removing it.
4038
4039 2005-10-02  Johan Dahlin  <johan@gnome.org>
4040
4041         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
4042         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
4043         MT safe.
4044
4045 2005-10-02  Andy Wingo  <wingo@pobox.com>
4046
4047         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
4048         (gst_ring_buffer_prepare_read): 
4049         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
4050         Demote to LOG.
4051
4052 2005-09-29  Wim Taymans  <wim@fluendo.com>
4053
4054         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
4055         * ext/theora/theoradec.c: (theora_handle_data_packet):
4056         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4057         Propagate error codes from alloc_buffer too.
4058
4059 2005-09-29  Wim Taymans  <wim@fluendo.com>
4060
4061         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
4062         We use fixed caps.
4063
4064         * gst/playback/Makefile.am:
4065         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4066         (dump_element_stats), (main):
4067         Added example stream introspection code.
4068
4069 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
4070
4071         * gst/adder/gstadder.c: (gst_adder_collected):
4072           fix adder for float elements
4073
4074 2005-09-28  Wim Taymans  <wim@fluendo.com>
4075
4076         * gst-libs/gst/audio/gstbaseaudiosink.c:
4077         (gst_base_audio_sink_class_init),
4078         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4079         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4080         (gst_base_audio_src_class_init),
4081         (gst_base_audio_src_provide_clock):
4082         get_clock -> provide_clock
4083
4084 2005-09-28  Andy Wingo  <wingo@pobox.com>
4085
4086         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
4087         and unlocking.
4088
4089         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
4090         unlocking.
4091
4092         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
4093         Actually add the pad template.
4094         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
4095
4096         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
4097         I'm at it...
4098
4099         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
4100         from fdsrc. Get caps in create() instead of start() so it can be
4101         interrupted. Interruption somewhat untested.
4102
4103         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
4104         Proper EOS handling.
4105
4106 2005-09-27  Andy Wingo  <wingo@pobox.com>
4107
4108         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
4109
4110         * gst/tcp/gsttcpserversrc.c: Cleaned up.
4111
4112         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
4113
4114         * gst/tcp/gsttcp.h: 
4115         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
4116         out of tcpclientsrc.c. Cancellable.
4117         (gst_tcp_socket_read): Made private, cancellable, with better
4118         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
4119         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
4120         whole buffer, and better diagnostics.
4121         (gst_tcp_gdp_read_caps): Same.
4122
4123         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
4124
4125 2005-09-26  Andy Wingo  <wingo@pobox.com>
4126
4127         * gst/sine/gstsinesrc.h:
4128         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
4129         change the 'sync' property to 'is-live' and implement it halfway,
4130         update for controller api change.
4131
4132         * gst/volume/gstvolume.c (volume_transform_ip): Update for
4133         controller api change.
4134
4135 2005-09-24  Wim Taymans  <wim@fluendo.com>
4136
4137         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
4138         * gst-libs/gst/audio/gstaudiosink.c:
4139         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
4140         (gst_audioringbuffer_stop):
4141         * gst-libs/gst/audio/gstbaseaudiosink.c:
4142         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
4143         (gst_base_audio_sink_change_state):
4144         * gst-libs/gst/audio/gstbaseaudiosink.h:
4145         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
4146         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
4147         (gst_ring_buffer_commit), (gst_ring_buffer_read):
4148         * gst-libs/gst/audio/gstringbuffer.h:
4149         Fix sync again. Moved sample alignment to basesink.
4150
4151 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4152
4153         * docs/plugins/Makefile.am:
4154         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4155         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4156         * gst/volume/gstvolume.c:
4157           add/fix docs
4158         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
4159         * gst-libs/gst/audio/audio.h:
4160           add conversion macros for frames <-> clocktime
4161
4162 2005-09-23  David Schleef  <ds@schleef.org>
4163
4164         * gst/audioresample/Makefile.am:
4165         * gst/audioresample/debug.h:
4166         * gst/audioresample/gstaudioresample.c:
4167         * gst/audioresample/resample.c: Convert to using gst debugging
4168
4169 2005-09-22  Wim Taymans  <wim@fluendo.com>
4170
4171         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4172         (gst_play_bin_send_event):
4173         Only seek on one sink, the first one that succeeds.
4174
4175 2005-09-22  Michael Smith <msmith@fluendo.com>
4176
4177         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
4178         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
4179         Don't flush encoder state unless we have an initialised encoder.
4180         Clear out encoder state on PAUSED_TO_READY.
4181
4182 2005-09-22  Wim Taymans  <wim@fluendo.com>
4183
4184         * gst-libs/gst/rtp/gstbasertppayload.c:
4185         (gst_basertppayload_class_init), (gst_basertppayload_init),
4186         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4187         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4188         (gst_basertppayload_is_filled), (gst_basertppayload_push),
4189         (gst_basertppayload_set_property),
4190         (gst_basertppayload_get_property),
4191         (gst_basertppayload_change_state):
4192         * gst-libs/gst/rtp/gstbasertppayload.h:
4193         Added max-ptime to control amount of data in the rtp packets.
4194
4195 2005-09-21  Andy Wingo  <wingo@pobox.com>
4196
4197         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
4198         thingies.
4199
4200         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
4201         can be called multiple times, dogs.
4202
4203 2005-09-21  Wim Taymans  <wim@fluendo.com>
4204
4205         * gst-libs/gst/rtp/gstbasertppayload.c:
4206         (gst_basertppayload_class_init), (gst_basertppayload_init),
4207         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4208         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4209         (gst_basertppayload_push), (gst_basertppayload_get_property),
4210         (gst_basertppayload_change_state):
4211         Allow 0 ssrc too.
4212
4213 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
4214
4215         * docs/libs/compiling.sgml:
4216           fixing typos
4217
4218 2005-09-20  Wim Taymans  <wim@fluendo.com>
4219
4220         * gst-libs/gst/rtp/gstbasertppayload.c:
4221         (gst_basertppayload_class_init), (gst_basertppayload_init),
4222         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4223         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4224         (gst_basertppayload_push), (gst_basertppayload_set_property),
4225         (gst_basertppayload_get_property),
4226         (gst_basertppayload_change_state):
4227         * gst-libs/gst/rtp/gstbasertppayload.h:
4228         Added property to configure sequence number offsets.
4229
4230 2005-09-20  Wim Taymans  <wim@fluendo.com>
4231
4232         * gst-libs/gst/rtp/gstbasertppayload.c:
4233         (gst_basertppayload_class_init), (gst_basertppayload_init),
4234         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4235         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4236         (gst_basertppayload_push), (gst_basertppayload_set_property),
4237         (gst_basertppayload_get_property),
4238         (gst_basertppayload_change_state):
4239         * gst-libs/gst/rtp/gstbasertppayload.h:
4240         Make timestamp offset configurable.
4241
4242 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4243
4244         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4245           fix wrong pop/unref
4246
4247 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
4248
4249         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4250
4251         * gst-libs/gst/interfaces/propertyprobe.c:
4252         (gst_property_probe_probe_property_name),
4253         (gst_property_probe_needs_probe_name),
4254         (gst_property_probe_get_values_name),
4255         (gst_property_probe_probe_and_get_values_name):
4256           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
4257           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
4258
4259 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4260
4261         * check/Makefile.am:
4262           have some tests be disabled for valgrinding
4263         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
4264         (GST_START_TEST):
4265         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
4266           Fix A Leak.  Chain To Parent Finalize.
4267
4268 2005-09-19  Wim Taymans  <wim@fluendo.com>
4269
4270         * examples/seeking/seek.c: (make_wav_pipeline), (main):
4271         Fixed wav pipeline.
4272
4273 2005-09-19  Wim Taymans  <wim@fluendo.com>
4274
4275         * gst-libs/gst/rtp/gstbasertppayload.c:
4276         (gst_basertppayload_class_init), (gst_basertppayload_init),
4277         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4278         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4279         (gst_basertppayload_push), (gst_basertppayload_get_property),
4280         (gst_basertppayload_change_state):
4281         Posting ERROR and WARNING messages is good.
4282
4283 2005-09-19  Wim Taymans  <wim@fluendo.com>
4284
4285         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4286         (gst_base_rtp_depayload_add_to_queue),
4287         (gst_base_rtp_depayload_push),
4288         (gst_base_rtp_depayload_set_gst_timestamp),
4289         (gst_base_rtp_depayload_queue_release):
4290         This one was not supposed to go in.
4291
4292 2005-09-19  Wim Taymans  <wim@fluendo.com>
4293
4294         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4295         Fix for bus API.
4296
4297         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4298         (gst_base_rtp_depayload_chain),
4299         (gst_base_rtp_depayload_add_to_queue),
4300         (gst_base_rtp_depayload_push),
4301         (gst_base_rtp_depayload_set_gst_timestamp),
4302         (gst_base_rtp_depayload_queue_release):
4303         Some cleanups.
4304
4305         * gst-libs/gst/rtp/gstbasertppayload.c:
4306         (gst_basertppayload_class_init), (gst_basertppayload_init),
4307         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
4308         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
4309         (gst_basertppayload_get_property),
4310         (gst_basertppayload_change_state):
4311         Added debugging category.
4312
4313 2005-09-18  David Schleef  <ds@schleef.org>
4314
4315         * gst/playback/gstdecodebin.c: free plugin list correctly
4316         * gst/playback/gstplaybin.c: emit warning if autovideosink
4317           and autoaudiosink can't be found (instead of segfaulting)
4318
4319 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4320
4321         * check/elements/audioconvert.c: (GST_START_TEST):
4322           try out 24 bit conversion
4323
4324 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4325
4326         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
4327         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
4328         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
4329         * ext/vorbis/vorbisenc.h:
4330           Fix EOS handling.  Still needs a fix in the ogg muxer to
4331           mark the last page as eos.
4332
4333 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4334
4335         * common/gtk-doc-plugins.mak:
4336         * docs/plugins/Makefile.am:
4337         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4338         * gst/ffmpegcolorspace/Makefile.am:
4339         * gst/ffmpegcolorspace/avcodec.h:
4340         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4341         * gst/tcp/gstmultifdsink.c:
4342           fix up ffmpegcolorspace docs; extract header
4343
4344 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4345
4346         * common/gtk-doc-plugins.mak:
4347         * docs/plugins/Makefile.am:
4348         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4349         * ext/theora/Makefile.am:
4350         * ext/theora/gsttheoraenc.h:
4351         * ext/theora/theoraenc.c:
4352         * ext/vorbis/vorbisenc.c:
4353           pick up signals and args for vorbis; add some docs for vorbis
4354
4355 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4356
4357         * common/gstdoc-scangobj:
4358         * common/gtk-doc-plugins.mak:
4359         * docs/libs/Makefile.am:
4360         * docs/plugins/gst-plugins-base-plugins.args:
4361         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4362         * docs/plugins/gst-plugins-base-plugins.interfaces:
4363         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4364         * docs/plugins/gst-plugins-base-plugins.signals:
4365           only scanobj stuff from our source module.  Not sure yet
4366           if that's correct, given the hierarchy stuff :)
4367
4368 2005-09-15  Wim Taymans  <wim@fluendo.com>
4369
4370         * gst/audioconvert/gstaudioconvert.c:
4371         And enable 24 bits mode as well..
4372
4373 2005-09-15  Wim Taymans  <wim@fluendo.com>
4374
4375         * gst-libs/gst/rtp/Makefile.am:
4376         * gst-libs/gst/rtp/gstbasertppayload.c:
4377         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
4378         (gst_basertppayload_class_init), (gst_basertppayload_init),
4379         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
4380         (gst_basertppayload_chain), (gst_basertppayload_set_options),
4381         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
4382         (gst_basertppayload_set_property),
4383         (gst_basertppayload_get_property),
4384         (gst_basertppayload_change_state):
4385         * gst-libs/gst/rtp/gstbasertppayload.h:
4386         Added rtp payloader base class.
4387
4388 2005-09-15  Andy Wingo  <wingo@pobox.com>
4389
4390         * configure.ac (plugindir): Remove the EOL matcher from the
4391         regexp, as it causes me problems. Libtool? Make? Who knows?
4392
4393 2005-09-14  David Schleef  <ds@schleef.org>
4394
4395         * check/generic/states.c: 
4396         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
4397         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
4398           Fixes for changes in registry API.
4399
4400         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
4401           to GST_PLUGIN_LDFLAGS.
4402         * ext/libvisual/visual.c: Make the library shut up.
4403         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
4404         * gst-libs/gst/audio/gstaudiofilter.c: same
4405
4406 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4407
4408         * docs/plugins/Makefile.am:
4409         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4410         * docs/plugins/inspect/plugin-libvisual.xml:
4411         * docs/plugins/tmpl/element-tcpserversink.sgml:
4412         * ext/theora/theoraenc.c:
4413           add libvisual plugin and theoraenc element to docs
4414
4415 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4416
4417         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4418         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4419         * ext/theora/theoraenc.c:
4420           add theoraenc
4421
4422 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
4423
4424         * gst/audioconvert/Makefile.am:
4425           Audioconvert derives from GstBaseTransform and should
4426           link to the library with our base elements to avoid
4427           unresolved symbols. Makes things work with MinGW (#316160)
4428
4429         * gst/playback/test4.c: (main):
4430           Fix MinGW build problem and use g_usleep() instead of 
4431           sleep() (#316162)
4432
4433 2005-09-12  Wim Taymans  <wim@fluendo.com>
4434
4435         * gst/audioconvert/audioconvert.c: (float),
4436         (audio_convert_prepare_context), (audio_convert_convert):
4437         * gst/audioconvert/audioconvert.h:
4438         Cleanups, speedups, simplifications, added back support
4439         for 24 bits.
4440
4441 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4442
4443         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4444         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4445         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4446         * docs/plugins/tmpl/element-tcpserversink.sgml:
4447         * gst/ffmpegcolorspace/gstffmpeg.c:
4448         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4449         * gst/videotestsrc/gstvideotestsrc.c:
4450         * gst/volume/gstvolume.c:
4451           add more elements to the docs
4452
4453 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
4454
4455         * check/Makefile.am:
4456         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
4457         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
4458           Add extra tests for basetransform based components. 
4459           Comment out the test_element_negotiation test until we decide
4460           if it's testing correct behaviour.
4461         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
4462         (gst_visual_chain), (gst_visual_change_state):
4463           Slightly more correct but still bogus timestamping.
4464           Fix state change function.
4465         * gst/audioconvert/gstaudioconvert.c:
4466         (gst_audio_convert_class_init):
4467         * gst/audioresample/gstaudioresample.c:
4468         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4469         (gst_ffmpegcsp_class_init):
4470         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
4471         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
4472         (gst_videoscale_prepare_image):
4473         * gst/volume/gstvolume.c: (gst_volume_class_init),
4474         (volume_transform_ip):
4475           Basetransform updates. Enable passthrough modes.
4476         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
4477         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
4478         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4479           Negotiation fix that allows the window to return to the original
4480           size and renegotiate passthrough upstream. Extra debug output.
4481
4482 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4483
4484         * gst/sine/gstsinesrc.c:
4485         * gst/volume/gstvolume.c:
4486           fix up header include
4487
4488 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
4489
4490         * gst-libs/gst/audio/gstbaseaudiosink.c:
4491         (gst_base_audio_sink_render):
4492         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
4493         * gst/volume/gstvolume.c: (gst_volume_class_init),
4494         (volume_transform):
4495           fixing lost sync, some more debugging
4496
4497 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
4498
4499         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
4500         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
4501         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
4502         (gst_xvimagesink_check_xshm_calls):
4503           Fix compilation when XShm is not available.
4504
4505 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
4506
4507         * ext/libvisual/visual.c: (gst_visual_dispose),
4508         (gst_visual_getcaps), (gst_visual_src_setcaps),
4509         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
4510         (gst_visual_change_state):
4511           Finish fixing up libvisual plugin so that it runs. 
4512
4513 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
4514
4515         * ext/vorbis/vorbisenc.c:
4516         * gst-libs/gst/tag/gstvorbistag.c:
4517           gsttaginterface.h -> gsttagsetter.h
4518
4519 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
4520
4521         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
4522           added another test that failes for me (test is not active by default)
4523
4524 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4525
4526         * configure.ac:
4527           v4l2 is no longer in gst-plugins-base
4528
4529 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
4530
4531         * configure.ac:
4532           In the output at the end, don't show the first plugin on the same
4533           line as "Core plug-ins, always built:".
4534           Indent the output as for other plugin categories
4535         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
4536           #define that can be used to not use peer buffer_alloc functions for
4537           test purposes.
4538         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
4539         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
4540         (gst_ximagesink_show_frame):
4541         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
4542         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
4543         (gst_xvimagesink_show_frame):
4544           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
4545           fails gracefully instead of XError aborting or deadlocking.
4546
4547 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
4548
4549         * ext/libvisual/Makefile.am:
4550           link against gst-base-libs
4551
4552 2005-09-06  David Schleef  <ds@schleef.org>
4553
4554         * configure.ac: Enable libvisual plugin.
4555         * ext/libvisual/Makefile.am:
4556         * ext/libvisual/visual.c: Fixes to make it compile.
4557
4558 === release 0.9.2 ===
4559
4560 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4561
4562         * NEWS:
4563         * RELEASE:
4564         * configure.ac:
4565         * docs/random/ChangeLog-0.8:
4566           releasing 0.9.2, "Spoon"
4567
4568 2005-09-05  Michael Smith <msmith@fluendo.com>
4569
4570         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
4571           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
4572           that in the vorbisenc element.
4573
4574 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4575
4576         * common/gtk-doc-plugins.mak:
4577         * docs/plugins/Makefile.am:
4578           fix distcheck
4579         * gst/audioresample/resample.c:
4580           fix wrong docstring
4581
4582 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4583
4584         * common/gst-xmlinspect.py:
4585         * common/gtk-doc-plugins.mak:
4586           only inspect plugins for this given package
4587           require gst-python 0.9
4588
4589 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4590
4591         * Makefile.am:
4592         * autogen.sh:
4593         * common/gst-xmlinspect.py:
4594         * configure.ac:
4595         * docs/Makefile.am:
4596         * docs/plugins/inspect/plugin-alsa.xml:
4597         * docs/plugins/inspect/plugin-audioresample.xml:
4598         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4599         * docs/plugins/inspect/plugin-ogg.xml:
4600         * docs/plugins/tmpl/element-gnomevfssink.sgml:
4601         * docs/plugins/tmpl/element-multifdsink.sgml:
4602         * docs/plugins/tmpl/element-tcpserversink.sgml:
4603         * docs/plugins/tmpl/element-vorbisenc.sgml:
4604         * gst-plugins-base.spec.in:
4605           various doc-related updates
4606
4607 2005-08-31  Wim Taymans  <wim@fluendo.com>
4608
4609         * gst-libs/gst/audio/gstbaseaudiosink.c:
4610         (gst_base_audio_sink_render):
4611         Resync if the buffer timestamps drift more than a 10th 
4612         of a second.
4613
4614 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
4615
4616         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
4617         (gst_v4lsrc_get_property):
4618           The 'timestamp-offset' property is registered as an int64, so
4619           let's use g_value_{set|get}_int64() in our setter and getter
4620           functions (makes it work and fixes warnings with gst-inspect).
4621
4622 2005-08-30  Wim Taymans  <wim@fluendo.com>
4623
4624         * check/elements/audioconvert.c: (setup_audioconvert):
4625         * check/elements/audioresample.c: (setup_audioresample):
4626         * check/elements/volume.c: (setup_volume):
4627         Fix checks.
4628
4629 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4630
4631         * common/gtk-doc-plugins.mak:
4632         * common/plugins.xsl:
4633         * docs/plugins/Makefile.am:
4634           make module a param
4635
4636 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
4637
4638         * examples/seeking/seek.c: (make_mp3_pipeline),
4639         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
4640         (play_cb), (pause_cb), (stop_cb):
4641           update the example
4642
4643 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
4644
4645         * gst/volume/gstvolume.c: (gst_volume_class_init),
4646         (volume_transform):
4647           do not update controlled params, if buffer has no timestamp
4648
4649 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
4650
4651         * configure.ac:
4652         * gst/sine/Makefile.am:
4653         * gst/volume/Makefile.am:
4654           controllerized elements also need to link against controller-libs ;)
4655
4656 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
4657
4658         * docs/libs/tmpl/gstcolorbalance.sgml:
4659         * docs/libs/tmpl/gstgconf.sgml:
4660         * docs/libs/tmpl/gstmixer.sgml:
4661         * docs/libs/tmpl/gstringbuffer.sgml:
4662         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4663         (gst_sinesrc_create):
4664         * gst/volume/gstvolume.c: (gst_volume_class_init),
4665         (volume_transform):
4666           controllerized two audio plugins
4667
4668 2005-08-29  Andy Wingo  <wingo@pobox.com>
4669
4670         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
4671         (vorbis_handle_data_packet): Fix some int overflow errors.
4672
4673         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
4674         -1.
4675         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
4676         valid.
4677         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
4678         if it's valid. Fixed streaming-mode playback.
4679
4680         * check/elements/volume.c (cleanup_volume): Fix for running
4681         CK_FORK=no.
4682
4683         * check/elements/audioconvert.c: Convert from native endian, not
4684         little endian.
4685
4686 2005-08-29  Michael Smith <msmith@fluendo.com>
4687
4688         * ext/ogg/Makefile.am:
4689         * ext/ogg/gstogg.c: (plugin_init):
4690         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
4691         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
4692         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
4693         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
4694         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
4695         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
4696         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
4697         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
4698         Add an ogg parser element.
4699
4700 2005-08-28  Andy Wingo  <wingo@pobox.com>
4701
4702         * Updates for two-arg init from GST_BOILERPLATE_FULL.
4703
4704 2005-08-26  Wim Taymans  <wim@fluendo.com>
4705
4706         * gst/audioconvert/audioconvert.c: (if), (float),
4707         (audio_convert_get_func_index), (check_default),
4708         (audio_convert_clean_fmt), (audio_convert_prepare_context),
4709         (audio_convert_clean_context), (audio_convert_get_sizes),
4710         (audio_convert_convert):
4711         Cleanups.
4712
4713 2005-08-26  Wim Taymans  <wim@fluendo.com>
4714
4715         * gst/audioconvert/audioconvert.c: (if), (float),
4716         (audio_convert_get_func_index), (check_default),
4717         (audio_convert_clean_fmt), (audio_convert_prepare_context),
4718         (audio_convert_clean_context), (audio_convert_get_sizes),
4719         (audio_convert_convert):
4720         More elegant and working temp buffer selection algo.
4721
4722 2005-08-26  Wim Taymans  <wim@fluendo.com>
4723
4724         * gst/audioconvert/audioconvert.c: (if), (float),
4725         (audio_convert_get_func_index), (check_default),
4726         (audio_convert_clean_fmt), (audio_convert_prepare_context),
4727         (audio_convert_clean_context), (audio_convert_get_sizes),
4728         (get_temp_buffer), (audio_convert_convert):
4729         Use realloc else we lose our original data.
4730
4731 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4732
4733         * gst/audioresample/gstaudioresample.c:
4734           use base class' newsegment to properly timestamp
4735
4736 2005-08-26  Wim Taymans  <wim@fluendo.com>
4737
4738         * gst/audioconvert/audioconvert.c: (if), (float),
4739         (audio_convert_get_func_index), (check_default),
4740         (audio_convert_clean_fmt), (audio_convert_prepare_context),
4741         (audio_convert_clean_context), (audio_convert_get_sizes),
4742         (get_temp_buffer), (audio_convert_convert):
4743         * gst/audioconvert/gstaudioconvert.c:
4744         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
4745         (gst_audio_convert_transform_caps),
4746         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
4747         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
4748         Oops, allocate enough space to perform the channel mix.
4749
4750 2005-08-26  Wim Taymans  <wim@fluendo.com>
4751
4752         * gst/audioconvert/Makefile.am:
4753         * gst/audioconvert/audioconvert.c: (if), (float),
4754         (audio_convert_get_func_index), (check_default),
4755         (audio_convert_clean_fmt), (audio_convert_prepare_context),
4756         (audio_convert_clean_context), (audio_convert_get_sizes),
4757         (get_temp_buffer), (audio_convert_convert):
4758         * gst/audioconvert/audioconvert.h:
4759         * gst/audioconvert/gstaudioconvert.c:
4760         (gst_audio_convert_class_init), (gst_audio_convert_init),
4761         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
4762         (gst_audio_convert_get_unit_size),
4763         (gst_audio_convert_transform_caps),
4764         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
4765         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
4766         * gst/audioconvert/gstaudioconvert.h:
4767         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
4768         (gst_channel_mix_fill_identical),
4769         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
4770         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
4771         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
4772         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
4773         (gst_channel_mix_mix):
4774         * gst/audioconvert/gstchannelmix.h:
4775         Cleanups, librarify a bit, optimize, better negotiation and more.
4776
4777 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
4778
4779         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
4780         Another from MikeS:
4781         During typefinding, don't support negative offsets
4782         (offsets from the end of the stream) in our typefind->peek() function
4783         - nothing embedded in ogg ever needs them. However, we need to recognise
4784         those requests and reject them, otherwise we return invalid pointers.
4785
4786 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
4787
4788         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4789         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
4790         (vorbisdec_finalize), (vorbis_handle_type_packet):
4791           Big shout-out to MikeS for fixing this giant memory leak.
4792           Huzzah!
4793
4794 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4795
4796         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
4797         (audio_convert_get_unit_size):
4798           plug some leaks
4799
4800 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4801
4802         * check/Makefile.am:
4803         * check/elements/audioconvert.c: (setup_audioconvert),
4804         (cleanup_audioconvert), (get_int_caps), (verify_convert),
4805         (GST_START_TEST), (audioconvert_suite), (main):
4806           add a test for audioconvert
4807         * gst/audioresample/gstaudioresample.c:
4808         * gst/audioresample/gstaudioresample.h:
4809           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
4810           note that for buffers of 1/3 sec this means DURATION(c) is 
4811           one nanosecond more than for a and b
4812
4813 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4814
4815         * check/Makefile.am:
4816         * check/elements/audioresample.c: (setup_audioresample),
4817         (cleanup_audioresample), (fail_unless_perfect_stream),
4818         (test_perfect_stream_instance), (GST_START_TEST),
4819           add a check for audioresample
4820         (audioresample_suite), (main):
4821         * check/elements/volume.c: (GST_START_TEST):
4822           remove unused method
4823         * gst/audioresample/gstaudioresample.c:
4824           set correct buffer parameters since we're changing them
4825         * gst/audioresample/resample_ref.c: (resample_scale_ref):
4826           add some debug
4827
4828 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4829
4830         * gst/audioresample/debug.c:
4831         * gst/audioresample/gstaudioresample.c:
4832           add room for extra overlap samples when asked to transform size
4833           protect against possible mem corruption and check for discrepancies
4834           between written size and outbuffer's size so we can warn for
4835           potential problems
4836         * gst/audioresample/resample.c: (resample_init),
4837         (resample_get_output_size_for_input), (resample_get_output_size),
4838         (resample_set_n_channels), (resample_set_format):
4839           set debug level based on RESAMPLE_DEBUG env var
4840           make sure that get_output_size* returns a whole number of
4841           sample_size
4842           set sample_size each time either channel or format is set
4843         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
4844         * gst/audioresample/resample_functable.c:
4845         (resample_scale_functable):
4846         * gst/audioresample/resample_ref.c: (resample_scale_ref):
4847           remove r->sample_size, it's done in resample.c now
4848           add some debugging to the ref implementation
4849           make sure we only give back bytes that are wholes of the sample
4850           size
4851
4852 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
4853         * gst/playback/gstplaybasebin.c: (fill_buffer):
4854         Revert unpopular change for GST_MESSAGE_SRC to GObject.
4855
4856 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
4857
4858         * gst/volume/gstvolume.c:
4859           made set_caps function static
4860
4861 2005-08-24  Wim Taymans  <wim@fluendo.com>
4862
4863         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
4864         (gst_vorbisenc_change_state):
4865         Stop leaking taglists.
4866
4867 2005-08-24  Wim Taymans  <wim@fluendo.com>
4868
4869         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
4870         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
4871         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
4872         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
4873         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
4874         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
4875         Parse seeking events better.
4876         Unref static caps.
4877         Generate correct newsegment events, fixes seeking in live oggs.
4878
4879         * ext/theora/theoradec.c: (theora_dec_src_query),
4880         (theora_dec_src_event), (theora_dec_src_getcaps),
4881         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
4882         Use newsegment values to report correct play time.
4883
4884         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4885         (vorbis_dec_src_event), (vorbis_dec_sink_event):
4886         * ext/vorbis/vorbisdec.h:
4887         Parse and use newsegment values to report correct play time.
4888
4889         * gst-libs/gst/audio/gstbaseaudiosink.c:
4890         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4891         Clear ringbuffer on flush.
4892         Use newsegment values to calculate playback time.
4893
4894         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
4895         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
4896         Basesink does newsegment calculations for us now.
4897
4898 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4899
4900         * check/Makefile.am:
4901         * configure.ac:
4902           add core's plugins to the mix so that playbin works
4903         * check/generic/states.c: (GST_START_TEST):
4904           set a 0 timeout on pipelines, so they don't force the next
4905           state change
4906         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
4907         (gst_play_base_bin_change_state):
4908           remove the crappy error handling and do GST error handling
4909
4910 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4911
4912         * check/Makefile.am:
4913         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
4914           add same test as to core, it bitches out on playbin atm.
4915
4916 2005-08-24  Wim Taymans  <wim@fluendo.com>
4917
4918         * configure.ac:
4919         Remove audioscale.
4920
4921 2005-08-24  Wim Taymans  <wim@fluendo.com>
4922
4923         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
4924         (gst_videoscale_prepare_size), (parse_caps),
4925         (gst_videoscale_set_caps), (gst_videoscale_get_size),
4926         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
4927         (gst_videoscale_transform):
4928         * gst/videoscale/gstvideoscale.h:
4929         Refactor, make use of BaseTranform really well.
4930
4931 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4932
4933         * configure.ac:
4934           compile audioresample
4935         * gst/audioresample/Makefile.am:
4936         * gst/audioresample/buffer.c:
4937         * gst/audioresample/functable.c:
4938         * gst/audioresample/gstaudioresample.c:
4939         * gst/audioresample/gstaudioresample.h:
4940         * gst/audioresample/resample.c:
4941         (resample_get_output_size_for_input):
4942         * gst/audioresample/resample.h:
4943         * gst/audioresample/resample_chunk.c:
4944         * gst/audioresample/resample_functable.c:
4945         * gst/audioresample/resample_ref.c:
4946           port to use basetransform; doesn't work in all cases yet
4947
4948 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4949
4950         * gst/audioconvert/gstaudioconvert.c:
4951         (gst_audio_convert_class_init), (gst_audio_convert_init),
4952         (audio_convert_get_unit_size), (audio_convert_transform_caps),
4953         (audio_convert_fixate_caps), (audio_convert_set_caps),
4954         (audio_convert_transform),
4955         (gst_audio_convert_buffer_to_default_format),
4956         (gst_audio_convert_buffer_from_default_format),
4957         (gst_audio_convert_channels):
4958         * gst/audioconvert/gstchannelmix.c:
4959         * gst/audioconvert/gstchannelmix.h:
4960           port to basetransform
4961         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4962         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
4963         (gst_ffmpegcsp_get_unit_size):
4964         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
4965         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
4966           fix for basetransform changes
4967
4968 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
4969
4970         * check/Makefile.am:
4971           Add CHECK_CFLAGS and LDFLAGS
4972
4973         * gst/playback/gstplaybasebin.c: (fill_buffer):
4974           GST_MESSAGE_SRC became a GObject
4975
4976 2005-08-24  Wim Taymans  <wim@fluendo.com>
4977
4978         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
4979         (gst_ring_buffer_clear_all):
4980         * gst-libs/gst/audio/gstringbuffer.h:
4981         Added function to clear the ringbuffer.
4982
4983 2005-08-24  Andy Wingo  <wingo@pobox.com>
4984
4985         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
4986         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
4987         of _open and _close.
4988
4989         * sys/v4l/gstv4lxoverlay.h:
4990         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
4991         an Xv connection here, instead of all the time. Make Xv only be
4992         loaded if you axe for it. Kindof a workaround for buggy behaviour
4993         of Xv when using remote xservers (XvQueryExtension would block).
4994         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
4995         replace the _open and _close public API. Only start the xv
4996         connection if necessary.
4997         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
4998
4999 2005-08-23  David Schleef  <ds@schleef.org>
5000
5001         * gst/audioresample/Makefile.am: Leet audioresampling code
5002         * gst/audioresample/buffer.c:
5003         * gst/audioresample/buffer.h:
5004         * gst/audioresample/debug.c:
5005         * gst/audioresample/debug.h:
5006         * gst/audioresample/functable.c:
5007         * gst/audioresample/functable.h:
5008         * gst/audioresample/gstaudioresample.c:
5009         * gst/audioresample/gstaudioresample.h:
5010         * gst/audioresample/resample.c:
5011         * gst/audioresample/resample.h:
5012         * gst/audioresample/resample_chunk.c:
5013         * gst/audioresample/resample_functable.c:
5014         * gst/audioresample/resample_ref.c:
5015
5016 2005-08-23  Wim Taymans  <wim@fluendo.com>
5017
5018         * examples/seeking/seek.c: (make_vorbis_pipeline),
5019         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
5020         Small seek updates.
5021
5022 2005-08-23  Andy Wingo  <wingo@pobox.com>
5023
5024         * gst-libs/gst/audio/gstbaseaudiosrc.c
5025         (gst_base_audio_src_fixate): Only fixate endianness if it is
5026         present in the caps.
5027
5028 2005-08-22  Andy Wingo  <wingo@pobox.com>
5029
5030         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
5031         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
5032         device-name property.
5033
5034         * gst-libs/gst/audio/gstaudiosrc.h:
5035         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
5036         close_device in the ring buffer, like gstaudiosink.
5037
5038         * ext/alsa/gstalsamixer.h:
5039         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
5040         macro to implement the interface without much code. Cleanups. 
5041
5042         * ext/alsa/gstalsasrc.h:
5043         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
5044         READY.
5045
5046         * ext/alsa/Makefile.am: Add new files.
5047         * ext/alsa/gstalsamixerelement.c: 
5048         * ext/alsa/gstalsamixerelement.c: Split element code out from
5049         mixer code so that alsasrc can be a mixer too.
5050
5051 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
5052
5053         * check/elements/volume.c: (setup_volume), (cleanup_volume),
5054         (GST_START_TEST):
5055         * check/elements/vorbisdec.c: (setup_vorbisdec),
5056         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
5057         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5058         (vorbis_handle_identification_packet),
5059         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
5060         (vorbis_handle_header_packet), (vorbis_dec_push),
5061         (vorbis_dec_chain):
5062           use the setup/teardown methods to save code.  save code is good.
5063
5064 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5065
5066         * check/Makefile.am:
5067           add ext dir for plugins
5068           add vorbisdec test conditionally
5069         * check/elements/volume.c: (setup_volume), (cleanup_volume),
5070         (GST_START_TEST), (volume_suite):
5071           add a test with wrong caps
5072         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
5073         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
5074           add a vorbisdec test
5075         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
5076         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
5077           clean up debug output
5078         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
5079           yay, fix a segfault/security issue in vorbisdec
5080           gst-launch fakesrc ! vorbisdec wasn't happy
5081         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
5082         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
5083         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
5084         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
5085         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
5086         (gst_vorbisenc_set_metadata), (get_constraints_string),
5087         (update_start_message), (gst_vorbisenc_setup),
5088         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5089         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
5090         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
5091         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
5092         * ext/vorbis/vorbisenc.h:
5093           march in line
5094         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5095         (gst_ffmpegcsp_transform):
5096           have the kow come home
5097         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
5098           debug my func ptr
5099         * gst/volume/gstvolume.c: (volume_set_caps):
5100           add a debug
5101
5102 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5103
5104         * Makefile.am:
5105         * check/.cvsignore:
5106         * check/Makefile.am:
5107         * check/elements/.cvsignore:
5108         * check/elements/volume.c: (chain_func), (event_func),
5109         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
5110         (main):
5111         * configure.ac:
5112           add unit test structure for gst-plugins-base
5113           add a test for volume
5114         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
5115         (gst_volume_set_volume), (gst_volume_get_volume),
5116         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
5117         (volume_funcfind), (volume_process_float), (volume_process_int16),
5118         (volume_set_caps), (volume_transform), (volume_update_mute),
5119         (volume_update_volume), (volume_set_property),
5120         (volume_get_property):
5121           document a little; use basetransform vmethod _set_caps
5122
5123 2005-08-19  Andy Wingo  <wingo@pobox.com>
5124
5125         * ext/alsa/gstalsamixertrack.h:
5126         * ext/alsa/gstalsamixertrack.c:
5127         * ext/alsa/gstalsamixeroptions.h:
5128         * ext/alsa/gstalsamixeroptions.c:
5129         * ext/alsa/gstalsamixer.h:
5130         * ext/alsa/gstalsamixer.c: Port to 0.9.
5131
5132         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
5133         Remove gstalsa.c and alsaclock. No more cruft here.
5134         
5135 2005-08-18  Wim Taymans  <wim@fluendo.com>
5136
5137         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5138         (gst_base_rtp_depayload_chain),
5139         (gst_base_rtp_depayload_add_to_queue),
5140         (gst_base_rtp_depayload_push),
5141         (gst_base_rtp_depayload_queue_release):
5142         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5143         Fix for RTPBuffer changes.
5144
5145         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
5146         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
5147         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
5148         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
5149         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
5150         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
5151         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
5152         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
5153         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
5154         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
5155         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
5156         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
5157         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
5158         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
5159         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
5160         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
5161         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
5162         (gst_rtpbuffer_get_payload):
5163         * gst-libs/gst/rtp/gstrtpbuffer.h:
5164         Don't subclass GstBuffer but add methods and helper functions
5165         to construct and manipulate RTP packets in regular GstBuffers.
5166
5167 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
5168
5169         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
5170           moved statement below switch
5171         * gst/volume/gstvolume.c: (gst_volume_class_init):
5172           added debug ptr
5173
5174 2005-08-16  Wim Taymans  <wim@fluendo.com>
5175
5176         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5177         (gst_base_audio_src_change_state):
5178         Open and close device in READY<->NULL state change.
5179
5180 2005-08-16  Andy Wingo  <wingo@pobox.com>
5181
5182         * examples/seeking/Makefile.am: Don't compile non-compiling
5183         compiled objects with the compiler.
5184
5185         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
5186         elements.
5187
5188 2005-08-12  Philippe Khalaf <burger@speedy.org>
5189         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5190         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5191           Made a thread to release the queue.
5192           Removed timestamp conversion for now.
5193
5194 2005-08-10  Philippe Khalaf <burger@speedy.org>
5195         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5196         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5197           Added rtp timestamp -> gst timestamp conversion.
5198           Fixed several problems with queue.
5199
5200 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
5201
5202         * gst-libs/gst/audio/gstaudioclock.h:
5203         * gst-libs/gst/audio/gstaudiofilter.h:
5204         * gst-libs/gst/audio/gstaudiosink.h:
5205         * gst-libs/gst/audio/gstaudiosrc.h:
5206         * gst-libs/gst/audio/gstbaseaudiosink.h:
5207         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5208         * gst-libs/gst/audio/gstringbuffer.h:
5209         * gst-libs/gst/net/gstnetbuffer.h:
5210         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5211         * gst-libs/gst/rtp/gstrtpbuffer.h:
5212           Add padding (you will need to rebuild gst-plugins-base,
5213           gst-plugins and all applications afterwards!)
5214
5215 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
5216
5217         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5218         (gst_riff_parse_chunk):
5219           Fix bug in debug message and add some more debug messages.
5220
5221 2005-08-08  Edward Hervey  <edward@fluendo.com>
5222
5223         * gst-libs/gst/riff/riff-media.c:
5224         backported updates since branch
5225
5226 2005-08-08  Andy Wingo  <wingo@pobox.com>
5227
5228         * gst-libs/gst/audio/gstbaseaudiosink.c
5229         (gst_base_audio_sink_change_state): Open the device in NULL->READY
5230         like good elements should. Close on READY->NULL too.
5231
5232         * gst-libs/gst/audio/gstaudiosink.c
5233         (gst_audioringbuffer_open_device,
5234         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
5235         (gst_audioringbuffer_release): Updates for new ring buffer API,
5236         hook into the new audio sink api.
5237
5238         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
5239         (GstAudioSinkClass.close): Just open and close the device -- no
5240         resource allocation or configuration.
5241         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
5242         vmethods, handle device setup and resource allocation.
5243
5244         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
5245         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
5246         base class API.
5247
5248         * gst-libs/gst/audio/gstringbuffer.h
5249         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
5250         New vmethods.
5251
5252         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
5253         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
5254         New API functions. The device should be opened before acquiring
5255         and closed after releasing.
5256
5257 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
5258
5259         * gst-libs/gst/interfaces/mixer.h:
5260           Reset padding to GST_PADDING.
5261
5262 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5263
5264         * gst/playback/gstplaybin.c: (remove_sinks):
5265           Remove visualization from parent explicitely; works around some
5266           apparent refcount issue that I haven't tracked down yet.
5267
5268 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5269
5270         * ext/alsa/gstalsasink.c: (set_hwparams):
5271           Assign debug category, add negotiation debug msgs.
5272
5273 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5274
5275         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
5276           Fix error code for file-not-found to NOT_FOUND.
5277
5278 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5279
5280         * common/gtk-doc-plugins.mak:
5281         * docs/plugins/Makefile.am:
5282         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5283         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5284           renamed to actual element names, so much nicer to look at
5285         * docs/plugins/tmpl/gstmultifdsink.sgml:
5286           remove
5287         * docs/plugins/tmpl/multifdsink.sgml:
5288         * docs/plugins/tmpl/tcpserversink.sgml:
5289           add
5290         * ext/alsa/gstalsa.c:
5291         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
5292         * ext/ogg/gstoggmux.c:
5293         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
5294         * gst/playback/gstdecodebin.c:
5295         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
5296         * gst/tcp/gsttcpserversink.c:
5297           various fixes and documentation additions
5298
5299 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5300
5301         * common/Makefile.am:
5302         * common/gstdoc-scangobj:
5303         * common/gtk-doc-plugins.mak:
5304         * common/gtk-doc.mak:
5305           add a custom scangobj that uses the registry
5306           add a custom gtk-doc-plugins.mak that uses it
5307           some doc build fixes
5308         * configure.ac:
5309         * docs/Makefile.am:
5310         * docs/plugins/Makefile.am:
5311         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5312         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5313         * docs/plugins/gst-plugins-base-plugins.types:
5314         * docs/plugins/tmpl/gstmultifdsink.sgml:
5315           add docs for one element, multifdsink
5316         * gst/adder/gstadder.h:
5317         * gst/volume/gstvolume.h:
5318           don't privatize enum
5319         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5320         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5321         (gst_sync_method_get_type), (gst_client_status_get_type),
5322         (gst_multifdsink_class_init),
5323         (gst_multifdsink_client_queue_buffer),
5324         (gst_multifdsink_handle_client_write):
5325         * gst/tcp/gstmultifdsink.h:
5326         * gst/tcp/gsttcp.h:
5327         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
5328         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
5329         (gst_tcpclientsink_render):
5330         * gst/tcp/gsttcpclientsink.h:
5331         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
5332         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
5333         (gst_tcpclientsrc_start):
5334         * gst/tcp/gsttcpclientsrc.h:
5335         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
5336         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
5337         * gst/tcp/gsttcpserversrc.h:
5338         * gst/typefind/gsttypefindfunctions.c:
5339           remove superfluous Type stuff
5340
5341 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5342
5343         * gst/playback/gstplaybin.c: (gen_video_element):
5344           Enable videoscale.
5345
5346 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5347
5348         * gst-libs/gst/gconf/gconf.c:
5349         * gst-libs/gst/gconf/gconf.h:
5350           Fix some Andy Problem [tm].
5351
5352 2005-08-04  Andy Wingo  <wingo@pobox.com>
5353
5354         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
5355         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
5356         (gst_ffmpegcsp_get_size): Adapt to API changes.
5357
5358         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
5359         Implement an in-place do-nothing transform.
5360
5361 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5362
5363         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
5364         (gst_ximagesink_renegotiate_size):
5365           Do not set new window sizes yet if we prepare a new buffer size
5366           for upstream renegotiation (software scaling) at some point in the
5367           future, because this new size waqs not actually accepted yet. Once
5368           accepted, renegotiation later on will set the new sizes just fine.
5369           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
5370           embedding testcase.
5371
5372 2005-08-03  Andy Wingo  <wingo@pobox.com>
5373
5374         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
5375         (gst_ximagesink_buffer_alloc): 
5376         Protect the height, width, and desired_caps with the pool_lock.
5377         Fixes videotestsrc ! queue ! ximagesink.
5378
5379 2005-08-02  Edward Hervey  <edward@fluendo.com>
5380
5381         * gst/volume/gstvolume.c:
5382         include left from controller cleanup
5383
5384 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
5385         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
5386           Stop collectpads before calling the parent state
5387           change function on PAUSED->READY.
5388
5389 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
5390         * configure.ac:
5391           When testing for X libs, use the X CFlags 
5392         * gst/adder/gstadder.c: (gst_adder_change_state):
5393           Stop the collectpads before calling parent state change function
5394           on PAUSED->READY, otherwise we deadlock deactivating pads.
5395
5396 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
5397
5398         * configure.ac:
5399         * docs/libs/tmpl/gstcolorbalance.sgml:
5400         * docs/libs/tmpl/gstmixer.sgml:
5401         * examples/Makefile.am:
5402         * gst/sine/Makefile.am:
5403         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
5404         (gst_sinesrc_set_property), (plugin_init):
5405         * gst/sine/gstsinesrc.h:
5406         * gst/volume/Makefile.am:
5407         * gst/volume/gstvolume.c: (gst_volume_set_volume),
5408         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
5409         (volume_process_float), (volume_process_int16),
5410         (volume_set_property), (plugin_init):
5411         * gst/volume/gstvolume.h:
5412           deactivate and remove dparams (libgstcontrol)
5413
5414 2005-07-29  Wim Taymans  <wim@fluendo.com>
5415
5416         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
5417         Convert me to BaseTransform!! help..
5418
5419 2005-07-29  Andy Wingo  <wingo@pobox.com>
5420
5421         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
5422         sinks.
5423
5424         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
5425         support of both endiannesses.
5426
5427 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
5428
5429         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
5430           Fix confusing debug message (s/event/query/)
5431
5432 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
5433
5434         * gst/videotestsrc/videotestsrc.h:
5435           Use "_stdint.h" instead of <stdint.h>
5436
5437 2005-07-27  Wim Taymans  <wim@fluendo.com>
5438
5439         * ext/vorbis/Makefile.am:
5440         Revert wrong commit.
5441
5442 2005-07-27  Wim Taymans  <wim@fluendo.com>
5443
5444         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
5445         More compilation fixen.
5446
5447 2005-07-27  Wim Taymans  <wim@fluendo.com>
5448
5449         * gst-libs/gst/audio/gstbaseaudiosink.c:
5450         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
5451         (gst_base_audio_sink_create_ringbuffer),
5452         (gst_base_audio_sink_change_state):
5453         Fix compilation.
5454
5455 2005-07-27  Wim Taymans  <wim@fluendo.com>
5456
5457         * examples/seeking/seek.c: (setup_dynamic_link),
5458         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
5459         (query_positions_elems), (query_positions_pads), (do_seek):
5460         Update seek example.
5461
5462         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
5463         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
5464         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
5465         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5466         (gst_ogg_demux_handle_event),
5467         (gst_ogg_demux_deactivate_current_chain),
5468         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5469         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
5470         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
5471         (gst_ogg_demux_loop):
5472         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
5473         * ext/theora/theoradec.c: (theora_dec_src_event),
5474         (theora_dec_src_getcaps), (theora_dec_sink_event),
5475         (theora_dec_push), (theora_dec_chain):
5476         * ext/vorbis/Makefile.am:
5477         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
5478         (vorbis_dec_sink_event), (vorbis_dec_push),
5479         (vorbis_handle_data_packet):
5480         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
5481         (gst_vorbisenc_chain):
5482         * gst/playback/gststreaminfo.c: (cb_probe):
5483         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
5484         * gst/videorate/gstvideorate.c: (gst_videorate_event):
5485         * gst/videoscale/gstvideoscale.c:
5486         (gst_videoscale_handle_src_event):
5487         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
5488         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
5489         (gst_ximagesink_navigation_send_event):
5490         * sys/xvimage/xvimagesink.c:
5491         (gst_xvimagesink_navigation_send_event):
5492         Various event updates and cleanups
5493
5494 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5495
5496         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
5497           Fix segfault for I420/YV12.
5498
5499 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5500
5501         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
5502           Report bitrate.
5503
5504 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5505
5506         * gst/playback/gstplaybin.c: (gen_video_element),
5507         (gen_audio_element):
5508           Switch to auto*sink elements as default sinks; add volume element
5509           so that volume control in totem works.
5510
5511 2005-07-21  Wim Taymans  <wim@fluendo.com>
5512
5513         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
5514         * gst/playback/gstplaybin.c: (setup_sinks),
5515         (gst_play_bin_change_state):
5516         Refcount fix and more comments.
5517
5518 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5519
5520         * sys/ximage/Makefile.am:
5521         * sys/ximage/ximage.c: (plugin_init):
5522         * sys/ximage/ximagesink.c:
5523         Prepare for adding ximagesrc, rename of plugin to ximage etc.
5524         
5525
5526 2005-07-21  Wim Taymans  <wim@fluendo.com>
5527
5528         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
5529         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5530         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5531         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5532         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
5533         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
5534         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
5535         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
5536         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
5537         Generate correct disconts for live chained oggs.
5538
5539         * gst-libs/gst/audio/gstbaseaudiosink.c:
5540         (gst_base_audio_sink_render),
5541         (gst_base_audio_sink_create_ringbuffer),
5542         (gst_base_audio_sink_change_state):
5543         Handle discont math correctly.
5544
5545         * gst/playback/gstplaybin.c: (add_sink):
5546         Some small debug cleanup.
5547
5548 2005-07-21  Wim Taymans  <wim@fluendo.com>
5549
5550         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
5551         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5552         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5553         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5554         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
5555         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
5556         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5557         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
5558         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
5559         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
5560         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
5561         (gst_ogg_demux_change_state), (gst_ogg_print):
5562         Reorganize code to send the right disconts when in streaming
5563         mode.
5564
5565 2005-07-20  Andy Wingo  <wingo@pobox.com>
5566
5567         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
5568         fix (?), fixes a seggie mcfalterson (#310894).
5569
5570 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5571
5572         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
5573         (gst_ogg_mux_set_header_on_caps):
5574         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
5575         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
5576         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
5577         * gst-libs/gst/audio/multichannel.c:
5578         (gst_audio_set_channel_positions),
5579         (gst_audio_set_structure_channel_positions_list):
5580         * gst/playback/gstdecodebin.c: (dynamic_create):
5581         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
5582         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
5583           Fixes for API changes in core.
5584
5585 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5586
5587         * gst/playback/gstplaybasebin.c: (fill_buffer):
5588           Use _new_custom() so we can set custom message types for buffering
5589           messages.
5590
5591 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5592
5593         * configure.ac:
5594         * gst-libs/gst/Makefile.am:
5595         * gst-libs/gst/gconf/.cvsignore:
5596         * gst-libs/gst/gconf/Makefile.am:
5597         * gst-libs/gst/gconf/test-gconf.c:
5598         * pkgconfig/Makefile.am:
5599         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
5600         * pkgconfig/gstreamer-gconf.pc.in:
5601           Remove gconf stuff, use gconf elements instead from now on.
5602
5603 2005-07-20  Wim Taymans  <wim@fluendo.com>
5604
5605         * gst-libs/gst/audio/TODO:
5606         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
5607         (gst_audio_clock_get_internal_time):
5608         * gst-libs/gst/audio/gstaudioclock.h:
5609         * gst-libs/gst/audio/gstbaseaudiosink.c:
5610         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
5611         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
5612         (gst_base_audio_sink_render),
5613         (gst_base_audio_sink_create_ringbuffer),
5614         (gst_base_audio_sink_change_state):
5615         Make sure the audio clock always returns an increasing value.
5616
5617 2005-07-19  Andy Wingo  <wingo@pobox.com>
5618
5619         * gst/videotestsrc/: Cleanups.
5620
5621 2005-07-19  Wim Taymans  <wim@fluendo.com>
5622
5623         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
5624         Better debugging.
5625
5626 2005-07-19  Wim Taymans  <wim@fluendo.com>
5627
5628         * examples/seeking/seek.c: (make_dv_pipeline),
5629         (make_vorbis_theora_pipeline), (query_rates),
5630         (query_positions_elems), (query_positions_pads), (do_seek):
5631         Make correct DV pipeline.
5632
5633 2005-07-18  Andy Wingo  <wingo@pobox.com>
5634
5635         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
5636         default. Also because it's the only thing that really works. (This
5637         is used in the GConf elements).
5638         Use AS_LIBTOOL_TAGS.
5639
5640 2005-07-18  Wim Taymans  <wim@fluendo.com>
5641
5642         * gst/playback/gstdecodebin.c: (remove_element_chain):
5643         * gst/playback/gstplaybin.c: (add_sink):
5644         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5645         (gst_stream_info_set_mute):
5646         * gst/playback/gststreamselector.c:
5647         (gst_stream_selector_get_linked_pad),
5648         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
5649         More leak and compile fixes.
5650
5651 2005-07-18  Wim Taymans  <wim@fluendo.com>
5652
5653         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
5654         (query_rates), (query_positions_elems), (query_positions_pads),
5655         (do_seek), (seek_cb), (stop_seek):
5656         Updated seek example. 
5657
5658         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
5659         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5660         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
5661         * gst/playback/gstplaybin.c: (add_sink):
5662         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5663         (gst_stream_info_set_mute):
5664         Some refcount leak fixes.
5665
5666 2005-07-16  Wim Taymans  <wim@fluendo.com>
5667
5668         * gst-libs/gst/audio/gstbaseaudiosink.c:
5669         (gst_base_audio_sink_render):
5670         Align samples even if we have roundoff errors in the 
5671         timestamp conversion.
5672
5673 2005-07-16  Wim Taymans  <wim@fluendo.com>
5674
5675         * docs/libs/tmpl/gstringbuffer.sgml:
5676         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
5677         (query_rates), (query_positions_elems), (query_positions_pads),
5678         (update_scale), (do_seek):
5679         Updated seek example.
5680
5681         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5682         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
5683         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
5684         (gst_ogg_demux_loop):
5685         Push out correct discont values.
5686
5687         * ext/theora/theoradec.c: (theora_dec_src_convert),
5688         (theora_dec_sink_convert), (theora_dec_src_getcaps),
5689         (theora_dec_sink_event), (theora_handle_type_packet),
5690         (theora_handle_header_packet), (theora_dec_push),
5691         (theora_handle_data_packet), (theora_dec_chain),
5692         (theora_dec_change_state):
5693         Better timestamping.
5694
5695         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5696         (vorbis_dec_sink_event), (vorbis_dec_push),
5697         (vorbis_handle_data_packet), (vorbis_dec_chain):
5698         * ext/vorbis/vorbisdec.h:
5699         Better timestamping.
5700
5701         * gst-libs/gst/audio/gstbaseaudiosink.c:
5702         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
5703         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5704         Handle syncing on timestamps instead of sample offsets. Make
5705         use of DISCONT values as described in design docs.
5706
5707         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5708         (gst_base_audio_src_get_time):
5709         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
5710         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
5711         (gst_ring_buffer_read):
5712         * gst-libs/gst/audio/gstringbuffer.h:
5713         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
5714         (gst_ximagesink_show_frame):
5715         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
5716         Correcly convert buffer timestamp to stream time.
5717
5718 2005-07-16  Wim Taymans  <wim@fluendo.com>
5719
5720         * gst/audioconvert/gstaudioconvert.c:
5721         (gst_audio_convert_get_buffer):
5722         Timestamp buffers correctly.
5723
5724         * gst/playback/gstplaybin.c: (gen_video_element):
5725         Make internal fakesink silent.
5726
5727 2005-07-15  Wim Taymans  <wim@fluendo.com>
5728
5729         * gst/ffmpegcolorspace/Makefile.am:
5730         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5731         (gst_ffmpegcsp_caps_remove_format_info),
5732         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
5733         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
5734         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
5735         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
5736         Ported ffmpegcolorspace to basetransform.
5737
5738         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
5739         * gst/volume/gstvolume.c: (volume_transform):
5740         Ported to new API.
5741
5742 2005-07-14  Wim Taymans  <wim@fluendo.com>
5743
5744         * gst/videotestsrc/Makefile.am:
5745         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
5746         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
5747         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
5748         (gst_videotestsrc_init), (gst_videotestsrc_event),
5749         (gst_videotestsrc_create), (gst_videotestsrc_start),
5750         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
5751         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
5752         (gst_videotestsrc_get_property):
5753         * gst/videotestsrc/gstvideotestsrc.h:
5754         Make videotestsrc a pushsrc.
5755
5756 2005-07-14  Wim Taymans  <wim@fluendo.com>
5757
5758         * gst/tcp/gstfdset.c: (gst_fdset_free):
5759         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
5760         (gst_multifdsink_add), (gst_multifdsink_remove),
5761         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
5762         (gst_multifdsink_remove_client_link),
5763         (gst_multifdsink_client_queue_data),
5764         (gst_multifdsink_client_queue_caps),
5765         (gst_multifdsink_client_queue_buffer),
5766         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
5767         (gst_multifdsink_stop):
5768         * gst/tcp/gstmultifdsink.h:
5769         0.8 backporting.
5770
5771         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
5772         Also draw image when not from a pool.
5773
5774 2005-07-14  Wim Taymans  <wim@fluendo.com>
5775
5776         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
5777         (mute_stream), (silence_stream):
5778         Small debug additions.
5779
5780 2005-07-14  Wim Taymans  <wim@fluendo.com>
5781
5782         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
5783         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5784         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
5785         Better error recovery, ignore unconnected pads and
5786         non-fatal errors.
5787
5788 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5789
5790         * docs/libs/tmpl/gstaudio.sgml:
5791         * docs/libs/tmpl/gstcolorbalance.sgml:
5792         * docs/libs/tmpl/gstgconf.sgml:
5793         * docs/libs/tmpl/gstmixer.sgml:
5794         * docs/libs/tmpl/gstringbuffer.sgml:
5795         * docs/libs/tmpl/gsttuner.sgml:
5796         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5797         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
5798         (gst_tcpclientsrc_class_init):
5799         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
5800         (gst_tcpserversrc_class_init):
5801         * sys/v4l/gstv4lelement.c:
5802           more autistic cleanliness in functions/names/defines
5803
5804 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5805
5806         * configure.ac:
5807           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
5808           added manually to each Makefile.am so we are sure it goes
5809           *last* and doesn't add -L flags before linking in libs of our
5810           own, like, say, internal .la libs, that then accidentally pick
5811           up the installed copy.
5812         * docs/libs/Makefile.am:
5813         * ext/alsa/Makefile.am:
5814         * ext/cdparanoia/Makefile.am:
5815         * ext/gnomevfs/Makefile.am:
5816         * ext/libvisual/Makefile.am:
5817         * ext/ogg/Makefile.am:
5818         * ext/theora/Makefile.am:
5819         * ext/vorbis/Makefile.am:
5820         * gst-libs/gst/video/Makefile.am:
5821         * gst/adder/Makefile.am:
5822         * gst/audioconvert/Makefile.am:
5823         * gst/audiorate/Makefile.am:
5824         * gst/audioscale/Makefile.am:
5825         * gst/ffmpegcolorspace/Makefile.am:
5826         * gst/playback/Makefile.am:
5827         * gst/sine/Makefile.am:
5828         * gst/subparse/Makefile.am:
5829         * gst/tags/Makefile.am:
5830         * gst/tcp/Makefile.am:
5831         * gst/typefind/Makefile.am:
5832         * gst/videorate/Makefile.am:
5833         * gst/videoscale/Makefile.am:
5834         * gst/videotestsrc/Makefile.am:
5835         * gst/volume/Makefile.am:
5836         * sys/v4l/Makefile.am:
5837         * sys/ximage/Makefile.am:
5838         * sys/xvimage/Makefile.am:
5839           adapt properly to this change. This should make sure that
5840           plugins and libs properly link to the as-yet-uninstalled
5841           copies of stuff like libgstinterfaces and libgstvideo
5842
5843 2005-07-13  Andy Wingo  <wingo@pobox.com>
5844
5845         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
5846         (gst_v4lsrc_fixate): Fixate on format as well.
5847
5848         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
5849         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
5850         buffer points to it.
5851         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
5852         rather just doing X calls ourselves. Also fixes a memleak.
5853
5854 2005-07-12  Andy Wingo  <wingo@pobox.com>
5855
5856         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
5857         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
5858         (gst_v4lsrc_create): Re-add the copy-mode property, default to
5859         TRUE to avoid deadlocks if an element holds on to our buffers.
5860
5861 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5862
5863         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5864         (gst_sinesrc_init), (gst_sinesrc_create),
5865         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
5866         (gst_sinesrc_start):
5867         * gst/sine/gstsinesrc.h:
5868           removing num-buffers property before moving it
5869
5870 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5871
5872         * configure.ac:
5873           use overridable ERROR_CFLAGS
5874         * docs/libs/gst-plugins-base-libs.types:
5875         * docs/libs/tmpl/gstringbuffer.sgml:
5876         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
5877         (gst_alsasink_class_init):
5878         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
5879         (gst_alsasrc_class_init):
5880         * gst-libs/gst/audio/audio.h:
5881         * gst-libs/gst/audio/gstaudioclock.h:
5882         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
5883         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
5884         (gst_audio_filter_link), (gst_audio_filter_init),
5885         (gst_audio_filter_chain), (gst_audio_filter_set_property),
5886         (gst_audio_filter_get_property),
5887         (gst_audio_filter_class_add_pad_templates):
5888         * gst-libs/gst/audio/gstaudiofilter.h:
5889         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5890         (gst_audio_filter_template_get_type),
5891         (gst_audio_filter_template_base_init),
5892         (gst_audio_filter_template_class_init),
5893         (gst_audio_filter_template_init),
5894         (gst_audio_filter_template_set_property),
5895         (gst_audio_filter_template_get_property), (plugin_init),
5896         (gst_audio_filter_template_setup),
5897         (gst_audio_filter_template_filter),
5898         (gst_audio_filter_template_filter_inplace):
5899         * gst-libs/gst/audio/gstaudiosink.c:
5900         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5901         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
5902         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5903         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
5904         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
5905         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
5906         * gst-libs/gst/audio/gstaudiosink.h:
5907         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
5908         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
5909         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5910         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
5911         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
5912         (gst_audio_src_class_init), (gst_audio_src_init),
5913         (gst_audio_src_create_ringbuffer):
5914         * gst-libs/gst/audio/gstaudiosrc.h:
5915         * gst-libs/gst/audio/gstbaseaudiosink.c:
5916         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
5917         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
5918         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
5919         (gst_base_audio_sink_set_property),
5920         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
5921         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
5922         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
5923         (gst_base_audio_sink_create_ringbuffer),
5924         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
5925         * gst-libs/gst/audio/gstbaseaudiosink.h:
5926         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5927         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
5928         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
5929         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
5930         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
5931         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
5932         (gst_base_audio_src_event), (gst_base_audio_src_create),
5933         (gst_base_audio_src_create_ringbuffer),
5934         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
5935         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5936         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
5937         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
5938         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
5939         (gst_ring_buffer_debug_spec_caps),
5940         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
5941         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
5942         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
5943         (gst_ring_buffer_start), (gst_ring_buffer_pause),
5944         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
5945         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
5946         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
5947         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
5948         (gst_ring_buffer_clear):
5949         * gst-libs/gst/audio/gstringbuffer.h:
5950         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
5951         (gst_video_sink_class_init), (gst_video_sink_get_type):
5952         * gst-libs/gst/video/videosink.h:
5953         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
5954         (gst_multifdsink_class_init),
5955         (gst_multifdsink_handle_client_write),
5956         (gst_multifdsink_change_state):
5957         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
5958         (gst_tcpclientsink_setcaps):
5959         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
5960         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
5961         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
5962         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
5963         (gst_ximagesink_send_pending_navigation),
5964         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
5965         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
5966         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
5967         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
5968         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
5969         (gst_xvimagesink_send_pending_navigation),
5970         (gst_xvimagesink_navigation_send_event),
5971         (gst_xvimagesink_set_xwindow_id),
5972         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
5973         (gst_xvimagesink_get_type):
5974         more macro splitting
5975
5976 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5977
5978         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
5979           plug a memleak, allows me to import 1479 albums in one go
5980           in jamboree
5981         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5982         (vorbis_handle_type_packet), (vorbis_dec_chain),
5983         (vorbis_dec_change_state):
5984           fix some format strings
5985
5986 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5987
5988         * docs/libs/tmpl/gstcolorbalance.sgml:
5989         * docs/libs/tmpl/gstmixer.sgml:
5990         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
5991         (gst_alsasink_set_property), (gst_alsasink_get_property):
5992         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
5993         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
5994           add device property
5995
5996 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5997
5998         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5999         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6000         (audiocast_register_listener), (audiocast_thread_run),
6001         (gst_gnomevfssrc_send_additional_headers_callback),
6002         (gst_gnomevfssrc_received_headers_callback),
6003         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
6004         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
6005         (gst_gnomevfssrc_get_size):
6006           add/clean up debugging
6007         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
6008           cleanups
6009
6010 2005-07-07  Andy Wingo  <wingo@pobox.com>
6011
6012         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
6013         framerate. Need to get a handle on when exactly this function is
6014         called, tho.
6015
6016         * sys/v4l/v4lsrc_calls.h:
6017         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
6018         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
6019         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
6020
6021         * sys/v4l/v4l_calls.h: Cast to V4lElement.
6022         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
6023         v4lelements are sources.
6024
6025         * sys/v4l/gstv4lxoverlay.h:
6026         * sys/v4l/gstv4lxoverlay.c:
6027         * sys/v4l/gstv4ltuner.h:
6028         * sys/v4l/gstv4ltuner.c: Header loc fixen.
6029         
6030         * sys/v4l/gstv4lsrc.h:
6031         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
6032         PushSrc/BaseSrc. Removed most sync-related properties, videorate
6033         or something should handle that. Made a live source.
6034
6035         * sys/v4l/gstv4lelement.h:
6036         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
6037         signals. Some cleanups.
6038
6039         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
6040
6041         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
6042         stuff.
6043
6044         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
6045         stuff.
6046
6047         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
6048
6049 2005-07-07  Wim Taymans  <wim@fluendo.com>
6050
6051         * ext/theora/theoradec.c: (theora_get_query_types),
6052         (theora_dec_src_getcaps), (theora_dec_push):
6053         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
6054         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
6055         Remove deprecated/unused query types.
6056
6057 2005-07-06  Wim Taymans  <wim@fluendo.com>
6058
6059         * ext/alsa/Makefile.am:
6060         * ext/alsa/gstalsaplugin.c: (plugin_init):
6061         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6062         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
6063         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
6064         (gst_alsasrc_class_init), (gst_alsasrc_init),
6065         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
6066         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
6067         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
6068         (gst_alsasrc_reset):
6069         * ext/alsa/gstalsasrc.h:
6070         * gst-libs/gst/audio/Makefile.am:
6071         * gst-libs/gst/audio/gstaudiosink.c:
6072         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6073         (gst_audioringbuffer_start):
6074         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
6075         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
6076         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
6077         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
6078         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
6079         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
6080         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
6081         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
6082         * gst-libs/gst/audio/gstaudiosrc.h:
6083         * gst-libs/gst/audio/gstbaseaudiosink.c:
6084         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
6085         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
6086         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
6087         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6088         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
6089         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
6090         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
6091         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
6092         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
6093         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
6094         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
6095         (gst_baseaudiosrc_change_state):
6096         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6097         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6098         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
6099         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
6100         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
6101         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
6102         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
6103         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
6104         * gst-libs/gst/audio/gstringbuffer.h:
6105         Added audiosource base classes.
6106         Ported alsasrc, still very basic.
6107
6108 2005-07-06  Wim Taymans  <wim@fluendo.com>
6109
6110         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
6111         (theora_dec_push), (theora_handle_data_packet):
6112         Prepare for better timestamp fix later.
6113
6114         * gst/audioconvert/gstaudioconvert.c:
6115         List most accurate caps first
6116
6117         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
6118         Use proper pad task function.
6119
6120         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6121         (gst_xvimagesink_show_frame):
6122         Fix deadlock when alloc failed.
6123
6124 2005-07-05  Andy Wingo  <wingo@pobox.com>
6125
6126         * ext/gnomevfs/gstgnomevfssrc.c:
6127         * gst/sine/gstsinesrc.c:
6128         * gst/tcp/gsttcpserversrc.c:
6129         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
6130
6131         * sys/v4l/: Port from 0.8.
6132
6133         * Many files: Null if we got it....
6134
6135 2005-07-05  Andy Wingo  <wingo@pobox.com>
6136
6137         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
6138         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
6139         Signedness fixes.
6140
6141 2005-07-05  Wim Taymans  <wim@fluendo.com>
6142
6143         * configure.ac:
6144         * gst/tcp/Makefile.am:
6145         * gst/tcp/README:
6146         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
6147         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
6148         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
6149         (is_sync_frame), (gst_multifdsink_handle_client_write),
6150         (gst_multifdsink_render), (gst_multifdsink_start),
6151         (gst_multifdsink_stop), (gst_multifdsink_change_state):
6152         * gst/tcp/gstmultifdsink.h:
6153         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
6154         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
6155         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
6156         * gst/tcp/gsttcp.h:
6157         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6158         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
6159         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
6160         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
6161         * gst/tcp/gsttcpclientsink.h:
6162         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
6163         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
6164         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
6165         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
6166         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
6167         * gst/tcp/gsttcpclientsrc.h:
6168         * gst/tcp/gsttcpplugin.c: (plugin_init):
6169         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
6170         * gst/tcp/gsttcpserversink.h:
6171         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
6172         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
6173         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
6174         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
6175         (gst_tcpserversrc_stop):
6176         * gst/tcp/gsttcpserversrc.h:
6177         * gst/tcp/gsttcpsink.c:
6178         * gst/tcp/gsttcpsink.h:
6179         * gst/tcp/gsttcpsrc.c:
6180         * gst/tcp/gsttcpsrc.h:
6181         Ported tcp plugins to 0.9. 
6182         
6183
6184 2005-07-05  Andy Wingo  <wingo@pobox.com>
6185
6186         * gst/playback/gstplaybasebin.c (fill_buffer):
6187         message_new_application fixen.
6188
6189         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
6190         Style fix.
6191
6192 2005-07-04  Wim Taymans  <wim@fluendo.com>
6193
6194         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
6195         Set caps on output buffer.
6196
6197 2005-07-04  Andy Wingo  <wingo@pobox.com>
6198
6199         * ext/gnomevfs/gstgnomevfssrc.c
6200         (gst_gnomevfssrc_received_headers_callback) 
6201         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
6202         hopefully.
6203
6204         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
6205         No refcount leakage.
6206
6207         * configure.ac: Enable -Werror.
6208         
6209         * ext/theora/theoradec.c (theora_dec_src_getcaps):
6210         * gst/audioconvert/bufferframesconvert.c
6211         (buffer_frames_convert_fixate):
6212         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
6213         (gst_audio_convert_fixate):
6214         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
6215         (gst_sinesrc_create): Fixate func changes.
6216         
6217         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6218         (gst_ximagesink_buffer_alloc): Unused var.
6219
6220 2005-07-01  Andy Wingo  <wingo@pobox.com>
6221
6222         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
6223         getcaps to do explicit caps. Needs to be done in all decoders,
6224         possibly via a base class.
6225
6226         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
6227
6228         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
6229         caps on the sink pad, just rely on the pad template. Also, setting
6230         ANY caps on a pad is not valid because the caps are not fixed.
6231
6232         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
6233         caps on the buffer, and get the width from the desired_caps if
6234         they're set.
6235         (gst_ximagesink_renegotiate_size): Implement via setting the
6236         desired_caps on the ximagesink.
6237         (gst_ximagesink_setcaps): Only reset the width of the player if it
6238         wasn't already set. Not sure if this is right.
6239         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
6240
6241         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
6242         that the user wants. NULL unless the window has been resized.
6243
6244         * gst/volume/gstvolume.c (volume_transform): Adapt to
6245         basetransform refcount changes.
6246         
6247 2005-07-01  Andy Wingo  <wingo@pobox.com>
6248
6249         * gst/videoscale/gstvideoscale.c:
6250         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
6251         from BaseTransform, implements a transform_caps. Removed dead code
6252         including some PAR stuff that was never reached -- should probably
6253         be added back somehow.
6254
6255 2005-07-01  Andy Wingo  <wingo@pobox.com>
6256
6257         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
6258         come later.
6259
6260 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6261
6262         * configure.ac:
6263         * docs/libs/Makefile.am:
6264         * docs/libs/gst-plugins-libs.types:
6265         * ext/alsa/Makefile.am:
6266         * ext/alsa/gstalsamixer.h:
6267         * ext/alsa/gstalsamixeroptions.h:
6268         * ext/alsa/gstalsamixertrack.h:
6269         * gst-libs/gst/Makefile.am:
6270         * gst-libs/gst/colorbalance/.cvsignore:
6271         * gst-libs/gst/colorbalance/Makefile.am:
6272         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
6273         * gst-libs/gst/colorbalance/colorbalance.c:
6274         * gst-libs/gst/colorbalance/colorbalance.h:
6275         * gst-libs/gst/colorbalance/colorbalance.vcproj:
6276         * gst-libs/gst/colorbalance/colorbalancechannel.c:
6277         * gst-libs/gst/colorbalance/colorbalancechannel.h:
6278         * gst-libs/gst/interfaces/Makefile.am:
6279         * gst-libs/gst/interfaces/colorbalance.c:
6280         (gst_color_balance_class_init):
6281         * gst-libs/gst/interfaces/colorbalance.h:
6282         * gst-libs/gst/interfaces/interfaces-marshal.list:
6283         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
6284         * gst-libs/gst/interfaces/mixer.h:
6285         * gst-libs/gst/interfaces/mixeroptions.h:
6286         * gst-libs/gst/interfaces/navigation.c:
6287         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
6288         * gst-libs/gst/interfaces/tuner.h:
6289         * gst/volume/Makefile.am:
6290         * gst/volume/gstvolume.c:
6291         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
6292         * sys/ximage/Makefile.am:
6293         * sys/ximage/ximagesink.c:
6294         * sys/xvimage/Makefile.am:
6295         * sys/xvimage/xvimagesink.c:
6296           fold in all interfaces into an interfaces dir, preserving CVS
6297           history
6298
6299 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6300
6301         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6302           Fix build after riff changes.
6303
6304 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6305
6306         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6307         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
6308         (gst_riff_create_video_template_caps),
6309         (gst_riff_create_audio_template_caps),
6310         (gst_riff_create_iavs_template_caps):
6311         * gst-libs/gst/riff/riff-media.h:
6312         * gst-libs/gst/riff/riff-read.h:
6313         * gst-libs/gst/riff/riff.c: (gst_riff_init):
6314           Add gst_riff_init() to initialize the debug category, instead
6315           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
6316
6317 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6318
6319         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
6320           Oops, I shouldn't apply hacks.
6321
6322 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6323
6324         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
6325           Remove pad_loop function which doesn't work.
6326
6327 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6328
6329         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
6330           Send EOS when deactivating.
6331         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
6332         (check_queue), (queue_threshold_reached), (queue_out_of_data),
6333         (gen_preroll_element), (probe_triggered), (mute_stream),
6334         (silence_stream), (new_decoded_pad), (setup_substreams),
6335         (set_active_source):
6336         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
6337         (remove_sinks), (add_sink):
6338         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
6339           Change for new probe API.
6340
6341 2005-06-29  Wim Taymans  <wim@fluendo.com>
6342
6343         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
6344         * gst-libs/gst/audio/gstbaseaudiosink.c:
6345         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
6346         (gst_baseaudiosink_change_state):
6347         * gst-libs/gst/audio/gstbaseaudiosink.h:
6348         * gst-libs/gst/audio/gstringbuffer.c:
6349         (gst_ringbuffer_set_callback):
6350         Fix compilation error.
6351         Ringbuffer starts out as not running.
6352         Free our clock in dispose.
6353         When releasing the ringbuffer we need to renegotiate so
6354         clear the pad caps.
6355
6356 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6357
6358         * autogen.sh:
6359         * configure.ac:
6360         * docs/Makefile.am:
6361         * docs/libs/Makefile.am:
6362         * docs/libs/gst-plugins-libs-docs.sgml:
6363         * docs/libs/gst-plugins-libs-sections.txt:
6364         * docs/libs/gst-plugins-libs.types:
6365         * docs/libs/tmpl/gstaudio.sgml:
6366         * docs/libs/tmpl/gstcolorbalance.sgml:
6367         * docs/libs/tmpl/gstringbuffer.sgml:
6368         * gst-libs/gst/audio/gstringbuffer.c:
6369         (gst_ringbuffer_set_callback):
6370           reinstate gtk-doc docs for plugin libs
6371
6372 2005-06-28  Wim Taymans  <wim@fluendo.com>
6373
6374         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6375         (gst_ogg_demux_init):
6376         Removed pad loop function.
6377
6378 2005-06-28  Wim Taymans  <wim@fluendo.com>
6379
6380         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
6381         If we're building a chain we are not in an error case
6382         when we queue a buffer.
6383
6384 2005-06-28  Andy Wingo  <wingo@pobox.com>
6385
6386         * *.c: Don't cast to GstObject before reffing/unreffing.
6387
6388 2005-06-27  Andy Wingo  <wingo@pobox.com>
6389
6390         * gst/videotestsrc/gstvideotestsrc.c
6391         (gst_videotestsrc_activate_push): Activation API changes.
6392
6393         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
6394         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
6395         they have refs on the decodebin.
6396
6397         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
6398         parent class.
6399         (gst_ogg_pad_typefind): Don't leak a pad ref.
6400         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
6401         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
6402         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
6403
6404 2005-06-27  Edward Hervey  <edward@fluendo.com>
6405
6406         * ext/theora/theoradec.c: (theora_dec_change_state): 
6407         re-arranged call to parent's state change in order to avoid locks (or
6408         worse).
6409
6410 2005-06-26  Edward Hervey  <edward@fluendo.com>
6411
6412         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6413         2nd argument of 'unknow-type' signal is a GstCaps and not a
6414         GstMiniObject
6415
6416 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
6417         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
6418           Set the worker thread's running flag to TRUE before starting the
6419           thread.
6420         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
6421           Catch a failure to add typefind to the bin.
6422
6423 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6424
6425         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6426         (gst_sinesrc_init), (gst_sinesrc_create),
6427         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
6428         (gst_sinesrc_start):
6429         * gst/sine/gstsinesrc.h:
6430           add num-buffers and timestamp-offset properties
6431         * gst/videotestsrc/gstvideotestsrc.c:
6432         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
6433         (gst_videotestsrc_get_property):
6434           add timestamp-offset property
6435
6436 2005-06-23  Christian Schaller  <uraeus@gnome.org>
6437
6438         * configure.ac: add videorate
6439         * gst-plugins-base.spec.in: add videorate
6440
6441 2005-06-23  Wim Taymans  <wim@fluendo.com>
6442
6443         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
6444         (gst_videorate_getcaps), (gst_videorate_setcaps),
6445         (gst_videorate_event), (gst_videorate_chain):
6446         Fixed videorate, fixating an already fixated caps is not
6447         an error.
6448
6449 2005-06-23  Wim Taymans  <wim@fluendo.com>
6450
6451         * ext/ogg/README:
6452         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
6453         Buffer on caps is not boxed anymore.
6454
6455 2005-06-22  Wim Taymans  <wim@fluendo.com>
6456
6457         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
6458         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
6459         Set buffers on caps as miniobjects and not as boxed.
6460
6461 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6462
6463         * configure.ac:
6464           back to HEAD
6465
6466 === release 0.9.1 ===
6467
6468 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6469
6470         * .cvsignore:
6471         * NEWS:
6472         * README:
6473         * RELEASE:
6474         * configure.ac:
6475         * po/af.po:
6476         * po/az.po:
6477         * po/cs.po:
6478         * po/en_GB.po:
6479         * po/hu.po:
6480         * po/it.po:
6481         * po/nb.po:
6482         * po/nl.po:
6483         * po/or.po:
6484         * po/sq.po:
6485         * po/sr.po:
6486         * po/sv.po:
6487         * po/uk.po:
6488         * po/vi.po:
6489           updates for release
6490
6491 2005-06-09  Andy Wingo  <wingo@pobox.com>
6492
6493         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
6494         
6495 2005-06-09  Andy Wingo  <wingo@pobox.com>
6496
6497         * configure.ac:
6498         * gst-libs/gst/Makefile.am:
6499         * gst-libs/gst/net/Makefile.am:
6500         Add gstnet to build.
6501
6502 2005-06-09  Andy Wingo  <wingo@pobox.com>
6503
6504         * gst-libs/gst/gconf/gconf.c:
6505         * gst/playback/test.c:
6506         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
6507         fixes.
6508
6509         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
6510
6511         * ext/theora/theoraenc.c (theora_enc_chain): 
6512         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
6513
6514         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
6515         RealPad.
6516
6517 2005-06-02  Wim Taymans  <wim@fluendo.com>
6518
6519         * gst-libs/gst/net/Makefile.am:
6520         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
6521         * pkgconfig/gstreamer-libs.pc.in:
6522         Added net stuff, version net lib.
6523
6524 2005-06-02  Wim Taymans  <wim@fluendo.com>
6525
6526         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
6527         (query_rates), (query_positions_elems), (query_positions_pads),
6528         (do_seek):
6529         Updated seek example.
6530
6531 2005-06-02  Andy Wingo  <wingo@pobox.com>
6532
6533         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
6534         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
6535         list.
6536
6537         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
6538         remove the typefind, the bin dispose will do it for us. When it's
6539         removed and unreffed, the signal handler will be disconnected,
6540         too.
6541         (unlinked): It's too difficult to disconnect from unlinked
6542         handlers, as they are on pads not elements. Just punt if the pads
6543         aren't grandkids of the bin.
6544
6545 2005-06-02  Wim Taymans  <wim@fluendo.com>
6546
6547         * ext/ogg/README:
6548         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6549         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
6550         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
6551         * ext/theora/theoradec.c: (theora_dec_src_query),
6552         (theora_handle_data_packet):
6553         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6554         (theora_enc_chain):
6555         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6556         (vorbis_handle_data_packet):
6557         * gst/audioconvert/bufferframesconvert.c:
6558         (buffer_frames_convert_chain):
6559         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6560         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6561         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
6562         (gst_ffmpegcsp_chain):
6563         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
6564         (gst_videorate_getcaps), (gst_videorate_setcaps),
6565         (gst_videorate_event), (gst_videorate_chain):
6566         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
6567         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
6568         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6569         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
6570         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6571         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
6572         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
6573         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
6574         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
6575         Cleanups and buffer alloc.
6576
6577 2005-05-31  Wim Taymans  <wim@fluendo.com>
6578
6579         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
6580         Don't try to call the delay method when the device is not
6581         opened.
6582
6583 2005-05-31  Wim Taymans  <wim@fluendo.com>
6584
6585         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
6586         Get actual segment size and buffer size after opening
6587         the device.
6588
6589 2005-05-30  Wim Taymans  <wim@fluendo.com>
6590
6591         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
6592         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
6593         Also FLUSH upstream, makes the loop function exit faster.
6594         
6595         * ext/theora/theoradec.c: (theora_dec_src_query):
6596         Some more debug info in the query.
6597         
6598         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6599         (gst_ximagesink_setcaps):
6600         Release lock on par error, better error reporting.
6601
6602 2005-05-26  Wim Taymans  <wim@fluendo.com>
6603
6604         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6605         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
6606         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
6607         Clear chains in READY
6608         Queue packets until the chain is activated.
6609
6610 2005-05-25  Wim Taymans  <wim@fluendo.com>
6611
6612         * gst-libs/gst/audio/gstaudiosink.c:
6613         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6614         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
6615         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6616         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
6617         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
6618         (gst_audiosink_create_ringbuffer):
6619         * gst-libs/gst/audio/gstbaseaudiosink.c:
6620         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
6621         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
6622         (gst_baseaudiosink_set_property), (build_linear_format),
6623         (debug_spec_caps), (debug_spec_buffer),
6624         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
6625         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
6626         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
6627         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
6628         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
6629         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
6630         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
6631         (gst_ringbuffer_play), (gst_ringbuffer_pause),
6632         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
6633         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
6634         (wait_segment), (gst_ringbuffer_commit),
6635         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
6636         (gst_ringbuffer_clear):
6637         Various small cleanups.
6638
6639         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
6640         (gst_audio_convert_change_state):
6641         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
6642         No need to take the locks anymore.
6643
6644 2005-05-25  Wim Taymans  <wim@fluendo.com>
6645
6646         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6647         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
6648         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
6649         (type_found):
6650         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
6651         (group_destroy), (group_commit), (queue_overrun),
6652         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
6653         (mute_stream), (new_decoded_pad), (setup_substreams),
6654         (setup_source), (mute_group_type), (set_active_source),
6655         (gst_play_base_bin_change_state):
6656         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
6657         (gen_video_element), (gen_text_element), (gen_audio_element),
6658         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
6659         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
6660         (gst_stream_info_dispose), (gst_stream_info_set_mute):
6661         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
6662         Some playbin cleanups mostly refcounting sloppyness.
6663
6664 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6665
6666         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
6667           Work with streaming input.
6668
6669 2005-05-25  Wim Taymans  <wim@fluendo.com>
6670
6671         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6672         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6673         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
6674         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
6675         No need to take the STREAM lock anymore.
6676
6677 2005-05-25  Wim Taymans  <wim@fluendo.com>
6678
6679         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
6680         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
6681         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
6682         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
6683         (gst_ogg_demux_sink_activate):
6684         * ext/theora/theoradec.c: (theora_dec_src_event),
6685         (theora_handle_comment_packet), (theora_dec_chain),
6686         (theora_dec_change_state):
6687         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6688         (vorbis_handle_data_packet), (vorbis_dec_chain),
6689         (vorbis_dec_change_state):
6690         Remove STREAM locks as they are taken in core now.
6691         Never set bogus granulepos on vorbis/theora.
6692         Fix leaks in theoradec tag parsing.
6693
6694 2005-05-25  Wim Taymans  <wim@fluendo.com>
6695
6696         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
6697         Fix memleaks, GST_BUFFER_DATA() is not freed.
6698
6699 2005-05-25  Wim Taymans  <wim@fluendo.com>
6700
6701         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6702         Open non-blocking, set to blocking mode afterwards to avoid
6703         lockups when audio device is busy.
6704
6705 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6706
6707         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
6708           This can't be good.
6709
6710 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6711
6712         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
6713         (gst_audio_convert_chain), (gst_audio_convert_link_src),
6714         (gst_audio_convert_setcaps):
6715           Implement instant setup switching.
6716
6717 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6718
6719         * gst/playback/gstplaybasebin.c: (probe_triggered):
6720           Fix missing unlock.
6721         * gst/playback/gstplaybin.c: (add_sink):
6722           First add, then link (otherwise pad link fails).
6723
6724 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6725
6726         * examples/Makefile.am:
6727         fix buildbot (make distcheck)
6728
6729 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6730
6731         * gst/playback/gstplaybin.c: (gen_vis_element):
6732           Remove some wrong code. Doesn't work yet.
6733
6734 2005-05-19  Wim Taymans  <wim@fluendo.com>
6735
6736         * gst-libs/gst/net/Makefile.am:
6737         * gst-libs/gst/net/README:
6738         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
6739         (gst_netbuffer_class_init), (gst_netbuffer_init),
6740         (gst_netbuffer_finalize), (gst_netbuffer_copy),
6741         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
6742         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
6743         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
6744         * gst-libs/gst/net/gstnetbuffer.h:
6745         Added buffer subclass to store extra to/from addresses for
6746         network sources/sinks.
6747
6748 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6749
6750         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
6751           Don't lock an unassigned variable.
6752
6753 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6754
6755         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
6756           Increase buffer for video, decrease buffer for other media types.
6757         * gst/playback/gstplaybin.c: (gen_video_element),
6758         (gen_audio_element):
6759           Change names for debugging purposes.
6760
6761 2005-05-18  Wim Taymans  <wim@fluendo.com>
6762
6763         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6764         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6765         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
6766         (gst_ffmpegcsp_chain):
6767         Enable buffer alloc passthrough if the source and dest
6768         formats are the same.
6769
6770 2005-05-17  Wim Taymans  <wim@fluendo.com>
6771
6772         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6773         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6774         (gst_ogg_demux_chain_unlocked):
6775         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
6776         (gst_audio_convert_caps_remove_format_info),
6777         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
6778         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
6779         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6780         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6781         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
6782         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
6783         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
6784         (gst_ffmpegcsp_get_property):
6785         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6786         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
6787         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
6788         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
6789         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
6790         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
6791         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
6792         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
6793         Leak fixes in oggdemux.
6794         Some cleanups in audioconvert.
6795         Make passthrough work along with buffer_alloc etc.
6796         Make buffer_alloc and buffer recycling actually work in
6797         xvimagesink.
6798
6799 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6800
6801         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
6802           make the compiler happy
6803
6804 2005-05-17  Wim Taymans  <wim@fluendo.com>
6805
6806         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
6807         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
6808         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
6809         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
6810         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
6811         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
6812         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
6813         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
6814         (gst_xvimagesink_set_xwindow_id):
6815         * sys/xvimage/xvimagesink.h:
6816         Port xvimagesink to new MiniObject.
6817
6818 2005-05-17  Wim Taymans  <wim@fluendo.com>
6819
6820         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
6821         (gst_audiofilter_chain):
6822         * gst-libs/gst/audio/gstaudiosink.c:
6823         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6824         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
6825         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6826         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
6827         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
6828         (gst_audiosink_create_ringbuffer):
6829         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
6830         (gst_audio_convert_caps_remove_format_info),
6831         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
6832         (gst_audio_convert_fixate), (gst_audio_convert_channels):
6833         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6834         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6835         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
6836         Fix passthrough in ffmpegcolorspace.
6837         Fix memset in audiosink on wrong memory.
6838
6839 2005-05-16  David Schleef  <ds@schleef.org>
6840
6841         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
6842         to GstMiniObject.
6843
6844 2005-05-16  David Schleef  <ds@schleef.org>
6845
6846         Port from GstData to GstMiniObject.
6847         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6848         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6849         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
6850         (gst_ogg_mux_collected):
6851         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6852         * ext/theora/theoradec.c: (theora_handle_comment_packet),
6853         (theora_handle_data_packet):
6854         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6855         (theora_set_header_on_caps), (theora_enc_chain):
6856         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6857         (vorbis_handle_comment_packet):
6858         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
6859         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
6860         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
6861         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
6862         * gst/audioconvert/gstaudioconvert.c:
6863         (gst_audio_convert_get_buffer):
6864         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6865         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
6866         (mute_stream), (silence_stream):
6867         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6868         * gst/volume/gstvolume.c: (volume_transform):
6869         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6870         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
6871         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
6872         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
6873         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
6874         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
6875         (gst_ximagesink_buffer_alloc):
6876         * sys/ximage/ximagesink.h:
6877
6878 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6879
6880         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6881         (fill_buffer), (check_queue), (queue_threshold_reached),
6882         (queue_out_of_data):
6883         * gst/playback/gstplaybasebin.h:
6884           Post buffer-fullness on the bus.
6885
6886 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6887
6888         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
6889         (try_to_link_1):
6890         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6891         (group_commit), (probe_triggered), (setup_source),
6892         (gst_play_base_bin_change_state):
6893         * gst/playback/gstplaybasebin.h:
6894         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6895         (gst_play_bin_init), (remove_sinks), (setup_sinks),
6896         (gst_play_bin_change_state):
6897           Move setup_output_pads into a virtual function, remove
6898           group-switch (no longer needed) and redirect (handled by bus
6899           now) signals.
6900
6901 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6902
6903         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
6904         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
6905         (get_active_group), (get_building_group), (group_destroy),
6906         (group_commit), (check_queue), (queue_overrun),
6907         (queue_threshold_reached), (queue_out_of_data),
6908         (gen_preroll_element), (remove_groups), (unknown_type),
6909         (add_element_stream), (no_more_pads), (probe_triggered),
6910         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
6911         (setup_substreams), (setup_source), (finish_source),
6912         (prepare_output), (muted_group_change_state),
6913         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
6914         (gst_play_base_bin_change_state):
6915         * gst/playback/gstplaybasebin.h:
6916         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6917         (gst_play_bin_init), (gst_play_bin_set_property),
6918         (gen_video_element), (gen_text_element), (gen_audio_element),
6919         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
6920         (gst_play_bin_change_state):
6921         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
6922         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
6923         (stream_info_change_state), (gst_stream_info_set_mute),
6924         (gst_stream_info_get_property):
6925         * gst/playback/gststreaminfo.h:
6926         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
6927         (gst_stream_selector_get_linked_pad),
6928         (gst_stream_selector_getcaps),
6929         (gst_stream_selector_get_linked_pads),
6930         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
6931         * gst/playback/gststreamselector.h:
6932           Rough port of playbin. Needs some more work, but is mostly done,
6933           and uses a few locks in important places, which should make stuff
6934           like chain-switches clean. Still uses GST_STATE() in a few places,
6935           which isn't all that good an idea, subtitles/elements disabled
6936           because no elements to test with and thus probably broken, query
6937           and event handling moved to GstBin, internal thread removed
6938           alltogether because the pipeline does that for us now. Can play
6939           Ogg/Vorbis files. Haven't tested anything else yet.
6940
6941 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6942
6943         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
6944           Do no-more-pads (needed for autoplugging).
6945
6946 2005-05-10  Andy Wingo  <wingo@pobox.com>
6947
6948         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
6949         message to the bus with the tags. Still not sent downstream tho.
6950
6951         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
6952         get_parent.
6953         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
6954         avoid refcounting hassles.
6955
6956 2005-05-09  Andy Wingo  <wingo@pobox.com>
6957
6958         * gst/volume/Makefile.am:
6959         * gst/volume/demo.c
6960         * gst/volume/gstvolume.h
6961         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
6962         basetransform. Probably need an audio filter base class.
6963
6964 2005-05-09  Wim Taymans  <wim@fluendo.com>
6965
6966         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
6967         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
6968         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
6969         (gst_vorbisenc_chain):
6970         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
6971         (gst_audio_convert_caps_remove_format_info),
6972         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
6973         (gst_audio_convert_fixate), (gst_audio_convert_channels):
6974         Make caps writable before writing to it.
6975         Fix negotiation in audioconvert some more.
6976
6977 2005-05-09  Wim Taymans  <wim@fluendo.com>
6978
6979         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
6980         (gst_videorate_getcaps), (gst_videorate_setcaps),
6981         (gst_videorate_event), (gst_videorate_chain):
6982         Better negotiation.
6983
6984 2005-05-09  Wim Taymans  <wim@fluendo.com>
6985
6986         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
6987         (gst_videorate_getcaps), (gst_videorate_setcaps),
6988         (gst_videorate_blank_data), (gst_videorate_init),
6989         (gst_videorate_event), (gst_videorate_chain),
6990         (gst_videorate_change_state):
6991         Port videorate, do a better job at negotiation while we're at
6992         it.
6993
6994 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
6995
6996         * configure.ac:
6997           Disable libvisual
6998
6999         * examples/Makefile.am:
7000         * gst-libs/gst/audio/Makefile.am:
7001         * gst-libs/gst/riff/Makefile.am:
7002         * gst-libs/gst/tag/Makefile.am:
7003         * gst-libs/gst/video/Makefile.am:
7004           Fixups for missing variables.
7005
7006 2005-05-09  Wim Taymans  <wim@fluendo.com>
7007
7008         * examples/seeking/seek.c: (make_theora_pipeline),
7009         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
7010         (query_rates), (query_positions_elems), (query_positions_pads),
7011         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
7012         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
7013         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
7014         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
7015         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7016         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
7017         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
7018         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
7019         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
7020         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
7021         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
7022         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7023         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7024         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
7025         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
7026         (theora_dec_src_convert), (theora_dec_sink_convert),
7027         (theora_dec_src_query), (theora_dec_sink_query),
7028         (theora_dec_src_event), (theora_dec_sink_event),
7029         (theora_handle_comment_packet), (theora_handle_type_packet),
7030         (theora_handle_header_packet), (theora_handle_data_packet),
7031         (theora_dec_chain):
7032         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7033         (vorbis_dec_convert), (vorbis_dec_src_query),
7034         (vorbis_dec_sink_query), (vorbis_dec_src_event),
7035         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7036         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
7037         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
7038         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
7039         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
7040         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
7041         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7042         (gst_play_bin_query):
7043         * gst/playback/test3.c: (update_scale):
7044         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
7045         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
7046         * gst/subparse/gstsubparse.c: (gst_subparse_init):
7047         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
7048         (gst_videotestsrc_src_query):
7049         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
7050         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
7051         (paint_hline_YUV9):
7052         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
7053         Port to new query API.
7054         Updated seek.
7055         Cleanups in x[v]imagesink
7056
7057 2005-05-09  Andy Wingo  <wingo@pobox.com>
7058
7059         * ext/alsa/gstalsasink.h:
7060         * ext/gnomevfs/gstgnomevfssrc.c:
7061         (gst_gnomevfssrc_get_icy_metadata):
7062         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
7063         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
7064         * ext/theora/theoradec.c (theora_dec_src_query)
7065         (theora_dec_src_event, theora_dec_sink_event)
7066         (theora_handle_comment_packet, theora_handle_data_packet):
7067         * ext/theora/theoraenc.c (theora_enc_chain):
7068         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
7069         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
7070         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
7071         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
7072         (qt_type_find):
7073         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
7074         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
7075         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
7076         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
7077         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
7078         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
7079         (paint_setup_xBGR8888, paint_setup_RGBx8888)
7080         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
7081         (paint_setup_RGB565, paint_setup_xRGB1555):
7082         * gst/videotestsrc/videotestsrc.h:
7083         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
7084         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
7085         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
7086         GCC4 fixes.
7087         
7088         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
7089         gst_pad_query_position. Fixes oggdemux.
7090
7091 2005-05-08  David Schleef  <ds@schleef.org>
7092
7093         * configure.ac: Require liboil.
7094         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
7095         a few more.
7096         * gst/videotestsrc/videotestsrc.c:
7097         * gst/videotestsrc/videotestsrc.h:
7098
7099 2005-05-06  Wim Taymans  <wim@fluendo.com>
7100
7101         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7102         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7103         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
7104         Well, unreffing a buffer right before pushing it is asking
7105         for trouble..
7106
7107 2005-05-06  Christian Schaller  <uraeus@gnome.org>
7108
7109         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
7110
7111 2005-05-06  Wim Taymans  <wim@fluendo.com>
7112
7113         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7114         (gst_audio_convert_caps_remove_format_info),
7115         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
7116         (gst_audio_convert_fixate), (gst_audio_convert_channels):
7117         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7118         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7119         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
7120         * gst/sine/Makefile.am:
7121         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
7122         (gst_sinesrc_class_init), (gst_sinesrc_init),
7123         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
7124         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
7125         (gst_sinesrc_update_freq):
7126         * gst/sine/gstsinesrc.h:
7127         * gst/tcp/gstmultifdsink.c:
7128         * sys/xvimage/xvimagesink.c:
7129         Fixed negotiation wrt _peer_get_caps()
7130         Some cleanups.
7131
7132
7133 2005-05-06  Wim Taymans  <wim@fluendo.com>
7134
7135         * gst-libs/gst/audio/gstaudiosink.c:
7136         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7137         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7138         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7139         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7140         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7141         (gst_audiosink_create_ringbuffer):
7142         * gst-libs/gst/audio/gstbaseaudiosink.c:
7143         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7144         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7145         (gst_baseaudiosink_set_property), (build_linear_format),
7146         (debug_spec_caps), (debug_spec_buffer),
7147         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7148         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7149         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7150         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7151         * gst-libs/gst/audio/gstbaseaudiosink.h:
7152         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7153         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7154         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
7155         (gst_ringbuffer_play), (gst_ringbuffer_pause),
7156         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
7157         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
7158         (wait_segment), (gst_ringbuffer_commit),
7159         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
7160         (gst_ringbuffer_clear):
7161         * gst-libs/gst/audio/gstringbuffer.h:
7162         Make the base audiosink return an error when there is no
7163         audiobuffer negotiated.
7164
7165 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7166
7167         * ext/Makefile.am:
7168         Disable cdparanoia until someone ports it!
7169
7170 2005-05-06  Wim Taymans  <wim@fluendo.com>
7171
7172         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7173         (gst_ogg_demux_sink_activate):
7174         And revert after wingo's revert.. sigh..
7175
7176 2005-05-05  Andy Wingo  <wingo@pobox.com>
7177
7178         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
7179         GObject.
7180         * configure.ac: Return audiorate and subparse from the ghetto.
7181         Re-enable -Wall -Werror.
7182         * gst/subparse/gstsubparse.c:
7183         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
7184         or chain-based. Cleaned up a bit. Not tested.
7185         
7186 2005-05-05  Christian Schaller <christian@fluendo.com> 
7187
7188         * Makefile.am: remove stuff that is not building
7189         * configure.ac: remove stuff that is not building
7190         * examples/Makefile.am: remove stuff that is not building
7191         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
7192         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
7193         * sys/Makefile.am: remove stuff that is not building
7194         * testsuite/Makefile.am: remove stuff that is not building
7195
7196 2005-05-05  Andy Wingo  <wingo@pobox.com>
7197
7198         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
7199         * gst-libs/gst/tag/gstvorbistag.c:
7200         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
7201         * gst/adder/gstadder.h:
7202         * gst/audioconvert/gstchannelmix.c:
7203         (gst_audio_convert_fill_one_other):
7204         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
7205         (gst_audiorate_init), (gst_audiorate_chain):
7206         * gst/playback/gstplaybasebin.c: (setup_source):
7207         * gst/playback/test3.c: (update_scale):
7208         Some GCC4 fixes
7209         
7210         * po/af.po:
7211         * po/az.po:
7212         * po/cs.po:
7213         * po/en_GB.po:
7214         * po/hu.po:
7215         * po/it.po:
7216         * po/nb.po:
7217         * po/nl.po:
7218         * po/or.po:
7219         * po/sq.po:
7220         * po/sr.po:
7221         * po/sv.po:
7222         * po/uk.po:
7223         * po/vi.po: Foo
7224
7225 2005-05-05  Wim Taymans  <wim@fluendo.com>
7226
7227         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7228         (gst_audio_convert_caps_remove_format_info),
7229         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
7230         (gst_audio_convert_change_state), (gst_audio_convert_channels):
7231         * gst/videotestsrc/gstvideotestsrc.c:
7232         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
7233         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
7234         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
7235         (gst_videotestsrc_init), (gst_videotestsrc_loop):
7236         Don't ignore _push() return values.
7237         Make sure no processing is done when shutting down.
7238         Videotestsrc pad activation fix.
7239
7240 2005-05-05  Wim Taymans  <wim@fluendo.com>
7241
7242         * gst/adder/Makefile.am:
7243         * gst/adder/gstadder.c: (gst_adder_setcaps),
7244         (gst_adder_class_init), (gst_adder_init),
7245         (gst_adder_request_new_pad), (gst_adder_collected),
7246         (gst_adder_change_state):
7247         * gst/adder/gstadder.h:
7248         Ported adder as an example of a mixer element using
7249         collect pads. Needs more negotiation work.
7250
7251 2005-05-05  Wim Taymans  <wim@fluendo.com>
7252
7253         * ext/theora/theoradec.c: (_inc_granulepos),
7254         (theora_dec_src_event), (theora_dec_sink_event),
7255         (theora_handle_comment_packet), (theora_handle_type_packet),
7256         (theora_handle_header_packet), (theora_handle_data_packet),
7257         (theora_dec_chain):
7258         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7259         (gst_theora_enc_init), (theora_enc_sink_setcaps),
7260         (theora_push_buffer), (theora_push_packet),
7261         (theora_enc_sink_event), (theora_enc_chain),
7262         (theora_enc_change_state), (theora_enc_set_property),
7263         (theora_enc_get_property):
7264         Added stream lock to decoder so that we can serialize
7265         the discont event.
7266         More theoraenc porting, recover from errors, do clean
7267         shutdown.
7268
7269 2005-05-05  Wim Taymans  <wim@fluendo.com>
7270
7271         * ext/ogg/Makefile.am:
7272         * ext/ogg/README:
7273         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7274         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
7275         (gst_ogg_print):
7276         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
7277         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
7278         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
7279         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
7280         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
7281         (gst_ogg_mux_change_state):
7282         Ported ogg muxer.
7283
7284 2005-05-05  Wim Taymans  <wim@fluendo.com>
7285
7286         * docs/design-audiosinks.txt:
7287         * gst-libs/gst/audio/TODO:
7288         * gst-libs/gst/audio/gstaudiosink.c:
7289         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7290         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7291         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7292         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7293         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7294         (gst_audiosink_create_ringbuffer):
7295         * gst-libs/gst/audio/gstbaseaudiosink.c:
7296         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7297         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7298         (gst_baseaudiosink_set_property), (build_linear_format),
7299         (debug_spec_caps), (debug_spec_buffer),
7300         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7301         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7302         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7303         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7304         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7305         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7306         (gst_ringbuffer_release), (gst_ringbuffer_play),
7307         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7308         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
7309         (gst_ringbuffer_set_sample), (wait_segment),
7310         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
7311         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
7312         More work on the audiosink, mostly debugging and a race in
7313         shutdown.
7314
7315 2005-04-28  Wim Taymans  <wim@fluendo.com>
7316
7317         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7318         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
7319         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
7320         (vorbis_dec_src_query), (vorbis_dec_src_event),
7321         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7322         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
7323         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
7324         Don't crap out when seeking back to position 0.
7325
7326 2005-04-28  Wim Taymans  <wim@fluendo.com>
7327
7328         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
7329         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
7330         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
7331         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
7332         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
7333         Make audio sink configurable, use alsasink as default.
7334
7335 2005-04-28  Wim Taymans  <wim@fluendo.com>
7336
7337         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7338         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7339         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
7340         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
7341         (vorbis_dec_change_state):
7342         * ext/vorbis/vorbisdec.h:
7343         Refactor, use STREAM_LOCK.
7344
7345 2005-04-28  Wim Taymans  <wim@fluendo.com>
7346
7347         * ext/theora/theoradec.c: (_inc_granulepos),
7348         (theora_dec_sink_event), (theora_handle_comment_packet),
7349         (theora_handle_type_packet), (theora_handle_header_packet),
7350         (theora_handle_data_packet), (theora_dec_chain),
7351         (theora_dec_change_state):
7352         Refactor a bit, use STREAM_LOCK.
7353
7354 2005-04-28  Wim Taymans  <wim@fluendo.com>
7355
7356         * ext/alsa/Makefile.am:
7357         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
7358         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
7359         (gst_alsa_link), (gst_alsa_close_audio):
7360         * ext/alsa/gstalsaplugin.c: (plugin_init):
7361         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
7362         (gst_alsasink_dispose), (gst_alsasink_base_init),
7363         (gst_alsasink_class_init), (gst_alsasink_init),
7364         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
7365         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
7366         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
7367         (gst_alsasink_reset):
7368         * ext/alsa/gstalsasink.h:
7369         Implement alsasink with simple open/write/close API. 
7370         Make alsa dir build by disabling compilation of code.
7371
7372 2005-04-28  Wim Taymans  <wim@fluendo.com>
7373
7374         * gst-libs/gst/audio/Makefile.am:
7375         * gst-libs/gst/audio/audio.h:
7376         * gst-libs/gst/audio/audioclock.c:
7377         * gst-libs/gst/audio/audioclock.h:
7378         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
7379         (gst_audio_clock_class_init), (gst_audio_clock_init),
7380         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
7381         * gst-libs/gst/audio/gstaudioclock.h:
7382         * gst-libs/gst/audio/gstaudiosink.c:
7383         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7384         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7385         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7386         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7387         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7388         (gst_audiosink_create_ringbuffer):
7389         * gst-libs/gst/audio/gstbaseaudiosink.c:
7390         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7391         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7392         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
7393         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
7394         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7395         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7396         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7397         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7398         * gst-libs/gst/audio/gstbaseaudiosink.h:
7399         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7400         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
7401         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7402         (gst_ringbuffer_release), (gst_ringbuffer_play),
7403         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7404         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
7405         (gst_ringbuffer_set_sample), (wait_segment),
7406         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
7407         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
7408         * gst-libs/gst/audio/gstringbuffer.h:
7409         Make ringbuffer faster and more simple by removing the locks
7410         in the playback thread.
7411         Add sample accurate playback based on buffer sample offsets.
7412         Make the baseaudiosink provide a clock.
7413         Parse caps in the base class.
7414         Correctly handle seeking, flushing and state changes.
7415
7416 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7417
7418         * configure.ac:
7419         * gst/audioconvert/Makefile.am:
7420         * gst/audioscale/Makefile.am:
7421           Fix part of the build.  Come on guys, autogen didn't even work :)
7422
7423 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7424
7425         * configure.ac:
7426         * gst-libs/gst/Makefile.am:
7427         * gst-libs/gst/media-info/.cvsignore:
7428         * gst-libs/gst/media-info/Makefile.am:
7429         * gst-libs/gst/media-info/README:
7430         * gst-libs/gst/media-info/media-info-priv.c:
7431         * gst-libs/gst/media-info/media-info-priv.h:
7432         * gst-libs/gst/media-info/media-info-test.c:
7433         * gst-libs/gst/media-info/media-info.c:
7434         * gst-libs/gst/media-info/media-info.h:
7435         * gst-libs/gst/media-info/media-info.vcproj:
7436         * pkgconfig/Makefile.am:
7437         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
7438         * pkgconfig/gstreamer-media-info.pc.in:
7439           Remove media-info, which is also successed by playbin (see Totem
7440           implementation).
7441
7442 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7443
7444         * configure.ac:
7445         * examples/Makefile.am:
7446         * examples/gstplay/.cvsignore:
7447         * examples/gstplay/Makefile.am:
7448         * examples/gstplay/player.c:
7449         * gst-libs/gst/Makefile.am:
7450         * gst-libs/gst/play/.cvsignore:
7451         * gst-libs/gst/play/Makefile.am:
7452         * gst-libs/gst/play/play.c:
7453         * gst-libs/gst/play/play.h:
7454         * gst-libs/gst/play/play.vcproj:
7455         * pkgconfig/Makefile.am:
7456         * pkgconfig/gstreamer-play-uninstalled.pc.in:
7457         * pkgconfig/gstreamer-play.pc.in:
7458           Remove libgstplay, playbin is now the official successor.
7459
7460 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7461
7462         * configure.ac:
7463         * gst-libs/gst/Makefile.am:
7464         * gst-libs/gst/xwindowlistener/Makefile.am:
7465         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
7466         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
7467           Remove deprecated xwindowlistener (I've moved xwindowlistening
7468           in the v4l/v4l2 plugins over to serverside).
7469
7470 2005-04-25  David Schleef  <ds@schleef.org>
7471
7472         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
7473         to examples/dynparams.  Examples do not belong interspersed with
7474         source code.
7475         * examples/dynparams/demo-dparams.c:
7476         * gst/sine/Makefile.am:
7477         * gst/sine/demo-dparams.c:
7478
7479 2005-04-25  David Schleef  <ds@schleef.org>
7480
7481         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
7482         * gst-libs/gst/audio/Makefile.am:
7483         * gst-libs/gst/riff/Makefile.am:
7484         * gst-libs/gst/tag/Makefile.am:
7485         * gst-libs/gst/video/Makefile.am:
7486         * gst-libs/gst/xwindowlistener/Makefile.am:
7487
7488         Convert to 0.9 API, seems to work:
7489         * sys/ximage/Makefile.am:
7490         * sys/ximage/ximagesink.c:
7491
7492 2005-04-24  David Schleef  <ds@schleef.org>
7493
7494         Link plugins against libraries:
7495         * ext/alsa/Makefile.am:
7496         * gst/tcp/Makefile.am:
7497
7498         Remove asm code that should be in liboil
7499         * gst/videoscale/Makefile.am:
7500         * gst/videoscale/videoscale_x86_asm.s:
7501
7502         gettext wants these checked in:
7503         * po/af.po:
7504         * po/az.po:
7505         * po/cs.po:
7506         * po/en_GB.po:
7507         * po/hu.po:
7508         * po/it.po:
7509         * po/nb.po:
7510         * po/nl.po:
7511         * po/or.po:
7512         * po/sq.po:
7513         * po/sr.po:
7514         * po/sv.po:
7515         * po/uk.po:
7516         * po/vi.po:
7517
7518 2005-04-24  David Schleef  <ds@schleef.org>
7519
7520         Convert gst_main() to g_main_loop_run()
7521         * gst/playback/decodetest.c: (main):
7522         * gst/playback/test2.c: (main):
7523         * gst/playback/test3.c: (main):
7524         * gst/playback/test4.c: (main):
7525
7526         Link plugins against libraries:
7527         * ext/libvisual/Makefile.am:
7528         * sys/xvimage/Makefile.am:
7529
7530 2005-04-24  David Schleef  <ds@schleef.org>
7531
7532         * configure.ac: Remove idct and resample libs
7533         * gst-libs/gst/Makefile.am: same
7534
7535         Remove usage of gst_library_load():
7536         * ext/alsa/gstalsaplugin.c: (plugin_init):
7537         * ext/libvisual/visual.c: (plugin_init):
7538         * ext/ogg/gstogg.c: (plugin_init):
7539         * ext/theora/theora.c: (plugin_init):
7540         * ext/vorbis/vorbis.c: (plugin_init):
7541         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
7542         * gst/audioscale/gstaudioscale.c:
7543         * gst/adder/gstadder.c: (plugin_init):
7544         * gst/audioconvert/plugin.c: (plugin_init):
7545         * sys/ximage/ximagesink.c: (plugin_init):
7546         * sys/xvimage/xvimagesink.c: (plugin_init):
7547         * gst/tcp/gsttcpplugin.c: (plugin_init):
7548
7549         Link plugins against libraries:
7550         * ext/ogg/Makefile.am:
7551         * ext/theora/Makefile.am:
7552         * ext/vorbis/Makefile.am:
7553         * gst/audioconvert/Makefile.am:
7554
7555         Create proper libraries:
7556         * gst-libs/gst/riff/Makefile.am:
7557         * gst-libs/gst/audio/Makefile.am:
7558         * gst-libs/gst/video/Makefile.am:
7559
7560         Move resample library to audioscale plugin directory:
7561         * gst-libs/gst/resample/Makefile.am:
7562         * gst-libs/gst/resample/README:
7563         * gst-libs/gst/resample/dtof.c:
7564         * gst-libs/gst/resample/dtos.c:
7565         * gst-libs/gst/resample/functable.c:
7566         * gst-libs/gst/resample/private.h:
7567         * gst-libs/gst/resample/resample.c:
7568         * gst-libs/gst/resample/resample.h:
7569         * gst-libs/gst/resample/resample.vcproj:
7570         * gst-libs/gst/resample/test.c:
7571         * gst/audioscale/Makefile.am:
7572         * gst/audioscale/README:
7573         * gst/audioscale/dtof.c:
7574         * gst/audioscale/dtos.c:
7575         * gst/audioscale/functable.c:
7576         * gst/audioscale/private.h:
7577         * gst/audioscale/resample.c:
7578         * gst/audioscale/resample.h:
7579         * gst/audioscale/test.c:
7580
7581         Move tagedit library to gst-libs:
7582         * gst-libs/gst/tag/Makefile.am:
7583         * gst-libs/gst/tag/gstid3tag.c:
7584         * gst-libs/gst/tag/gsttagediting.c:
7585         * gst-libs/gst/tag/gsttageditingprivate.h:
7586         * gst-libs/gst/tag/gstvorbistag.c:
7587         * gst/tags/Makefile.am:
7588         * gst/tags/gstid3tag.c:
7589         * gst/tags/gstvorbistag.c:
7590
7591         Fix for core changes:
7592         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7593         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
7594         (gst_sinesrc_getrange):
7595
7596 2005-04-23  David Schleef  <ds@schleef.org>
7597
7598         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
7599         in gst-plugins in a long time, and properly belongs in liboil.
7600         * gst-libs/gst/idct/Makefile.am:
7601         * gst-libs/gst/idct/README:
7602         * gst-libs/gst/idct/dct.h:
7603         * gst-libs/gst/idct/doieee:
7604         * gst-libs/gst/idct/fastintidct.c:
7605         * gst-libs/gst/idct/floatidct.c:
7606         * gst-libs/gst/idct/idct.c:
7607         * gst-libs/gst/idct/idct.h:
7608         * gst-libs/gst/idct/idtc.vcproj:
7609         * gst-libs/gst/idct/ieeetest.c:
7610         * gst-libs/gst/idct/intidct.c:
7611
7612 2005-04-20  Wim Taymans  <wim@fluendo.com>
7613
7614         * docs/design-audiosinks.txt:
7615         * gst-libs/gst/audio/Makefile.am:
7616         * gst-libs/gst/audio/TODO:
7617         * gst-libs/gst/audio/gstaudiosink.c:
7618         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7619         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7620         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
7621         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7622         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7623         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
7624         (gst_audiosink_class_init), (gst_audiosink_init),
7625         (gst_audiosink_create_ringbuffer):
7626         * gst-libs/gst/audio/gstaudiosink.h:
7627         * gst-libs/gst/audio/gstbaseaudiosink.c:
7628         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
7629         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
7630         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
7631         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
7632         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
7633         (gst_baseaudiosink_create_ringbuffer),
7634         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7635         * gst-libs/gst/audio/gstbaseaudiosink.h:
7636         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7637         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
7638         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
7639         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7640         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
7641         (gst_ringbuffer_play), (gst_ringbuffer_pause),
7642         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
7643         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
7644         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
7645         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
7646         * gst-libs/gst/audio/gstringbuffer.h:
7647         An attempt at a set of audio base classes together with some
7648         design docs.
7649
7650 2005-04-20  Wim Taymans  <wim@fluendo.com>
7651
7652         * gst/audioconvert/Makefile.am:
7653         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7654         (gst_audio_convert_caps_remove_format_info),
7655         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
7656         (gst_audio_convert_channels):
7657         Link against audio libs.
7658         Fix audio convert plugin.
7659
7660 2005-04-20  Wim Taymans  <wim@fluendo.com>
7661
7662         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
7663         (gst_ogg_demux_sink_activate):
7664         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
7665         (theora_set_header_on_caps), (theora_enc_sink_event),
7666         (theora_enc_chain):
7667         Fix theora encoder.
7668
7669 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7670
7671         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
7672         * gst/playback/gstdecodebin.c: (find_compatibles):
7673           Work with staticpadtemplates in elementfactories.
7674
7675 2005-04-12  Wim Taymans  <wim@fluendo.com>
7676
7677         * gst/playback/README:
7678         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7679         (compare_ranks), (print_feature), (gst_decode_bin_init),
7680         (dynamic_create), (dynamic_free), (find_compatibles),
7681         (mimetype_is_raw), (close_pad_link), (got_redirect),
7682         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
7683         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
7684         (gst_decode_bin_change_state):
7685         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7686         (gst_play_base_bin_init), (group_destroy), (group_commit),
7687         (check_queue), (queue_overrun), (queue_threshold_reached),
7688         (queue_out_of_data), (gen_preroll_element), (unknown_type),
7689         (new_decoded_pad), (setup_subtitle), (gen_source_element),
7690         (got_redirect), (setup_source), (play_base_eos),
7691         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
7692         (gst_play_base_bin_remove_element):
7693         * gst/playback/gstplaybasebin.h:
7694         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7695         (gst_play_bin_init), (gst_play_bin_dispose),
7696         (gst_play_bin_set_property), (gen_video_element),
7697         (gen_text_element), (gen_audio_element), (remove_sinks),
7698         (gst_play_bin_send_event):
7699         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
7700         (stream_info_change_state), (gst_stream_info_set_mute):
7701         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
7702         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
7703         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
7704         (gst_stream_selector_chain):
7705         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
7706         (main):
7707         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
7708         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
7709         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
7710         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
7711         Raw and crude port of decodebin. 
7712         Make playbin compile.
7713
7714 2005-04-06  Wim Taymans  <wim@fluendo.com>
7715
7716         * ext/gnomevfs/Makefile.am:
7717         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
7718         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
7719         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
7720         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
7721         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
7722         (gst_gnomevfssrc_stop):
7723         * ext/ogg/Makefile.am:
7724         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
7725         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
7726         * ext/theora/Makefile.am:
7727         * ext/theora/theoradec.c: (_inc_granulepos),
7728         (theora_dec_sink_event), (theora_dec_chain):
7729         * ext/vorbis/Makefile.am:
7730         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7731         (vorbis_dec_sink_event), (vorbis_dec_chain):
7732         * gst-libs/gst/audio/Makefile.am:
7733         * sys/xvimage/Makefile.am:
7734         Make gnomevfssrc extend the source base class.
7735         Fix linking against libs in various plugins.
7736
7737 2005-04-06  Andy Wingo  <wingo@pobox.com>
7738
7739         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
7740         GST_BASE_LIBS.
7741
7742         * configure.ac: Add check and AC_SUBST for libgstbase.
7743
7744 2005-03-31  Wim Taymans  <wim@fluendo.com>
7745
7746         * examples/seeking/Makefile.am:
7747         * examples/seeking/cdparanoia.c: (main):
7748         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
7749         (play_cb), (pause_cb), (stop_cb), (main):
7750         * examples/seeking/playbin.c:
7751         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
7752         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
7753         (make_sid_pipeline), (make_vorbis_pipeline),
7754         (make_theora_pipeline), (make_vorbis_theora_pipeline),
7755         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
7756         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
7757         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
7758         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
7759         (stop_cb), (main):
7760         * examples/seeking/spider_seek.c:
7761         * examples/seeking/vorbisfile.c:
7762         * ext/gnomevfs/Makefile.am:
7763         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7764         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
7765         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
7766         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
7767         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
7768         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
7769         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
7770         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
7771         * ext/ogg/README:
7772         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
7773         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
7774         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
7775         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
7776         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
7777         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
7778         (gst_ogg_pad_event), (gst_ogg_pad_reset),
7779         (gst_ogg_demux_factory_filter), (compare_ranks),
7780         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
7781         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
7782         (gst_ogg_chain_new), (gst_ogg_chain_free),
7783         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
7784         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
7785         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
7786         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
7787         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
7788         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
7789         (gst_ogg_demux_get_prev_page),
7790         (gst_ogg_demux_deactivate_current_chain),
7791         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
7792         (gst_ogg_demux_bisect_forward_serialno),
7793         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
7794         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
7795         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
7796         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
7797         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
7798         (gst_ogg_demux_change_state), (gst_ogg_print):
7799         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
7800         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
7801         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
7802         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
7803         (gst_ogg_mux_loop):
7804         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7805         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
7806         (theora_dec_src_convert), (theora_dec_sink_convert),
7807         (theora_dec_src_query), (theora_dec_src_event),
7808         (theora_dec_sink_event), (theora_dec_chain),
7809         (theora_dec_change_state):
7810         * ext/theora/theoraenc.c: (gst_theora_enc_init),
7811         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
7812         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
7813         (theora_enc_change_state):
7814         * ext/vorbis/Makefile.am:
7815         * ext/vorbis/oggvorbisenc.c:
7816         * ext/vorbis/oggvorbisenc.h:
7817         * ext/vorbis/vorbis.c: (plugin_init):
7818         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7819         (vorbis_dec_src_query), (vorbis_dec_src_event),
7820         (vorbis_dec_sink_event), (vorbis_dec_chain),
7821         (vorbis_dec_change_state):
7822         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
7823         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
7824         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
7825         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
7826         (gst_vorbisenc_change_state):
7827         * ext/vorbis/vorbisenc.h:
7828         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
7829         * gst-libs/gst/audio/audioclock.c:
7830         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
7831         (gst_audiofilter_init), (gst_audiofilter_chain):
7832         * gst-libs/gst/audio/testchannels.c: (main):
7833         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
7834         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
7835         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
7836         (gmip_find_track_streaminfo), (gmip_find_track_format):
7837         * gst-libs/gst/media-info/media-info.c:
7838         (gst_media_info_read_idler):
7839         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
7840         (gst_play_get_all_by_interface):
7841         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
7842         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
7843         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
7844         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
7845         (gst_riff_parse_info):
7846         * gst-libs/gst/riff/riff-read.h:
7847         * gst-libs/gst/riff/riff.c: (plugin_init):
7848         * gst-libs/gst/video/Makefile.am:
7849         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
7850         (gst_videosink_class_init), (gst_videosink_get_type):
7851         * gst-libs/gst/video/videosink.h:
7852         * gst/audioconvert/bufferframesconvert.c:
7853         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
7854         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
7855         * gst/audioconvert/channelmixtest.c: (main):
7856         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
7857         (gst_audio_convert_chain),
7858         (gst_audio_convert_caps_remove_format_info),
7859         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
7860         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
7861         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
7862         (gst_audio_convert_buffer_to_default_format),
7863         (gst_audio_convert_buffer_from_default_format),
7864         (gst_audio_convert_channels):
7865         * gst/audioconvert/gstchannelmix.h:
7866         * gst/ffmpegcolorspace/avcodec.h:
7867         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7868         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
7869         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
7870         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
7871         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
7872         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
7873         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
7874         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
7875         (mpeg_video_type_find), (mpeg_video_stream_type_find),
7876         (dv_type_find):
7877         * gst/videotestsrc/gstvideotestsrc.c:
7878         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
7879         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
7880         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
7881         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
7882         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
7883         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
7884         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
7885         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7886         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
7887         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
7888         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
7889         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
7890         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
7891         (gst_xvimagesink_navigation_send_event),
7892         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
7893         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
7894         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7895         * sys/xvimage/xvimagesink.h:
7896         Plugin port to 0.9, ogg/theora playback should work in the seek
7897         example now.
7898         Removed old examples.
7899         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
7900         explained in 0.9 TODO doc.
7901
7902
7903 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7904
7905         * autogen.sh:
7906         * configure.ac:
7907         * ext/Makefile.am:
7908         * gst/Makefile.am:
7909         * po/POTFILES.in:
7910         * po/af.po:
7911         * po/az.po:
7912         * po/cs.po:
7913         * po/en_GB.po:
7914         * po/hu.po:
7915         * po/it.po:
7916         * po/nb.po:
7917         * po/nl.po:
7918         * po/or.po:
7919         * po/sq.po:
7920         * po/sr.po:
7921         * po/sv.po:
7922         * po/uk.po:
7923         * po/vi.po:
7924         * sys/Makefile.am:
7925         * testsuite/Makefile.am:
7926           remove a whole bunch of plugins.  This module now contains a set
7927           of free reference plugins/elements as agreed.
7928
7929 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7930
7931         * configure.ac:
7932           hunting season on 0.9 is now OPEN
7933
7934 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7935
7936         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
7937           Kick the hell out of gcc for not warning me about a symbol conflict.
7938
7939 2005-02-22  Luca Ognibene  <luogni@tin.it>
7940
7941         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
7942
7943         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
7944           Don't leak caps string (fixes #168134)
7945
7946         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
7947         (gst_jpegenc_init), (gst_jpegenc_finalize),
7948         (gst_jpegenc_change_state):
7949           Don't leak line buffers and context struct (fixes #168133).
7950
7951 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
7952
7953         * configure.ac:
7954         * ext/dirac/gstdiracdec.cc:
7955         (gst_diracdec_chain):
7956           Since dirac 0.5.0 the framerate in dirac is expressed as a
7957           rational number. Fix build and up requirement to 0.5.0, and
7958           also pass parameters to gst_diracdec_link in the right order
7959           (fixes #167959).
7960
7961 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
7962
7963         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
7964         * ext/faad/gstfaad.h:
7965         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
7966         certain invalid muxed streams, where some packets will contain 
7967         junk after decoder data. Partially fixes #149158.
7968
7969 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
7970         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
7971           Make sure we only write to writable buffers
7972
7973 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
7974
7975         * gst-libs/gst/riff/riff-media.c:
7976         (gst_riff_create_audio_caps_with_data):
7977           Do actually fix invalid RIFF fmt header values for alaw
7978           and mulaw audio instead of just saying so.
7979
7980         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
7981           Give gst_riff_create_audio_caps_with_data() a chance to
7982           fix up broken format header fields before extracting any
7983           parameters from the header. (fixes #167633)
7984
7985 2005-02-19  Martin Holters  <martin.holters@gmx.de>
7986
7987         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
7988
7989         * gst/audioconvert/bufferframesconvert.c:
7990         (buffer_frames_convert_link):
7991           Don't leak othercaps. (fixes #167878)
7992
7993 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
7994
7995         * configure.ac:
7996         * ext/libvisual/visual.c: (gst_visual_srclink),
7997         (gst_visual_change_state):
7998           Support libvisual 0.2.0.
7999
8000 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
8001
8002         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
8003         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
8004           Use same rowstrides for I420 as used everywhere else.
8005
8006 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
8007
8008         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
8009           Declare variables at beginning of block and make gcc-2.95 happy
8010           (fixes # 167482, patch by Gergely Nagy).
8011           
8012         * gst/tcp/gsttcpclientsrc.c:
8013         * gst/tcp/gsttcpclientsrc.h:
8014           Move some includes into the header, so that struct sockaddr_in is
8015           defined when it should be defined on FreeBSD as well (fixes
8016           #167483).
8017           
8018         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
8019           Don't pass uninitialised values to setsockopt() here either.
8020
8021 2005-02-17  Luca Ognibene  <luogni at tin dot it>
8022
8023         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
8024
8025         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
8026           Don't pass uninitialised values to setsockopt(). (fixes #167704)
8027
8028 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8029
8030         * gst/playback/gstplaybin.c: (add_sink):
8031           Invert bin_add/link order to workaround deadlock in opt.
8032
8033 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8034
8035         * gst/modplug/gstmodplug.cc:
8036           Add missing break causing position queries to fail.
8037
8038 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8039
8040         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
8041           Granpos can apparently be -1, which screws up calculations...
8042
8043 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
8044
8045         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
8046         (gst_ximagesink_send_pending_navigation),
8047         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
8048         (gst_ximagesink_init):
8049         * sys/ximage/ximagesink.h:
8050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
8051         (gst_xvimagesink_send_pending_navigation),
8052         (gst_xvimagesink_navigation_send_event),
8053         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
8054         * sys/xvimage/xvimagesink.h:
8055           Use a mutex protected list to marshal navigation
8056           events into the stream thread from whichever thread
8057           sends them.
8058
8059 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
8060
8061         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
8062           Display current position and track length; misc. clean-ups.
8063           
8064         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
8065         (speed_init), (speed_chain):
8066           Add query function, so that the stream length and current position
8067           get adjusted when queried (note that current position queries may
8068           still be wrong if the audio sink returns values based on buffer
8069           timestamps instead of passing on the query).
8070
8071 2005-02-13  Benjamin Otte  <otte@gnome.org>
8072
8073         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
8074         (gst_audio_convert_channels):
8075           create channel conversion matrix when linking
8076         * gst/audioconvert/.cvsignore:
8077         * gst/audioconvert/Makefile.am:
8078         * gst/audioconvert/channelmixtest.c: (main):
8079           add (ugly) test that ensures stereo <=> mono conversion works
8080           correctly
8081
8082 2005-02-13  Benjamin Otte  <otte@gnome.org>
8083
8084         * gst/audioconvert/gstchannelmix.h:
8085           include missing header file
8086         * gst/audioconvert/gstchannelmix.c:
8087         (gst_audio_convert_fill_compatible):
8088           use same sign for both channels when converting to/from compatible
8089           channel. Previously used different signs made the signals cancel
8090           each other out and appear like silence. (fixes #167269)
8091
8092 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
8093
8094         * gst/ffmpegcolorspace/avcodec.h:
8095         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8096         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8097         (gst_ffmpegcsp_avpicture_fill):
8098         * gst/ffmpegcolorspace/imgconvert.c:
8099           Convert to and from YV12 (fixes #156379).
8100
8101 2005-02-12  Julien MOUTTE  <julien@moutte.net>
8102
8103         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
8104         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
8105         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
8106         (gst_ximagesink_expose), (gst_ximagesink_set_property),
8107         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
8108         methods from chain and negotiation and vice versa (Fixes #166142).
8109         * sys/ximage/ximagesink.h: Add stream_lock.
8110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
8111         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
8112         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
8113         (gst_xvimagesink_expose): Check for xcontext before trying to link.
8114
8115 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
8116
8117         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
8118           Don't send "Hey! You gave me a NULL pointer you naughty person" as
8119           error message when we can't open the DVD device (when dvdnav_open()
8120           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
8121           the above). Send something more useful instead (fixes #167117).
8122
8123 2005-02-11  Julien MOUTTE  <julien@moutte.net>
8124
8125         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8126         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
8127         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
8128         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
8129         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
8130         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
8131         methods from chain and negotiation and vice versa (Fixes #166142).
8132         Fix a possible bug of images in the buffer pool being discarded because
8133         we are looking at the wrong geometry.
8134         * sys/xvimage/xvimagesink.h: Add stream_lock.
8135
8136 2005-02-11  David Schleef  <ds@schleef.org>
8137
8138         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
8139         unsigned int. (fixes #167128)
8140
8141 2005-02-11  David Schleef  <ds@schleef.org>
8142
8143         * gst/librfb/Makefile.am: Testing stuff before committing is
8144           for wimps... and people with fast machines.  Fix stupid
8145           mistake.
8146
8147 2005-02-11  David Schleef  <ds@schleef.org>
8148
8149         * configure.ac: Pull in librfb from my CVS tree, because it is
8150           too small and annoying to be separate.  Move rfbsrc plugin
8151           to gst/.
8152         * ext/Makefile.am:
8153         * ext/librfb/Makefile.am:
8154         * ext/librfb/gstrfbsrc.c:
8155         * gst/librfb/Makefile.am:
8156         * gst/librfb/gstrfbsrc.c:
8157         * gst/librfb/rfb.c:
8158         * gst/librfb/rfb.h:
8159         * gst/librfb/rfbbuffer.c:
8160         * gst/librfb/rfbbuffer.h:
8161         * gst/librfb/rfbbytestream.c:
8162         * gst/librfb/rfbbytestream.h:
8163         * gst/librfb/rfbcontext.h:
8164         * gst/librfb/rfbdecoder.c:
8165         * gst/librfb/rfbdecoder.h:
8166         * gst/librfb/rfbutil.h:
8167
8168 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
8169
8170         * gst/speed/Makefile.am:
8171         * gst/speed/demo-mp3.c: (main):
8172         * gst/speed/filter.func:
8173         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
8174         (speed_class_init), (speed_init), (speed_chain_int16),
8175         (speed_chain_float32), (speed_chain), (speed_set_property),
8176         (speed_get_property), (speed_change_state):
8177         * gst/speed/gstspeed.h:
8178           Fix speed element and make it chain-based (fixes #156467),
8179           and make it handle more than one channel.
8180
8181 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
8182
8183         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
8184         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
8185         (gst_dtsdec_chain), (gst_dtsdec_change_state):
8186         * ext/dts/gstdtsdec.h:
8187           Don't clobber the stack constructing the channels array.
8188           Make the element chain-based. DTS tracks can now be played.
8189           
8190 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
8191
8192         * gst-libs/gst/audio/multichannel.h:
8193         * gst-libs/gst/gconf/gconf.h:
8194         * gst-libs/gst/idct/idct.h:
8195         * gst-libs/gst/media-info/media-info-priv.h:
8196         * gst-libs/gst/play/play.h:
8197         * gst-libs/gst/resample/private.h:
8198         * gst-libs/gst/resample/resample.h:
8199         * gst-libs/gst/riff/riff-ids.h:
8200         * gst-libs/gst/video/video.h:
8201         * gst-libs/gst/video/videosink.h:
8202           Add G_BEGIN_DECLS and G_END_DECLS around headers where
8203           missing, so that they work when included from C++ code.
8204
8205 2005-02-09  David Schleef  <ds@schleef.org>
8206
8207         * testsuite/gst-lint: Check for non-statically scoped
8208           parent_class variables.  This won't be a problem once
8209           plugins are loaded with RTLD_LOCAL.
8210
8211 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8212
8213         * ext/mplex/gstmplexibitstream.cc:
8214           gcc madness.
8215
8216 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8217
8218         * ext/ogg/gstogmparse.c:
8219         * gst/debug/gstnavigationtest.c:
8220           Die, thou faulty symbol pollutors (non-static parent_class).
8221
8222 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8223
8224         * ext/mplex/gstmplexibitstream.cc:
8225           Fix event handling (#165525).
8226
8227 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8228
8229         * ext/mikmod/gstmikmod.c:
8230         * gst/modplug/gstmodplug.cc:
8231           Add missing endianness to template (fixes #165509).
8232
8233 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8234
8235         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
8236           Fix wrong order of reading of optional bytes (#165290).
8237
8238 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8239
8240         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8241           Implement FILLER event awareness.
8242
8243 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8244
8245         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
8246           Fix track calculations (#166208).
8247
8248 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
8249
8250         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8251
8252         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
8253         * ext/libpng/gstpngenc.c:
8254           Fix byte-order, use proper fixed caps. Fixes #164197.
8255
8256 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8257
8258         * configure.ac:
8259           Add dvdlpcmdec 
8260
8261         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
8262         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
8263           Don't push buffers if the src pad isn't negotiated yet.
8264           
8265         * gst/audioconvert/gstaudioconvert.c:
8266         (gst_audio_convert_buffer_to_default_format),
8267         (gst_audio_convert_buffer_from_default_format):
8268           Add support for 24-bit width.
8269
8270         * gst/dvdlpcmdec/.cvsignore:
8271         * gst/dvdlpcmdec/Makefile.am:
8272         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
8273         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
8274         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
8275         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
8276         (plugin_init):
8277         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
8278           New decoder for rearranging DVD LPCM into our audio/x-raw-int
8279           format. Needs support for the channels maps if someone can find 
8280           a DVD LPCM track with > 2 channels.
8281
8282         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
8283         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
8284         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
8285         * gst/mpegstream/gstdvddemux.h:
8286         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
8287         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
8288         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
8289         * gst/mpegstream/gstmpegdemux.h:
8290         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
8291         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
8292         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
8293         (gst_mpeg_parse_handle_src_query),
8294         (gst_mpeg_parse_handle_src_event):
8295           Use audio/x-dvd-lpcm for LPCM output.
8296           Add DTS output.
8297
8298 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
8299
8300         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8301
8302         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
8303         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
8304           Add BGRA handling (#165736).
8305
8306 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
8307
8308         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8309
8310         * gst/law/alaw-decode.c: (alawdec_link):
8311         * gst/law/alaw-encode.c: (alawenc_link):
8312         * gst/law/mulaw-decode.c: (mulawdec_link):
8313         * gst/law/mulaw-encode.c: (mulawenc_link):
8314           Fix caps memleaks (#166600).
8315
8316 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
8317
8318         * ext/tarkin/mem.h:
8319         * ext/tarkin/wavelet.h:
8320         * ext/tarkin/yuv.h:
8321         * gst/ffmpegcolorspace/avcodec.h:
8322           Include "_stdint.h" instead of <stdint.h>. Fixes build on
8323           systems that don't have stdint.h, like Solaris9 (fixes #166631).
8324
8325 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8326
8327         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
8328         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
8329         (gst_xvimagesink_change_state):
8330           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
8331           Xv video (and thereby regenerate Xv colourkey) in clear() so
8332           that PLAY -> READY -> PLAY works (fixes #162504).
8333
8334 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8335
8336         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
8337           Switch to list instead of range, since MJPEG-devices really just
8338           support decimations, not any size.
8339
8340 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8341         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
8342         (gst_mpeg2dec_reset), (free_all_buffers),
8343         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
8344         * ext/mpeg2dec/gstmpeg2dec.h:
8345           The libmpeg2 user-allocated buffer management is awkward, 
8346           to say the least. Hopefully this fixes things.
8347
8348 2005-02-04  Andy Wingo  <wingo@pobox.com>
8349
8350         * gst/audioconvert/bufferframesconvert.c
8351         (buffer_frames_convert_fixate): New function, fixates to 256
8352         frames per buffer by default. (Much better than 1.)
8353         (buffer_frames_convert_init): Set the fixate function for both src
8354         and sink pad.
8355         (buffer_frames_convert_link): After success setting nonfixed caps,
8356         get the negotiated caps so we can know how many buffer-frames it
8357         will be. No idea how this worked at all before.
8358
8359 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8360
8361         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
8362         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
8363         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
8364         (handle_sequence), (handle_picture):
8365         * ext/mpeg2dec/gstmpeg2dec.h:
8366           Rearrange buffer tracking and refcounting and refactor
8367           a little for readability. 
8368
8369 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
8370         * sys/v4l/gstv4l.c: (plugin_init):
8371         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
8372         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
8373         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
8374         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
8375         * sys/v4l/gstv4ljpegsrc.h:
8376         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
8377         * sys/v4l/v4l_calls.h:
8378         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
8379         (gst_v4lsrc_get_fps):
8380         * sys/v4l/v4lsrc_calls.h:
8381           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
8382           you jpeg inside rgb frames" driver.
8383           Don't error in the v4lsrc link function, just return 
8384           REFUSED.
8385
8386 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8387
8388         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
8389         (gst_qcamsrc_open):
8390           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
8391
8392 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8393
8394         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8395           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
8396
8397 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8398
8399         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
8400           Reset negotiated state on PAUSED->READY.
8401
8402 2005-02-02  David Schleef  <ds@schleef.org>
8403
8404         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
8405         whereever possible.  (Fixes #165997)
8406         * examples/capsfilter/capsfilter1.c: (main):
8407         * examples/dynparams/filter.c: (create_ui):
8408         * examples/seeking/cdparanoia.c: (get_track_info), (main):
8409         * examples/seeking/chained.c: (main):
8410         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
8411         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
8412         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
8413         (make_mpeg_pipeline), (make_mpegnt_pipeline):
8414         * examples/seeking/spider_seek.c: (make_spider_pipeline):
8415         * examples/switch/switcher.c: (main):
8416         * ext/dv/demo-play.c: (main):
8417         * ext/faad/gstfaad.c: (gst_faad_change_state):
8418         * ext/mad/gstmad.c: (gst_mad_chain):
8419         * ext/smoothwave/demo-osssrc.c: (main):
8420         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
8421         (gst_gconf_render_bin_from_description),
8422         (gst_gconf_get_default_audio_sink),
8423         (gst_gconf_get_default_video_sink),
8424         (gst_gconf_get_default_audio_src),
8425         (gst_gconf_get_default_video_src),
8426         (gst_gconf_get_default_visualization_element):
8427         * gst/level/demo.c: (main):
8428         * gst/level/plot.c: (main):
8429         * gst/playback/gstplaybin.c: (gen_video_element),
8430         (gen_audio_element):
8431         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
8432         * gst/playondemand/demo-mp3.c: (setup_pipeline):
8433         * gst/sine/demo-dparams.c: (main):
8434         * gst/spectrum/demo-osssrc.c: (main):
8435         * gst/speed/demo-mp3.c: (main):
8436         * gst/volume/demo.c: (main):
8437         * testsuite/embed/embed.c: (main):
8438
8439 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
8440
8441         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
8442         (gst_tcpclientsink_finalize):
8443         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
8444         (gst_tcpclientsrc_finalize):
8445         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
8446         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
8447         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
8448         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
8449           Don't leak the hostname when shutting down.
8450           In tcpserversrc, take a copy of the default hostname.
8451
8452 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8453
8454         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
8455           Set caps to systemstream=TRUE.
8456
8457 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8458
8459         * testsuite/Makefile.am:
8460           Fix more OSX buildbots.
8461
8462 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
8463
8464         * ext/mpeg2dec/gstmpeg2dec.c:
8465           Don't send things to NULL PAD_PEERs
8466
8467         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
8468           Copy-on-write the incoming buffer.
8469
8470         * gst/mpegstream/gstdvddemux.h:
8471         * gst/mpegstream/gstmpegclock.h:
8472         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
8473         (normal_seek), (gst_mpeg_demux_handle_src_event):
8474         * gst/mpegstream/gstmpegdemux.h:
8475         * gst/mpegstream/gstmpegpacketize.h:
8476         * gst/mpegstream/gstmpegparse.c:
8477         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
8478         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
8479         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
8480         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
8481         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
8482         * gst/mpegstream/gstmpegparse.h:
8483         * gst/mpegstream/gstrfc2250enc.h:
8484           Various changes to the way time is computed that make seeking and
8485           total time estimation much better here.
8486           Use G_BEGIN/END_DECLS instead of __cplusplus
8487
8488         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
8489           Use gst_buffer_stamp instead of only copying the TIMESTAMP
8490
8491 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8492
8493         * gst/subparse/gstsubparse.c:
8494           Fix OSX buildbot.
8495
8496 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
8497
8498         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8499         (theora_enc_chain), (theora_enc_change_state):
8500         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
8501         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
8502         (gst_vorbisenc_change_state):
8503         * ext/vorbis/vorbisenc.h:
8504           Set granulepos and timestamp correctly for streams not
8505           starting at 0, taking into account the initial delay.
8506
8507 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
8508
8509         * gst/mpegstream/gstdvddemux.c:
8510           Add audio/x-dts to audio pad template caps
8511
8512 2005-01-30  David Schleef  <ds@schleef.org>
8513
8514         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
8515         (create_context), (gst_polypsink_link): Fix silly endianness
8516         bug.  Add some debugging.  Remove float from caps; it doesn't
8517         work.  Attempt to get remote audio working.
8518
8519 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8520
8521         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8522           Add 3IV2 fourcc.
8523
8524 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8525
8526         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
8527         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
8528         (gst_avi_demux_stream_data):
8529         * gst/avi/gstavidemux.h:
8530           Invert DIB images. Fixes #132341.
8531
8532 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8533
8534         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8535         (gst_ffmpegcsp_chain):
8536           D'oh, reference the palette data, not the palette structure.
8537           Fixes color distortion in #132341.
8538
8539 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8540
8541         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
8542           PAR can be non-fixed when not provided as argument (#162626).
8543
8544 2005-01-29  David Moore  <dcm@acm.org>
8545
8546         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8547
8548         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
8549         (gst_qtdemux_loop_header):
8550           Re-apply patch from #142272 that allows non-seekable sources,
8551           re-proposed by Daniel Drake <dsd@gentoo.org>.
8552
8553 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8554
8555         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
8556           Use the src template for creating the src pad (#162330).
8557
8558 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8559
8560         * configure.ac:
8561         * ext/musepack/Makefile.am:
8562         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
8563         (gst_musepackdec_init), (gst_musepackdec_dispose),
8564         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
8565         (gst_musepack_stream_init), (gst_musepackdec_loop),
8566         (gst_musepackdec_change_state):
8567         * ext/musepack/gstmusepackdec.cpp:
8568         * ext/musepack/gstmusepackdec.h:
8569         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
8570         (gst_musepack_reader_read), (gst_musepack_reader_seek),
8571         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
8572         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
8573         * ext/musepack/gstmusepackreader.cpp:
8574         * ext/musepack/gstmusepackreader.h:
8575           Update to 1.1 API (#165446).
8576
8577 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8578
8579         * ext/Makefile.am:
8580           Unbreak buildbot.
8581
8582 2005-01-28  Andy Wingo  <wingo@pobox.com>
8583
8584         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
8585         to reflect a different dubious internet source. Add a reference
8586         and some commentary.
8587
8588 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8589
8590         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
8591         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
8592         * gst/playback/gststreamselector.h:
8593           Be more selective when we're redoing caps negotiation from
8594           within the chain function on a stream change.
8595
8596 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8597
8598         * configure.ac:
8599         * ext/Makefile.am:
8600         * ext/amrnb/Makefile.am:
8601         * ext/amrnb/amrnb.c: (plugin_init):
8602         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
8603         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
8604         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
8605         (gst_amrnbdec_state_change):
8606         * ext/amrnb/amrnbdec.h:
8607         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
8608         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
8609         (gst_amrnbparse_init), (gst_amrnbparse_formats),
8610         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
8611         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
8612         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
8613         * ext/amrnb/amrnbparse.h:
8614           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
8615         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8616           Add AMR-NB/-WB raw formats.
8617         * ext/alsa/gstalsa.c: (gst_alsa_link):
8618           Keep valid time when changing format.
8619         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
8620         (qtdemux_parse_trak):
8621           Add some more format-specific options (#140141, #143555, #155163).
8622
8623 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8624
8625         * gst/matroska/matroska-demux.c:
8626         (gst_matroska_demux_parse_blockgroup):
8627           Fix logic error in timing of subtitle stream synchronization.
8628         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8629           Add skip-chunk, which is found in kodak-camera streams.
8630
8631 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8632
8633         * po/LINGUAS:
8634         * po/vi.po:
8635           Adding Vietnamese translation (submitted by Clytie Siddall)
8636
8637 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8638
8639         * gst/playback/gstdecodebin.c: (try_to_link_1):
8640           Use realpad for signal.
8641
8642 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8643
8644         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
8645           Fix category so decodebin picks it up.
8646
8647 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8648
8649         * ext/mad/Makefile.am:
8650         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
8651         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
8652         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
8653         (found_type), (gst_id3demux_bin_change_state):
8654         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
8655         (gst_id3_tag_init), (gst_id3_tag_handle_event),
8656         (gst_id3_tag_src_link), (gst_id3_tag_chain),
8657         (gst_id3_tag_change_state), (plugin_init):
8658         * ext/mad/gstmad.h:
8659           Add id3demuxbin (which is a simple bin consisting of id3demux
8660           and typefind), take over rank from id3demux, remove typefind
8661           code from id3demux. Makes all broken mp3s that I know of work,
8662           and thereby fixes #152688.
8663
8664 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
8665
8666         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8667
8668         * ext/mad/gstmad.c: (gst_mad_src_event):
8669         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
8670           Allow seeks on audio pad, make mad forward those (#164826).
8671         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
8672           Set duration (#165335).
8673
8674 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8675
8676         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
8677         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
8678         (gst_asf_demux_process_ext_content_desc),
8679         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
8680         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
8681         * gst/asfdemux/gstasfdemux.h:
8682           Improve metadata display, e.g. if the metadata comes before the
8683           streams are loaded (which is perfectly valid).
8684
8685 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8686
8687         * tools/gst-launch-ext-m.m:
8688           Fix AVI/ASF pipelines (#165340).
8689
8690 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
8691         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
8692         build failure on amd64
8693
8694 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
8695
8696         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
8697         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
8698           Check environment variables GST_ID3V2_TAG_ENCODING,
8699           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
8700           list of character encodings to force interpretation of non-unicode
8701           strings stored in an ID3v2 tag to a particular encoding. If none
8702           is specified, try to use current locale's encoding, then fall back
8703           to ISO-8859-1 (which will always succeed). (Resolves #149274)
8704         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
8705         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
8706           Check environment variables GST_ID3V1_TAG_ENCODING,
8707           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
8708           list of character encodings to use in case a string encountered
8709           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
8710           specified, try to use the current locale's encoding, then fall
8711           back to ISO-8859-1 (which will always succeed).
8712
8713 2005-01-25  Benjamin Otte  <otte@gnome.org>
8714
8715         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
8716           - on half framerate, compute the rate in advance so the comparisons
8717             don't compare wrong values
8718           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
8719             behaviour
8720           - don't use mad_header_decode anymore, mad_frame_decode does that
8721             automatically
8722           - when getting rid of consumed bytes, reset the stream's skiplen
8723           (fixes #163867)
8724
8725 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
8726
8727         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
8728           Use 1/2 a second for default max_discont, as PES streams from DVB
8729           seem to have larger spacings in the SCR. 
8730           Fix a typo.
8731
8732 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8733
8734         * gst/playback/gstplaybasebin.c: (group_commit):
8735           Notify delayed stream-info availability.
8736
8737 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
8738         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
8739         (gst_a52dec_handle_event), (gst_a52dec_chain):
8740         Add some debug output. Check that a discont has a valid
8741         time associated.
8742         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
8743         (gst_alsa_sink_loop):
8744         Ignore TAG events. A little extra debug for broken timestamps.
8745         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
8746         (dvdnavsrc_change_state):
8747         Ensure we send a discont to engage the link before we send any
8748         other events.
8749         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
8750         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
8751         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
8752         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
8753         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
8754         dvd://title works in totem because typefinding sends a seek that ends
8755         up going back to chapter 1 regardless.
8756         * ext/mpeg2dec/gstmpeg2dec.c:
8757         * ext/mpeg2dec/gstmpeg2dec.h:
8758         Output correct timestamps and handle disconts.
8759         * ext/ogg/gstoggdemux.c: (get_relative):
8760         Small guard against a null dereference.
8761         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
8762         (gst_textoverlay_set_property):
8763         Free memory when done. Don't call gst_event_filler_get_duration on
8764         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
8765         g_warning.
8766         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
8767         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
8768         (gst_sw_srclink), (gst_smoothwave_chain):
8769         Draw solid lines, prettier colours.
8770         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
8771         Add a default palette that'll work for some movies.
8772         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
8773         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
8774         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
8775         * gst/mpegstream/gstdvddemux.h:
8776         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
8777         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
8778         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
8779         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
8780         * gst/mpegstream/gstmpegparse.h:
8781         Use PTM/NAV events when for timestamp adjustment when connected to 
8782         dvdnavsrc. Don't use many discont events where one suffices.
8783         * gst/playback/gstplaybasebin.c: (group_destroy),
8784         (gen_preroll_element), (gst_play_base_bin_add_element):
8785         * gst/playback/gstplaybasebin.h:
8786         Make sure we remove subtitles from the same bin we put them in.
8787         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
8788         (gst_subparse_buffer_format_autodetect),
8789         (gst_subparse_change_state):
8790         Fix some memleaks and invalid accesses.
8791         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
8792         (oggskel_type_find), (cmml_type_find), (plugin_init):
8793         Some typefind functions for Annodex v3.0 files
8794         * gst/wavparse/gstwavparse.h:
8795         GstRiffReadClass is the correct parent class.
8796
8797 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8798
8799         * gst-libs/gst/riff/riff-media.c:
8800         (gst_riff_create_video_caps_with_data):
8801           Add extradata to huffyuv (fixes #165013).
8802         * gst-libs/gst/riff/riff-read.c:
8803         (gst_riff_read_strf_vids_with_data):
8804           Fix extradata extraction if it is in the chunk size.
8805
8806 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
8807
8808         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8809
8810         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
8811         (gst_quarktv_change_state), (gst_quarktv_dispose):
8812           Memory free'ing location fix (#164708).
8813
8814 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8815
8816         * gst/playback/gstplaybasebin.c: (group_commit),
8817         (gen_preroll_element), (probe_triggered), (gen_source_element),
8818         (setup_source), (gst_play_base_bin_change_state),
8819         (gst_play_base_bin_add_element):
8820           Don't block for streams.
8821         * gst/playback/gststreaminfo.c: (stream_info_change_state),
8822         (gst_stream_info_set_mute):
8823           Use gst_pad_set_active_recursive.
8824
8825 2005-01-25  Andy Wingo  <wingo@pobox.com>
8826
8827         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
8828         for #ifndef HAVE_XVIDEO.
8829
8830 2005-01-24  Jeffrey C. Ollie
8831
8832         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
8833
8834         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
8835         * ext/gsm/gstgsmdec.h:
8836         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
8837         * ext/gsm/gstgsmenc.h:
8838         Fix rate to 8kHz as per spec, removes obscure errors when no rate
8839         was given by property. Add proper buffer timestamps and offsets.
8840
8841 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8842
8843         * gst-libs/gst/riff/riff-media.c:
8844         (gst_riff_create_audio_caps_with_data):
8845           Audio can be <8000Hz.
8846
8847 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8848
8849         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8850           Explicit state change to workaround refcount bugs.
8851
8852 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8853
8854         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
8855         (gst_avimux_riff_get_avi_header):
8856           Fix...
8857
8858 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8859
8860         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
8861         (gst_riff_read_element_data):
8862         * gst-libs/gst/riff/riff-read.h:
8863           Add _peek version (req'ed in CDXA).
8864         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
8865         (gst_cdxaparse_loop):
8866           Fix parsing in playbin.
8867         * gst/playback/gstdecodebin.c: (close_pad_link):
8868           Ignore current_ pads, they cause major annoyance.
8869
8870 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8871
8872         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8873           Safety guard.
8874
8875 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8876
8877         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
8878           Fix padding...
8879
8880 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8881
8882         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
8883           Allow for 0-sized buffers. Fixes length query problems in
8884           starwars.mkv from the testsuite.
8885
8886 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
8887
8888         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
8889         (gst_video_box_i420), (gst_video_box_chain):
8890           Fix row strides for I420 (fixes #163159)
8891           
8892 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8893
8894         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
8895           MPEG2 has a useful rate property, so we can actually use that.
8896           For MPEG-1, continue using the bytes/time properties.
8897
8898 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8899
8900         * gst-libs/gst/riff/riff-media.c:
8901         (gst_riff_create_video_caps_with_data),
8902         (gst_riff_create_video_template_caps):
8903           Add intel-h263.
8904
8905 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8906
8907         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
8908           Fail if caps negotiation fails. Should fix #162184, and should
8909           definately be in there regardless of it fixing the actual bug.
8910         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
8911         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
8912         (gst_avimux_riff_get_avix_header),
8913         (gst_avimux_riff_get_video_header),
8914         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
8915         (gst_avimux_start_file), (gst_avimux_handle_event),
8916         (gst_avimux_change_state):
8917         * gst/avi/gstavimux.h:
8918           Refactor structure writing to use GST_WRITE_UINT macros, add
8919           metadata writing support.
8920
8921 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8922
8923         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
8924           Elements may already be destroyed when this function is called.
8925
8926 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8927
8928         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
8929         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
8930           More memory leak fixes (#149162).
8931
8932 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8933
8934         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
8935         (gst_qtdemux_add_stream):
8936           Fix two memleaks.
8937
8938 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8939
8940         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
8941           Argh...
8942
8943 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8944
8945         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
8946           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
8947           when fixating to six channels in Totem.
8948
8949 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
8950
8951         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
8952           Fix compile warnings on Solaris 10 buildbot
8953
8954 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
8955
8956         * ext/dvdread/dvdreadsrc.c: (_read):
8957           Don't read beyond the last cell in a chapter (fixes 
8958           invalid memory access)
8959
8960 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
8961
8962         * ext/dvdread/stream_labels.c:
8963         (dvdreadsrc_get_audio_stream_labels):
8964           Use NULL for an empty GList instead of g_list_alloc(); fix 
8965           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
8966           of GString (easier to bulk free later)
8967
8968 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
8969
8970         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8971
8972         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8973         (gst_ffmpeg_pixfmt_to_caps):
8974           Fix BGRA32 caps (#164209).
8975
8976 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
8977
8978         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8979
8980         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8981         (gst_ffmpeg_caps_to_pixfmt):
8982           alpha_mask can be RGBA/ABGR. Fixes #164265.
8983
8984 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
8985
8986         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8987
8988         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
8989         (gst_mpeg2dec_alloc_buffer):
8990         * ext/mpeg2dec/gstmpeg2dec.h:
8991           Crop if decoding size is not the actual image size (#163676).
8992
8993 2005-01-17  Steve Baker  <steve@stevebaker.org>
8994
8995         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8996
8997         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
8998         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
8999           Add libsndfile typefind functions (#163309).
9000
9001 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9002
9003         * tools/gst-launch-ext-m.m:
9004           Add .aac, fix .m1v/.m2v (#163891).
9005
9006 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9007
9008         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
9009           Sanity check, don't wait endlessly since the clock might not
9010           actually run at this point (which is a deadlock). Fixes #164069.
9011
9012 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9013
9014         * gst/playback/gstplaybasebin.c: (probe_triggered):
9015           Of course, only pause if group is done...
9016
9017 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9018
9019         * gst/playback/gstplaybasebin.c: (probe_triggered):
9020           Thread safety.
9021
9022 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
9023
9024         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
9025           Don't return state change success when the parent
9026           failed.
9027
9028 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9029
9030         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
9031           Free events (fix memleak in #162905).
9032
9033 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
9034
9035         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9036
9037         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9038         (gst_ffmpeg_caps_to_pixfmt):
9039           Fix for depth = 15. Fixes #161675.
9040
9041 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9042
9043         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9044           Set FPS correctly, even for webcams and the like.
9045         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
9046           Don error on setting while capturing.
9047
9048 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9049
9050         * ext/dv/gstdvdec.c:
9051         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
9052         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
9053           I'm a bad boy. using /1001. to force C to do float division
9054           and not integer division (as it did in my last commit)
9055           Thanks to David I. Lehn for pointing this mistake.
9056
9057 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9058
9059         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
9060           Revert Johan??s 1.35->1.36 since it breaks compat.
9061
9062 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9063
9064         * ext/dv/gstdvdec.c:
9065         * ext/libfame/gstlibfame.c:
9066         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
9067         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
9068           replace framerate aproximations by their real value
9069           (24000/1001, 30000/1001, 60000/1001)
9070           Finish fixing bug #164049
9071
9072 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9073
9074         * ext/ogg/gstoggmux.c:
9075           eos/bos debugging
9076         * gst/tcp/gstmultifdsink.c:
9077         * gst/tcp/gstmultifdsink.h:
9078         * gst/tcp/gsttcp.c:
9079         * gst/tcp/gsttcp.h:
9080         * gst/tcp/gsttcpclientsink.c:
9081         * gst/tcp/gsttcpclientsrc.c:
9082         * gst/tcp/gsttcpserversink.c:
9083         * gst/tcp/gsttcpserversrc.c:
9084           improve reusability of elements after state changes and errors
9085           make multifdsink throw away streamheaders when receiving new ones
9086
9087 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9088
9089         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
9090           Fix for if items are already in list...
9091
9092 2005-01-12  Benjamin Otte  <otte@gnome.org>
9093
9094         * gst/adder/gstadder.c: (gst_adder_loop):
9095           fix adder a bit so it doesn't screw up with events as much anymore
9096
9097 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
9098
9099         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
9100         (pixbufscale_scale), (gst_pixbufscale_chain):
9101         * ext/gdk_pixbuf/pixbufscale.h:
9102           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
9103           to ensure rowstrides are calculated the same way as 
9104           ffmpegcolorspace
9105           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
9106           that we pick up duration and offset also.
9107
9108 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9109
9110         * gst/avi/gstavimux.c: (gst_avimux_class_init),
9111         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
9112           Reusability fixes.
9113
9114 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9115
9116         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
9117         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
9118         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
9119         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
9120           Update flags when requested.
9121
9122 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9123
9124         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
9125           Fix dmix.
9126
9127 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9128
9129         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9130         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
9131         (probe_triggered), (new_decoded_pad), (gen_source_element),
9132         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
9133         * gst/playback/gstplaybasebin.h:
9134         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9135         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
9136         (gst_play_bin_change_state):
9137           Implement group-switch signal for use in apps to clear metadata
9138           cache, clean up subtitle, add suburi property instead of # hack,
9139           some error-out fixes.
9140
9141 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9142
9143         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9144           Debug.
9145         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
9146           If we got a state change in the _get handler, don't return success.
9147
9148 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9149
9150         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
9151         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
9152           Make jpegdec quiet on MJPEG decoding
9153         * gst/asfdemux/README:
9154           Fix mimetypes for MJPEG and H263
9155
9156 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9157
9158         * ext/theora/theoradec.c: (theora_dec_chain):
9159           Fix broken code generation by gcc by swapping arguments.
9160         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9161           Fix \n in debug.
9162
9163 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9164
9165         * TODO:
9166           delete this file, it is by far outdated
9167         * ext/alsa/gstalsa.1: remove
9168         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
9169         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
9170         (gst_alsa_get_caps):
9171           Add HW probing for supported sample rates. Fixes #161704
9172
9173 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9174
9175         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9176           Don't crash, biatch! :).
9177
9178 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9179
9180         * ext/musepack/gstmusepackreader.cpp:
9181         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
9182           Some work on tags - still doesn't work in playbin...
9183         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9184           Handle events...
9185
9186 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9187
9188         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
9189           Also shove tags on kid pads.
9190
9191 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9192
9193         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
9194           Don't bail on unknown events.
9195         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9196           Don't crash on events before negotiation.
9197         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
9198           Send tags on pads, too.
9199         * gst/playback/gststreamselector.c:
9200         (gst_stream_selector_request_new_pad):
9201           Forward events on first pad if no input was selected yet.
9202
9203 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9204
9205         * gst/playback/gstplaybasebin.c: (setup_substreams):
9206           Don't disable streamtype if the stream doesn't exist, since
9207           then playing a video after audio will disable both and nothing
9208           will happen. Fixes the testsuite.
9209
9210 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9211
9212         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
9213         (gst_v4l_xoverlay_set_xwindow_id):
9214         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
9215         (gst_v4l2_xoverlay_set_xwindow_id):
9216           Add debug categories, fix overlay disabling.
9217
9218 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9219
9220         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
9221         * ext/alsa/gstalsa.h:
9222           Add HW probing for period_count/size and buffer_size MIX/MAX
9223           Adjust default/user defined value if out of bounds
9224           Should fix bug #162024
9225
9226 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9227
9228         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
9229           Fix warning (#161191).
9230
9231 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9232
9233         * ext/dvdread/stream_labels.c:
9234         (dvdreadsrc_get_audio_stream_labels):
9235           Fix warning (init the good variable in switch default)
9236
9237 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
9238
9239         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9240
9241         * gst/tta/gstttaparse.c: (gst_tta_src_event):
9242           Fix gcc-2.95 compile (#163485).
9243
9244 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9245
9246         * configure.ac:
9247         * ext/flac/gstflacenc.c: (gst_flacenc_init),
9248         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
9249         (gst_flacenc_tell_callback), (gst_flacenc_chain),
9250         (gst_flacenc_change_state):
9251         * ext/flac/gstflacenc.h:
9252           Update for API change in flac-1.1.1. Update requirement in
9253           configure.ac. Fixes #162974.
9254
9255 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9256
9257         * gst/playback/gstplaybasebin.c: (group_destroy):
9258           Remove hack to get rid of assert and get rid of unlinked
9259           signals properly.
9260
9261 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9262
9263         * gst/playback/gstplaybasebin.c: (setup_source):
9264           Set source to NULL so that resources are free'ed. Fixes issues
9265           with playback of CDDA and similar device-accessing things.
9266
9267 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9268
9269         * testsuite/embed/Makefile.am:
9270           test->noinst, fix make test in buildbot.
9271
9272 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9273
9274         * ext/dvdread/stream_labels.c: new file
9275         * ext/dvdread/stream_labels.h: new file
9276         * ext/dvdread/Makefile.am:
9277         * ext/dvdread/dvdreadsrc.c: (_seek_title):
9278           Extract audio stream label from DVD IFO files.
9279           It only dump them on the console for now, still have to
9280           make playbin aware of them.
9281
9282 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9283
9284         * gst/playback/gstplaybasebin.c: (setup_source):
9285           Fix hanging subs.
9286
9287 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9288
9289         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9290         (gen_preroll_element), (remove_groups), (setup_subtitle),
9291         (gen_source_element), (setup_source):
9292         * gst/playback/gstplaybasebin.h:
9293           Multiple .sub files is just a stupid idea... Fix some threading
9294           mistakes. Interestingly, external .sub files cause playbin to
9295           hang, I don't know why... Parsing fixes contributed by Fran??ois
9296           Kooman <fkooman@tuxed.net>.
9297
9298 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9299
9300         * testsuite/embed/Makefile.am:
9301           Fix buildbot.
9302
9303 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
9304
9305         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9306
9307         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
9308         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
9309         (gst_pngenc_set_property):
9310         * ext/libpng/gstpngenc.h:
9311           Add compression level property (#163323).
9312
9313 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9314
9315         * configure.ac:
9316         * examples/capsfilter/capsfilter1.c: (main):
9317         * examples/seeking/spider_seek.c: (make_spider_pipeline):
9318         * ext/dvdread/Makefile.am:
9319         * ext/dvdread/demo-play:
9320         * ext/dvdread/demo-play.c:
9321         * gconf/gstreamer.schemas.in:
9322         * gst-libs/gst/gconf/gconf.c:
9323         * sys/v4l/TODO:
9324         * testsuite/Makefile.am:
9325         * testsuite/embed/Makefile.am:
9326         * testsuite/embed/embed.c: (cb_expose), (main):
9327           Remove all references to xvideosink, fix examples (#140845).
9328         * gst/playback/gstplaybasebin.c: (group_destroy):
9329           Apparently, disposal does not unlink - so do explicitely.
9330         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9331           Add debug.
9332
9333 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
9334
9335         * README: fix PKG_CONFIG_PATH instructions, what was there
9336         previously was breaking default search path, not nice. 
9337         Fixes #163358
9338
9339 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9340
9341         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
9342         (gst_audioscale_chain):
9343           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
9344           when resampling - how the ^@$^!@^! is this possible?!?
9345
9346 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9347
9348         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
9349           Reset variables on READY.
9350         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
9351         (gst_matroska_mux_loop):
9352           Require data before writing header.
9353
9354 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
9355
9356         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9357
9358         * ext/mad/gstmad.c: (gst_mad_chain):
9359           Don't call mad_stream_sync() directly after recovering sync.
9360           Fixes #151661.
9361
9362 2005-01-09  Martin Eikermann  <meiker@upb.de>
9363
9364         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9365
9366         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
9367         (snapshot_handler), (gst_snapshot_sinkconnect),
9368         (gst_snapshot_chain):
9369           Allocate resources when required, fix recursive signal emission
9370           and fix caps. Fixes #161667.
9371
9372 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
9373
9374         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9375
9376         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
9377         (gst_pngdec_chain):
9378           Handle only 8-bppc (bits-per-pixel-component) images, better
9379           error handling and correct strides. Fixes #163177.
9380         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
9381         (gst_pngenc_chain):
9382           Better error handling. Fixes #163348.
9383
9384 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9385
9386         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
9387         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
9388         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
9389         (dvdnavsrc_uri_handler_init):
9390           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
9391         * gst/playback/gstplaybasebin.c: (gen_source_element):
9392           Add MMS to streaming URIs.
9393
9394 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9395
9396         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
9397         * sys/xvimage/xvimagesink.c:
9398         (gst_xvimagesink_navigation_send_event):
9399           Check for pad availability before sending event.
9400
9401 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9402
9403         * gst-plugins.spec.in:
9404           Add subparse.
9405
9406 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9407
9408         * configure.ac:
9409           Since we use functions from CVS, up requirement.
9410
9411 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9412
9413         * gst/playback/Makefile.am:
9414         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9415         (group_destroy), (group_commit), (group_is_muted),
9416         (gen_preroll_element), (add_stream), (unknown_type),
9417         (probe_triggered), (preroll_unlinked), (mute_stream),
9418         (silence_stream), (new_decoded_pad), (setup_substreams),
9419         (setup_source), (get_active_source), (mute_group_type),
9420         (muted_group_change_state), (set_active_source),
9421         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
9422         (play_base_eos), (gst_play_base_bin_change_state):
9423         * gst/playback/gstplaybasebin.h:
9424         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9425         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9426         (gst_stream_info_dispose), (stream_info_mute_pad),
9427         (stream_info_change_state), (gst_stream_info_set_mute):
9428         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
9429         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
9430         (gst_stream_selector_init), (gst_stream_selector_dispose),
9431         (gst_stream_selector_get_linked_pad),
9432         (gst_stream_selector_get_caps), (gst_stream_selector_link),
9433         (gst_stream_selector_get_linked_pads),
9434         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9435         * gst/playback/gststreamselector.h:
9436           Adding stream selection support plus required properties for
9437           applications to use this. Fully fixes #100931.
9438
9439 2005-01-08  Benjamin Otte  <otte@gnome.org>
9440
9441         * gst/games/gstpuzzle.c: (nav_event_handler):
9442           - handle nav events differently: forward every event no matter if it
9443             was handled or not.
9444           - translate events
9445           You can now cheat by using navigationtest ! puzzle and moving the
9446           mouse close to the edge of a tile. ;)
9447
9448 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9449
9450         * configure.ac:
9451         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
9452         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
9453         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
9454         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
9455         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
9456         (gst_ogm_parse_plugin_init):
9457         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
9458         (gst_textoverlay_link), (gst_textoverlay_getcaps),
9459         (gst_textoverlay_event), (gst_textoverlay_video_chain),
9460         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
9461         * ext/pango/gsttextoverlay.h:
9462         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9463         (gst_matroska_demux_handle_seek_event),
9464         (gst_matroska_demux_sync_streams),
9465         (gst_matroska_demux_parse_blockgroup),
9466         (gst_matroska_demux_subtitle_caps),
9467         (gst_matroska_demux_plugin_init):
9468         * gst/matroska/matroska-ids.h:
9469         * gst/playback/gstdecodebin.c: (close_pad_link):
9470         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9471         (gen_preroll_element), (remove_groups), (add_stream),
9472         (new_decoded_pad), (setup_subtitles), (gen_source_element),
9473         (setup_source):
9474         * gst/playback/gstplaybasebin.h:
9475         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
9476         * gst/subparse/Makefile.am:
9477         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
9478         (gst_subparse_base_init), (gst_subparse_class_init),
9479         (gst_subparse_init), (gst_subparse_formats),
9480         (gst_subparse_eventmask), (gst_subparse_event),
9481         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
9482         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
9483         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
9484         (parse_mpsub_deinit), (parse_mpsub_init),
9485         (gst_subparse_buffer_format_autodetect),
9486         (gst_subparse_format_autodetect), (gst_subparse_loop),
9487         (gst_subparse_change_state), (gst_subparse_type_find),
9488         (plugin_init):
9489         * gst/subparse/gstsubparse.h:
9490         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
9491         (plugin_init):
9492           Add subtitle support, .sub parser (supports SRT and MPsub),
9493           OGM text support, Matroska UTF-8 text support, deadlock fixes
9494           all over the place, subtitle awareness in decodebin/playbin
9495           and some fixes to textoverlay to handle subtitles in a stream
9496           correctly. Fixes #100931.
9497
9498 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9499
9500         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9501           Check for pad availability before doing a query on it.
9502
9503 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9504
9505         * ext/dv/gstdvdec.c:
9506           really fix bpp24/32 dvdec caps (classic rgba indeed)
9507         * gst/asfdemux/gstasfdemux.c:
9508         (gst_asf_demux_process_ext_content_desc):
9509           don't send text tags if they are empty (bis repetita)
9510
9511 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9512
9513         * ext/dv/gstdvdec.c:
9514          remove unneeded comment from dvdec
9515           (related to DV 4CC codes in AVI files)
9516           moved them in gstreamer/docs/random/mimetypes
9517         * gst/asfdemux/gstasfdemux.c:
9518         (gst_asf_demux_process_ext_content_desc):
9519          don't send text tags if they are empty
9520          fix mem leak on error path
9521         * gst/ffmpegcolorspace/avcodec.h:
9522         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9523         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9524         (gst_ffmpegcsp_avpicture_fill):
9525         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
9526         * gst/ffmpegcolorspace/imgconvert_template.h:
9527          adds BGR32 and BGRA32 to ffmpegcolorspace
9528           (still bad colors, fixing it on next commit)
9529           helps with dvdec outputing BGR32
9530
9531 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9532
9533         * ext/dv/gstdvdec.c:
9534          Fix audio caps i just broke (missing ',')
9535         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
9536         (gst_matroska_mux_reset):
9537          Fix typo + add FIXME about old "x-gst-metadata" crap
9538
9539 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9540
9541         * ext/dv/demo-play.c: (main):
9542          xvideosink -> xvimagesink
9543         * ext/dv/gstdvdec.c:
9544          change rgb 32/32 caps to 24/32 (no alpha)
9545          change nb of channels to be a list (2 or 4, not 2)
9546          change sample rate to be a list (32, 44.1, 48 kHz) not a range
9547         * gst/asfdemux/gstasfdemux.c:
9548         (gst_asf_demux_process_ext_content_desc):
9549          Add 'date/year' to extracted metadata list
9550
9551 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9552
9553         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
9554           The return value of fixate_to does not imply that the requested
9555           value was set, so don't assume.
9556
9557 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
9558
9559         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9560
9561         * ext/libpng/gstpngdec.c:
9562         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
9563         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
9564         * ext/libpng/gstpngenc.h:
9565           Alpha support (encoder; #163161), mime fixage.
9566
9567 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
9568
9569         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9570
9571         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
9572         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
9573         (gst_faac_set_property), (gst_faac_get_property):
9574         * ext/faac/gstfaac.h:
9575           Allow for ADTS output (#153434).
9576
9577 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9578
9579         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9580           Fix against template (#150576).
9581
9582 2005-01-06  Benjamin Otte  <otte@gnome.org>
9583
9584         * gst/games/gstpuzzle.c: (draw_puzzle):
9585           don't draw a puzzle if either width or height of tiles would be 0.
9586
9587 2005-01-06  Benjamin Otte  <otte@gnome.org>
9588
9589         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
9590         (gst_puzzle_class_init), (gst_puzzle_finalize):
9591           no memleaks, please
9592         (gst_puzzle_create), (gst_puzzle_init),
9593         (gst_puzzle_set_property), (gst_puzzle_setup):
9594           change initialization code around so we don't reshuffle on resize
9595         (draw_puzzle):
9596           fix another stupid typo
9597
9598 2005-01-06  Benjamin Otte  <otte@gnome.org>
9599
9600         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
9601           fix stupid typo that borked copying on YUY2
9602
9603 2005-01-06  Benjamin Otte  <otte@gnome.org>
9604
9605         * gst/games/gstpuzzle.c: (draw_puzzle):
9606           fix edges when image sizes aren't multiples of tile sizes
9607
9608 2005-01-06  Benjamin Otte  <otte@gnome.org>
9609
9610         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
9611           make RGB endianness work correctly
9612         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
9613           refactor and fix race with initial shuffling
9614         (nav_event_handler):
9615           allow using the mouse to puzzle
9616         (draw_puzzle):
9617           insist on tiles having width and height as multiples of 4 to get
9618           clean YUV image handling
9619         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9620         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
9621           s/DEBUG/LOG/ for common messages
9622         (gst_xvimagesink_navigation_send_event):
9623           fix mouse event translation to not include screen PAR
9624         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
9625           fix mouse event translation to actually work
9626
9627 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9628
9629         * gst/asfdemux/gstasfdemux.c:
9630         (gst_asf_demux_process_ext_content_desc):
9631          Extract TrackNumber metadata + clean up code
9632         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
9633          Hope this is the good fix (var used unitialised)
9634
9635 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9636
9637         * ext/faad/gstfaad.c: (gst_faad_chain):
9638           Only increment timestamp if it's valid. Fixes raw AAC streams.
9639
9640 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9641
9642         * configure.ac:
9643         * gst/games/Makefile.am:
9644         * gst/games/gstpuzzle.c:
9645           add a puzzle game with...
9646         * gst/games/gstvideoimage.c:
9647         * gst/games/gstvideoimage.h:
9648           ... full colorspace support (that includes YUV9 and RGB16)) stolen
9649           from videotestsrc and made into something that would be a nice
9650           library for a lot of other plugins.
9651
9652 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9653
9654         * configure.ac:
9655          don't compile faad plugin if a RC of 2.0 is found
9656          Fixes #155346 (and FC1 buildbot)
9657         * gst/asfdemux/gstasfdemux.c:
9658         (gst_asf_demux_process_ext_content_desc):
9659          try to make Solaris compiler happier
9660
9661 2005-01-06  Paul Jack  <pjack@sfaf.org>
9662
9663         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9664
9665         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
9666           Fix segfault (#161667).
9667
9668 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9669
9670         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9671           Fix framerate reporting.
9672
9673 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9674
9675         * gst-libs/gst/riff/riff-ids.h:
9676         * gst/wavenc/riff.h:
9677          Add AMR (VBR and CBR) ids to riff.h audio codec list
9678         * gst/asfdemux/gstasfdemux.c:
9679         (gst_asf_demux_process_ext_content_desc),
9680         (gst_asf_demux_process_object):
9681           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
9682
9683 2005-01-05  Martin Eikermann  <meiker@upb.de>
9684
9685         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9686
9687         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
9688         (gst_dvd_demux_handle_discont):
9689         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
9690         (gst_mpeg_demux_handle_discont):
9691           Recreate pads on new-media (#160730).
9692         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
9693           Send discont even if manager changes timestamps (#161929).
9694
9695 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
9696
9697         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9698
9699         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
9700           Fix invalid memory access (#159211).
9701
9702 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9703
9704         * examples/gstplay/player.c: (main):
9705           Don't iterate.
9706         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
9707           Add visualizations.
9708         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
9709         (gst_a52dec_handle_frame):
9710           Set duration.
9711         * ext/dvdnav/gst-dvd:
9712           Add audioconvert. Fixes #161325.
9713         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
9714           Explicitely case to gint64. Possible valgrind error.
9715         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
9716         (gst_play_tick_callback), (gst_play_change_state),
9717         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
9718         (gst_play_set_location), (gst_play_get_location),
9719         (gst_play_seek_to_time), (gst_play_set_data_src),
9720         (gst_play_set_video_sink), (gst_play_set_audio_sink),
9721         (gst_play_set_visualization), (gst_play_connect_visualization),
9722         (gst_play_get_framerate), (gst_play_get_all_by_interface),
9723         (gst_play_new):
9724           Use playbin. Fixes #139749 and #147744.
9725         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
9726           Add genre tag.
9727         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
9728         (audioscale_get_type), (gst_audioscale_base_init),
9729         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
9730         (gst_audioscale_getcaps), (gst_audioscale_fixate),
9731         (gst_audioscale_link), (gst_audioscale_get_buffer),
9732         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
9733         (gst_audioscale_init), (gst_audioscale_dispose),
9734         (gst_audioscale_chain), (gst_audioscale_set_property),
9735         (gst_audioscale_get_property), (plugin_init):
9736           Indent properly.
9737         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
9738           Fix LPCM.
9739         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
9740         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
9741         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
9742           Add more metadata (fixes #162656).
9743
9744 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9745
9746         * configure.ac:
9747           back to cvs
9748
9749 === release 0.8.7 ===
9750
9751 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9752
9753         * NEWS:
9754         * RELEASE:
9755         * configure.ac:
9756           releasing 0.8.7, "Hyperspace"
9757
9758 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9759
9760         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9761
9762         * gst/playback/gstplaybasebin.c:
9763          Fix for #162924 - free caps after use, not before
9764
9765 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
9766
9767         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
9768
9769         * gst/playback/gstplaybasebin.c:
9770         * gst/wavparse/gstwavparse.c:
9771           Fix for #154773 - fixes playback of small .wav files
9772
9773 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9774
9775         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
9776
9777         * gst/audioscale/gstaudioscale.c:
9778           Fix for #162819 - make audioscale reusable
9779           Fixes playback of more than one file with playbin/totem
9780
9781 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9782
9783         * gst/ffmpegcolorspace/avcodec.h:
9784         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9785         * gst/ffmpegcolorspace/imgconvert.c:
9786           clean up the mess that made me cry and avoid needless duplication
9787
9788 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9789
9790         * gst/ffmpegcolorspace/imgconvert.c:
9791           give some indication of why we're segfaulting
9792
9793 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9794
9795         * configure.ac:
9796           Fix indentation, fix v4l2 plugin detection.
9797         * ext/Makefile.am:
9798           Fix libmms location (Maciej, use diff -u!).
9799         * ext/alsa/gstalsa.c: (gst_alsa_init):
9800           Initialize caps cache to NULL.
9801         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
9802           Only change state on audiosink if it exists.
9803
9804 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
9805
9806         * gst/matroska/matroska-demux.c:
9807         * gst/matroska/matroska-ids.h:
9808         * gst/matroska/matroska-demux.h:
9809         Fix Vorbis streams failing to decode in some files, where cluster_time
9810         isn't 0, because then it doesn't send codec_priv before actual data.
9811         Remove time-based test and replace it with marker set on beginning of
9812         new stream
9813
9814 2004-12-28  David Schleef  <ds@schleef.org>
9815
9816         Merge patch from Ronald fixing problems with streaming
9817         text.
9818         * ext/cairo/gstcairo.c: (plugin_init):
9819         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
9820         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
9821         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
9822         (gst_textoverlay_font_init), (gst_textoverlay_init),
9823         (gst_textoverlay_set_property):
9824         * ext/cairo/gsttextoverlay.h:
9825
9826 2004-12-27  David Schleef  <ds@schleef.org>
9827
9828         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
9829         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
9830         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
9831         (gst_textoverlay_font_init), (gst_textoverlay_init),
9832         (gst_textoverlay_set_property): Improvements to actually
9833         render text as white on black outline on video, including
9834         font selection and horizontal/vertical alignment.  (Ronald's
9835         christmas present)
9836         * ext/cairo/gsttextoverlay.h:
9837
9838 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9839
9840         * ext/ogg/gstogg.c:
9841         * ext/ogg/gstogmparse.c:
9842           fix ogm[audio/video]parse plugin registration
9843           (riff won't load if bytestream is already loaded)
9844
9845 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9846
9847         * gst/audioconvert/gstchannelmix.c:
9848           fix for GLIB < 2.4
9849
9850 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9851
9852         * Makefile.am:
9853         * configure.ac:
9854           disable docs again until it actually passes make distcheck.
9855
9856 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9857
9858         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
9859         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
9860         (plugin_init):
9861           Add 3GP (variables name Q3GP because they can't start with a
9862           number). Add samr audio fourcc (used in .3gp files), decoder
9863           is work in progress. Also do a GST_WARNING instead of ERROR
9864           in case of unknown nodes, to decrease output.
9865
9866 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9867
9868         * Makefile.am:
9869           really fix dist
9870
9871 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9872
9873         * configure.ac:
9874         * ext/speex/gstspeexdec.h:
9875         * ext/speex/gstspeexenc.h:
9876           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
9877           Fix detection code in configure.ac
9878
9879 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9880
9881         * gst/matroska/matroska-demux.c:
9882         (gst_matroska_demux_parse_blockgroup):
9883           Save position, so that queries give proper return values. Don't
9884           know how this could ever have worked before...
9885
9886 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9887
9888         * configure.ac:
9889           Put additional LAME check inside the conditional.  Fixes #152339
9890
9891 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9892
9893         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9894         (gst_avi_demux_stream_scan):
9895           Add some more debug. Fix logic error when setting movi offset
9896           while reading index.
9897
9898 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9899
9900         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9901         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
9902         (gst_avi_demux_process_next_entry):
9903           Add some debugging. Better detection of broken indexes and the
9904           accompanying index recovery. No infinite loops on state changes
9905           when we're still in our loopfunction.
9906
9907 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9908
9909         * configure.ac:
9910           Fix up.
9911
9912 2004-12-22  Archana Shah  <archana.shah@wipro.com>
9913
9914         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9915
9916         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
9917           Normalizing the value before setting
9918         (gst_sunaudiomixer_get_volume):
9919           Normalizing the value after getting. Fixes bug# 161980
9920
9921 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
9922
9923         * Makefile.am: Make sure docs gets disted
9924         * docs/Makefile.am: Make sure all needed files get disted
9925         * gst-plugins.spec.in: latest updates
9926
9927 2004-12-22  Wim Taymans  <wim@fluendo.com>
9928
9929         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
9930         Revert patch 1.38 as clock distribution over schedulers does
9931         not work correcly in the core yet.
9932
9933 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9934
9935         * sys/oss/README: remove this file, which predates my birth
9936           (and which content is by far outdated)
9937
9938 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
9939
9940         * Makefile.am:
9941         * configure.ac:
9942         * docs/Makefile.am:
9943         * docs/libs/Makefile.am:
9944         * docs/libs/gst-plugins-libs-docs.sgml:
9945         * docs/libs/gst-plugins-libs-sections.txt:
9946         * docs/libs/tmpl/gstgconf.sgml:
9947         * docs/upload.mak:
9948         * docs/version.entities.in:
9949           Added boilerplate gtk-doc files for plugin-libs documentation.
9950
9951 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9952
9953         * gst/auparse/gstauparse.c: fix int and float audio caps
9954
9955 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9956
9957         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
9958         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
9959           g_assert() can be a macro, don't use #ifdef inside it.
9960
9961 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
9962
9963         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9964
9965         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
9966         (gst_videorate_init), (gst_videorate_chain),
9967         (gst_videorate_change_state):
9968           Event handling (fixes #159986).
9969
9970 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9971
9972         * gst-libs/gst/riff/riff-media.c:
9973         (gst_riff_create_video_caps_with_data):
9974           Add BLZ0 (Blizzard's version of DivX) fourcc.
9975
9976 2004-12-18  David Schleef  <ds@schleef.org>
9977
9978         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
9979         portability fix.
9980
9981 2004-12-18  David Schleef  <ds@schleef.org>
9982
9983         * gst/tta/ttadec.h: Disable some header code that isn't used
9984         and clearly isn't portable.
9985
9986 2004-12-18  David Schleef  <ds@schleef.org>
9987
9988         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
9989         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
9990         (avcodec_get_pix_fmt), (avpicture_layout),
9991         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
9992         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
9993         Fix code to not use GCC extensions (and c99 extensions that
9994         Forte does not like.)
9995
9996 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9997
9998         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9999
10000         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
10001         (gst_deinterlace_chain):
10002           Rowstride fixes. Fixes #161039.
10003         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
10004         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
10005         (gst_video_crop_getcaps), (gst_video_crop_link),
10006         (gst_video_crop_i420), (gst_video_crop_chain),
10007         (gst_video_crop_change_state):
10008           Rework of negotiation. Actually works now. Fixes #158650.
10009
10010 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10011
10012         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
10013           That was very stupid.
10014
10015 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10016
10017         * gst/matroska/matroska-demux.c:
10018         (gst_matroska_demux_parse_blockgroup):
10019           Fix possible crasher.
10020
10021 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10022
10023         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
10024         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
10025           Lace sizes can be zero.
10026
10027 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10028
10029         * ext/musepack/gstmusepackdec.cpp:
10030           Fetch error return values. Fixes #161624.
10031         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
10032           Really EOS.
10033
10034 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10035
10036         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
10037           Work for truncated (unfinished download etc.) files. Fixes #160514.
10038
10039 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10040
10041         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10042           Fix for integer overflow. Makes #156001 not crash. Probably masks
10043           the real bug.
10044
10045 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10046
10047         * gst/ac3parse/gstac3parse.c: (plugin_init):
10048           Parsers never have ranks. Fixes #159651.
10049
10050 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10051
10052         * gst/playback/gstdecodebin.c: (compare_ranks):
10053           make sure the facotries are ordered the same every time even if they
10054           have the same rank by using the name
10055         * gst/playback/gstdecodebin.c: (find_compatibles):
10056           make sure we don't add factories to the list twice
10057
10058 2004-12-16  David Schleef  <ds@schleef.org>
10059
10060         * configure.ac: look for musepack headers as musepack/*.h
10061         (fixes #159847)
10062         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
10063         * ext/musepack/gstmusepackreader.h: same
10064
10065 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10066
10067         * gst-libs/gst/riff/riff-read.c:
10068         (gst_riff_read_strf_auds_with_data):
10069           Read extradata correctly (fixes #155879).
10070
10071 2004-12-16  David Schleef  <ds@schleef.org>
10072
10073         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
10074         audio.  does _not_ attempt or allow conversion unless channels
10075         is 1 or 2.
10076
10077 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10078
10079         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
10080
10081 2004-12-16  David Schleef  <ds@schleef.org>
10082
10083         * gst/audioscale/gstaudioscale.c: the resample library only
10084         handles 1 or 2 channels.  Change caps to compensate.
10085
10086 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10087
10088         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
10089         (gst_matroska_demux_audio_caps):
10090           Some MPEG-AAC hacks, because else it doesn't work...
10091
10092 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10093
10094         * gst-libs/gst/riff/riff-media.c:
10095         (gst_riff_create_video_caps_with_data),
10096         (gst_riff_create_video_template_caps):
10097           Add h264.
10098
10099 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10100
10101         * gst-libs/gst/audio/Makefile.am:
10102           Try to fix buildbot.
10103
10104 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10105
10106         * gst/tcp/gstmultifdsink.c:
10107           Clean up and uniformize debugging.
10108
10109 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
10110
10111         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10112
10113         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
10114         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
10115         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
10116         (gst_mpeg_demux_change_state):
10117           Reset on ready. Fixes 160276.
10118
10119 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
10120
10121         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10122
10123         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10124         (gst_ffmpegcsp_pad_link):
10125           Fix memleak (#154815).
10126
10127 2004-12-16  James Bowes  <bowes@cs.dal.ca>
10128
10129         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10130
10131         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
10132         (gst_musicbrainz_init), (gst_musicbrainz_chain),
10133         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
10134         * ext/musicbrainz/gsttrm.h:
10135           Add support for using a proxy server when getting a trm id from
10136           the MusicBrainz database (#149613).
10137
10138 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
10139
10140         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10141
10142         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
10143         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10144           Fix memleaks (#157233).
10145
10146 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
10147
10148         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10149
10150         * gst-libs/gst/resample/resample.c: (gst_resample_close):
10151         * gst-libs/gst/resample/resample.h:
10152         * gst/audioscale/gstaudioscale.c:
10153           Fix memleak (#159215).
10154
10155 2004-12-16  Toni Willberg  <toniw@iki.fi>
10156
10157         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10158
10159         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
10160         * sys/oss/oss_probe.c: (main):
10161           Check for mono/stereo support (similar to samplerate probing),
10162           fixes #159433. Also add missing copyright header to oss_probe.c.
10163
10164 2004-12-15  David Schleef  <ds@schleef.org>
10165
10166         * configure.ac: add audioresample and cairo plugins.  Remove
10167         HAVE_MMX stuff, because it's not used.
10168         * ext/Makefile.am: same
10169         * ext/audioresample/Makefile.am: You are not ready for an
10170         audio resampling element based on audioresample.
10171         * ext/audioresample/gstaudioresample.c:
10172         * ext/audioresample/gstaudioresample.h:
10173         * ext/cairo/Makefile.am: You are not ready for overlay elements
10174         based on cairo.  Don't look too closely, these elements kinda
10175         suck right now.
10176         * ext/cairo/gstcairo.c: new
10177         * ext/cairo/gsttextoverlay.c: new
10178         * ext/cairo/gsttextoverlay.h: new
10179         * ext/cairo/gsttimeoverlay.c: new
10180         * ext/cairo/gsttimeoverlay.h: new
10181         * gst-libs/gst/media-info/media-info-priv.h: fix compile
10182         problem with compilers that don't support variadic macros.
10183
10184 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10185
10186         Reviewed by:  David Schleef  <ds@schleef.org>
10187
10188         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
10189         Bala, registering sunaudiosrc (oops!), and cleaning up code a
10190         bit.  Also ran indent-gst.
10191         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
10192         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
10193         (gst_sunaudiosrc_setparams):
10194
10195 2004-12-14  David Schleef  <ds@schleef.org>
10196
10197         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
10198         output rate to 16000.  Should fix #160235.
10199
10200 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10201
10202         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10203         Add typefinding for mpeg2 pes streams
10204
10205 2004-12-13  David Schleef  <ds@schleef.org>
10206
10207         * configure.ac:  Applied patch from bug #143659, making default
10208         sources and sinks OS-dependent (for Solaris), and added code
10209         for OS/X.
10210         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
10211
10212 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10213
10214         * gst-libs/gst/riff/riff-media.c:
10215           forgot to add h2.64 to avidemux template caps
10216
10217 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10218
10219         * gst/wavenc/riff.h:
10220         * gst-libs/gst/riff/riff-media.c:
10221         * gst-libs/gst/riff/riff-ids.h:
10222         * gst/avi/gstavimux.c
10223         add 4CC code for VideoSoft h264 in AVI (VSSH)
10224           fixes bug #160655
10225         remove s323 from riff, it's quicktime specific :(
10226
10227 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10228
10229         * gst/asfdemux/README
10230         * gst/wavenc/riff.h
10231         * gst-libs/gst/riff/riff-ids.h
10232         * gst-libs/gst/riff/riff-media.c
10233         * gst/qtdemux/qtdemux.c:
10234           add new 4CC codes for h263 related codecs
10235           fixes partially bug #155163
10236
10237 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
10238
10239         * configure.ac: Update polyaudio requirement to 0.7
10240         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
10241
10242 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10243
10244         * gst/interleave/deinterleave.c:
10245         fix my name's spelling! :)
10246
10247 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10248
10249         * AUTHORS ChangeLog
10250         * gst/auparse/gstauparse.c
10251         * gst/interleave/deinterleave.c
10252         * gst/law/:
10253                 alaw-decode.c alaw-encode.c
10254                 mulaw-decode.c mulaw-encode.c
10255         * gst/oneton/gstoneton.c
10256         * sys/osxaudio/:
10257                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
10258         * sys/osxvideo/:
10259                 cocoawindow.h cocoawindow.m
10260                 osxvideosink.h osxvideosink.m
10261
10262         put the same mail address for Zaheer Abbas Merali everywhere
10263
10264 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10265
10266         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
10267           Align by packetsize, and assert that we a packet available before
10268           playing. The first makes webstreams work (they often include
10269           trailing padding data in a packet), the second allows pausing a
10270           ASF stream in totem without getting demux errors afterwards.
10271
10272 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10273
10274         * ext/ogg/gstoggdemux.c: (get_relative):
10275           Check for non-NULL before accessing member (end-of-chain).
10276
10277 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10278
10279         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
10280         (cdparanoia_set_property), (cdparanoia_get_property):
10281         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
10282         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
10283         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10284         (dvdreadsrc_init), (dvdreadsrc_set_property),
10285         (dvdreadsrc_get_property):
10286         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
10287         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
10288           Synchronize property names where not yet the case. Devices are
10289           now device=X, other versions are deprecated (but still exist).
10290           Also use g_free() unconditionally.
10291         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10292         (setup_source), (gst_play_base_bin_get_property):
10293           Expose source.
10294
10295 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10296
10297         * configure.ac: move GCONF macro outside conditional for the am
10298           conditional. Fixes #160439
10299
10300 2004-12-08  David Schleef  <ds@schleef.org>
10301
10302         * tools/gst-visualise-m.m: Switch to elements that currently
10303         exist.
10304
10305 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10306
10307         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10308           We love wrong commas.
10309
10310 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10311
10312         * gst/matroska/matroska-demux.c:
10313         (gst_matroska_demux_handle_src_query):
10314           Don't set DEFAULT, unsupported - makes length display incorrectly
10315           in some cases.
10316
10317 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10318
10319         * gst/monoscope/README: remove blurb about files being GPL
10320         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
10321         * gst/monoscope/monoscope.c: Change license to BSD with explanation
10322           monoscope is now effectively LGPL licensed
10323
10324 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10325
10326         * gst/monoscope/README: Update information to be more correct
10327         * gst/monoscope/convolve.c: Relicense to LGPL
10328         * gst/monoscope/convolve.h: Relicense to LGPL
10329
10330 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
10331
10332         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
10333           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
10334         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
10335           set default_duration for mpeg1 audio
10336
10337 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10338
10339         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
10340         * ext/alsa/gstalsa.h:
10341           refactor big chunks of the core caps negotiation code to make it
10342           a lot faster, because people claim it's really slow
10343           (actually, just cache the getcaps when the device is opened)
10344
10345 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10346
10347         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
10348         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
10349         (gst_a52dec_handle_frame), (gst_a52dec_chain),
10350         (gst_a52dec_change_state), (plugin_init):
10351         * ext/a52dec/gsta52dec.h:
10352           Do something useful with timestamps. Make chain-based (since
10353           there's really no reason to be loopbased).
10354         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10355           Update current_byte/frame correctly.
10356
10357 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10358
10359         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
10360         (gst_ape_demux_stream_init):
10361           Forward tags, too.
10362
10363 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10364
10365         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
10366           Let's make sure we're done typefinding when detecting tags.
10367
10368 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10369
10370         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
10371         (gst_ebml_read_init), (gst_ebml_read_use_event),
10372         (gst_ebml_read_element_id), (gst_ebml_peek_id),
10373         (gst_ebml_read_seek), (gst_ebml_read_skip),
10374         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
10375         (gst_ebml_read_master):
10376         * gst/matroska/ebml-read.h:
10377         * gst/matroska/matroska-demux.c:
10378         (gst_matroska_demux_parse_contents),
10379         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
10380           Disgustingly evil hack for working around INTERRUPT events and
10381           their extremely annoying habit of being a pain in the ass. We
10382           simply peek a cluster before reading any of it.
10383
10384 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10385
10386         * ext/musepack/gstmusepackdec.cpp:
10387           There's also floating point libmusepacks.
10388
10389 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10390
10391         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
10392         (gst_faad_chanpos_to_gst), (gst_faad_chain):
10393           Set DURATION even if source buffer didn't. Also use increasing
10394           timestamps.
10395         * gst-libs/gst/riff/riff-media.c:
10396         (gst_riff_create_audio_caps_with_data):
10397           Block_align can have larger values than 8192.
10398
10399 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10400
10401         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
10402         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
10403         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
10404         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
10405           Fix caps.
10406
10407 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10408
10409         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
10410           Fix logic bug.
10411
10412 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10413
10414         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
10415           Yay, another one.
10416
10417 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10418
10419         * ext/esd/esdsink.c: (gst_esdsink_chain):
10420           Make error actually say something useful (fixes #156798).
10421         * gst-libs/gst/riff/riff-media.c:
10422         (gst_riff_create_video_caps_with_data),
10423         (gst_riff_create_video_template_caps):
10424           Add Intel Video 5.0 fourcc (IV50).
10425
10426 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
10427
10428         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
10429         detection on mono and stereo mp3 files.
10430
10431 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10432
10433         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10434           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
10435           the contained stream).
10436
10437 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10438
10439         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
10440           Oops, remove debug.
10441
10442 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10443
10444         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10445
10446         * gst/law/alaw-decode.c: (alawdec_getcaps):
10447         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
10448           Prevent warnings when negotiating caps (fixes #159338).
10449
10450 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10451
10452         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10453         (gst_ffmpegcsp_chain):
10454           Remove old leftover that shouldn't be there...
10455
10456 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10457
10458         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10459
10460         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
10461           Don't forward DISCONT events (fixes #159684).
10462
10463 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10464
10465         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
10466           Unlink manually since sometimes bin disposal (and therefore
10467           pad unlinking) is delayed, which will cause a new media file
10468           to not be able to start playing instantly.
10469
10470 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10471
10472         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
10473           On mute of an unlinked stream, check for pad availability so
10474           we don't crash on unlinked pad.
10475
10476 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10477
10478         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10479         (gst_avi_demux_massage_index):
10480           Fix quite humiliating bug in omitting 0-sized index chunks but
10481           forgetting to count them for timestamps.
10482
10483 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10484
10485         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
10486           Actually leave the loop if we failed to sync. Don't crash.
10487
10488 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10489
10490         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
10491         (gst_dvd_demux_process_private):
10492         * gst/mpegstream/gstdvddemux.h:
10493           Fix crash (#159759). Doesn't work, though. :-(.
10494
10495 2004-11-28  Benjamin Otte  <otte@gnome.org>
10496
10497         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
10498           more overwriting protection due to modifying channels one by one
10499           instead of all at once
10500
10501 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10502
10503         * gst/audioconvert/gstchannelmix.c:
10504         (gst_audio_convert_fill_normalize):
10505           Normalize using absolute values.
10506
10507 2004-11-28  Julien MOUTTE  <julien@moutte.net>
10508
10509         * configure.ac:
10510         * ext/Makefile.am:
10511         * ext/directfb/Makefile.am:
10512         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
10513         (gst_directfbvideosink_get_pixel_format),
10514         (gst_directfbvideosink_get_format_from_fourcc),
10515         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
10516         (gst_directfbvideosink_sink_link),
10517         (gst_directfbvideosink_change_state),
10518         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
10519         (gst_directfbvideosink_buffer_alloc),
10520         (gst_directfbvideosink_interface_supported),
10521         (gst_directfbvideosink_interface_init),
10522         (gst_directfbvideosink_navigation_send_event),
10523         (gst_directfbvideosink_navigation_init),
10524         (gst_directfbvideosink_set_property),
10525         (gst_directfbvideosink_get_property),
10526         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
10527         (gst_directfbvideosink_base_init),
10528         (gst_directfbvideosink_class_init),
10529         (gst_directfbvideosink_get_type), (plugin_init):
10530         * ext/directfb/directfbvideosink.h: Adding a first version of
10531         directfbvideosink.
10532         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
10533         more.
10534
10535 2004-11-28  Benjamin Otte  <otte@gnome.org>
10536
10537         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
10538           walk the samples backwards if out_channels > in_channels so we don't
10539           overwrite data
10540
10541 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10542
10543         * gst/audioconvert/Makefile.am:
10544         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
10545         (gst_audio_convert_link), (gst_audio_convert_change_state),
10546         (gst_audio_convert_channels):
10547         * gst/audioconvert/gstchannelmix.c:
10548         (gst_audio_convert_unset_matrix),
10549         (gst_audio_convert_fill_identical),
10550         (gst_audio_convert_fill_compatible),
10551         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
10552         (gst_audio_convert_fill_others),
10553         (gst_audio_convert_fill_normalize),
10554         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
10555         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
10556         * gst/audioconvert/gstchannelmix.h:
10557           Implement a channel mixer.
10558
10559 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
10560
10561         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
10562         * ext/alsa/gstalsa.h:
10563         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
10564         Make alsasink actually honor gst_element_set_clock and use that
10565         clock instead of its internal one.
10566
10567 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
10568
10569         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
10570         (gst_play_base_bin_change_state): nullify source and decoder when
10571         going from READY to NULL so that we don't try to do weird stuff with
10572         them when going from NULL to READY
10573         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
10574         instead of g_object_unref
10575         (gen_video_element), (gen_audio_element): more refcounting fixes, now
10576         it should be correct
10577         (gst_play_bin_change_state): don't call remove_sinks if we are
10578         currently disposing the object
10579
10580 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10581
10582         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
10583           Don't forget bass if it's there. Else left channel is silent...
10584
10585 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10586
10587         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
10588         (gst_a52dec_change_state):
10589           Don't do sample adjusting anymore, we use float audio now.
10590         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
10591           Don't fixate to non-existing properties.
10592
10593 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10594
10595         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
10596         (gst_a52dec_change_state):
10597           Advertise that we can do surround sound.
10598
10599 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10600
10601         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
10602           Add buffer-frames=0.
10603         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
10604         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
10605         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
10606         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
10607         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
10608         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
10609         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
10610         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
10611         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
10612         * ext/dvdread/dvdreadsrc.h:
10613           Add seeking, querying for bytes, sectors, title, angle and
10614           chapter. Handle multiple chapters. Relicense to LGPL because
10615           Billy agreed on that (thanks Billy!).
10616
10617 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
10618
10619         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
10620         call parent dispose method
10621
10622 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
10623
10624         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
10625         (gst_audio_clock_get_internal_time):
10626         Fix active <-> inactive transitions: ensure time value always
10627         grows and avoid abrupt value changes.
10628
10629 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
10630
10631         * configure.ac:
10632         * gst/tta/Makefile.am:
10633         * gst/tta/crc32.h:
10634         * gst/tta/filters.h:
10635         * gst/tta/gsttta.c:
10636         * gst/tta/gstttadec.c:
10637         * gst/tta/gstttadec.h:
10638         * gst/tta/gstttaparse.c:
10639         * gst/tta/gstttaparse.h:
10640         * gst/tta/ttadec.h:
10641           added TTA parser and decoder
10642
10643 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10644
10645         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10646         (probe_triggered), (check_queue), (buffer_underrun),
10647         (buffer_running), (buffer_overrun), (gen_source_element),
10648         (setup_source):
10649         * gst/playback/gstplaybasebin.h:
10650           Implement buffering. Needs some more work.
10651
10652 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10653
10654         * ext/theora/theoradec.c: (theora_dec_chain):
10655           Fix ilog mask range overflow.
10656
10657 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10658
10659         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
10660           Don't omit the last (which in case of dmix is the only :) )
10661           channel count. Don't set channels if <= 2.
10662
10663 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
10664
10665         * gst/playback/gstplaybin.c: (gen_video_element),
10666         (gen_audio_element): Removed 2 obsolete comments
10667
10668 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10669
10670         * ext/vorbis/oggvorbisenc.c
10671         * ext/vorbis/vorbisenc.c :
10672           change description fields of those plugins to differentiate them
10673           (pitivi show Encoders by description, they had the same one)
10674
10675 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
10676
10677         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10678
10679         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
10680         (gst_play_bin_set_property), (gen_video_element),
10681         (gen_audio_element):
10682           Refcounting fixes for provided audio-/videosinks.
10683
10684 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10685
10686         * gst/playback/gstplaybin.c: (gen_video_element),
10687         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
10688           Don't reference all sinks, but only the video- and audiosinks.
10689           The vis. element should be disposed when we're done with it.
10690           We don't have any reason to keep it around. This fixes warnings
10691           when reusing playbin for playing multiple audio files with
10692           vis. enabled. Also release audio device on pause - idea stolen
10693           from Rhythmbox.
10694
10695 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10696
10697         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
10698         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
10699         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
10700         * ext/alsa/gstalsaplugin.c: (plugin_init):
10701         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
10702         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
10703         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
10704         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
10705         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
10706         (gst_faad_change_state), (plugin_init):
10707         * ext/faad/gstfaad.h:
10708         * ext/vorbis/vorbis.c: (plugin_init):
10709         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10710         * gst-libs/gst/audio/Makefile.am:
10711         * gst-libs/gst/audio/audio.c: (plugin_init):
10712         * gst-libs/gst/audio/multichannel.c:
10713         (gst_audio_check_channel_positions),
10714         (gst_audio_get_channel_positions),
10715         (gst_audio_set_channel_positions),
10716         (gst_audio_set_structure_channel_positions_list),
10717         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
10718         (gst_audio_fixate_channel_positions):
10719         * gst-libs/gst/audio/multichannel.h:
10720         * gst-libs/gst/audio/testchannels.c: (main):
10721         * gst/audioconvert/gstaudioconvert.c:
10722         (gst_audio_convert_class_init), (gst_audio_convert_init),
10723         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
10724         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
10725         (gst_audio_convert_fixate), (gst_audio_convert_channels):
10726         * gst/audioconvert/plugin.c: (plugin_init):
10727           Surround sound support.
10728
10729 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10730
10731         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
10732           Fix position for discont if we're close as well. Nitpicking, but
10733           saves a few milliseconds of extra waiting or skipping.
10734
10735 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10736
10737         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
10738           We sometimes need parsers for playback, so add those too.
10739
10740 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10741
10742         * configure.ac:
10743         * gst/apetag/Makefile.am:
10744         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
10745         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
10746         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
10747         (gst_ape_demux_get_src_query_types),
10748         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
10749         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
10750         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
10751         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
10752         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
10753         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
10754         (gst_ape_demux_change_state):
10755         * gst/apetag/apedemux.h:
10756         * gst/apetag/apetag.c: (plugin_init):
10757         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
10758         (plugin_init):
10759           APE v1/2 tag reader plus typefind function.
10760
10761 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10762
10763         * configure.ac:
10764         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
10765         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
10766           Remove hacks for older core. Require newer core version
10767           accordingly.
10768
10769 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10770
10771         * gst/cdxaparse/Makefile.am:
10772         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
10773         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
10774         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
10775         * gst/cdxaparse/gstcdxaparse.h:
10776         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
10777         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
10778         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
10779         (gst_cdxastrip_get_src_query_types),
10780         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
10781         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
10782         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
10783         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
10784         * gst/cdxaparse/gstcdxastrip.h:
10785           SVCD/VCD header stripping separated from CDXA image parsing.
10786         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10787         (plugin_init):
10788           Add VCD/SVCD header typefinding for VCD/SVCD.
10789         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
10790         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
10791         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
10792         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
10793         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
10794         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
10795         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
10796         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
10797         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
10798         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
10799         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
10800         * sys/vcd/vcdsrc.h:
10801           Fix up, add seeking, querying, URI interface. Works in totem now.
10802
10803 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10804
10805         * configure.ac:
10806           back to CVS
10807
10808 === release 0.8.6 ===
10809
10810 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10811
10812         * NEWS:
10813         * RELEASE:
10814         * configure.ac:
10815         * po/af.po:
10816         * po/az.po:
10817         * po/cs.po:
10818         * po/en_GB.po:
10819         * po/hu.po:
10820         * po/it.po:
10821         * po/nb.po:
10822         * po/nl.po:
10823         * po/or.po:
10824         * po/sq.po:
10825         * po/sr.po:
10826         * po/sv.po:
10827         * po/uk.po:
10828           releasing 0.8.6, "IOU Love"
10829
10830 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10831
10832         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
10833
10834         * gst/playback/gstplaybasebin.c:
10835           Fix unplayable files error handling.  Fixes #158365
10836
10837 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10838
10839         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
10840
10841         * gst/typefind/gsttypefindfunctions.c:
10842           Fix broken mp3 typefinding.  Fixes #158375
10843
10844 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10845
10846         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
10847
10848         * ext/ogg/gstoggdemux.c:
10849           Fix sync on broken files.  Fixes #158976
10850
10851 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10852
10853         patch by: Edward Hervey <bilboed@bilboed.com>
10854
10855         * ext/libpng/gstpngenc.c:
10856           Copy over buffer properties.  Fixes #158832
10857
10858 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10859
10860         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
10861
10862         * ext/dvdread/dvdreadsrc.c:
10863           Fixes invalid reads (#158462)
10864
10865 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10866
10867         * sys/v4l/gstv4lsrc.c:
10868         * sys/v4l/gstv4lsrc.h:
10869         * sys/v4l/v4lsrc_calls.c:
10870           Probe less and cache it.  Fixes #159187.
10871
10872 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10873
10874         * gst/videorate/gstvideorate.c:
10875           Handle all video formats. Fixes #159186.
10876
10877 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
10878         * gst/synaesthesia/gstsynaesthesia.c:
10879         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
10880         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
10881         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
10882         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
10883         (gst_synaesthesia_change_state), (plugin_init):
10884         Fix up synaesthesia to work under different samplerates/ buffer sizes.
10885         Force 320x200 output, as that's the only thing the underlying
10886         synaesthesia implementation supports. Still needs to be made
10887         re-entrant.
10888
10889 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10890
10891         * configure.ac:
10892           Fix mpeg2enc configure check (similar to mplex check below).
10893
10894 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
10895
10896         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10897
10898         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10899           Fix for gcc-2.95 (fixes #158221).
10900
10901 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10902
10903         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
10904           Re-add clock distribution hack (until new core is released).
10905           Fixes #158125.
10906
10907 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
10908         * configure.ac:
10909           fix mplex configure check segfaulting on some systems (bug #140994)
10910
10911 2004-11-13  Benjamin Otte  <otte@gnome.org>
10912
10913         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
10914           add debugging
10915         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10916           do a wait when we enter the loop func with no data available to
10917           write instead of getting into an 100% CPU loop by just returning and
10918           being called again by the scheduler
10919
10920 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
10921
10922         * configure.ac:
10923         * ext/libvisual/visual.c: (gst_visual_get_type),
10924         (libvisual_log_handler), (gst_visual_getcaps),
10925         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
10926         (plugin_init):
10927           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
10928         * ext/smoothwave/Makefile.am:
10929         * ext/smoothwave/demo-osssrc.c: (main):
10930         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
10931         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
10932         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
10933         (plugin_init):
10934         * ext/smoothwave/gstsmoothwave.h:
10935           Make gstsmoothwave a working element in the 20th century.
10936
10937         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
10938           Fix incorrect link function
10939
10940 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10941
10942         * gst/volume/gstvolume.c:
10943           Allow buffer-frames=0.
10944
10945 2004-11-12 Iain <iaingnome@gmail.com>
10946
10947         * configure.ac: Check for polypaudio
10948
10949         * ext/Makefile.am: Build the polyp dir
10950
10951         * ext/polyp: The polypsink sources.
10952
10953 2004-10-30 Iain <iaingnome@gmail.com>
10954
10955         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
10956         caps to reflect the new number of channels.
10957
10958 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10959
10960         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10961           Fix for negotiation order problem. This would show when the
10962           ALSA loopfuction was called before any other function. ALSA
10963           wouldn't do anything because we're not negotiated yet, leading
10964           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
10965
10966 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10967
10968         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10969
10970         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
10971           No warnings (#157986).
10972
10973 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10974
10975         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10976           Prefer apev1/2 and id3v1 (at end of file) over musepack.
10977
10978 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10979
10980         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
10981           Signal no-more-pads (so it works in playbin).
10982
10983 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10984
10985         * ext/musepack/gstmusepackreader.cpp:
10986           Workaround for older core.
10987
10988 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10989
10990         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
10991           Actually test for odd width/height rather than testing whether
10992           a temporary variable that was 0 before we subtracted 1 is now
10993           not equal to zero (which it always is).
10994
10995 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10996
10997         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
10998         Fix compilation if HAVE_XVIDEO is not defined
10999
11000 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11001
11002         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
11003         Fix compilation if HAVE_XVIDEO is not defined
11004
11005 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
11006
11007         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11008         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
11009         (gst_goom_change_state), (plugin_init):
11010         Use the bytestream adapter so goom doesn't depend on the input
11011         buffer size.
11012         Add a debug category
11013
11014 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11015
11016         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
11017           Only set hardware parameters *after* negotiation. Before
11018           negotiation, it will set ANY and that seems to cause crashes
11019           (see e.g. #151288, #153227).
11020
11021 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11022
11023         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
11024           This seems to be antique leftover. It needs to pass error
11025           checking.
11026         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
11027         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
11028         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
11029         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
11030           Fix GstXOverlay implementation (#151059).
11031
11032 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11033
11034         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11035           Don't assert (#157853).
11036
11037 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11038
11039         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
11040           Fix bytes/samples confustion.
11041         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
11042           Fix for underrun (#144389).
11043
11044 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11045
11046         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
11047           Disable halfway-seek for pending release (since it needs a new
11048           core release).
11049
11050 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11051
11052         * sys/v4l/gstv4lsrc.c:
11053         * sys/v4l/gstv4lsrc.h:
11054         * sys/v4l/v4lsrc_calls.c:
11055           add autoprobe-fps property so we can separate autoprobing parts
11056
11057 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11058
11059         * sys/v4l/gstv4lsrc.c:
11060         * sys/v4l/v4lsrc_calls.c:
11061         initialise fourcc to catch unset fourcc's, and debug
11062
11063 2004-11-09  Wim Taymans  <wim@fluendo.com>
11064
11065         * gst/playback/README:
11066         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
11067         * gst/playback/gstplaybin.c: (gst_play_bin_init),
11068         (gst_play_bin_dispose), (gst_play_bin_set_property),
11069         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
11070         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
11071         (gst_play_bin_get_formats), (gst_play_bin_convert),
11072         (gst_play_bin_get_query_types), (gst_play_bin_query):
11073         Cleanups and some more documentation.
11074
11075 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
11076
11077         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
11078         (gst_cacasink_init), (gst_cacasink_chain):
11079         * ext/libcaca/gstcacasink.h:
11080         Cacasink inherits from VideoSink, so let that store the clock.
11081
11082 2004-11-09  Wim Taymans  <wim@fluendo.com>
11083
11084         * gst/playback/README:
11085         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
11086         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
11087         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
11088         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
11089         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
11090         (setup_sinks):
11091         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
11092         (gst_stream_info_is_mute), (gst_stream_info_set_property):
11093         * gst/playback/gststreaminfo.h:
11094         Updated README.
11095         Only switch groups if all streams have muted (EOSed).
11096         Send Tags in sync with the stream playback instead of in
11097         the playback/preroll phase.
11098         Some cleanups, free the fakesrc elements.
11099
11100 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11101
11102         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
11103           buffer-frames property was missing
11104         * ext/arts/gst_arts.c:
11105           rate missing from sinkcaps
11106         * ext/audiofile/gstafparse.c:
11107         * ext/audiofile/gstafsink.c:
11108         * ext/audiofile/gstafsrc.c:
11109         * ext/swfdec/gstswfdec.c:
11110           int audio doesn't know buffer-frames
11111         * ext/cdparanoia/gstcdparanoia.c:
11112           int audio doesn't know chunksize either
11113         * ext/nas/nassink.c:
11114           it's endianness, not endianess
11115         * gst-libs/gst/audio/audio.h:
11116           make float standard pad template caps really describe float
11117         * gst/law/mulaw.c: (linear_factory):
11118           signed only, please
11119         * gst/mpegstream/gstdvddemux.c:
11120           widths of 20 are not valid
11121
11122 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11123
11124         Submitted by: Luca Ferretti <elle.uca@infinito.it>
11125
11126         * po/LINGUAS:
11127         * po/it.po:
11128           Add Italian
11129
11130 2004-11-08  Wim Taymans  <wim@fluendo.com>
11131
11132         * gst/playback/README:
11133         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
11134         * gst/playback/gstplaybasebin.c: (probe_triggered),
11135         (gst_play_base_bin_change_state):
11136         Updated README, added more comments for fixmes etc..
11137
11138 2004-11-08  Wim Taymans  <wim@fluendo.com>
11139
11140         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11141         We can remove this hack now.
11142
11143 2004-11-08  Wim Taymans  <wim@fluendo.com>
11144
11145         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
11146         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
11147         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
11148         Only mix AYUV for maximum quality.
11149
11150 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11151
11152         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
11153         (gst_ogg_demux_push), (gst_ogg_pad_push):
11154           Let's act as if we're synchronized now! :).
11155         * ext/theora/theoradec.c: (theora_dec_chain):
11156           Add some debug.
11157
11158 2004-11-08  Wim Taymans  <wim@fluendo.com>
11159
11160         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
11161         (gst_alpha_set_property), (gst_alpha_sink_link),
11162         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
11163         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
11164         (gst_alpha_init_params), (gst_alpha_chain):
11165         Implement alpha functions for AYUV too, this increases
11166         accuracy quite a bit.
11167
11168 2004-11-08  Wim Taymans  <wim@fluendo.com>
11169
11170         * gst/ffmpegcolorspace/avcodec.h:
11171         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11172         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11173         (gst_ffmpegcsp_avpicture_fill):
11174         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11175         (gst_ffmpegcsp_caps_remove_format_info):
11176         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
11177         (shrink12), (img_get_alpha_info), (deinterlace_line),
11178         (deinterlace_line_inplace):
11179         * gst/ffmpegcolorspace/imgconvert_template.h:
11180         Added AYUV colorspace and handle RGBA a bit more respectful.
11181
11182 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11183
11184         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11185           Actually always send a discont (cornercase when resending the
11186           same serial-tagged chain twice).
11187
11188 2004-11-08  Julien MOUTTE  <julien@moutte.net>
11189
11190         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
11191         (gst_ximagesink_finalize):
11192         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
11193         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
11194
11195 2004-11-08  Wim Taymans  <wim@fluendo.com>
11196
11197         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
11198         Don't segfault on NULL data.
11199
11200 2004-11-08  Wim Taymans  <wim@fluendo.com>
11201
11202         * gst/playback/gstdecodebin.c: (unlinked):
11203         * gst/playback/gstplay-marshal.list:
11204         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11205         (gst_play_base_bin_init), (group_create), (get_active_group),
11206         (get_building_group), (group_destroy), (group_commit),
11207         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
11208         (add_element_stream), (no_more_pads), (probe_triggered),
11209         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
11210         (state_change), (setup_source), (gst_play_base_bin_get_property),
11211         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
11212         (gst_play_base_bin_link_stream),
11213         (gst_play_base_bin_get_streaminfo):
11214         * gst/playback/gstplaybasebin.h:
11215         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11216         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
11217         Add support for chained ogg files. Prepare for playlist
11218         support. This patch introduces the concept of pad groups, which
11219         together compose one playable media file.
11220
11221 2004-11-07  David Schleef  <ds@schleef.org>
11222
11223         * testsuite/gst-lint: Check for pad templates that aren't statically
11224         scoped.
11225
11226 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11227
11228         * configure.ac:
11229         * ext/Makefile.am:
11230         * ext/musepack/Makefile.am:
11231         * ext/musepack/gstmusepackdec.cpp:
11232         * ext/musepack/gstmusepackdec.h:
11233         * ext/musepack/gstmusepackreader.cpp:
11234         * ext/musepack/gstmusepackreader.h:
11235           Add musepack decoder.
11236         * ext/faad/gstfaad.c: (gst_faad_base_init):
11237           Make pad templates static.
11238         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
11239         (plugin_init):
11240           Add musepack typefinder, make mp3 typefinding work halfway stream,
11241           which doesn't actually work yet because id3demux doesn't implement
11242           _get_length().
11243
11244 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11245
11246         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11247         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
11248           Fix interrupt event handling (#144436).
11249
11250 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11251
11252         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
11253           Hide unused glory.
11254
11255 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11256
11257         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11258
11259         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11260           Fix weird caps (#157548).
11261
11262 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11263
11264         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11265
11266         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
11267           Add missing NULL terminator (#157543).
11268
11269 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11270
11271         * gst/tcp/gsttcp.h:
11272         * gst/tcp/gsttcpclientsink.c:
11273         * gst/tcp/gsttcpclientsrc.c:
11274         * gst/tcp/gsttcpserversink.c:
11275         * gst/tcp/gsttcpserversrc.c:
11276           ports can go up to 65535.  Move common defines to gsttcp.h
11277
11278 2004-11-05  Wim Taymans  <wim@fluendo.com>
11279
11280         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
11281         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
11282         Added two more colorspaces.
11283
11284 2004-11-05  Wim Taymans  <wim@fluendo.com>
11285
11286         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11287         (gst_ffmpegcsp_avpicture_fill):
11288         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
11289         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
11290         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
11291         More stride fixes.
11292
11293 2004-11-05  Wim Taymans  <wim@fluendo.com>
11294
11295         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
11296         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
11297         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
11298         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
11299         (gst_videomixer_loop):
11300         More stride fixes.
11301
11302 2004-11-05  Benjamin Otte  <otte@gnome.org>
11303
11304         * ext/mad/gstmad.c: (gst_mad_chain):
11305           don't overflow data buffer. Flush not needed sync data when syncing
11306           failed.
11307
11308 2004-11-04  Wim Taymans  <wim@fluendo.com>
11309
11310         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
11311         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
11312         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
11313         (gst_alpha_init_params), (gst_alpha_chain),
11314         (gst_alpha_change_state):
11315         Updated the chroma keying algorithm with something more
11316         sophisticated.
11317
11318 2004-11-03  Wim Taymans  <wim@fluendo.com>
11319
11320         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
11321         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
11322         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
11323         Fix stride issues. Does not completely work for odd
11324         heights.
11325
11326 2004-11-03  Wim Taymans  <wim@fluendo.com>
11327
11328         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
11329         (gst_alpha_chroma_key), (gst_alpha_chain):
11330         Fix stride issues. Does not completely work for odd
11331         heights.
11332
11333 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
11334
11335         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
11336         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
11337         leak fixes
11338
11339 2004-11-03  Wim Taymans  <wim@fluendo.com>
11340
11341         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11342         (gst_ffmpegcsp_avpicture_fill):
11343         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
11344         (avpicture_alloc):
11345         * gst/ffmpegcolorspace/imgconvert_template.h:
11346         Use correct _fill function to get correct strides.
11347
11348 2004-11-02  David Schleef  <ds@schleef.org>
11349
11350         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11351         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
11352         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
11353         Change all g_print()s to debugging.  Add a bunch of consistency
11354         checks.
11355
11356 2004-11-02  Wim Taymans  <wim@fluendo.com>
11357
11358         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
11359         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
11360         (unlinked), (no_more_pads), (close_link):
11361         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11362         (unknown_type), (add_element_stream), (new_decoded_pad),
11363         (removed_decoded_pad), (setup_source):
11364         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
11365         (gst_stream_info_class_init), (gst_stream_info_init),
11366         (gst_stream_info_new), (gst_stream_info_dispose),
11367         (stream_info_mute_pad), (gst_stream_info_set_property),
11368         (gst_stream_info_get_property):
11369         * gst/playback/gststreaminfo.h:
11370         Fix playback of multiple files.
11371         a slightly different approach to handling dynamic pad removals.
11372         This one only looks at pads that we have linked.
11373
11374 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
11375
11376         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
11377         free" warning from libc.
11378
11379 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11380
11381         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
11382         (get_unconnected_element), (remove_starting_from), (pad_removed),
11383         (close_link):
11384           Implement support for dynamic pad changing. We listen to "live"
11385           pad removals (i.e. while playing) and re-setup autoplugging
11386           after that. Playbasebin/playbin need some more work for this
11387           to finally work, but decodebin supports (and replugs) chained
11388           ogg now.
11389
11390 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
11391
11392         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
11393         (gst_alsa_finalize):
11394         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
11395         (gst_cdaudio_finalize):
11396         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
11397         (cdparanoia_finalize):
11398         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
11399         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
11400         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
11401         (dvdreadsrc_finalize):
11402         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
11403         (gst_flacdec_finalize):
11404         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
11405         (gst_flacenc_finalize):
11406         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
11407         (gst_gnomevfssink_finalize):
11408         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
11409         (gst_gnomevfssrc_finalize):
11410         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
11411         (gst_fameenc_finalize):
11412         * ext/nas/nassink.c: (gst_nassink_class_init),
11413         (gst_nassink_finalize):
11414         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
11415         (gst_sdlvideosink_class_init):
11416         * ext/sndfile/gstsf.c: (gst_sf_dispose):
11417         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
11418         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
11419         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
11420         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
11421         (gst_x_window_listener_dispose):
11422         * gst/audioscale/gstaudioscale.c:
11423         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
11424         (play_on_demand_finalize):
11425         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
11426         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
11427         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
11428         (cdplayer_finalize):
11429         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
11430         (gst_glimagesink_class_init):
11431         * sys/oss/gstosselement.c: (gst_osselement_class_init),
11432         (gst_osselement_finalize):
11433         * sys/oss/gstosssink.c: (gst_osssink_dispose):
11434         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
11435         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
11436           Fixes a bunch of problems with finalize and dispose functions,
11437           either assumptions that dispose is only called once, or not calling
11438           the parent class dispose/finalize function
11439
11440 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
11441
11442         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
11443           added two api precondition guards
11444           use g_strdup with getenv to fix crash when using ENVVAR
11445
11446 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
11447         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11448         (gst_esdsink_finalize):
11449         Use a finalize function, not dispose, and more importantly,
11450         call the parent class finalize function too
11451
11452 2004-11-01  Johan Dahlin  <johan@gnome.org>
11453
11454         * ext/ogg/gstoggdemux.c:
11455         * gst/tags/gstvorbistag.c:
11456         Plug leaks.
11457
11458 2004-10-31  Benjamin Otte  <otte@gnome.org>
11459
11460         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
11461           lotsa memleaks today. But they're all small...
11462
11463 2004-10-31  Benjamin Otte  <otte@gnome.org>
11464
11465         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11466           another memleak crushed
11467
11468 2004-10-31  Benjamin Otte  <otte@gnome.org>
11469
11470         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
11471           fix memleak
11472
11473 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11474
11475         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11476           Hack to prevent crash when going to READY inside signal handler
11477           while this function is active.
11478
11479 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11480
11481         * gst/ffmpegcolorspace/Makefile.am:
11482         * gst/ffmpegcolorspace/avcodec.h:
11483         * gst/ffmpegcolorspace/common.h:
11484         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
11485         * gst/ffmpegcolorspace/dsputil.h:
11486         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
11487         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11488         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11489         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
11490         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
11491         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
11492         (gst_ffmpegcsp_avpicture_fill):
11493         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
11494         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11495         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
11496         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
11497         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
11498         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
11499         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
11500         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
11501         * gst/ffmpegcolorspace/imgconvert.c:
11502         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
11503         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
11504         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
11505         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
11506         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
11507         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
11508         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
11509         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
11510         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
11511         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
11512         (grow21), (grow22), (grow41), (grow44), (conv411),
11513         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
11514         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
11515         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
11516         (avpicture_free), (is_yuv_planar), (img_convert),
11517         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
11518         (deinterlace_line_inplace), (deinterlace_bottom_field),
11519         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
11520         * gst/ffmpegcolorspace/imgconvert_template.h:
11521         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
11522         * gst/ffmpegcolorspace/mmx.h:
11523         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
11524         (av_fast_realloc), (av_mallocz_static), (av_free_static),
11525         (av_freep), (avcodec_get_context_defaults),
11526         (avcodec_alloc_context), (avcodec_init):
11527           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
11528           handling plus update from ffmpeg CVS. Large clean-up.
11529
11530 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11531
11532         * gst/playback/Makefile.am:
11533           We need the marshallers for decodebin, too.
11534
11535 2004-10-30  David Schleef  <ds@schleef.org>
11536
11537         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
11538           quicktime typefinding work with 64-bit offsets.
11539
11540 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
11541
11542         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
11543           Set EOS on the element when processing an EOS event.
11544         * ext/speex/gstspeexdec.h:
11545         * ext/speex/gstspeexenc.h:
11546           Only keep a const ptr to the mode
11547         * gst-libs/gst/riff/riff-media.c:
11548         (gst_riff_create_audio_caps_with_data),
11549         (gst_riff_create_audio_template_caps):
11550           Allow WMAV3, with up to 6 channels.
11551         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
11552           Don't call gst_pad_set_event_function on a sink pad.
11553         * gst/mpegstream/gstdvddemux.c:
11554         (gst_dvd_demux_get_subpicture_stream),
11555         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
11556           Copy the explicit caps that were set across to the cur_* pads,
11557           instead of trying to use a possibly non-existent negotiated caps.
11558           Reset the type of subpicture pads to UNKNOWN after calling
11559           init_stream, so that the caps get set.
11560
11561 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
11562
11563         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11564
11565         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
11566           Don't touch buffer if it is of size 0 (fixes #151064).
11567
11568 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11569
11570         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
11571           Synchronized discont handling.
11572
11573 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11574
11575         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
11576         (gst_ogg_demux_push):
11577           Make seeking sort-of exact again (fixes #156387).
11578
11579 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11580
11581         * gst/playback/gstplaybasebin.c: (unknown_type),
11582         (add_element_stream), (new_decoded_pad),
11583         (gst_play_base_bin_change_state):
11584         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
11585         (gst_stream_info_init), (gst_stream_info_new),
11586         (gst_stream_info_dispose), (gst_stream_info_get_property):
11587         * gst/playback/gststreaminfo.h:
11588           Make caps explicitely available. Makes testing for unsupported
11589           types possible. Improves error reporting.
11590
11591 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11592
11593         * gst/audioconvert/gstaudioconvert.c:
11594         (gst_audio_convert_buffer_to_default_format):
11595           Really don't touch read-only buffers (#156563).
11596
11597 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
11598
11599         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11600
11601         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
11602           Fix memleak (#155223).
11603
11604 2004-10-29  Wim Taymans  <wim@fluendo.com>
11605
11606         * gst/tcp/.cvsignore:
11607         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
11608         (gst_multifdsink_class_init), (gst_multifdsink_init),
11609         (gst_multifdsink_add), (gst_multifdsink_remove),
11610         (gst_multifdsink_remove_client_link), (is_sync_frame),
11611         (gst_multifdsink_new_client),
11612         (gst_multifdsink_handle_client_write),
11613         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11614         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11615         (gst_multifdsink_get_property):
11616         * gst/tcp/gstmultifdsink.h:
11617         Added burst on connect sync_method, deprecated sync_clients,
11618         streamlined the sync code some more.
11619
11620 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11621
11622         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
11623         (gst_play_base_bin_change_state):
11624           Improve error reporting.
11625
11626 2004-10-28  Wim Taymans  <wim@fluendo.com>
11627
11628         * gst/tcp/Makefile.am:
11629         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
11630         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
11631         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
11632         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11633         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11634         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11635         (gst_fdset_wait):
11636         Added more locks around fdset structures. Fixed/reworked
11637         the poll array resizing code.
11638         Added stress test for fdset.
11639
11640 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11641
11642         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
11643         fix build
11644
11645 2004-10-28  Benjamin Otte  <otte@gnome.org>
11646
11647         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
11648           fix link function to always query channels and query width for
11649           floats
11650         * configure.ac:
11651           add equalizer dir
11652         * gst/equalizer/Makefile.am:
11653         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
11654         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
11655         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
11656         (arg_to_scale), (setup_filter),
11657         (gst_iir_equalizer_compute_frequencies),
11658         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
11659         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
11660         (plugin_init):
11661           add an equalizer
11662
11663 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11664
11665         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
11666
11667         * po/LINGUAS:
11668         * po/nb.po:
11669           Added Norwegian Bokmaal translation
11670
11671 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11672
11673         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11674           Don't break on options (fixes #156488).
11675
11676 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11677
11678         * configure.ac:
11679         * ext/cdaudio/Makefile.am:
11680         * sys/Makefile.am:
11681           fix build on older automake
11682
11683 2004-10-26  Wim Taymans  <wim@fluendo.com>
11684
11685         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
11686         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
11687         Allow a little margin when negotiating the framerate.
11688
11689 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
11690
11691         * gst/level/gstlevel.c:
11692           synchonised naming of pads and pad-templates
11693
11694 2004-10-26  Wim Taymans  <wim@fluendo.com>
11695
11696         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
11697         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
11698         (_find_streams_check), (gst_ogg_demux_push):
11699         Fix EOS again. Needs to be done in a better way. We should not
11700         remove the pad if there is no new chained stream.
11701
11702 2004-10-26 Iain <iaingnome@gmail.com>
11703
11704         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
11705         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
11706         of the caps.
11707         * gst/interleave/interleave.c (interleave_class_init): Hook up release
11708         pad.
11709         (interleave_release_pad): Remove the pad.
11710         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
11711         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
11712         the set device.
11713         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
11714         attrs
11715         (gst_xvimagesink_xcontext_clear): Free the xcontext.
11716         (gst_xvimagesink_finalize): Free the par.
11717
11718 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11719
11720         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
11721         (gst_avimux_stop_file):
11722           First calculate the rate, and only then use it. Hdr.rate is a
11723           multiple and not a derivative of hdr.scale. Scale is not the
11724           same as blockalign but is solely related to rate.
11725
11726 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11727
11728         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11729         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
11730           Implement seeking.
11731
11732 2004-10-25  James Henstridge  <james@jamesh.id.au>
11733
11734         Reviewed by:  David Schleef  <ds@schleef.org>
11735
11736         * examples/gstplay/player.c: (got_stream_length), (main):
11737         * examples/seeking/cdplayer.c: (update_scale):
11738         * examples/seeking/seek.c: (format_value), (update_scale):
11739         * examples/seeking/spider_seek.c: (format_value), (update_scale),
11740         (stop_seek):
11741         Build fixes on AMD64.
11742
11743 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11744
11745         reviewed by: Ronald Bultje <rbultje at gnome dot org>
11746
11747         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
11748         Fix for some v4l cards which hang in v4lsrc
11749
11750 2004-10-25  Wim Taymans  <wim@fluendo.com>
11751
11752         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
11753         (gst_ogg_demux_push), (gst_ogg_chains_clear):
11754         Make sure to remove the pad when a new chain is
11755         encountered. Set some vars to NULL so we don't try
11756         to reference freed memory.
11757
11758 2004-10-25  Wim Taymans  <wim@fluendo.com>
11759
11760         * examples/seeking/Makefile.am:
11761         * examples/seeking/cdplayer.c: (update_scale):
11762         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
11763         * examples/seeking/playbin.c: (make_playerbin_pipeline),
11764         (format_value), (update_scale), (iterate), (start_seek),
11765         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
11766         (print_usage), (main):
11767         Added some more examples, update others.
11768
11769 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11770
11771         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
11772         * ext/speex/gstspeexdec.c: (speex_dec_chain):
11773         * ext/theora/theoradec.c: (theora_dec_chain):
11774         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
11775           Add codec-name metadata.
11776
11777 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
11778
11779         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11780
11781         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11782         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11783         * ext/alsa/gstalsamixertrack.h:
11784         * po/POTFILES.in:
11785           ALSA mixer track label internationalization (#154054).
11786
11787 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11788
11789         * ext/theora/theoradec.c: (theora_dec_chain):
11790           Export bitrate as metadata.
11791
11792 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11793
11794         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11795         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11796         * ext/alsa/gstalsamixertrack.h:
11797           Fix names, fix loop.
11798
11799 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11800
11801         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
11802         (speex_dec_convert):
11803           sinkconvert function so oggdemux can get the file length (totem).
11804
11805 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
11806
11807         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11808
11809         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
11810           Don't push incomplete packets.
11811         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
11812           Fix MPEG-4 audio typefinding.
11813
11814 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11815
11816         * sys/v4l/Makefile.am:
11817         * sys/v4l/gstv4l.c: (plugin_init):
11818         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
11819         (gst_v4lelement_init), (gst_v4lelement_dispose),
11820         (gst_v4lelement_change_state):
11821         * sys/v4l/gstv4lelement.h:
11822         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
11823         (gst_v4l_xoverlay_close), (idle_refresh),
11824         (gst_v4l_xoverlay_set_xwindow_id):
11825         * sys/v4l/gstv4lxoverlay.h:
11826         * sys/v4l/v4l-overlay_calls.c:
11827         * sys/v4l/v4l_calls.h:
11828         * sys/v4l2/Makefile.am:
11829         * sys/v4l2/gstv4l2.c: (plugin_init):
11830         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
11831         (gst_v4l2element_init), (gst_v4l2element_dispose),
11832         (gst_v4l2element_change_state):
11833         * sys/v4l2/gstv4l2element.h:
11834         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
11835         (gst_v4l2_xoverlay_close), (idle_refresh),
11836         (gst_v4l2_xoverlay_set_xwindow_id):
11837         * sys/v4l2/gstv4l2xoverlay.h:
11838         * sys/v4l2/v4l2-overlay_calls.c:
11839         * sys/v4l2/v4l2_calls.h:
11840           Remove client-side overlay handling, use the X-server v4l plugin
11841           for that. Nicer overlay, less code. Also make the plugin
11842           compileable without X (but then without overlay, obviously).
11843           Makes xwindowlistener obsolete, should we remove that?
11844
11845 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11846
11847         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
11848         (gst_osssrc_src_query):
11849         * sys/oss/gstosssrc.h:
11850           OK, so people want offset in DEFAULT. This time, actually fix all
11851           cases.
11852         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
11853           Add FPS properly.
11854
11855 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11856
11857         * gst/asfdemux/gstasfmux.c:
11858         * gst/avi/gstavimux.c:
11859           Framerate.
11860
11861 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11862
11863         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
11864           Fix properties (channel, norm, frequency).
11865
11866 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11867
11868         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
11869           Flag typo.
11870         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
11871           No warnings.
11872
11873 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11874
11875         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
11876           Fix hang.
11877
11878 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11879
11880         * sys/v4l2/gstv4l2element.h:
11881           Yet Another Hack (tm) for kernel header borkedness.
11882         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
11883         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
11884         (gst_v4l2src_link), (gst_v4l2src_getcaps),
11885         (gst_v4l2src_change_state):
11886         * sys/v4l2/gstv4l2src.h:
11887         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
11888         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
11889           Fix caps, keep track of state, work.
11890
11891 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11892
11893         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
11894           Quiet.
11895
11896 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11897
11898         * sys/oss/gstosssrc.c: (gst_osssrc_get):
11899           Don't mix bytes and samples.
11900
11901 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11902
11903         * ext/ogg/gstoggmux.c:
11904           Basic pad template which accepts OGM tracks, speex, flac, vorbis
11905           and theora. Any is incorrect.
11906         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
11907           Fix caps.
11908         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
11909         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
11910         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
11911         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
11912         * sys/v4l/gstv4lmjpegsrc.h:
11913         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
11914         (gst_v4lsrc_change_state):
11915         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
11916         (gst_v4lmjpegsrc_capture_stop):
11917           Fix caps. Keep track of internal state. Work.
11918
11919 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11920
11921         * ext/Makefile.am:
11922           Fix the build fixes.
11923
11924 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11925
11926         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
11927         (gst_ogg_demux_src_event), (_find_chain_seek),
11928         (gst_ogg_pad_push):
11929           Check for pad availability before using it.
11930         * ext/ogg/gstoggdemux.c: (_find_chain_process):
11931           Fix parsing of chained ogg. Needs more work on the decoder side.
11932
11933 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11934
11935         * gst/spectrum/Makefile.am:
11936         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
11937         (idle_func):
11938           Fix demo and reenable it. Yes, I'm currently playing with audio
11939           analysis tools
11940
11941 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11942
11943         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11944           We love it if files that start at zero work too...
11945
11946 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11947
11948         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
11949           Handle files with missing EOS headers.
11950
11951 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11952
11953         * gst/tcp/gsttcpserversink.c:
11954         (gst_tcpserversink_handle_server_read),
11955         (gst_tcpserversink_init_send):
11956         Zero some variables first (need for accept not to return EINVAL)
11957
11958 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11959
11960         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
11961         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
11962         * ext/theora/theoradec.c: (theora_dec_sink_convert),
11963         (theora_dec_chain):
11964         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
11965         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
11966           Seeking and querying finetune.
11967
11968 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11969
11970         * configure.ac:
11971         * ext/Makefile.am:
11972         * ext/raw1394/Makefile.am:
11973           fix the build
11974
11975 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11976
11977         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
11978           Wrong return.
11979         * gst/playback/Makefile.am:
11980         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
11981         * gst/playback/gstplay-marshal.list:
11982         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
11983           Fix marshallers.
11984
11985 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11986
11987         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
11988           Silence.
11989
11990 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11991
11992         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
11993         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
11994         (gst_ogg_pad_push):
11995           Yay for non-lineair granulepos in theora.
11996
11997 2004-10-18  Wim Taymans  <wim@fluendo.com>
11998
11999         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
12000         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
12001         * ext/dv/gstdvdec.h:
12002         Make sure we renegotiate aspect ratio when the camera switches.
12003
12004 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12005
12006         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12007         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
12008           Start at zero.
12009         * ext/theora/theoradec.c: (theora_dec_chain):
12010           Skip headers. Bad idea for chained ogg, but fixes seeking.
12011
12012 2004-10-18  Wim Taymans  <wim@fluendo.com>
12013
12014         * configure.ac:
12015         I swear, this is the last time I touch this.
12016
12017 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12018
12019         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12020         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
12021         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
12022           Faster seeking.
12023         * ext/theora/theoradec.c: (theora_dec_sink_convert):
12024           Time-to-default conversion.
12025         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12026           Don't error on unknown packets, just skip. We should probably
12027           read them if we want to support chained ogg.
12028
12029 2004-10-18  Wim Taymans  <wim@fluendo.com>
12030
12031         * configure.ac:
12032         Added cdaudio to wrong list.
12033
12034 2004-10-18  Wim Taymans  <wim@fluendo.com>
12035
12036         * configure.ac:
12037         Revive cdaudio.
12038
12039 2004-10-18  Wim Taymans  <wim@fluendo.com>
12040
12041         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
12042         (gst_dvdec_video_link), (gst_dvdec_push):
12043         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12044         (gst_smokeenc_resync), (gst_smokeenc_chain):
12045         Fix mimetype on smoke encoder.
12046         Add aspect ratio to dvdec. Not sure if these
12047         values are correct though....
12048
12049 2004-10-18  Wim Taymans  <wim@fluendo.com>
12050
12051         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12052         Fix vorbis property descriptions and ranges.
12053
12054 2004-10-18  Wim Taymans  <wim@fluendo.com>
12055
12056         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
12057         Really do nothing when no data is available.
12058         Go to the playing state when the stream is not seekable
12059         instead of failing.
12060
12061 2004-10-18  Wim Taymans  <wim@fluendo.com>
12062
12063         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
12064         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
12065         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
12066         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
12067         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
12068         Added uri handler for cd://
12069         Port to new API.
12070
12071 2004-10-18  Wim Taymans  <wim@fluendo.com>
12072
12073         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12074         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
12075         (try_to_link_1), (no_more_pads), (close_link), (type_found):
12076         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
12077         (remove_prerolls), (unknown_type), (add_element_stream),
12078         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
12079         (gst_play_base_bin_remove_element),
12080         (gst_play_base_bin_link_stream):
12081         * gst/playback/gstplaybin.c: (gen_video_element),
12082         (gen_vis_element), (remove_sinks), (setup_sinks):
12083         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
12084         (gst_stream_info_get_type), (gst_stream_info_class_init),
12085         (gst_stream_info_init), (gst_stream_info_new),
12086         (gst_stream_info_dispose), (stream_info_mute_pad),
12087         (gst_stream_info_set_property), (gst_stream_info_get_property):
12088         * gst/playback/gststreaminfo.h:
12089         Add sink padtemplate to decodebin.
12090         Added some more comments.
12091         Make queue size configurable in playbasebin.
12092         Added possibility to use elements as sinks (ex cdaudio).
12093
12094 2004-10-15  Wim Taymans  <wim@fluendo.com>
12095
12096         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
12097         (gst_speexenc_chain):
12098         Fix speex timestamps so that it gets muxed properly.
12099
12100 2004-10-15  Wim Taymans  <wim@fluendo.com>
12101
12102         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
12103         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
12104         (gst_dv1394src_init), (gst_dv1394src_dispose),
12105         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
12106         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
12107         (gst_dv1394src_event), (gst_dv1394src_get_formats),
12108         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
12109         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
12110         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
12111         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
12112         * ext/raw1394/gstdv1394src.h:
12113         Added conversion/query functions.
12114         Update buffer timestamps,
12115         Added signals.
12116         Added uri dv:// so it might play from the firewire in playbin.
12117         Fix a possible leak.
12118         Added debugging.
12119
12120 2004-10-15  Wim Taymans  <wim@fluendo.com>
12121
12122         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
12123         (gst_dv1394src_init), (gst_dv1394src_set_property),
12124         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
12125         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
12126         * ext/raw1394/gstdv1394src.h:
12127         Added AV/C VTR control support needed for some cameras.
12128         Added automatic port detection.
12129         Added properties for selecting the channel.
12130         The configure.ac script is not yet updated to reflect the
12131         new libavc1394 and librom1394 dependencies.
12132
12133 2004-10-15  Wim Taymans  <wim@fluendo.com>
12134
12135         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
12136         (qtdemux_parse), (gst_qtdemux_handle_esds):
12137         An esds box is not a container.
12138         Fix parsing of mp4v boxes.
12139         Do not try to renegotiate fps for each frame. Need to
12140         find a better method. This should fix mp4 playback.
12141
12142 2004-10-14  David Schleef  <ds@schleef.org>
12143
12144         * configure.ac: update for swfdec-0.3 and liboil-0.2
12145         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
12146         * ext/swfdec/gstswfdec.h: same
12147         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
12148         * gst/videotestsrc/videotestsrc.c: same
12149
12150 2004-10-14  Wim Taymans  <wim@fluendo.com>
12151
12152         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
12153         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
12154         (is_sync_frame), (gst_multifdsink_new_client),
12155         (gst_multifdsink_handle_client_write),
12156         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12157         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
12158         Turn warnings into info.
12159         Don't allow a state change in the streaming thread.
12160
12161 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12162
12163         * ext/vorbis/oggvorbisenc.c:
12164         * ext/vorbis/vorbisdec.c:
12165           fix template sample rate
12166
12167 2004-10-13  Wim Taymans  <wim@fluendo.com>
12168
12169         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
12170         Decoding the header first fixes some problems in resyncing
12171         in more mp3s.
12172
12173 2004-10-12  Wim Taymans  <wim@fluendo.com>
12174
12175         * gst/playback/gstplaybin.c: (gen_video_element),
12176         (gen_vis_element), (remove_sinks), (setup_sinks):
12177         Added vis plugin support, need to configure the vis
12178         element to activate it.
12179
12180 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12181
12182         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
12183         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
12184           Some debug.
12185         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12186         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
12187         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
12188         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
12189         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
12190         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
12191         * gst/avi/gstavidemux.h:
12192           Support for openDML-2.0 indx/ix## chunks. Support for broken index
12193           recovery (where, if part of the index is broken, we will still read
12194           the rest of the index and recover the broken part by stream
12195           scanning). More broken media support. EOS workarounds. General AVI
12196           braindamage headache recovery. Aspirin included.
12197
12198 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12199
12200         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
12201         (cdparanoia_event), (cdparanoia_query):
12202           Get rid of hideous lead-in.
12203
12204 2004-10-11  Wim Taymans  <wim@fluendo.com>
12205
12206         * gst/playback/gstplaybasebin.c: (setup_source):
12207         Wrong var used to get g_list_next.
12208
12209 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12210
12211         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
12212         (cdparanoia_get), (cdparanoia_open):
12213           Report discid as metadata, add duration.
12214
12215 2004-10-11  Wim Taymans  <wim@fluendo.com>
12216
12217         * gst/playback/gstplaybasebin.c: (setup_source):
12218         Cleanup the previous pipeline a little earlier for the
12219         case that a source element provides raw data.
12220
12221 2004-10-11  Benjamin Otte  <otte@gnome.org>
12222
12223         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
12224           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
12225           consuming the last 128 bytes, even though it was valid mp3 data.
12226
12227 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12228
12229         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
12230         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
12231         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
12232         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
12233
12234 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12235
12236         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
12237         Fix for webcams that support only specific width or height
12238
12239 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12240
12241         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12242
12243         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
12244           Fix wrong discont event setup (fixes #154967).
12245
12246 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
12247
12248         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12249
12250         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12251           Error out on invalid data (fixes #154807).
12252
12253 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12254
12255         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12256
12257         * ext/dvdread/dvdreadsrc.c: (_read):
12258           Make titles > 0 work again (fixes #154834).
12259
12260 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12261
12262         * gst-libs/gst/riff/riff-media.c:
12263         (gst_riff_create_video_template_caps):
12264           WMV3 missing in template caps.
12265
12266 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12267
12268         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12269           OK, so the original code was too strict. It makes random AVI files
12270           hang for seconds upon opening, which is unacceptable and is far
12271           beyond the original goal of getting multiple chunks for one-chunk
12272           sounc stream files. So now do just that.
12273
12274 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12275
12276         * gst/playback/gstplaybasebin.c: (setup_source),
12277         (gst_play_base_bin_change_state):
12278           Actually clean up streaminfo if output fails. This would trigger
12279           if, for example, there was no CD in the drive. No preroll, so
12280           a streaminfo structure is created, but the subsequent state change
12281           of the thread fails.
12282         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
12283           Don't change state if parent failed.
12284
12285 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12286
12287         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12288         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
12289         (gen_video_element), (remove_sinks):
12290           Add small bits of code for screenshot handling.
12291
12292 2004-10-08  Wim Taymans  <wim@fluendo.com>
12293
12294         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
12295         (gen_video_element), (gen_audio_element), (setup_sinks):
12296         Don't assume the user provided sinks are named "sink"...
12297
12298 2004-10-08  Wim Taymans  <wim@fluendo.com>
12299
12300         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
12301         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
12302         (gst_play_base_bin_link_stream):
12303         Do not try to autoplug sources that generate raw streams like
12304         cdparanoia.
12305         disconnect the preroll overrun signal when we don't need it anymore.
12306
12307 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
12308
12309         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
12310         Added reworked patch from #154903 from milosz derezynski (deadchip).
12311
12312 2004-10-08  Wim Taymans  <wim@fluendo.com>
12313
12314         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
12315         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
12316         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
12317         (cdparanoia_convert), (cdparanoia_uri_get_type),
12318         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
12319         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
12320         * ext/cdparanoia/gstcdparanoia.h:
12321         This adds the cdda://<tracknum> uri.
12322
12323 2004-10-08  Wim Taymans  <wim@fluendo.com>
12324
12325         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12326         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
12327         (try_to_link_1), (no_more_pads), (close_link), (type_found):
12328         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12329         (unknown_type), (gst_play_base_bin_remove_element),
12330         (gst_play_base_bin_link_stream):
12331         * gst/playback/gstplaybasebin.h:
12332         * gst/playback/gstplaybin.c: (gst_play_bin_init),
12333         (gst_play_bin_set_property), (gen_video_element),
12334         (gen_audio_element), (setup_sinks):
12335         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
12336         (gst_stream_info_get_type), (gst_stream_info_class_init),
12337         (gst_stream_info_init), (gst_stream_info_new),
12338         (gst_stream_info_dispose), (stream_info_mute_pad),
12339         (gst_stream_info_set_property), (gst_stream_info_get_property):
12340         * gst/playback/gststreaminfo.h:
12341         Reuse the audio and video bins.
12342         Some internal cleanups in the stream selection code.
12343
12344 2004-10-08  Julien MOUTTE  <julien@moutte.net>
12345
12346         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
12347         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
12348         * sys/ximage/ximagesink.h:
12349         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
12350         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
12351         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
12352         not coming from those elements. Moreover these elements should not keep
12353         the xid they have been given when in NULL state.
12354
12355 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12356
12357         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
12358         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
12359         * sys/ximage/ximagesink.h:
12360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
12361         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
12362         * sys/xvimage/xvimagesink.h:
12363           Actually only create a new toplevel window if we're not gonna
12364           embed it right after.
12365
12366 2004-10-07  Wim Taymans  <wim@fluendo.com>
12367
12368         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
12369         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
12370         * gst/playback/gstplaybin.c: (setup_sinks):
12371         Implement muting/unmuting of streams, mute streams that are not
12372         used.
12373
12374 2004-10-07  Wim Taymans  <wim@fluendo.com>
12375
12376         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
12377         (plugin_init):
12378         Added lame audio/x-ac3 typefind function.
12379
12380 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12381
12382         * configure.ac:
12383           bump nano to cvs
12384
12385 === release 0.8.5 ===
12386
12387 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12388
12389         * NEWS:
12390         * RELEASE:
12391         * configure.ac:
12392           releasing 0.8.5, "Take You On"
12393
12394 2004-10-06  Wim Taymans  <wim@fluendo.com>
12395
12396         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12397         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12398         (no_more_pads), (close_link), (type_found):
12399         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
12400         * gst/playback/gstplaybin.c: (gen_video_element):
12401         Do not signal the no_more_pads after the first pad when
12402         we are plugging a non dynamic element with multiple
12403         output pads (like swfdec, dvdec, ...).
12404
12405 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12406
12407         * configure.ac:
12408           bump for prerelease
12409
12410 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12411
12412         * gst/wavparse/gstwavparse.c:
12413           add ATRAC3 to STATIC CAPS to fix a warning
12414
12415         * gst/matroska/ebml-read.c:
12416         * gst-libs/gst/riff/riff-read.c:
12417           fix typos
12418
12419 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12420
12421         * gst-libs/gst/riff/riff-media.c:
12422           generate caps for ATRAC3 audio streams
12423
12424         * gst/realmedia/rmdemux.c:
12425           generate caps for ATRAC3 audio streams
12426
12427 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12428
12429         * gst/wavparse/Makefile.am
12430         * gst/wavparse/riff.h
12431         * gst/wavparse/wavparse.vcproj
12432           riff.h removal (unused and duplication with riff-ids.h)
12433
12434 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12435
12436         * gst/wavparse/gstwavparse.h
12437           remove duplicated defines for audio codec codes
12438
12439         * gst-libs/gst/riff/riff-ids.h
12440         * gst/wavenc/riff.h:
12441           add "4CC" code for ATRAC3 audio streams
12442           add "4CC" code for ITU_G721_ADPCM (unused for now)
12443
12444 2004-10-06  Wim Taymans  <wim@fluendo.com>
12445
12446         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
12447         Actually _do_ negotiation. Pass gdouble as arg instead
12448         of guint64 for the framerate.
12449
12450 2004-10-06  Wim Taymans  <wim@fluendo.com>
12451
12452         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12453         (find_compatibles), (close_pad_link), (try_to_link_1),
12454         (no_more_pads), (close_link), (type_found):
12455         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
12456         * gst/playback/gstplaybin.c: (gen_video_element),
12457         (gen_audio_element):
12458         Set state on newly added element to READY so that negotiation
12459         can happen ASAP.
12460         Addes some more debug info.
12461         Do not try to plug pads with multiple caps structures or ANY
12462         because it is too dangerous since we do not do dynamic
12463         replugging.
12464
12465 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12466
12467         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
12468
12469         * po/LINGUAS:
12470         * po/or.po:
12471           add Oriya translation
12472
12473 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12474
12475         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12476           Prevent overwrite of size member. Makes audio sound crappy.
12477
12478 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12479
12480         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12481         Add rmvb to the list of known RealMedia extensions
12482
12483 2004-10-05  Wim Taymans  <wim@fluendo.com>
12484
12485         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
12486         (mngdec_openstream), (mngdec_closestream),
12487         (mngdec_handle_sink_event), (mngdec_readdata),
12488         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
12489         (mngdec_getcanvasline), (mngdec_refresh),
12490         (gst_mngdec_change_state):
12491         Set the framerate correctly.
12492
12493 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12494
12495         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12496           There was something wrong with the index massaging.
12497
12498 2004-10-04  Wim Taymans  <wim@fluendo.com>
12499
12500         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
12501         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12502         (gst_smokedec_chain):
12503         * ext/jpeg/gstsmokedec.h:
12504         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12505         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
12506         * ext/jpeg/gstsmokeenc.h:
12507         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
12508         (smokecodec_decode_new), (smokecodec_info_free),
12509         (smokecodec_set_quality), (smokecodec_get_quality),
12510         (smokecodec_set_threshold), (smokecodec_get_threshold),
12511         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
12512         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
12513         (smokecodec_encode), (smokecodec_parse_id),
12514         (smokecodec_parse_header), (smokecodec_decode):
12515         * ext/jpeg/smokecodec.h:
12516         * ext/jpeg/smokeformat.h:
12517         Updated smoke, new bitstream, allows embedding in ogg.
12518
12519 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12520
12521         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12522           Fix seeking in some files. All this code is no longer needed (and
12523           actually breaks stuff) because we now synchronize the full index
12524           right when reading the header.
12525
12526 2004-10-04  Wim Taymans  <wim@fluendo.com>
12527
12528         * configure.ac:
12529         configure update for libmng.
12530
12531 2004-10-04  Wim Taymans  <wim@fluendo.com>
12532
12533         * ext/libmng/Makefile.am:
12534         * ext/libmng/gstmng.c: (plugin_init):
12535         * ext/libmng/gstmng.h:
12536         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
12537         (gst_mngdec_base_init), (gst_mngdec_class_init),
12538         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
12539         (gst_mngdec_loop), (gst_mngdec_get_property),
12540         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
12541         (mngdec_closestream), (mngdec_handle_sink_event),
12542         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
12543         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
12544         (gst_mngdec_change_state):
12545         * ext/libmng/gstmngdec.h:
12546         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
12547         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
12548         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
12549         (gst_mngenc_chain), (gst_mngenc_get_property),
12550         (gst_mngenc_set_property):
12551         * ext/libmng/gstmngenc.h:
12552         Added basic MNG decoder. Needs more work. The encoder does
12553         not work yet.
12554
12555 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12556
12557         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
12558         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
12559         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
12560           Don't hang on length=0 chunks. Some negotiation fixes. Signal
12561           no-more-pads.
12562
12563 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12564
12565         * configure.ac:
12566           you need at least 1.0.4 of speex
12567
12568 2004-10-04 Iain <iaingnome@gmail.com>
12569
12570         * ext/speex/gstspeexdec.h: Revert the includes changes.
12571
12572         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
12573
12574 2004-09-30 Iain <iaingnome@gmail.com>
12575
12576         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
12577         found during init or set as a property instead of hardcoding /dev/audio
12578
12579 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12580
12581         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
12582         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
12583         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
12584         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
12585         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
12586         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
12587         (gst_rmdemux_dump_data):
12588           Use debug category, fix EOS handling. filesrc ! rmdemux now
12589           works.
12590
12591 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12592
12593         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
12594         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
12595         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
12596           Improve allocation, cutting and sorting of the index. How takes a
12597           few seconds instead of minutes.
12598
12599 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
12600
12601         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
12602           fixed compilation
12603
12604 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12605
12606         * gst-libs/gst/riff/riff-media.c:
12607         (gst_riff_create_video_caps_with_data),
12608         (gst_riff_create_video_template_caps):
12609           Add wing commander format mimetype/fourccs.
12610         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12611           Don't crash if some value is 0.
12612
12613 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12614
12615         * gst-libs/gst/riff/riff-media.c:
12616         (gst_riff_create_video_caps_with_data),
12617         (gst_riff_create_video_template_caps):
12618           Add DIB fourcc (raw, palettized 8-bit RGB).
12619         * gst-libs/gst/riff/riff-read.c:
12620         (gst_riff_read_strf_vids_with_data):
12621           Oops, fix strf_data reading bug.
12622         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
12623           Use a non-NULL tag.
12624         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
12625           Time for hacks. Sorry Dave. At least one quicktime movie (a
12626           trailer) that I've encountered contains multiple video tracks.
12627           One of those is the actual video track, the other are one-frame
12628           tracks (images). Unfortunately, the number of frames according
12629           to the trak header is 1 for each, so that doesn't help. So
12630           instead, I look at the duration and discard tracks with a
12631           duration shorter than 20% of the length of the stream. Better
12632           than nothing.
12633
12634 2004-10-01  Christian Schaller <christian@fluendo.com>
12635
12636         * ext/ivorbis/vorbis.c:
12637           Patch from Phil Blundell (Bug 152341)
12638
12639 2004-10-01  Wim Taymans  <wim@fluendo.com>
12640
12641         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
12642         (speex_dec_get_formats), (speex_dec_convert),
12643         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
12644         (speex_dec_chain), (gst_speexdec_get_property),
12645         (gst_speexdec_set_property):
12646         Small cleanups.
12647
12648 2004-10-01  Wim Taymans  <wim@fluendo.com>
12649
12650         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12651         (gst_wavparse_stream_init), (gst_wavparse_fmt),
12652         (gst_wavparse_other), (gst_wavparse_loop),
12653         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
12654         (gst_wavparse_srcpad_event):
12655         * gst/wavparse/gstwavparse.h:
12656         Added some more debugging info.
12657         Fix the case where the length of the file is 0.
12658         Make sure we seek to sample borders.
12659
12660 2004-10-01  Wim Taymans  <wim@fluendo.com>
12661
12662         * gst/playback/README:
12663         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12664         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
12665         (try_to_link_1), (no_more_pads), (close_link), (type_found):
12666         Add some debug info to decodebin, update README
12667
12668 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12669
12670         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
12671           Don't use g_print(); use GST_DEBUG().
12672
12673 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12674
12675         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
12676         (gst_ogg_mux_queue_pads):
12677           Handle EOS properly.
12678
12679 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
12680
12681         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12682
12683         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
12684         (gst_faad_chain), (gst_faad_change_state):
12685         * ext/faad/gstfaad.h:
12686           Allow playback of raw (unframed) MPEG AAC files (#148993).
12687
12688 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
12689
12690         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12691
12692         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
12693           Throw error if we didn't recognize the stream. Fixes #152289.
12694
12695 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12696
12697         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
12698           Fix negotiation.
12699
12700 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
12701
12702         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12703
12704         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
12705           Fix memleak.
12706
12707 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
12708
12709         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12710
12711         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
12712           Solve #152805.
12713         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
12714           Solve 152806.
12715
12716 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12717
12718         * gst-libs/gst/riff/riff-media.c:
12719         (gst_riff_create_video_caps_with_data),
12720         (gst_riff_create_audio_caps_with_data):
12721           Add codec_data handling (like asfdemux used to do).
12722         * gst/asfdemux/gstasf.c: (plugin_init):
12723         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
12724         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
12725           Use riff-media for caps creation instead of our own (mostly
12726           broken) copy of its functions.
12727
12728 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12729
12730         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
12731           Don't actually error out if we get another return value than
12732           -EINVAL. Opposite to what I first thought, drivers have random
12733           return values for this, although -EINVAL is the expected return
12734           value. Since this is not fatal, we shouldn't use
12735           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
12736
12737 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12738
12739         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
12740         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
12741         (dvdreadsrc_get_property), (_open), (_seek), (_read),
12742         (dvdreadsrc_get), (dvdreadsrc_open_file),
12743         (dvdreadsrc_change_state):
12744           Fix. Don't do one big huge loop around the whole DVD, that will
12745           cache all data and thus eat sizeof(dvd) (several GB) before we
12746           see something.
12747         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
12748           Actually NULL'ify event after using it.
12749         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
12750         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
12751         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
12752         (gst_ebml_read_seek), (gst_ebml_read_skip):
12753           Handle events.
12754         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
12755         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
12756         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
12757           Fix timing (this will probably break if I seek using menus, but
12758           I didn't get there yet). VOBs and normal DVDs should now work.
12759           Add a mpeg2-only pad with high rank so this get autoplugged for
12760           MPEG-2 movies.
12761         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
12762         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
12763         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
12764         (gst_mpeg_demux_get_audio_stream),
12765         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
12766         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
12767           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
12768           MPEG-1 but use dvddemux for MPEG-2.
12769         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
12770         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
12771         (gst_mpeg_parse_parse_packhead):
12772           Timing. Only add pad template if it exists. Add sink template from
12773           class and not from ourselves. This means we will always use the
12774           correct sink template even if it is not the one defined in this
12775           file.
12776
12777 2004-09-29  Wim Taymans  <wim@fluendo.com>
12778
12779         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
12780         (gst_mpeg_demux_parse_pes):
12781         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
12782         Fix playback of mpeg again, timestamps where screwed up by
12783         patch 1.61.
12784
12785 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12786
12787         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
12788           Only return true if we actually filled something in. Prevents
12789           player applications from showing a random length for flac files.
12790         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
12791         (gst_riff_read_use_event), (gst_riff_read_handle_event),
12792         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
12793         (gst_riff_read_strf_vids_with_data),
12794         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
12795           OK, ok, so I implemented event handling. Apparently it's normal
12796           that we receive random events at random points without asking
12797           for it.
12798         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12799         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12800         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
12801         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
12802         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
12803         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12804         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12805         * gst/avi/gstavidemux.h:
12806           Implement non-lineair chunk handling and subchunk processing.
12807           The first solves playback of AVI files where the audio and video
12808           data of individual buffers that we read are not synchronized.
12809           This should not happen according to the wonderful AVI specs, but
12810           of course it does happen in reality. It is also a prerequisite for
12811           the second. Subchunk processing allows us to cut chunks in small
12812           pieces and process each of these pieces separately. This is
12813           required because I've seen several AVI files with incredibly large
12814           audio chunks, even some files with only one audio chunk for the
12815           whole file. This allows for proper playback including seeking.
12816           This patch is supposed to fix all AVI A/V sync issues.
12817         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
12818         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
12819           Work.
12820         * gst/modplug/gstmodplug.cc:
12821           Proper return value setting for the query() function.
12822         * gst/playback/gstplaybasebin.c: (setup_source):
12823           Being in non-playing state (after, e.g., EOS) is not necessarily
12824           a bad thing. Allow for that. This fixes playback of short files.
12825           They don't actually playback fully now, because the clock already
12826           runs. This means that small files (<500kB) with a small length
12827           (<2sec) will still not or barely play. Other files, such as mod
12828           or flx, will work correctly, however.
12829
12830 2004-09-28  Wim Taymans  <wim@fluendo.com>
12831
12832         * ext/speex/gstspeex.c: (plugin_init):
12833         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
12834         (gst_speex_dec_class_init), (speex_dec_get_formats),
12835         (speex_get_event_masks), (speex_get_query_types),
12836         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
12837         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
12838         (gst_speexdec_get_property), (gst_speexdec_set_property),
12839         (speex_dec_change_state):
12840         * ext/speex/gstspeexdec.h:
12841         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
12842         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
12843         (gst_speexenc_base_init), (gst_speexenc_class_init),
12844         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
12845         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
12846         (gst_speexenc_src_query), (gst_speexenc_init),
12847         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
12848         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
12849         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
12850         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
12851         (gst_speexenc_chain), (gst_speexenc_get_property),
12852         (gst_speexenc_set_property), (gst_speexenc_change_state):
12853         * ext/speex/gstspeexenc.h:
12854         Rewrote speex encoder, make sure it can be embedded in ogg.
12855         Implemented speex decoder.
12856
12857 2004-09-28  Christian Schaller <christian@fluendo.com>
12858
12859         * configure.ac:
12860         Remove kioslave plugin. Markey is brewing a new working one
12861         * ext/Makefile.am: Remove kioslave plugin
12862         * ext/kio: remove
12863         * gst-plugins.spec.in: remove kio plugin from spec
12864
12865 2004-09-27  Wim Taymans  <wim@fluendo.com>
12866
12867         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
12868         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
12869         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
12870         (gst_multifdsink_new_client),
12871         (gst_multifdsink_handle_client_write),
12872         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12873         (gst_multifdsink_handle_clients):
12874         * gst/tcp/gstmultifdsink.h:
12875         Make syncing to keyframes actually work for new clients and lagging
12876         clients.
12877
12878 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12879
12880         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
12881         (gst_navigationtest_handle_src_event), (draw_box_planar411),
12882         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
12883         * gst/debug/gstnavigationtest.h:
12884           make navigationtest display button-press and button-release events
12885
12886 2004-09-26 Iain <iaingnome@gmail.com>
12887
12888         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
12889         the channels have received a new media event.
12890         (interleave_buffered_loop): Compresses a new media event on all
12891         channels into one.
12892
12893 2004-09-26 Iain <iaingnome@gmail.com>
12894
12895         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
12896         call the sinkpad's default event handler and not the srcpads. He also
12897         says this is confusing :)
12898         (gst_wavenc_stop_file): Company says that seek events only go upstream
12899         we should send a discontinuous downstream instead.
12900
12901 2004-09-25  Christian Schaller <christian@fluendo.com>
12902
12903         * Update SPEC file to be usable in conjunction with Fedora Core,
12904           Fedora.us and freshrpms packages
12905         * Fix typo in multifilesrc test Makefile
12906
12907 2004-09-24  Wim Taymans  <wim@fluendo.com>
12908
12909         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
12910         Only signal the no_more_pads signal when we have
12911         added the stream to our list.
12912
12913 2004-09-24  Wim Taymans  <wim@fluendo.com>
12914
12915         * gst/playback/gstplaybasebin.c: (remove_prerolls),
12916         (new_decoded_pad):
12917         * gst/playback/gstplaybasebin.h:
12918         * gst/playback/gstplaybin.c: (setup_sinks):
12919         Don't try to preroll or decode more than one audio/video
12920         track.
12921
12922 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12923
12924         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12925           Throw error if we failed to find a suitable output. This should
12926           throw an error if we successfully set up a pipeline (e.g. because
12927           we recognized a media file) but found no decodable streams in it
12928           (e.g. because it contains only media stream types for which we
12929           have no decoders, or because it's not a media type).
12930
12931 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12932
12933         * ext/dirac/Makefile.am:
12934         * ext/dirac/gstdirac.cc:
12935         * ext/dirac/gstdiracdec.cc:
12936         * ext/dirac/gstdiracdec.h:
12937           Do something. Don't actually know if this works because I don't
12938           have a demuxer yet.
12939         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
12940           Add channels=1 to caps returned from _getcaps().
12941         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
12942         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
12943         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
12944         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
12945         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
12946         (gst_ogm_parse_change_state):
12947           Separate between audio/video so ogmaudioparse actually uses the
12948           audio pad templates. Both audio and video work now, including
12949           autoplugging. Also use sometimes-srcpad hack.
12950         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
12951           Handle events better. Don't hang on infinite loops.
12952         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
12953         (gst_avi_demux_init), (gst_avi_demux_reset),
12954         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12955         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
12956         (gst_avi_demux_change_state):
12957         * gst/avi/gstavidemux.h:
12958           Improve A/V sync. Still not perfect.
12959         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
12960         (gst_ebml_read_skip):
12961           Handle events better.
12962         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
12963         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
12964         (qtdemux_audio_caps):
12965           Add IMA4. Improve event handling. Save offset after a seek when
12966           the headers are at the end of the file so that we don't end up in
12967           an infinite loop.
12968         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
12969           Add low-priority typefind support for files with no length.
12970
12971 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12972
12973         * testsuite/multifilesink/Makefile.am:
12974         fix typo
12975
12976 2004-09-22  Julien MOUTTE  <julien@moutte.net>
12977
12978         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
12979         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
12980         mistakes from thaytan's patches.
12981
12982 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
12983
12984         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
12985           For completeness, XSync in the destroy function as xvimage does.
12986
12987 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
12988
12989         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
12990            Correct caps negotiation
12991         * gst/volume/gstvolume.c: (volume_chain_float),
12992         (volume_chain_int16):
12993            Modify debug output to be little more informative
12994         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
12995         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12996         (gst_xvimagesink_xvimage_destroy):
12997           Add XSync calls after detaching from the shared memory segment to
12998           avoid a crash.
12999
13000 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13001
13002         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13003         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
13004         * ext/vorbis/vorbis.c: (plugin_init):
13005         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13006         (gst_vorbisenc_chain):
13007         * ext/vorbis/vorbisenc.h:
13008         remove explicit newmedia support from oggmux and vorbisenc
13009         add debug category to vorbisenc
13010         * gst/multifilesink/gstmultifilesink.c:
13011         (gst_multifilesink_class_init), (gst_multifilesink_init),
13012         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
13013         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
13014         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
13015         (plugin_init):
13016         * gst/multifilesink/gstmultifilesink.h:
13017         add support for streamheader in multifilesink
13018
13019 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13020
13021         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
13022         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
13023         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
13024           Prevent infinite loops. More correct error reporting.
13025         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13026           Error out if negotiation fails.
13027         * gst/playback/gstplaybasebin.c: (setup_source),
13028         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
13029         (gst_play_base_bin_found_tag):
13030           Error/tag forwarding. Pre-roll fixes for source errors on state
13031           changes (e.g. "file does not exist") to prevent hangs.
13032
13033 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13034
13035         * testsuite/multifilesink/Makefile.am:
13036         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
13037         (gst_newmedia_class_init), (gst_newmedia_init),
13038         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
13039         (newfile_signal), (test_signal), (main):
13040         * testsuite/multifilesink/multifilesrc_test.c: (main):
13041         * testsuite/multifilesink/oggtheora_test.c:
13042         (gst_newmedia_base_init), (gst_newmedia_class_init),
13043         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
13044         (test_format), (newfile_signal), (test_signal), (main):
13045         * testsuite/multifilesink/oggvorbis_test.c:
13046         (gst_newmedia_base_init), (gst_newmedia_class_init),
13047         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
13048         (test_format), (newfile_signal), (test_signal), (main):
13049         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
13050         (gst_newmedia_class_init), (gst_newmedia_init),
13051         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
13052         (newfile_signal), (test_signal), (main):
13053         New media tests
13054
13055 2004-09-20  Christian Schaller <christian@fluendo.com>
13056
13057         * Fix mikmod license to LGPL as they have relicensed
13058         * Move Dirac and Effectv into LGPL section of README_license
13059
13060 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13061
13062         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
13063         (gst_mad_change_state):
13064           Allow for mp3 rate/channels changes. However, only very
13065           conservatively. Reason that we *have* to enable this is smiply
13066           because the mad find_sync() function is not good enough, it will
13067           regularly sync on random data as valid frames and therefore make
13068           us provide random caps as *final* caps of the stream. The best fix
13069           I could think of is to simply require several of the same stream
13070           changes in a row before we change caps.
13071           The actual testcase that works now is #
13072         * ext/ogg/Makefile.am:
13073         * ext/ogg/gstogg.c: (plugin_init):
13074         * ext/ogg/gstogmparse.c:
13075           OGM support (video only for now; I need an audio sample file).
13076         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
13077         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
13078         (gst_asf_demux_add_video_stream):
13079           WMV extradata.
13080         * gst/playback/gstplaybasebin.c: (unknown_type):
13081           Don't error out on single unknown-types after all. It's wrong.
13082           If we found type of video and audio but not of a subtitle stream,
13083           it will still error out (which is unwanted). Will find a better fix
13084           later on.
13085         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
13086         (ogmaudio_type_find), (plugin_init):
13087           OGM support.
13088
13089 2004-09-20  Johan Dahlin  <johan@gnome.org>
13090
13091         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
13092         after setting caps.
13093
13094 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13095
13096         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
13097         * gst/wavenc/gstwavenc.h:
13098         Added newmedia support to wavenc
13099
13100 2004-09-17  Wim Taymans  <wim@fluendo.com>
13101
13102         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
13103         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
13104         (gst_fdset_fd_can_write), (gst_fdset_wait):
13105         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
13106         (gst_multifdsink_init), (gst_multifdsink_add),
13107         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
13108         (gst_multifdsink_remove_client_link),
13109         (gst_multifdsink_client_queue_buffer),
13110         (gst_multifdsink_handle_client_write),
13111         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
13112         (gst_multifdsink_close), (gst_multifdsink_change_state):
13113         * gst/tcp/gstmultifdsink.h:
13114         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13115         (gst_tcpserversink_removed):
13116         Small cleanups in fdset.c
13117         Use a hastable to map fd to the client structure for faster
13118         lookup in _remove and get_stats.
13119         Added virtual function to close the fds.
13120         Handle clients even when the select/poll call was unblocked because
13121         of a command.
13122         Implement syncing to keyframe in the recovery procedure.
13123
13124 2004-09-16 Iain <iaingnome@gmail.com>
13125
13126         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
13127         try caps.
13128
13129 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13130
13131         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
13132           Caps are only set if the type of the stream is unknown, but this
13133           is initialized in ->init_stream(), so set to UNKNOWN after calling
13134           ->init_stream() so that capsnego starts.
13135
13136 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13137
13138         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13139         (gst_avi_demux_stream_data):
13140           Just hardcode for raw audio then. AVI audio sucks.
13141
13142 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
13143
13144         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
13145         * gst/matroska/matroska-mux.c: (audiosink_templ),
13146         (gst_matroska_mux_audio_pad_link):
13147         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
13148         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
13149
13150 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13151
13152         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13153         (gst_avi_demux_stream_data):
13154           Try to fix a/v sync issues.
13155
13156 2004-09-15  David Schleef  <ds@schleef.org>
13157
13158         * configure.ac: remove NASM check, since we don't use it.  Update
13159         dirac check to 0.4
13160         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
13161         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
13162         Initialized variables.
13163         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
13164         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
13165         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
13166         SVQ3 format
13167
13168 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13169
13170         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13171         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
13172         * gst/avi/gstavidemux.h:
13173           Fix for compressed audio (mp3) timestamp generation. How did this
13174           ever work?
13175
13176 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13177
13178         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13179           Volume is a double not a float.
13180
13181 2004-09-15  Wim Taymans  <wim@fluendo.com>
13182
13183         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
13184         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
13185         Don't close the fd in multifdsink as we didn't open it in the
13186         first place. Some cleanups.
13187
13188 2004-09-15  Wim Taymans  <wim@fluendo.com>
13189
13190         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13191         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13192         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
13193         Fix the case where the muxer would mark pages as delta
13194         frames when they are not (vorbis only ogg).
13195
13196 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13197
13198         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
13199         (gst_play_base_bin_change_state):
13200           Handle the case where we failed to setup a clear pipeline. This
13201           will throw an error (or EOS, another nice case) and if you don't
13202           catch that, the app will wait for the signal forever (and thus
13203           hang).
13204
13205 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13206
13207         * ext/gnomevfs/gstgnomevfssink.c:
13208         (gst_gnomevfssink_uri_get_protocols):
13209         * ext/gnomevfs/gstgnomevfssrc.c:
13210         (gst_gnomevfssrc_uri_get_protocols):
13211         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
13212         * ext/gnomevfs/gstgnomevfsuri.h:
13213           Use _uri_new() instead of _open(), so it doesn't take as long and
13214           Christophe's computer won't hang.
13215         * gst/playback/gstplaybasebin.c: (unknown_type):
13216           Throw error on unknown media type, so apps actually display it.
13217
13218 2004-09-14  Brian Cameron  <brian.cameron@sun.com
13219
13220         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
13221           this script to work on Solaris since bash shell handles echo
13222           differenly than bash.
13223
13224 2004-09-17  Wim Taymans  <wim@fluendo.com>
13225
13226         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
13227         (setup_source), (gst_play_base_bin_set_property),
13228         (gst_play_base_bin_add_element):
13229         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
13230         Some more work on making sure seeking pauses the pipeline and
13231         that changing the uri actually does something.
13232
13233 2004-09-17  Wim Taymans  <wim@fluendo.com>
13234
13235         * gst/tcp/gstfdset.c: (gst_fdset_wait):
13236         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
13237         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
13238         (gst_tcpserversink_close):
13239         Be a bit more paranoid when freeing memory.
13240
13241 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13242
13243         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
13244         (qtdemux_parse_trak):
13245           Don't crash by dividing by zero (see sample movie in #126922).
13246
13247 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13248
13249         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
13250           Don't touch non-existing data (fixes crash on file in #140147).
13251
13252 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13253
13254         * gst/playback/gstplaybasebin.c:
13255         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
13256           Handle double disposals, and proper change of URIs.
13257
13258 2004-09-13  Martin Eikermann <meiker@upb.de>
13259
13260         * gst/mpegstream/gstmpegparse.c:
13261           fix synchronistation for streams recorded from digital PCR
13262           fixes bug #119376
13263
13264 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13265
13266         * ext/gnomevfs/Makefile.am:
13267         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13268         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
13269         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
13270         (gst_gnomevfssink_uri_get_type),
13271         (gst_gnomevfssink_uri_get_protocols),
13272         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
13273         (gst_gnomevfssink_uri_handler_init),
13274         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
13275         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
13276         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
13277         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
13278         (gst_gnomevfssrc_uri_get_type),
13279         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
13280         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
13281         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
13282         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
13283         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
13284         * ext/gnomevfs/gstgnomevfsuri.h:
13285           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
13286           of fake URIs to see which this version of Gnome-VFS likes, and
13287           uses that for the Gst-URI interface. Makes playbin support http://
13288           streams. Also fix up some stupid behaviour in gnomevfssrc.
13289
13290 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13291
13292         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
13293         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
13294         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
13295         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
13296           Update mixer (to sync with other sessions) if we try to obtain
13297           a new value. This makes alsamixer work accross applications.
13298         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
13299           Only call sync functions if we're running, else alsalib asserts.
13300         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
13301           Sometimes fails to compile. Possibly a gcc bug.
13302         * gst/playback/gstplaybin.c: (gen_video_element),
13303         (gen_audio_element):
13304           Add a reference to an application-provided object, because we lose
13305           this same reference if we add it to the bin. If we don't do this,
13306           we can only use this object once and thus crash if we go from
13307           ready to playing, back to ready and back to playing again.
13308           Also add an audioscale element because several cheap soundcards -
13309           like mine - don't support all samplerates.
13310         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
13311         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
13312           Fix wrong order or PAR calls. Makes automatically obtained PAR
13313           from the X server atually being used.
13314
13315 2004-09-12  David Schleef  <ds@schleef.org>
13316
13317         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
13318         #151887, #152102, #152247.
13319         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
13320         * examples/seeking/cdparanoia.c: same
13321         * examples/seeking/cdplayer.c: same
13322         * examples/seeking/seek.c: same
13323         * examples/seeking/spider_seek.c: same
13324         * examples/seeking/vorbisfile.c: same
13325         * examples/stats/mp2ogg.c: same
13326         * ext/esd/esdsink.c: (gst_esdsink_class_init),
13327         (gst_esdsink_dispose): Dispose of element properly.
13328         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
13329         fixes.
13330         * ext/nas/nassink.c: (gst_nassink_class_init),
13331         (gst_nassink_dispose): Dispose of element correctly.
13332         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
13333         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
13334         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
13335         Fix 64-bit warning.
13336         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13337         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
13338         Fix 64-bit warning.
13339
13340 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13341
13342         * configure.ac : change speex detection as 1.1.6 now uses
13343           .pc/pkg-config and they changed their headers location.
13344
13345 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
13346
13347         * gst/matroska/matroska-mux.h:
13348         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
13349         (gst_matroska_mux_start), (gst_matroska_mux_finish),
13350         (gst_matroska_mux_write_data):
13351           Write multiple blocks/frames per cluster.
13352                 Write meta-seek information (seek heads).
13353
13354 2004-09-09  Scott Wheeler <wheeler@kde.org>
13355
13356         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
13357         (gst_play_bin_set_property), (gst_play_bin_get_property),
13358         (gen_audio_element), (gen_audio_element):
13359           Add a volume element / property to the pipeline.
13360
13361 2004-09-07  Wim Taymans  <wim@fluendo.com>
13362
13363         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
13364         Copy timestamps from the master pad to the output buffers.
13365
13366 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13367
13368         * ext/raw1394/gstdv1394src.c:
13369           throw errors when applicable
13370
13371 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
13372
13373         * gst/matroska/ebml-ids.h:
13374         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
13375         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
13376         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
13377           automatically convert unix time <-> ebml time when reading/writing
13378           a date, use gst_ebml_write_uint to write CUETIME,
13379           not gst_ebml_write_date.
13380         * gst/matroska/matroska-ids.h:
13381         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
13382         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
13383         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
13384         (gst_matroska_mux_write_data):
13385           Write track and segment UIDs, write muxing date, write
13386           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
13387           Create cues for audio only files.
13388
13389 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13390
13391         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13392         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13393           Re-commit ALSA switches.
13394         * gst/adder/gstadder.c: (gst_adder_loop):
13395           64-bit fix (#151416).
13396         * gst/debug/progressreport.c: (gst_progressreport_report):
13397           64-bit fix (#151419).
13398         * gst/matroska/matroska-demux.c:
13399         (gst_matroska_demux_parse_contents):
13400           64-bit fix (#151420).
13401         * gst/playback/test3.c: (update_scale):
13402           64-bit fix (#151421).
13403
13404 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
13405
13406         * configure.ac:
13407           bump nano to cvs
13408
13409 === release 0.8.4 ===
13410
13411 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13412
13413         * configure.ac: releasing 0.8.4, "Alias"
13414
13415 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
13416
13417         * ext/theora/Makefile.am:
13418           fix makefile.  Fixes #151462.
13419
13420 2004-08-30  Wim Taymans  <wim@fluendo.com>
13421
13422         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
13423         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13424         (gst_multifdsink_remove_client_link),
13425         (gst_multifdsink_client_queue_buffer),
13426         (gst_multifdsink_handle_client_write):
13427         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
13428         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
13429         Fix some memory leaks.
13430
13431 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13432
13433         Patch by: David Schleef
13434
13435         * configure.ac:
13436         * sys/Makefile.am:
13437           rename our detection macro for V4L2.  Fixes #151236.
13438
13439 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13440
13441         Patch by: David Schleef
13442
13443         * configure.ac:
13444           check to define LAMEPRESET.  Fixes #151232.
13445
13446 2004-08-27  David Schleef  <ds@schleef.org>
13447
13448         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
13449         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
13450         (gst_glimagesink_fixate):  Move local variable declarations to
13451         make gcc-2.95 happy.
13452
13453 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13454
13455         * configure.ac:
13456           bump nano for prerelease
13457
13458 2004-08-27  David Schleef  <ds@schleef.org>
13459
13460         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
13461         * sys/sunaudio/gstsunaudiosrc.c:
13462         * sys/sunaudio/gstsunaudiosrc.h:
13463
13464 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
13465
13466         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
13467         handle EOS correctly
13468         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
13469         * gst/matroska/matroska-mux.h:
13470         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
13471         VFW compatibility mode
13472
13473 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13474
13475         patch by: Zaheer Abbas Merali
13476
13477         * ext/ogg/gstoggmux.c:
13478         * ext/vorbis/vorbisenc.c:
13479         * ext/vorbis/vorbisenc.h:
13480           handle NEWMEDIA
13481
13482 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
13483
13484         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
13485         fix byte order reversion on little endian machines.
13486         * gst/matroska/matroska-mux.c: (audiosink_templ),
13487         (gst_matroska_mux_audio_pad_link):
13488         add TTA codec to the list of supported codecs.
13489         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
13490         (gst_matroska_mux_start), (gst_matroska_mux_finish),
13491         (gst_matroska_mux_write_data):
13492         * gst/matroska/matroska-mux.h:
13493         write segment duration correctly, write muxing app string, fixes bugs
13494         #140897 and #140898.
13495         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
13496         wait for all pads to be negotiated before starting to mux.
13497
13498 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13499
13500         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
13501         * ext/lame/gstlame.h:
13502         Added new media support to lame
13503
13504 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
13505
13506         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
13507         send vorbis headers at the beginning of a stream, fixes bug #141554.
13508         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
13509         bug #148950.
13510         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
13511         (gst_matroska_demux_plugin_init):
13512         * gst/matroska/matroska-ids.h:
13513         enable demuxing of TTA audio streams, fixes bug #148951.
13514         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
13515         enable typefinding for TTA audio files, fixes bug #148711.
13516         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
13517         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
13518         fixes playback of packed bitstream and xvid with bframes, bug #135407.
13519
13520 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
13521
13522         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
13523         (gst_riff_read_element_data), (gst_riff_read_seek),
13524         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
13525         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
13526         <teuf@gnome.org>
13527
13528 2004-08-23 Iain <iaingnome@gmail.com>
13529
13530         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
13531         tags. They appear to be handled differently to normal.
13532         (tag_list_to_id3_tag_foreach): Ditto.
13533
13534 2004-08-22  Wim Taymans  <wim@fluendo.com>
13535
13536         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13537         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
13538         Make sure we never send -1 granulepos.
13539
13540 2004-08-20  Wim Taymans  <wim@fluendo.com>
13541
13542         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13543         (gst_ogg_mux_loop):
13544         I will accept bitchslappings with non sharp objects.
13545
13546 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13547
13548         * configure.ac:
13549         Clean up the test for lame presets
13550
13551 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13552
13553         * configure.ac:
13554         * ext/lame/Makefile.am:
13555         * ext/lame/gstlame.c: (gst_lame_class_init),
13556         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
13557         Only enable lame presets if version of lame has presets in API
13558
13559 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
13560         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
13561         * gst/udp/gstudpsrc.h:
13562           Don't call gst_pad_push in a get function. Fixes #150449
13563
13564 2004-08-18  Wim Taymans  <wim@fluendo.com>
13565
13566         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
13567         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
13568         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
13569         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13570         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13571         (gst_fdset_wait):
13572         * gst/tcp/gstfdset.h:
13573         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13574         (gst_multifdsink_client_queue_buffer),
13575         (gst_multifdsink_handle_client_write):
13576         * gst/tcp/gstmultifdsink.h:
13577         Some extra checks in gstfdset.
13578         Only use send() when the fd is a socket. Don't try to
13579         read from write only fds.
13580
13581 2004-08-18  Wim Taymans  <wim@fluendo.com>
13582
13583         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
13584         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
13585         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13586         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13587         (gst_fdset_wait):
13588         Add more locking and bounds checking.
13589
13590 2004-08-18  Wim Taymans  <wim@fluendo.com>
13591
13592         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
13593         Realloc test fdset in the lock and right before starting
13594         the poll call. Bump the limit to 4096.
13595
13596 2004-08-17  David Schleef  <ds@schleef.org>
13597
13598         * sys/sunaudio/Makefile.am:
13599         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
13600         of rates and channels.  Make debugging less obnoxious.
13601
13602         Patch from Balamurali Viswanathan implementing a mixer for
13603         Sun audio.  (bug #144091):
13604         * sys/sunaudio/gstsunelement.c:
13605         * sys/sunaudio/gstsunelement.h:
13606         * sys/sunaudio/gstsunmixer.c:
13607         * sys/sunaudio/gstsunmixer.h:
13608
13609 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13610
13611         * gst/audioscale/gstaudioscale.c:
13612         * gst/audioscale/gstaudioscale.h:
13613         made audioscale resample from any sample rate to any sample rate
13614
13615 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13616
13617         * ext/libpng/gstpngdec.c:
13618           error out on unsupported types
13619
13620 2004-08-17  Iain <iaingnome@gmail.com>
13621
13622         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
13623         mid_side and loose_mid_side properties if its a stereo stream.
13624
13625 2004-08-17  Wim Taymans  <wim@fluendo.com>
13626
13627         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
13628         (theora_get_formats), (theora_dec_src_convert),
13629         (theora_dec_sink_convert), (theora_dec_src_query),
13630         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
13631         Add a debug line.
13632
13633 2004-08-17  Wim Taymans  <wim@fluendo.com>
13634
13635         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
13636         (gst_ogg_pad_push):
13637         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13638         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
13639         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
13640         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
13641         Mark delta units in the muxer.
13642         Try to decode the packet after an out-of-sync error from
13643         libogg.
13644
13645 2004-08-17  Wim Taymans  <wim@fluendo.com>
13646
13647         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13648         (gst_multifdsink_init), (gst_multifdsink_add),
13649         (gst_multifdsink_client_queue_buffer),
13650         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
13651         * gst/tcp/gstmultifdsink.h:
13652         Added option to send a keyframe to clients as the first buffer.
13653         Make timeout property writable.
13654
13655 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13656
13657         patch by: Wim Taymans
13658
13659         * gst/tcp/gstfdset.c:
13660         * gst/tcp/gstmultifdsink.c:
13661           fix index comparison, should include 0
13662
13663 2004-08-16  Wim Taymans  <wim@fluendo.com>
13664
13665         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
13666         (gst_fdset_add_fd), (gst_fdset_remove_fd),
13667         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13668         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13669         (gst_fdset_wait):
13670           copy when reallocing for poll so the select arguments don't get
13671           changed during the call
13672
13673 2004-08-16  Wim Taymans  <wim@fluendo.com>
13674
13675         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
13676         (gst_theora_enc_class_init), (theora_enc_sink_link),
13677         (theora_buffer_from_packet), (theora_enc_chain):
13678         Fix bug where buffers were not marked as keyframes
13679         correctly.
13680
13681 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13682
13683         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
13684         (gst_lame_preset_get_type), (gst_lame_class_init):
13685         describe the enum values for vbr mode and presets more verbosely
13686
13687 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13688
13689         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
13690         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
13691         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
13692         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
13693         * ext/lame/gstlame.h:
13694         add preset property to lame so it can use lame presets
13695
13696 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13697
13698         * ext/lame/gstlame.c: (gst_lame_get_property):
13699         whoops forgot break, thanks teuf
13700
13701 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13702
13703         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
13704         (gst_lame_class_init), (gst_lame_src_getcaps),
13705         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
13706         (gst_lame_get_property), (gst_lame_setup):
13707         * ext/lame/gstlame.h:
13708         fix lame's broken vbr stuff, allow it to resample if need be, and also
13709         make xing header optional
13710
13711 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13712
13713         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
13714         added getcaps function so samplerate doesnt get fixated to silly values
13715
13716 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13717
13718         * ext/lame/gstlame.c: (gst_lame_src_link):
13719         revert previous fix
13720
13721 2004-08-12  Johan Dahlin  <johan@gnome.org>
13722
13723         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
13724         checks. Doesn't matter what state we are in. Interfaces are a
13725         compile time thing, not runtime. It also broke the python bindings.
13726
13727 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13728
13729         * ext/lame/gstlame.c: (gst_lame_src_link):
13730         made source pad link function check if sinkpad is ok..fixes the problem
13731         where core fixates the output rate of lame stupidly
13732
13733 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13734
13735         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
13736         * sys/v4l/v4l_calls.c:
13737         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
13738           fix fixate function to handle nonsimple caps.
13739           remove bogus check in _link
13740           cleanups
13741
13742 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13743
13744         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
13745         set default compression ratio parameter to 0.0 so bitrate parameter
13746         works :)
13747
13748 2004-08-11  David Schleef  <ds@schleef.org>
13749
13750         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
13751
13752 2004-08-11  David Schleef  <ds@schleef.org>
13753
13754         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
13755         before.
13756
13757 2004-08-11  David Schleef  <ds@schleef.org>
13758
13759         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
13760
13761 2004-08-11  David Schleef  <ds@schleef.org>
13762
13763         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
13764           license field
13765         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
13766         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
13767           LGPL.
13768         * gst/auparse/gstauparse.c: Fix plugin license field.
13769         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
13770         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
13771         * gst/rtp/gstrtp.c: Fix plugin license field.
13772
13773 2004-08-11  Wim Taymans  <wim@fluendo.com>
13774
13775         * gst/tcp/Makefile.am:
13776         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
13777         (ensure_size), (gst_fdset_new), (gst_fdset_free),
13778         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
13779         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
13780         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
13781         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
13782         (gst_fdset_fd_can_write), (gst_fdset_wait):
13783         * gst/tcp/gstfdset.h:
13784         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
13785         (gst_multifdsink_class_init), (gst_multifdsink_init),
13786         (gst_multifdsink_add), (gst_multifdsink_remove),
13787         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13788         (gst_multifdsink_remove_client_link),
13789         (gst_multifdsink_handle_client_read),
13790         (gst_multifdsink_client_queue_data),
13791         (gst_multifdsink_client_queue_caps),
13792         (gst_multifdsink_client_queue_buffer),
13793         (gst_multifdsink_handle_client_write),
13794         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13795         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
13796         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
13797         (gst_multifdsink_close):
13798         * gst/tcp/gstmultifdsink.h:
13799         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13800         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13801         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
13802         (gst_tcpserversink_close):
13803         * gst/tcp/gsttcpserversink.h:
13804         Abstracted away the select call, implemented poll (yes we ran into
13805         the 1024 limit in production).
13806
13807 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13808
13809         * gst/tcp/gsttcp.c:
13810         * gst/tcp/gsttcpplugin.c:
13811           improve debuggging, remove assert
13812
13813 2004-08-10  Wim Taymans  <wim@fluendo.com>
13814
13815         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
13816         (gst_client_status_get_type), (gst_multifdsink_class_init),
13817         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
13818         (gst_multifdsink_handle_client_read),
13819         (gst_multifdsink_handle_client_write),
13820         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13821         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
13822         (gst_multifdsink_get_property):
13823         * gst/tcp/gstmultifdsink.h:
13824         * gst/tcp/gsttcp-marshal.list:
13825         Starting to prepare for specifying buffer time in other units
13826         than buffers. Expose remove reason in signal.
13827
13828 2004-08-10  Wim Taymans  <wim@fluendo.com>
13829
13830         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13831         (gst_multifdsink_remove), (gst_multifdsink_clear),
13832         (gst_multifdsink_remove_client_link),
13833         (gst_multifdsink_handle_client_read),
13834         (gst_multifdsink_client_queue_data),
13835         (gst_multifdsink_client_queue_buffer),
13836         (gst_multifdsink_handle_client_write),
13837         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13838         (gst_multifdsink_chain), (gst_multifdsink_close):
13839         * gst/tcp/gstmultifdsink.h:
13840         Added more debugging info. Changed the way clients are
13841         removed from the lists. Fixed a bug where a bad file descriptor
13842         could cause many clients to be removed.
13843
13844 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13845
13846         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
13847           allow all pixel-aspect-ratios, not just 1:1
13848
13849 2004-08-09  David Schleef  <ds@schleef.org>
13850
13851         * sys/glsink/ARB_multitexture.h:  Remove old files.
13852         * sys/glsink/EXT_paletted_texture.h:
13853         * sys/glsink/NV_register_combiners.h:
13854         * sys/glsink/gstgl_nvimage.c:
13855         * sys/glsink/gstgl_pdrimage.c:
13856         * sys/glsink/gstgl_rgbimage.c:
13857         * sys/glsink/gstglsink.c:
13858         * sys/glsink/gstglsink.h:
13859         * sys/glsink/gstglxwindow.c:
13860         * sys/glsink/regcomb_yuvrgb.c:
13861
13862 2004-08-09  David Schleef  <ds@schleef.org>
13863
13864         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
13865         GL sink plugin.  (Bug #147302)
13866
13867         * configure.ac: Test for OpenGL
13868         * sys/Makefile.am: Use test for OpenGL
13869         * sys/glsink/Makefile.am:
13870         * sys/glsink/glimagesink.c: rewrite
13871         * sys/glsink/glimagesink.h: rewrite
13872
13873 2004-08-09  David Schleef  <ds@schleef.org>
13874
13875         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
13876         sane framerates.
13877         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
13878         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
13879         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
13880
13881 2004-08-09  Wim Taymans  <wim@fluendo.com>
13882
13883         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13884         (gst_multifdsink_add), (gst_multifdsink_get_stats),
13885         (gst_multifdsink_client_remove),
13886         (gst_multifdsink_handle_client_read),
13887         (gst_multifdsink_handle_client_write),
13888         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
13889         Do a bit more logging, make the client_read code more robust.
13890
13891 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13892
13893         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
13894         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
13895         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
13896         (gst_jpegdec_init), (gst_jpegdec_chain):
13897         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13898         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
13899           cleanups, debugging fixes and memleak plugging
13900
13901 2004-08-09  Wim Taymans  <wim@fluendo.com>
13902
13903         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
13904         (theora_get_formats), (theora_dec_src_convert),
13905         (theora_dec_sink_convert), (theora_dec_src_query),
13906         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
13907         (theora_dec_change_state):
13908         Don't crash on missing header packets.
13909
13910 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13911
13912         * po/LINGUAS:
13913         * po/sq.po:
13914           Added Albanian translation (Laurent Dhima)
13915         * po/cs.po:
13916           updated
13917
13918 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13919
13920         * ext/lame/gstlame.c:
13921           fix/add debugging
13922
13923 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13924
13925         * sys/ximage/ximagesink.c:
13926         * sys/xvimage/xvimagesink.c:
13927           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
13928
13929 2004-08-06  Wim Taymans  <wim@fluendo.com>
13930
13931         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13932         (gst_multifdsink_add), (gst_multifdsink_get_stats),
13933         (gst_multifdsink_client_remove),
13934         (gst_multifdsink_handle_client_read),
13935         (gst_multifdsink_handle_client_write),
13936         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
13937         Make sure we don't try to read more from a client that what
13938         ioctl says us or we deadlock.
13939
13940 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13941
13942         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
13943         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
13944         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
13945           decouple running_time and n_frames so it can handle changing
13946           framerate while running
13947
13948 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13949
13950         * po/nl.po:
13951         * po/sv.po:
13952           updated translations
13953
13954 2004-08-04  Benjamin Otte  <otte@gnome.org>
13955
13956         * gst/videotestsrc/gstvideotestsrc.c:
13957         (gst_videotestsrc_get_capslist), (generate_capslist),
13958         (plugin_init):
13959           generate the list of supported caps at startup and reuse it instead
13960           of always generating it
13961
13962 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13963
13964         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
13965           whoops, last checkin broke normal build
13966
13967 2004-08-03  Benjamin Otte  <otte@gnome.org>
13968
13969         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
13970         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13971         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
13972         (gst_alsa_mixer_get_option):
13973         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
13974         (dvdnavsrc_print_event):
13975         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
13976         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
13977         (gst_ogg_mux_pad_unlink):
13978         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
13979         (gst_multipart_mux_pad_unlink):
13980         * gst/videofilter/gstvideobalance.c:
13981         (gst_videobalance_colorbalance_set_value):
13982         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
13983         (gst_videomixer_pad_unlink):
13984         * po/uk.po:
13985         * sys/oss/gstossmixer.c:
13986         * sys/v4l/gstv4lcolorbalance.c:
13987         * sys/v4l/gstv4ltuner.c:
13988         * sys/v4l/v4lsrc_calls.c:
13989         * sys/v4l2/gstv4l2colorbalance.c:
13990         * sys/v4l2/gstv4l2tuner.c:
13991           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
13992
13993 2004-08-03  Benjamin Otte  <otte@gnome.org>
13994
13995         * examples/dynparams/filter.c: (ui_control_create):
13996         * examples/gstplay/player.c: (print_tag):
13997         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
13998         * ext/gdk_pixbuf/gstgdkanimation.c:
13999         (gst_gdk_animation_iter_may_advance):
14000         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
14001         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
14002         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
14003         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
14004         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
14005         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
14006         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
14007         * gst/sine/demo-dparams.c: (main):
14008         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
14009         * testsuite/alsa/formats.c: (create_pipeline):
14010         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
14011           fixes for G_DISABLE_ASSERT and friends
14012         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
14013         (mp3_type_frame_length_from_header), (mp3_type_find),
14014         (plugin_init):
14015           require mp3 typefinding to have at least MIN_HEADERS valid headers
14016           add typefinding for AAC adts files
14017
14018 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
14019
14020         * sys/ximage/ximagesink.c:
14021         (gst_ximagesink_calculate_pixel_aspect_ratio):
14022         * sys/xvimage/xvimagesink.c:
14023         (gst_xvimagesink_calculate_pixel_aspect_ratio):
14024         Make sure we calculate pixel-aspect-ratio using floating point maths
14025
14026 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14027
14028         * po/uk.po:
14029           updated translation
14030
14031 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14032
14033         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
14034         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
14035           add debugging for display PAR calculation
14036
14037 2004-08-02  David Schleef  <ds@schleef.org>
14038
14039         * configure.ac: Fix mikmod CFLAGS.
14040
14041 2004-07-27  Benjamin Otte  <otte@gnome.org>
14042
14043         * gst/audioscale/gstaudioscale.c:
14044         - fix templates to only support S16, it's the only format that works
14045         - make caps nego code use try_set_caps_nonfixed and fixation instead
14046         of try_set_caps twice, which is not nice for autopluggers
14047         - change rank to secondary, so autopluggers can pick it up after
14048         audioconvert
14049
14050 2004-08-02  Iain <iain@prettypeople.org>
14051
14052         * gst/interleave/interleave.c (interleave_init),
14053         (interleave_request_new_pad),
14054         (interleave_pad_removed),
14055         (interleave_buffered_loop): Use the real pad count, not the artificial
14056         one.
14057
14058 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14059
14060         * configure.ac: bump nano back to development
14061
14062 === release 0.8.3 ===
14063
14064 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14065
14066         * configure.ac: releasing 0.8.3, "Water"
14067
14068 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14069
14070         * sys/xvimage/xvimagesink.c:
14071         (gst_xvimagesink_calculate_pixel_aspect_ratio),
14072         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
14073         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
14074         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
14075         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
14076         * sys/xvimage/xvimagesink.h:
14077           apply similar PAR fixes as to ximagesink
14078
14079 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14080
14081         patch from: Benjamin Otte
14082
14083         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
14084           add link function to lame.  Fixes #148986.
14085
14086 2004-08-02  Johan Dahlin  <johan@gnome.org>
14087
14088         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
14089         fix debugging log
14090
14091 2004-07-30  David Schleef  <ds@schleef.org>
14092
14093         * gst/videomixer/Makefile.am: Fix things that should have been
14094         fixed in the last checkin.
14095
14096 2004-07-30  David Schleef  <ds@schleef.org>
14097
14098         * gst/multipart/Makefile.am: Fix things that should have been
14099         fixed in the last checkin.
14100
14101 2004-07-30  David Schleef  <ds@schleef.org>
14102
14103         * testsuite/multifilesink/Makefile.am: Fix unused variable.
14104
14105 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14106
14107         * configure.ac:
14108           bump nano for prerelease
14109         * po/af.po:
14110         * po/az.po:
14111         * po/cs.po:
14112         * po/en_GB.po:
14113         * po/hu.po:
14114         * po/nl.po:
14115         * po/sr.po:
14116         * po/sv.po:
14117         * po/uk.po:
14118           updates
14119
14120 2004-07-30  Wim Taymans  <wim@fluendo.com>
14121
14122         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14123         (gst_multifdsink_add), (gst_multifdsink_remove),
14124         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
14125         (gst_multifdsink_client_remove),
14126         (gst_multifdsink_handle_client_write),
14127         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
14128         * gst/tcp/gstmultifdsink.h:
14129         Recover from a select with a bad file descriptor by removing
14130         the client.
14131
14132 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14133
14134         * configure.ac:
14135           fix requirement of core
14136         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
14137         (gst_play_pipeline_setup):
14138           don't use colorspace element.  do use hermescolorspace element.
14139           make macro to get a colorspace element.
14140           mark strings for translation.
14141         * po/POTFILES.in:
14142           add play.c
14143         * po/af.po:
14144         * po/az.po:
14145         * po/cs.po:
14146         * po/en_GB.po:
14147         * po/hu.po:
14148         * po/nl.po:
14149         * po/sr.po:
14150         * po/sv.po:
14151         * po/uk.po:
14152           update translations
14153
14154 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14155
14156         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
14157         fix default for newmedia flag
14158
14159 2004-07-30  Wim Taymans  <wim@fluendo.com>
14160
14161         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
14162         (gst_theora_dec_init), (theora_get_formats),
14163         (theora_dec_src_convert), (theora_dec_sink_convert),
14164         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14165         (theora_dec_chain), (theora_dec_set_property),
14166         (theora_dec_get_property):
14167         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
14168         (gst_theora_enc_class_init), (gst_theora_enc_init),
14169         (theora_enc_sink_link), (theora_enc_chain),
14170         (theora_enc_set_property), (theora_enc_get_property):
14171         Added cropping option to theora decoder.
14172         Added border option to theora encoder.
14173
14174 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14175
14176         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14177         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
14178         (gst_pngenc_set_property):
14179         * ext/libpng/gstpngenc.h:
14180         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
14181
14182 2004-07-30  Wim Taymans  <wim@fluendo.com>
14183
14184         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14185         (theora_enc_sink_link), (theora_enc_chain),
14186         (theora_enc_set_property), (theora_enc_get_property):
14187         Fix encoding of non-multiple-of-16 video.
14188
14189 2004-07-29  David Schleef  <ds@schleef.org>
14190
14191         * configure.ac: make test for audiofile more strict
14192
14193 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14194
14195         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14196           give different names to typefind functions
14197
14198 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14199
14200         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14201         (gst_ximagesink_calculate_pixel_aspect_ratio),
14202         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
14203         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
14204         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
14205         (gst_ximagesink_get_property), (gst_ximagesink_init):
14206         * sys/ximage/ximagesink.h:
14207           allocate PAR's dynamically.
14208           use autodetected PAR if no object-set PAR is given.
14209           add workaround for directfb's X not setting physical size.
14210           fix to xvimagesink will follow tomorrow.
14211
14212 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14213
14214         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
14215         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
14216         (gst_shout2send_get_type), (gst_shout2send_set_clock),
14217         (gst_shout2send_class_init), (gst_shout2send_init),
14218         (set_shout_metadata), (gst_shout2send_set_metadata),
14219         (gst_shout2send_chain), (gst_shout2send_set_property),
14220         (gst_shout2send_get_property), (gst_shout2send_connect),
14221         (gst_shout2send_change_state):
14222         * ext/shout2/gstshout2.h:
14223         - fix for sending mp3 audio to icecast2 server, if pad link function not
14224         called before PAUSED state
14225         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
14226         - added tagging support for mp3 audio broadcasted
14227         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
14228         debug info
14229
14230 2004-07-28  Wim Taymans  <wim@fluendo.com>
14231
14232         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
14233         (gst_ogg_demux_push):
14234         Return query failure when we don't know the length of
14235         an ogg stream insteda of returning TRUE with a bogus value.
14236
14237 2004-07-28  Wim Taymans  <wim@fluendo.com>
14238
14239         * ext/theora/theoradec.c: (theora_get_formats),
14240         (theora_dec_src_convert), (theora_dec_sink_convert),
14241         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14242         (theora_dec_chain):
14243         Don't screw up the 1 Chroma for 1 luma sample situation when we
14244         have an odd offset/width by adding a black border in those cases.
14245
14246 2004-07-28  Wim Taymans  <wim@fluendo.com>
14247
14248         * ext/theora/theoradec.c: (theora_get_formats),
14249         (theora_dec_src_convert), (theora_dec_sink_convert),
14250         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14251         (theora_dec_chain):
14252         * ext/theora/theoraenc.c: (theora_enc_sink_link):
14253         Added first attempt at cropping of the image as required by the
14254         theora spec. We need more properties in the caps (offset_x,
14255         offset_y,stride) to implement this correctly.
14256
14257 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
14258
14259         * ext/dvdnav/README:
14260           Update the README to use dvddemux
14261         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
14262           Ensure getcaps returns a subset of the template caps
14263         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
14264         (gst_mpeg2subt_init):
14265           Ensure getcaps returns a subset of the template caps
14266         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
14267         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
14268         (gst_dvd_demux_get_subpicture_stream),
14269         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
14270         * gst/mpegstream/gstdvddemux.h:
14271           Set the explicit caps on the current_video pad before pushing
14272           anything
14273         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
14274         (gst_mpeg_demux_get_audio_stream):
14275           Free caps used to gst_pad_set_explicit_caps, which takes a const
14276           GstCaps *
14277
14278 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14279
14280         * configure.ac: update GStreamer requirement to 0.8.4 because of
14281           GstFraction.
14282
14283 2004-07-28  Wim Taymans  <wim@fluendo.com>
14284
14285         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
14286         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
14287         Add the pad to the element after setting up the caps. This
14288         makes it a lot easier to autoplug.
14289
14290 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
14291
14292         * gst/median/gstmedian.c:
14293         * gst/mpeg2subt/gstmpeg2subt.c:
14294         * gst/mpegaudioparse/gstmpegaudioparse.c:
14295         * gst/mpegstream/gstdvddemux.c:
14296         * gst/mpegstream/gstmpegdemux.c:
14297         * gst/mpegstream/gstmpegpacketize.c:
14298         * gst/rtjpeg/gstrtjpeg.c:
14299         * gst/rtjpeg/gstrtjpegdec.c:
14300         * gst/rtjpeg/gstrtjpegenc.c:
14301         * gst/sine/gstsinesrc.c:
14302         * gst/smooth/gstsmooth.c:
14303         * gst/smpte/gstsmpte.c:
14304         * gst/smpte/gstsmpte.h:
14305         * gst/stereo/gststereo.c:
14306         * gst/videofilter/gstgamma.c:
14307         * gst/videofilter/gstvideobalance.c:
14308         * gst/videofilter/gstvideofilter.c:
14309         * gst/videofilter/gstvideoflip.c:
14310         * gst/videoscale/gstvideoscale.c:
14311         * gst/videoscale/videoscale.c:
14312         * gst/videotestsrc/gstvideotestsrc.c:
14313         * gst/videotestsrc/videotestsrc.c:
14314         * gst/wavenc/gstwavenc.c:
14315         * gst/wavparse/gstwavparse.c:
14316           fix local includes and 64 bits constants
14317
14318 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
14319
14320         * win32/gst.sln:
14321         * gst-libs/gst/*/*.vcproj:
14322         * gst/*/*.vcproj:
14323           more working plugins
14324
14325 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14326
14327         * testsuite/alsa/Makefile.am:
14328         * testsuite/alsa/srcstate.c:
14329         add test for alsasrc changing state
14330
14331 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14332
14333         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
14334         (gst_silence_get):
14335         * gst/silence/gstsilence.h:
14336         fix silence generation for 16bit raw audio
14337
14338 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14339
14340         * gst/matroska/matroska-demux.c:
14341         (gst_matroska_demux_parse_metadata),
14342         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
14343         * gst/mpegaudio/common.c:
14344         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
14345         (gst_videoscale_getcaps), (gst_videoscale_link),
14346         (gst_videoscale_src_fixate), (gst_videoscale_init),
14347         (gst_videoscale_finalize):
14348         * gst/videoscale/gstvideoscale.h:
14349         * gst/videotestsrc/gstvideotestsrc.c:
14350         (gst_videotestsrc_get_capslist):
14351         * gst/wavenc/gstwavenc.c:
14352         * sys/oss/gstossmixer.c: (fill_labels):
14353         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14354         (gst_ximagesink_handle_xevents),
14355         (gst_ximagesink_calculate_pixel_aspect_ratio),
14356         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
14357         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
14358         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
14359         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
14360         (gst_ximagesink_init), (gst_ximagesink_class_init):
14361         * sys/ximage/ximagesink.h:
14362         * sys/xvimage/xvimagesink.c:
14363         (gst_xvimagesink_calculate_pixel_aspect_ratio),
14364         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
14365         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
14366         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
14367         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
14368         * sys/xvimage/xvimagesink.h:
14369           first batch of pixel aspect ratio commits.
14370
14371 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14372
14373         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14374         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
14375         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
14376           handle stride, needs work if we want to move stride handling
14377           upstream, but works correctly for our purposes.
14378
14379 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14380
14381         * gst/videoscale/README:
14382           add testing examples
14383         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
14384         (gst_videoscale_chain):
14385         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
14386         (gst_videoscale_get_size):
14387           add get_size function that handles stride like videotestsrc.
14388           fixes conversion for YUV formats for as much as I can test them.
14389
14390 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14391
14392         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
14393         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
14394         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14395         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
14396         (gst_xvimagesink_xvimage_put):
14397           further cleanups, logging, error handling and synchronizing
14398
14399 2004-07-27  Wim Taymans  <wim@fluendo.com>
14400
14401         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14402         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
14403         (gst_videomixer_pad_set_property),
14404         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
14405         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14406         (gst_videomixer_class_init), (gst_videomixer_init),
14407         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
14408         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
14409         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
14410         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
14411         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14412         (gst_videomixer_loop), (plugin_init):
14413         Be a nicer negotiation citizen and provide a getcaps function on
14414         the srcpad. This also fixes a crash when resizing.
14415
14416 2004-07-27  Julien MOUTTE  <julien@moutte.net>
14417
14418         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14419         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
14420
14421 2004-07-27  Wim Taymans  <wim@fluendo.com>
14422
14423         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
14424         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14425         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
14426         (gst_pngenc_set_property):
14427         * ext/libpng/gstpngenc.h:
14428         Added snapshot property to pngenc.
14429         removed g_print from pngdec
14430
14431 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
14432
14433         * gst/ac3parse/ac3parse.vcproj
14434         * gst/adder/adder.vcproj
14435         * gst/alpha/alpha.vcproj
14436         * gst/alpha/alphacolor.vcproj
14437         * gst/asfdemux/asf.vcproj
14438         * gst/audioconvert/audioconvert.vcproj
14439         * gst/audiorate/audiorate.vcproj
14440         * gst/audioscale/audioscale.vcproj
14441         * gst/auparse/auparse.vcproj
14442         * gst/avi/avi.vcproj
14443         * gst/cdxaparse/cdxaparse.vcproj
14444         * gst/chart/chart.vcproj
14445         * gst/colorspace/colorspace.vcproj
14446         * gst/cutter/cutter.vcproj
14447         * gst/debug/debug.vcproj
14448         * gst/debug/efence.vcproj
14449         * gst/debug/navigationtest.vcproj
14450         * gst/deinterlace/deinterlace.vcproj
14451         * gst/effectv/effectv.vcproj
14452         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
14453         * gst/filter/filter.vcproj
14454         * gst/flx/flxdec.vcproj
14455         * gst/goom/goom.vcproj
14456         * gst/interleave/interleave.vcproj
14457         * gst/law/alaw.vcproj
14458         * gst/law/mulaw.vcproj
14459         * gst/matroska/matroska.vcproj
14460         * gst/median/median.vcproj
14461         * gst/mixmatrix/mixmatrix.vcproj
14462         * gst/mpeg1sys/mpeg1systemencode.vcproj
14463         * gst/mpeg1videoparse/mp1videoparse.vcproj
14464         * gst/mpeg2sub/mpeg2subt.vcproj
14465         * gst/mpegaudio/mpegaudio.vcproj
14466         * gst/mpegaudioparse/mpegaudioparse.vcproj
14467         * gst/mpegstream/mpegstream.vcproj
14468         * gst/multifilesink/multifilesink.vcproj
14469         * gst/multipart/multipart.vcproj
14470         * gst/oneton/oneton.vcproj
14471         * gst/overlay/overlay.vcproj
14472         * gst/passthrough/passthrough.vcproj
14473         * gst/qtdemux/qtdemux.vcproj
14474         * gst/realmedia/rmdemux.vcproj
14475         * gst/rtjpeg/rtjpeg.vcproj
14476         * gst/rtp/rtp.vcproj
14477         * gst/silence/silence.vcproj
14478         * gst/sine/sinesrc.vcproj
14479         * gst/smooth/smooth.vcproj
14480         * gst/smpte/smpte.vcproj
14481         * gst/spectrum/spectrum.vcproj
14482         * gst/speed/speed.vcproj
14483         * gst/stereo/stereo.vcproj
14484         * gst/switch/switch.vcproj
14485         * gst/tags/tagedit.vcproj
14486         * gst/tcp/tcp.vcproj
14487         * gst/typefind/typefindfunctions.vcproj
14488         * gst/udp/udp.vcproj
14489         * gst/videobox/videobox.vcproj
14490         * gst/videocrop/videocrop.vcproj
14491         * gst/videodrop/videodrop.vcproj
14492         * gst/videofilter/gamma.vcproj
14493         * gst/videofilter/videobalance.vcproj
14494         * gst/videofilter/videofilter.vcproj
14495         * gst/videofilter/videoflip.vcproj
14496         * gst/videoflip/videoflip.vcproj
14497         * gst/videomixer/videomixer.vcproj
14498         * gst/videorate/videorate.vcproj
14499         * gst/videoscale/videoscale.vcproj
14500         * gst/videotestsrc/videotestsrc.vcproj
14501         * gst/virtualdub/virtualdub.vcproj
14502         * gst/volenv/volenv.vcproj
14503         * gst/volume/volume.vcproj
14504         * gst/wavenc/wavenc.vcproj
14505         * gst/wavparse/wavparse.vcproj
14506         * gst/y4m/y4menc.vcproj
14507         * gst-libs/gst/audio/audio.vcproj
14508         * gst-libs/gst/audio/audiofilter.vcproj
14509         * gst-libs/gst/colorbalance/colorbalance.vcproj
14510         * gst-libs/gst/idct/idtc.vcproj
14511         * gst-libs/gst/media-info/media-info.vcproj
14512         * gst-libs/gst/mixer/mixer.vcproj
14513         * gst-libs/gst/navigation/navigation.vcproj
14514         * gst-libs/gst/play/play.vcproj
14515         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
14516         * gst-libs/gst/resample/resample.vcproj
14517         * gst-libs/gst/riff/riff.vcproj
14518         * gst-libs/gst/tuner/tuner.vcproj
14519         * gst-libs/gst/video/video.vcproj
14520         * gst-libs/gst/xoverlay/xoverlay.vcproj
14521           avoid problems with math.h, fix release dependancy
14522           rename GStreamer-0.8.lib to libgstreamer.lib
14523
14524 2004-07-27  Julien MOUTTE  <julien@moutte.net>
14525
14526         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
14527         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
14528         the atom is not available we have to unlock the mutex. Fixes #148023
14529
14530 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14531
14532         * gst-libs/gst/media-info/media-info.h:
14533           issue for a vararg macro with MSVC
14534
14535 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14536
14537         * gst/effectv/effectv.vcproj
14538         * gst-libs/gst/idct/idct.vcproj:
14539         * gst-libs/gst/media-info/media-info.vcproj:
14540         * gst-libs/gst/navigation/navigation.vcproj:
14541         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
14542         * gst-libs/gst/video/video.vcproj:
14543         * gst-libs/gst/xoverlay/xoverlay.vcproj:
14544           fixes for build problems
14545
14546 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14547
14548         * gst-libs/gst/audio/audio.def:
14549         * gst-libs/gst/audio/riff.def:
14550           add some definitions needed by plugins
14551
14552 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14553
14554         * gst/asfdemux/gstasfmux.c
14555           Fix some 64 bits constants to be glib friendly
14556
14557 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14558
14559         * gst/ac3parse/gstac3parse.c
14560         * gst/audioscale/gstaudioscale.c
14561         * gst/auparse/gstauparse.c
14562         * gst/colorspace/gstcolorspace.c
14563         * gst/colorspace/yuv2rgb.h
14564           local include fixes
14565
14566 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14567
14568         * win32/gst.sln
14569           add more plugins to the build
14570
14571 2004-07-26  Julien MOUTTE  <julien@moutte.net>
14572
14573         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
14574         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
14575
14576 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14577
14578         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
14579         (gst_level_set_property), (gst_level_get_property),
14580         (gst_level_base_init), (gst_level_class_init):
14581           add debugging categories.  cleanups.
14582
14583 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14584
14585         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
14586         (gst_videoscale_planar411), (gst_videoscale_planar400),
14587         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
14588         (gst_videoscale_scale_nearest_str1),
14589         (gst_videoscale_scale_nearest_str2),
14590         (gst_videoscale_scale_nearest_str4),
14591         (gst_videoscale_scale_nearest_16bit),
14592         (gst_videoscale_scale_nearest_24bit):
14593           fixed stride issues
14594           tested with 320x240 -> 321, 322, 324 x240
14595           tested with YV12, I420, YUY2, UYVY
14596           fixed packed422rev (don't think it could have worked before)
14597           by testing with UYVY
14598
14599 2004-07-26  Benjamin Otte  <otte@gnome.org>
14600
14601         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
14602         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
14603         (plugin_init):
14604           add debugging category, add error checks like checking return values
14605           of setup calls, make sure it still works after
14606           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
14607
14608 2004-07-26  Wim Taymans  <wim@fluendo.com>
14609
14610         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
14611         (gst_mpeg_demux_get_audio_stream),
14612         (gst_mpeg_demux_process_private):
14613         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
14614         Check for error codes from the negotiation functions. Make sure
14615         we really set the pad caps when a new pad is created.
14616
14617 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14618
14619         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14620         (gst_ffmpeg_caps_to_pix_fmt):
14621         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
14622         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14623         (gst_ffmpegcolorspace_pad_link):
14624           don't make function do two things at the same time without reason.
14625
14626 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14627
14628         * gst/ac3parse/ac3parse.vcproj
14629         * gst/adder/adder.vcproj
14630         * gst/alpha/alpha.vcproj
14631         * gst/alpha/alphacolor.vcproj
14632         * gst/asfdemux/asf.vcproj
14633         * gst/audioconvert/audioconvert.vcproj
14634         * gst/audiorate/audiorate.vcproj
14635         * gst/audioscale/audioscale.vcproj
14636         * gst/auparse/auparse.vcproj
14637         * gst/avi/avi.vcproj
14638         * gst/cdxaparse/cdxaparse.vcproj
14639         * gst/chart/chart.vcproj
14640         * gst/colorspace/colorspace.vcproj
14641         * gst/cutter/cutter.vcproj
14642         * gst/debug/debug.vcproj
14643         * gst/debug/efence.vcproj
14644         * gst/debug/navigationtest.vcproj
14645         * gst/deinterlace/deinterlace.vcproj
14646         * gst/effectv/effectv.vcproj
14647         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
14648         * gst/filter/filter.vcproj
14649         * gst/flx/flxdec.vcproj
14650         * gst/goom/goom.vcproj
14651         * gst/interleave/interleave.vcproj
14652         * gst/law/alaw.vcproj
14653         * gst/law/mulaw.vcproj
14654         * gst/matroska/matroska.vcproj
14655         * gst/median/median.vcproj
14656         * gst/mixmatrix/mixmatrix.vcproj
14657         * gst/mpeg1sys/mpeg1systemencode.vcproj
14658         * gst/mpeg1videoparse/mp1videoparse.vcproj
14659         * gst/mpeg2sub/mpeg2subt.vcproj
14660         * gst/mpegaudio/mpegaudio.vcproj
14661         * gst/mpegaudioparse/mpegaudioparse.vcproj
14662         * gst/mpegstream/mpegstream.vcproj
14663         * gst/multifilesink/multifilesink.vcproj
14664         * gst/multipart/multipart.vcproj
14665         * gst/oneton/oneton.vcproj
14666         * gst/overlay/overlay.vcproj
14667         * gst/passthrough/passthrough.vcproj
14668         * gst/qtdemux/qtdemux.vcproj
14669         * gst/realmedia/rmdemux.vcproj
14670         * gst/rtjpeg/rtjpeg.vcproj
14671         * gst/rtp/rtp.vcproj
14672         * gst/silence/silence.vcproj
14673         * gst/sine/sinesrc.vcproj
14674         * gst/smooth/smooth.vcproj
14675         * gst/smpte/smpte.vcproj
14676         * gst/spectrum/spectrum.vcproj
14677         * gst/speed/speed.vcproj
14678         * gst/stereo/stereo.vcproj
14679         * gst/switch/switch.vcproj
14680         * gst/tags/tagedit.vcproj
14681         * gst/tcp/tcp.vcproj
14682         * gst/typefind/typefindfunctions.vcproj
14683         * gst/udp/udp.vcproj
14684         * gst/videobox/videobox.vcproj
14685         * gst/videocrop/videocrop.vcproj
14686         * gst/videodrop/videodrop.vcproj
14687         * gst/videofilter/gamma.vcproj
14688         * gst/videofilter/videobalance.vcproj
14689         * gst/videofilter/videofilter.vcproj
14690         * gst/videofilter/videoflip.vcproj
14691         * gst/videoflip/videoflip.vcproj
14692         * gst/videomixer/videomixer.vcproj
14693         * gst/videorate/videorate.vcproj
14694         * gst/videoscale/videoscale.vcproj
14695         * gst/videotestsrc/videotestsrc.vcproj
14696         * gst/virtualdub/virtualdub.vcproj
14697         * gst/volenv/volenv.vcproj
14698         * gst/volume/volume.vcproj
14699         * gst/wavenc/wavenc.vcproj
14700         * gst/wavparse/wavparse.vcproj
14701         * gst/y4m/y4menc.vcproj
14702           more plugins supported under windows
14703
14704 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14705
14706         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14707         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
14708         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
14709         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14710         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
14711           Add debugging statements.  Use the sizes as returned by the
14712           *CreateImage calls.
14713
14714 2004-07-26  Johan Dahlin  <johan@gnome.org>
14715
14716         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
14717         the pad is negotiated.
14718
14719         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
14720
14721 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14722
14723         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14724         * gst-libs/gst/idct/idct.vcproj:
14725         * gst-libs/gst/media-info/media-info.vcproj:
14726         * gst-libs/gst/mixer/mixer.vcproj:
14727         * gst-libs/gst/navigation/navigation.vcproj:
14728         * gst-libs/gst/play/play.vcproj:
14729         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
14730         * gst-libs/gst/resample/resample.vcproj:
14731         * gst-libs/gst/tuner/tuner.vcproj:
14732         * gst-libs/gst/video/video.vcproj:
14733         * gst-libs/gst/xoverlay/xoverlay.vcproj:
14734           more plugins supported under windows
14735
14736 2004-07-25 Iain <iain@prettypeople.org>
14737
14738         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
14739         pad now rather than when the pad is created because state changes wipe
14740         explicit caps (fixes #148043).
14741
14742 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
14743
14744         reviewed by Benjamin Otte  <otte@gnome.org>
14745
14746         * ext/mad/gstmad.c:
14747           fix mad plugin crashing on Sun (fixes #148289)
14748
14749 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
14750
14751         * gst/avi/avi.def:
14752         * gst/avi/avi.vcproj:
14753         * gst/matroska/matroska.def:
14754         * gst/matroska/matroska.vcproj:
14755           remove unused .def files
14756
14757 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
14758
14759         * gst-libs/gst/audio/gstaudiofilter.c:
14760           Clean the local include
14761
14762 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
14763
14764         * win32/gst.sln:
14765         * gst-libs/gst/audio/audio.def:
14766         * gst-libs/gst/audio/audio.vcproj:
14767         * gst-libs/gst/audio/audiofilter.vcproj:
14768         * gst-libs/gst/audio/riff.def:
14769         * gst-libs/gst/audio/riff.vcproj:
14770         * gst-libs/gst/gst-libs.def:
14771         * gst-libs/gst/gst-libs.vcproj:
14772         * gst/avi/avi.vcproj:
14773         * gst/avi/avi.vcproj:
14774           Copy the files where needed after building, cleaner projects
14775
14776 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
14777
14778         * gst/matroska/ebml-write.c:
14779           Fix some 64 bits constants to be glib friendly
14780
14781 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
14782
14783         * win32/gst.sln:
14784         * gst-libs/gst/gst-libs.def:
14785         * gst-libs/gst/gst-libs.vcproj:
14786         * gst/matroska/matroska.def:
14787         * gst/matroska/matroska.vcproj:
14788           Add the preliminary canvas to build plugins on Win32
14789
14790 2004-07-23  Benjamin Otte  <otte@gnome.org>
14791
14792         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14793           don't enfore negotiation from source side, it breaks
14794           sinesrc ! audioconvert ! osssink
14795
14796 2004-07-22  David Schleef  <ds@schleef.org>
14797
14798         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
14799         for ELF files, since they can easily be recognized as audio/mpeg.
14800         (bug #147441)
14801
14802 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14803
14804         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
14805         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
14806         (gst_videoscale_scale_nearest_24bit),
14807         (gst_videoscale_scale_nearest_16bit):
14808           fix 16bit and 24bit for stride (24bit might need testing)
14809           don't pretend we do more than one algorithm
14810
14811 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14812
14813         * configure.ac:
14814         * gst/Makefile.am:
14815         * gst/multifilesink/Makefile.am:
14816         * gst/multifilesink/gstmultifilesink.c:
14817         (gst_multifilesink_get_formats),
14818         (gst_multifilesink_get_query_types), (_do_init),
14819         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
14820         (gst_multifilesink_init), (gst_multifilesink_dispose),
14821         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
14822         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
14823         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
14824         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
14825         (gst_multifilesink_chain), (gst_multifilesink_change_state),
14826         (gst_multifilesink_uri_get_type),
14827         (gst_multifilesink_uri_get_protocols),
14828         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
14829         (gst_multifilesink_uri_handler_init), (plugin_init):
14830         * gst/multifilesink/gstmultifilesink.h:
14831         * testsuite/Makefile.am:
14832         * testsuite/multifilesink/Makefile.am:
14833         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
14834         (gst_newmedia_class_init), (gst_newmedia_init),
14835         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14836         (newfile_signal), (test_signal), (main):
14837         multifilesink plugin for creating new files every time a new media
14838         discontinuity event occurs
14839
14840 2004-07-22  Wim Taymans  <wim@fluendo.com>
14841
14842         * gst/alpha/Makefile.am:
14843         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
14844         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
14845         (gst_alpha_color_init), (gst_alpha_color_set_property),
14846         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
14847         (transform), (gst_alpha_color_chain),
14848         (gst_alpha_color_change_state), (plugin_init):
14849         Stupid plugin to to RGBA to AYUV conversion because none of
14850         the colorspace plugins can handle that yet.
14851
14852 2004-07-22  Wim Taymans  <wim@fluendo.com>
14853
14854         * examples/seeking/seek.c: (update_scale), (main):
14855         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
14856         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
14857         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
14858         (gst_decode_bin_init), (gst_decode_bin_dispose),
14859         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
14860         (no_more_pads), (close_link), (type_found),
14861         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
14862         (plugin_init):
14863         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14864         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
14865         (gst_play_base_bin_dispose), (queue_overrun),
14866         (gen_preroll_element), (remove_prerolls), (unknown_type),
14867         (no_more_pads), (new_stream), (setup_source),
14868         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14869         (play_base_eos), (gst_play_base_bin_change_state),
14870         (gst_play_base_bin_add_element),
14871         (gst_play_base_bin_remove_element),
14872         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
14873         (gst_play_base_bin_unlink_stream),
14874         (gst_play_base_bin_get_streaminfo):
14875         * gst/playback/gstplaybin.c: (gen_video_element),
14876         (gen_audio_element):
14877         * gst/playback/gststreaminfo.h:
14878         More playback updates, attempt to fix things after the state change
14879         breakage.
14880
14881 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14882
14883         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
14884         (gst_videoscale_scale_nearest_16bit):
14885           comment algorithm
14886
14887 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14888
14889         * gst/videotestsrc/gstvideotestsrc.c:
14890         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
14891         (gst_videotestsrc_init), (gst_videotestsrc_get),
14892         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
14893         (gst_videotestsrc_get_property):
14894         * gst/videotestsrc/gstvideotestsrc.h:
14895         * gst/videotestsrc/videotestsrc.c:
14896         * gst/videotestsrc/videotestsrc.h:
14897           cleanup and commenting
14898
14899 2004-07-21  Wim Taymans  <wim@fluendo.com>
14900
14901         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
14902         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
14903         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
14904         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
14905         (_find_chain_get_unknown_part), (_find_streams_check),
14906         (gst_ogg_demux_push), (gst_ogg_pad_push):
14907         * ext/theora/theoradec.c: (theora_get_formats),
14908         (theora_dec_src_convert), (theora_dec_sink_convert),
14909         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14910         (theora_dec_chain):
14911         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
14912         (vorbis_dec_convert), (vorbis_dec_src_query),
14913         (vorbis_dec_src_event), (vorbis_dec_event):
14914         More seeking fixes, oggdemux now supports seeking to time and
14915         uses the downstream element to convert granulepos to time.
14916         Seeking in theora-only ogg files now works.
14917
14918 2004-07-21  Wim Taymans  <wim@fluendo.com>
14919
14920         * ext/theora/theoradec.c: (gst_theora_dec_init),
14921         (theora_get_formats), (theora_get_event_masks),
14922         (theora_get_query_types), (theora_dec_src_convert),
14923         (theora_dec_sink_convert), (theora_dec_src_query),
14924         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
14925         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
14926         (vorbis_get_event_masks), (vorbis_get_query_types),
14927         (gst_vorbis_dec_init), (vorbis_dec_convert),
14928         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
14929         Added query/convert/formats functions to vorbis and theora decoders
14930         so that the outside world can use them too. Fixed seeking on an
14931         ogg/theora/vorbis file by disabling the seeking seeking on the
14932         theora srcpad.
14933
14934 2004-07-21  Julien MOUTTE  <julien@moutte.net>
14935
14936         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14937         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
14938         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
14939         images creation for both elements. We don't create the image on caps
14940         nego or renego, we just destroy the internal one if present if it does
14941         not match the needs. The chain function takes care of creating a new
14942         image when needed.
14943         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14944         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
14945         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
14946         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
14947         the image format information. The buffer pool checks for the context
14948         image format and discard images with different formats.
14949         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
14950
14951 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14952
14953         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14954         (gst_ffmpegcolorspace_chain):
14955           no point in doing any chaining if the pad we want to push from
14956           isn't usable.
14957
14958 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14959
14960         * gst-libs/gst/riff/riff-media.c:
14961         (gst_riff_create_audio_caps_with_data):
14962           Fix double end-to-native symbol conversion (#148021).
14963
14964 2004-07-20  David Schleef  <ds@schleef.org>
14965
14966         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
14967         Don't use an Atom that doesn't exist.
14968
14969 2004-07-20  Wim Taymans  <wim@fluendo.com>
14970
14971         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14972         (gst_multifdsink_add), (gst_multifdsink_get_stats),
14973         (gst_multifdsink_client_remove),
14974         (gst_multifdsink_handle_client_write),
14975         (gst_multifdsink_queue_buffer):
14976         * gst/tcp/gstmultifdsink.h:
14977         More multifdsink stats. Avoid deadlock by releasing locks
14978         before sending out a signal.
14979
14980 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14981
14982         * po/LINGUAS:
14983         * po/hu.po:
14984           added Hungarian translation (Laszlo Dvornik)
14985
14986 2004-07-20  Wim Taymans  <wim@fluendo.com>
14987
14988         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14989         (gst_multifdsink_add), (gst_multifdsink_client_remove),
14990         (gst_multifdsink_handle_client_write),
14991         (gst_multifdsink_queue_buffer):
14992         * gst/tcp/gsttcp-marshal.list:
14993         Fixed the stupid marshal definition.
14994
14995 2004-07-20  Wim Taymans  <wim@fluendo.com>
14996
14997         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14998         (gst_multifdsink_init), (gst_multifdsink_add),
14999         (gst_multifdsink_client_remove),
15000         (gst_multifdsink_handle_client_write),
15001         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
15002         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
15003         (gst_multifdsink_init_send):
15004         * gst/tcp/gstmultifdsink.h:
15005         Added more stats, added timeout for a client, fixed some typos
15006         and added some comments.
15007
15008 2004-07-20  Wim Taymans  <wim@fluendo.com>
15009
15010         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15011         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15012         (gst_multifdsink_client_remove),
15013         (gst_multifdsink_handle_client_write):
15014         * gst/tcp/gstmultifdsink.h:
15015         * gst/tcp/gsttcp-marshal.list:
15016         Added get_stats method that returns a GValueArray of
15017         stats values.
15018
15019 2004-07-19  Benjamin Otte  <otte@gnome.org>
15020
15021         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
15022           make sure longname, description and author are valid UTF-8
15023
15024 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15025
15026         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
15027         (gst_ximagesink_set_property):
15028         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
15029         (gst_xvimagesink_set_property):
15030           make sure SYNCHRONOUS is respected after getting the X context
15031
15032 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15033
15034         * gst/matroska/matroska-demux.c:
15035         (gst_matroska_demux_handle_src_event),
15036         (gst_matroska_demux_parse_blockgroup):
15037         * gst/matroska/matroska-ids.h:
15038           add BlockReference tag and ignore it to clear out log.
15039           ignore NAVIGATION events to clear out log.
15040
15041 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15042
15043         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
15044         (gst_matroska_demux_add_stream):
15045         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
15046           add debug categories
15047
15048 2004-07-16  Wim Taymans  <wim@fluendo.com>
15049
15050         * ext/libpng/Makefile.am:
15051         * ext/libpng/gstpng.c: (plugin_init):
15052         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
15053         (gst_pngdec_get_type), (gst_pngdec_base_init),
15054         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
15055         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
15056         * ext/libpng/gstpngdec.h:
15057         Added png decoder.
15058
15059 2004-07-16  Julien MOUTTE  <julien@moutte.net>
15060
15061         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
15062         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
15063         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
15064         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
15065         (gst_ximagesink_buffer_alloc):
15066         * sys/ximage/ximagesink.h:
15067         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15068         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
15069         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15070         (gst_xvimagesink_buffer_alloc):
15071         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
15072         again. Using internal data pointer of the x(v)image to store image's
15073         data to be coherent with the buffer alloc mechanism. Investigated the
15074         image destruction code to be sure that everything gets freed correctly.
15075
15076 2004-07-16  Wim Taymans  <wim@fluendo.com>
15077
15078         * gst-libs/gst/riff/riff-read.c:
15079         (gst_riff_read_strf_vids_with_data),
15080         (gst_riff_read_strf_auds_with_data):
15081         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15082         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
15083         Make sure we don't create 0 sized subbuffers in riff-read.
15084         Signal the no more pads signal after reading the avi header.
15085
15086 2004-07-16  Wim Taymans  <wim@fluendo.com>
15087
15088         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15089         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
15090         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
15091         (gst_decode_bin_init), (gst_decode_bin_dispose),
15092         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15093         (no_more_pads), (close_link), (type_found),
15094         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15095         (gst_decode_bin_change_state), (plugin_init):
15096         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15097         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15098         (gst_play_base_bin_dispose), (queue_overrun),
15099         (gen_preroll_element), (remove_prerolls), (unknown_type),
15100         (no_more_pads), (new_stream), (setup_source),
15101         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15102         (play_base_eos), (gst_play_base_bin_change_state),
15103         (gst_play_base_bin_add_element),
15104         (gst_play_base_bin_remove_element),
15105         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15106         (gst_play_base_bin_unlink_stream),
15107         (gst_play_base_bin_get_streaminfo):
15108         * gst/playback/gstplaybasebin.h:
15109         Better error recovery. Added configurable preroll queue size. Faster
15110         detection of no-more-pads.
15111
15112 2004-07-16  Wim Taymans  <wim@fluendo.com>
15113
15114         * gst-libs/gst/video/video.h:
15115         Added 32 bits RGBA. Not sure if we should use another mime-type
15116         for alpha rgb. Currently the presence of the alpha_mask property
15117         signals an alpha channel.
15118
15119 2004-07-16  Wim Taymans  <wim@fluendo.com>
15120
15121         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15122         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
15123         FPS seems to be 0.0 to MAX everywhere else.
15124
15125 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15126
15127         * gst-libs/gst/riff/riff-media.c:
15128         (gst_riff_create_video_caps_with_data):
15129           mp42/mp43 (no caps) exist too.
15130         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
15131           Set pixel_width/height; we've got them in-caps.
15132         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15133         * gst/wavparse/gstwavparse.c: (plugin_init):
15134           Both are valid primary.
15135         * sys/oss/gstossmixer.c:
15136           Remove i18n hack and enable translations.
15137
15138 2004-07-15  Benjamin Otte  <otte@gnome.org>
15139
15140         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15141         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
15142           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
15143
15144 2004-07-15  Benjamin Otte  <otte@gnome.org>
15145
15146         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
15147         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
15148         (gst_alsa_close_audio):
15149           disable some of the debugging code for now. Writing debugging to a
15150           buffer is broken in current alsalib releases.
15151
15152 2004-07-12  Benjamin Otte  <otte@gnome.org>
15153
15154         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
15155           use bufferpools
15156
15157 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15158
15159         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15160         (theora_dec_src_query), (theora_dec_event):
15161         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
15162           add debugging categories.  Remove \n's.
15163
15164 2004-07-13  Johan Dahlin  <johan@gnome.org>
15165
15166         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
15167         (gst_play_bin_get_property): Impl.
15168
15169 2004-07-13  Wim Taymans  <wim@fluendo.com>
15170
15171         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
15172         When trying to find the stream length, seek back N pages
15173         instead of just one, where N is the number of streams in
15174         the current chain.
15175
15176 2004-07-13  Wim Taymans  <wim@fluendo.com>
15177
15178         * gst-libs/gst/riff/riff-media.c:
15179         (gst_riff_create_audio_caps_with_data),
15180         (gst_riff_create_audio_caps),
15181         (gst_riff_create_audio_template_caps):
15182         * gst-libs/gst/riff/riff-media.h:
15183         * gst-libs/gst/riff/riff-read.c:
15184         (gst_riff_read_strf_vids_with_data),
15185         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
15186         * gst-libs/gst/riff/riff-read.h:
15187         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15188         (gst_avi_demux_add_stream):
15189         Set codec_data on caps for avidemuxer.
15190
15191 2004-07-12  David Schleef  <ds@schleef.org>
15192
15193         * configure.ac: Fix test for Objective C
15194
15195 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
15196         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
15197         (gst_gdk_pixbuf_chain):
15198           Add svg and pcx to template caps, and ensure that getcaps returns a
15199           subset of the template caps.
15200           Copy each row manually for output, as gdkpixbuf may pad the
15201           rowstride to a 32-bit word boundary.
15202
15203 2004-07-12  Wim Taymans  <wim@fluendo.com>
15204
15205         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
15206         (gst_riff_create_video_template_caps):
15207         Fix the template caps to include some more media types.
15208
15209 2004-07-12  Wim Taymans  <wim@fluendo.com>
15210
15211         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15212         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15213         (compare_ranks), (print_feature), (gst_decode_bin_init),
15214         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
15215         (try_to_link_1), (new_pad), (close_link), (type_found),
15216         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15217         (gst_decode_bin_change_state), (plugin_init):
15218         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15219         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15220         (gst_play_base_bin_dispose), (queue_overrun),
15221         (gen_preroll_element), (remove_prerolls), (no_more_pads),
15222         (new_stream), (setup_source), (gst_play_base_bin_set_property),
15223         (gst_play_base_bin_get_property), (play_base_eos),
15224         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15225         (gst_play_base_bin_remove_element),
15226         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15227         (gst_play_base_bin_unlink_stream),
15228         (gst_play_base_bin_get_streaminfo):
15229         * gst/playback/gstplaybasebin.h:
15230         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15231         (gst_play_bin_class_init), (gst_play_bin_init),
15232         (gst_play_bin_dispose), (gst_play_bin_set_property),
15233         (gst_play_bin_get_property), (gen_video_element),
15234         (gen_audio_element), (remove_sinks), (setup_sinks),
15235         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
15236         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15237         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15238         (gst_play_bin_query), (plugin_init):
15239         * gst/playback/test4.c: (main):
15240         More fixes on reusing of the element.
15241
15242 2004-07-11  Benjamin Otte  <otte@gnome.org>
15243
15244         * ext/mad/gstmad.c: (normal_seek):
15245           allow seeking for other methods than just SET
15246
15247 2004-07-11  Andy Wingo  <wingo@pobox.com>
15248
15249         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
15250         float, "any" caps -> buffer_frames=[0,MAX].
15251
15252         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
15253         doesn't intersect our caps with the template any more. Do it
15254         ourselves.
15255         (interleave_buffered_loop): Use g_newa instead of malloc/free.
15256
15257 2004-07-09  Wim Taymans  <wim@fluendo.com>
15258
15259         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15260         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15261         (compare_ranks), (print_feature), (gst_decode_bin_init),
15262         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
15263         (try_to_link_1), (new_pad), (close_link), (type_found),
15264         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15265         (gst_decode_bin_change_state), (plugin_init):
15266         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15267         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15268         (gst_play_base_bin_dispose), (queue_overrun),
15269         (gen_preroll_element), (remove_prerolls), (no_more_pads),
15270         (new_stream), (setup_source), (gst_play_base_bin_set_property),
15271         (gst_play_base_bin_get_property), (play_base_eos),
15272         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15273         (gst_play_base_bin_remove_element),
15274         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15275         (gst_play_base_bin_unlink_stream),
15276         (gst_play_base_bin_get_streaminfo):
15277         * gst/playback/gstplaybasebin.h:
15278         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15279         (gst_play_bin_class_init), (gst_play_bin_init),
15280         (gst_play_bin_dispose), (gst_play_bin_set_property),
15281         (gst_play_bin_get_property), (gen_video_element),
15282         (gen_audio_element), (remove_sinks), (setup_sinks),
15283         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
15284         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15285         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15286         (gst_play_bin_query), (plugin_init):
15287         * gst/playback/test4.c: (main):
15288         Work on object reuse and seeking.
15289
15290 2004-07-09  Wim Taymans  <wim@fluendo.com>
15291
15292         * examples/seeking/seek.c: (iterate):
15293         Don't consume all CPU in the idle loop.
15294
15295 2004-07-09  Wim Taymans  <wim@fluendo.com>
15296
15297         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
15298         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
15299         Add pad to element *after* setting the pad functions so that
15300         the scheduler can use the correct ones.
15301
15302 2004-07-09  Wim Taymans  <wim@fluendo.com>
15303
15304         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
15305         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
15306         Sync to keyframe after seek
15307
15308 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15309
15310         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
15311         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
15312         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
15313         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
15314         * ext/libvisual/visual.c: (gst_visual_change_state):
15315         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
15316         * ext/theora/theoradec.c: (theora_dec_change_state):
15317         * ext/theora/theoraenc.c: (theora_enc_change_state):
15318         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
15319         * gst-libs/gst/navigation/navigation.c:
15320         * gst/adder/gstadder.c: (gst_adder_change_state):
15321         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15322         (gst_audio_convert_get_buffer):
15323         * gst/multipart/multipartdemux.c:
15324         (gst_multipart_demux_change_state):
15325         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
15326         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
15327         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
15328         * gst/videoscale/gstvideoscale.c:
15329         (gst_videoscale_handle_src_event):
15330         * gst/volume/gstvolume.c: (volume_chain_int16):
15331           don't assert in state change, this should be done by the base
15332           GstElement class.
15333           various debugging fixes.
15334
15335 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15336
15337         * configure.ac:
15338         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
15339         (gst_play_dispose), (gst_play_set_location),
15340         (gst_play_set_data_src), (gst_play_set_video_sink),
15341         (gst_play_set_audio_sink), (gst_play_set_visualization),
15342         (gst_play_connect_visualization), (gst_play_get_sink_element),
15343         (gst_play_get_all_by_interface):
15344         * gst-libs/gst/play/play.h:
15345           add new method to get elements implementing an interface.
15346           add various error logging
15347
15348 2004-07-08  Wim Taymans  <wim@fluendo.com>
15349
15350         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
15351         (make_mpeg_pipeline), (make_mpegnt_pipeline),
15352         (make_playerbin_pipeline), (query_durations_elems),
15353         (query_durations_pads), (query_positions_elems),
15354         (query_positions_pads), (update_scale), (iterate), (stop_seek),
15355         (main):
15356         Added playbin seeking example.
15357
15358 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15359
15360         * gst-libs/gst/play/play.c: (gst_play_set_location),
15361         (gst_play_set_data_src), (gst_play_set_video_sink),
15362         (gst_play_set_audio_sink), (gst_play_set_visualization),
15363         (gst_play_connect_visualization), (gst_play_get_framerate):
15364           use a macro to look up elements from hash table
15365
15366 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15367
15368         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
15369         (gst_play_get_length_callback), (gst_play_set_location),
15370         (gst_play_seek_to_time), (gst_play_set_data_src),
15371         (gst_play_set_video_sink), (gst_play_set_audio_sink),
15372         (gst_play_set_visualization), (gst_play_connect_visualization),
15373         (gst_play_get_sink_element):
15374         - add debugging info
15375         - fix looking up sink elements by iterating over complete caps
15376         - put everything except for source and autoplugger in a complete bin
15377
15378 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15379
15380         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
15381         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
15382         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
15383         (gst_alsa_sink_write), (gst_alsa_sink_loop):
15384         * ext/alsa/gstalsasink.h:
15385         - add debugging info
15386         - clean up schizophrenia of data/buffer/event
15387         - fix double event unref error
15388
15389 2004-07-08  Wim Taymans  <wim@fluendo.com>
15390
15391         * gst/playback/Makefile.am:
15392         Add headers to noinst
15393
15394 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15395
15396         * tools/gst-launch-ext-m.m:
15397         * tools/gst-launch-ext.1.in:
15398           convert to the third millenium
15399
15400 2004-07-07  David Schleef  <ds@schleef.org>
15401
15402         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
15403
15404 2004-07-07  Wim Taymans  <wim@fluendo.com>
15405
15406         * gst/playback/Makefile.am:
15407         * gst/playback/README:
15408         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15409         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15410         (compare_ranks), (print_feature), (gst_decode_bin_init),
15411         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
15412         (try_to_link_1), (new_pad), (close_link), (type_found),
15413         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15414         (plugin_init):
15415         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15416         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15417         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
15418         (gen_preroll_element), (no_more_pads), (new_stream),
15419         (setup_source), (gst_play_base_bin_set_property),
15420         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
15421         (gst_play_base_bin_add_element),
15422         (gst_play_base_bin_remove_element),
15423         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15424         (gst_play_base_bin_unlink_stream),
15425         (gst_play_base_bin_get_streaminfo):
15426         * gst/playback/gstplaybasebin.h:
15427         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15428         (gst_play_bin_class_init), (gst_play_bin_init),
15429         (gst_play_bin_dispose), (gst_play_bin_set_property),
15430         (gst_play_bin_get_property), (gen_video_element),
15431         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
15432         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
15433         (gst_play_bin_get_formats), (gst_play_bin_convert),
15434         (gst_play_bin_get_query_types), (gst_play_bin_query),
15435         (plugin_init):
15436         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
15437         (gst_stream_info_get_type), (gst_stream_info_class_init),
15438         (gst_stream_info_init), (gst_stream_info_new),
15439         (gst_stream_info_dispose), (gst_stream_info_set_property),
15440         (gst_stream_info_get_property):
15441         * gst/playback/gststreaminfo.h:
15442         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15443         (main):
15444         * gst/playback/test2.c: (main):
15445         * gst/playback/test3.c: (update_scale), (main):
15446         More playbin fixes. Added README. Do better element filtering.
15447         Added base class to preroll media. Added test apps.
15448
15449 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15450
15451         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
15452         * ext/mpeg2dec/gstmpeg2dec.h:
15453           various debugging improvements.  Reset stream to next picture
15454           instead of sequence header, otherwise seeks cannot work.
15455
15456 2004-07-07  Wim Taymans  <wim@fluendo.com>
15457
15458         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
15459         (gst_video_box_class_init), (gst_video_box_set_property),
15460         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
15461         Use pad_alloc where possible.
15462
15463 2004-07-07  Wim Taymans  <wim@fluendo.com>
15464
15465         * sys/oss/gstosselement.c: (gst_osselement_reset),
15466         (gst_osselement_parse_caps):
15467         * sys/oss/gstosselement.h:
15468         * sys/oss/gstosssrc.c: (gst_osssrc_get):
15469         Fix offset on osssrc.
15470
15471 2004-07-07  Wim Taymans  <wim@fluendo.com>
15472
15473         * ext/theora/theora.c: (plugin_init):
15474         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
15475         (theora_dec_src_query), (theora_dec_chain):
15476         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15477         (theora_enc_sink_link), (theora_buffer_from_packet),
15478         (theora_push_packet), (theora_enc_chain):
15479         Fix theora granulepos calculation.
15480         Fix overflow in duration/position calculation.
15481         Bump rank to PRIMARY for theoradec.
15482         Use granulepos of last packet to calculate position.
15483         Set keyframe flag on buffers when needed.
15484
15485 2004-07-06  David Schleef  <ds@schleef.org>
15486
15487         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
15488         serious?  (Fixed, obviously.)
15489
15490 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15491
15492         * po/LINGUAS:
15493         * po/cs.po:
15494           added Czech translation (Miloslav Trmac)
15495
15496 2004-07-05  Wim Taymans  <wim@fluendo.com>
15497
15498         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15499         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15500         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
15501         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15502         (close_link), (type_found), (gst_decode_bin_set_property),
15503         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
15504         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
15505         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
15506         (gst_decode_bin_query), (plugin_init):
15507         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15508         (gst_play_bin_class_init), (gst_play_bin_init),
15509         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
15510         (get_video_element), (new_pad), (setup_source),
15511         (gst_play_bin_set_property), (gst_play_bin_get_property),
15512         (gst_play_bin_change_state), (gst_play_bin_add_element),
15513         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
15514         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15515         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15516         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
15517         * gst/playback/test.c: (main):
15518         More fixes, cleaned up playbin, make it use decodebin. Added
15519         threaded property to playbin.
15520
15521 2004-07-05  Wim Taymans  <wim@fluendo.com>
15522
15523         * configure.ac:
15524         * gst/playback/Makefile.am:
15525         * gst/playback/decodetest.c: (main):
15526         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15527         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15528         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
15529         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15530         (close_link), (type_found), (gst_decode_bin_set_property),
15531         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
15532         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
15533         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
15534         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
15535         (plugin_init):
15536         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15537         (gst_play_bin_class_init), (gst_play_bin_init),
15538         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
15539         (collect_sink_pads), (find_compatibles), (close_pad_link),
15540         (try_to_link_1), (new_pad), (close_link), (type_found),
15541         (setup_source), (gst_play_bin_set_property),
15542         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
15543         (compare_ranks), (gst_play_bin_collect_factories),
15544         (gst_play_bin_change_state), (gst_play_bin_add_element),
15545         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
15546         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15547         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15548         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
15549         * gst/playback/test.c: (main):
15550         Added some playback helper elements and some test apps, very alpha
15551         still.
15552
15553 2004-07-04  Benjamin Otte  <otte@gnome.org>
15554
15555         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
15556           only restart audio when we indeed have an xrun to fix repeated
15557           xruns. Fix suggested by Giuliano Pochini.
15558
15559 2004-07-03  David Schleef  <ds@schleef.org>
15560
15561         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
15562         call to gst_debug_log() if debugging is disabled (bug #145118)
15563
15564 2004-07-03  Benjamin Otte  <otte@gnome.org>
15565
15566         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
15567           use our own functions for restarting the alsa device.
15568         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15569           I should apply patches myself - use MIN for the third argument, not
15570           the second, this fixes seeking
15571
15572 2004-07-02  David Schleef  <ds@schleef.org>
15573
15574         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
15575         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
15576         do with the logic.
15577
15578 2004-07-02  David Schleef  <ds@schleef.org>
15579
15580         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
15581         output buffers.  Fix logic mistake.  (bug #144866)
15582
15583 2004-07-02  David Schleef  <ds@schleef.org>
15584
15585         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
15586         on X.  (bug #144753)
15587
15588 2004-07-02  David Schleef  <ds@schleef.org>
15589
15590         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
15591         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
15592         (bug #144624)
15593         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
15594         (gst_osselement_rate_probe_check): Add another workaround for
15595         buggy drivers (bug #145336)
15596
15597 2004-07-02  David Schleef  <ds@schleef.org>
15598
15599         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
15600         Most systems don't have MSG_NOSIGNAL.
15601
15602 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15603
15604         * Makefile.am:
15605         * gst-libs/gst/colorbalance/Makefile.am:
15606         * gst-libs/gst/mixer/Makefile.am:
15607         * gst-libs/gst/play/Makefile.am:
15608         * gst-libs/gst/tuner/Makefile.am:
15609           (hopefully) fix both install and dist and make error message useful.
15610           needs testing across automakes.
15611
15612 2004-07-02  Benjamin Otte  <otte@gnome.org>
15613
15614         * ext/ogg/gstogg.c: (plugin_init):
15615           we require bytestream now
15616         * ext/ogg/gstoggdemux.c:
15617           huge diff to implement chain setup in a fast and generic way. This
15618           improves tag reading and startup of huge files (read: Theora videos)
15619           quite a bit. It probably contains bugs, too, so please test.
15620           Seeking is not improved to the fast method.
15621
15622 2004-06-29  Wim Taymans  <wim@fluendo.com>
15623
15624         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
15625         * ext/ogg/gstoggmux.c:
15626         Fix memleak in oggdemux when running unconnected pads.
15627         doc update in mux, start working on keyframe mode.
15628
15629 2004-06-29  Benjamin Otte  <otte@gnome.org>
15630
15631         * sys/oss/gstosssink.c:
15632         * sys/oss/gstosssrc.c:
15633           advertise correct template caps - we indeed do non-native endianness
15634           and 8bit audio has no endianness
15635         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
15636         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
15637           avoid (wrong) duplications in getcaps function and return
15638           template caps
15639
15640 2004-06-29  Wim Taymans  <wim@fluendo.com>
15641
15642         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15643         (gst_multifdsink_class_init), (gst_multifdsink_add),
15644         (gst_multifdsink_remove), (gst_multifdsink_clear),
15645         (gst_multifdsink_client_remove),
15646         (gst_multifdsink_handle_client_read),
15647         (gst_multifdsink_client_queue_data),
15648         (gst_multifdsink_client_queue_caps),
15649         (gst_multifdsink_client_queue_buffer),
15650         (gst_multifdsink_handle_client_write),
15651         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15652         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
15653         (gst_multifdsink_init_send), (gst_multifdsink_close):
15654         Fix wrong GList iteration that could crash the server when
15655         more then 2 clients disconnect at the same time. Read all the
15656         pending commands in one batch to recover from command storms under
15657         very heavy load.
15658
15659 2004-06-28  Wim Taymans  <wim@fluendo.com>
15660
15661         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15662         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
15663         (gst_videomixer_pad_set_property),
15664         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
15665         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
15666         (gst_videomixer_class_init), (gst_videomixer_init),
15667         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
15668         (pad_zorder_compare), (gst_videomixer_sort_pads),
15669         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
15670         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
15671         (gst_videomixer_update_queues), (gst_videomixer_loop),
15672         (plugin_init):
15673         Avoid divide by zero, choose masterpad as the pad with the highest
15674         framerate.
15675
15676 2004-06-27  Julien Moutte  <julien@moutte.net>
15677
15678         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
15679         (gst_ximagesink_xwindow_new):
15680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
15681         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
15682         function directly. We might want to call it from somewhere else one day.
15683
15684 2004-06-27  Julien Moutte  <julien@moutte.net>
15685
15686         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
15687         (gst_ximagesink_xwindow_new):
15688         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
15689         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
15690         window decorations.
15691
15692 2004-06-27  Wim Taymans  <wim@fluendo.com>
15693
15694         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15695         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
15696         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
15697         (gst_dvdec_set_property), (gst_dvdec_get_property):
15698         * ext/dv/gstdvdec.h:
15699         Implement drop_factor property to lower the framerate with
15700         a factor.
15701
15702 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15703
15704         * gst-libs/gst/colorbalance/Makefile.am:
15705         * gst-libs/gst/mixer/Makefile.am:
15706         * gst-libs/gst/play/Makefile.am:
15707         * gst-libs/gst/tuner/Makefile.am:
15708           unbreak Company's fix that didn't install the -enum.h files
15709
15710 2004-06-27  Wim Taymans  <wim@fluendo.com>
15711
15712         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
15713         (gst_dvdec_change_state):
15714         * ext/dv/gstdvdec.h:
15715         Fix timestamp, duration and offset of the buffers.
15716
15717 2004-06-27  Wim Taymans  <wim@fluendo.com>
15718
15719         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15720         (gst_multifdsink_class_init), (gst_multifdsink_add),
15721         (gst_multifdsink_remove), (gst_multifdsink_clear),
15722         (gst_multifdsink_client_remove),
15723         (gst_multifdsink_handle_client_read),
15724         (gst_multifdsink_client_queue_data),
15725         (gst_multifdsink_client_queue_caps),
15726         (gst_multifdsink_client_queue_buffer),
15727         (gst_multifdsink_handle_client_write),
15728         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15729         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
15730         (gst_multifdsink_init_send), (gst_multifdsink_close):
15731         * gst/tcp/gstmultifdsink.h:
15732         * gst/tcp/gsttcpserversink.c:
15733         (gst_tcpserversink_handle_server_read),
15734         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
15735         More multifdsink fixes, more recovery policy fixes.
15736         Removed stupid g_print
15737
15738 2004-06-26  Wim Taymans  <wim@fluendo.com>
15739
15740         * gst/tcp/Makefile.am:
15741         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15742         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
15743         (gst_multifdsink_class_init), (gst_multifdsink_init),
15744         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
15745         (gst_multifdsink_handle_client_read),
15746         (gst_multifdsink_client_queue_data),
15747         (gst_multifdsink_client_queue_caps),
15748         (gst_multifdsink_client_queue_buffer),
15749         (gst_multifdsink_handle_client_write),
15750         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15751         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
15752         (gst_multifdsink_chain), (gst_multifdsink_set_property),
15753         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
15754         (gst_multifdsink_close), (gst_multifdsink_change_state):
15755         * gst/tcp/gstmultifdsink.h:
15756         * gst/tcp/gsttcpplugin.c: (plugin_init):
15757         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
15758         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
15759         (gst_tcpserversink_handle_server_read),
15760         (gst_tcpserversink_handle_select),
15761         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
15762         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
15763         * gst/tcp/gsttcpserversink.h:
15764         Added multifdsink, made tcpserversink a subclass of fdsink, removed
15765         one of the locks, added recovery policy to multifdsink.
15766
15767 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15768
15769         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
15770           fix decision for when getting frames with same timestamp
15771         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
15772         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
15773         (gst_v4lsrc_get_property):
15774         * sys/v4l/gstv4lsrc.h:
15775           add latency offset property
15776
15777 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15778
15779         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
15780         (plugin_init):
15781           fix debugging. add category.
15782
15783 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15784
15785         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
15786           fix wrong offsets
15787
15788 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15789
15790         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
15791         (gst_alsa_src_get_time), (gst_alsa_src_loop),
15792         (gst_alsa_src_change_state):
15793           return a time that is in sync with the element's processing
15794
15795 2004-06-25  Wim Taymans  <wim@fluendo.com>
15796
15797         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
15798         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
15799         (gst_tcpserversink_client_remove),
15800         (gst_tcpserversink_handle_client_read),
15801         (gst_tcpserversink_client_queue_data),
15802         (gst_tcpserversink_client_queue_caps),
15803         (gst_tcpserversink_client_queue_buffer),
15804         (gst_tcpserversink_handle_client_write),
15805         (gst_tcpserversink_queue_buffer),
15806         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
15807         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
15808         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
15809         (gst_tcpserversink_close):
15810         * gst/tcp/gsttcpserversink.h:
15811         Serversink rewrite. Really do non blocking writes to clients and
15812         maintain an internal queue to handle slower clients while not
15813         disturbing fast clients.
15814
15815 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15816
15817         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
15818           better debug, don't override OFFSET and OFFSET_END
15819
15820 2004-06-25  Iain <iain@prettypeople.org>
15821
15822         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
15823         name=source for the wavparse pipeline.
15824
15825 2004-06-24  Johan Dahlin  <johan@gnome.org>
15826
15827         * ext/theora/theoraenc.c (theora_enc_chain): Call
15828         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
15829         streamheader caps are set correctly.
15830
15831 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15832
15833         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15834         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
15835           respect minimum bitrate; same could be done for max bitrate
15836
15837 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15838
15839         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15840         (gst_vorbisenc_setup):
15841           fix sample rate range
15842
15843 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15844
15845         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
15846         (gst_oggvorbisenc_setup):
15847         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15848         (gst_vorbisenc_setup):
15849           resolve ambiguities in code and description
15850
15851 2004-06-24  Wim Taymans  <wim@fluendo.com>
15852
15853         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
15854         * ext/alsa/gstalsa.h:
15855         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
15856         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
15857         Use alsa trigger_tstamp to get the timestamp of the first
15858         sample in the buffer for more precise sync. Some cleanups.
15859
15860 2004-06-24  Wim Taymans  <wim@fluendo.com>
15861
15862         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
15863         (gst_audiorate_init), (gst_audiorate_chain),
15864         (gst_audiorate_set_property), (gst_audiorate_get_property):
15865         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15866         (gst_videorate_chain):
15867         Added some logging, fixed an overflow bug in videorate.
15868
15869 2004-06-24  Benjamin Otte  <otte@gnome.org>
15870
15871         * ext/kio/Makefile.am:
15872           fix for builddir != srcdir and distcheck
15873
15874 2004-06-24  Benjamin Otte  <otte@gnome.org>
15875
15876         * gst-libs/gst/colorbalance/Makefile.am:
15877         * gst-libs/gst/mixer/Makefile.am:
15878         * gst-libs/gst/play/Makefile.am:
15879         * gst-libs/gst/tuner/Makefile.am:
15880         * gst/tcp/Makefile.am:
15881         * sys/dxr3/Makefile.am:
15882           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
15883           tarball.
15884           Also add all *.list files that were missing.
15885         * Makefile.am:
15886           add a distcheck hook to ensure the above doesn't happen again.
15887
15888 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
15889
15890         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
15891
15892 2004-06-23  Colin Walters  <walters@redhat.com>
15893
15894         * m4/Makefile.am: Distribute gst-fionread.m4.
15895
15896 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15897
15898         * configure.ac: back to dev
15899
15900 2004-06-23  Wim Taymans  <wim@fluendo.com>
15901
15902         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
15903         (gst_alsa_xrun_recovery):
15904         * ext/alsa/gstalsa.h:
15905         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
15906         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
15907         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
15908         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
15909         (gst_alsa_src_loop):
15910         Add clock to alsasrc. Take new capture timestamp when
15911         restarting after an overrun. Split up some functions between
15912         alsasrc and alsasink.
15913
15914 === release 0.8.2 ===
15915
15916 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15917
15918         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
15919         (gst_alsa_change_state), (gst_alsa_update_avail),
15920         (gst_alsa_xrun_recovery):
15921         * ext/alsa/gstalsa.h:
15922         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15923           merge back changes from release
15924
15925 2004-06-23  Wim Taymans  <wim@fluendo.com>
15926
15927         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
15928         (gst_audiorate_init), (gst_audiorate_chain),
15929         (gst_audiorate_set_property), (gst_audiorate_get_property):
15930         Implement sample dropping and notify
15931
15932 2004-06-22  Wim Taymans  <wim@fluendo.com>
15933
15934         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15935         (theora_enc_sink_link), (theora_buffer_from_packet),
15936         (theora_push_packet), (theora_enc_chain):
15937         Some cleanups, make sure the timestamps are correct.
15938
15939 2004-06-22  Wim Taymans  <wim@fluendo.com>
15940
15941         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
15942         (gst_alsa_change_state), (gst_alsa_update_avail),
15943         (gst_alsa_xrun_recovery):
15944         * ext/alsa/gstalsa.h:
15945         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15946         Cleanups, take queued samples into account when reporting
15947         the time.
15948
15949 2004-06-22  Wim Taymans  <wim@fluendo.com>
15950
15951         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15952         (gst_videorate_init):
15953         Initialize the property as well.
15954
15955 2004-06-22  Wim Taymans  <wim@fluendo.com>
15956
15957         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15958         (gst_videorate_init), (gst_videorate_chain),
15959         (gst_videorate_set_property), (gst_videorate_get_property):
15960         Add property to make videorate silent.
15961         Add property to prefer new frames over old ones.
15962
15963 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15964
15965         * sys/osxvideo/Makefile.am:
15966         Workaround so that the osxvideo .so file gets linked with the
15967         Cocoa, OpenGL and QuickTime frameworks
15968
15969 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15970
15971         * sys/osxaudio/Makefile.am:
15972         Workaround so that the osxaudio .so file gets linked with the
15973         CoreAudio framework
15974
15975 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15976
15977         * configure.ac:
15978         Whoops, my fault...fixed build issues
15979
15980 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15981
15982         * configure.ac:
15983         Add objective-c support if running in Darwin/Mac OS X
15984         * sys/Makefile.am:
15985         * sys/osxvideo:
15986         * sys/osxvideo/Makefile.am:
15987         * sys/osxvideo/osxvideosink.h:
15988         * sys/osxvideo/osxvideosink.m:
15989         * sys/osxvideo/cocoawindow.h:
15990         * sys/osxvideo/cocoawindow.m:
15991         Add osxvideosink, a cocoa-based osx video sink
15992
15993
15994 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
15995         * ext/dvdnav/gst-dvd:
15996         Grab the gconf key from the right spot
15997         * gst/debug/gstnavseek.c: (gst_navseek_init),
15998         (gst_navseek_segseek), (gst_navseek_handle_src_event),
15999         (gst_navseek_chain):
16000         * gst/debug/gstnavseek.h:
16001           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
16002           and loop parameters of a segment seek.
16003         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
16004         (gst_videotestsrc_get_event_masks),
16005         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
16006         * gst/videotestsrc/gstvideotestsrc.h:
16007           Add seeking support to videotestsrc
16008           Initialise the timestamp_offset variable.
16009
16010 2004-06-18  Wim Taymans  <wim@fluendo.com>
16011
16012         * ext/sidplay/gstsiddec.cc:
16013         Fix negotiation and set correct end offset.
16014
16015 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16016
16017         * configure.ac: branch and prerelease
16018
16019 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16020
16021         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
16022         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
16023         (gst_tcpclientsrc_init_receive):
16024         * gst/tcp/gsttcpclientsrc.h:
16025           read caps when connecting to server for GDP so we set them correctly
16026
16027 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16028
16029         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
16030           notify drops and duplicates
16031         * gst/videoscale/videoscale.c: (videoscale_get_structure):
16032           no good reason to limit ourselves to 100x100
16033
16034 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16035
16036         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
16037         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
16038         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16039         (gst_v4lsrc_get_property):
16040         * sys/v4l/gstv4lsrc.h:
16041         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
16042         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
16043         (gst_v4l_set_audio):
16044         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
16045         (gst_v4lsrc_try_capture):
16046         * sys/v4l/v4lsrc_calls.h:
16047           change try_palette to more general try_capture
16048           add autoprobe option so we can turn off autoprobing
16049           various fixes
16050
16051 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16052
16053         * configure.ac:
16054           add videorate
16055         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
16056         (gst_ximagesink_class_init):
16057         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
16058         (gst_xvimagesink_class_init):
16059           run them as finalize, not dispose, since dispose can be invoked
16060           multiple times
16061
16062 2004-06-17  Wim Taymans  <wim@fluendo.com>
16063
16064         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
16065         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
16066         * ext/alsa/gstalsa.h:
16067         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
16068         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
16069         (gst_alsa_src_change_state):
16070         * ext/alsa/gstalsasrc.h:
16071         Make the xrun code timestamp and offset the buffers correctly.
16072         moved the clock to the base class, use alsa methods to get time.
16073         Do correct timestamping on outgoing buffers.
16074
16075 2004-06-17  Wim Taymans  <wim@fluendo.com>
16076
16077         * gst/audiorate/Makefile.am:
16078         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
16079         (gst_audiorate_base_init), (gst_audiorate_class_init),
16080         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
16081         (gst_audiorate_set_property), (gst_audiorate_get_property),
16082         (gst_audiorate_change_state), (plugin_init):
16083         Added an audiorate converter that fills in gaps.
16084
16085 2004-06-17  Johan Dahlin  <johan@gnome.org>
16086
16087         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
16088
16089 2004-06-16  Wim Taymans  <wim@fluendo.com>
16090
16091         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
16092         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
16093         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
16094         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16095         (gst_v4lsrc_get_property):
16096         * sys/v4l/gstv4lsrc.h:
16097         Added a copy mode to v4lsrc where it will output a copied version
16098         of its internal hardware buffer.
16099         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
16100         can't | them.
16101
16102 2004-06-16  Wim Taymans  <wim@fluendo.com>
16103
16104         * sys/oss/gstosssrc.c: (gst_osssrc_get):
16105         Timestamp fixes.
16106
16107 2004-06-16  Wim Taymans  <wim@fluendo.com>
16108
16109         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
16110         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
16111         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16112         (gst_v4lsrc_get_property):
16113         * sys/v4l/gstv4lsrc.h:
16114         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
16115         Added a sync mode enum property to control v4lsrc timestamp method
16116         Removed the use-fixed-fps property and moved functionality in
16117         the enum.
16118         Don't error on an error value from v4l-conf, it might not always
16119         be a real error.
16120
16121 2004-06-16  Wim Taymans  <wim@fluendo.com>
16122
16123         * gst/videorate/Makefile.am:
16124         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
16125         (gst_videorate_base_init), (gst_videorate_class_init),
16126         (gst_videorate_getcaps), (gst_videorate_link),
16127         (gst_videorate_init), (gst_videorate_chain),
16128         (gst_videorate_set_property), (gst_videorate_get_property),
16129         (gst_videorate_change_state), (plugin_init):
16130         Added a video timestamp corrector.
16131
16132 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16133
16134         fixed a potential leak with previous commit
16135
16136         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
16137
16138 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16139
16140         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
16141         Added missing refcount, fixes bug #144425
16142         Cheers Tim for finding the bug
16143
16144 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16145
16146         * sys/v4l/gstv4l.c: (plugin_init):
16147         * sys/v4l/gstv4lcolorbalance.c:
16148         * sys/v4l/gstv4lcolorbalance.h:
16149         * sys/v4l/gstv4lelement.c:
16150         * sys/v4l/gstv4lelement.h:
16151         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16152         * sys/v4l/gstv4lmjpegsink.h:
16153         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16154         * sys/v4l/gstv4lmjpegsrc.h:
16155         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
16156         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
16157         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
16158         * sys/v4l/gstv4lsrc.h:
16159         * sys/v4l/gstv4ltuner.c:
16160         * sys/v4l/gstv4ltuner.h:
16161         * sys/v4l/gstv4lxoverlay.c:
16162         * sys/v4l/gstv4lxoverlay.h:
16163         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
16164         (gst_v4l_set_window), (gst_v4l_enable_overlay):
16165         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
16166         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
16167         (gst_v4l_set_audio):
16168         * sys/v4l/v4l_calls.h:
16169         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
16170         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
16171         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
16172         (gst_v4lmjpegsink_playback_init),
16173         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
16174         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
16175         (gst_v4lmjpegsink_playback_stop),
16176         (gst_v4lmjpegsink_playback_deinit):
16177         * sys/v4l/v4lmjpegsink_calls.h:
16178         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
16179         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
16180         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
16181         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
16182         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
16183         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
16184         * sys/v4l/v4lmjpegsrc_calls.h:
16185         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
16186         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
16187         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
16188         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
16189         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
16190         (gst_v4lsrc_try_palette):
16191         * sys/v4l/v4lsrc_calls.h:
16192           bunch of paranoia cleanups
16193
16194 2004-06-14  David Schleef  <ds@schleef.org>
16195
16196         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
16197         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
16198         Send discont events and change timestamps appropriately when
16199         we get a seek event.  (bug #144240)
16200         * ext/cdparanoia/gstcdparanoia.h:
16201
16202 2004-06-14  Benjamin Otte  <otte@gnome.org>
16203
16204         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
16205           snd_pcm_hw_params_set_rate  since the latter fails for no good
16206           reason on some setups.
16207
16208 2004-06-14  David Schleef  <ds@schleef.org>
16209
16210         * gst/volume/demo.c: (value_changed_callback): exp10() is not
16211         standard.  Thank you for playing.
16212
16213 2004-06-14  Wim Taymans  <wim@fluendo.com>
16214
16215         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
16216         Patch 1.3 broke the ordering of the colorspace info and
16217         made the plugin basically work by coincidence, reordered
16218         the info.
16219
16220 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16221
16222         * ext/lame/gstlame.c:
16223         * ext/mad/gstmad.c:
16224           sync caps.  Make sure mad can only output a list of rates, not
16225           a full range.  In the future, have three caps lists for each of the
16226           mpeg versions.  Change mpegversion to a double as well.
16227
16228 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16229
16230         * gst/volume/.cvsignore:
16231         * gst/volume/Makefile.am:
16232         * gst/volume/demo.c: (value_changed_callback), (idler),
16233         (setup_gui), (main):
16234           added small demo app
16235
16236 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
16237         * ext/esd/esdsink.c: (gst_esdsink_change_state):
16238         * ext/esd/esdsink.h:
16239         Close the esd connection on pause, because esd will just wait -
16240         blocking all other esd clients indefinitely.
16241
16242 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
16243
16244         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
16245           previous commit with GST_DEBUG
16246
16247 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16248
16249         * configure.ac:
16250           add a header check for a dvdread header in dvdnav.  Fixes #133002
16251
16252 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16253
16254         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
16255         * gst/tcp/gsttcpclientsink.h:
16256         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
16257         * gst/tcp/gsttcpclientsrc.h:
16258         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
16259         (gst_tcpserversink_handle_server_read),
16260         (gst_tcpserversink_init_send):
16261         * gst/tcp/gsttcpserversink.h:
16262         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16263         * gst/tcp/gsttcpserversrc.h:
16264         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
16265         version of IP)
16266
16267 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16268
16269         * configure.ac:
16270         Added ogg library so that OSX detects libtheora properly
16271
16272 2004-06-11  Wim Taymans  <wim@fluendo.com>
16273
16274         * ext/theora/theoradec.c: (theora_dec_chain),
16275         (theora_dec_change_state):
16276         Don't try to decode frames before we received a keyframe.
16277
16278 2004-06-11  Wim Taymans  <wim@fluendo.com>
16279
16280         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16281         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
16282         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
16283         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
16284         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
16285         Added property to set the maximum delay of a page.
16286
16287 2004-06-10  Wim Taymans  <wim@fluendo.com>
16288
16289         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16290         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
16291         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
16292         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
16293         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
16294         Added max-delay property to control the maximum amount
16295         of data to put in one page.
16296
16297 2004-06-10  Wim Taymans  <wim@fluendo.com>
16298
16299         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16300         (gst_theora_enc_init), (theora_enc_sink_link),
16301         (theora_buffer_from_packet), (theora_enc_set_property),
16302         (theora_enc_get_property):
16303         Set duration on encoded buffer, added some more properties
16304
16305 2004-06-10  Wim Taymans  <wim@fluendo.com>
16306
16307         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16308         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
16309         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16310         * ext/theora/theoraenc.c: (theora_enc_chain):
16311         Fix refcounting bugs
16312
16313 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16314
16315         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16316         (gst_asf_demux_loop), (gst_asf_demux_process_file),
16317         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
16318         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
16319         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
16320         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
16321         (gst_asf_demux_change_state):
16322         * gst/asfdemux/gstasfdemux.h:
16323           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
16324           feels like. I think we should set a new requirement for demuxers
16325           from now on to implement sane loop functions, data loops, query
16326           and seek functions before first commit into CVS. And this commit
16327           fixes all of the above.
16328
16329 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
16330
16331         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
16332           vorbis comments are properly encoded in UTF-8 before adding them
16333           to a GstTagList
16334
16335 2004-06-09  Benjamin Otte  <otte@gnome.org>
16336
16337         * ext/alsa/gstalsa.c: (add_channels):
16338           handle min <= max correctly
16339         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
16340         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
16341           add fixation functions so we fixate correctly. No preferring of alaw
16342           anymore because it's the first structure.
16343         * ext/alsa/gstalsa.h:
16344         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
16345         (gst_alsa_hw_params_dump):
16346           add functions to ease debugging in alsalib
16347         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
16348         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
16349         (gst_alsa_start_audio):
16350           only specify hw params if we really setup a format (fixes #134007 -
16351           or at least works around it)
16352
16353 2004-06-09  Wim Taymans  <wim@fluendo.com>
16354
16355         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
16356         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
16357         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
16358         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
16359         (gst_ogg_mux_loop):
16360         Use stream caps to setup the initial pages in the ogg stream.
16361         Correctly set the streamheader caps on the srcpad.
16362
16363 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16364
16365         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
16366         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
16367         (gst_v4lsrc_getcaps):
16368         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
16369         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
16370           add querying of fps lists for webcams.  Negotiating to a framerate
16371           now works.
16372
16373 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16374
16375         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16376         (theora_push_buffer), (theora_push_packet),
16377         (theora_set_header_on_caps), (theora_enc_chain):
16378           mark buffers and put on streamheader, raw theora streaming
16379           now works too, whee
16380
16381 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16382
16383         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
16384         (gst_tcp_gdp_read_caps):
16385           do a looping read for caps and GDP headers too
16386
16387 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16388
16389         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
16390         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
16391           return EOS instead of NULL in _get
16392
16393 2004-06-08  Wim Taymans  <wim@fluendo.com>
16394
16395         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
16396         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
16397         (gst_tcp_gdp_write_caps):
16398         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
16399         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
16400         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
16401         Memory leak fixes
16402
16403 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16404
16405         * ext/vorbis/Makefile.am:
16406         * ext/vorbis/vorbis.c: (plugin_init):
16407         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
16408         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
16409         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
16410         (vorbis_parse_change_state):
16411         * ext/vorbis/vorbisparse.h:
16412           adding a vorbisparse element that marks the buffers, streaming
16413           raw vorbis using GDP now works, whee
16414
16415 2004-06-08  Wim Taymans  <wim@fluendo.com>
16416
16417         * ext/jpeg/Makefile.am:
16418         * ext/jpeg/README:
16419         * ext/jpeg/gstjpeg.c: (plugin_init):
16420         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
16421         (gst_smokedec_base_init), (gst_smokedec_class_init),
16422         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
16423         * ext/jpeg/gstsmokedec.h:
16424         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
16425         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
16426         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
16427         (gst_smokeenc_resync), (gst_smokeenc_chain),
16428         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
16429         * ext/jpeg/gstsmokeenc.h:
16430         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
16431         (smokecodec_flush_destination), (smokecodec_term_destination),
16432         (smokecodec_init_source), (smokecodec_fill_input_buffer),
16433         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
16434         (smokecodec_term_source), (smokecodec_encode_new),
16435         (smokecodec_decode_new), (smokecodec_info_free),
16436         (smokecodec_set_quality), (smokecodec_get_quality),
16437         (smokecodec_set_threshold), (smokecodec_get_threshold),
16438         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
16439         (find_best_size), (abs_diff), (put), (smokecodec_encode),
16440         (smokecodec_parse_header), (smokecodec_decode):
16441         * ext/jpeg/smokecodec.h:
16442         Added a new simple jpeg based codec
16443
16444 2004-06-08  Wim Taymans  <wim@fluendo.com>
16445
16446         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
16447         (gst_multipart_mux_loop):
16448         Fix memory leak
16449
16450 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16451
16452         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
16453         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
16454         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
16455         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
16456         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
16457         * gst/tcp/gsttcpserversink.h:
16458           take streamheader into account
16459
16460 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16461
16462         * gst/level/Makefile.am:
16463         * gst/level/gstlevel.c: (gst_level_class_init):
16464           clean up marshal generation
16465
16466 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16467
16468         * gst/tcp/Makefile.am:
16469         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
16470         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
16471         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
16472         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16473         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
16474         (gst_tcpclientsrc_get_property):
16475         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16476         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
16477         (gst_tcpserversink_handle_client_read),
16478         (gst_tcpserversink_handle_client_write),
16479         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
16480         * gst/tcp/gsttcpserversink.h:
16481           add signals client-added and client-removed
16482         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16483         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
16484         (gst_tcpserversrc_get_property):
16485         uniformized, change default protocol to NONE
16486         * gst/tcp/gsttcp-marshal.list: added
16487 2004-06-07  Benjamin Otte  <otte@gnome.org>
16488
16489         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16490           handle discont events if they happen before caps nego
16491
16492 2004-06-07  Wim Taymans  <wim@fluendo.com>
16493
16494         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
16495         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
16496         (gst_multipart_demux_plugin_init):
16497         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
16498         (gst_multipart_mux_init), (gst_multipart_mux_loop),
16499         (gst_multipart_mux_change_state):
16500         Small updates, fix a memleak
16501
16502 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
16503
16504         * configure.ac: OSS portability
16505         * ext/arts/gst_arts.c: idem
16506         * sys/oss/gstosselement.c: idem
16507         * sys/oss/gstossmixer.c: idem
16508         * sys/oss/gstosssink.c: idem
16509         * sys/oss/gstosssrc.c: idem
16510         * sys/oss/oss_probe.c: idem
16511           - check for soundcard.h in different places for some BSD
16512
16513 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
16514
16515         * AUTHORS:
16516         Add me to the authors file
16517         * configure.ac:
16518         Increase the libdv requirement to >= version 0.100
16519         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
16520         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
16521         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
16522         * ext/dv/gstdvdec.h:
16523         Add support for the new_media flag when sending DISCONT events
16524         Make the querying work when video pad is not linked
16525
16526 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
16527
16528         reviewed by Benjamin Otte  <otte@gnome.org>
16529
16530         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
16531           create a NULL-initialized array of pads, so we don't think they
16532           exist already. (fixes #143130)
16533
16534 2004-06-07  Benjamin Otte  <otte@gnome.org>
16535
16536         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
16537         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
16538         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
16539           don't use // coments
16540
16541 2004-06-07  Benjamin Otte  <otte@gnome.org>
16542
16543         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
16544           cast to GstClockTime to get higher granularity
16545         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16546           use gst_element_set_time_delay to get the exact time
16547         * ext/mad/gstmad.c: (gst_mad_chain):
16548           use the negotiated rate instead of the current frame's rate which
16549           might be wrong because of bit errors. This avoids emitting totally
16550           bogus timestamps and screwing sync.
16551         (fixes #143454)
16552
16553 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
16554
16555         reviewed by Benjamin Otte  <otte@gnome.org>
16556
16557         * gst/adder/gstadder.c: (gst_adder_loop):
16558           properly error out when no negotiation has happened yet. (fixes
16559           #143032)
16560
16561 2004-06-06  Benjamin Otte  <otte@gnome.org>
16562
16563         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16564           forward correctly transformed offset in discont events. Based on
16565           patch by Arwed v. Merkatz. (fixes #142851)
16566
16567 2004-06-06  David Schleef  <ds@schleef.org>
16568
16569         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
16570         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
16571         problems on several systems.
16572
16573 2004-06-06  Benjamin Otte  <otte@gnome.org>
16574
16575         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
16576           use explicit caps on the srcpad
16577         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16578           properly error out if caps couldn't be set (fixes #142764)
16579
16580 2004-06-06  Benjamin Otte  <otte@gnome.org>
16581
16582         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
16583         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
16584         (gst_alsa_start_audio):
16585           - don't call set_periods_integer anymore, it breaks the
16586           configuration randomly
16587           - call snd_pcm_hw_params_set_access directly instead of using masks
16588           - don't fail if the sw_params can't be set, just use the default
16589           params and hope it works. Alsalib has weird issues when you touch
16590           sw_params and does no proper error reporting about what failed.
16591         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16592         (gst_alsa_close_audio):
16593           make our alsa debugging go via gst debugging and not conditionally
16594           defined
16595         * ext/alsa/gstalsa.h:
16596           add ALSA_DEBUG_FLUSH macro
16597         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
16598         (plugin_init):
16599           wrap alsa errors to be printed via the gst debugging system and not
16600           spammed to stderr
16601
16602 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16603
16604         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
16605         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
16606         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
16607         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
16608         (qtdemux_parse_trak):
16609         * gst/qtdemux/qtdemux.h:
16610           Bitch. Also known as seeking, querying & co.
16611         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
16612         (gst_osssink_change_state):
16613         * sys/oss/gstosssink.h:
16614           Resyncing is for weenies, this hack is no longer needed and was
16615           broken anyway (since it - unintendedly - always leaves resync to
16616           TRUE).
16617
16618 2004-06-05  Andrew Turner <zxombie@hotpop.com>
16619
16620         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
16621         * gst/tcp/gsttcpclientsrc.h: idem
16622           - define MSG_NOSIGNAL if not done
16623           - include unistd.h for off_t
16624           (fixes #143749)
16625
16626 2004-06-05  Benjamin Otte  <otte@gnome.org>
16627
16628         * configure.ac:
16629         * ext/kio/Makefile.am:
16630           check for qt's moc preprocessor explicitly and use it
16631
16632 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16633
16634         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
16635           don't get a signal for EPIPE on socket writes
16636           (somebody check if this works on other platforms)
16637
16638 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16639
16640         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
16641         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
16642           check error condition on available samples correctly
16643
16644 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16645
16646         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
16647           avoid a segfault
16648         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
16649         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
16650         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
16651         (gst_tcpserversrc_gdp_read_header):
16652          use ssize_t over size_t since the former is signed and thus the
16653          check for error codes can work
16654
16655 2004-06-02  Wim Taymans  <wim@fluendo.com>
16656
16657         reviewed by: Johan
16658
16659         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
16660         (gst_multipart_mux_loop):
16661         Oops
16662
16663 2004-06-02  Wim Taymans  <wim@fluendo.com>
16664
16665         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
16666         (gst_multipart_mux_init), (gst_multipart_mux_loop),
16667         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
16668         (gst_multipart_mux_change_state):
16669         Added configurable boundary specifier, added the value as a
16670         caps field as well.
16671
16672 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16673
16674         * gst/tcp/gsttcp.c:
16675         * gst/tcp/gsttcpclientsrc.c:
16676         * gst/tcp/gsttcpclientsrc.h:
16677         * gst/tcp/gsttcpserversrc.c:
16678           - portability fix, to compile on OSX
16679             (fixes #143146)
16680
16681         * sys/osxaudio/gstosxaudioelement.c:
16682         * sys/osxaudio/gstosxaudiosink.c:
16683         * sys/osxaudio/gstosxaudiosrc.c:
16684           - compilation warnings on OSX
16685             (fixes #143153)
16686
16687 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16688
16689         * ext/vorbis/vorbisdec.c : sign warning fixes
16690
16691         * gst-libs/gst/mixer/mixertrack.c :
16692           do no use defines which are glib 2.4 specific
16693
16694 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
16695
16696         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
16697           buffer since libflac doesn't expect it (reports a sync error when
16698           it encounters that)
16699
16700
16701 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
16702
16703         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
16704         * gst-libs/gst/mixer/mixertrack.c:
16705         (gst_mixer_track_get_property), (get_mixer_track_init),
16706         (get_mixer_track_get_property): Added property accessors
16707         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
16708         * gst-libs/gst/mixer/mixeroptions.c:
16709         (gst_mixer_options_get_values): Added
16710         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
16711         * gst-libs/gst/mixer/mixer.c: Fixed comment
16712
16713
16714 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16715
16716         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
16717           improve error messages on open
16718
16719
16720 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16721
16722         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
16723           check if v4l-conf is in path
16724
16725 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16726
16727         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
16728           change assert to a more readable error message
16729
16730 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
16731
16732         * gst-libs/gst/tuner/tunerchannel.h:
16733           - add a freq_multiplicator field to make the conversion
16734             between internal frequency unit and Hz
16735         * sys/v4l/gstv4lelement.c:
16736         * sys/v4l2/gstv4l2element.c:
16737           - change default video device to /dev/video0
16738         * sys/v4l/v4l_calls.c:
16739         * sys/v4l2/v4l2_calls.c:
16740           - we only expose frequency to the user in Hz instead of
16741             bastard v4lX unit (either 62.5kHz or 62.5Hz)
16742
16743 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
16744         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16745           Initialise b_o_s and e_o_s variables
16746         * gst-libs/gst/riff/riff-media.c:
16747         (gst_riff_create_video_caps_with_data):
16748           Add some unusual fourcc's from mplayer avi's
16749         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
16750           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
16751           autoplugging.
16752
16753 2004-05-28  Wim Taymans  <wim@fluendo.com>
16754
16755         * configure.ac:
16756         * gst/alpha/Makefile.am:
16757         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
16758         (gst_alpha_get_type), (gst_alpha_base_init),
16759         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
16760         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
16761         (gst_alpha_chroma_key), (gst_alpha_chain),
16762         (gst_alpha_change_state), (plugin_init):
16763         A plugin to add an alpha channel to I420 video. Can optionally do
16764         chroma keying.
16765         * gst/multipart/Makefile.am:
16766         * gst/multipart/multipart.c: (plugin_init):
16767         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
16768         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
16769         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
16770         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
16771         (gst_multipart_demux_change_state),
16772         (gst_multipart_demux_plugin_init):
16773         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
16774         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
16775         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
16776         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
16777         (gst_multipart_mux_pad_unlink),
16778         (gst_multipart_mux_request_new_pad),
16779         (gst_multipart_mux_handle_src_event),
16780         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
16781         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
16782         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
16783         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
16784         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
16785         send multipart jpeg images to a browser.
16786         * gst/videobox/Makefile.am:
16787         * gst/videobox/README:
16788         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
16789         (gst_video_box_get_type), (gst_video_box_base_init),
16790         (gst_video_box_class_init), (gst_video_box_init),
16791         (gst_video_box_set_property), (gst_video_box_get_property),
16792         (gst_video_box_sink_link), (gst_video_box_i420),
16793         (gst_video_box_ayuv), (gst_video_box_chain),
16794         (gst_video_box_change_state), (plugin_init):
16795         Crops or adds borders around an image. can do alpha channel
16796         borders as well.
16797         * gst/videomixer/Makefile.am:
16798         * gst/videomixer/README:
16799         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
16800         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
16801         (gst_videomixer_pad_get_sink_event_masks),
16802         (gst_videomixer_pad_get_property),
16803         (gst_videomixer_pad_set_property),
16804         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
16805         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
16806         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
16807         (gst_videomixer_base_init), (gst_videomixer_class_init),
16808         (gst_videomixer_init), (gst_videomixer_request_new_pad),
16809         (gst_videomixer_handle_src_event),
16810         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
16811         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
16812         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
16813         (gst_videomixer_loop), (gst_videomixer_get_property),
16814         (gst_videomixer_set_property), (gst_videomixer_change_state),
16815         (plugin_init):
16816         Generic video mixer plugin, can handle multiple inputs all with
16817         different framerates and video sizes. Is fully alpha channel
16818         aware.
16819
16820 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16821
16822         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
16823           Select first track as master track. Not sure how else to handle
16824           that...
16825         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
16826           Discard discont events. Should fix #142962.
16827
16828 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16829
16830         * ext/alsa/Makefile.am:
16831         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
16832         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
16833         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
16834         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
16835         (gst_alsa_mixer_get_option):
16836         * ext/alsa/gstalsamixer.h:
16837         * ext/alsa/gstalsamixeroptions.c:
16838         (gst_alsa_mixer_options_get_type),
16839         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
16840         (gst_alsa_mixer_options_new):
16841         * ext/alsa/gstalsamixeroptions.h:
16842         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
16843         * ext/alsa/gstalsamixertrack.h:
16844           Add enumerations (as GstMixerOptions). Make correct distinction
16845           between input/output tracks. Add capture/playback private flag.
16846           Use flag to decide on whether to set capture or playback volumes
16847           or switches. Use playback and record switches.
16848         * gst-libs/gst/mixer/Makefile.am:
16849         * gst-libs/gst/mixer/mixer-marshal.list:
16850         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
16851         (gst_mixer_set_option), (gst_mixer_get_option),
16852         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
16853         (gst_mixer_volume_changed), (gst_mixer_option_changed):
16854         * gst-libs/gst/mixer/mixer.h:
16855         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
16856         (gst_mixer_options_class_init), (gst_mixer_options_init),
16857         (gst_mixer_options_dispose):
16858         * gst-libs/gst/mixer/mixeroptions.h:
16859           Add GstMixerOptions.
16860         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16861           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
16862           broken device detection on computers with multiple OSS sound
16863           cards.
16864
16865 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16866
16867         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
16868           fixate nicely even when the peer is not negotiating
16869
16870 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16871
16872         * gst/audioconvert/gstaudioconvert.c:
16873         (gst_audio_convert_parse_caps):
16874           make sure we don't allow depth > width
16875         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
16876           fixate endianness to G_BYTE_ORDER as default
16877         * gst/audioscale/gstaudioscale.c:
16878           we don't handle another endianness as host-endianness
16879
16880 2004-05-25  David Schleef  <ds@schleef.org>
16881
16882         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
16883
16884 2004-05-24  Benjamin Otte  <otte@gnome.org>
16885
16886         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
16887         (gst_oggvorbisenc_setup):
16888           properly fail when we can't setup the vorbis encoder due to
16889           unsupported settings
16890         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
16891         (gst_vorbisenc_setup):
16892           same
16893         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16894           fix case where warnings occured when one pad was unlinked while the
16895           other's link function was called
16896
16897 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16898
16899         * gst/tcp/Makefile.am:
16900           use GST_ENABLE_NEW
16901
16902 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16903
16904         * gst-libs/gst/resample/private.h:
16905           don't use optimizations that are #if 0'ed
16906
16907 2004-05-24  Wim Taymans  <wim@fluendo.com>
16908
16909         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
16910         Fix potential division by zero error and hopefully get
16911         the position query right to get correct timestamps on avi
16912         audio.
16913
16914 2004-05-24  Wim Taymans  <wim@fluendo.com>
16915
16916         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
16917         (gst_videoscale_scale_nearest_str2),
16918         (gst_videoscale_scale_nearest_str4),
16919         (gst_videoscale_scale_nearest_32bit),
16920         (gst_videoscale_scale_nearest_24bit),
16921         (gst_videoscale_scale_nearest_16bit):
16922         Fix the scaling algorithm and avoid a buffer overflow.
16923         removed the while loop in the scaling function as it
16924         was used for point sampling only.
16925
16926 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16927
16928         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
16929         (gst_id3_tag_class_init), (gst_id3_tag_init),
16930         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
16931         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
16932         (gst_id3_tag_send_tag_event):
16933           lots of fixes to make id3mux work and id3demux work correctly
16934
16935 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16936
16937         * ext/Makefile.am:
16938           add rules to build shout2send (was removed by accident
16939           when this module was no more marked experimental/broken)
16940
16941 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16942
16943         * ext/shout2/gstshout2.c:
16944         * ext/shout2/gstshout2.h:
16945           adding a "connection problem" signal to shout2send
16946           (fixes #142954)
16947
16948 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16949
16950         * ext/kio/kioreceiver.cpp:
16951         * ext/kio/kioreceiver.h:
16952           fix sign comparison issues
16953
16954 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16955
16956         * gst/cdxaparse/gstcdxaparse.c:
16957         * gst/cdxaparse/gstcdxaparse.h:
16958           some renaming
16959           add some checks/sanity
16960           prepare for seek addition
16961
16962         * sys/sunaudio/gstsunaudio.c:
16963           remove exported dupe init function
16964
16965 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
16966
16967         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
16968         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
16969           Fix format conversion and position querying.
16970         * gst/debug/progressreport.c: (gst_progressreport_report):
16971           Don't output a bogus total value that we didn't query.
16972         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
16973           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
16974           only a blank window after xine has been used.
16975
16976 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16977
16978         * m4/as-arts.m4:
16979           sync with upstream version to fix test on FC2
16980           readd with -ko to preserve Id header
16981
16982 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16983
16984         * configure.ac:
16985           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
16986         * gst/tcp/gsttcpclientsrc.c: idem
16987         * gst/tcp/gsttcpserversink.c: idem
16988         * gst/tcp/gsttcpserversrc.c: idem
16989         * m4/gst-fionread.m4: idem
16990
16991         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
16992
16993         * configure.ac: enable speex plugin for speex 1.1.5+
16994         * ext/speex/gstspeexenc.c: fix cast warning
16995
16996         * ext/esd/README: fix typo
16997
16998 2004-05-20  David Schleef  <ds@schleef.org>
16999
17000         * configure.ac: Minor cosmetic change to convince the buildbot to
17001         reautogen.
17002         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
17003         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
17004         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
17005         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
17006         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
17007         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
17008         More hacking.  Plays audio now.
17009
17010 2004-05-20  David Schleef  <ds@schleef.org>
17011
17012         * configure.ac:
17013         * sys/Makefile.am:
17014
17015 2004-05-20  David Schleef  <ds@schleef.org>
17016
17017         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
17018         * sys/osxaudio/gstosxaudio.c:
17019         * sys/osxaudio/gstosxaudioelement.c:
17020         * sys/osxaudio/gstosxaudioelement.h:
17021         * sys/osxaudio/gstosxaudiosink.c:
17022         * sys/osxaudio/gstosxaudiosink.h:
17023         * sys/osxaudio/gstosxaudiosrc.c:
17024         * sys/osxaudio/gstosxaudiosrc.h:
17025
17026 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17027
17028         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
17029         (gst_vorbisenc_chain):
17030           put the codec headers on the caps as streamheader as well as
17031           pushing them out
17032
17033 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17034
17035         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
17036         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
17037         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
17038         split up push_packet into two functions
17039
17040 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17041
17042         * gst/tcp/.cvsignore:
17043           ignore enums
17044         * gst/tcp/Makefile.am:
17045         * gst/tcp/README:
17046         * gst/tcp/gsttcp.c:
17047         * gst/tcp/gsttcp.h:
17048         * gst/tcp/gsttcpclientsink.c:
17049         * gst/tcp/gsttcpclientsink.h:
17050         * gst/tcp/gsttcpclientsrc.c:
17051         * gst/tcp/gsttcpclientsrc.h:
17052         * gst/tcp/gsttcpplugin.c:
17053         * gst/tcp/gsttcpserversink.c:
17054         * gst/tcp/gsttcpserversink.h:
17055         * gst/tcp/gsttcpserversrc.c:
17056         * gst/tcp/gsttcpserversrc.h:
17057           add new tcp elements
17058
17059 2004-05-19  Wim Taymans  <wim@fluendo.com>
17060
17061         * gst/law/mulaw-conversion.c: (mulaw_encode):
17062         Fix overflow bug in ulaw encoding.
17063
17064 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17065
17066         * ext/mad/gstmad.c: (gst_mad_handle_event):
17067           don't unref the event twice
17068
17069 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17070
17071         * configure.ac:
17072           remove -Wno-sign-compare
17073
17074 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17075
17076         * configure.ac:
17077           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
17078           if you want to work against glib 2.2 and 2.4
17079
17080 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17081
17082         * gst/tcp/Makefile.am:
17083         * gst/tcp/gsttcp.c:
17084         * gst/tcp/gsttcp.h:
17085         * gst/tcp/gsttcpsink.h:
17086         * gst/tcp/gsttcpsrc.h:
17087           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
17088
17089 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17090
17091         * gst/debug/tests.c: (md5_get_value):
17092           fix segfault on gst-inspect
17093
17094 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17095
17096         * gst/debug/testplugin.c:
17097         * gst/debug/tests.c:
17098         * gst/debug/tests.h:
17099           add new extensible and configurable testing element. Current tests
17100           include buffer count, stream length, timestamp/duration matching and
17101           md5.
17102         * gst/debug/Makefile.am:
17103         * gst/debug/gstdebug.c: (plugin_init):
17104           add infrastructure for new element
17105
17106 2004-05-19  Johan Dahlin  <johan@gnome.org>
17107
17108         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
17109         ending of the array. Fixes gst-inspect segfault on ppc.
17110
17111 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17112
17113         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
17114
17115         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
17116
17117 2004-05-18  David Schleef  <ds@schleef.org>
17118
17119         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
17120         warnings (bugs, actually) noticed by gcc but not forte.
17121
17122 2004-05-18  David Schleef  <ds@schleef.org>
17123
17124         * sys/sunaudio/Makefile.am:
17125         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
17126
17127 2004-05-18  David Schleef  <ds@schleef.org>
17128
17129         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17130         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
17131         to allow qtdemux to use non-seekable streams. (bug #142272)
17132
17133 2004-05-18  David Schleef  <ds@schleef.org>
17134
17135         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
17136         (gst_resample_sinc_ft_float): Remove use of static temporary
17137         buffer.  This code was obviously not supposed to last long, but
17138         it's stuck in our ABI, so it required a little hack to make it
17139         ABI-compatible.  Fixes #142585.
17140         * gst-libs/gst/resample/resample.h: same.
17141
17142 2004-05-18  David Schleef  <ds@schleef.org>
17143
17144         * configure.ac: Add sunaudio
17145         * examples/Makefile.am: make gstplay depend on gconf
17146         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
17147         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
17148         (convert_table_lookup), (img_convert): remove c99-isms
17149         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
17150           unsigned, to fix a warning on Solaris
17151         * gst/mpeg1sys/systems.c: bcopy->memcpy
17152         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
17153         * sys/Makefile.am: Add sunaudio
17154
17155 2004-05-18  Wim Taymans  <wim@fluendo.com>
17156
17157         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
17158         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
17159         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
17160         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
17161         (gst_ogg_mux_loop):
17162         Fix an ugly memleak where the muxer didn't flush enough ogg
17163         pages. This also resulted in badly muxed ogg files.
17164
17165 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17166
17167         * gst/asfdemux/asfheaders.c :
17168         * gst/asfdemux/asfheaders.h :
17169         * gst/asfdemux/gstasfdemux.c :
17170           - fix ASF_OBJ_PADDING guid
17171           - add 3 new object guids (language list, metadata,
17172             extended stream properties)
17173           - add a function to parse extended header objects
17174
17175 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17176
17177         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
17178           remove leftover debugging g_print
17179
17180 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17181
17182         * ext/mad/gstmad.c: (gst_mad_handle_event):
17183           Fix for when the first format in a discont event is not a
17184           byte-based one. Should fix #137710.
17185
17186 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17187
17188         * m4/a52.m4 : fix compilation with -Wall -Werror
17189         * m4/libfame.m4 : idem
17190         * m4/libmikmod.m4 : idem
17191
17192 2004-05-17  Benjamin Otte  <otte@gnome.org>
17193
17194         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17195           signal the new tags before giving up the reference
17196
17197 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17198
17199         * ext/shout2/gstshout2.c:
17200           use application/ogg instead of application/x-ogg (patch by Patrick
17201           Guimond, fixes #142432)
17202         * sys/oss/gstosselement.c: (gst_osselement_reset),
17203         (gst_osselement_sync_parms):
17204           don't set fragment size unless specified (fixes #142493)
17205
17206 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17207
17208         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
17209           fixes #142664
17210
17211 2004-05-17  Benjamin Otte  <otte@gnome.org>
17212
17213         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17214           compute offsets correctly for internal buffers so timestamps are set
17215           correctly when we can't seek. Also handle cases where there are no
17216           offsets. (based on a patch by David Moore, fixes #142507)
17217
17218 2004-05-17  Benjamin Otte  <otte@gnome.org>
17219
17220         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17221           use correct variable when determining amount of data to skip so we
17222           don't skip into the void and segfault
17223
17224 2004-05-16  Benjamin Otte  <otte@gnome.org>
17225
17226         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
17227           Hi, I'm a memleak
17228
17229 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17230
17231         * gst/asfdemux/gstasfdemux.c:
17232           - fix a mem leak and always propagate tags
17233           - add WMV3 to known video codecs (but no decoder yet)
17234           - replace "surplus data" at end of audio header for what
17235             it is : codec specific data
17236           - fix a typo
17237
17238 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
17239
17240         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
17241
17242         * gst-libs/gst/audio/audioclock.c:
17243           Fix wrong return type (#142205).
17244
17245 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17246
17247         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
17248           Ignore CRCs by default (fixes #142566).
17249
17250 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17251
17252         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
17253         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
17254         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
17255         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
17256         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17257         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
17258           Fix for cases where we fail to attach to a mixer.
17259
17260 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17261
17262         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
17263           Don't touch events after not owning them anymore.
17264         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
17265         (gst_wavparse_fmt), (gst_wavparse_other),
17266         (gst_wavparse_handle_seek), (gst_wavparse_loop),
17267         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
17268         (gst_wavparse_srcpad_event):
17269         * gst/wavparse/gstwavparse.h:
17270           Add seeking, fix querying.
17271
17272 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17273
17274         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17275           - process comments even if they don't end with \0\0
17276             g_convert would ignore them if present and works well without them
17277
17278 2004-05-16  Benjamin Otte  <otte@gnome.org>
17279
17280         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
17281           simplify caps
17282
17283 2004-05-16  Benjamin Otte  <otte@gnome.org>
17284
17285         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17286           don't write to memory we might not write to - g_convert does that
17287           for us anyway (fixes #142613)
17288         (gst_asf_demux_audio_caps):
17289           comment out gst_util_dump_mem
17290
17291 2004-05-16  Benjamin Otte  <otte@gnome.org>
17292
17293         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17294           compute correct expected timestamps after seek (broken since
17295           last commit)
17296         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
17297           rename element and debugging category to gdkpixbufscale
17298
17299 2004-05-16  Benjamin Otte  <otte@gnome.org>
17300
17301         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17302           add error checking to snd_pcm_delay and remove duplicate call to
17303           snd_pcm_delay that caused issues (see inline code comments)
17304         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
17305           make more readable and fix return value when snd_pcm_delay fails
17306         (fixes #142586)
17307
17308 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
17309         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
17310         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
17311         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
17312         (gst_pixbufscale_link), (gst_pixbufscale_init),
17313         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
17314         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
17315         (gst_pixbufscale_get_property), (pixbufscale_init):
17316         * ext/gdk_pixbuf/pixbufscale.h:
17317         Add these files I forgot earlier
17318
17319 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
17320         * ext/gdk_pixbuf/Makefile.am:
17321         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
17322         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17323         Add new pixbufscale element to scale RGB video
17324         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
17325         and HYPER interpolation correctly.
17326         * ext/theora/theoraenc.c: (theora_enc_chain),
17327         Discard buffer and return if explicit caps could not be set
17328         (theora_enc_get_property):
17329         Make _get return kbps for the bitrate consistent with
17330         the _set function.
17331
17332
17333 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17334
17335         * ext/libvisual/visual.c: (gst_visual_chain):
17336           add missing visual_audio_analyze
17337
17338 2004-05-14  David Schleef  <ds@schleef.org>
17339
17340         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
17341         is killed while we're playing.
17342         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
17343         gst_element_no_more_pads().
17344
17345 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17346
17347         * gst-libs/gst/riff/riff-read.c :
17348           - fix INFO tag extraction in RIFF/AVI files
17349             because gst_event_unref (event) also freed taglist
17350           - avoid a mem leak
17351
17352 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17353
17354         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
17355         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
17356
17357         * gst/auparse/gstauparse.c :
17358           - add code (commented for now) to support audio/x-adpcm on src pad
17359             (we have no decoder for those layout yet)
17360
17361         * gst/cdxaparse/gstcdxaparse.c :
17362         * gst/cdxaparse/gstcdxaparse.h :
17363           - partial rewrite using RiffRead (ripped iain's wavparse code)
17364
17365         * gst/rtp/gstrtpL16enc.c : typo
17366         * gst/rtp/gstrtpgsmenc.c : typo
17367
17368 2004-05-13  Benjamin Otte  <otte@gnome.org>
17369
17370         * configure.ac:
17371           check for exact version of libvisual, it's not supposed to be
17372           API/ABI stable yet
17373
17374 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17375
17376         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
17377           signal no-more-pads
17378
17379 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
17380
17381         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
17382         Report which format was used for GST_FORMAT_DEFAULT
17383         * gst/debug/Makefile.am:
17384         * gst/debug/gstdebug.c: (plugin_init):
17385         * gst/debug/progressreport.c: (gst_progressreport_base_init),
17386         (gst_progressreport_class_init), (gst_progressreport_init),
17387         (gst_progressreport_report), (gst_progressreport_set_property),
17388         (gst_progressreport_get_property), (gst_progressreport_chain),
17389         (gst_progressreport_plugin_init):
17390         Add progressreport element for testing.
17391
17392 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17393
17394         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
17395         * sys/v4l/gstv4lsrc.h:
17396         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
17397         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
17398         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
17399         (gst_v4lsrc_grab_frame):
17400           add more debugging
17401           send a discont at start
17402
17403 2004-05-12  Colin Walters  <walters@redhat.com>
17404
17405         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
17406         inflooping if we can't find a chunk.  Or in other words, don't blow
17407         chunks if we don't have a chunk to blow.
17408
17409 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
17410         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
17411         Remove old debug output
17412         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
17413         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
17414         (gst_dvdec_set_property), (gst_dvdec_get_property):
17415         Change the quality setting to an enum, so it works from gst-launch
17416         Don't renegotiate a non-linked pad. Allows audio only decoding.
17417         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
17418         (gst_deinterlace_link), (gst_deinterlace_init):
17419         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
17420         (gst_videodrop_link):
17421         Some caps negotiation fixes
17422
17423 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17424
17425         * ext/tarkin/gsttarkin.c :
17426           - Change RANK from NONE to PRIMARY
17427         * ext/gdk_pixbuf/gstgdkpixbuf.c :
17428           - Change RANK from NONE to MARGINAL
17429         * ext/divx/gstdivxenc.c :
17430           - Change RANK from PRIMARY to NONE (encoder/spider issue)
17431
17432 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17433
17434         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
17435         (gst_vorbisenc_push_packet):
17436           copy a function that was added between 1.0 and 1.0.1 until we
17437           depend on worthwhile features of post-1.0
17438
17439 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17440
17441         * configure.ac:
17442           enable shout2 by default
17443         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
17444         (gst_shout2send_base_init), (gst_shout2send_init),
17445         (gst_shout2send_connect), (gst_shout2send_change_state):
17446         * ext/shout2/gstshout2.h:
17447           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
17448           #142262)
17449         * ext/theora/theora.c: (plugin_init):
17450           don't set rank on encoders
17451
17452 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
17453
17454         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
17455           Use codec_data property instead of flag1 and flag2 for wma
17456
17457 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17458
17459         * gst/cdxaparse/gstcdxaparse.c :
17460           - Add mpegversion to CAPS to make it link
17461           - Rank is as GST_RANK_SECONDARY instead of NONE
17462         * gst/auparse/gstauparse.c :
17463           - Document all audio encoding we can encounter from Solaris 9
17464             headers and libsndfile information.
17465           - Increase max. rate from 48000 to 192000 (to match other elements)
17466           - Don't try to play junk data between header and samples
17467
17468 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17469
17470         * ext/libvisual/visual.c: (gst_visual_getcaps):
17471           use the right caps depending on endianness (I hope)
17472         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
17473           use GST_RANK_NONE for all non-decoding elements or spider gets
17474           mighty confused
17475
17476 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17477
17478         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17479           Fix some odd cases and fix BE metadata parsing of unicode16 text.
17480
17481 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17482
17483         * gst/switch/gstswitch.c: (gst_switch_release_pad),
17484         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
17485         (gst_switch_loop), (gst_switch_get_type):
17486           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
17487           HEADERS. Had to be said.
17488
17489 2004-05-10  David Schleef  <ds@schleef.org>
17490
17491         * configure.ac: Add prototype Dirac support.
17492         * ext/Makefile.am:
17493         * ext/dirac/Makefile.am:
17494         * ext/dirac/gstdirac.cc:
17495         * ext/dirac/gstdiracdec.cc:
17496
17497 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17498
17499         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
17500         (gst_auparse_init), (gst_auparse_chain),
17501         (gst_auparse_change_state):
17502           Hack around spider. Remove me some day please.
17503
17504 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17505
17506         * gst/auparse/gstauparse.c: (gst_auparse_chain):
17507           Fix for some uninitialized variables in previous patch, also
17508           makes it work. Fixes #142286 while we're at it.
17509
17510 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17511
17512         * gst/auparse/gstauparse.c:
17513                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
17514                 only unsupported formats are ADPCM/CCITT G.72x
17515                 reviewed by Ronald
17516         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
17517
17518 2004-05-10  Wim Taymans  <wim@fluendo.com>
17519
17520         * ext/vorbis/Makefile.am:
17521         * ext/vorbis/README:
17522         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
17523         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
17524         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
17525         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
17526         (gst_oggvorbisenc_convert_sink),
17527         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
17528         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
17529         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
17530         (get_constraints_string), (update_start_message),
17531         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
17532         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
17533         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
17534         * ext/vorbis/oggvorbisenc.h:
17535         * ext/vorbis/vorbis.c: (plugin_init):
17536         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
17537         (raw_caps_factory), (gst_vorbisenc_class_init),
17538         (gst_vorbisenc_init), (gst_vorbisenc_setup),
17539         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
17540         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
17541         * ext/vorbis/vorbisenc.h:
17542         Added a raw vorbis encoder to be used with the oggmuxer.
17543         We still need the old encoder for some gnome applications,
17544         read the README to find out how that works.
17545         The raw encoder is called "rawvorbisenc" until 0.9.
17546
17547 2004-05-10  Wim Taymans  <wim@fluendo.com>
17548
17549         * ext/ogg/gstogg.c: (plugin_init):
17550         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
17551         (gst_ogg_print):
17552         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
17553         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
17554         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
17555         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
17556         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
17557         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
17558         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
17559         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
17560         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
17561         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
17562         Added an ogg muxer.
17563         Small typo fixes in the demuxer.
17564
17565 2004-05-10  Wim Taymans  <wim@fluendo.com>
17566
17567         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17568         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
17569         (theora_enc_change_state), (theora_enc_set_property),
17570         (theora_enc_get_property):
17571         Mark the last packet with an EOS flag which is not really needed
17572         in gstreamer.
17573         Do some better video framerate initialisation.
17574         Update the buffer timestamp.
17575
17576 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
17577
17578         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
17579         Return the result of the parent state change call
17580
17581 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17582
17583         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
17584         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
17585         * gst/law/alaw-encode.c : (idem)
17586         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
17587         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
17588         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
17589
17590 2004-05-09  Benjamin Otte  <otte@gnome.org>
17591
17592         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17593           don't use a fixed buffer size when writing variable length data to
17594           it. Fixes memory corruption and makes alsasrc work
17595
17596 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17597
17598         * ext/gnomevfs/gstgnomevfssink.c:
17599         (_gst_boolean_allow_overwrite_accumulator),
17600         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
17601           Run glib's default signal handler (??) in RUN_CLEANUP rather than
17602           RUN_LAST, and don't use that to set the accumulator value because
17603           then it's always FALSE.
17604
17605 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17606
17607         * gst-libs/gst/riff/riff-media.c:
17608         (gst_riff_create_video_caps_with_data),
17609         (gst_riff_create_audio_caps),
17610         (gst_riff_create_audio_template_caps):
17611         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17612           Fix for unaligned RIFF files (i.e. where all the chunks together
17613           in a LIST chunk are not of the same size as the size given in
17614           the LIST chunk header). Fixes several odd WAVE files. Also fix
17615           ADPCM (block_align property) in audio, so that wavparse based
17616           on this works now as it used to stand-alone.
17617
17618 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
17619
17620         reviewed by Benjamin Otte  <otte@gnome.org>
17621
17622         * ext/a52dec/gsta52dec.c:
17623         * ext/divx/gstdivxdec.c:
17624         * ext/divx/gstdivxenc.c:
17625         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17626         * ext/faac/gstfaac.c: (gst_faac_base_init):
17627         * ext/faad/gstfaad.c: (gst_faad_base_init):
17628         * ext/ivorbis/vorbisfile.c:
17629         * ext/lame/gstlame.c:
17630         * ext/libfame/gstlibfame.c:
17631         * ext/mpeg2enc/gstmpeg2enc.cc:
17632         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17633         * ext/sidplay/gstsiddec.cc:
17634         * ext/speex/gstspeexdec.c:
17635         * ext/speex/gstspeexenc.c:
17636         * ext/xvid/gstxviddec.c:
17637         * ext/xvid/gstxvidenc.c:
17638           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
17639           (fixes #142193)
17640
17641 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17642
17643         * ext/alsa/gstalsa.c: (device_list),
17644         (gst_alsa_class_probe_devices):
17645         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
17646           Fix alsa oddness in mixer after the combination of using mixer
17647           in source/sink elements and using hw:x,y instead of just hw:x.
17648
17649 2004-05-09  Benjamin Otte  <otte@gnome.org>
17650
17651         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
17652         (gst_wavparse_create_sourcepad):
17653           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
17654           sourcepads
17655
17656 2004-05-09  Benjamin Otte  <otte@gnome.org>
17657
17658         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17659           allow discont events before caps nego
17660
17661 2004-05-08  Benjamin Otte  <otte@gnome.org>
17662
17663         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
17664           don't leak events
17665
17666 2004-05-08  Benjamin Otte  <otte@gnome.org>
17667
17668         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
17669         (gst_level_change_state), (gst_level_init):
17670         * gst/level/gstlevel.h:
17671           figure out if we're initialized directly instead of keeping a
17672           variable that's wrong in 90% of cases
17673           don't initialize pads and then leak them and use a new unitialized
17674           pad. (fixes #142084)
17675           these were bugs so n00bish I didn't find them for an hour :/
17676
17677 2004-05-08 Iain <iain@prettypeople.org>
17678
17679         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
17680         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
17681         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
17682         return the length that was read.
17683         (gst_riff_read_strf_auds): Allow fmt tags as well.
17684
17685 2004-05-07  David Schleef  <ds@schleef.org>
17686
17687         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
17688         signed char assumption in faad.h.
17689
17690 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17691
17692         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
17693           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
17694
17695 2004-05-07  Colin Walters  <walters@redhat.com>
17696
17697         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
17698         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
17699         function.
17700         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
17701         Add dispose function.
17702
17703 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
17704         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
17705           Fix caps nego and pad templates. RGB mode caps should
17706           work now.
17707         * ext/dvdnav/gst-dvd:
17708           Move mpeg2dec inside the thread because otherwise the
17709           queue rejects cap changes mid-stream
17710         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
17711         (gst_mpeg2dec_flush_decoder):
17712           For mpeg2dec > 0.4.0, call the flush function instead of
17713           manually extracting all in-flight frames.
17714         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
17715         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
17716           Change mime type video/dv go video/x-dv to match the
17717           rest of gst-plugins
17718
17719 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17720
17721         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
17722         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
17723         (gst_alsa_sink_class_init):
17724         * ext/alsa/gstalsasink.h:
17725         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
17726         (gst_alsa_src_class_init):
17727         * ext/alsa/gstalsasrc.h:
17728           Make alsasink/src a subclass of alsamixer so that mixer stuff
17729           shows up in gst-rec. Needs some finetuning.
17730
17731 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17732
17733         * ext/lame/gstlame.c: (gst_lame_chain):
17734           simplify
17735         * ext/mad/gstmad.c: (gst_mad_handle_event):
17736           fix event leak
17737         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17738           be able to detect mp3 files < 4096 bytes
17739
17740 2004-05-06  Wim Taymans  <wim@fluendo.com>
17741
17742         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17743         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
17744         (theora_enc_set_property), (theora_enc_get_property):
17745         Also encode the first frame, cleanup some code.
17746
17747 2004-05-06  Wim Taymans  <wim@fluendo.com>
17748
17749         * ext/mpeg2enc/gstmpeg2enc.cc:
17750         Forward events first before deciding that negotiation was
17751         not performed.
17752
17753 2004-05-06  Wim Taymans  <wim@fluendo.com>
17754
17755         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
17756         First process the events before deciding that negotiation
17757         was not performed.
17758
17759 2004-05-06  Wim Taymans  <wim@fluendo.com>
17760
17761         * ext/theora/Makefile.am:
17762         * ext/theora/theora.c: (plugin_init):
17763         * ext/theora/theoradec.c: (theora_dec_change_state):
17764         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
17765         (gst_theora_enc_class_init), (gst_theora_enc_init),
17766         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
17767         (theora_enc_chain), (theora_enc_change_state),
17768         (theora_enc_set_property), (theora_enc_get_property):
17769         Added a theora encoder, grouped the encoder and decoder into the
17770         same plugin.
17771
17772 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17773
17774         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
17775         (gst_jpegenc_chain):
17776         fix DURATION on outgoing buffers
17777         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
17778         debug using time formats
17779         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
17780         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
17781         (gst_xvimagesink_sink_link):
17782         windows with width/height 0 generate X errors, so don't allow them
17783
17784 2004-05-05  Wim Taymans  <wim@fluendo.com>
17785
17786         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
17787         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
17788         (gst_mpeg2dec_negotiate_format):
17789         * ext/mpeg2dec/gstmpeg2dec.h:
17790           removed the static pad template so that we can add the
17791           more accurate framerate value to the caps.
17792
17793
17794 2004-05-04  Benjamin Otte  <otte@gnome.org>
17795
17796         * configure.ac:
17797           check for kdemacros.h, too (should fix #141821)
17798         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
17799           don't crash if no header was sent, but nicely error out (fixes part
17800           of #141554)
17801
17802 2004-05-04  Wim Taymans  <wim@fluendo.com>
17803
17804         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
17805         parent dispose function to avoid segfault on destroy.
17806
17807 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17808
17809         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
17810         (plugin_init):
17811         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17812         (gst_xvimagesink_sink_link):
17813         clean up debugging caps
17814         also recreate xvimage when format has changed
17815
17816 2004-05-04  Benjamin Otte  <otte@gnome.org>
17817
17818         * ext/libvisual/Makefile.am:
17819         * ext/libvisual/visual.c: (gst_visual_class_init),
17820         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
17821         (gst_visual_srclink), (gst_visual_chain),
17822         (gst_visual_change_state), (plugin_init):
17823           use a GstAdapter to correctly adapt buffer sizes - allows using a
17824           framerate
17825
17826 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17827
17828         * sys/v4l/gstv4lelement.h:
17829         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17830         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
17831         (gst_v4lsrc_buffer_free):
17832         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
17833         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
17834         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
17835         (gst_v4lsrc_requeue_frame):
17836         move some debugging categories around
17837         query for fps index and set accordingly if found
17838
17839 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17840
17841         * ext/lame/gstlame.c:
17842         correct defaults that lame_init puts out of range
17843
17844 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17845
17846         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
17847         (gst_divxenc_class_init):
17848         fix range since -1 is the default
17849         * gst/mpeg1sys/gstmpeg1systemencode.c:
17850         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
17851         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
17852         (gst_rtjpegdec_chain):
17853         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
17854         (gst_rtjpegenc_chain):
17855         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
17856         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
17857         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
17858         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
17859         * sys/v4l/gstv4lsrc.c:
17860         * sys/v4l/v4l_calls.c: (gst_v4l_open):
17861         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
17862         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
17863         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
17864         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
17865           remove gst_info calls
17866
17867 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17868
17869         * Makefile.am:
17870         * po/af.po:
17871         * po/az.po:
17872         * po/en_GB.po:
17873         * po/nl.po:
17874         * po/sr.po:
17875         * po/sv.po:
17876           Updated translations
17877
17878 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17879
17880         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
17881           refactor/comment code
17882
17883 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17884
17885         * gst/asfdemux/Makefile.am:
17886         * gst/asfdemux/asfheaders.c:
17887         * gst/asfdemux/asfheaders.h:
17888         * gst/asfdemux/gstasf.c: (plugin_init):
17889         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
17890         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
17891         (gst_asf_demux_setup_pad):
17892         * gst/asfdemux/gstasfdemux.h:
17893         * gst/asfdemux/gstasfmux.c:
17894         * gst/asfdemux/gstasfmux.h:
17895           Add tagging support to demuxer, split out registration in its own
17896           file instead of in demux (hacky), and prevent having some tables
17897           in our memory multiple times (in asfheaders.h).
17898
17899 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17900
17901         * gst/matroska/matroska-demux.c:
17902         (gst_matroska_demux_parse_metadata):
17903         * gst/matroska/matroska-ids.h:
17904           Basic tag reading support.
17905
17906 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17907
17908         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
17909           Really detect ac-3 audio.
17910         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
17911           really detect matroska files (off-by-1).
17912
17913 2004-04-30  David Schleef  <ds@schleef.org>
17914
17915         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
17916         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
17917         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
17918         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
17919         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
17920         hackage -- parse a lot more atoms, extract a few tags.  One might even
17921         mistake this for tag support.  Maybe it is.
17922         * gst/qtdemux/qtdemux.h:
17923
17924 2004-04-30  Colin Walters  <walters@verbum.org>
17925
17926         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
17927
17928 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17929
17930         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17931         (gst_ffmpegcolorspace_getcaps):
17932           remove broken nego fix
17933
17934 2004-04-30  Benjamin Otte  <otte@gnome.org>
17935
17936         * configure.ac:
17937         * ext/Makefile.am:
17938         * ext/libvisual/Makefile.am:
17939         * ext/libvisual/visual.c:
17940           add initial support for libvisual (http://libvisual.sourceforge.net)
17941           libvisual is still quite alpha, so expect crashes in there :)
17942
17943 2004-04-29  David Schleef  <ds@schleef.org>
17944
17945         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
17946         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
17947         up qtdemux to make it spit out codec_data.  Do _not_ look at this
17948         code; you will no longer respect me.
17949
17950 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17951
17952         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
17953         * ext/alsa/gstalsa.h :
17954         change alsa pcm device discovery to find more than 1 device
17955         per card. code review by Ronald.
17956
17957 2004-04-29  David Schleef  <ds@schleef.org>
17958
17959         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
17960         Add a check for a driver bug on FreeBSD.  (bug #140565)
17961
17962 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17963
17964         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
17965         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
17966         (gst_jpegenc_getcaps):
17967           move format setting to inner loop
17968         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17969         (gst_ffmpegcolorspace_getcaps):
17970           use GST_PAD_CAPS if available so that we use already negotiated
17971           caps
17972         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
17973         (qtdemux_parse_moov), (qtdemux_parse):
17974           extra debugging
17975         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
17976         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
17977           move hardcoded path to DEFINE
17978
17979 2004-04-28  David Schleef  <ds@schleef.org>
17980
17981         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
17982         (bug #140064)
17983
17984 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17985
17986         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17987           Don't probe for playback device if we're a source element. Fixes
17988           #139658.
17989
17990 2004-04-29  Benjamin Otte  <otte@gnome.org>
17991
17992         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
17993         (gst_id3_tag_chain):
17994           rewrite buffer offset
17995
17996 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17997
17998         * configure.ac:
17999         * ext/Makefile.am:
18000         * ext/dts/Makefile.am:
18001         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
18002         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
18003         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
18004         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
18005         (gst_dtsdec_loop), (gst_dtsdec_change_state),
18006         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
18007         (plugin_init):
18008         * ext/dts/gstdtsdec.h:
18009           New DTS decoder.
18010         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
18011         (gst_faad_srcconnect):
18012           Add ESDS atom handling (.m4a).
18013
18014 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18015
18016         * ext/divx/gstdivxdec.c: (plugin_init):
18017           Remove comment that makes no sense.
18018         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
18019           Fix for obvious typo that resulted in warnings during gst-register.
18020         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
18021         (gst_xviddec_sink_link):
18022           Fix caps negotiation a bit better.
18023         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18024           We call this 'codec_data', not 'esds'.
18025
18026 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18027
18028         * gst/monoscope/gstmonoscope.c:
18029           make sure we only provide 256x128
18030         * gst/monoscope/monoscope.c: (monoscope_init):
18031           assert size of 256x128
18032
18033 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18034
18035         * Makefile.am:
18036         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
18037         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
18038           fixate to max width and height of device
18039
18040 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18041
18042         * Makefile.am:
18043         * sys/v4l/gstv4l.c:
18044         * sys/v4l/gstv4lsrc.c:
18045         * sys/v4l/v4l_calls.c:
18046         * sys/v4l/v4lsrc_calls.c:
18047           fix for qc-usb driver which fakes having more than one buffer
18048           by handing the same buffer twice, which confused GStreamer's/v4lsrc
18049           buffer_free override
18050           add debugging
18051
18052 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18053
18054         * Makefile.am:
18055         * gst/videotestsrc/gstvideotestsrc.c:
18056         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
18057         (gst_videotestsrc_init), (gst_videotestsrc_get),
18058         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
18059         * gst/videotestsrc/gstvideotestsrc.h:
18060           add num-buffers property
18061
18062         2004-04-26  Benjamin Otte  <otte@gnome.org>
18063
18064         * ext/mad/gstid3tag.c: (plugin_init):
18065           set id3mux rank to NONE so it doesn't confuse spider
18066           require audio/mpeg,mpegversion=1 in id3mux
18067
18068 2004-04-26  Benjamin Otte  <otte@gnome.org>
18069
18070         * configure.ac:
18071           detect faad correctly as non-working if it's indeed non-working
18072
18073 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18074
18075         * Makefile.am:
18076         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
18077         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
18078         fix _getcaps so it only negotiates to its supported format
18079
18080 2004-04-25  Benjamin Otte  <otte@gnome.org>
18081
18082         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
18083           fix memleak
18084
18085 2004-04-23  Benjamin Otte  <otte@gnome.org>
18086
18087         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
18088           audio/x-raw-int with height rules! not. Now it's depth.
18089
18090 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18091
18092         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
18093         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
18094         (gst_wavparse_loop):
18095           Missing variable initialization. Add handling of DVI ADPCM. Fix
18096           mis-parsing of LIST chunks. This works around a bug where we mis-
18097           parse non-aligning LIST chunks (so LIST chunks where the contents
18098           don't align with the actual LIST size). The correct fix is to use
18099           rifflib, I'm not going to fix wavparse - too much work. All this
18100           fixes #104878.
18101
18102 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18103
18104         reviewed by Benjamin Otte  <otte@gnome.org>
18105
18106         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
18107           fix shoutcast not working (fixes #140844)
18108
18109 2004-04-22  Benjamin Otte  <otte@gnome.org>
18110
18111         * ext/hermes/gsthermescolorspace.c:
18112         (gst_hermes_colorspace_caps_remove_format_info):
18113         * gst/colorspace/gstcolorspace.c:
18114         (gst_colorspace_caps_remove_format_info):
18115         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18116         (gst_ffmpegcolorspace_caps_remove_format_info):
18117           s/gst_caps_simplify/gst_caps_do_simplify/
18118
18119 2004-04-22  Benjamin Otte  <otte@gnome.org>
18120
18121         * gst-libs/gst/riff/riff-media.c:
18122         (gst_riff_create_video_caps_with_data):
18123           mpegversion is an int
18124         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
18125           don't try to create pad templates with NULL caps, use any caps
18126           instead.
18127
18128 2004-04-20  David Schleef  <ds@schleef.org>
18129
18130         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
18131         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
18132         (bug #140384)
18133
18134 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
18135
18136         reviewed by David Schleef
18137
18138         * ext/mad/gstid3tag.c: Add stdlib.h
18139         * gst/rtp/gstrtpgsmenc.c: same
18140         * gst/tags/gstid3tag.c: same
18141         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
18142         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
18143         GST_DISABLE_LOADSAVE use.
18144         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
18145         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
18146         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
18147         atol(3)).
18148         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
18149         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
18150         strtoul(3)).
18151         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
18152         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
18153         $(ID3_CFLAGS).
18154         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
18155         $(LIBFAME_CFLAGS).
18156
18157 2004-04-20  David Schleef  <ds@schleef.org>
18158
18159         * gst/realmedia/rmdemux.c:  This was supposed to part of the
18160         last checkin.  Same idea.
18161
18162 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
18163
18164         reviewed by David Schleef
18165
18166         * configure.ac: bump required gstreamer version to 0.8.1.1
18167         because of following changes [--ds]
18168
18169         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
18170         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
18171         (gst_riff_read_header):  Use GST_READ_UINT*
18172         macros to access possibly unaligned memory.
18173
18174         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
18175         (mp3_type_find):  Use GST_READ_UINT*
18176         macros to access possibly unaligned memory.
18177         (mp3_type_find, mpeg1_parse_header, qt_type_find)
18178         (speex_type_find): Likewise
18179
18180         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
18181
18182         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
18183         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
18184         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
18185         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
18186         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
18187         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
18188         macros to access possibly unaligned memory.
18189
18190         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
18191         Likewise.
18192
18193         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
18194         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
18195
18196         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18197         Likewise.
18198
18199         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
18200         (gst_mpeg2subt_chain_subtitle): Likewise.
18201
18202         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
18203         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
18204         Likewise.
18205
18206         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
18207         Likewise.
18208
18209         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
18210         Likewise.
18211
18212         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
18213         Likewise.
18214
18215 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18216
18217         * configure.ac:
18218           update required version of GStreamer because of GST_TIME_FORMAT
18219
18220 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18221
18222         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
18223           remove leftover g_print
18224         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18225           don't try setting only a subset of the caps. We don't want to kill
18226           autoplugging on purpose
18227
18228 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18229
18230         * sys/ximage/ximagesink.c: (plugin_init):
18231         * sys/xvimage/xvimagesink.c: (plugin_init):
18232           add debugging categories
18233
18234 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18235
18236         * po/en_GB.po:
18237         * po/LINGUAS:
18238           Adding en_GB translation (Gareth Owen)
18239
18240 2004-04-20  David Schleef  <ds@schleef.org>
18241
18242         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18243         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
18244         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
18245         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
18246         A number of new features and hacks to extract the esds atom and
18247         put it into the caps.  (bug #137724)
18248
18249 2004-04-19  David Schleef  <ds@schleef.org>
18250
18251         * gconf/Makefile.am: Fix for non-GNU make
18252         * gst-libs/gst/Makefile.am: Change directory order to handle
18253         GstPlay linking with gstinterfaces
18254         * gst-libs/gst/audio/make_filter: make use of tr portable
18255         * gst-libs/gst/play/Makefile.am: Add intended \
18256         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
18257         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
18258         function prototype instead of void *.
18259         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
18260         macro.
18261         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18262         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
18263         * gst/videofilter/make_filter: make use of tr portable
18264         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
18265
18266 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18267
18268         * po/LINGUAS:
18269         * po/uk.po:
18270           Added Ukrainian translation (Maxim V. Dziumanenko)
18271
18272 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18273
18274         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
18275         (gst_gsmdec_link), (gst_gsmdec_chain):
18276           Fix capsnego, simplify chain function slightly.
18277         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
18278           Add GSM.
18279
18280 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18281
18282         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
18283         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
18284         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
18285           Hack to make wavparse work with spider (always -> sometimes pad).
18286           Fixes #135862 && #140411.
18287
18288 2004-04-18  Benjamin Otte  <otte@gnome.org>
18289
18290         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
18291         (gst_osselement_rate_probe_check),
18292         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
18293           get rid of \n in debug output
18294
18295 2004-04-17  Iain <iain@prettypeople.org>
18296
18297         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
18298         not just EOS.
18299
18300 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18301
18302         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
18303         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
18304         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
18305         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
18306         (gst_id3_tag_src_link), (gst_id3_tag_chain),
18307         (gst_id3_tag_change_state), (plugin_init):
18308           deprecate id3tag element and replace with id3demux/id3mux.
18309           great side effect: this ugly file is now even uglier, yay!
18310         * ext/mad/gstmad.h:
18311           remove non-available function
18312           update for new get_type
18313
18314 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18315
18316         * configure.ac:
18317           require mpeg2dec >= 0.4.0
18318
18319 2004-04-17  Benjamin Otte  <otte@gnome.org>
18320
18321         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18322         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
18323         (gst_xvimagesink_set_xwindow_id):
18324           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
18325           assorted cleanup fixes.
18326
18327 2004-04-16  David Schleef  <ds@schleef.org>
18328
18329         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
18330         * sys/xvimage/xvimagesink.h: same
18331
18332 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18333
18334         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
18335           Fix GST_ELEMENT_ERROR with (NULL)
18336
18337 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18338
18339         * gst-libs/gst/riff/riff-media.c:
18340         (gst_riff_create_video_caps_with_data):
18341           Add div[3456] as fourccs for DivX 3 (fixes #140137).
18342
18343 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18344
18345         * gst-libs/gst/riff/riff-media.c:
18346         (gst_riff_create_video_caps_with_data),
18347         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
18348         (gst_riff_create_video_template_caps),
18349         (gst_riff_create_audio_template_caps):
18350         * gst-libs/gst/riff/riff-media.h:
18351         * gst-libs/gst/riff/riff-read.c:
18352         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
18353         * gst-libs/gst/riff/riff-read.h:
18354         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
18355           Add MS RLE support. I added some functions to read out strf chunks
18356           into strf chunks and the data behind it. This is usually color
18357           palettes (as in RLE, but also in 8-bit RGB). Also use those during
18358           caps creation. Lastly, add ADPCM (similar to wavparse - which
18359           should eventually be rifflib based).
18360         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
18361         (gst_matroska_demux_init), (gst_matroska_demux_reset):
18362         * gst/matroska/matroska-demux.h:
18363           Remove placeholders for some prehistoric tagging system. Didn't add
18364           support for any tag system really anyway.
18365         * gst/qtdemux/qtdemux.c:
18366           Add support for audio/x-m4a (MPEG-4) through spider.
18367         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
18368         (gst_wavparse_loop):
18369           ADPCM support (#135862). Increase max. buffer size because we
18370           cannot split buffers for ADPCM (screws references) and I've seen
18371           files with 2048 byte chunks. 4096 seems safe for now.
18372
18373 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18374
18375         * configure.ac: bump nano to 1
18376
18377 === release 0.8.1 ===
18378
18379 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18380
18381         * configure.ac: releasing 0.8.1, "Comforting Sounds"
18382
18383 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18384
18385         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
18386           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
18387           Fixes #140058
18388
18389 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18390
18391         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
18392           lower rank of dvddemux so that it's not used for mpeg playback.
18393
18394 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18395
18396         * configure.ac:
18397           save libs correctly when checking mad
18398
18399 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18400
18401         * ext/mad/gstid3tag.c: (plugin_init):
18402           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
18403
18404 2004-04-13  David Schleef  <ds@schleef.org>
18405
18406         * common/m4/gst-feature.m4: Call -config scripts with
18407         --plugin-libs if it is supported.
18408         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
18409         JPEG images are image/jpeg.
18410         * gst/debug/Makefile.am:
18411         * gst/debug/negotiation.c: (gst_negotiation_class_init),
18412         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
18413         (gst_negotiation_update_caps), (gst_negotiation_get_property),
18414         (gst_negotiation_plugin_init): Add a property that acts like
18415         filter caps.
18416         * testsuite/gst-lint:  Move license checking to be a standard
18417         test.
18418
18419 2004-04-13  David Schleef  <ds@schleef.org>
18420
18421         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
18422         patch from Sebastien Cote (bug #139958)
18423
18424 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18425
18426         * examples/gstplay/Makefile.am:
18427         * examples/gstplay/player.c: (main):
18428           make the commandline player example use gconf settings
18429
18430 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18431
18432         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
18433         (gst_cacasink_sinkconnect), (gst_cacasink_init),
18434         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
18435           init/end library during state transition, not object
18436           creation/disposal.  get rid of custom dispose handler.
18437
18438
18439 2004-04-12  Christian Schaller <Uraeus@gnome.org>
18440
18441         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
18442         be a symlink
18443
18444 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18445
18446         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
18447           Handle JUNK chunks inside data section. Prevents warnings.
18448
18449 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18450
18451         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18452         (gst_riff_create_video_template_caps):
18453           Add MS video v1.
18454         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18455         (gst_avi_demux_stream_data):
18456           Add support for "rec-list" chunks.
18457
18458 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18459
18460         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
18461           Fix another codecname mismatch.
18462
18463 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18464
18465         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
18466           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
18467           so that MJPEG plays back.
18468
18469 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18470
18471         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
18472         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
18473         * gst/mpeg1videoparse/gstmp1videoparse.h:
18474           Fix for some slight mis-cuts in buffer parsing, and for some
18475           potential overflows or faults-causers. Adds disconts. Also fixes
18476           #139105 while we're at it.
18477
18478 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18479
18480         * configure.ac:
18481         * sys/v4l2/gstv4l2element.h:
18482           Workaround for missing struct v4l2_buffer declaration in Suse 9
18483           and Mandrake 10 linux/videodev2.h header file (#135919).
18484
18485 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18486
18487         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
18488           Bail out if no filename was given.
18489
18490 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18491
18492         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
18493         (gst_v4l2_fourcc_from_structure):
18494           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
18495           Y41B somewhere).
18496
18497 2004-04-09  Benjamin Otte  <otte@gnome.org>
18498
18499         * ext/gnomevfs/gstgnomevfssink.c:
18500         (_gst_boolean_allow_overwrite_accumulator),
18501         (gst_gnomevfssink_class_init):
18502           fix erase signal - if any handler returns false the file will not be
18503           overwritten. If no handler is connected, the file will not be
18504           overwritten either.
18505           renamed signal to "allow-overwrite"
18506         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
18507           free string when adding it to ID3 failed
18508         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18509           unref event when done
18510         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
18511           free caps
18512         * gst/typefind/gsttypefindfunctions.c:
18513         (mpeg_video_stream_type_find):
18514           fix invalid read
18515
18516 2004-04-08  David Schleef  <ds@schleef.org>
18517
18518         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18519         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
18520
18521 2004-04-08  David Schleef  <ds@schleef.org>
18522
18523         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
18524         we don't support (bug #139532)
18525
18526 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18527
18528         * ext/mad/gstmad.c: (gst_mad_handle_event),
18529         (gst_mad_check_caps_reset), (gst_mad_chain),
18530         (gst_mad_change_state):
18531           only set explicit caps if they haven't been set before for
18532           this stream.  MPEG-audio sample rate/channels aren't allowed
18533           to change in-stream.
18534           Fixes #139382
18535
18536 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18537
18538         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
18539         (_gst_boolean_did_something_accumulator),
18540         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
18541         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
18542         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
18543         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
18544         (gst_gnomevfssink_change_state):
18545           Fix erase signal. Don't erase by default. Remove handoff signal.
18546           Remove erase property. Don't segfault. General cleanup.
18547
18548 2004-04-07  Benjamin Otte  <otte@gnome.org>
18549
18550         * gst-libs/gst/gconf/test-gconf.c: (main):
18551           add missing gst_init
18552
18553 2004-04-07  Benjamin Otte  <otte@gnome.org>
18554
18555         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
18556           free the mutexes, too
18557
18558 2004-04-07  Benjamin Otte  <otte@gnome.org>
18559
18560         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
18561           actually free the URI string
18562         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
18563           compute offset correctly when passing discont events
18564         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
18565           don't leak discont events
18566         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
18567           add some missing breaks so caps aren't copied randomly
18568         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
18569           if we realloc memory, we better use it
18570
18571 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18572
18573         * ext/mad/gstmad.c: (normal_seek):
18574           fix GST_FORMAT_TIME usage
18575
18576 2004-04-05  David Schleef  <ds@schleef.org>
18577
18578         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
18579         a deprecated function (hack!)
18580
18581 2004-04-05  Benjamin Otte  <otte@gnome.org>
18582
18583         * ext/esd/esdmon.c: (gst_esdmon_get):
18584           fix nonterminated vararg and memleak
18585
18586 2004-04-05  Benjamin Otte  <otte@gnome.org>
18587
18588         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
18589         (gst_ladspa_init), (gst_ladspa_force_src_caps),
18590         (gst_ladspa_set_property), (gst_ladspa_get_property),
18591         (gst_ladspa_instantiate), (gst_ladspa_activate),
18592         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
18593           clean up debugging
18594
18595 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
18596
18597         reviewed by Benjamin Otte  <otte@gnome.org>
18598
18599         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
18600           check for broken LADSPA parameters (fixes #138635)
18601
18602 2004-04-05  Benjamin Otte  <otte@gnome.org>
18603
18604         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
18605           advertise buffer-frames correctly on sinkpads
18606
18607 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18608
18609         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
18610         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
18611         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
18612         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
18613         (gst_mad_check_caps_reset), (gst_mad_chain):
18614         add more debugging, only reset caps when we're not in error state
18615
18616 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18617
18618         * ext/mad/gstmad.c: add debugging category, comment + cleanups
18619
18620 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
18621
18622         reviewed by Benjamin Otte  <otte@gnome.org>
18623
18624         * configure.ac:
18625           fix == in test(1) operator
18626
18627 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
18628
18629         reviewed by Benjamin Otte  <otte@gnome.org>
18630
18631         * configure.ac:
18632           fix --export-symblos-regex to a working regex.
18633
18634 2004-04-04  Benjamin Otte  <otte@gnome.org>
18635
18636         * sys/oss/.cvsignore:
18637           add for oss_probe
18638
18639 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
18640
18641         reviewed by Benjamin Otte  <otte@gnome.org>
18642
18643         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
18644           add missing 'new_media' argument (fixes #138168)
18645         * gst/matroska/matroska-demux.c:
18646         (gst_matroska_demux_handle_seek_event):
18647           add vararg terminator (fixes #138169)
18648
18649 2004-04-02  David Schleef  <ds@schleef.org>
18650
18651         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
18652         disted (bug #138914)
18653
18654 2004-04-01  Benjamin Otte  <otte@gnome.org>
18655
18656         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
18657         (gst_alsa_close_audio):
18658           handle case better where a soundcard can't pause
18659         * ext/ogg/gstoggdemux.c:
18660           don't crash when we get events but don't have pads yet
18661
18662 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18663
18664         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18665           throw an error if we couldn't probe any caps.
18666
18667 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
18668
18669         * ext/dvdnav/gst-dvd:
18670         Add a really simple sample DVD player
18671
18672 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
18673
18674         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
18675         (gst_a52dec_push), (gst_a52dec_handle_event),
18676         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
18677         (gst_a52dec_change_state):
18678         * ext/a52dec/gsta52dec.h:
18679           Use a debug category, Output timestamps correctly
18680           Emit tag info, Handle events, tell liba52dec about cpu
18681           capabilities so it can use MMX etc.
18682         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
18683           Fix a crasher accessing invalid memory
18684         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
18685         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
18686         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
18687         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
18688         (dvdnavsrc_query):
18689           Some support for byte-format seeking.
18690           Small fixes for still frames and menu button overlays
18691         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
18692         (gst_mpeg2dec_alloc_buffer):
18693           Use a debug category. Adjust the report level of several items to
18694           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
18695           so it doesn't lose the GstBuffer pointer
18696         * gst/debug/Makefile.am:
18697         * gst/debug/gstdebug.c: (plugin_init):
18698         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
18699         (gst_navseek_base_init), (gst_navseek_class_init),
18700         (gst_navseek_init), (gst_navseek_seek),
18701         (gst_navseek_handle_src_event), (gst_navseek_set_property),
18702         (gst_navseek_get_property), (gst_navseek_chain),
18703         (gst_navseek_plugin_init):
18704         * gst/debug/gstnavseek.h:
18705           Add the navseek debug element for seeking back and forth in a
18706           video stream using arrow keys.
18707         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
18708         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
18709         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
18710         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
18711         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
18712         (gst_mpeg2subt_parse_header), (gst_get_nibble),
18713         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
18714         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
18715         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
18716         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
18717         * gst/mpeg2sub/gstmpeg2subt.h:
18718           Pretty much a complete rewrite. Now a loopbased element. May still
18719           require work to properly synchronise subtitle buffers.
18720         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
18721         (gst_dvd_demux_send_subbuffer):
18722         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
18723           Don't attempt to create subbuffers of size 0
18724           Reduce a couple of error outputs to warnings.
18725         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
18726         (gst_y4mencode_chain):
18727         Output the y4m frame header correctly.
18728
18729 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18730
18731         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
18732           throw errors instead of allowing SIGFPE
18733
18734 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18735
18736         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
18737         (gst_gconf_render_bin_from_key):
18738           leak plugging and style fixing
18739
18740 2004-03-31  David Schleef  <ds@schleef.org>
18741
18742         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
18743         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
18744         (bug #138225)
18745         * gst/debug/Makefile.am:
18746         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
18747         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
18748         plugin.
18749         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
18750         (gst_negotiation_base_init), (gst_negotiation_class_init),
18751         (gst_negotiation_init), (gst_negotiation_getcaps),
18752         (gst_negotiation_pad_link), (gst_negotiation_chain),
18753         (gst_negotiation_set_property), (gst_negotiation_get_property),
18754         (gst_negotiation_plugin_init):  New element to talk about random
18755         negotiation things happening in a pipeline.
18756
18757 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
18758
18759         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
18760           fix integer addition with help of Stefan Kost
18761
18762 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
18763
18764         * po/nl.po: updated Dutch translation (Elros Cyriatan)
18765
18766 2004-03-30  David Schleef  <ds@schleef.org>
18767
18768         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
18769         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
18770         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
18771         (bug #137504)
18772         * ext/mpeg2dec/gstmpeg2dec.h:
18773
18774 2004-03-30  David Schleef  <ds@schleef.org>
18775
18776         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
18777
18778 2004-03-30  David Schleef  <ds@schleef.org>
18779
18780         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
18781         Michael Petullo) to handle .mov
18782
18783 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18784
18785         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
18786         (gst_osselement_rate_check_rate):
18787           probe caps correctly for sound cards that only support one format
18788
18789 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18790
18791         * ext/kio/kiosrc.cpp: (process_events):
18792           update handling event processing if inside KDE - untested
18793
18794 2004-03-29  David Schleef  <ds@schleef.org>
18795
18796         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
18797         by 2 to not interfere with other colorspaces.
18798         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
18799         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
18800         one to not interfere with ffmpeg_colorspace.
18801
18802 2004-03-29  David Schleef  <ds@schleef.org>
18803
18804         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
18805         aren't in the caps.
18806         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
18807         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
18808
18809 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18810
18811         * gst-libs/gst/riff/riff-media.c:
18812           fail on error, don't try to set stuff on NULL caps
18813
18814 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18815
18816         * configure.ac:
18817         * ext/Makefile.am:
18818         * ext/kio/Makefile.am:
18819         * ext/kio/kioreceiver.cpp:
18820         * ext/kio/kioreceiver.h:
18821         * ext/kio/kiosrc.cpp:
18822         * ext/kio/kiosrc.h:
18823           add experimental kiosrc plugin
18824         * ext/alsa/gstalsaplugin.c: (plugin_init):
18825           initialize debugging category only when we're sure registering the
18826           plugins worked.
18827
18828 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18829
18830         * examples/gstplay/player.c: (main):
18831         * gst-libs/gst/play/play.c: (gst_play_class_init),
18832         (gst_play_set_location), (gst_play_set_data_src),
18833         (gst_play_set_video_sink), (gst_play_set_audio_sink),
18834         (gst_play_set_visualization), (gst_play_connect_visualization):
18835           check return values of element_set_state and return FALSE where
18836           failed
18837
18838 2004-03-29  Benjamin Otte  <otte@gnome.org>
18839
18840         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
18841           try harder to check if an event is really a discont
18842
18843 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18844
18845         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
18846         * po/az.po:
18847
18848 2004-03-28  Benjamin Otte  <otte@gnome.org>
18849
18850         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
18851         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
18852         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
18853           get rid of non-standard "..." ranges in case statements.
18854
18855 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
18856
18857         * gst/mpegstream/gstmpegdemux.c:
18858         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
18859         specific functionality split to the new dvddemux element.
18860         * gst/mpegstream/gstdvddemux.c:
18861         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
18862         streams, derived from mpegdemux.
18863         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
18864         up. SCR based timestamp rewriting can be turned off (will probably
18865         completely disappear soon).
18866         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
18867         hacking. General cleanup. All printf statements replaced by
18868         debugging messages. Almost complete libdvdnav support.
18869         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
18870         by events. New properties for audio and subpicture languages.
18871         (dvdnavsrc_update_highlight): Now uses events.
18872         (dvdnavsrc_user_op): Cleaned up.
18873         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
18874         based). Lots of cleanup, and propper support for most libdvdnav
18875         events.
18876         (dvdnavsrc_make_dvd_event): New function.
18877         (dvdnavsrc_make_dvd_nav_packet_event): New function.
18878         (dvdnavsrc_make_clut_change_event): New function.
18879
18880 2004-03-26  Benjamin Otte  <otte@gnome.org>
18881
18882         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
18883           fix bug where typefinding would claim it's theora whenever less then
18884           7 bytes of data were available
18885
18886 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18887
18888         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
18889         (gst_alawdec_base_init), (gst_alawdec_class_init),
18890         (gst_alawdec_init), (gst_alawdec_chain):
18891         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
18892         (gst_alawenc_base_init), (gst_alawenc_class_init),
18893         (gst_alawenc_init), (gst_alawenc_chain):
18894         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
18895         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
18896         (gst_mulawdec_init), (gst_mulawdec_chain):
18897         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
18898         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
18899         (gst_mulawenc_init), (gst_mulawenc_chain):
18900           Fix capsnego in all four, remove the unused property functions and
18901           simplify the chain functions slightly. I guess we could use macros
18902           or something similar for those, since the code is so similar, but
18903           I'm currently too lazy...
18904
18905 2004-03-24  David Schleef  <ds@schleef.org>
18906
18907         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
18908         (gst_osselement_close_audio), (gst_osselement_probe_caps),
18909         (gst_osselement_get_format_structure),
18910         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
18911         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
18912         (gst_osselement_rate_int_compare): Add code to handle rate probing
18913         (bug #120883)
18914         * sys/oss/gstosselement.h: same
18915         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
18916         Use rate probing provided by osselement.
18917         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
18918
18919 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18920
18921         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
18922         (gst_xvidenc_get_property):
18923           ulong/int mess-up.
18924
18925 2004-03-24  David Schleef  <ds@schleef.org>
18926
18927         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
18928         (gst_speexdec_init):
18929         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
18930         (gst_speexenc_init):  Create the pad template correctly (from
18931         the static pad template, not a NULL pointer.)
18932
18933 2004-03-25  Benjamin Otte  <otte@gnome.org>
18934
18935         * gst/debug/Makefile.am:
18936         * gst/debug/breakmydata.c:
18937           add element that quasi-randomly changes bytes in the stream.
18938           Intended use is robustness checking of demuxers and decoders in
18939           media tests.
18940
18941 2004-03-24  Benjamin Otte  <otte@gnome.org>
18942
18943         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18944         (gst_alsa_probe_hw_params):
18945         * ext/alsa/gstalsa.h:
18946           debugging output fixes
18947
18948 2004-03-24  Benjamin Otte  <otte@gnome.org>
18949
18950         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
18951           don't g_return_if_fail if element is PLAYING, fail silently as every
18952           other element.
18953         * gst/effectv/gstquark.c: (gst_quarktv_chain):
18954           only fix needed for cast lvalue issues in gst-plugins
18955         * gst/volenv/gstvolenv.c: (gst_volenv_init):
18956           add proxy_getcaps
18957
18958 2004-03-24  Benjamin Otte  <otte@gnome.org>
18959
18960         * gst/level/gstlevel.c: (gst_level_init):
18961           add proxying getcaps function, so level doesn't advertise impossible
18962           caps
18963
18964 2004-03-24  David Schleef  <ds@schleef.org>
18965
18966         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18967         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
18968         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
18969         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
18970         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
18971         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
18972         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
18973         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
18974         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
18975         messages.  Divide the chunk size by the compression ratio
18976         (needed for MACE audio)
18977
18978 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18979
18980         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18981           Fix buffer overflow read error.
18982
18983 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18984
18985         * ext/alsa/gstalsa.h:
18986           Remove unused entry.
18987         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
18988           Add cinepak.
18989         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
18990         (gst_videodrop_link), (gst_videodrop_chain):
18991           Fix, sort of. Was horribly broken with new capsnego. Bah...
18992
18993 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
18994
18995         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
18996         (plugin_init):
18997         Add a monkeysaudio typefind function
18998
18999 2004-03-23  Johan Dahlin  <johan@gnome.org>
19000
19001         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
19002         (gst_play_video_fixate): Check so the structure has the field
19003         before trying to fixate them, this makes it possible to have
19004         fakesinks for video and audio output without printing errors on
19005         the output console.
19006
19007 2004-03-22  David Schleef  <ds@schleef.org>
19008
19009         * sys/oss/Makefile.am:
19010         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
19011         (check_rate), (add_rate):  Rate probing test app.
19012
19013 2004-03-21  Benjamin Otte  <otte@gnome.org>
19014
19015         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
19016         (_fixate_caps_to_int), (gst_audio_convert_fixate):
19017           add a fixation function that pretty much does the right thing (fixes
19018           #137556)
19019
19020 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
19021
19022         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
19023
19024 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
19025
19026         reviewed by: Benjamin Otte  <otte@gnome.org>
19027
19028         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19029           terminate gst_event_new_discontinuous correctly (fixes parts of
19030           #137711)
19031
19032 2004-03-19  David Schleef  <ds@schleef.org>
19033
19034         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
19035         since it doesn't depend on X, and it's part of our ABI.
19036
19037 2004-03-19  Iain <iain@prettypeople.org>
19038
19039         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
19040         is_int in the structure, not the local variable.
19041
19042 2004-03-19  David Schleef  <ds@schleef.org>
19043
19044         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
19045         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
19046         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
19047         Improvements in caps negotiation.
19048
19049 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19050
19051         * po/LINGUAS:
19052         * po/af.po:
19053           adding Afrikaans (Petri Jooste)
19054
19055 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19056
19057         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19058         (gst_ffmpegcolorspace_chain):
19059         throw error instead of g_critical (#137588)
19060
19061 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19062
19063         * Makefile.am:
19064         * configure.ac:
19065           dist common and m4 correctly
19066         * po/sv.po:
19067
19068 2004-03-17  David Schleef  <ds@schleef.org>
19069
19070         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
19071         (bug #137348)
19072
19073 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19074
19075         * po/LINGUAS:
19076         * po/sv.po:
19077           adding Swedish translation (Christian Rose)
19078
19079 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19080
19081         * Makefile.am: use release.mak
19082
19083 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19084
19085         * common/ChangeLog:
19086         * common/gst-autogen.sh:
19087           add some explanation about the version detection
19088         * configure.ac:
19089           fix X check
19090
19091 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19092
19093         * configure.ac: bump nano to 1
19094
19095 === release 0.8.0 ===
19096
19097 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19098
19099         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
19100
19101 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19102
19103         * configure.ac:
19104           update libtool version
19105         * gst-libs/gst/media-info/Makefile.am:
19106           actually use libtool version
19107
19108 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19109
19110         * configure.ac: fix speex detection to work with 1.0 but not 1.1
19111
19112 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19113
19114         * configure.ac:
19115         * gst-plugins.spec.in:
19116         * pkgconfig/Makefile.am:
19117         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
19118         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
19119         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
19120         * pkgconfig/gstreamer-libs.pc.in:
19121         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
19122         * pkgconfig/gstreamer-play-uninstalled.pc.in:
19123         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
19124         * pkgconfig/gstreamer-plugins.pc.in:
19125           remove @VERSION@ from some of the pc files since core and plugins
19126           are decoupled.
19127           created gstreamer-plugins.pc as it's a better name, but keeping
19128           -libs around for now to get fixes upstream done first.
19129
19130 2004-03-15  Julien MOUTTE <julien@moutte.net>
19131
19132         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
19133         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
19134         * gst-libs/gst/play/play.h:
19135
19136 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19137
19138         * *.c, *.cc: don't mix tabs and spaces
19139
19140 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19141
19142         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
19143           use the new ffmpegcolorspace
19144         * gst-plugins.spec.in:
19145           package new colorspace and media-info
19146         * configure.ac:
19147         * pkgconfig/Makefile.am:
19148           fix some more disting issues
19149         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
19150         * pkgconfig/gstreamer-media-info.pc.in:
19151           generate media-info pc files
19152
19153 2004-03-15  Johan Dahlin  <johan@gnome.org>
19154
19155         * *.h: Revert indenting
19156
19157 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19158
19159         * configure.ac:
19160           adding ffmpegcolorspace element
19161         * gst/ffmpegcolorspace/Makefile.am:
19162         * gst/ffmpegcolorspace/avcodec.h:
19163         * gst/ffmpegcolorspace/common.h:
19164         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19165         * gst/ffmpegcolorspace/dsputil.h:
19166         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19167         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19168         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
19169         (gst_ffmpeg_caps_to_pix_fmt):
19170         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19171         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19172         (gst_ffmpegcolorspace_caps_remove_format_info),
19173         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
19174         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
19175         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
19176         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
19177         (gst_ffmpegcolorspace_set_property),
19178         (gst_ffmpegcolorspace_get_property),
19179         (gst_ffmpegcolorspace_register):
19180         * gst/ffmpegcolorspace/imgconvert.c:
19181         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19182         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19183         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19184         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19185         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19186         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
19187         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
19188         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
19189         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
19190         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
19191         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
19192         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
19193         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
19194         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
19195         (img_get_alpha_info), (deinterlace_line),
19196         (deinterlace_line_inplace), (deinterlace_bottom_field),
19197         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19198         * gst/ffmpegcolorspace/imgconvert_template.h:
19199         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19200         * gst/ffmpegcolorspace/mmx.h:
19201         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
19202           adding ffmpegcolorspace element supplied by Ronald after cleaning
19203           up and pulling in the right bits of upstream source.
19204           I'm sure a better C/compiler wizard could do some cleaning up (for
19205           example use GLIB's malloc stuff), but as a first pass this
19206           works very well
19207
19208 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19209
19210         * ext/alsa/gstalsa.h:
19211           I assume Ronald forgot to commit the change to have cardname
19212           as a struct member.  Expect some public spanking at the next
19213           opportunity.
19214
19215 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19216
19217         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
19218         (gst_alsa_open_audio), (gst_alsa_close_audio):
19219         * ext/alsa/gstalsa.c:
19220           Don't open the device if we're a mixer (= padless).
19221         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
19222         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
19223         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
19224           Open mixer during state change rather than during object
19225           initialization. Also, get a device name. Currently in a somewhat
19226           hackish fashion, but I didn't really find something better.
19227
19228 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19229
19230         * *.c, *.h: run gst-indent
19231
19232 2004-03-14  Benjamin Otte  <otte@gnome.org>
19233
19234         * gst/modplug/gstmodplug.cc:
19235         * gst/modplug/gstmodplug.h:
19236           set correct timestamps on outgoing buffers
19237
19238 2004-03-14  Benjamin Otte  <otte@gnome.org>
19239
19240         * gst/modplug/gstmodplug.cc:
19241           handle events - don't do crap when a discont arrives that's not
19242           necessary
19243           This allows correct loading and playback of mods in Rhythmbox
19244
19245 2004-03-14  Benjamin Otte  <otte@gnome.org>
19246
19247         * configure.ac:
19248         * gst-libs/gst/gconf/Makefile.am:
19249         * pkgconfig/Makefile.am:
19250           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
19251           they get rebuilt properly
19252         * configure.ac:
19253           when checking for vorbis, try pkgconfig first.
19254         * gst/modplug/gstmodplug.cc:
19255           add fixate function
19256
19257 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19258
19259         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19260           Fix for obvious mistake, where we first shift the offset and then
19261           read a samplesize element assuming the old offset. Note that this
19262           part still has something weird, i.e. my movies containing those
19263           don't actually play well, but at least there's something that looks
19264           like sound now.
19265
19266 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
19267         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
19268         (plugin_init):
19269         Add a typefind function for speex format
19270
19271 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19272
19273         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
19274         (gst_asf_demux_setup_pad):
19275           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
19276           instead of 0. Reason is simple: some elements have a fps range
19277           of 1-max instead of 0-max. So now ASF video actually works.
19278
19279 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19280
19281         * po/LINGUAS:
19282         * po/sr.po:
19283           adding serbian as a language
19284
19285 2004-03-13  Benjamin Otte  <otte@gnome.org>
19286
19287         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19288           return taglist correctly from _get function, don't gst_pad_push it.
19289           (fixes #137042)
19290
19291 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
19292         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19293
19294 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19295
19296         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
19297         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
19298         (gst_alsa_mixer_track_new):
19299         * ext/alsa/gstalsamixertrack.h:
19300           Fix ancient leftovers... MixerTrack is a GObject.
19301
19302 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19303
19304         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19305         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19306           Don't block during probing...
19307
19308 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19309
19310         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
19311         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
19312         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
19313         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
19314         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
19315         (gst_alsa_open_audio), (gst_alsa_close_audio):
19316         * ext/alsa/gstalsa.h:
19317           Add propertyprobe interface implementation, add some device-name
19318           property, all this so that it looks good in gnome-volume-control.
19319
19320 2004-03-12  David Schleef  <ds@schleef.org>
19321
19322         * configure.ac: the Hermes library controls hermescolorspace, not
19323         colorspace.
19324         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
19325         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
19326         not /* */
19327         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
19328         * ext/sdl/sdlvideosink.h: ditto.
19329         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
19330
19331 2004-03-12  Benjamin Otte  <otte@gnome.org>
19332
19333         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
19334         (gst_x_overlay_got_xwindow_id):
19335         * gst-libs/gst/xoverlay/xoverlay.h:
19336           replace XID with unsigned long to get rid of the xlibs dependency in
19337           XOverlay (fixes #137004)
19338
19339 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
19340         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
19341         (gst_agingtv_setup):
19342         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
19343         (gst_dicetv_base_init), (gst_dicetv_class_init),
19344         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
19345         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
19346         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19347         (gst_edgetv_setup), (gst_edgetv_rgb32):
19348         * gst/effectv/gsteffectv.c:
19349         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
19350         (gst_quarktv_set_property):
19351         * gst/effectv/gstrev.c: (gst_revtv_get_type),
19352         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19353         (gst_revtv_setup), (gst_revtv_rgb32):
19354         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
19355         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19356         (gst_shagadelictv_init), (gst_shagadelictv_setup),
19357         (gst_shagadelictv_rgb32):
19358         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
19359         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19360         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
19361         * gst/effectv/gstwarp.c:
19362         Port everything that can be ported to videofilter and fix up the caps.
19363         Can someone with a big-endian machine please check these?
19364
19365 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19366
19367         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
19368         (gst_osssink_chain), (gst_osssink_change_state):
19369           Latest fixes for A/V sync, audio playback and such. This is about
19370           all... MPEG playback issues are mostly related to the async build-
19371           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
19372
19373 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
19374
19375         patch from: Stephane Loeuillet
19376
19377         * configure.ac:
19378           use pkg-config for some libraries, falling back to the old .m4 way
19379           (fixes #131270)
19380         * m4/libdv.m4:
19381           removed
19382
19383 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
19384
19385         * configure.ac:
19386         * tools/Makefile.am:
19387         * tools/Makefile.in:
19388         * tools/gst-launch-ext-m.m:
19389         * tools/gst-launch-ext.1.in:
19390         * tools/gst-visualise-m.m:
19391         * tools/gst-visualise.1:
19392         * tools/gst-visualise.1.in:
19393           reorganizing generation of script tools
19394
19395 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19396
19397         * ext/divx/gstdivxdec.c:
19398           Downgrade priority. We prefer ffdec_mpeg4.
19399         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
19400         (gst_faad_chain), (gst_faad_change_state):
19401           Fix capsnego. Doesn't work for some sounds because we don't have
19402           a 5:1 to stereo element.
19403         * ext/xvid/gstxvid.c: (plugin_init):
19404           Add priority.
19405         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
19406         (gst_osssink_change_state):
19407           Add discont handling.
19408
19409 2004-03-09  Colin Walters  <walters@verbum.org>
19410
19411         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
19412         conversion.
19413
19414 2004-03-09  Benjamin Otte  <otte@gnome.org>
19415
19416         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
19417           the signals take 2 arguments
19418
19419 2004-03-09  David Schleef  <ds@schleef.org>
19420
19421         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
19422         (gst_alsa_fixate): Add fixate function.  (bug #136686)
19423         * ext/alsa/gstalsa.h:
19424         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
19425
19426 2004-03-09  Benjamin Otte  <otte@gnome.org>
19427
19428         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
19429         (gst_mikmod_change_state):
19430         * ext/mikmod/gstmikmod.h:
19431           make mikmod's loop function not loop infinitely and call
19432           gst_element_yield anymore
19433         * gst/modplug/gstmodplug.cc:
19434           fix pad negotiation (fixes #136590)
19435
19436 2004-03-09  David Schleef  <ds@schleef.org>
19437
19438         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
19439         doesn't conflict with the internal colorspace plugin.
19440         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
19441         satisfy the crappy-ass shell shipped by a certain vendor.
19442         * gst/videofilter/make_filter: same (bug #135299)
19443
19444 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19445
19446         * configure.ac: bump nano to 1
19447
19448 === release 0.7.6 ===
19449
19450 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19451
19452         * configure.in: releasing 0.7.6, "There"
19453
19454 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19455
19456         * pkgconfig/gstreamer-play-uninstalled.pc.in:
19457         * pkgconfig/gstreamer-play.pc.in:
19458           synchronize the two
19459
19460 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19461
19462         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
19463         (cdparanoia_open), (cdparanoia_event):
19464           fix/add error handling
19465         * po/POTFILES.in:
19466           add cdparanoia source
19467         * tools/Makefile.am:
19468           make scripts executable
19469
19470 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19471
19472         * configure.ac:
19473         * ext/vorbis/Makefile.am:
19474         * sys/Makefile.am:
19475           remove id3types, vorbisfile and xvideosink from the build (#133783)
19476
19477 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19478
19479         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19480           Fix metadata read crash (#136537).
19481
19482 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19483
19484         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
19485         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
19486           adding mime types, fixing the one-stop function
19487
19488 2004-03-08  Christian Schaller <Uraeus@gnome.org>
19489
19490         * ext/nas/nassink.c and /ext/nas/nassink.h:
19491         More NAS love from Arwed von Merkatz
19492         So lets all sing 'Can you feel the NAS tonight'
19493
19494 2004-03-08  Christian Schaller <Uraeus@gnome.org>
19495
19496         * tools/gst-launch-ext.in:
19497         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
19498
19499 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19500
19501         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
19502         (gst_mpeg2dec_init):
19503         remove the user_data pad for now, because it is being used in
19504         fixating causing MPEG playback to fixate on 1000 Hz for playback.
19505         If someone knows how to fix this properly, please do.
19506
19507 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19508
19509         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
19510         (gst_osssink_get_time):
19511         add a warning, IMO this won't get triggered anymore, remove later
19512
19513 2004-03-07  David Schleef  <ds@schleef.org>
19514
19515         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
19516         format (bug #136470)
19517
19518 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
19519
19520         * gst-libs/Makefile.am:
19521         * gst-libs/gst/media-info/Makefile.am:
19522         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
19523         (error_callback), (gst_media_info_error_create),
19524         (gst_media_info_error_element), (gmip_init), (gmip_reset),
19525         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
19526         * gst-libs/gst/media-info/media-info-priv.h:
19527         * gst-libs/gst/media-info/media-info-test.c: (main):
19528         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
19529         (gst_media_info_class_init), (gst_media_info_instance_init),
19530         (gst_media_info_set_source), (gst_media_info_read_with_idler),
19531         (gst_media_info_read_idler), (gst_media_info_read):
19532         * gst-libs/gst/media-info/media-info.h:
19533         fixed, should work now
19534
19535 2004-03-07  Christian Schaller <Uraeus@gnome.org>
19536
19537         * ext/nas/nassink.c:
19538         A bunch of NAS fixes from Arwed von Merkatz
19539
19540 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19541
19542         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
19543         (qtdemux_parse_trak):
19544           Fix crash (j might be greater than n_samples, in which case we're
19545           writing outside the allocated space for the array) and memleak.
19546
19547 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19548
19549         * sys/oss/gstosssink.c: (gst_osssink_chain):
19550           And another caller that couldn't handle delay < 0 (unsigned
19551           integer overflow). Video now continues playing on an audio
19552           buffer underrun, and the clock continues working. Audio still
19553           stalls.
19554
19555 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19556
19557         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
19558         (gst_osssink_get_time):
19559           get_delay() may return values lower than 0. In those cases, we
19560           should not actually cast to *unsigned* int64, that will break
19561           stuff horribly. In my case, it screwed up A/V sync in movies
19562           in totem rather badly.
19563
19564 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19565
19566         * ext/faac/gstfaac.c: (gst_faac_chain):
19567         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19568         * ext/libpng/gstpngenc.c: (user_write_data):
19569         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19570         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
19571         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
19572         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
19573         Fix several misuse of gst_buffer_merge (it doesn't take ownership
19574         of any buffer), should fix some leaks. I hope I didn't unref buffers
19575         that shouldn't be...
19576
19577 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19578
19579         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
19580         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
19581         (error_callback), (gmi_reset), (gmi_seek_to_track),
19582         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
19583         (gmip_find_type_post), (gmip_find_stream_post),
19584         (gmip_find_track_streaminfo_post):
19585         * gst-libs/gst/media-info/media-info-priv.h:
19586         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
19587         (info_print), (main):
19588         * gst-libs/gst/media-info/media-info.c:
19589         (gst_media_info_error_create), (gst_media_info_error_element),
19590         (gst_media_info_instance_init), (gst_media_info_get_property),
19591         (gst_media_info_new), (gst_media_info_set_source),
19592         (gst_media_info_read_idler), (gst_media_info_read):
19593         * gst-libs/gst/media-info/media-info.h:
19594           first pass at making this work again.  This seems to work on
19595           tagged ogg/vorbis and mp3 files.
19596
19597 2004-03-06  Benjamin Otte  <otte@gnome.org>
19598
19599         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19600           fix huge leak: gst_buffer_merge doesn't unref the first argument
19601           itself.
19602
19603 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19604
19605         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
19606           report layer/mode/emphasis
19607
19608 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19609
19610         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
19611
19612 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19613
19614         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
19615           signal serial
19616
19617 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19618
19619         * ext/vorbis/vorbis.c: (plugin_init):
19620         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19621         (gst_vorbis_dec_init), (vorbis_dec_event):
19622         add debug category
19623         make vorbisdec handle _BYTE and _TIME queries
19624
19625 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19626
19627         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
19628           from the xing header
19629
19630 2004-03-06  Benjamin Otte  <otte@gnome.org>
19631
19632         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
19633         (gst_audio_convert_link), (gst_audio_convert_change_state),
19634         (gst_audio_convert_buffer_from_default_format):
19635           do conversions from/to float correctly, fix some caps nego errors,
19636           export correct supported caps in template and getcaps, use correct
19637           caps in try_set_caps functions
19638
19639 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19640
19641         For some reason, I only committed a ChangeLog entry yesterday and
19642         not the corresponding code...
19643         * ext/mad/gstmad.c: Fix detection of Xing headers
19644         * gst/tags/gstid3tag.c: Changes to support TLEN tags
19645
19646 2004-03-06  Benjamin Otte  <otte@gnome.org>
19647
19648         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
19649         (gst_ogg_demux_src_query):
19650           make sure to handle the case where there's no current chain
19651           gracefully.
19652
19653 2004-03-05  David Schleef  <ds@schleef.org>
19654
19655         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
19656         Add fixate function. (bug #131128)
19657         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19658         (gst_sdlvideosink_fixate):  Add fixate function.
19659         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19660         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
19661         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
19662         Fix missing break that was causing ulaw to be interpreted as
19663         raw int.
19664
19665 2004-03-05  David Schleef  <ds@schleef.org>
19666
19667         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
19668         Fix code that ignores return value of gst_buffer_merge().
19669         (bug #114560)
19670         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
19671         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
19672         * testsuite/gst-lint:  Check for above.
19673
19674 2004-03-05  David Schleef  <ds@schleef.org>
19675
19676         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
19677         caps and throw an element error.  (bug #136334)
19678
19679 2004-03-05  David Schleef  <ds@schleef.org>
19680
19681         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
19682         (gst_faad_chain): Fix negotiation.
19683         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
19684         key and button events.
19685         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
19686         dung heap of code.
19687         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
19688         depends on gconf
19689         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
19690         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
19691         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
19692         function to encourage better negotiation, particularly between
19693         audioconvert and osssink.
19694         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
19695         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
19696         more important.
19697         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
19698         typefinding.
19699         * gst/vbidec/vbiscreen.c:  Add glib header
19700         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
19701
19702 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
19703
19704         * ext/mad/gstmad.c: Fix detection of Xing headers
19705         * gst/tags/gstid3tag.c: Changes to support TLEN tags
19706
19707 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19708
19709         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19710         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
19711           debug updates
19712
19713 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19714
19715         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
19716         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
19717         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
19718         files, and report the parsed length as a GST_TAG_DURATION tag.
19719         * gst/tags/gstid3tag.c: support TLEN (duration) tag
19720
19721 2004-03-05  Benjamin Otte  <otte@gnome.org>
19722
19723         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
19724           convert channels correctly. convert correctly to unsigned.
19725
19726 2004-03-05  Julien MOUTTE <julien@moutte.net>
19727
19728         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
19729         we have a window before clearing it.
19730
19731 2004-03-05  Julien MOUTTE <julien@moutte.net>
19732
19733         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
19734         have a window before clearing it.
19735
19736 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19737
19738         * gconf/gstreamer.schemas.in:
19739         * gst-libs/gst/gconf/Makefile.am:
19740           version installation path the same way as for 0.6
19741         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
19742         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
19743         * pkgconfig/gstreamer-play-uninstalled.pc.in:
19744           remove comment that was fixed
19745
19746 2004-03-05  David Schleef  <ds@schleef.org>
19747
19748         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
19749         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
19750         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
19751         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
19752         Add prototype code for handling seeking and querying.
19753
19754 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19755
19756         * examples/gstplay/player.c: (main):
19757           Initialize variables to NULL. Prevents a segfault because the
19758           (uninitialized) variable is not NULL, resulting in a crash on
19759           trying to reach error->message.
19760
19761 2004-03-05  Benjamin Otte  <otte@gnome.org>
19762
19763         * gst/audioconvert/gstaudioconvert.c:
19764         (gst_audio_convert_buffer_to_default_format):
19765         make float=>int conversion work correctly even in cornercases.
19766
19767 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
19768
19769         * debian/README.Debian:
19770         * debian/build-deps:
19771         * debian/changelog:
19772         * debian/control:
19773         * debian/control.in:
19774         * debian/copyright:
19775         * debian/gstreamer-a52dec.files:
19776         * debian/gstreamer-aa.files:
19777         * debian/gstreamer-alsa.files:
19778         * debian/gstreamer-alsa.manpages:
19779         * debian/gstreamer-arts.files:
19780         * debian/gstreamer-artsd.files:
19781         * debian/gstreamer-audiofile.files:
19782         * debian/gstreamer-avifile.files:
19783         * debian/gstreamer-cdparanoia.files:
19784         * debian/gstreamer-colorspace.files:
19785         * debian/gstreamer-doc.files:
19786         * debian/gstreamer-dv.files:
19787         * debian/gstreamer-dvd.files:
19788         * debian/gstreamer-esd.files:
19789         * debian/gstreamer-festival.files:
19790         * debian/gstreamer-flac.files:
19791         * debian/gstreamer-gconf.conffiles:
19792         * debian/gstreamer-gconf.files:
19793         * debian/gstreamer-gconf.postinst:
19794         * debian/gstreamer-gnomevfs.files:
19795         * debian/gstreamer-gsm.files:
19796         * debian/gstreamer-http.files:
19797         * debian/gstreamer-jack.files:
19798         * debian/gstreamer-jpeg.files:
19799         * debian/gstreamer-mad.files:
19800         * debian/gstreamer-mikmod.files:
19801         * debian/gstreamer-misc.files:
19802         * debian/gstreamer-mpeg2dec.files:
19803         * debian/gstreamer-oss.files:
19804         * debian/gstreamer-plugin-apps.files:
19805         * debian/gstreamer-plugin-apps.manpages:
19806         * debian/gstreamer-plugin-libs-dev.files:
19807         * debian/gstreamer-plugin-libs.files:
19808         * debian/gstreamer-plugin-template.postinst:
19809         * debian/gstreamer-plugin-template.postrm:
19810         * debian/gstreamer-sdl.files:
19811         * debian/gstreamer-sid.files:
19812         * debian/gstreamer-vorbis.files:
19813         * debian/gstreamer-x.files:
19814         * debian/mk.control:
19815         * debian/rules:
19816         Debian package info not maintained here.
19817
19818 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
19819
19820         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
19821         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
19822         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
19823         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
19824         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
19825         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
19826         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
19827         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
19828         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
19829         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
19830         * gst-libs/gst/colorbalance/colorbalance.c:
19831         (gst_color_balance_class_init):
19832         * gst-libs/gst/colorbalance/colorbalancechannel.c:
19833         (gst_color_balance_channel_class_init):
19834         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
19835         * gst-libs/gst/play/play.c: (gst_play_class_init):
19836         * gst-libs/gst/propertyprobe/propertyprobe.c:
19837         (gst_property_probe_iface_init):
19838         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
19839         * gst-libs/gst/tuner/tunerchannel.c:
19840         (gst_tuner_channel_class_init):
19841         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
19842         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
19843         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
19844         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
19845         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
19846         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
19847         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
19848         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
19849         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
19850           fix signals to use - instead of _
19851         * ext/libcaca/gstcacasink.h:
19852         * ext/sdl/sdlvideosink.h:
19853           fix header rename
19854
19855 2004-03-04  David Schleef  <ds@schleef.org>
19856
19857         * testsuite/gst-lint:  Add a check for bad signal names.
19858
19859 2004-03-04  <kost@imn.htwk-leipzig.de>
19860
19861         reviewed by David Schleef
19862
19863         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
19864         modified the alpha channel and caused a warning. (bug #136192)
19865
19866 2004-04-03  Christian Schaller <Uraeus@gnome.org>
19867
19868         * gst-plugins.spec.in:
19869         Change names of plugins to actually be correct. Try to keep things
19870         alphabetical to avoid getting beat up by Thomas
19871
19872 2004-03-03  Julien MOUTTE <julien@moutte.net>
19873
19874         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
19875         Using ximagesink as a default if no gconf key found. We should
19876         probably consider using alsasink instead of osssink for the audio
19877         part.
19878
19879 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19880
19881         * configure.ac:
19882           fix --with-plugins, don't think it ever worked before
19883         * gst-plugins.spec.in:
19884           even more updates
19885
19886 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19887
19888         * ext/sdl/sdlvideosink.h:
19889         * sys/ximage/ximagesink.h:
19890         * sys/xvideo/xvideosink.h:
19891         * sys/xvimage/xvimagesink.h:
19892           Fix for move of gstvideosink.h -> videosink.h.
19893
19894 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19895
19896         * gst-libs/gst/xwindowlistener/Makefile.am:
19897           this is a plugin library, not a library
19898
19899 2004-03-01  David Schleef  <ds@schleef.org>
19900
19901         * AUTHORS:  Added some names.  Add yourself if you're still
19902         missing.
19903
19904 2004-03-01  David Schleef  <ds@schleef.org>
19905
19906         * MAINTAINERS: Add
19907
19908 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19909
19910         * gst-plugins.spec.in: clean up spec file
19911
19912 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19913
19914         * gst-libs/gst/video/Makefile.am:
19915         * gst-libs/gst/video/gstvideosink.c:
19916         * gst-libs/gst/video/gstvideosink.h:
19917           rename gstvideosink.h to videosink.h to match other headers
19918         * gst/mixmatrix/Makefile.am:
19919           fix plugin filename
19920         * gst/tags/Makefile.am: fix plugin filename
19921
19922 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19923
19924         * gst/tags/Makefile.am: fix plugin filename
19925
19926 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19927
19928         * examples/gstplay/player.c: (got_time_tick), (main):
19929           add error handler
19930           display time_tick more readably
19931         * gst/mixmatrix/Makefile.am:
19932           fix plugin file name
19933
19934 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
19935
19936         * sys/oss/gstosselement.c: (gst_osselement_probe),
19937         (device_combination_append), (gst_osselement_class_probe_devices):
19938         * sys/oss/gstosselement.h:
19939           Reworked enumeration of oss dsps and mixers so that gst-mixer works
19940           on my system using alsa oss emulation, fixes bug #135597
19941
19942 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19943
19944         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
19945         (gst_videodrop_chain), (gst_videodrop_change_state):
19946         * gst/videodrop/gstvideodrop.h:
19947           Work based on timestamp of input data, not based on the expected
19948           framerate from the input. The consequence is that this element now
19949           not only scales framerates, but also functions as a framerate
19950           corrector or framerate stabilizer/constantizer.
19951
19952 2004-02-27  David Schleef  <ds@schleef.org>
19953
19954         patches from jmmv@menta.net (Julio M. Merino Vidal)
19955
19956         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
19957         GST_ELEMENT_ERROR call (bug #135634)
19958         * gst/interleave/interleave.c: (interleave_buffered_loop),
19959         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
19960         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
19961         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
19962         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
19963         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
19964         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
19965         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
19966         Fix GST_ELEMENT_ERROR call.
19967         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
19968         GST_ELEMENT_ERROR call.
19969
19970 2004-02-27  Benjamin Otte  <otte@gnome.org>
19971
19972         * gst-libs/gst/audio/audio.h:
19973           add macro to make sure header isn't included twice
19974         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19975           don't use gst_buffer_free
19976         * gst/playondemand/filter.func:
19977           don't use gst_data_free. Free data only once.
19978
19979 2004-02-26  David Schleef  <ds@schleef.org>
19980
19981         * gst-libs/gst/colorbalance/Makefile.am:
19982         * gst-libs/gst/mixer/Makefile.am:
19983         * gst-libs/gst/tuner/Makefile.am:
19984         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
19985         should not be disted, -marshal.h files should not be installed,
19986         and -enum.h files _should_ be installed.  Fix to make this the
19987         case.
19988
19989 === release 0.7.5 ===
19990
19991 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19992
19993         * configure.ac: release 0.7.5, "Under The Sea"
19994
19995 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19996
19997         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
19998         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
19999         * gst/videoscale/gstvideoscale.c:
20000         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20001           assorted debug/warning fixes
20002
20003 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20004
20005         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
20006         (gst_videoscale_init), (gst_videoscale_chain),
20007         (gst_videoscale_set_property), (plugin_init):
20008         * gst/videoscale/gstvideoscale.h:
20009         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
20010         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
20011         (gst_videoscale_planar400), (gst_videoscale_packed422),
20012         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
20013         (gst_videoscale_24bit), (gst_videoscale_16bit),
20014         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
20015         (gst_videoscale_scale_plane_slow),
20016         (gst_videoscale_scale_point_sample),
20017         (gst_videoscale_scale_nearest),
20018         (gst_videoscale_scale_nearest_str2),
20019         (gst_videoscale_scale_nearest_str4),
20020         (gst_videoscale_scale_nearest_32bit),
20021         (gst_videoscale_scale_nearest_24bit),
20022         (gst_videoscale_scale_nearest_16bit):
20023         add debugging category and use it properly
20024         fix use of GST_PTR_FORMAT
20025
20026 2004-02-25  Andy Wingo  <wingo@pobox.com>
20027
20028         * gst/interleave/interleave.c (interleave_buffered_loop): Always
20029         push only when channel->buffer is NULL. Prevents segfaults doing
20030         the state change after a nonlocal exit, like a scheme exception.
20031
20032         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
20033         Handle the case where the intersected caps is empty.
20034
20035 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20036
20037         * gst/law/mulaw-decode.c: (mulawdec_link):
20038         * gst/law/mulaw.c: (plugin_init):
20039           fix mulawdec so it actually works again
20040
20041 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
20042
20043         reviewed by: David Schleef  <ds@schleef.org>
20044
20045         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
20046         (gst_gamma_init), (gst_gamma_set_property),
20047         (gst_gamma_get_property), (gst_gamma_calculate_tables),
20048         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
20049         for RGB, with separate r g and b correction factors. (#131167)
20050
20051 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20052
20053         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20054           only signal tags for bitrate if they're > 0 (#134894)
20055
20056 2004-02-24  David Schleef  <ds@schleef.org>
20057
20058         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
20059         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
20060         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
20061         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
20062         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
20063         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
20064         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
20065         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
20066         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
20067         category.  Attempt to fix timestamp calculation.
20068
20069 2004-02-24  Johan Dahlin  <johan@gnome.org>
20070
20071         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
20072
20073 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20074
20075         * configure.ac:
20076         * gconf/Makefile.am:
20077         * gconf/gstreamer.schemas:
20078         * gst-libs/gst/gconf/Makefile.am:
20079         * gst-libs/gst/gconf/gconf.c:
20080           version gconf schemas and install locations
20081
20082 2004-02-23  Benjamin Otte  <otte@gnome.org>
20083
20084         * ext/xine/xineinput.c: (gst_xine_input_dispose):
20085         (gst_xine_input_subclass_init):
20086           call parent dispose.
20087           change pad template for CD reader correctly
20088         * ext/xine/Makefile.am:
20089         * ext/xine/gstxine.h:
20090         * ext/xine/xine.c: (plugin_init):
20091         * ext/xine/xineaudiosink.c:
20092           wrap audio sinks, too
20093         * gst-libs/gst/resample/private.h:
20094         * gst-libs/gst/resample/resample.c: (gst_resample_init),
20095         (gst_resample_reinit), (gst_resample_scale),
20096         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
20097         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
20098         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
20099         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
20100         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
20101         * gst-libs/gst/resample/resample.h:
20102         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
20103         (gst_audioscale_class_init), (gst_audioscale_link),
20104         (gst_audioscale_get_buffer), (gst_audioscale_init),
20105         (gst_audioscale_chain), (gst_audioscale_set_property),
20106         (gst_audioscale_get_property):
20107         * gst/audioscale/gstaudioscale.h:
20108           s/resample_*/gst_resample_*/i to not clobber namespaces
20109
20110 2004-02-23  Julien MOUTTE  <julien@moutte.net>
20111
20112         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20113         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
20114         (gst_riff_create_video_template_caps),
20115         (gst_riff_create_audio_template_caps),
20116         (gst_riff_create_iavs_template_caps):
20117         * gst-libs/gst/riff/riff-media.h:
20118         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20119         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
20120         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
20121         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20122         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20123         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
20124         (gst_matroska_demux_plugin_init): First batch implementing audio and
20125         video codec tags in demuxers.
20126
20127 2004-02-22  Benjamin Otte  <otte@gnome.org>
20128
20129         * ext/xine/Makefile.am:
20130         * ext/xine/gstxine.h:
20131         * ext/xine/xine.c: (plugin_init):
20132         * ext/xine/xineinput.c:
20133           add input plugin wrapper. Playback from files, http, mms and cdda
20134           works.
20135         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
20136           remove leftover G_GNUC_UNUSED
20137         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
20138         (gst_asf_demux_identify_guid):
20139           improve debugging output
20140
20141 2004-02-22  Benjamin Otte  <otte@gnome.org>
20142
20143         reported by: Padraig O'Briain <padraig.obriain@sun.com>
20144
20145         * autogen.sh:
20146           replace test -e with test -x for mkinstalldirs to be more portable.
20147           (fixes #134816)
20148
20149 2004-02-22  Benjamin Otte  <otte@gnome.org>
20150
20151         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
20152
20153         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
20154           set rank to PRIMARY
20155         * gst/volume/gstvolume.c: (plugin_init):
20156           set rank to NONE
20157         fixes #134960
20158
20159 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
20160
20161         reviewed by Benjamin Otte  <otte@gnome.org>
20162
20163         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
20164           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
20165
20166 2004-02-22  Benjamin Otte  <otte@gnome.org>
20167
20168         * configure.ac:
20169           export [_]*{gst,Gst,GST}.* symbols from plugins
20170
20171 2004-02-22  Christophe Fergeau <teuf@gnome.org>
20172
20173         reviewed by: Benjamin Otte  <otte@gnome.org>
20174
20175         * ext/lame/gstlame.c: (add_one_tag):
20176         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20177         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
20178         (gst_vorbisenc_metadata_set1):
20179         * gst/tags/gstid3tag.c:
20180         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
20181           apply fixes from bugs #135042 (lame can't write tags) and #133817
20182           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
20183
20184 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
20185
20186         * configure.ac: Export only gst_plugin_desc from plugins.
20187          Note that this change only makes any effect with Linux using libtool
20188          1.5.2 or higher. Otherwise it is silently ignored, but it would build
20189          fine. And don't try to have several versions of libtool in different
20190          directories.
20191
20192 2004-02-20  Andy Wingo  <wingo@pobox.com>
20193
20194         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
20195         interleave respectively.
20196
20197         * gst/interleave/deinterleave.c: New plugin: deinterleave
20198         (replaces on oneton).
20199         * gst/interleave/interleave.c: New plugin: interleave.
20200         * gst/interleave/plugin.h: Support file.
20201         * gst/interleave/plugin.c: Support file.
20202
20203         * configure.ac: Remove intfloat and oneton, add interleave.
20204
20205         * ext/sndfile/gstsf.c: Handle events better.
20206
20207         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
20208         and float2int operation. int2float has scheduling problems as
20209         noted in in2float_chain.
20210
20211 2004-02-20  Benjamin Otte  <otte@gnome.org>
20212
20213         * ext/xine/Makefile.am:
20214         * ext/xine/gstxine.h:
20215         * ext/xine/xine.c:
20216         * ext/xine/xineaudiodec.c:
20217         * ext/xine/xinecaps.c:
20218           add first version of xine plugin wrapper. Currently only wraps the
20219           QDM2 win32 DLL, and even that only in proof-of-concept quality.
20220         * configure.ac:
20221         * ext/Makefile.am:
20222           add xine plugin wrapper, disabled by default. Use --enable-xine to
20223           build. Note that it'll segfault on gst-register if you don't remove
20224           the goom and tvtime post plugins from xine.
20225         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20226         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
20227           add extradata parsing for QDM2.
20228           change around debugging prints.
20229
20230 2004-02-19  Benjamin Otte  <otte@gnome.org>
20231
20232         * ext/lame/gstlame.c: (gst_lame_chain):
20233         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
20234           use gst_tag_list_insert when you want to insert tags
20235
20236 2004-02-18  David Schleef  <ds@schleef.org>
20237
20238         * configure.ac:  Move massink to gst-rotten
20239         * ext/Makefile.am:
20240         * ext/mas/Makefile.am:
20241         * ext/mas/massink.c:
20242         * ext/mas/massink.h:
20243
20244 2004-02-18  David Schleef  <ds@schleef.org>
20245
20246         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
20247         typefinding, since it seems to be worse than nothing.
20248         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
20249         atom to recognize .mp4 and .m4a files as video/quicktime.
20250
20251 2004-02-18  David Schleef  <ds@schleef.org>
20252
20253         * gst/sine/demo-dparams.c: (quit_live),
20254         (dynparm_log_value_changed), (dynparm_value_changed), (main):
20255         Use double dparams, not float.
20256         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20257         (gst_sinesrc_init): Change sync default to FALSE, since multiple
20258         sync'd elements don't really work correctly.
20259         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
20260         (volume_update_volume), (volume_get_property):  Change dparam
20261         to double.
20262
20263 2004-02-18  Julien MOUTTE  <julien@moutte.net>
20264
20265         * sys/ximage/ximagesink.c:
20266         (gst_ximagesink_xwindow_update_geometry),
20267         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
20268         (gst_ximagesink_change_state), (gst_ximagesink_expose),
20269         (gst_ximagesink_init): Rework the way software video scaling works. So
20270         now we check on each chain call if the video frames are feeling the
20271         window. If not we try to renegotiate caps. On failure we memorize that
20272         and we won't try again for that PLAYING sessions.
20273         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
20274         failure.
20275         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
20276         synchronous flag.
20277
20278 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20279
20280         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
20281           break up _link so we can give a better debug message for errors
20282
20283 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20284
20285         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
20286           set up debug category
20287
20288 2004-02-18  Julien MOUTTE <julien@moutte.net>
20289
20290         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
20291         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
20292         the way renegotiation work. The event handling function is not taking
20293         care of external windows and renegotiate method check for pad flags
20294         NEGOTIATING. Should fix : #133209
20295
20296 2004-02-17  Julien MOUTTE  <julien@moutte.net>
20297
20298         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
20299         pad is negotiating before trying renegotiation.
20300
20301 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20302
20303         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
20304           pass on all possible mime types as typefind hints
20305
20306 2004-02-17  Julien MOUTTE <julien@moutte.net>
20307
20308         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
20309         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
20310         possible SHM leak if we crash. All other apps using XShm are doing
20311         that.
20312
20313 2004-02-17  Julien MOUTTE  <julien@moutte.net>
20314
20315         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
20316         (gst_ximagesink_expose): Renegotiate size on expose.
20317         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
20318         size on expose.
20319
20320 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20321
20322         * testsuite/alsa/sinesrc.c:
20323           cosmetic fix to fix compile issue with gcc 2.95.4
20324
20325 2004-02-16  Julien MOUTTE <julien@moutte.net>
20326
20327         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
20328         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
20329         failed opening the audio device.
20330         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20331         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
20332         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
20333         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
20334         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
20335         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20336         (gst_ximagesink_change_state), (gst_ximagesink_chain),
20337         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
20338         Removing some useless g_return_if_fail like wingo suggested.
20339         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20340         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
20341         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
20342         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
20343         (gst_xvimagesink_update_colorbalance),
20344         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
20345         (gst_xvimagesink_xcontext_clear),
20346         (gst_xvimagesink_get_fourcc_from_caps),
20347         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20348         (gst_xvimagesink_set_xwindow_id),
20349         (gst_xvimagesink_colorbalance_list_channels),
20350         (gst_xvimagesink_colorbalance_set_value),
20351         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
20352         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
20353
20354 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20355
20356         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
20357           throw error when not negotiated instead of asserting
20358
20359 2004-02-15  Julien MOUTTE  <julien@moutte.net>
20360
20361         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
20362         correct data refcounting.
20363
20364 2004-02-15  Julien MOUTTE  <julien@moutte.net>
20365
20366         * gst/switch/gstswitch.c: (gst_switch_change_state),
20367         (gst_switch_class_init): Cleaning the sinkpads correctly on state
20368         change, mostly the EOS flag.
20369
20370 2004-02-15  Julien MOUTTE  <julien@moutte.net>
20371
20372         * examples/gstplay/player.c: (got_eos), (main): Adding some
20373         output for debugging.
20374         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
20375         timeouts if we go to any state different from PLAYING.
20376         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
20377         more EOS bugs in riff lib.
20378
20379 2004-02-14  Julien MOUTTE  <julien@moutte.net>
20380
20381         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
20382         visualization until i find a way to fix switch correctly.
20383         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
20384         EOS arrives.
20385         * gst/switch/gstswitch.c: (gst_switch_release_pad),
20386         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
20387         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
20388         Reworked switch to get a more correct behaviour with events and refing
20389         of data stored in sinkpads.
20390         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
20391         we don't pull from a pad in EOS.
20392
20393 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20394
20395         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20396           remove v1 tag even if we can't read it (makes sure we don't detect
20397           it again)
20398
20399 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20400
20401         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
20402         (gst_alsa_xrun_recovery):
20403         * ext/alsa/gstalsa.h:
20404           try xrun recovery when wait failed. Make xrun recovery function
20405           return TRUE/FALSE to indicate success. (might fix #134354)
20406
20407 2004-02-13  David Schleef  <ds@schleef.org>
20408
20409         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
20410         (dynparm_value_changed), (main): Convert from float to double.
20411         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
20412
20413 2004-02-13  David Schleef  <ds@schleef.org>
20414
20415         * gst/silence/gstsilence.c: (gst_silence_class_init),
20416         (gst_silence_set_clock), (gst_silence_get),
20417         (gst_silence_set_property), (gst_silence_get_property):
20418         * gst/silence/gstsilence.h: Add sync property.
20419         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20420         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
20421         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
20422         * gst/sine/gstsinesrc.h: Add sync property.
20423
20424 2004-02-13  David Schleef  <ds@schleef.org>
20425
20426         * gst/intfloat/gstint2float.c: (conv_f32_s16),
20427         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
20428
20429 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20430
20431         * configure.ac:
20432         * ext/Makefile.am:
20433         * gst-libs/ext/Makefile.am:
20434           move ffmpeg plugin to gst-ffmpeg module
20435
20436 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20437
20438         * configure.ac: use GST_ARCH to detect architecture
20439
20440 2004-02-12  Julien MOUTTE  <julien@moutte.net>
20441
20442         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
20443
20444 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20445
20446         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
20447           classify LADSPA plugins based on number of src/sink pads
20448           (#133663, Stefan Kost)
20449         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
20450           fix dparams registration
20451           (#133528, Stefan Kost)
20452         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
20453           fix use of isprint and use g_ascii_isprint instead
20454           (#133316, Stefan Kost)
20455
20456 2004-02-11  David Schleef  <ds@schleef.org>
20457
20458         Convert a few inner loops to use liboil.  This is currently
20459         optional, and is only enabled if liboil is present (duh!).
20460         * configure.ac: Check for liboil-0.1
20461         * gst/intfloat/Makefile.am:
20462         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
20463         (gst_int2float_chain_gint16):
20464         * gst/videofilter/Makefile.am:
20465         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
20466         (tablelookup_u8), (gst_videobalance_planar411):
20467         * gst/videotestsrc/Makefile.am:
20468         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
20469         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
20470         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
20471         (paint_hline_RGB565), (paint_hline_xRGB1555):
20472
20473 2004-02-11  David Schleef  <ds@schleef.org>
20474
20475         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
20476         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
20477         (gst_colorspace_getcaps), (gst_colorspace_link),
20478         (gst_colorspace_base_init), (gst_colorspace_init),
20479         (gst_colorspace_chain), (gst_colorspace_change_state),
20480         (plugin_init): Merge Ronald's patch (bug #117897) and update
20481         for new caps and negotiation.  Seems to work, although it
20482         shows off bugs in lcs.
20483
20484 2004-02-11  David Schleef  <ds@schleef.org>
20485
20486         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
20487         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
20488
20489 2004-02-11  David Schleef  <ds@schleef.org>
20490
20491         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
20492         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
20493         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
20494         Add server and port properties
20495
20496 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20497
20498         * m4/a52.m4:
20499         * m4/aalib.m4:
20500         * m4/as-ffmpeg.m4:
20501         * m4/as-liblame.m4:
20502         * m4/as-slurp-ffmpeg.m4:
20503         * m4/check-libheader.m4:
20504         * m4/esd.m4:
20505         * m4/freetype2.m4:
20506         * m4/gconf-2.m4:
20507         * m4/glib.m4:
20508         * m4/gst-alsa.m4:
20509         * m4/gst-artsc.m4:
20510         * m4/gst-ivorbis.m4:
20511         * m4/gst-matroska.m4:
20512         * m4/gst-sdl.m4:
20513         * m4/gst-shout2.m4:
20514         * m4/gst-sid.m4:
20515         * m4/gtk.m4:
20516         * m4/libdv.m4:
20517         * m4/libfame.m4:
20518         * m4/libmikmod.m4:
20519         * m4/ogg.m4:
20520         * m4/vorbis.m4:
20521           fix underquotedness of macros (#133800)
20522         * m4/as-avifile.m4:
20523         * m4/xmms.m4:
20524           removed because no longer used
20525
20526 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20527
20528         * configure.ac:
20529           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
20530           by autopoint (fixes #132996)
20531
20532 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20533
20534         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
20535         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
20536         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
20537         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
20538           fix memleaks
20539
20540 2004-02-11  David Schleef  <ds@schleef.org>
20541
20542         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20543         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
20544         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
20545         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
20546         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
20547         (gst_jpegenc_class_init), (gst_jpegenc_init),
20548         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
20549         (gst_jpegenc_chain), (gst_jpegenc_set_property),
20550         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
20551         * ext/jpeg/gstjpegenc.h: Fix negotiation.
20552
20553 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20554
20555         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
20556         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
20557         * ext/mikmod/gstmikmod.h:
20558           fix caps negotiation in mikmod
20559         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
20560           output debug information
20561
20562 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20563
20564         * gst-libs/gst/colorbalance/Makefile.am:
20565         * gst-libs/gst/navigation/Makefile.am:
20566         * gst-libs/gst/xoverlay/Makefile.am:
20567           remove unused GST_OPT_CFLAGS from Makefiles
20568           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
20569
20570 2004-02-07  David Schleef  <ds@schleef.org>
20571
20572         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
20573         push events to pads that haven't been created (#133508)
20574
20575 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
20576
20577         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
20578         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
20579         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
20580         (gst_dvdec_loop), (gst_dvdec_change_state):
20581         Second attempt at committing a working dvdec element.
20582
20583 2004-02-06  David Schleef  <ds@schleef.org>
20584
20585         Build fixes for OS X: (see #129600)
20586         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
20587         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
20588         (gst_riff_read_strf_iavs):
20589         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
20590         (gst_avi_demux_stream_odml):
20591         * gst/playondemand/Makefile.am:
20592         * gst/rtp/rtp-packet.c:
20593
20594 2004-02-05  David Schleef  <ds@schleef.org>
20595
20596         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
20597         last change, because it Just Doesn't Compile.
20598
20599 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20600
20601         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20602           skip undecodable id3v2 tag instead of keeping it
20603
20604 2004-02-05  David Schleef  <ds@schleef.org>
20605
20606         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20607         Unref leaked buffer.  (Noticed by Ronald)
20608
20609 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
20610
20611         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20612         Sync requires with other checks.  >= vs =.
20613
20614 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
20615
20616         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20617         (gst_dvdec_video_link), (gst_dvdec_loop):
20618         * ext/dv/gstdvdec.h:
20619           rework the caps negotiation so that dvdec works again instead
20620           of just segfaulting.
20621
20622 === release 0.7.4 ===
20623
20624 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20625
20626         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
20627         * configure.ac: changed for release
20628
20629 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20630
20631         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
20632         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20633         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20634         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20635           reworked patch by David Lehn to fix libdir and includedir for
20636           uninstalled libraries
20637           removed play and gconf from gstreamer-libs since they have their
20638           own pkgconfig files
20639
20640 2004-02-04  David Schleef  <ds@schleef.org>
20641
20642         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
20643         memleak.
20644
20645 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20646
20647         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
20648           use correct GST_TAG_ENCODER tag
20649
20650 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20651
20652         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
20653           be sure to stop the clock when going to paused
20654         * sys/oss/gstosssink.c: (gst_osssink_change_state):
20655           reset number of transmitted when going to ready.
20656         fixes #132935
20657
20658 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
20659
20660         reviewed by Benjamin Otte
20661
20662         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20663           extract track count (fixes #133410)
20664
20665 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20666
20667         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
20668           that should be !=, not == (fixes #132519)
20669
20670 2004-02-04  David Schleef  <ds@schleef.org>
20671
20672         Make sure set_explicit_caps() is called before adding pad.
20673         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
20674         * gst/id3/gstid3types.c: (gst_id3types_loop):
20675         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
20676         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
20677
20678 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20679
20680         * configure.ac:
20681           bump nano to 2, first prerelease
20682           put back AM_PROG_LIBTOOL
20683
20684 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20685
20686         * testsuite/alsa/Makefile.am:
20687           these are user test apps, not automatic testsuite tests
20688
20689 2004-02-04  David Schleef  <ds@schleef.org>
20690
20691         Convert GST_DEBUG_CAPS() to GST_DEBUG():
20692         * gst/mpeg1videoparse/gstmp1videoparse.c:
20693         (mp1videoparse_parse_seq):
20694         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
20695         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
20696         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
20697         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
20698         (gst_xvideosink_getcaps):
20699         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
20700         * testsuite/gst-lint: more tests
20701
20702 2004-02-04  David Schleef  <ds@schleef.org>
20703
20704         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
20705         with the code that they would expand to.
20706         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
20707         (gst_flacdec_get_src_query_types),
20708         (gst_flacdec_get_src_event_masks):
20709         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
20710         (gst_gnomevfssrc_get_query_types),
20711         (gst_gnomevfssrc_get_event_mask):
20712
20713 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20714
20715         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20716         (gst_sinesrc_dispose):
20717           fix memleak by properly disposing sinesrc
20718
20719 2004-02-04  Julien MOUTTE  <julien@moutte.net>
20720
20721         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
20722         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
20723         an overlay to redraw the image because it has been exposed.
20724         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
20725         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
20726         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
20727         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
20728         interface
20729         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
20730         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
20731         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
20732         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
20733         interface
20734
20735 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20736
20737         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
20738           more memleak fixage
20739
20740 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20741
20742         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
20743         * gst/typefind/gsttypefindfunctions.c:
20744           fix memleaks shown by gst-typefind
20745
20746 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20747
20748         * common/glib-gen.mak:
20749           add hack rule to touch .Plo files
20750         * gst-libs/gst/colorbalance/Makefile.am:
20751         * gst-libs/gst/mixer/Makefile.am:
20752         * gst-libs/gst/play/Makefile.am:
20753         * gst-libs/gst/tuner/Makefile.am:
20754           remove glib_root variable
20755
20756 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20757
20758         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
20759           set explicit caps before adding the element, so the autopluggers can
20760           plug correctly.
20761         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20762         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20763         (mpeg_video_type_find), (mpeg_video_stream_type_find),
20764         (dv_type_find):
20765           fix memleaks in typefind functions. gst_type_find_suggest takes a const
20766           argument.
20767
20768 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20769
20770         * gst-libs/gst/colorbalance/Makefile.am:
20771         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
20772         * gst-libs/gst/colorbalance/colorbalance.c:
20773         * gst-libs/gst/colorbalance/colorbalance.h:
20774         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
20775         * gst-libs/gst/mixer/Makefile.am:
20776         * gst-libs/gst/mixer/mixer-marshal.list:
20777         * gst-libs/gst/mixer/mixer.c:
20778         * gst-libs/gst/mixer/mixer.h:
20779         * gst-libs/gst/mixer/mixermarshal.list:
20780         * gst-libs/gst/play/Makefile.am:
20781         * gst-libs/gst/play/play.h:
20782         * gst-libs/gst/tuner/Makefile.am:
20783         * gst-libs/gst/tuner/tuner-marshal.list:
20784         * gst-libs/gst/tuner/tuner.c:
20785         * gst-libs/gst/tuner/tuner.h:
20786         * gst-libs/gst/tuner/tunermarshal.list:
20787           use new glib-gen.mak snippet to clean up Makefile.am
20788           fix various bugs in Makefile.am's
20789
20790 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20791
20792         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
20793           handle chain parsing correctly in the multichain case
20794         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
20795         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
20796         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
20797         (theora_dec_chain):
20798           handle events and queries correctly
20799
20800 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
20801
20802         * .cvsignore:
20803         Ignore generated file _stdint.h.
20804
20805 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
20806
20807         * gst-libs/gst/colorbalance/Makefile.am:
20808         * gst-libs/gst/colorbalance/colorbalance.h:
20809         * gst-libs/gst/mixer/Makefile.am:
20810         * gst-libs/gst/mixer/mixer.h:
20811         * gst-libs/gst/play/Makefile.am:
20812         * gst-libs/gst/play/play.h:
20813         * gst-libs/gst/tuner/Makefile.am:
20814         * gst-libs/gst/tuner/tuner.h:
20815         Generate enum type code with glib-mkenums.
20816         * gst-libs/gst/colorbalance/.cvsignore:
20817         * gst-libs/gst/mixer/.cvsignore:
20818         * gst-libs/gst/play/.cvsignore:
20819         * gst-libs/gst/tuner/.cvsignore:
20820         Ignore generated files.
20821
20822 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
20823
20824         * gst-libs/gst/audio/.cvsignore:
20825         Ignore generated file.
20826         * gst-libs/gst/audio/Makefile.am:
20827         Do not install example filter.
20828
20829 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
20830
20831         * examples/switch/.cvsignore:
20832         Ignore generated file.
20833
20834 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20835
20836         * common/m4/ax_create_stdint_h.m4:
20837         * configure.ac:
20838           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
20839           _stdint.h.
20840         * Makefile.am:
20841           remove generated _stdint.h in DISTCLEANFILES
20842         * ext/a52dec/gsta52dec.c:
20843           include _stdint.h for a52dec. (should fix #133064)
20844
20845 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
20846
20847         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
20848         (gst_tag_to_vorbis_comments):
20849         Add replaygain support to vorbistag
20850
20851 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
20852         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
20853         (gst_ffmpeg_caps_to_extradata):
20854           Fix SVQ3 caps flag properties
20855           Use glib macro for bytes swap
20856
20857 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20858
20859         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
20860         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
20861         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20862         * ext/sndfile/gstsf.c: (plugin_init):
20863         * gst/avi/gstavi.c: (plugin_init):
20864         * sys/dxr3/dxr3init.c: (plugin_init):
20865         * sys/oss/gstossaudio.c: (plugin_init):
20866         * sys/v4l/gstv4l.c: (plugin_init):
20867         * sys/v4l2/gstv4l2.c: (plugin_init):
20868           remove textdomain calls
20869         * po/nl.po:
20870           update Dutch translation
20871
20872 2004-02-02  Julien MOUTTE  <julien@moutte.net>
20873
20874         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
20875         (gst_play_set_audio_sink): Moving volume in the audio thread for
20876         instantaneous volume change. Maybe i will add another volume in front
20877         of visualization later, not sure yet though.
20878
20879 2004-02-02  Julien MOUTTE  <julien@moutte.net>
20880
20881         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
20882         (gst_ximagesink_handle_xevents): Better X events handling, only take
20883         the latest events for configure and motion.
20884         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
20885
20886 2004-02-02  Jon Trowbridge  <trow@gnu.org>
20887
20888         reviewed by: David Schleef  <ds@schleef.org>
20889
20890         Fix memory leaks:
20891         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
20892         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
20893
20894 2004-02-02  David Schleef  <ds@schleef.org>
20895
20896         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
20897         of lines.
20898         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
20899         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
20900         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
20901         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
20902         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
20903         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
20904         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
20905         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
20906         (gst_float2_2_int_link):
20907         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
20908         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
20909         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
20910         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
20911         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
20912         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
20913         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
20914         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
20915         * testsuite/gst-lint: Add tests for bzero and ;;
20916
20917 2004-02-02  David Schleef  <ds@schleef.org>
20918
20919         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
20920
20921 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20922
20923         * ext/aalib/gstaasink.c: (gst_aasink_open):
20924         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
20925         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20926         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
20927         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
20928         (gst_afsink_close_file):
20929         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
20930         (gst_afsrc_close_file):
20931         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
20932         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
20933         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
20934         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
20935         * ext/esd/esdmon.c: (gst_esdmon_get):
20936         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
20937         * ext/faac/gstfaac.c: (gst_faac_chain):
20938         * ext/faad/gstfaad.c: (gst_faad_chain):
20939         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
20940         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
20941         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
20942         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
20943         (gst_flacdec_loop):
20944         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
20945         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
20946         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
20947         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
20948         (gst_gnomevfssink_close_file):
20949         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
20950         (gst_gnomevfssrc_open_file):
20951         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
20952         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
20953         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
20954         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
20955         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
20956         * ext/mad/gstmad.c: (gst_mad_chain):
20957         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
20958         * ext/mpeg2dec/gstmpeg2dec.c:
20959         * ext/mpeg2enc/gstmpeg2enc.cc:
20960         * ext/mplex/gstmplex.cc:
20961         * ext/mplex/gstmplexibitstream.cc:
20962         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
20963         (gst_ogg_demux_push):
20964         * ext/raw1394/gstdv1394src.c:
20965         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
20966         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
20967         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
20968         (gst_sf_loop):
20969         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
20970         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
20971         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
20972         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
20973         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
20974         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
20975         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
20976         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
20977         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
20978         (gst_riff_read_element_data), (gst_riff_read_seek),
20979         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
20980         * gst/adder/gstadder.c: (gst_adder_loop):
20981         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
20982         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
20983         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
20984         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
20985         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
20986         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20987         * gst/goom/gstgoom.c: (gst_goom_chain):
20988         * gst/id3/gstid3types.c: (gst_id3types_loop):
20989         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
20990         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
20991         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
20992         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
20993         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20994         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
20995         (gst_ebml_read_float), (gst_ebml_read_header):
20996         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20997         (gst_matroska_demux_parse_blockgroup):
20998         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
20999         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
21000         * gst/oneton/gstoneton.c: (gst_oneton_chain):
21001         * gst/silence/gstsilence.c: (gst_silence_get):
21002         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
21003         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
21004         * gst/speed/gstspeed.c: (speed_loop):
21005         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
21006         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21007         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
21008         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
21009         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21010         (gst_wavparse_loop):
21011         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
21012         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
21013         (dxr3audiosink_close):
21014         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
21015         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
21016         (dxr3videosink_close), (dxr3videosink_write_data):
21017         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
21018         * sys/oss/gstosssink.c: (gst_osssink_chain):
21019         * sys/oss/gstosssrc.c: (gst_osssrc_get):
21020         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
21021         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
21022         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
21023         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
21024         (gst_v4l_set_window), (gst_v4l_enable_overlay):
21025         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
21026         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
21027         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
21028         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
21029         (gst_v4l_set_audio):
21030         * sys/v4l/v4l_calls.h:
21031         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
21032         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
21033         (gst_v4lmjpegsink_playback_init),
21034         (gst_v4lmjpegsink_playback_start):
21035         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
21036         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
21037         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
21038         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
21039         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
21040         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
21041         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
21042         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
21043         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
21044         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
21045         (gst_v4l2_get_output), (gst_v4l2_set_output),
21046         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
21047         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
21048         (gst_v4l2_set_attribute):
21049         * sys/v4l2/v4l2_calls.h:
21050         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
21051         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
21052         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
21053         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
21054         (gst_v4l2src_capture_stop):
21055         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
21056         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21057         (gst_ximagesink_chain):
21058         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
21059         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
21060         (gst_xvideosink_xwindow_new):
21061         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21062         (gst_xvimagesink_chain):
21063
21064 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21065
21066         * gst/volume/gstvolume.c: (gst_volume_set_volume),
21067         (gst_volume_get_volume), (volume_class_init), (volume_init),
21068         (volume_chain_int16), (volume_update_volume):
21069         * gst/volume/gstvolume.h:
21070           make code more readable by removing magic numbers
21071           make mixer interface export 0-100 range
21072           make it internally map to 0.0-1.0 range so users don't distort
21073           output by putting the sliders at full volume
21074
21075 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21076
21077         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
21078         (gst_play_state_change), (gst_play_seek_to_time):
21079         block the tick callback for 0.5 secs after doing a seek
21080
21081 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21082
21083         * gst-libs/gst/play/play.c: (gst_play_new):
21084           check for GError
21085
21086 2004-02-01  Julien MOUTTE  <julien@moutte.net>
21087
21088         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
21089         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
21090         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
21091         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
21092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
21093         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
21094
21095 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21096
21097         * configure.ac:
21098         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21099           check for a function added in vorbis 1.1
21100
21101 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21102
21103         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
21104         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
21105           really start/stop clock only on PLAYING <=> PAUSED
21106         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21107           remove \n from debugging lines
21108         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
21109           make it work when seeking does not
21110         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21111           reset on DISCONT
21112
21113 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21114
21115         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
21116           start clock on PAUSED=>PLAYING, not later
21117         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21118           extract correct time for different discont formats
21119         (gst_alsa_sink_get_time):
21120           don't segfault when no format is negotiated yet, just return 0
21121         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
21122         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
21123         (gst_ogg_pad_push):
21124           handle flush and discont events correctly
21125         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
21126           handle discont events correctly
21127
21128 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21129
21130         * gst-libs/gst/play/play.c: (gst_play_error_quark),
21131         (gst_play_error_create), (gst_play_error_plugin),
21132         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
21133         * gst-libs/gst/play/play.h:
21134           add error handling during creation
21135         * examples/gstplay/player.c: (main):
21136           use new gst_play_new
21137
21138
21139 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21140
21141         * ext/theora/theoradec.c: (theora_dec_chain):
21142           make comments work
21143         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21144         (vorbis_dec_src_event), (vorbis_dec_chain):
21145           add encoder tag, fix tag reading to be more error tolerant, change
21146           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
21147           gst_pad_event_default.
21148         * gst/tags/gstvorbistag.c:
21149         (gst_tag_list_from_vorbiscomment_buffer):
21150           undefine function specific define at end of function
21151
21152 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
21153
21154         * ext/flac/gstflac.c: (plugin_init):
21155         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
21156         * ext/flac/gstflacdec.h:
21157         * ext/flac/gstflacenc.h:
21158           Fix typos
21159
21160 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
21161
21162         * examples/gstplay/player.c: s/gstplay.h/play.h/
21163
21164 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21165
21166         * gst-libs/gst/play/Makefile.am:
21167         * gst-libs/gst/play/gstplay.c:
21168         * gst-libs/gst/play/gstplay.h:
21169         * gst-libs/gst/play/play.c:
21170           more surgery, operation complete
21171
21172 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21173
21174         * gst-libs/gst/play/play.old.c:
21175         * gst-libs/gst/play/play.old.h:
21176           after CVS surgery by moving, remove
21177         * gst-libs/gst/play/playpipelines.c:
21178           remove
21179
21180         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
21181           add negotiation error
21182
21183 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21184
21185         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
21186         (gst_ogg_demux_push):
21187           add some seeking debug info
21188           send a flush when seeking
21189
21190 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21191
21192         * configure.ac:
21193           use AC_C_INLINE
21194         * configure.ac:
21195         * ext/Makefile.am:
21196         * ext/theora/Makefile.am:
21197         * ext/theora/theoradec.c:
21198           add theora video decoder. Does just do simple decoding for now and
21199           has been tested against Theora cvs only. It only works when theora
21200           is compiled with --enable-static.
21201         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21202           always reset packetno on DISCONT
21203
21204 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21205
21206         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
21207           Fix audio.
21208
21209 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21210
21211         * gst/mpegaudioparse/gstmpegaudioparse.c:
21212         (mp3_type_frame_length_from_header):
21213           Fix header parsing - stolen from ffmpeg (thank you! :) ).
21214
21215 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21216
21217         * ext/esd/esdsink.c: (gst_esdsink_init):
21218           Since we have static pad template caps, we don't need to negotiate;
21219           either the core errors out or we know the format.
21220
21221 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21222
21223         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21224         (gst_riff_read_seek):
21225         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
21226         (gst_ebml_read_seek):
21227           Fix event handling.
21228
21229 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21230
21231         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
21232           removee video/x-theora from vp3 decoder, it doesn't handle raw
21233           theora streams
21234         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
21235           fix bug with finalizing element that never went to PAUSED
21236         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21237           length and position queries were swapped
21238         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
21239         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
21240         (vorbis_dec_src_event):
21241           implement querying time and bytes
21242
21243 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21244
21245         * just about every source file:
21246           gst_element_error -> GST_ELEMENT_ERROR
21247
21248 2004-01-29  Julien MOUTTE  <julien@moutte.net>
21249
21250         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
21251         emiting FLUSH and even before DISCONT.
21252         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
21253         get the best instant seeking as possible yay!
21254
21255 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21256
21257         * gst/mpeg1videoparse/gstmp1videoparse.c:
21258         (gst_mp1videoparse_real_chain):
21259           Committed wrong version last week... Grr... Didn't notice until now.
21260
21261 2004-01-29  Julien MOUTTE <julien@moutte.net>
21262
21263         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
21264         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
21265         have_xwindow_id signal in xwindow_create.
21266
21267 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21268
21269         * ext/ogg/gstoggdemux.c:
21270           lots of changes - mainly support for chained bitstreams, seeking,
21271           querying and bugfixes of course
21272         * ext/vorbis/Makefile.am:
21273         * ext/vorbis/vorbisdec.c:
21274         * ext/vorbis/vorbisdec.h:
21275           add vorbisdec raw vorbis decoder
21276         * ext/vorbis/vorbis.c: (plugin_init):
21277           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
21278         * gst/intfloat/Makefile.am:
21279         * gst/intfloat/float22int.c:
21280         * gst/intfloat/float22int.h:
21281         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
21282           add float2intnew plugin. It converts multichannel interleaved float to
21283           multichannel interleaved int. The name should probably be changed.
21284         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
21285         (plugin_init):
21286           add typefinding for raw theora video so oggdemux can detect it.
21287
21288 2004-01-28  Julien MOUTTE  <julien@moutte.net>
21289
21290         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
21291         sink element first.
21292         * gst/videoscale/gstvideoscale.c:
21293         (gst_videoscale_handle_src_event): Fixing src event handler.
21294
21295 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21296
21297         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
21298         (gst_v4lsrc_open), (gst_v4lsrc_close),
21299         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
21300         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
21301         * sys/v4l/gstv4lsrc.h:
21302         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
21303         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
21304           Implement resizing... Hack. But that's why v4l is b0rked...
21305
21306 2004-01-28  Julien MOUTTE <julien@moutte.net>
21307
21308         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21309         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
21310         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
21311         (gst_ximagesink_xwindow_destroy):
21312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21313         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
21314         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
21315         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
21316         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
21317         correctly cleaning the image created to check xshm calls on succes,
21318         added a lot of XSync calls in X11 functions, and fixed a segfault when
21319         no image format was defined before negotiation happened.
21320
21321 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21322
21323         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
21324           use gst_element_get_time to get correct time
21325
21326 2004-01-28  Julien MOUTTE  <julien@moutte.net>
21327
21328         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
21329         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
21330         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
21331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
21332         (gst_xvimagesink_check_xshm_calls),
21333         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
21334         X plugins are now able to detect that XShm calls will fail even if the
21335         server claims that it has XShm support (remote displays most of the
21336         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
21337         so that we use non XShm functions. This feature is almost useless for
21338         xvimagesink as Xv is not supported on remote displays anyway, but
21339         it might happen than even on the local display XShm calls fail.
21340
21341 2004-01-27  David Schleef  <ds@schleef.org>
21342
21343         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
21344         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
21345         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
21346         changed esdsink to only use 44100,16,2, since esd sucks at rate
21347         conversion and esdsink has had difficulty negotiating.
21348
21349 2004-01-27  Julien MOUTTE <julien@moutte.net>
21350
21351         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
21352         (gst_play_seek_to_time): Fixing the way to get current position.
21353
21354 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21355
21356         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
21357           use gst_element_get_time to get correct time
21358
21359 2004-01-27  Julien MOUTTE <julien@moutte.net>
21360
21361         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
21362         fix ever... Inverting 2 lines of code make spider autoplug correctly
21363         tagged mp3 !
21364
21365 2004-01-27  David Schleef  <ds@schleef.org>
21366
21367         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21368         Use gst_pad_try_set_caps_nonfixed().
21369
21370 2004-01-27  David Schleef  <ds@schleef.org>
21371
21372         * gst/ac3parse/gstac3parse.c: update to checklist 5
21373         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
21374         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
21375         * gst/audioscale/gstaudioscale.c: same
21376         * gst/auparse/gstauparse.c: same
21377         * gst/avi/gstavidemux.c: same
21378
21379 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21380
21381         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
21382           stop processing after EOS
21383
21384 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21385
21386         * gst/asfdemux/asfheaders.h:
21387         * gst/asfdemux/gstasfdemux.c:
21388         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
21389         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
21390         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
21391           lot's of fixes to make data extraction simpler and get the code
21392           architecture and compiler independant. Add debugging category
21393         * gst/goom/gstgoom.c: (gst_goom_change_state):
21394           reset channel count on PAUSED=>READY, not READY=>PAUSED
21395
21396 2004-01-26  Colin Walters  <walters@verbum.org>
21397
21398         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
21399         code to pull a bigger buffer in iradio mode.  This as a side effect
21400         makes typefinding work.
21401
21402 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
21403
21404         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
21405         Fix SVQ3 decoding on PPC
21406
21407 2004-01-26  Julien MOUTTE <julien@moutte.net>
21408
21409         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
21410         that one managed to stay there... Fixed.
21411
21412 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
21413
21414         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
21415         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
21416         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
21417         (qtdemux_video_caps):
21418         * gst/qtdemux/qtdemux.h:
21419         Add SVQ3 specific flags to qtdemux and ffmpeg
21420
21421 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21422
21423         * gst-libs/gst/audio/audio.h:
21424           remove buffer-frames from audio caps
21425         * gst/audioconvert/gstaudioconvert.c:
21426           fix plugin to really work.
21427
21428 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21429
21430         * gst-libs/gst/mixer/mixer.c:
21431         * gst-libs/gst/propertyprobe/propertyprobe.c:
21432         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
21433         (gst_tuner_find_channel_by_name):
21434         * gst-libs/gst/tuner/tuner.h:
21435           Add gtk-doc style comments. Also fix a function name.
21436
21437 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21438
21439         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
21440         (gst_divxdec_negotiate):
21441           Fix for new capsnego - also fixes gst-player with divxdec.
21442
21443 2004-01-25  Julien MOUTTE  <julien@moutte.net>
21444
21445         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
21446         (gst_play_identity_handoff), (gst_play_set_location),
21447         (gst_play_set_visualization), (gst_play_connect_visualization): Another
21448         try in visualization implementation. Still have an issue with switch
21449         blocking when pulling from video_queue and only audio comes out of
21450         spider.
21451         * gst/switch/gstswitch.c: (gst_switch_release_pad),
21452         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
21453         release method. And check if the pad is usable before pulling.
21454
21455 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21456
21457         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
21458         (gst_videobalance_init),
21459         (gst_videobalance_colorbalance_list_channels),
21460         (gst_videobalance_colorbalance_set_value),
21461         (gst_videobalance_colorbalance_get_value),
21462         (gst_videobalance_update_properties),
21463         (gst_videobalance_update_tables_planar411),
21464         (gst_videobalance_planar411):
21465         * gst/videofilter/gstvideobalance.h:
21466           Implement lookup-tables. +/- 10x faster.
21467
21468 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21469
21470         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
21471         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
21472           The index reading was broken. The rest worked fine, but the whole
21473           goal of my rewrite was to make avidemux readable, and this was
21474           not at all readable. Please use typed variables.
21475
21476 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21477
21478         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21479           Additional pad usability check.
21480         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21481         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
21482         (gst_mp1videoparse_real_chain):
21483           Fix MPEG video stream parsing. The original plugin had several
21484           issues, including not timestamping streams where the source was
21485           not timestamped (this happens with PTS values in mpeg system
21486           streams, but MPEG video is also a valid stream on its own so
21487           that needs timestamps too). We use the display time code for that
21488           for now. Also, if one incoming buffer contains multiple valid
21489           frames, we push them all on correctly now, including proper EOS
21490           handling. Lastly, several potential segfaults were fixed, and we
21491           properly sync on new sequence/gop headers to include them in next,
21492           not previous frames (since they're header for the next frame, not
21493           the previous). Also see #119206.
21494         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
21495         (bpf_from_header):
21496           Move caps setting so we only do it after finding several valid
21497           MPEG-1 fraes sequentially, not right after the first one (which
21498           might be coincidental).
21499         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
21500         (mpeg_video_type_find), (mpeg_video_stream_type_find),
21501         (plugin_init):
21502           Add unsynced MPEG video stream typefinding, and change some
21503           probability values so we detect streams rightly. The idea is as
21504           follows: I can have an unsynced system stream which contains
21505           video. In the current code, I would randomly get a type for either
21506           system or video stream type found, because the probabilities are
21507           being calculated rather randomly. I now use fixed values, so we
21508           always prefer system stream if that was found (and that is how it
21509           should be). If no system stream was found, we can still identity                the stream as video-only.
21510
21511 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21512
21513         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
21514         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
21515           don't write to buffer. Extract data without the need of
21516           __attribute__ ((packed))
21517
21518 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21519
21520         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
21521         (mpeg1_sys_type_find):
21522           Fix MPEG-1 stream typefinding.
21523
21524 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21525
21526         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
21527           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
21528
21529 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21530
21531         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
21532         * ext/esd/gstesd.c: (plugin_init):
21533           private debugging, better error reporting
21534
21535 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21536
21537         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
21538         (gst_riff_read_init), (gst_riff_read_change_state):
21539         * gst-libs/gst/riff/riff-read.h:
21540           Remove stuff fromold metadata system.
21541
21542 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21543
21544         * ext/ogg/gstoggdemux.c:
21545           Fix wrong file comment.
21546         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21547         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
21548           Add metadata reading properly.
21549
21550 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21551
21552         * ext/Makefile.am:
21553           Fix nas DIST_SUBDIRS
21554           Uraeus:
21555           Fix bug where make distcheck doesn't get run on adding stuff to
21556           the build.
21557
21558 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21559
21560         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
21561         * ext/divx/gstdivxdec.h:
21562           Fix divx3 ("msmpeg4") playback using divxdec.
21563
21564 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21565
21566         * gst/typefind/gsttypefindfunctions.c:
21567         (mp3_type_frame_length_from_header): fix bug in length computation
21568         (mp3_type_find): improve debugging output
21569
21570 2004-01-23  Julien MOUTTE  <julien@moutte.net>
21571
21572         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
21573         (gst_play_set_location), (gst_play_seek_to_time),
21574         (gst_play_set_audio_sink), (gst_play_set_visualization),
21575         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
21576         the pipeline from scratch. Visualization is back and switch went out as
21577         i realized it was not possible to use the way i wanted.
21578         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
21579         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
21580         clearing in state change from READY to NULL. So that one can clean the
21581         X ressources keeping the element.
21582         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21583         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
21584         (gst_xvimagesink_colorbalance_set_value),
21585         (gst_xvimagesink_colorbalance_get_value),
21586         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
21587         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
21588         change from READY to NULL and fixed some stupid bugs in colorbalance
21589         get/set values. Also added the following feature : when nobody tries to
21590         set some values to the colorbalance levels before the xcontext is
21591         grabbed, then when creating channels list from Xv attributes we set the
21592         internal values to the Xv defaults. This way we handle buggy Xv drivers
21593         that set default hue values far from the middle of the range (Thanks
21594         to Jon Trowbridge for pointing that issue).
21595         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
21596         colorbalance levels have been set before xcontext is grabbed.
21597
21598 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21599
21600         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
21601           Fix the ossmixer case where we shouldn't open /dev/dsp* because
21602           it might block operations (which is bad for a mixer).
21603
21604 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
21605
21606         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
21607         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
21608         (gmip_find_type_pre):
21609         * gst-libs/gst/media-info/media-info-priv.h:
21610         * gst-libs/gst/media-info/media-info.c:
21611         (gst_media_info_instance_init), (gst_media_info_read_idler):
21612         add fakesink to get caps on decoder src pad again
21613         fix callback prototype to match new have_type signal signature
21614
21615 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
21616
21617         * gst/adder/gstadder.c: (gst_adder_link):
21618           fix non-compile and cut-n-paste code
21619
21620 2004-01-21  David Schleef  <ds@schleef.org>
21621
21622         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
21623         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
21624         (gst_swfdec_init), (gst_swfdec_change_state):
21625         * ext/swfdec/gstswfdec.h:
21626         Fix negotiation.
21627         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
21628         (gst_adder_request_new_pad): Fix negotiation.
21629         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
21630         Add a fixate function.
21631         * gst/intfloat/gstfloat2int.c:
21632         * gst/intfloat/gstfloat2int.h:
21633         * gst/intfloat/gstint2float.c:
21634         * gst/intfloat/gstint2float.h:
21635         Completely rewrite the negotiation.  Doesn't quite work yet,
21636         due to some buffer-frames problem.
21637
21638 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21639
21640         * ext/gnomevfs/gstgnomevfssrc.c:
21641         * sys/v4l2/v4l2_calls.h:
21642           fix includes for distcheck
21643
21644 2004-01-21  Christian Schaller <uraeus@gnome.org>
21645
21646         * ext/nas/
21647         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
21648         based on earlier patch from Laurent Vivier
21649
21650 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
21651
21652         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
21653         Fix wma caps property
21654         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
21655         Fix typo (flags1 and flags2)
21656
21657 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21658
21659         * gst-libs/gst/media-info/media-info-priv.c:
21660         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
21661         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
21662         (gmip_find_stream), (gmip_find_track_metadata),
21663         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
21664         (gmip_find_track_format):
21665         * gst-libs/gst/media-info/media-info-priv.h:
21666         * gst-libs/gst/media-info/media-info-test.c: (main):
21667         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
21668         (gst_media_info_read_idler), (gst_media_info_read):
21669         * gst-libs/gst/media-info/media-info.h:
21670           register debugging category and use it for debugging
21671
21672 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21673
21674         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
21675         (gst_vorbisfile_new_link):
21676           signal streaminfo through tags
21677
21678 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21679
21680         * ext/mplex/gstmplex.cc:
21681         * ext/mplex/gstmplexibitstream.cc:
21682           g++ doesn't like NULL in our i18n/error macros, should be
21683           either (NULL) or ("").
21684
21685 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21686
21687         * sys/dxr3/dxr3audiosink.c:
21688         * sys/dxr3/dxr3init.c:
21689         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
21690         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
21691           Fix more error error error errors (missing includes here).
21692
21693 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21694
21695         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21696           fix thomas' error errors.
21697
21698 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21699
21700         * ext/mpeg2enc/gstmpeg2enc.cc:
21701           fix error errors.
21702
21703 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21704
21705         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
21706         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
21707           Fix for new error system.
21708
21709 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21710
21711         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
21712           fix for new error reporting
21713
21714 2004-01-20  David Schleef  <ds@schleef.org>
21715
21716         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
21717         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
21718         (gst_ximagesink_set_xwindow_id): Change to using a framerate
21719         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
21720         and neither is 100+, most likely.
21721         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
21722         (gst_xvimagesink_getcaps): same
21723
21724 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21725
21726         * configure.ac:
21727           Up version requirement to 2.0.3 (not yet released) to avoid symbol
21728           clashes with ffmpeg.
21729
21730 2004-01-20  Julien MOUTTE  <julien@moutte.net>
21731
21732         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
21733         (gst_switch_init): Fixed switch element : proxying link and setting
21734         caps from src to sink on request.
21735
21736 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21737
21738         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
21739         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
21740         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
21741         fix element_error
21742
21743 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21744
21745         * sys/v4l/v4l_calls.h:
21746         * sys/v4l2/v4l2_calls.h:
21747           element_error fixes
21748
21749 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21750
21751         * gst-libs/gst/gst-i18n-plugin.h:
21752           add locale.h
21753           remove config.h inclusion
21754
21755 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21756
21757         * autogen.sh:
21758           adding autopoint invocation
21759         * Makefile.am:
21760         * configure.ac:
21761         * gst-libs/gst/gettext.h:
21762           adding gettext bits
21763         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
21764         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
21765         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21766         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
21767         (gst_gnomevfssink_close_file):
21768         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
21769         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
21770         * gst-libs/gst/gst-i18n-plugin.h:
21771         * gst/avi/gstavi.c: (plugin_init):
21772         * sys/dxr3/dxr3init.c: (plugin_init):
21773         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
21774         * sys/oss/gstossaudio.c: (plugin_init):
21775         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
21776         * sys/v4l/gstv4l.c: (plugin_init):
21777         * sys/v4l/v4l_calls.c: (gst_v4l_open):
21778         * sys/v4l2/gstv4l2.c: (plugin_init):
21779         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
21780         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
21781         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
21782         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
21783         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
21784         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
21785           make sure locale and translation domain are set
21786           fix translated strings
21787         * po/.cvsignore:
21788         * po/LINGUAS:
21789         * po/Makevars:
21790         * po/POTFILES.in:
21791         * po/nl.po:
21792           put translation files into place
21793         * sys/xvideo/imagetest.c: (main):
21794         * ext/dv/demo-play.c: (main):
21795           fix unnecessary translations
21796
21797 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21798
21799         * ext/sndfile/gstsf.c:
21800         * gst/avi/gstavimux.c:
21801         * ext/audiofile/gstafsink.c:
21802         * ext/audiofile/gstafsrc.c:
21803         * ext/gnomevfs/gstgnomevfssink.c:
21804         * ext/gnomevfs/gstgnomevfssrc.c:
21805         * sys/oss/gstosselement.c:
21806         * sys/v4l/v4l_calls.h:
21807           fix i18n include
21808
21809 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21810
21811         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
21812         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
21813         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
21814         (gst_v4l2_get_output), (gst_v4l2_set_output),
21815         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
21816         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
21817         (gst_v4l2_set_attribute):
21818         update to new error handling
21819
21820 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21821
21822         * ext/sidplay/gstsiddec.cc:
21823         * gst/modplug/gstmodplug.cc:
21824           parenthese NULL because C++ seems angry about it
21825
21826 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21827
21828         * gst-libs/gst/gst-i18n-plugin.h:
21829           add skeleton i18n stuff, but needs to be further implemented
21830
21831 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21832
21833         * examples/gstplay/player.c: (main):
21834         * ext/aalib/gstaasink.c: (gst_aasink_open):
21835         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
21836         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21837         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
21838         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
21839         (gst_afsink_close_file):
21840         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
21841         (gst_afsrc_close_file):
21842         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
21843         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
21844         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
21845         * ext/esd/esdmon.c: (gst_esdmon_get):
21846         * ext/esd/esdsink.c: (gst_esdsink_chain):
21847         * ext/faac/gstfaac.c: (gst_faac_chain):
21848         * ext/faad/gstfaad.c: (gst_faad_chain):
21849         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
21850         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21851         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
21852         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
21853         (gst_flacdec_loop):
21854         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
21855         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
21856         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
21857         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
21858         (gst_gnomevfssink_close_file):
21859         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
21860         (gst_gnomevfssrc_open_file):
21861         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
21862         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
21863         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
21864         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
21865         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
21866         * ext/mad/gstmad.c: (gst_mad_chain):
21867         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
21868         * ext/mpeg2dec/gstmpeg2dec.c:
21869         * ext/mpeg2enc/gstmpeg2enc.cc:
21870         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21871         * ext/mplex/gstmplex.cc:
21872         * ext/mplex/gstmplexibitstream.cc:
21873         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
21874         (gst_ogg_demux_push), (gst_ogg_pad_push):
21875         * ext/raw1394/gstdv1394src.c:
21876         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
21877         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
21878         * ext/sidplay/gstsiddec.cc:
21879         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
21880         (gst_sf_loop):
21881         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
21882         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
21883         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
21884         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
21885         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
21886         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
21887         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
21888         * gst-libs/gst/Makefile.am:
21889         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21890         (gst_riff_read_element_data), (gst_riff_read_seek),
21891         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
21892         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
21893         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
21894         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
21895         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
21896         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
21897         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
21898         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
21899         * gst/goom/gstgoom.c: (gst_goom_chain):
21900         * gst/id3/gstid3types.c: (gst_id3types_loop):
21901         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
21902         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
21903         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
21904         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
21905         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
21906         (gst_ebml_read_float), (gst_ebml_read_header):
21907         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
21908         (gst_matroska_demux_parse_blockgroup):
21909         * gst/modplug/gstmodplug.cc:
21910         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
21911         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
21912         * gst/oneton/gstoneton.c: (gst_oneton_chain):
21913         * gst/silence/gstsilence.c: (gst_silence_get):
21914         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
21915         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
21916         * gst/speed/gstspeed.c: (speed_loop):
21917         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
21918         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21919         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
21920         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
21921         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21922         (gst_wavparse_loop):
21923         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
21924         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
21925         (dxr3audiosink_close):
21926         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
21927         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
21928         (dxr3videosink_close), (dxr3videosink_write_data):
21929         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
21930         * sys/oss/gstosselement.h:
21931         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
21932         (gst_osssink_chain):
21933         * sys/oss/gstosssrc.c: (gst_osssrc_get):
21934         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
21935         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
21936         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
21937         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
21938         (gst_v4l_enable_overlay):
21939         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
21940         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
21941         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
21942         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
21943         (gst_v4l_set_audio):
21944         * sys/v4l/v4l_calls.h:
21945         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
21946         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
21947         (gst_v4lmjpegsink_playback_init),
21948         (gst_v4lmjpegsink_playback_start):
21949         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
21950         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
21951         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
21952         (gst_v4lmjpegsrc_requeue_frame):
21953         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
21954         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
21955         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
21956         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
21957         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
21958         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
21959         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
21960         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
21961         (gst_v4l2src_capture_stop):
21962         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
21963         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21964         (gst_ximagesink_chain):
21965         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
21966         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
21967         (gst_xvideosink_xwindow_new):
21968         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21969         (gst_xvimagesink_chain):
21970         use new error signal, function and categories
21971
21972 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
21973
21974         * configure.ac:
21975         * ext/Makefile.am:
21976         * ext/musicbrainz/gsttrm.c:
21977         * ext/musicbrainz/gsttrm.h:
21978         * ext/musicbrainz/Makefile.am:
21979         Add a trm plugin
21980
21981 2004-01-18  Julien MOUTTE  <julien@moutte.net>
21982
21983         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
21984         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
21985         synchronous property for debugging.
21986         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
21987         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21988         (gst_xvimagesink_set_property): Moving a pointer declaration to a
21989         smaller block, fixing indent.
21990
21991 2004-01-16  David Schleef  <ds@schleef.org>
21992
21993         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
21994         property affects the video stream.
21995         * sys/xvimage/xvimagesink.c:
21996         * sys/xvimage/xvimagesink.h:
21997         Add synchronous property for debugging.  Should probably be
21998         disabled in non-CVS builds.  Make sure that the Xv attribute
21999         exists before we set it (crash!).  Fix a silly float bug that
22000         caused colorbalance to just not work.
22001
22002 2004-01-17  Christian Schaller <Uraeus@gnome.org>
22003
22004         * tools/gst-launch-ext.in - update for new plugins
22005
22006 2004-01-16  David Schleef  <ds@schleef.org>
22007
22008         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
22009         already-freed caps.
22010
22011 2994-01-16  Christian Schaller <Uraeus@gnome.org>
22012
22013         * Update spec for new colorspace plugin and libcaca plugin
22014         * Fix compilation of libcaca plugin (clock -> id)
22015
22016 2004-01-16  Julien MOUTTE <julien@moutte.net>
22017
22018         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
22019         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
22020         (gst_xvimagesink_set_xwindow_id),
22021         (gst_xvimagesink_colorbalance_set_value),
22022         (gst_xvimagesink_colorbalance_get_value),
22023         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22024         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
22025         correct colorbalance properties. They can now be set when the element
22026         is still in NULL state. The values will be committed to the Xv Port
22027         when xcontext is initialized.
22028         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
22029         brightness int values in the GstXvImagesink structure.
22030
22031 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22032
22033         * gst-libs/gst/Makefile.am:
22034           restructure so having local patches works easier.
22035
22036 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22037
22038         * ext/mpeg2enc/Makefile.am:
22039         * ext/mpeg2enc/gstmpeg2enc.cc:
22040         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
22041           Bugfix with respect to EOS handling.
22042
22043 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22044
22045         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
22046           Link with right caps (else, it segfaults).
22047         * ext/mplex/gstmplexjob.cc:
22048           Fix for slight API change in 1.6.1.93 release of mjpegtools.
22049
22050 2004-01-15  David Schleef  <ds@schleef.org>
22051
22052         * gst-libs/gst/audio/Makefile.am:
22053         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
22054         from the template.
22055         * gst-libs/gst/audio/gstaudiofilter.c:
22056         * gst-libs/gst/audio/gstaudiofilter.h:
22057         Add bytes_per_sample and size and n_samples calculation.
22058         * gst-libs/gst/audio/gstaudiofilterexample.c:
22059         Remove, now autogenerated.
22060         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
22061         Moved from gstaudiofilterexample, object name changed, code added
22062         so that it actually works.
22063         * gst-libs/gst/audio/make_filter:
22064         Script to build an audiofilter subclass from the template.
22065         * gst/colorspace/Makefile.am:
22066         * gst/colorspace/yuv2yuv.c:
22067         Remove file, since it's GPL, and we don't use it.
22068
22069 2004-01-15  Julien MOUTTE  <julien@moutte.net>
22070
22071         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22072         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
22073         them use the buffer free function to test how the buffer was allocated.
22074
22075 2004-01-15  David Schleef  <ds@schleef.org>
22076
22077         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
22078         that handles osssink fallback.
22079         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
22080         (gst_audio_convert_getcaps):
22081         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
22082         Add audio/x-qdm2 for QDM2 audio.
22083         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22084         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
22085         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22086         Decrease minimum size to 16x16.
22087         * gst/wavparse/gstwavparse.c:
22088         Convert disabled pad template caps to new caps.
22089         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22090         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22091         (gst_xvimagesink_chain): Throw element error when display cannot
22092         be opened.  Increase minimum framerate to 1.0.  Check the data
22093         free function on a buffer to make sure it is the type we expect
22094         before manipulating it.
22095
22096 2004-01-15  Julien MOUTTE <julien@moutte.net>
22097
22098         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
22099         (gst_videobalance_colorbalance_set_value): Implement passthru if
22100         settings are in the middle.
22101         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
22102
22103 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22104
22105         * gst/videofilter/Makefile.am:
22106         * gst/volume/Makefile.am:
22107           Since we use videofilter symbols, link to it.
22108
22109 2004-01-15  Julien MOUTTE <julien@moutte.net>
22110
22111         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
22112         mixer interface type to HARDWARE.
22113         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
22114         type to SOFTWARE.
22115         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
22116         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
22117         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
22118         (gst_volume_interface_init), (gst_volume_list_tracks),
22119         (gst_volume_set_volume), (gst_volume_get_volume),
22120         (gst_volume_set_mute), (gst_volume_mixer_init),
22121         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
22122         (volume_init): Implementing mixer interface.
22123         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
22124         * sys/oss/gstosselement.c: (gst_osselement_get_type),
22125         (gst_osselement_change_state): Removing some trailing commas in
22126         structures.
22127         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
22128         interface type to HARDWARE.
22129         * sys/v4l/gstv4lcolorbalance.c:
22130         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
22131         type to HARDWARE.
22132         * sys/v4l2/gstv4l2colorbalance.c:
22133         (gst_v4l2_color_balance_interface_init): Setting colorbalance
22134         interface type to HARDWARE.
22135         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
22136         same code than ximagesink for event handling.
22137
22138 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22139
22140         * ext/snapshot/Makefile.am:
22141         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
22142         (gst_snapshot_chain):
22143         * ext/snapshot/gstsnapshot.h:
22144           This has to be a joke... Snapshot should be connected to a tee,
22145           colorspace element before it and EOS after that, where the other
22146           src of the tee receives normal data.
22147           The current way is *wrong*.
22148
22149 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22150
22151         * ext/hermes/gsthermescolorspace.c:
22152           Fix another compile error. Same as below.
22153
22154 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22155
22156         * gst/colorspace/gstcolorspace.c:
22157         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
22158         (gst_colorspace_i420_to_yv12):
22159           Fix compiling... Didn't test if it actually works.
22160
22161 2004-01-15  David Schleef  <ds@schleef.org>
22162
22163         * configure.ac:
22164         * gst/colorspace/Makefile.am:
22165         * gst/colorspace/gstcolorspace.c:
22166         * gst/colorspace/gstcolorspace.h:
22167         * gst/colorspace/yuv2rgb.c:
22168         * gst/colorspace/yuv2rgb.h:
22169         Duplicate the ext/hermes colorspace plugin, and remove Hermes
22170         code and GPL code.  Fix for new caps negotiation.  Rewrite
22171         much of the format handling code, and some of the conversion
22172         code.  Basically, rewrote almost everything.  This element
22173         handles I420, YV12 to RGB conversions.
22174         * ext/hermes/Makefile.am:
22175         * ext/hermes/gsthermescolorspace.c:
22176         Rename colorspace to hermescolorspace.  Fix negotiation issues.
22177         Remove non-Hermes related code.  This element handles lots of
22178         RGB to RGB conversions, but no YUV.
22179         * ext/hermes/gstcolorspace.c:
22180         * ext/hermes/gstcolorspace.h:
22181         * ext/hermes/rgb2yuv.c:
22182         * ext/hermes/yuv2rgb.c:
22183         * ext/hermes/yuv2rgb.h:
22184         * ext/hermes/yuv2rgb_mmx16.s:
22185         * ext/hermes/yuv2yuv.c:
22186         * ext/hermes/yuv2yuv.h:
22187         Remove old code.
22188
22189 2004-01-14  Colin Walters  <walters@verbum.org>
22190
22191         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
22192         they've already been.
22193
22194 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22195
22196         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
22197           assume tag mode when pad is not connected
22198
22199 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22200
22201         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22202           Don't update the time of the clock
22203         (gst_alsa_sink_loop):
22204           sync to the clock given to alsasink, not the own clock
22205         * sys/oss/gstosssink.c: (gst_osssink_chain):
22206           sync to the clock
22207         (gst_osssink_change_state):
22208           activate the clock
22209         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22210         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
22211           remove bogus code that made DISCONT events unhandled
22212         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
22213           explicitly case to double in _set_simple. (fixes 2nd warning in bug
22214           #131502)
22215         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
22216         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
22217         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
22218           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
22219           2nd warning in bug #131502)
22220
22221 2004-01-14  Julien MOUTTE  <julien@moutte.net>
22222
22223         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
22224         (gst_videobalance_colorbalance_set_value),
22225         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
22226         for colorbalance interface implementation.
22227         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22228         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22229         (gst_ximagesink_dispose), (gst_ximagesink_init),
22230         (gst_ximagesink_class_init): Adding DISPLAY property.
22231         * sys/ximage/ximagesink.h: Adding display_name to store display.
22232         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22233         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22234         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
22235         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
22236         properties (they still need polishing though for gst-launch use : no
22237         xcontext yet, i ll do that tomorrow).
22238         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
22239
22240 2004-01-14  Julien MOUTTE  <julien@moutte.net>
22241
22242         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
22243         (gst_play_set_location), (gst_play_set_visualization): Preparing
22244         switch integration, adding videobalance in the pipeline.
22245
22246 2004-01-14  Julien MOUTTE <julien@moutte.net>
22247
22248         * gst-libs/gst/colorbalance/colorbalance.c:
22249         (gst_color_balance_class_init): Adding a default type.
22250         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
22251         the type.
22252         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
22253         (gst_videobalance_dispose), (gst_videobalance_class_init),
22254         (gst_videobalance_init), (gst_videobalance_interface_supported),
22255         (gst_videobalance_interface_init),
22256         (gst_videobalance_colorbalance_list_channels),
22257         (gst_videobalance_colorbalance_set_value),
22258         (gst_videobalance_colorbalance_get_value),
22259         (gst_videobalance_colorbalance_init): Implementing colorbalance
22260         interface.
22261         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
22262         list.
22263         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
22264         bug which was triggering a BadAccess X error when setting an overlay
22265         before pad was really negotiated.
22266         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
22267         Using the colorbalance type macro.
22268
22269 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22270
22271         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
22272         (gst_flacenc_chain):
22273           handle tags correctly
22274         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
22275           extract ID3v1 tags correctly
22276
22277 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22278
22279         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
22280         (plugin_init):
22281           Improve matroska typefinding for odd-typed headers...
22282
22283 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22284
22285         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
22286           Fix for using incremental number on padnames.
22287
22288 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22289
22290         * ext/divx/gstdivxdec.c:
22291         * ext/divx/gstdivxenc.c:
22292           Set category to divx4linux instead of divx (too generic).
22293         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
22294         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
22295         (gst_wavparse_loop), (gst_wavparse_change_state):
22296         * gst/wavparse/gstwavparse.h:
22297           fix parsing of WAV files with non-standard fmt-tag size and fix
22298           skipping of unrecognized chunks... Someone please fix this thing
22299           to use rifflib so all this is automated.
22300         * sys/v4l/Makefile.am:
22301         * sys/v4l2/Makefile.am:
22302           Add X_CFLAGS because we depend on X (for overlay).
22303
22304 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
22305
22306         * ext/mpeg2dec/gstmpeg2dec.c:
22307           Don't issue a timestamp unless we tagged the frame
22308           with a PTS.
22309
22310 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22311
22312         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
22313           Query the audio element to get the time, not the clock. We're
22314           interested in the element's time here.
22315
22316 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22317
22318         * ext/aalib/gstaasink.c: (gst_aasink_chain):
22319         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22320         * ext/esd/esdsink.c: (gst_esdsink_chain):
22321         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
22322         * ext/mas/massink.c: (gst_massink_chain):
22323         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
22324         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
22325         (gst_matroska_demux_parse_metadata):
22326         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
22327         (gst_mpeg_parse_release_locks):
22328         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
22329         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
22330         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22331         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
22332         (gst_osssink_change_state):
22333         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22334         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22335         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
22336         (gst_xvideosink_release_locks):
22337         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
22338           use element time.
22339         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
22340         (gst_alsa_clock_stop):
22341         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
22342         (gst_audio_clock_get_internal_time):
22343           simplify for use with new clocking code.
22344         * testsuite/alsa/Makefile.am:
22345         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
22346           fix testsuite for new caps system
22347
22348 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22349
22350         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
22351         * ext/flac/gstflacenc.c: (add_one_tag):
22352           length is already host endian, no need to convert. Fixes playback of
22353           tagged files on PPC. (bug #128384)
22354
22355 2004-01-13  Julien MOUTTE <julien@moutte.net>
22356
22357         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
22358         colorbalance interface stating if it is hardware based or software
22359         based.
22360         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
22361         Removing a trailing comma.
22362         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22363         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
22364         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
22365         the documentation seems to be wrong on the -1000 to 1000 interval.
22366
22367 2004-01-12  David Schleef  <ds@schleef.org>
22368
22369         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
22370         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
22371         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
22372         Fix negotiation.  Add a bufferalloc function for the sink pad,
22373         and generally clean up some of the code.
22374
22375 2004-01-12  Julien MOUTTE <julien@moutte.net>
22376
22377         * gst-libs/gst/colorbalance/colorbalancechannel.c:
22378         (gst_color_balance_channel_dispose): Adding safety check in dispose
22379         method.
22380         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22381         (gst_xvimagesink_xcontext_clear),
22382         (gst_xvimagesink_interface_supported),
22383         (gst_xvimagesink_colorbalance_list_channels),
22384         (gst_xvimagesink_colorbalance_set_value),
22385         (gst_xvimagesink_colorbalance_get_value),
22386         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
22387         Adding colorbalance interface support to set XV parameters such as
22388         HUE, BRIGHTNESS, CONTRAST, SATURATION.
22389         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
22390         interface.
22391
22392 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22393
22394         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
22395         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
22396         (gst_audio_convert_init), (gst_audio_convert_set_property),
22397         (gst_audio_convert_get_property), (gst_audio_convert_chain),
22398         (gst_audio_convert_link),
22399         (gst_audio_convert_buffer_to_default_format),
22400         (gst_audio_convert_buffer_from_default_format), (plugin_init):
22401           - implement _getcaps and use it
22402           - improve linking
22403           - remove float caps since no float conversion is actually done
22404           - remove properties and arguments that were to be used for rate
22405             conversion
22406
22407 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22408
22409         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
22410         (gst_audio_structure_set_int):
22411         * gst-libs/gst/audio/audio.h:
22412           add helper functions for _getcaps matching the standard audio
22413           templates
22414
22415 2004-01-12  David Schleef  <ds@schleef.org>
22416
22417         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22418         Test that pad is negotiated before getting its caps.
22419
22420 2004-01-12  Julien MOUTTE <julien@moutte.net>
22421
22422         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
22423         analyzing the pads of an element the bin is mostly in READY state so
22424         no caps were negotiated. This helper function needs to work with
22425         _get_caps directly then. I was not freeing them though, added that to
22426         fix the mem leak.
22427
22428 2004-01-12  Julien MOUTTE <julien@moutte.net>
22429
22430         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22431         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
22432         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
22433         than the free_func.
22434
22435 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22436
22437         * sys/oss/gstossaudio.c: (plugin_init):
22438         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
22439         * sys/oss/gstosselement.h:
22440           make an oss debugging category
22441           make failure more descriptive
22442
22443 2004-01-11  David Schleef  <ds@schleef.org>
22444
22445         * ext/ffmpeg/gstffmpeg.c:
22446         * ext/ffmpeg/gstffmpegcodecmap.c:
22447         * ext/ffmpeg/gstffmpegdec.c:
22448         * ext/ffmpeg/gstffmpegenc.c:
22449         * ext/ffmpeg/gstffmpegprotocol.c:
22450         * ext/gdk_pixbuf/gstgdkanimation.c:
22451         * ext/jpeg/gstjpeg.c:
22452         * ext/libpng/gstpng.c:
22453         * ext/mpeg2dec/perftest.c:
22454         * ext/speex/gstspeex.c:
22455         * gst-libs/gst/resample/dtos.c:
22456         * gst/intfloat/gstintfloatconvert.c:
22457         * gst/oneton/gstoneton.c:
22458         * gst/rtjpeg/RTjpeg.c:
22459         * gst/rtp/gstrtp.c:
22460         * sys/dxr3/dxr3init.c:
22461         * sys/glsink/gstgl_nvimage.c:
22462         * sys/glsink/gstgl_pdrimage.c:
22463         * sys/glsink/gstglsink.c:
22464         * testsuite/gst-lint:
22465         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
22466
22467 2004-01-11  David Schleef  <ds@schleef.org>
22468
22469         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
22470         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
22471         * ext/gdk_pixbuf/gstgdkanimation.c:
22472         (gst_gdk_animation_iter_create_pixbuf):
22473         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
22474         (gst_gdk_pixbuf_chain):
22475         * ext/gdk_pixbuf/gstgdkpixbuf.h:
22476         * ext/jack/gstjack.c: (gst_jack_change_state):
22477         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
22478         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
22479         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
22480         * gst/videofilter/gstvideofilter.c:
22481         (gst_videofilter_set_output_size):
22482         Remove all usage of gst_pad_get_caps(), and replace it with
22483         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
22484
22485 2004-01-11  David Schleef  <ds@schleef.org>
22486
22487         * configure.ac:
22488         * ext/Makefile.am: Fixes to make ext/libcaca compile.
22489         * ext/divx/gstdivxdec.c:
22490         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
22491         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
22492         handle images that span multiple buffers.  Now work with both
22493         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
22494         * ext/gdk_pixbuf/gstgdkpixbuf.h:
22495         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
22496         video/video.h changes
22497         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
22498         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
22499         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
22500         of GstData free function.
22501         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
22502         same.
22503
22504 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22505
22506         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
22507         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
22508         (gst_v4l2element_get_property):
22509         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
22510           add norm, channel and frequency properties.
22511         * sys/v4l2/gstv4l2tuner.c:
22512           fixes for tuner interface changes
22513         * sys/v4l2/gstv4l2element.h:
22514         * sys/v4l2/gstv4l2src.c:
22515         * sys/v4l2/gstv4l2src.h:
22516         * sys/v4l2/v4l2src_calls.c:
22517         * sys/v4l2/v4l2src_calls.h:
22518           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
22519
22520 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22521
22522         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
22523         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
22524         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
22525         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
22526         * gst-libs/gst/tuner/tuner.h:
22527           GObjects aren't const.
22528           Add find_by_name functions.
22529           Add checks to _changed functions.
22530         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
22531         (gst_v4l_tuner_get_norm):
22532           Fixes for above.
22533
22534 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22535
22536         * gst-libs/gst/video/video.h:
22537           Fix caps template names to be understandable.
22538           Prefix everything with GST_VIDEO.
22539         * ext/aalib/gstaasink.c:
22540         * ext/divx/gstdivxdec.c:
22541         * ext/divx/gstdivxenc.c:
22542         * ext/gdk_pixbuf/gstgdkpixbuf.c:
22543         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
22544         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
22545         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
22546         * ext/libcaca/gstcacasink.c:
22547         * ext/libpng/gstpngenc.c: (raw_caps_factory):
22548         * ext/snapshot/gstsnapshot.c:
22549         * ext/swfdec/gstswfdec.c:
22550         * ext/xvid/gstxviddec.c:
22551         * ext/xvid/gstxvidenc.c:
22552         * gst/chart/gstchart.c:
22553         * gst/deinterlace/gstdeinterlace.c:
22554         * gst/effectv/gsteffectv.c:
22555         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22556         * gst/goom/gstgoom.c:
22557         * gst/median/gstmedian.c:
22558         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
22559         (gst_monoscope_srcconnect), (gst_monoscope_chain):
22560         * gst/overlay/gstoverlay.c:
22561         * gst/smooth/gstsmooth.c:
22562         * gst/smpte/gstsmpte.c:
22563         * gst/synaesthesia/gstsynaesthesia.c:
22564         * gst/videocrop/gstvideocrop.c:
22565         * gst/videodrop/gstvideodrop.c:
22566         * gst/y4m/gsty4mencode.c:
22567         * sys/qcam/gstqcamsrc.c:
22568         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
22569           Make them work with new video.h file.
22570         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
22571         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
22572         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
22573         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
22574           Make it work with new buffer allocation system.
22575
22576 2004-01-11  Julien MOUTTE  <julien@moutte.net>
22577
22578         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
22579         pad_alloc_buffer implementation to use ->srcpad
22580         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
22581         pad_alloc_buffer implementation to use ->srcpad
22582         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
22583         pad_alloc_buffer implementation to use ->srcpad
22584         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22585         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
22586         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
22587         a reference to everything we need.
22588         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
22589         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22590         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22591         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
22592         a reference to everything we need.
22593         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
22594
22595 2004-01-11  David Schleef  <ds@schleef.org>
22596
22597         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
22598         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
22599         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
22600         structure members.
22601         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
22602         value during a resize/renegotiation.
22603         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
22604         gst_pad_alloc_buffer();
22605         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
22606         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
22607         structure members.
22608         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
22609         Fix for rename of buffer private structure members.
22610         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
22611         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
22612         Fix for rename of buffer private structure members.
22613         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
22614         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
22615         Fix for rename of buffer private structure members.
22616
22617 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
22618
22619         reviewed by: David Schleef <ds@schleef.org>
22620
22621         * gst/videofilter/Makefile.am:
22622         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
22623         from the patch by ds to fit in with recent make_filter changes.
22624
22625 2004-01-11  Julien MOUTTE  <julien@moutte.net>
22626
22627         * configure.ac: Adding examples/switch/Makefile
22628         * examples/Makefile.am: Adding examples/switch
22629         * examples/switch/Makefile.am: Adding switcher example.
22630         * examples/switch/switcher.c: (got_eos), (idle_iterate),
22631         (switch_timer), (main): Adding an example demonstrating switch usage
22632         with 2 videotestsrc showing different patterns.
22633         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
22634         (gst_switch_init): Fixing switch with the new caps system.
22635
22636 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22637
22638         * gst-libs/gst/video/video.h:
22639           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
22640           They should probably be like
22641           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
22642
22643 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22644
22645         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22646         (qtdemux_parse_trak):
22647           fix audio chunk size/timestamp calculation
22648
22649 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22650
22651         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
22652           fix SVQ3 caps
22653
22654 2004-01-11  Steve Baker  <steve@stevebaker.org>
22655
22656         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
22657         (gst_agingtv_base_init), (gst_agingtv_class_init),
22658         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
22659         (gst_agingtv_set_property), (gst_agingtv_get_property):
22660         Port agingTV to videofilter
22661
22662 2004-01-09  Julien MOUTTE <julien@moutte.net>
22663
22664         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
22665         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
22666
22667 2004-01-09  Julien MOUTTE <julien@moutte.net>
22668
22669         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
22670         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
22671         * gst-libs/gst/xoverlay/xoverlay.c:
22672         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
22673         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
22674         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
22675         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22676         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
22677         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
22678         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
22679         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
22680         the bufferalloc_function to replace bufferpools, fixing the XOverlay
22681         interface implementation to handle xid being 0 and fix some bugs
22682         triggered by Benjamin's testcase.
22683         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
22684         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
22685         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
22686         the bufferalloc_function to replace bufferpools, fixing the XOverlay
22687         interface implementation to handle xid being 0 and fix some bugs
22688         triggered by Benjamin's testcase.
22689
22690 2004-01-09  David Schleef  <ds@schleef.org>
22691
22692         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
22693         mouse pointer events.  It works.
22694
22695 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22696
22697         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
22698           Use explicit caps - fix capsnego.
22699         * ext/xvid/gstxviddec.c:
22700         * ext/xvid/gstxvidenc.c:
22701           Remove macro-inside-macro which caused compile errors.
22702         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
22703           Error out if it's not a RIFF file. Else we error out without
22704           gst_element_error() which is not good...
22705
22706 2004-01-08  David Schleef  <ds@schleef.org>
22707
22708         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
22709         Fix pad_link function to handle formats that ffmpeg returns
22710         as multiple caps structures.
22711         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
22712         Only complain if source buffer is _smaller_ than expected.
22713         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22714         (gst_videoscale_handle_src_event): Resize navigation events
22715         when passing them upstream.
22716         * gst/videotestsrc/gstvideotestsrc.c:
22717         * gst/videotestsrc/gstvideotestsrc.h:
22718         * gst/videotestsrc/videotestsrc.c:
22719         * gst/videotestsrc/videotestsrc.h:
22720         Rewrite many of the buffer painting functions to handle odd
22721         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
22722         been verified to work with my video card.
22723         * testsuite/gst-lint:  Add check for elements calling
22724         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
22725
22726 2004-01-08  David Schleef  <ds@schleef.org>
22727
22728         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
22729         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
22730
22731 2004-01-08  Julien MOUTTE  <julien@moutte.net>
22732
22733         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
22734         configure event is not emiting the desired size signal. That fixes
22735         aspect ratio issues with gst-player.
22736
22737 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22738
22739         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
22740           Fix capsnego.
22741
22742 2004-01-08  Julien MOUTTE  <julien@moutte.net>
22743
22744         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
22745         public method to fire size signal.
22746
22747 2004-01-07  Julien MOUTTE  <julien@moutte.net>
22748
22749         * examples/gstplay/Makefile.am: Adding the interface library.
22750         * gst-libs/gst/play/Makefile.am: Adding the interface library.
22751         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
22752         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
22753         GST_IS_X_OVERLAY before signal connect.
22754         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
22755         Removing the have_video_size signal.
22756         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
22757         and associated public method.
22758         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
22759         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
22760         signal.
22761         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
22762         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
22763         signal.
22764         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
22765         Using XOverlay public method to fire size signal.
22766
22767 2004-01-07  David Schleef  <ds@schleef.org>
22768
22769         * gst/videofilter/Makefile.am:
22770         * gst/videofilter/gstvideotemplate.c:
22771         * gst/videofilter/make_filter:
22772         Create gstvideoexample.c in a srcdir!=builddir friendly way.
22773         Convert make_filter to /bin/sh script.
22774
22775 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
22776
22777         * gst/modplug/gstmodplug.cc: fix element description
22778
22779 2004-01-07  Julien MOUTTE  <julien@moutte.net>
22780
22781         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
22782         (got_video_size): Adding some new lines in g_print calls.
22783         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
22784         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
22785         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
22786         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
22787         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
22788         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
22789         Complete code review, reverting some stuff i disagree with, adding
22790         some fixes : time synchronization on invalid timestamps, renegotiation
22791         of private window.
22792         * sys/ximage/ximagesink.h:
22793         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
22794         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
22795         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
22796         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
22797         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
22798         (gst_xvimagesink_buffer_new),
22799         (gst_xvimagesink_navigation_send_event),
22800         (gst_xvimagesink_set_xwindow_id),
22801         (gst_xvimagesink_get_desired_size),
22802         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
22803         stuff i disagree with, adding some fixes : Renegotiation of private
22804         window, implementing get_desired_size.
22805
22806 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22807
22808         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
22809         (gst_afsink_handle_event):
22810         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
22811         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
22812         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
22813         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
22814         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
22815           Fix for instantiate-test (see core). Also remove dead code from
22816           jpegenc (which still needs fixing, but that's lower on my TODO
22817           list...).
22818         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
22819           Never return NULL as caps.
22820
22821 2004-01-07  David Schleef  <ds@schleef.org>
22822
22823         * configure.ac:
22824         * ext/Makefile.am:
22825         * ext/librfb/Makefile.am:
22826         * ext/librfb/gstrfbsrc.c:
22827         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
22828         is the protocol used by VNC.
22829
22830 2004-01-07  David Schleef  <ds@schleef.org>
22831
22832         * gst/videofilter/gstvideotemplate.c:
22833         * gst/videofilter/gstvideotemplate.h:
22834         * gst/videofilter/make_filter:
22835         Merge videotemplate header into source file.
22836         * gst/effectv/Makefile.am:
22837         * gst/effectv/gsteffectv.c: (plugin_init):
22838         * gst/effectv/gstwarp.c:
22839         Make warpTV a subclass of videofilter.
22840
22841 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22842
22843         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22844           Add guard against invalid utf-8 conversions in mad. Just in case.
22845
22846 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22847
22848         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
22849           Fix for bug shown by poisoning
22850
22851 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22852
22853         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
22854         (gst_v4lmjpegsrc_buffer_free):
22855         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
22856         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
22857         (gst_v4lsrc_buffer_free):
22858           Fix for removed bufferpools.
22859
22860 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
22861
22862         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
22863         Fix caps negotiation.
22864
22865         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
22866         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
22867         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
22868         (dvdnavsrc_event):
22869         * ext/mpeg2dec/gstmpeg2dec.c:
22870         * gst-libs/gst/navigation/navigation.c:
22871         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
22872         * gst-libs/gst/navigation/navigation.h:
22873         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
22874         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
22875         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
22876         Super-simple first version of mouse and keyboard events. Clicking
22877         on a DVD menu now works, although it may not take you where you
22878         expected.
22879
22880         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
22881         * gst/videotestsrc/gstvideotestsrc.c:
22882         (gst_videotestsrc_src_fixate):
22883         These fixate functions were broken - they never actually
22884         fixated :)
22885
22886 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22887
22888         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
22889         (gst_icecastsend_init):
22890           fix for new caps system.
22891         * gst-libs/gst/mixer/mixertrack.h:
22892         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
22893           Add 'master track' flag (for tools like ACME that only want to
22894           change the main volume).
22895
22896 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
22897
22898         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
22899         (gst_xvid_csp_to_caps):
22900         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
22901         * ext/xvid/gstxvidenc.c:
22902         ifdef out ARGB type when it isn't available
22903         in xvidcore 1.0.0beta2
22904
22905 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22906
22907         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
22908           When we have received a new SCR right in the first buffer after
22909           a seek (so in the same cycle that handles the discont), we should
22910           handle the buffer instead of unreffing it, else we lose data.
22911
22912 2004-01-06  Iain <iain@prettypeople.org>
22913
22914         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
22915           buffer-frames caps too.
22916
22917         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
22918           caps that we need, don't destroy them all and rebuild them. And when
22919           creating src pads, use the src pad template rather than the sink...
22920
22921 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22922
22923         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
22924           Add pad to element *after* setting functions such as event handler.
22925           Without this, the scheduler (opt) will link pads, set the event
22926           handler from the default event function (dispatcher in gstpad.c)
22927           and *after* that, we will set our own event function, which will
22928           thus never be used (and thus mpegdemux doesn't handle events).
22929
22930 2004-01-04  David Schleef  <ds@schleef.org>
22931
22932         Fix the fixate functions to handle new prototype:
22933         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
22934         * gst/videotestsrc/gstvideotestsrc.c:
22935         (gst_videotestsrc_src_fixate):
22936         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
22937         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
22938         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
22939
22940 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22941
22942         * sys/ximage/ximagesink.h:
22943         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
22944         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
22945         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
22946         (gst_ximagesink_xoverlay_init):
22947           assorted fixes to make (re)embedding work
22948         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
22949         (gst_ximagesink_get_desired_size):
22950           implement desired size additions to XOverlay
22951
22952 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22953
22954         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
22955         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
22956         (gst_x_overlay_got_desired_size):
22957         * gst-libs/gst/xoverlay/xoverlay.h:
22958           Add optional "desired size" signal and querying.
22959
22960 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22961
22962         * gst/matroska/matroska-demux.c:
22963         (gst_matroska_demux_parse_blockgroup):
22964           Fix EBML-laced block parsing. Diffs are relative to previous
22965           lace, not the first lace. Thanks to Mosu from the Matroska
22966           team for detecting this.
22967         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
22968         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
22969         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
22970         (gst_wavparse_change_state):
22971         * gst/wavparse/gstwavparse.h:
22972           Quickfix for capsnego.
22973
22974 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22975
22976         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
22977           Fix indenting, fix pad creation.
22978
22979 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22980
22981         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
22982         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
22983         (gst_xviddec_sink_link):
22984           Implement src_getcaps() so proper size caps is negotiated.
22985
22986 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22987
22988         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
22989           Finish flac decoder on EOS. See #116178.
22990
22991 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22992
22993         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
22994         (gst_matroska_demux_add_stream):
22995         * gst/matroska/matroska-ids.h:
22996           Add getcaps() function to fix capsnego...
22997
22998 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22999
23000         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
23001         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
23002         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
23003           Fix more integer overflows. Again, see #126967.
23004
23005 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23006
23007         * ext/mpeg2dec/gstmpeg2dec.c:
23008           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
23009           #130416.
23010
23011 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23012
23013         * configure.ac:
23014         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
23015         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
23016         * ext/xvid/gstxvid.h:
23017         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
23018         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
23019         (gst_xviddec_src_link), (gst_xviddec_sink_link),
23020         (gst_xviddec_change_state):
23021         * ext/xvid/gstxviddec.h:
23022         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
23023         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
23024         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
23025         (gst_xvidenc_link), (gst_xvidenc_set_property),
23026         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
23027         * ext/xvid/gstxvidenc.h:
23028           Update xvid plugin to latest xvid (1.0.0-beta3) API.
23029
23030 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23031
23032         * gst/rtp/rtp-packet.c:
23033           Add sys/types.h include, since OS X doesn't define in_addr_t
23034           in netinet/in.h, like it does on Linux (see #129600).
23035
23036 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
23037
23038         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
23039
23040         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
23041           Correct logic of dispose function (see #129306).
23042
23043 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23044
23045         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
23046         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
23047         (gst_mpeg_parse_init):
23048         * gst/mpegstream/gstmpegparse.h:
23049           Remove clock (which was never provided, i.e. dead code), and
23050           also fix integer overflows at high PTS values (see #126967).
23051
23052 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23053
23054         * ext/flac/gstflacdec.c:
23055         * ext/libpng/gstpngenc.h:
23056         * ext/mikmod/gstmikmod.h:
23057           OS X fixes (see #126628).
23058
23059 2004-01-02  David Schleef  <ds@schleef.org>
23060
23061         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
23062         (gst_alsa_src_base_init): Remove bogus "src" request pad.
23063         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
23064         (gst_mpeg_parse_class_init): Move pad template registration
23065         to class_init, since the derived class (mpegdemux) doesn't
23066         want them.
23067
23068 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23069
23070         * sys/ximage/Makefile.am:
23071         * sys/xvideo/Makefile.am:
23072         * sys/xvimage/Makefile.am:
23073           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
23074           after installation (see #127664).
23075
23076 2004-01-02  David Schleef  <ds@schleef.org>
23077
23078         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
23079         (gst_ffmpegenc_connect):  Negotiation fixes.
23080         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
23081         Remove inappropriate gst_caps_free().
23082         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
23083         Reenable Ronald's internal resize code, since the core handles
23084         it correctly now.
23085
23086 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23087
23088         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
23089         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
23090         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
23091           Fix pad template stuff.
23092
23093 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23094
23095         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
23096         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
23097           fix signed integer reading/writing.
23098
23099 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23100
23101         * ext/alsa/README:
23102           Remove outdated document
23103
23104 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
23105
23106         * gst/cutter/gstcutter.c: (gst_cutter_init):
23107           src pad was being created twice - oops.
23108
23109 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23110
23111         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
23112           Comment out internal resize. It doesn't handle the resulting
23113           XEvent internally, does another try_set_caps() which leads to
23114           a really nice loop.
23115           Real fix will come when Julien and Dave are awake. ;).
23116
23117 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23118
23119         * ext/mpeg2enc/gstmpeg2enc.cc:
23120           fix const/nonconst compile issue.
23121
23122 2004-01-02  David Schleef  <ds@schleef.org>
23123
23124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
23125         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
23126         Add fixate function and a check for bad formats.
23127
23128 2004-01-01  David Schleef  <ds@schleef.org>
23129
23130         Negotiation fixes:
23131         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
23132         (gst_audiofilter_init):
23133         * gst/debug/efence.c: (gst_efence_init):
23134         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
23135         (gst_deinterlace_init):
23136         * gst/volume/gstvolume.c: (volume_connect):
23137
23138 2004-01-01  David Schleef  <ds@schleef.org>
23139
23140         Convert elements to use gst_pad_use_explicit_caps() where
23141         appropriate:
23142         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
23143         * ext/audiofile/gstafparse.c: (gst_afparse_init),
23144         (gst_afparse_open_file):
23145         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
23146         (gst_afsrc_open_file):
23147         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
23148         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
23149         (gst_ffmpegdec_chain):
23150         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23151         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
23152         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
23153         (gst_gdk_pixbuf_chain):
23154         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
23155         (gst_jpegdec_chain):
23156         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
23157         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
23158         (gst_mikmod_negotiate):
23159         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
23160         (gst_mpeg2dec_negotiate_format):
23161         * ext/mpeg2enc/gstmpeg2enc.cc:
23162         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23163         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
23164         (gst_speexdec_sinkconnect):
23165         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
23166         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
23167         (gst_vorbisfile_new_link):
23168         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
23169         (gst_ac3parse_chain):
23170         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
23171         (gst_asf_demux_setup_pad):
23172         * gst/auparse/gstauparse.c: (gst_auparse_init),
23173         (gst_auparse_chain):
23174         * gst/id3/gstid3types.c: (gst_id3types_loop):
23175         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
23176         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
23177         (mp1videoparse_parse_seq):
23178         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
23179         (bpf_from_header):
23180         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
23181         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
23182         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
23183         (gst_mpeg_parse_send_data):
23184         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23185         (gst_qtdemux_add_stream):
23186         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
23187         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
23188         (gst_wavparse_parse_fmt):
23189
23190 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23191
23192         * configure.ac:
23193           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
23194           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
23195           it therefore uses the wrong include paths. Too bad... Note
23196           that 1.6.1.93 is not release yet. ;).
23197           Also add a check for mplex, which is now using the lib'ified
23198           mplex from mjpegtools, too.
23199         * ext/ffmpeg/gstffmpegcodecmap.c:
23200           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
23201           issues. I don't think ffmpeg handles 3ivx correctly, so this
23202           probably won't work. But it won't hurt either.
23203         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
23204         (gst_ffmpegdec_chain):
23205         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
23206         (gst_ffmpegenc_chain_audio):
23207           Fix memleak in audio encoding. Close codec if open fails, this
23208           calls the cleanup routines so we can re-use the context.
23209         * ext/mpeg2enc/gstmpeg2enc.cc:
23210           Fix pad template names/types, fix memory issue with getcaps().
23211         * ext/mpeg2enc/gstmpeg2encoder.cc:
23212         * ext/mpeg2enc/gstmpeg2encoder.hh:
23213           Fix compile issue with new caps system (const thingy).
23214         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23215         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
23216           We read a first frame right on initing, so that we have a caps
23217           when we init the output. This caps is cached in padprivate and
23218           read as first frame.
23219         * ext/mplex/Makefile.am:
23220         * ext/mplex/gstmplex.cc:
23221         * ext/mplex/gstmplex.h:
23222         * ext/mplex/gstmplex.hh:
23223         * ext/mplex/gstmplexibitstream.cc:
23224         * ext/mplex/gstmplexibitstream.hh:
23225         * ext/mplex/gstmplexjob.cc:
23226         * ext/mplex/gstmplexjob.hh:
23227         * ext/mplex/gstmplexoutputstream.cc:
23228         * ext/mplex/gstmplexoutputstream.hh:
23229           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
23230           had issues, didn't do capsnego, supported only a subset of the
23231           mplex features and required a mplex fork in our local CVS. Plus
23232           that it worked agaist a very old mplex version. Rewriting was
23233           faster than updating it.
23234         * gst-libs/ext/Makefile.am:
23235         * gst-libs/ext/mplex/INSTRUCT:
23236         * gst-libs/ext/mplex/Makefile.am:
23237         * gst-libs/ext/mplex/README:
23238         * gst-libs/ext/mplex/TODO:
23239         * gst-libs/ext/mplex/ac3strm_in.cc:
23240         * gst-libs/ext/mplex/audiostrm.hh:
23241         * gst-libs/ext/mplex/audiostrm_out.cc:
23242         * gst-libs/ext/mplex/aunit.hh:
23243         * gst-libs/ext/mplex/bits.cc:
23244         * gst-libs/ext/mplex/bits.hh:
23245         * gst-libs/ext/mplex/buffer.cc:
23246         * gst-libs/ext/mplex/buffer.hh:
23247         * gst-libs/ext/mplex/fastintfns.h:
23248         * gst-libs/ext/mplex/format_codes.h:
23249         * gst-libs/ext/mplex/inputstrm.cc:
23250         * gst-libs/ext/mplex/inputstrm.hh:
23251         * gst-libs/ext/mplex/lpcmstrm_in.cc:
23252         * gst-libs/ext/mplex/mjpeg_logging.cc:
23253         * gst-libs/ext/mplex/mjpeg_logging.h:
23254         * gst-libs/ext/mplex/mjpeg_types.h:
23255         * gst-libs/ext/mplex/mpastrm_in.cc:
23256         * gst-libs/ext/mplex/mpegconsts.cc:
23257         * gst-libs/ext/mplex/mpegconsts.h:
23258         * gst-libs/ext/mplex/mplexconsts.hh:
23259         * gst-libs/ext/mplex/multplex.cc:
23260         * gst-libs/ext/mplex/outputstream.hh:
23261         * gst-libs/ext/mplex/padstrm.cc:
23262         * gst-libs/ext/mplex/padstrm.hh:
23263         * gst-libs/ext/mplex/stillsstream.cc:
23264         * gst-libs/ext/mplex/stillsstream.hh:
23265         * gst-libs/ext/mplex/systems.cc:
23266         * gst-libs/ext/mplex/systems.hh:
23267         * gst-libs/ext/mplex/vector.cc:
23268         * gst-libs/ext/mplex/vector.hh:
23269         * gst-libs/ext/mplex/videostrm.hh:
23270         * gst-libs/ext/mplex/videostrm_in.cc:
23271         * gst-libs/ext/mplex/videostrm_out.cc:
23272         * gst-libs/ext/mplex/yuv4mpeg.cc:
23273         * gst-libs/ext/mplex/yuv4mpeg.h:
23274         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
23275         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
23276           We don't fork mjpegtools' mplex in our CVS anymore.
23277         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
23278         (gst_avi_demux_add_stream):
23279         * gst/avi/gstavidemux.h:
23280           Add getcaps() function for proper caps nego. This makes some
23281           parts of AVI playback/reading work.
23282         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
23283           Resize window on new capsnego. This is probably wrong, but
23284           I'm still committing it because with current capsnego, the
23285           first successfull capsnego is auto-fixated, therefore rounded
23286           down to the lowest values in the caps. this results in a 16x16
23287           XWindow that is not reized when real capsnego finishes.
23288           Dave, I see more cases of this, do you know a proper solution?
23289         * tools/gst-launch-ext.in:
23290           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
23291
23292 2003-12-31  David Schleef  <ds@schleef.org>
23293
23294         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
23295         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
23296           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
23297
23298 2003-12-30  David Schleef  <ds@schleef.org>
23299
23300         * ext/ffmpeg/gstffmpegcolorspace.c:
23301         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
23302         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
23303         (gst_ffmpegcsp_chain): Negotiation fixes
23304         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
23305         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23306         (gst_audio_convert_link), (gst_audio_convert_channels):
23307         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
23308         (gst_audioscale_link), (gst_audioscale_get_buffer),
23309         (gst_audioscale_chain): Negotiation fixes
23310         * gst/audioscale/gstaudioscale.h:
23311         * gst/videofilter/gstvideofilter.c:
23312         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
23313         (gst_videofilter_link), (gst_videofilter_init),
23314         (gst_videofilter_set_output_size), (gst_videofilter_setup),
23315         (gst_videofilter_find_format_by_structure):
23316         * gst/videofilter/gstvideofilter.h: Negotiation fixes
23317         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
23318         (gst_videoscale_link):
23319         * gst/videoscale/videoscale.c: (videoscale_get_structure),
23320         (videoscale_find_by_structure), (gst_videoscale_setup):
23321         * gst/videoscale/videoscale.h: Negotiation fixes
23322         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
23323         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
23324         function, restrict resizing to a multiple of 4 (hack until
23325         everyone supports odd sizes correctly).
23326
23327 2003-12-29  Colin Walters  <walters@verbum.org>
23328
23329         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
23330         signed.
23331
23332 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
23333
23334         * ext/sndfile/gstsf.c: (gst_sf_loop):
23335           Fix warning about discarding const qualifier
23336
23337 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
23338
23339         * gst/cutter/gstcutter.c:
23340         * gst/videoscale/gstvideoscale.c:
23341         * gst/volenv/gstvolenv.c:
23342         * gst-libs/gst/audio/audio.c:
23343         * gst-libs/gst/video/video.c:
23344           Fix warnings
23345
23346 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23347
23348         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
23349           Don't send ALSA debugging to stderr.
23350         * ext/alsa/gstalsa.h:
23351           Use GST_WARNING instead of g_warning when ALSA functions fail.
23352
23353 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23354
23355         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23356           Free XVAdapterInfo correctly.
23357
23358 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23359
23360         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
23361         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
23362           Make id3tag use correct caps nego.
23363
23364 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
23365
23366         * ext/ivorbis/vorbis.c:
23367         * ext/ivorbis/vorbisenc.h:
23368         * ext/ivorbis/vorbisfile.c:
23369           Modify so that it uses the new caps things
23370
23371 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23372
23373         * testsuite/spider/spider1.c: (main):
23374         * testsuite/spider/spider2.c: (main):
23375         * testsuite/spider/spider3.c: (main):
23376           Make tests compile again. They probably don't work.
23377
23378 2003-12-24  Colin Walters  <walters@verbum.org>
23379
23380         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
23381         we can't fixate the caps anymore.
23382
23383 2003-12-23  David Schleef  <ds@schleef.org>
23384
23385         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
23386         * sys/oss/gstosssink.c: (gst_osssink_init),
23387         (gst_osssink_sink_fixate): Add fixate function.
23388
23389 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23390
23391         * ext/ffmpeg/gstffmpegcodecmap.c:
23392         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
23393         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
23394         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
23395         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
23396         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
23397         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
23398         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
23399           fix typo in RGB masks, and move back to "old" colorspace
23400           capsnego code until whoever wrote this new crap has actually
23401           tested it so that it works.
23402           And yes, this works, keep it that way please.
23403
23404 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23405
23406         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
23407         (gst_divxdec_init), (gst_divxdec_negotiate):
23408         * ext/divx/gstdivxdec.h:
23409         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
23410         (gst_divxenc_init):
23411         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
23412         (gst_faac_sinkconnect), (gst_faac_srcconnect):
23413         * ext/mpeg2enc/gstmpeg2enc.cc:
23414         * ext/mpeg2enc/gstmpeg2encoder.cc:
23415         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23416         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
23417         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
23418         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
23419         (dxr3spusink_init):
23420         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
23421         (dxr3videosink_init):
23422           Fix caps breakage after Dave's caps branch merge.
23423
23424 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23425
23426         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23427           Fix for 24bpp display.
23428
23429 2003-12-23  Colin Walters  <walters@verbum.org>
23430
23431         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
23432         a GnomeVFSHandle directly.
23433
23434 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23435
23436         * gst/volume/Makefile.am:
23437         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
23438         (volume_base_init), (volume_init):
23439           Reenable volume element and fix to work with new caps stuff.
23440           Rhythmbox needs this.
23441
23442 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23443
23444         * gst/qtdemux/qtdemux.c: (plugin_init):
23445           qtdemux requires bytestream
23446
23447 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23448
23449         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
23450           Fix remaining caps handling errors due to CAPS merge.
23451
23452 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23453
23454         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
23455         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
23456         (gst_faad_srcconnect):
23457           Port to new caps system.
23458
23459 2003-12-21  Julien MOUTTE  <julien@moutte.net>
23460
23461         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
23462         (got_video_size), (main): using g_print instead of g_message.
23463         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
23464         signal which was not emitted because of "switch" element added to the
23465         bin but not connected. (Removing from the bin temporarily)
23466
23467 2003-12-21  Julien MOUTTE  <julien@moutte.net>
23468
23469         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
23470         find X development files. I don't understand the previous tests and
23471         they fail on my debian/ppc unstable. This one works.
23472         * examples/gstplay/player.c: (main): Set the pipeline to READY before
23473         exiting.
23474         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
23475         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23476         (gst_play_set_visualization): Add some safety checks in set_ methods
23477         and state_change. This was throwing some ugly CRITICAL messages when
23478         pipeline was getting disposed and casts were failing.
23479
23480 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23481
23482         * configure.ac:
23483           Improve mpeg2enc detection. This is for distributions that do
23484           ship mjpegtools, but without mpeg2enc. Also does object check
23485           for might there ever be ABI incompatibility.
23486         * ext/mpeg2enc/gstmpeg2enc.cc:
23487           Add Andrew as second maintainer (he's helping me), and also add
23488           an error if no caps was set. This happens if I pull before capsnego
23489           and that's something I should solve sometime else.
23490         * gst/matroska/matroska-demux.c:
23491         (gst_matroska_demux_parse_blockgroup):
23492           Fix time parsing.
23493         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
23494         (gst_matroska_mux_track_header):
23495           Add caps to templates.
23496         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
23497           Add mpegversion=1 to prevent confusion with MPEG/AAC.
23498         * gst/mpegstream/gstmpegdemux.c:
23499           Remove layer since it causes warnings about unfixed caps.
23500         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23501           Fix obvious typo (we error out if caps were set, we should of
23502           course error out if *no* caps were set).
23503         * sys/oss/gstosselement.c: (gst_osselement_convert):
23504           Fix format conversion, we confused bits/bytes.
23505         * sys/oss/gstosselement.h:
23506           Improve documentation for 'bps'.
23507         * sys/v4l/TODO:
23508           Remove stuff about plugins that need removing - this was done
23509           ages ago.
23510         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
23511         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
23512         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
23513         (gst_v4lsrc_src_query):
23514         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
23515         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
23516           Add get_query_types(), get_formats() and query() functions.
23517
23518 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23519
23520         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
23521         * moved CVS to freedesktop.org