gst/tcp/gsttcpclientsrc.c: Revert Andy's newsegment change pending a more correct...
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
2
3         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
4           Revert Andy's newsegment change pending a more correct
5           fix.
6
7 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8
9         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10         (qt_type_find), (plugin_init):
11           detect more files as 3gp
12           group and reorder the iso file formats
13
14 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
15
16         * ext/vorbis/vorbis.c: (plugin_init):
17           Register musicbrainz tags, so apps don't have to.
18
19 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
20
21         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
22         (gst_tag_to_vorbis_tag):
23           Make sure we called gst_tag_register_musicbrainz_tags()
24           before possibly mapping a vorbiscomment string from/to a
25           musicbrainz tag.
26
27 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
28
29         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
30           In case we can't find the required number of consecutive
31           mpeg audio frames to positively identify an MPEG audio
32           stream, check if there's at least a valid mpeg audio
33           frame right at offset 0 and if so suggest mpeg/audio
34           caps with a very low probability (#153004).
35
36 2006-02-07  Andy Wingo  <wingo@pobox.com>
37
38         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
39         a TIME segment if we get timestamped buffers. Requires recent
40         fixes in core to work properly.
41
42 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
43
44         * gst/playback/gstplaybasebin.c: (prepare_output):
45           Don't print the URI as part of the error message, it
46           makes error dialogs look rather ugly, especially if
47           the URI is very long or has characters in it that
48           need escaping.
49
50 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
51
52         * gst/playback/gstplaybasebin.c: (prepare_output):
53           Error out if we have only text or subtitles, but nothing
54           else. Also error out if we have subtitles but no video
55           stream.
56
57 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
58
59         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
60           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
61           Post an error message on the bus when we encounter an
62           error, which will hopefully be more meaningful than the
63           'Internal Flow Error' message users get to see if we
64           just return GST_FLOW_ERROR.
65
66 2006-02-07  Andy Wingo  <wingo@pobox.com>
67
68         * configure.ac (GST_MAJORMINOR): Update core version req to
69         0.10.2.2, for the collectpads API addition (#330244).
70
71 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
72
73         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
74           Return FALSE from plugin_init() when GnomeVFS can't
75           be initialised for some reason (#328423).
76
77 2006-02-06  Julien MOUTTE  <julien@moutte.net>
78
79         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
80         Stick to seeking theory until i find the bug.
81         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
82
83 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
84
85         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
86         (theora_enc_finalize), (theora_enc_sink_setcaps),
87         (theora_set_header_on_caps), (theora_enc_chain),
88         (theora_enc_change_state):
89         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
90           Make theoraenc and the tests leak free. Like, really.
91
92 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
93
94         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
95         (theora_enc_finalize), (theora_enc_sink_setcaps):
96           Add a finalize method to ensure we clean up state even if
97           someone omitted the state change back to NULL.
98
99         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
100         (gst_vorbisenc_chain):
101           Free some more leaked bits.
102
103         * tests/check/pipelines/theoraenc.c: (start_pipeline),
104         (stop_pipeline):
105           Wait for state changes to happen if they're ASYNC.
106
107           This ought to teach those fancy pants buildbots a lesson.
108
109 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
110
111         * gst-libs/gst/tag/gstid3tag.c:
112           Add mapping for ID3 International Standard Recording Code
113           tag "TSRC"
114
115 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
116
117         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
118           Don't leak tag names.
119
120 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
121
122         * docs/libs/gst-plugins-base-libs-docs.sgml:
123         * docs/libs/gst-plugins-base-libs-sections.txt:
124         * gst-libs/gst/tag/gstid3tag.c:
125         * gst-libs/gst/tag/gstvorbistag.c:
126         * gst-libs/gst/tag/tags.c:
127           Split libgsttag docs into multiple sections.
128
129 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
130
131         * docs/libs/Makefile.am:
132         * docs/libs/gst-plugins-base-libs-docs.sgml:
133         * docs/libs/gst-plugins-base-libs-sections.txt:
134         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
135         * gst-libs/gst/tag/gstvorbistag.c:
136         * gst-libs/gst/tag/tag.h:
137         * gst-libs/gst/tag/tags.c:
138           Add libgsttag to the docs.
139
140 2006-02-05  Julien MOUTTE  <julien@moutte.net>
141
142         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
143         (gst_text_overlay_init), (gst_text_overlay_src_event),
144         (gst_text_overlay_collected): Fix clockoverlay.
145
146 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
147
148         * docs/libs/compiling.sgml:
149           Fix typo: it's pkg-config, not pkg-gconfig
150
151         * docs/libs/gst-plugins-base-libs-docs.sgml:
152         * docs/libs/gst-plugins-base-libs-sections.txt:
153         * docs/libs/tmpl/gstgconf.sgml:
154           There is no libgstgconf in 0.10, remove it
155           from the docs.
156
157 2006-02-05  Julien MOUTTE  <julien@moutte.net>
158
159         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
160         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
161         (gst_text_overlay_src_event), (gst_text_overlay_collected):
162         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
163         (gst_sub_parse_class_init), (gst_sub_parse_init),
164         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
165         (parse_mpsub), (parser_state_init), (handle_buffer),
166         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
167         * gst/subparse/gstsubparse.h: Introduce seeking code.
168
169 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
170
171         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
172           Add comment about LANGUAGE tag inconsistency (we want
173           ISO-639-1, but extract three-letter identifiers?)
174
175         * po/POTFILES.in:
176           Add two translatable files.
177
178 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
179
180         * gst-libs/gst/tag/Makefile.am:
181         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
182         * gst-libs/gst/tag/tag.h:
183         * gst-libs/gst/tag/tags.c:
184         (gst_tag_register_musicbrainz_tags_internal),
185         (gst_tag_register_musicbrainz_tags):
186           Forward-port some tags stuff from the 0.8 branch. This is
187           mostly the addition of musicbrainz tags and their mapping
188           to vorbistags, and a vorbistag mapping of the language tag.
189
190 2006-02-05  Julien MOUTTE  <julien@moutte.net>
191
192         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
193         refactoring.
194
195 2006-02-04  David Schleef  <ds@schleef.org>
196
197         * ext/ogg/gstoggmux.c:
198         * gst/typefind/gsttypefindfunctions.c:
199           Add Dirac typefinding and add dirac format to oggmux.
200
201 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
202
203         * gst/playback/gstdecodebin.c: (try_to_link_1):
204           Don't put essential function call into
205           g_return_*() macro, otherwise it'll all be
206           replaced by NOOPs when compiling with
207           G_DISABLE_CHECKS defined.
208
209 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
210
211         * ext/ogg/gstoggdemux.c:
212         * ext/ogg/gstoggparse.c:
213         * gst/tcp/gsttcpserversink.c:
214         * sys/v4l/v4lsrc_calls.c:
215         * sys/v4l/v4lsrc_calls.h:
216         Just make it compile with --disable-gst-debug.
217
218 2006-02-03  Wim Taymans  <wim@fluendo.com>
219
220         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
221         (gst_alsasink_class_init), (gst_alsasink_init),
222         (gst_alsasink_write), (gst_alsasink_reset):
223         * ext/alsa/gstalsasink.h:
224         Add lock to protect alsa calls.
225         Implement reset to flush samples ASAP, does not work
226         with dmix though.
227
228 2006-02-02  Wim Taymans  <wim@fluendo.com>
229
230         * gst-libs/gst/audio/gstbaseaudiosink.c:
231         (gst_base_audio_sink_provide_clock):
232         Ugh.. getting late I guess...
233
234 2006-02-02  Wim Taymans  <wim@fluendo.com>
235
236         * gst-libs/gst/audio/gstbaseaudiosink.c:
237         (gst_base_audio_sink_provide_clock),
238         (gst_base_audio_sink_set_property),
239         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
240         Don't try to provide a clock when we are not negotiated since
241         we might not be able to make it run.
242
243 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
244
245         * gst/playback/gstdecodebin.c: (try_to_link_1):
246           Unlinking two source pads is ... hard.
247
248 2006-02-02  Wim Taymans  <wim@fluendo.com>
249
250         * gst-libs/gst/audio/TODO:
251         Updated.
252
253         * gst-libs/gst/audio/gstbaseaudiosink.c:
254         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
255         On EOS, wait till the last sample is played before posting EOS.
256
257 2006-02-01  Philippe Kalaf <burger at speedy dot org>
258
259         * gst-libs/gst/rtp/gstbasertpdepayload.c:
260           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
261           setting queue_delay to zero. Also avoid thread being started if
262           queue_delay is zero.
263
264 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
265
266         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
267           Make test work again by connecting fakesinks to each decoded pad,
268           which makes the pipeline wait until each fakesink has a buffer
269           queued before going to PAUSED state. At that point we know the
270           decodebin pads are negotiated.
271
272 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
273
274         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
275         (gst_cdda_base_src_handle_event):
276         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
277           Pass unhandled queries to the parent class's query function.
278
279 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
280
281         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
282         (gst_ogg_pad_src_query):
283         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
284         * ext/theora/theoradec.c: (theora_dec_src_query),
285         (theora_dec_sink_query):
286         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
287         (vorbis_dec_sink_query):
288         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
289         (gst_vorbisenc_sink_query):
290         * gst/adder/gstadder.c: (gst_adder_query):
291           Pass unhandled queries upstream instead of just
292           dropping them (#326447). Also, fix supported
293           query types list for some elements.
294
295 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
296
297         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
298         (paris_type_find), (ilbc_type_find), (plugin_init):
299           Fix typefinding for audio/x-au, audio/x-paris and
300           audio/iLBC-sh. We cannot use the START_WITH macros
301           here, because there can only be one typefind factory
302           with the same name (caps), so the second one would
303           replace the first one and the first one would never
304           be called when doing typefinding (see #161712).
305           
306
307 2006-01-31  Wim Taymans  <wim@fluendo.com>
308
309         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
310         (vorbis_handle_header_packet), (vorbis_dec_push),
311         (vorbis_handle_data_packet):
312         Use scale_int when we can, add some more scaling.
313         Check packettype before parsing it.
314
315 2006-01-31  Wim Taymans  <wim@fluendo.com>
316
317         * ext/theora/theoradec.c: (_theora_granule_time),
318         (theora_dec_src_convert), (theora_dec_sink_convert):
319         Call right _scale functions.
320         Use parameter instead of some other random value.
321
322 2006-01-31  Wim Taymans  <wim@fluendo.com>
323
324         * ext/theora/theoradec.c: (_theora_granule_frame),
325         (_theora_granule_time), (_inc_granulepos),
326         (theora_dec_src_convert), (theora_dec_sink_convert),
327         (theora_handle_type_packet), (theora_handle_data_packet),
328         (theora_dec_chain):
329         Use higher precision timestamps calculation.
330         Convert some other conversions to _scale.
331
332 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
333
334         * gst/audiotestsrc/gstaudiotestsrc.c:
335         (gst_audio_test_src_create_sine_table), (plugin_init):
336         * gst/volume/gstvolume.c: (plugin_init):
337           initialize gst_controller before using
338
339 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
340
341         * tests/check/pipelines/theoraenc.c:
342         * tests/check/pipelines/vorbisenc.c:
343         Define constant using G_GINT64_CONSTANT to avoid errors when
344         passing it around - otherwise it gets truncated to 32 bits.
345
346         Fixes failing tests.
347
348 2006-01-31  Andy Wingo  <wingo@pobox.com>
349
350         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
351         caps being set doesn't have a framerate value. Basically a stopgap
352         measure.
353
354         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
355         technically correct enough to put into core though.
356         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
357         DURATION. Fixes theoraenc ! oggmux.
358
359         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
360         fraction, not double.
361
362 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
363
364         * win32/vs7:
365         add vs7 project files created by Sergey Scobich
366
367 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
368
369         * win32/vs8:
370         add vs8 project files created by Sergey Scobich
371         
372 2006-01-30  Andy Wingo  <wingo@pobox.com>
373
374         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
375         timestamp + duration, not just timestamp -- ogg pages should be
376         ordered by stop time. Necessary fix given the change in vorbis
377         timestamps.
378
379         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
380         (gst_theora_enc_init): Pull the granule shift out of the encoder.
381         (granulepos_add): New function, handles the messiness of adjusting
382         granulepos values.
383         (theora_buffer_from_packet):
384         (theora_enc_chain):
385         (theora_enc_sink_event): Use granulepos_add, not +.
386
387         * tests/check/pipelines/theoraenc.c
388         (check_buffer_granulepos_from_starttime): Just check the frame
389         count, not the actual granulepos -- we can't dictate to the
390         encoder when it should be placing keyframes.
391
392 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
393
394         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
395           SERVICE_NOT_AVAILABLE happens for example when you're trying to
396           play an http:// stream from a server that's not serving
397
398 2006-01-30  Andy Wingo  <wingo@pobox.com>
399
400         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
401         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
402         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
403         available.
404
405         * ext/theora/gsttheoraenc.h:
406         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
407         although theoraenc was timestamping correctly. Added handling of
408         streams that start with nonzero timestamps.
409
410         * tests/check/Makefile.am:
411         * tests/check/pipelines/theoraenc.c: New file, basically does same
412         tests as vorbisenc.
413
414         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
415
416 2006-01-30  Wim Taymans  <wim@fluendo.com>
417
418         * gst-libs/gst/audio/gstaudiosink.c:
419         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
420         (gst_audioringbuffer_pause):
421         Implement pause that does not wait for completion.
422
423         * gst-libs/gst/audio/gstbaseaudiosink.c:
424         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
425         Don't drop buffers when going to PAUSED but perform preroll on
426         remaining samples now that core base class supports this.
427
428         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
429         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
430         (gst_ring_buffer_commit):
431         Pause should not signal waiters.
432         Implement return value of _commit correctly.
433
434 2006-01-30  Andy Wingo  <wingo@pobox.com>
435
436         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
437
438         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
439         updated to timestamp from the first sample, not the last.
440         (gst_vorbisenc_buffer_from_header_packet): New function, takes
441         special care of granulepos and timestamp for header packets.
442         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
443         when the first buffer has a nonzero timestamp.
444
445         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
446         (GstVorbisEnc.subgranule_offset): New members. Take care of the
447         case when the first audio buffer we get has a nonzero timestamp.
448         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
449         properly timestamp vorbis buffers with the time of the first
450         sample, not the last.
451         
452         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
453         vorbis_granule_time_copy -- now it takes the granule/subgranule
454         offset into account.
455
456         * tests/check/pipelines/vorbisenc.c: New test for correctness of
457         timestamps, durations, and granulepos on buffers produced by
458         vorbisenc.
459
460 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
461
462         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
463         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
464           Patch from Eric Jonas to support conversions to/from UYVY 
465           (Fixes: #324626)
466
467 2006-01-30  Julien MOUTTE  <julien@moutte.net>
468
469         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
470         (setup_subtitle), (setup_source), (set_active_source):
471         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
472         (gen_text_element), (gen_audio_element), (gen_vis_element),
473         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
474
475 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
476
477         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
478         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
479                 use gst_guint64_to_gdouble to be compliant with vs6
480         * gst/playback/gstdecodebin.c: (try_to_link_1)
481         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
482                 use G_GINT64_CONSTANT for int64 constants
483         * win32/common/libgstinterfaces.def:
484                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
485         * win32/vs6:
486                 update and add new project files
487                 
488 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
489
490         * Makefile.am:
491         * win32/MANIFEST:
492         * win32/common/interfaces-enumtypes.c:
493         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
494         (gst_mixer_track_flags_get_type),
495         (gst_tuner_channel_flags_get_type):
496         * win32/common/interfaces-enumtypes.h:
497         * win32/common/multichannel-enumtypes.c:
498         (gst_audio_channel_position_get_type):
499         * win32/common/multichannel-enumtypes.h:
500           add a win32-update rule like in core, and copy over enumtypes files
501
502 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
503
504         * win32/MANIFEST:
505         * win32/common/config.h:
506         * win32/common/config.h.in:
507           add config files just like in core
508
509 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
510
511         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
512           Make gcc-4.1 happy (part of #327357).
513
514 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
515
516         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
517         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
518         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
519         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
520         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
521         (gst_alsasrc_unprepare), (gst_alsasrc_read):
522           Update all error messages.  All of them should either use
523           the default translated message, or actually provide a
524           translatable string.
525           Make the string for channel count problems meaningful.
526
527 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
528
529         * sys/v4l/v4l_calls.c: (gst_v4l_open):
530           check for and throw RESOURCE_BUSY
531
532 2006-01-27  David Schleef  <ds@schleef.org>
533
534         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
535           checked in this change -- it requires liboil features not
536           in 0.3.6.  Revert parts.
537
538 2006-01-27  David Schleef  <ds@schleef.org>
539
540         * REQUIREMENTS:
541         * configure.ac: update liboil requirement to 0.3.6
542         * gst/videoscale/Makefile.am:
543         * gst/videoscale/vs_scanline.c: liboilify
544
545 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
546
547         * ext/libvisual/visual.c: (get_buffer):
548           When pad_alloc returns a GstFlowReturn other
549           than GST_FLOW_OK, make sure it is passed upstream.
550
551 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
552
553         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
554         (gst_alsasink_class_init):
555           Free the device name string.
556
557         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
558         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
559         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
560           Don't remove a pad from the collectpads structure until it
561           is released - it's a request pad, and may receive data again
562           if the element gets moved back to PLAYING state.
563
564         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
565           Ensure we turn on double buffering on the Xv port, and
566           set the colour key to something dark and mysterious that
567           isn't black.
568
569 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
570
571         * ext/alsa/gstalsaplugin.c: (plugin_init):
572         * ext/cdparanoia/gstcdparanoiasrc.c:
573         (gst_cd_paranoia_src_base_init), (plugin_init):
574         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
575         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
576           - a library should not call setlocale. see "Libraries" node in
577             gettext manual
578           - make sure all plugins that use translation do bindtextdomain
579             to point to the localedir
580         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
581         (setup_sinks), (plugin_init):
582           all this, and check for NULL when creating sinks
583
584 2006-01-27  Julien MOUTTE  <julien@moutte.net>
585
586         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
587         (plugin_init): Make typefinding of subtitles work again.
588
589 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
590
591         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
592         (mp3_type_frame_length_from_header), (mp3_type_find),
593         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
594         (plugin_init):
595           Backport a bunch of typefinding fixes from the 0.8 branch.
596           Also, improve wavpack typefinding: if we can't peek the
597           entire wavpack block, try to parse the bits we can get and
598           see if we find what we're looking for in those.
599
600 2006-01-26  Julien MOUTTE  <julien@moutte.net>
601
602         * sys/ximage/ximagesink.c:
603         (gst_ximagesink_calculate_pixel_aspect_ratio):
604         * sys/xvimage/xvimagesink.c:
605         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
606         more cases of pixel aspect ratio.
607
608 2006-01-26  Edward Hervey  <edward@fluendo.com>
609
610         * gst/playback/gstdecodebin.c: (pad_probe):
611         Also consider the flush-start and tag events as unblockers
612         for the pad probes.
613
614 2006-01-26  Julien MOUTTE  <julien@moutte.net>
615
616         * gst/playback/gstplaybin.c: (gst_play_bin_init),
617         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
618         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
619         On the fly visualisation switch, works disabling, enabling as
620         well but it won't be able to enable vis in a playbin that was
621         created with no visualisation.
622
623 2006-01-25  Wim Taymans  <wim@fluendo.com>
624
625         * gst-libs/gst/audio/gstbaseaudiosink.c:
626         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
627         Undo previous commit that returned WRONG_STATE sooner, it breaks 
628         resume after pause.
629
630 2006-01-25  Wim Taymans  <wim@fluendo.com>
631
632         * gst-libs/gst/audio/gstbaseaudiosink.c:
633         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
634         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
635         Improve debugging.
636         Post error when caps cannot be parsed.
637         Resync on discontinuity in the stream.
638         Clip samples to segment boundaries.
639         return WRONG_STATE sooner when we are flushing.
640
641         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
642         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
643         Make audiosrc operate in TIME.
644         Set TIMESTAMP and DURATION on buffers.
645
646 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
647
648         * tests/examples/seek/seek.c: (main):
649           Output tag messages as well.
650
651 2006-01-23  Edward Hervey  <edward@fluendo.com>
652
653         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
654         (free_pad_probes), (remove_fakesink), (pad_probe),
655         (close_pad_link), (gst_decode_bin_change_state):
656         Replace GstPadBlockCallback with pad probes that detect
657         first buffer AND eos before removing fakesink.
658         Fixes hang with demuxers doing EOS while pre-rolling.
659         Solves #328279
660
661 2006-01-23  Andy Wingo  <wingo@pobox.com>
662
663         * ext/alsa/gstalsasink.c:
664         * gst-libs/gst/rtp/gstbasertpdepayload.c:
665         (gst_base_rtp_depayload_setcaps),
666         (gst_base_rtp_depayload_add_to_queue),
667         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
668         
669         Patch by: Jens Granseuer <jensgr at gmx dot net>
670
671 2006-01-22  Julien MOUTTE  <julien@moutte.net>
672
673         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
674         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
675         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
676         frames. We might get a frame destroyed after changing state to
677         NULL, adding a safety check on xcontext.
678
679 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
680
681         * gst-libs/gst/interfaces/xoverlay.c:
682           Fix prepare-xwindow-id code example in the docs - we need to
683           ignore all messages that aren't element messages as well.
684           
685 2006-01-21  Julien MOUTTE  <julien@moutte.net>
686
687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
688           I think one day i'll completely undestand how caps negotiation
689           is supposed to work. This refactoring handles buffer_alloc
690           called with caps we can't handle. We definitely don't want a
691           set_caps with those caps, so we define and allocate a buffer
692           we would like to receive.
693
694 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
695
696         * gst/playback/gstplaybasebin.c: (setup_source):
697           Free iterator when done.
698
699 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
700
701         * gst-libs/gst/audio/gstbaseaudiosink.c:
702         (gst_base_audio_sink_render):
703           Fix playback of non-synchronised streams by assuming a rate
704           of 1.0 instead of a random one.
705
706           Makes this work again:
707
708           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
709           endianness=(int)4321, signed=(boolean)true, width=(int)16,
710           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
711           audioresample ! alsasink
712
713 === release 0.10.2 ===
714
715 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
716
717         * configure.ac:
718           releasing 0.10.2, "Then the devil is six"
719
720 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
721
722         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
723         * gst/playback/gststreamselector.c:
724         (gst_stream_selector_set_property):
725           Comment out broken code that connects to the state-changed signal.
726           At this point, changing current stream selection is broken, but 
727           stuff like gst-launch playbin current-audio=1 works and filters
728           to the chosen stream.
729
730 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
731
732         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
733           Fix #327216 (null dereference in vorbisdec)
734
735 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
736
737         * ext/theora/theoradec.c: (theora_handle_comment_packet):
738           Post taglist actually on bus instead of just freeing it
739           (fixes #327114 and totem bug #327080).
740
741         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
742           Use gst_element_found_tags_for_pad(), so that the tags
743           are sent downstream as an event as well.
744
745 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
746
747         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
748         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
749         (gst_ximagesink_buffer_alloc):
750         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
751         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
752         (gst_xvimagesink_buffer_alloc):
753           move all regularly occurring messages to GST_LOG level
754           add some more object logs
755
756 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
757
758         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
759           fix a silly segfault
760
761 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
762
763         * docs/libs/gst-plugins-base-libs-docs.sgml:
764         * docs/libs/gst-plugins-base-libs-sections.txt:
765         * gst-libs/gst/audio/mixerutils.c:
766         * gst-libs/gst/audio/mixerutils.h:
767           Add docs for mixerutils stuff.
768
769 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
770
771         * gst/playback/gstplaybasebin.c: (setup_source):
772           Fix playback for sources that emit raw audio or
773           raw video streams (e.g.: cd audio sources) (#325984).
774
775 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
776
777         * gst-libs/gst/audio/mixerutils.c:
778         (gst_audio_mixer_filter_do_filter):
779           actually save the element we create
780
781 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
782
783         * gst-libs/gst/cdda/gstcddabasesrc.c:
784         (gst_cdda_base_src_handle_track_seek):
785           No need to post a tag message on the bus when seeking
786           within the same track, only post it when the current
787           track changes.
788
789 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
790
791         * gst/playback/gstplaybasebin.c: (group_destroy),
792         (probe_triggered), (new_decoded_pad), (mute_group_type),
793         (set_active_source):
794         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
795         * gst/playback/gststreamselector.c:
796         (gst_stream_selector_base_init),
797         (gst_stream_selector_set_property),
798         (gst_stream_selector_request_new_pad):
799           Reenable stream selection. These mechanisms need a complete overhaul
800           in the face of 0.8->0.10 changes though.
801
802 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
803
804         * ext/ogg/gstoggdemux.c:
805           Change the pad template to src_%d to match the pads that 
806           are created from it. decodebin needs this information in order
807           to decide that oggdemux is capable of producing multiple pads
808           (and hence needs queues inserted).
809
810         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
811         (gst_ogg_mux_collected):
812           Make debug output more useful by using GST_PTR_FORMAT.
813
814 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
815
816         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
817
818         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
819           Set depth and width for alaw/mulaw (fixes #326601).
820
821 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
822
823         * tests/icles/Makefile.am:
824           don't build the tests if we don't have the libs
825
826 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
827
828         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
829         (gst_cd_paranoia_paranoia_callback):
830           Don't try to free NULL pointers.
831
832 2006-01-10  Edward Hervey  <edward@fluendo.com>
833
834         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
835         (gst_audio_rate_change_state), (plugin_init):
836         Add debugging category.
837         Fix type issues.
838         Add case for incoming buffers without valid offset/offset_end.
839
840 2006-01-10  Michael Smith  <msmith@fluendo.com>
841
842         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
843           Don't leak GCond in audio sources.
844
845 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
846
847         * gst/playback/gstplaybin.c: (gen_audio_element):
848           Don't leak an autoaudiosink/alsasink when we generate
849           a new audio element. (old code, I guess)
850
851 2006-01-10  Michael Smith  <msmith@fluendo.com>
852
853         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
854           Support float audio in audiorate.
855           Use width rather than depth for selecting sample width.
856
857 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
858
859         * gst/videotestsrc/videotestsrc.h:
860           Use GLib types here (that way we don't have to include the
861           generated _stdint.h header, which makes life easier for win32
862           folks that don't use autotools for the build) (#325990, patch
863           by: Sergey Scobich).
864
865 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
866
867         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
868         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
869         (gst_ring_buffer_pause), (wait_segment):
870         * gst-libs/gst/audio/gstringbuffer.h:
871           Name (private) union, makes Forte compiler happy (this time
872           for real) (#324900).
873
874 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
875
876         * gst-libs/gst/audio/Makefile.am:
877           Link against libgstinterfaces, needed for mixer
878           and property probe stuff.
879
880 2006-01-09  Edward Hervey  <edward@fluendo.com>
881
882         * gst-libs/gst/Makefile.am:
883
884 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
885
886         * gst-libs/gst/audio/Makefile.am:
887         * gst-libs/gst/audio/mixerutils.c:
888         (gst_audio_mixer_filter_do_filter),
889         (gst_audio_mixer_filter_check_element),
890         (gst_audio_mixer_filter_probe_feature),
891         (element_factory_rank_compare_func),
892         (gst_audio_default_registry_mixer_filter):
893         * gst-libs/gst/audio/mixerutils.h:
894           Add gst_audio_default_registry_mixer_filter() utility
895           function.
896
897 2006-01-03  Michael Smith  <msmith@fluendo.com>
898
899         * gst/audioresample/resample.h:
900           As before, but for o_buf
901
902 2006-01-03  Michael Smith  <msmith@fluendo.com>
903
904         * gst/audioresample/resample.h:
905           Declare struct _ResampleState.buffer as unsigned char *, not void *,
906           since we do arithmetic on it.
907
908 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
909
910         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
911         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
912         (gst_ring_buffer_pause), (wait_segment):
913         * gst-libs/gst/audio/gstringbuffer.h:
914           Sun's Forte compiler doesn't seem to like anonymous structs,
915           so use same setup as in GstBaseSrc (fixes #324900).
916
917 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
918
919         * configure.ac:
920         * gst/volume/Makefile.am:
921         * gst/volume/demo.c:
922           move old example to tests/examples/volume/volune.c
923         * tests/examples/Makefile.am:
924         * tests/examples/seek/seek.c: (main):
925           change window-close event from "delete-event" to "destroy"
926         * tests/examples/volume/Makefile.am:
927         * tests/examples/volume/volume.c: (value_changed_callback),
928         (setup_gui), (message_received), (eos_message_received), (main):
929           fix event handling and bus usage
930
931 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
932
933         * gst/audiotestsrc/gstaudiotestsrc.c:
934         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
935         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
936         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
937         (gst_audio_test_src_create_square),
938         (gst_audio_test_src_create_saw),
939         (gst_audio_test_src_create_triangle),
940         (gst_audio_test_src_create_silence),
941         (gst_audio_test_src_create_white_noise),
942         (gst_audio_test_src_create_pink_noise),
943         (gst_audio_test_src_init_sine_table),
944         (gst_audio_test_src_create_sine_table),
945         (gst_audio_test_src_change_wave),
946         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
947         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
948         * gst/audiotestsrc/gstaudiotestsrc.h:
949           update to basesrc changes, implement segmented seeking and eos
950           handling, add a 'sine-tab' waveform for performance critical playback
951
952 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
953
954         * po/POTFILES.in:
955           ... and this time the other modified file that I missed last time.
956
957 2005-12-29  Michael Smith  <msmith@fluendo.com>
958
959         * gst/playback/gstdecodebin.c: (new_pad):
960           Fix non-C89 variable declaration not at the start of a block. Should
961           help some compilers.
962
963 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
964
965         * tests/check/Makefile.am:
966           And now fix 'make distcheck' (builddir != srcdir)
967
968 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
969
970         * configure.ac:
971         * ext/cdparanoia/Makefile.am:
972         * ext/cdparanoia/gstcdparanoia.c:
973         * ext/cdparanoia/gstcdparanoia.h:
974         * ext/cdparanoia/gstcdparanoiasrc.c:
975         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
976         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
977         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
978         (gst_cd_paranoia_paranoia_callback),
979         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
980         (gst_cd_paranoia_src_set_property),
981         (gst_cd_paranoia_src_get_property), (plugin_init):
982         * ext/cdparanoia/gstcdparanoiasrc.h:
983           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
984           plugin again (there are still fixes required to playbin to make
985           cdda:// uris work there).
986
987 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
988
989         * tests/check/Makefile.am:
990           Fix test case compilation.
991
992 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
993
994         * gst-libs/gst/cdda/gstcddabasesrc.c:
995         (gst_cdda_base_src_update_duration),
996         (gst_cdda_base_src_calculate_cddb_id):
997           An integer is not a string. Fix access to uninitialised variable.
998
999         * tests/check/Makefile.am:
1000           Add cddabasesrc unit test; also actually enable the vorbis test.
1001
1002         * tests/check/generic/states.c:
1003           Blacklist new cd audio elements as well.
1004
1005         * tests/check/libs/cddabasesrc.c:
1006           Unit test for GstCddaBaseSrc (discid calculation mostly).
1007
1008 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
1009
1010         * docs/libs/Makefile.am:
1011         * docs/libs/gst-plugins-base-libs-docs.sgml:
1012         * docs/libs/gst-plugins-base-libs-sections.txt:
1013         * docs/libs/gst-plugins-base-libs.types:
1014           Add docs for libgstcdda/GstCddaBaseSrc.
1015
1016         * gst-libs/gst/interfaces/mixertrack.h:
1017           Do one struct member per line with a semicolon at the end, that way
1018           even gtk-doc might parse it without complaining.
1019
1020 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
1021
1022         * configure.ac:
1023         * gst-libs/gst/Makefile.am:
1024         * gst-libs/gst/cdda/Makefile.am:
1025         * gst-libs/gst/cdda/base64.c:
1026         * gst-libs/gst/cdda/base64.h:
1027         * gst-libs/gst/cdda/gstcddabasesrc.c:
1028         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
1029         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
1030         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
1031         (gst_cdda_base_src_get_property),
1032         (gst_cdda_base_src_get_track_from_sector),
1033         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
1034         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
1035         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
1036         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
1037         (gst_cdda_base_src_uri_get_protocols),
1038         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
1039         (gst_cdda_base_src_uri_handler_init),
1040         (gst_cdda_base_src_setup_interfaces),
1041         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
1042         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
1043         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
1044         (gst_cdda_base_src_add_tags),
1045         (gst_cdda_base_src_add_index_associations),
1046         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
1047         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
1048         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
1049         (gst_cdda_base_src_create):
1050         * gst-libs/gst/cdda/gstcddabasesrc.h:
1051         * gst-libs/gst/cdda/sha1.c:
1052         * gst-libs/gst/cdda/sha1.h:
1053           Add new libgstcdda with GstCddaBaseSrc class.
1054
1055 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
1056
1057         * ext/gnomevfs/gstgnomevfssink.h:
1058           Use GstBaseSinkClass as parent_class member for class struct, not
1059           GstBaseSink.
1060
1061 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
1062
1063         * gst/videotestsrc/gstvideotestsrc.c:
1064         (gst_video_test_src_class_init), (gst_video_test_src_start):
1065           Add start method to reset running time and number of frames sent
1066           when starting up (fixes #324696; patch by: Michal Benes).
1067
1068 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
1069
1070         * docs/plugins/Makefile.am:
1071         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1072         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1073         * docs/plugins/gst-plugins-base-plugins.args:
1074         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1075         * docs/plugins/gst-plugins-base-plugins.signals:
1076           Add docs stuff for gnomevfssrc and gnomevfssink.
1077
1078         * ext/gnomevfs/gstgnomevfssrc.c:
1079           Fix example pipeline in gtk-doc blurb.
1080
1081 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
1082
1083         * ext/gnomevfs/Makefile.am:
1084         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
1085         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
1086         (gst_gnome_vfs_handle_get_type), (plugin_init):
1087         * ext/gnomevfs/gstgnomevfs.h:
1088         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
1089         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
1090         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
1091         (gst_gnome_vfs_sink_set_property),
1092         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
1093         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
1094         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
1095         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
1096         (gst_gnome_vfs_sink_uri_get_type),
1097         (gst_gnome_vfs_sink_uri_get_protocols),
1098         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
1099         (gst_gnome_vfs_sink_uri_handler_init):
1100         * ext/gnomevfs/gstgnomevfssink.h:
1101           Port gnomevfssink; add gtk-doc blurb.
1102
1103         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
1104         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
1105         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
1106         (gst_gnome_vfs_src_uri_get_type),
1107         (gst_gnome_vfs_src_uri_get_protocols),
1108         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
1109         (gst_gnome_vfs_src_uri_handler_init),
1110         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
1111         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
1112         (gst_gnome_vfs_src_send_additional_headers_callback),
1113         (gst_gnome_vfs_src_received_headers_callback),
1114         (gst_gnome_vfs_src_push_callbacks),
1115         (gst_gnome_vfs_src_pop_callbacks),
1116         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
1117         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
1118         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
1119         * ext/gnomevfs/gstgnomevfssrc.h:
1120           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
1121           file; add gtk-doc blurb with example pipelines.
1122
1123 === release 0.10.1 ===
1124
1125 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
1126
1127         * configure.ac:
1128           releasing 0.10.1, "Dobro Dedek"
1129
1130 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
1131
1132         * gst/typefind/gsttypefindfunctions.c:
1133         iLBC30 and iLBC20 added to typefind.
1134
1135 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1136
1137         * gst-libs/gst/audio/gstbaseaudiosink.c:
1138         (gst_base_audio_sink_class_init):
1139         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1140         (gst_base_audio_src_class_init):
1141           update strings, values are in microseconds
1142           change the default sink buffer time to something that is smaller
1143           (to help software volume mixing have a slightly lower delay) but
1144           still be acceptable on Wim's laptop
1145
1146 2005-12-20  Edward Hervey  <edward@fluendo.com>
1147
1148         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
1149         Made a quack, forgot to add DUCK to the riff video template.
1150
1151 2005-12-19  Edward Hervey  <edward@fluendo.com>
1152
1153         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
1154         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
1155         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
1156         (gst_ogm_parse_chain):
1157         Make sure pads are initialized correctly.
1158         * gst-libs/gst/riff/riff-ids.h:
1159         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1160         (gst_riff_create_video_template_caps):
1161         Add a whole bunch of FOURCC <=> MimeType.
1162         Extend the riff video pad template to support the newly added fourcc.
1163
1164 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
1165
1166         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1167         (gst_ogg_demux_activate_chain):
1168           Extra debug output when activating/deactivating chains.
1169
1170         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
1171         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
1172         (unlinked):
1173           Remove a queue from our list when it becomes unlinked.
1174           Don't add queues to elements in class 'Demux' if they
1175           can only produce one pad 
1176
1177 2005-12-18  Julien MOUTTE  <julien@moutte.net>
1178
1179         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
1180         (gst_video_sink_get_type): Add a debug category.
1181
1182 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
1183
1184         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1185         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
1186           Handle downstream newsegment by sending our own newsegment before the
1187           next buffer to be released. (#323900)
1188
1189 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
1190
1191         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1192         (gst_base_rtp_depayload_set_gst_timestamp):
1193           add queue delay to new segment as well (as opposed to just the first
1194           buffer). (bug #322347)
1195
1196 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
1197
1198         * ext/libvisual/visual.c: (make_valid_name):
1199           change some char* into char[]
1200         * gst/audiotestsrc/gstaudiotestsrc.c:
1201         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
1202         (gst_audio_test_src_create):
1203         * gst/audiotestsrc/gstaudiotestsrc.h:
1204           prepare to handle EOS and SEGMENT_DONE
1205
1206 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1207
1208         * tests/check/generic/states.c: (GST_START_TEST):
1209           Blacklist cdparanoia element in state test.
1210
1211 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1212
1213         * gst/tcp/gsttcp.c:
1214         * gst/tcp/gsttcpclientsink.c:
1215         * gst/tcp/gsttcpserversink.c:
1216         * gst/tcp/gsttcpserversrc.c:
1217           Add <string.h> includes for memset and FD_ZERO (fixes #323878;
1218           patch by: Benjamin Pineau).
1219
1220 2005-12-15  Michael Smith  <msmith@fluendo.com>
1221
1222         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
1223         (gst_video_rate_chain):
1224           Fix timestamping for videorate when the first buffer it sees has a
1225           non-zero timestamp. Fix some misleading debug output.
1226
1227 2005-12-15  Michael Smith  <msmith@fluendo.com>
1228
1229         * gst/audioresample/gstaudioresample.c:
1230           Don't leak all input buffers to audioresample.
1231
1232 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1233
1234         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
1235           Don't operate on empty text buffers. Strip newlines and
1236           tabs only from the end of the text, but leave them intact
1237           in the middle. Fix typo in gtk-doc description.
1238
1239 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1240
1241         * gst/playback/gstplaybasebin.c:
1242         * gst/playback/gstplaybin.c: (handoff):
1243           Make sure the video frame buffer we return to apps via the
1244           "frame" property always has caps set on it. Modify
1245           _gst_gvalue_set_object() macro to handle NULL objects
1246           gracefully too.
1247
1248 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
1249
1250         * gst/audiotestsrc/gstaudiotestsrc.c:
1251         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1252         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
1253         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
1254         (gst_audio_test_src_create):
1255         * gst/audiotestsrc/gstaudiotestsrc.h:
1256         Adjust to some recent api changes and add wtays new cool seeking
1257         capabillities
1258
1259 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1260
1261         * ext/alsa/Makefile.am:
1262         * ext/alsa/gstalsadeviceprobe.c:
1263         * ext/alsa/gstalsadeviceprobe.h:
1264           Helper functions to add device probing via the GstPropertyProbe
1265           interface to a class.
1266
1267         * ext/alsa/gstalsamixer.h:
1268           Comment out GST_ALSA_MIXER, it returns a struct that's not
1269           used.
1270
1271         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
1272           Add some debug info. 
1273
1274         * ext/alsa/gstalsamixerelement.c:
1275         (gst_alsa_mixer_element_interface_supported),
1276         (gst_implements_interface_init),
1277         (gst_alsa_mixer_element_init_interfaces),
1278         (gst_alsa_mixer_element_class_init),
1279         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
1280         (gst_alsa_mixer_element_set_property),
1281         (gst_alsa_mixer_element_get_property),
1282         (gst_alsa_mixer_element_change_state):
1283         * ext/alsa/gstalsamixerelement.h:
1284           Add 'device' and 'device-name' properties. Add GstPropertyProbe
1285           for device handling (gnome-volume-control will need that).
1286
1287 2005-12-12  Christian Schaller  <uraeus@gnome.org>
1288
1289         * ext/Makefile.am: fix cdparanoia entry
1290         * gst-plugins-base.spec.in: add cdparanoia
1291
1292 2005-12-12  Michael Smith  <msmith@fluendo.com>
1293
1294         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
1295           Use the correct function to free list of typefind factories.
1296
1297 2005-12-12  Wim Taymans  <wim@fluendo.com>
1298
1299         * gst/videotestsrc/gstvideotestsrc.c:
1300         (gst_video_test_src_class_init), (gst_video_test_src_init),
1301         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
1302         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
1303         (gst_video_test_src_create):
1304         * gst/videotestsrc/gstvideotestsrc.h:
1305         Implement seeking in videotestsrc.
1306         Small cleanups.
1307
1308 2005-12-12  Wim Taymans  <wim@fluendo.com>
1309
1310         * ext/cdparanoia/Makefile.am:
1311         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
1312         (gst_paranoia_endian_get_type), (_do_init),
1313         (cdparanoia_class_init), (cdparanoia_init),
1314         (cdparanoia_set_property), (cdparanoia_get_property),
1315         (cdparanoia_do_seek), (cdparanoia_is_seekable),
1316         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
1317         (cdparanoia_convert), (cdparanoia_get_query_types),
1318         (cdparanoia_query), (cdparanoia_set_index),
1319         (cdparanoia_uri_set_uri):
1320         * ext/cdparanoia/gstcdparanoia.h:
1321         Partially ported cdparanoia now that basesrc can support a
1322         plugin like this..
1323
1324 2005-12-12  Wim Taymans  <wim@fluendo.com>
1325
1326         * tests/examples/seek/scrubby.c: (main):
1327         Set higher priority for bus events so they don't get reordered with
1328         gtk gui events.
1329
1330         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
1331         (flush_toggle_cb), (main):
1332         Added checkbox to disable flushing seeks. 
1333         Disable scrubbing when doing non flushing seeks.
1334
1335 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
1336
1337         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
1338         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
1339         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
1340         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
1341           Implement some sort of event handling that doesn't rely on
1342           g_return_if_fail; make sure we always push the last chunk of an 
1343           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
1344           state change function; remove some old cruft. Seeking is still
1345           rather unlikely to work though.
1346
1347         * tools/.cvsignore:
1348           Ignore more.
1349
1350 2005-12-11  Julien MOUTTE  <julien@moutte.net>
1351
1352         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
1353         Fixed a leak of the current image reference when cleaning up.
1354         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
1355
1356 2005-12-09  Michael Smith  <msmith@fluendo.com>
1357
1358         * tools/Makefile.am:
1359         * tools/gst-launch-ext-m.m:
1360           Remove gst-launch-ext. It doesn't work, and is no longer
1361           particularly useful.
1362
1363 2005-12-08  Luca Ognibene  <luogni@tin.it>
1364
1365         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1366           don't pass random values to ogmparse convert function.
1367           Make seeking possible in the exile1.ogm file.
1368
1369 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1370
1371         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
1372         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1373           Work around refcount problem with g_value_set_object() that occur
1374           if the core has been compiled against GLib-2.6 (g_value_set_object()
1375           will only g_object_ref() the element, but the caller will
1376           gst_object_unref() it and bad things will happen due to the way
1377           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
1378           totem for people on FC4 using Thomas's 0.10 RPMs.
1379           
1380 2005-12-07  Edward Hervey  <edward@fluendo.com>
1381
1382         Time to welcome ogm to 0.10 :)
1383         
1384         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
1385         (gst_ogg_pad_typefind):
1386         Oggdemux can now properly typefind elements with dynamic pads.
1387         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
1388         Properly set caps on src pad, and set caps on outgoing buffers.
1389
1390 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1391
1392         * ext/alsa/gstalsamixer.h:
1393         * ext/alsa/gstalsamixerelement.h:
1394         * ext/alsa/gstalsamixeroptions.h:
1395         * ext/alsa/gstalsamixertrack.h:
1396         * ext/alsa/gstalsasink.c:
1397         * ext/alsa/gstalsasink.h:
1398         * ext/alsa/gstalsasrc.c:
1399         * ext/alsa/gstalsasrc.h:
1400         * ext/cdparanoia/gstcdparanoia.h:
1401         * ext/gnomevfs/gstgnomevfsuri.h:
1402         * ext/ogg/gstoggdemux.c:
1403         * ext/ogg/gstoggmux.c:
1404         * ext/pango/gsttextoverlay.h:
1405         * ext/theora/theoradec.c:
1406         * ext/theora/theoraenc.c:
1407         * ext/vorbis/vorbisdec.h:
1408         * ext/vorbis/vorbisenc.c:
1409         * ext/vorbis/vorbisenc.h:
1410         * ext/vorbis/vorbisparse.h:
1411         * gst-libs/gst/audio/gstaudioclock.h:
1412         * gst-libs/gst/audio/gstaudiosink.c:
1413         * gst-libs/gst/audio/gstaudiosink.h:
1414         * gst-libs/gst/audio/gstaudiosrc.c:
1415         * gst-libs/gst/audio/gstaudiosrc.h:
1416         * gst-libs/gst/audio/gstbaseaudiosink.c:
1417         * gst-libs/gst/audio/gstbaseaudiosink.h:
1418         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1419         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1420         * gst-libs/gst/audio/gstringbuffer.h:
1421         * gst-libs/gst/audio/multichannel.h:
1422         * gst-libs/gst/floatcast/floatcast.h:
1423         * gst-libs/gst/interfaces/colorbalance.c:
1424         * gst-libs/gst/interfaces/colorbalance.h:
1425         * gst-libs/gst/interfaces/colorbalancechannel.h:
1426         * gst-libs/gst/interfaces/mixer.h:
1427         * gst-libs/gst/interfaces/mixeroptions.h:
1428         * gst-libs/gst/interfaces/mixertrack.h:
1429         * gst-libs/gst/interfaces/navigation.h:
1430         * gst-libs/gst/interfaces/propertyprobe.h:
1431         * gst-libs/gst/interfaces/tuner.h:
1432         * gst-libs/gst/interfaces/tunerchannel.h:
1433         * gst-libs/gst/interfaces/tunernorm.h:
1434         * gst-libs/gst/interfaces/xoverlay.h:
1435         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1436         * gst-libs/gst/riff/riff-ids.h:
1437         * gst-libs/gst/riff/riff-media.h:
1438         * gst-libs/gst/riff/riff-read.h:
1439         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1440         * gst-libs/gst/rtp/gstbasertppayload.c:
1441         * gst-libs/gst/rtp/gstbasertppayload.h:
1442         * gst-libs/gst/rtp/gstrtpbuffer.c:
1443         * gst-libs/gst/rtp/gstrtpbuffer.h:
1444         * gst-libs/gst/tag/gsttageditingprivate.h:
1445         * gst-libs/gst/tag/gstvorbistag.c:
1446         (gst_tag_list_from_vorbiscomment_buffer):
1447         * gst-libs/gst/tag/tag.h:
1448         * gst-libs/gst/video/video.h:
1449         * gst/adder/gstadder.c:
1450         * gst/adder/gstadder.h:
1451         * gst/audioconvert/audioconvert.c:
1452         * gst/audioconvert/audioconvert.h:
1453         * gst/audioconvert/gstaudioconvert.c:
1454         * gst/audioconvert/gstchannelmix.c:
1455         * gst/audioconvert/gstchannelmix.h:
1456         * gst/audiorate/gstaudiorate.c:
1457         * gst/audioresample/buffer.h:
1458         * gst/audioresample/functable.h:
1459         * gst/audioresample/gstaudioresample.c:
1460         * gst/audioresample/resample.h:
1461         * gst/ffmpegcolorspace/avcodec.h:
1462         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1463         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
1464         * gst/ffmpegcolorspace/imgconvert.c:
1465         * gst/ffmpegcolorspace/imgconvert_template.h:
1466         * gst/playback/gstdecodebin.c:
1467         * gst/playback/gstplaybasebin.h:
1468         * gst/playback/gstplaybin.c:
1469         * gst/playback/gststreaminfo.h:
1470         * gst/tcp/gstfdset.c:
1471         * gst/tcp/gstfdset.h:
1472         * gst/tcp/gstmultifdsink.c:
1473         * gst/tcp/gstmultifdsink.h:
1474         * gst/tcp/gsttcp.h:
1475         * gst/tcp/gsttcpclientsrc.c:
1476         * gst/tcp/gsttcpclientsrc.h:
1477         * gst/tcp/gsttcpplugin.h:
1478         * gst/tcp/gsttcpserversink.c:
1479         * gst/tcp/gsttcpserversrc.c:
1480         * gst/typefind/gsttypefindfunctions.c:
1481         * gst/videorate/gstvideorate.c:
1482         * gst/videotestsrc/gstvideotestsrc.h:
1483         * gst/videotestsrc/videotestsrc.h:
1484         * sys/v4l/gstv4lcolorbalance.h:
1485         * sys/v4l/gstv4ltuner.h:
1486         * sys/v4l/gstv4lxoverlay.h:
1487         * sys/v4l/v4l_calls.h:
1488         * sys/v4l/videodev_mjpeg.h:
1489         * tests/check/elements/audioconvert.c:
1490         * tests/check/elements/audioresample.c:
1491         * tests/check/elements/audiotestsrc.c:
1492         * tests/check/elements/videotestsrc.c:
1493         * tests/check/elements/volume.c:
1494         * tests/examples/seek/scrubby.c:
1495         * tests/examples/seek/seek.c:
1496           expand tabs
1497
1498 === release 0.10.0 ===
1499
1500 2005-12-05   <thomas (at) apestaart (dot) org>
1501
1502         * configure.ac:
1503           releasing 0.10.0, "Mont-d'or"
1504
1505 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1506
1507         * tests/examples/seek/Makefile.am:
1508         Build fix for when gtk is not available.
1509
1510 2005-12-05  Andy Wingo  <wingo@pobox.com>
1511
1512         * ext/libvisual/visual.c: (get_buffer):
1513         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
1514         * ext/pango/gsttextrender.c: (gst_text_render_chain):
1515         * ext/theora/theoradec.c: (theora_handle_data_packet):
1516         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
1517         (theora_enc_chain):
1518         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1519         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
1520         Update for alloc_buffer changes.
1521
1522 2005-12-05  Andy Wingo  <wingo@pobox.com>
1523
1524         patch by: Kai Vehmanen <kv2004 eca cx>
1525         
1526         * gst-libs/gst/rtp/gstbasertpdepayload.c
1527         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
1528
1529 2005-12-04  Andy Wingo  <wingo@pobox.com>
1530
1531         patch by: Sebastien Cote <sebas642 yahoo ca>
1532         
1533         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
1534         Fixes #319172.
1535
1536 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
1537
1538         * docs/plugins/Makefile.am:
1539         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1540         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1541         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1542         * ext/pango/gstclockoverlay.c:
1543         * ext/pango/gsttextoverlay.c: 
1544         * ext/pango/gsttextrender.c:
1545         * ext/pango/gsttimeoverlay.c:
1546           Add gtk-doc blurbs to pango elements.
1547
1548 2005-12-02  Wim Taymans  <wim@fluendo.com>
1549
1550         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
1551         * gst/audioresample/buffer.h:
1552         * gst/audioresample/gstaudioresample.c:
1553         * gst/audioresample/gstaudioresample.h:
1554         * gst/audioresample/resample.c: (resample_input_flush),
1555         (resample_input_pushthrough), (resample_input_eos),
1556         (resample_get_output_size_for_input),
1557         (resample_get_input_size_for_output), (resample_get_output_size),
1558         (resample_get_output_data):
1559         * gst/audioresample/resample.h:
1560         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1561         Fix audioresample, seek torture, new segments, reverse negotiation
1562         etc.. work fine.
1563
1564 2005-12-02  Wim Taymans  <wim@fluendo.com>
1565
1566         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1567         Small cleanups.
1568
1569 2005-12-02  Wim Taymans  <wim@fluendo.com>
1570
1571         * gst/audioconvert/gstaudioconvert.c:
1572         (gst_audio_convert_transform):
1573         Post errors.
1574
1575 === release 0.9.7 ===
1576
1577 2005-12-01   <thomas (at) apestaart (dot) org>
1578
1579         * configure.ac:
1580           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
1581
1582 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1583
1584         * Makefile.am:
1585         * po/hu.po:
1586         * win32/MANIFEST:
1587         * win32/gst.sln:
1588           add win32 MANIFEST file
1589           do something to the hungarian translation
1590
1591 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
1592
1593         * ext/Makefile.am:
1594           Add $(PANGO_DIR) to SUBDIRS
1595
1596         * ext/pango/gstclockoverlay.c:
1597         * ext/pango/gsttimeoverlay.c:
1598           Fix and improve element descriptions.
1599
1600 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1601
1602         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1603         * docs/plugins/inspect/plugin-libvisual.xml:
1604         * docs/plugins/inspect/plugin-pango.xml:
1605           add pango plugin to docs
1606
1607 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1608
1609         * configure.ac:
1610         * ext/Makefile.am:
1611           moved pango to base
1612
1613 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1614
1615         * configure.ac:
1616         * tests/Makefile.am:
1617         * tests/icles/.cvsignore:
1618         * tests/icles/Makefile.am:
1619         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
1620         (close_display), (resize_window), (move_window), (create_window),
1621         (terminate_playback), (pause_playback), (start_playback), (main):
1622           add stress test for xoverlay from Julien
1623
1624 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1625
1626         * docs/libs/tmpl/gstcolorbalance.sgml:
1627         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1628         * gst-libs/gst/rtp/gstbasertppayload.c:
1629         * gst-libs/gst/rtp/gstrtpbuffer.c:
1630         * gst-libs/gst/rtp/gstrtpbuffer.h:
1631           Do burger's rename for rtp payloaders and depayloaders
1632
1633 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1634
1635         * win32/:
1636           add Visual Studio 6 build files
1637
1638 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1639
1640         * docs/libs/gst-plugins-base-libs-docs.sgml:
1641         * docs/libs/gst-plugins-base-libs-sections.txt:
1642         * docs/libs/tmpl/gstaudio.sgml:
1643         * docs/libs/tmpl/gstringbuffer.sgml:
1644         * gst-libs/gst/interfaces/xoverlay.c:
1645         * gst-libs/gst/video/gstvideofilter.c:
1646         * gst-libs/gst/video/gstvideosink.c:
1647           update documentation
1648
1649 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1650
1651         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
1652         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
1653         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
1654         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
1655         (gst_multi_fd_sink_get_stats),
1656         (gst_multi_fd_sink_remove_client_link),
1657         (gst_multi_fd_sink_handle_client_read),
1658         (gst_multi_fd_sink_client_queue_data),
1659         (gst_multi_fd_sink_client_queue_caps),
1660         (gst_multi_fd_sink_client_queue_buffer),
1661         (gst_multi_fd_sink_new_client),
1662         (gst_multi_fd_sink_handle_client_write),
1663         (gst_multi_fd_sink_recover_client),
1664         (gst_multi_fd_sink_queue_buffer),
1665         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
1666         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
1667         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
1668         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
1669         * gst/tcp/gstmultifdsink.h:
1670         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
1671         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
1672         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
1673         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
1674         (gst_tcp_client_sink_set_property),
1675         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
1676         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
1677         * gst/tcp/gsttcpclientsink.h:
1678         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
1679         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
1680         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
1681         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
1682         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
1683         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
1684         * gst/tcp/gsttcpclientsrc.h:
1685         * gst/tcp/gsttcpplugin.c: (plugin_init):
1686         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
1687         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
1688         (gst_tcp_server_sink_finalize),
1689         (gst_tcp_server_sink_handle_server_read),
1690         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
1691         (gst_tcp_server_sink_set_property),
1692         (gst_tcp_server_sink_get_property),
1693         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
1694         * gst/tcp/gsttcpserversink.h:
1695         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
1696         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
1697         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
1698         (gst_tcp_server_src_set_property),
1699         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
1700         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
1701         * gst/tcp/gsttcpserversrc.h:
1702           more borgifying
1703
1704 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1705
1706         * docs/plugins/Makefile.am:
1707         * docs/plugins/gst-plugins-base-plugins.args:
1708         * docs/plugins/inspect/plugin-libvisual.xml:
1709         * gst/audioconvert/plugin.h:
1710         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
1711         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
1712         (gst_audio_rate_setcaps), (gst_audio_rate_init),
1713         (gst_audio_rate_chain), (gst_audio_rate_set_property),
1714         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
1715         (plugin_init):
1716         * gst/audiotestsrc/gstaudiotestsrc.c:
1717         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
1718         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1719         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
1720         (gst_audio_test_src_get_query_types),
1721         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
1722         (gst_audio_test_src_create_square),
1723         (gst_audio_test_src_create_saw),
1724         (gst_audio_test_src_create_triangle),
1725         (gst_audio_test_src_create_silence),
1726         (gst_audio_test_src_create_white_noise),
1727         (gst_audio_test_src_init_pink_noise),
1728         (gst_audio_test_src_generate_pink_noise_value),
1729         (gst_audio_test_src_create_pink_noise),
1730         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
1731         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
1732         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
1733         (plugin_init):
1734         * gst/audiotestsrc/gstaudiotestsrc.h:
1735         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
1736         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
1737         (gst_sub_parse_init), (gst_sub_parse_formats),
1738         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
1739         (convert_encoding), (get_next_line),
1740         (gst_sub_parse_data_format_autodetect),
1741         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
1742         (gst_sub_parse_loop), (gst_sub_parse_chain),
1743         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
1744         (plugin_init):
1745         * gst/subparse/gstsubparse.h:
1746         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
1747         (gst_video_rate_base_init), (gst_video_rate_class_init),
1748         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
1749         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
1750         (gst_video_rate_init), (gst_video_rate_event),
1751         (gst_video_rate_chain), (gst_video_rate_set_property),
1752         (gst_video_rate_get_property), (gst_video_rate_change_state),
1753         (plugin_init):
1754         * gst/videoscale/gstvideoscale.c:
1755         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
1756         (gst_video_scale_src_template_factory),
1757         (gst_video_scale_sink_template_factory),
1758         (gst_video_scale_get_type), (gst_video_scale_base_init),
1759         (gst_video_scale_class_init), (gst_video_scale_init),
1760         (gst_video_scale_set_property), (gst_video_scale_get_property),
1761         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
1762         (gst_video_scale_prepare_size), (parse_caps),
1763         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
1764         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
1765         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
1766         (plugin_init):
1767         * gst/videoscale/gstvideoscale.h:
1768         * gst/videotestsrc/gstvideotestsrc.c:
1769         (gst_video_test_src_pattern_get_type),
1770         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
1771         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
1772         (gst_video_test_src_set_pattern),
1773         (gst_video_test_src_set_property),
1774         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
1775         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
1776         (gst_video_test_src_event), (gst_video_test_src_get_times),
1777         (gst_video_test_src_create), (plugin_init):
1778         * gst/videotestsrc/gstvideotestsrc.h:
1779         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
1780         (gst_video_test_src_smpte), (gst_video_test_src_snow),
1781         (gst_video_test_src_black):
1782         * gst/videotestsrc/videotestsrc.h:
1783           borgify further
1784           clean up docs a little
1785
1786 2005-11-30  Wim Taymans  <wim@fluendo.com>
1787
1788         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1789         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
1790         (gst_basertppayload_event), (gst_basertppayload_push),
1791         (gst_basertppayload_change_state):
1792         * gst-libs/gst/rtp/gstbasertppayload.h:
1793         closed #320644.
1794
1795 2005-11-30  Julien MOUTTE  <julien@moutte.net>
1796
1797         * docs/libs/gst-plugins-base-libs-docs.sgml:
1798         * docs/libs/gst-plugins-base-libs-sections.txt:
1799         * gst-libs/gst/video/gstvideofilter.c:
1800         * gst-libs/gst/video/gstvideosink.c:
1801         * gst-libs/gst/video/gstvideosink.h: Adding docs.
1802
1803 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1804
1805         * LICENSE:
1806           move
1807         * po/af.po:
1808         * po/az.po:
1809         * po/cs.po:
1810         * po/en_GB.po:
1811         * po/hu.po:
1812         * po/it.po:
1813         * po/nb.po:
1814         * po/nl.po:
1815         * po/or.po:
1816         * po/sq.po:
1817         * po/sr.po:
1818         * po/sv.po:
1819         * po/uk.po:
1820         * po/vi.po:
1821         * Makefile.am:
1822           update
1823         * scripts/autoplugins.sh:
1824           remove
1825
1826 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1827
1828         * Makefile.am:
1829         * configure.ac:
1830         * examples/Makefile.am:
1831         * examples/capsfilter/Makefile.am:
1832         * examples/capsfilter/capsfilter1.c:
1833         * examples/gob/Makefile.am:
1834         * examples/gob/gst-identity2.gob:
1835         * examples/indexing/.cvsignore:
1836         * examples/indexing/Makefile.am:
1837         * examples/indexing/indexmpeg.c:
1838         * examples/seeking/.cvsignore:
1839         * examples/seeking/Makefile.am:
1840         * examples/seeking/cdparanoia.c:
1841         * examples/seeking/cdplayer.c:
1842         * examples/seeking/chained.c:
1843         * examples/seeking/scrubby.c:
1844         * examples/seeking/seek.c:
1845         * examples/stats/Makefile.am:
1846         * examples/stats/mp2ogg.c:
1847         * examples/switch/.cvsignore:
1848         * examples/switch/Makefile.am:
1849         * examples/switch/switcher.c:
1850         * tests/Makefile.am:
1851         * tests/check/generic/.cvsignore:
1852         * tests/check/pipelines/.cvsignore:
1853         * tests/examples/Makefile.am:
1854         * tests/examples/seek/Makefile.am:
1855           reorganize stuff under tests/
1856
1857 2005-11-30  Edward Hervey  <edward@fluendo.com>
1858
1859         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
1860         Go away you stupid GstStaticPadTemplate memleak.
1861
1862 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1863
1864         * gst-libs/gst/net/Makefile.am:
1865         * gst-libs/gst/net/README:
1866         * gst-libs/gst/net/gstnetbuffer.c:
1867         * gst-libs/gst/net/gstnetbuffer.h:
1868           this was moved to "netbuffer"
1869
1870 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1871
1872         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
1873         (gst_video_filter_class_init), (gst_video_filter_init):
1874         * gst-libs/gst/video/gstvideofilter.h:
1875           borgify name to bring in line with other classes
1876
1877 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1878
1879         * gst/audioscale/.cvsignore:
1880         * gst/audioscale/Makefile.am:
1881         * gst/audioscale/README:
1882         * gst/audioscale/audioscale.vcproj:
1883         * gst/audioscale/dtof.c:
1884         * gst/audioscale/dtos.c:
1885         * gst/audioscale/functable.c:
1886         * gst/audioscale/gstaudioscale.c:
1887         * gst/audioscale/gstaudioscale.h:
1888         * gst/audioscale/private.h:
1889         * gst/audioscale/resample.c:
1890         * gst/audioscale/resample.h:
1891         * gst/audioscale/test.c:
1892           remove
1893
1894 2005-11-30  Edward Hervey  <edward@fluendo.com>
1895
1896         * gst-libs/gst/netbuffer/Makefile.am:
1897         really, really tired
1898
1899 2005-11-30  Edward Hervey  <edward@fluendo.com>
1900
1901         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1902         Update for new GstTypeFindFactory _register()
1903
1904 2005-11-30  Edward Hervey  <edward@fluendo.com>
1905
1906         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
1907         Let's not override libgstnet from core for no reason...
1908         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
1909         Ok, maybe not so quick next time.
1910
1911 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1912
1913         * configure.ac:
1914         * gst-libs/gst/Makefile.am:
1915           moved gst-libs/gst/net to netbuffer through CVS surgery
1916           remove old directory
1917           updating build to accomodate
1918           (#322257)
1919
1920 2005-11-29  Andy Wingo  <wingo@pobox.com>
1921
1922         * pkgconfig/gstreamer-plugins-base.pc.in:
1923         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1924         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
1925         (#322257).
1926
1927 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
1928
1929         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
1930         3rd time's the charm. Correct ref-counting for discarded buffers.
1931
1932 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
1933
1934         * gst/playback/gststreamselector.c:
1935         (gst_stream_selector_class_init),
1936         (gst_stream_selector_set_property),
1937         (gst_stream_selector_get_property),
1938         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
1939         Fix ref-counting
1940
1941 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
1942
1943         * gst/subparse/gstsubparse.c: (feed_textbuf):
1944           Don't access already unref'ed buffer.
1945
1946 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
1947
1948         * gst/playback/gststreamselector.c:
1949         (gst_stream_selector_class_init), (gst_stream_selector_init),
1950         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
1951         (gst_stream_selector_get_property),
1952         (gst_stream_selector_get_linked_pad),
1953         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
1954         * gst/playback/gststreamselector.h:
1955         Add the active-pad property for playbin to use shortly. Ignore buffers
1956         from any other pad, returning GST_FLOW_NOT_LINKED
1957
1958 2005-11-29  Julien MOUTTE  <julien@moutte.net>
1959
1960         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
1961         patch from bug #322704 (Alessandro Decina).
1962
1963 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1964
1965         * gst-libs/gst/audio/Makefile.am:
1966           folded audiofilter into the audio library
1967
1968 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1969
1970         * gst/videoscale/gstvideoscale.h:
1971         * gst/videoscale/gstvideoscale.c:
1972           remove unimplemented scale methods
1973
1974 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
1975
1976         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
1977           Don't leak caps.
1978
1979 2005-11-28  Julien MOUTTE  <julien@moutte.net>
1980
1981         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
1982         (gst_ximagesink_setcaps):
1983         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1984         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
1985         happens (only visible on ximagesink but bug is in xv too) set_caps was
1986         destroying the internal x[v]image used to memcpy non locally alloced
1987         buffers so that it got renewed on next _chain. The issue is that 
1988         _expose will try to put that image as it reffed it in _put.
1989         Using gst_buffer_unref instead of destroy fixes it !
1990
1991 2005-11-28  Edward Hervey  <edward@fluendo.com>
1992
1993         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1994         (try_to_link_1), (queue_filled_cb):
1995         Better use of the queues. Start with a small size queue and only increase
1996         the size of the queues when the other queues are empty.
1997
1998 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1999
2000         * gst-libs/gst/video/Makefile.am:
2001           compile in copied-over videofilter into the video library
2002         * gst-libs/gst/video/videosink.h:
2003           rename the header to gstvideosink.h since it's a base GstObject class
2004         * sys/ximage/ximagesink.h:
2005         * sys/xvimage/xvimagesink.h:
2006           use the new header
2007
2008 2005-11-28  Wim Taymans  <wim@fluendo.com>
2009
2010         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
2011         * gst/playback/gstplaybasebin.h:
2012         Prepare to handle errors betters.
2013
2014         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
2015         Set sinks to PAUSED first before adding and linking them so that
2016         we don't interrupt dataflow.
2017
2018 2005-11-28  Wim Taymans  <wim@fluendo.com>
2019
2020         * gst-libs/gst/audio/TODO:
2021         Updated TODO
2022
2023         * gst-libs/gst/audio/gstaudiosink.c:
2024         (gst_audioringbuffer_open_device),
2025         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
2026         (gst_audioringbuffer_release):
2027         Small cleanups.
2028
2029         * gst-libs/gst/audio/gstbaseaudiosink.c:
2030         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
2031         (gst_base_audio_sink_change_state):
2032         Slave to the master clock when going to PLAYING and unslave when
2033         going to PAUSED.
2034
2035         * gst-libs/gst/audio/gstringbuffer.c:
2036         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
2037         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
2038         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
2039         (gst_ring_buffer_clear_all), (wait_segment),
2040         (gst_ring_buffer_commit), (gst_ring_buffer_read),
2041         (gst_ring_buffer_advance):
2042         * gst-libs/gst/audio/gstringbuffer.h:
2043         Add some docs and cleanups.
2044
2045 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2046
2047         * sys/xvimage/xvimagesink.c:
2048         (gst_xvimagesink_navigation_send_event): Fix navigation events
2049         coordinates translation with pixel aspect ratios.
2050
2051 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2052
2053         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2054         Use calculated video geometry from _setcaps instead of buffer
2055         caps to respect pixel aspect ratio. (fixes #322388)
2056
2057 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2058
2059         * docs/libs/tmpl/gstcolorbalance.sgml:
2060         * docs/libs/tmpl/gstmixer.sgml:
2061         * docs/libs/tmpl/gstxoverlay.sgml:
2062         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
2063         interface.
2064
2065 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2066
2067         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2068         Refuse to create an XvImage if we can't find the format.
2069
2070 2005-11-28  Edward Hervey  <edward@fluendo.com>
2071
2072         * gst-libs/gst/riff/riff-media.c:
2073         (gst_riff_create_audio_template_caps):
2074         Add ATRAC3 to the list of riff-possible audio caps.
2075         I know we still don't have a plugin for atrac3, but it's saner to output
2076         that than a cryptic mimetype.
2077
2078 2005-11-27  Edward Hervey  <edward@fluendo.com>
2079
2080         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
2081         Don't try to create a zero-sized subbuffer.
2082
2083 2005-11-27  Julien MOUTTE  <julien@moutte.net>
2084
2085         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
2086         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
2087         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
2088         (gst_ximagesink_expose): Fixed a tricky race.
2089         * sys/ximage/ximagesink.h:
2090         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2091         (gst_xvimagesink_expose): Fixed a tricky race.
2092         * sys/xvimage/xvimagesink.h:
2093
2094 2005-11-27  Edward Hervey  <edward@fluendo.com>
2095
2096         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
2097         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
2098         Remove unused properties, and add queues between demuxers and decoders
2099         so that a lot more files can preroll properly.
2100
2101 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2102
2103         * gst-libs/gst/net/Makefile.am:
2104         * gst-libs/gst/rtp/Makefile.am:
2105         * gst-libs/gst/tag/Makefile.am:
2106           remove silly include
2107         * gst/tags/Makefile.am:
2108         * gst/tags/gsttagediting.c:
2109         * gst/tags/gsttageditingprivate.h:
2110         * gst/tags/tagedit.vcproj:
2111           remove directory, is as good as empty
2112
2113 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2114
2115         * configure.ac:
2116           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
2117         * gst-libs/Makefile.am:
2118         * gst-libs/gst/audio/Makefile.am:
2119         * gst-libs/gst/interfaces/Makefile.am:
2120         * gst-libs/gst/net/Makefile.am:
2121         * gst-libs/gst/riff/Makefile.am:
2122         * gst-libs/gst/rtp/Makefile.am:
2123         * gst-libs/gst/tag/Makefile.am:
2124         * gst-libs/gst/video/Makefile.am:
2125           and use them
2126
2127 2005-11-27  Julien MOUTTE  <julien@moutte.net>
2128
2129         * docs/libs/tmpl/gstcolorbalance.sgml:
2130         * docs/libs/tmpl/gstmixer.sgml:
2131         * docs/libs/tmpl/gstxoverlay.sgml:
2132         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
2133         * sys/ximage/ximagesink.h:
2134         * sys/xvimage/xvimagesink.h: More and more documentation.
2135
2136 2005-11-26  Julien MOUTTE  <julien@moutte.net>
2137
2138         * docs/libs/gst-plugins-base-libs-docs.sgml:
2139         * docs/libs/gst-plugins-base-libs-sections.txt:
2140         * docs/libs/tmpl/gstcolorbalance.sgml:
2141         * docs/libs/tmpl/gstmixer.sgml:
2142         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
2143         to documentation.
2144
2145 2005-11-26  Julien MOUTTE  <julien@moutte.net>
2146
2147         * docs/plugins/Makefile.am:
2148         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2149         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2150         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
2151
2152 2005-11-26  Julien MOUTTE  <julien@moutte.net>
2153
2154         * docs/plugins/Makefile.am:
2155         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2156         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2157         * docs/plugins/inspect/plugin-adder.xml:
2158         * docs/plugins/inspect/plugin-alsa.xml:
2159         * docs/plugins/inspect/plugin-audioconvert.xml:
2160         * docs/plugins/inspect/plugin-audiorate.xml:
2161         * docs/plugins/inspect/plugin-audioresample.xml:
2162         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2163         * docs/plugins/inspect/plugin-decodebin.xml:
2164         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2165         * docs/plugins/inspect/plugin-gnomevfs.xml:
2166         * docs/plugins/inspect/plugin-ogg.xml:
2167         * docs/plugins/inspect/plugin-playbin.xml:
2168         * docs/plugins/inspect/plugin-subparse.xml:
2169         * docs/plugins/inspect/plugin-tcp.xml:
2170         * docs/plugins/inspect/plugin-theora.xml:
2171         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2172         * docs/plugins/inspect/plugin-video4linux.xml:
2173         * docs/plugins/inspect/plugin-videorate.xml:
2174         * docs/plugins/inspect/plugin-videoscale.xml:
2175         * docs/plugins/inspect/plugin-videotestsrc.xml:
2176         * docs/plugins/inspect/plugin-volume.xml:
2177         * docs/plugins/inspect/plugin-vorbis.xml:
2178         * docs/plugins/inspect/plugin-ximagesink.xml:
2179         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
2180         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
2181
2182 2005-11-26  Edward Hervey  <edward@fluendo.com>
2183
2184         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
2185         Properly return GstFlowReturn from gst_pad_push in chain functions.
2186
2187 2005-11-25  Michael Smith  <msmith@fluendo.com>
2188
2189         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
2190         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
2191         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
2192         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
2193           Handle various conditions better when we don't understand a stream.
2194           Removes a heap of CRITICALs on ogg streams containing unknown data.
2195
2196 2005-11-24  Andy Wingo  <wingo@pobox.com>
2197
2198         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
2199         Be threadsafe.
2200
2201 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2202
2203         * configure.ac: back to HEAD
2204
2205 === release 0.9.6 ===
2206
2207 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
2208
2209         * configure.ac:
2210           releasing 0.9.6, "White Eight"
2211
2212 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2213
2214         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2215         * docs/plugins/inspect/plugin-sine.xml:
2216           remove sinesrc some more
2217
2218 2005-11-23  Wim Taymans  <wim@fluendo.com>
2219
2220         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
2221         If we are reading too slowly, jump forward in the ringbuffer
2222         instead of blocking.
2223
2224 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
2225
2226         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
2227         (gst_visual_chain):
2228         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
2229         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
2230         (gst_videorate_chain):
2231         * gst/videotestsrc/gstvideotestsrc.c:
2232         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
2233         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
2234         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
2235         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
2236         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
2237         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
2238           Updates for API changes
2239
2240 2005-11-23  Wim Taymans  <wim@fluendo.com>
2241
2242         * gst-libs/gst/audio/gstbaseaudiosink.c:
2243         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
2244         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2245         Fix for calibration API change.
2246
2247 2005-11-23  Michael Smith <msmith@fluendo.com>
2248
2249         * gst-libs/gst/audio/multichannel.c:
2250         (gst_audio_get_channel_positions),
2251         (gst_audio_set_channel_positions),
2252         (gst_audio_set_structure_channel_positions_list),
2253         (gst_audio_fixate_channel_positions):
2254           Use gst_value_array_*() functions on value arrays, not
2255           gst_value_list_*().
2256
2257 2005-11-23  Edward Hervey  <edward@fluendo.com>
2258
2259         * autogen.sh:
2260         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
2261         Fixes autogen
2262
2263 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2264
2265         * check/Makefile.am:
2266         * check/elements/videotestsrc.c: (setup_videotestsrc),
2267         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
2268         (main):
2269           add a test for videotestsrc
2270
2271 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2272
2273         * gst/sine/.cvsignore:
2274         * gst/sine/Makefile.am:
2275         * gst/sine/gstsinesrc.c:
2276         * gst/sine/gstsinesrc.h:
2277         * gst/sine/sinesrc.vcproj:
2278           and remove sinesrc from the repository.  Closes #321446
2279
2280 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2281
2282         * configure.ac:
2283         * gst-plugins-base.spec.in:
2284           remove sinesrc from the build
2285
2286 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2287
2288         * check/Makefile.am:
2289         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
2290         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
2291         (main):
2292           add a test for audiotestsrc, testing all waves.  Even seems
2293           leak-free at first glance, nice job Stefan
2294
2295 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
2296
2297         * po/af.po:
2298         * po/az.po:
2299         * po/cs.po:
2300         * po/en_GB.po:
2301         * po/hu.po:
2302         * po/it.po:
2303         * po/nb.po:
2304         * po/nl.po:
2305         * po/or.po:
2306         * po/sq.po:
2307         * po/sr.po:
2308         * po/sv.po:
2309         * po/uk.po:
2310         * po/vi.po:
2311           Translation string updates
2312
2313         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
2314         (gst_v4lsrc_set_caps):
2315         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
2316         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
2317         * sys/v4l/v4lsrc_calls.h:
2318           Improve v4lsrc, by making it work again.
2319
2320 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
2321
2322         * ext/libvisual/visual.c: (gst_visual_chain):
2323           Fix the fps calculations.
2324
2325         * gst/ffmpegcolorspace/avcodec.h:
2326           Move structure element for clarity
2327
2328         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
2329         * gst-libs/gst/interfaces/tunernorm.h:
2330         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
2331         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
2332         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
2333         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
2334         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
2335         (gst_v4lmjpegsrc_getcaps):
2336         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
2337         (gst_v4lsrc_set_caps):
2338         * sys/v4l/gstv4lsrc.h:
2339         * sys/v4l/v4l_calls.c: (gst_v4l_open):
2340         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
2341         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
2342         * sys/v4l/v4lsrc_calls.h:
2343           Fractional framerates...
2344
2345 2005-11-22  Wim Taymans  <wim@fluendo.com>
2346
2347         * gst-libs/gst/audio/gstbaseaudiosink.c:
2348         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
2349         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2350         And we provide a clock by default, of course...
2351
2352 2005-11-22  Wim Taymans  <wim@fluendo.com>
2353
2354         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
2355         This clock can be slaved to a master clock now.
2356
2357         * gst-libs/gst/audio/gstbaseaudiosink.c:
2358         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2359         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
2360         (gst_base_audio_sink_set_clock),
2361         (gst_base_audio_sink_set_property),
2362         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
2363         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2364         * gst-libs/gst/audio/gstbaseaudiosink.h:
2365         Handle slaving the internal clock to the clock selected in the
2366         pipeline.
2367         Add property to make the basesink not provide a clock.
2368
2369         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2370         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
2371         (gst_base_rtp_depayload_wait):
2372         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2373         We can use the clock in GstElement, no need to store it ourselves.
2374
2375 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2376
2377         * docs/libs/tmpl/gstaudio.sgml:
2378           update
2379         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
2380         (gst_paranoia_endian_get_type):
2381         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
2382         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
2383         * gst/audiotestsrc/gstaudiotestsrc.c:
2384         (gst_audiostestsrc_wave_get_type):
2385         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
2386         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
2387         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
2388         (gst_sync_method_get_type), (gst_unit_type_get_type),
2389         (gst_client_status_get_type), (gst_multifdsink_class_init),
2390         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
2391         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
2392         (gst_multifdsink_get_property):
2393         * gst/tcp/gstmultifdsink.h:
2394         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
2395         * gst/videotestsrc/gstvideotestsrc.c:
2396         (gst_videotestsrc_pattern_get_type):
2397           remove deprecated properties
2398           fix up enums to correctly have short lowercase dashed nicks
2399
2400 2005-11-22  Michael Smith <msmith@fluendo.com>
2401
2402         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
2403         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2404           Add underscore.
2405
2406 2005-11-22  Michael Smith <msmith@fluendo.com>
2407
2408         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
2409         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2410           Use utility method for scaling clocktime for fractional framerates.
2411
2412 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
2413
2414         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
2415         (gst_visual_chain):
2416         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2417         * ext/theora/theoradec.c: (theora_handle_type_packet):
2418         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
2419         (theora_enc_chain):
2420         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2421         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
2422         * gst-libs/gst/video/video.h:
2423         * gst/ffmpegcolorspace/avcodec.h:
2424         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2425         (gst_ffmpeg_caps_to_pixfmt):
2426         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2427         (gst_ffmpegcsp_set_caps):
2428         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
2429         (gst_videorate_setcaps), (gst_videorate_blank_data),
2430         (gst_videorate_chain):
2431         * gst/videotestsrc/gstvideotestsrc.c:
2432         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
2433         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
2434         (gst_videotestsrc_event), (gst_videotestsrc_create):
2435         * gst/videotestsrc/gstvideotestsrc.h:
2436         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
2437         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
2438         (gst_ximagesink_get_times), (gst_ximagesink_init):
2439         * sys/ximage/ximagesink.h:
2440         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2441         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
2442         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
2443         * sys/xvimage/xvimagesink.h:
2444           Convert elements to use fractions for their framerate.
2445           V4L elements to come later tonight.
2446
2447 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2448
2449         * gst-libs/gst/audio/audio.c:
2450         * gst-libs/gst/audio/audio.h:
2451           remove some deprecated functions
2452
2453 2005-11-22  Andy Wingo  <wingo@pobox.com>
2454
2455         * Update for gst_tag_setter API changes.
2456
2457 2005-11-22  Andy Wingo  <wingo@pobox.com>
2458
2459         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
2460         (gst_ogg_demux_perform_seek):
2461         * ext/theora/theoradec.c (theora_dec_sink_event):
2462         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
2463         update-funcnames.
2464
2465 2005-11-22  Wim Taymans  <wim@fluendo.com>
2466
2467         * examples/seeking/seek.c: (main):
2468         Give higher priority to bus signals than the gtk events
2469         to fix a race condition in the segment looping.
2470
2471 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
2472
2473         * ext/theora/Makefile.am:
2474         * ext/vorbis/Makefile.am:
2475         * gst-libs/gst/tag/Makefile.am:
2476         * gst-plugins-base.spec.in:
2477           Rename libgsttagedit to libgsttag (#322117).
2478
2479 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
2480
2481         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
2482         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
2483           Call gst_x_overlay_prepare_xwindow_id() to give applications
2484           a final chance to set their own xwindow id before the video
2485           sink creates its own window.
2486
2487 2005-11-22  Julien MOUTTE  <julien@moutte.net>
2488
2489         * sys/xvimage/xvimagesink.c:
2490         (gst_xvimagesink_navigation_send_event): Handle navigation
2491         events correcly with borders if applicable.
2492
2493 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
2494
2495         Patch by: Luca Ognibene
2496
2497         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2498         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
2499         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2500         (gst_ffmpegcsp_caps_remove_format_info):
2501         * gst/ffmpegcolorspace/imgconvert.c:
2502         * gst/ffmpegcolorspace/imgconvert_template.h:
2503           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
2504           #318353); use gst_structure_has_name().
2505
2506 2005-11-22  Julien MOUTTE  <julien@moutte.net>
2507
2508         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
2509         (gst_ximagesink_class_init): Add debug macros on functions.
2510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2511         (gst_xvimagesink_xwindow_draw_borders),
2512         (gst_xvimagesink_xvimage_put),
2513         (gst_xvimagesink_xwindow_update_geometry),
2514         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
2515         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
2516         (gst_xvimagesink_xcontext_clear),
2517         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
2518         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
2519         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
2520         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
2521         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
2522         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
2523         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
2524         expose while being PAUSED, out of data flow navigation events, etc..
2525
2526 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2527
2528         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
2529         * gst-libs/gst/audio/audio.h:
2530           fix prototype - wondering why the test worked regardless
2531
2532 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2533
2534         * check/Makefile.am:
2535         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
2536         * gst-libs/gst/audio/audio.h:
2537           add a method that returns a proper GstClockTime
2538
2539 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2540
2541         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
2542         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
2543         * gst-libs/gst/interfaces/xoverlay.h:
2544           Remove everything having to do with the desired size; add 
2545           gst_x_overlay_prepare_xwindow_id() function; remove the
2546           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
2547           post a message on the bus instead (#321816).
2548
2549         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
2550         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
2551         (gst_xvimagesink_xoverlay_init):
2552           Remove desired size stuff (#321816).
2553
2554 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2555
2556         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
2557         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
2558         (mpeg_video_type_find), (mpeg_video_stream_type_find):
2559           Terminate vararg functions with NULL instead of 0 to 
2560           make gcc4 happy.
2561
2562 2005-11-21  Andy Wingo  <wingo@pobox.com>
2563
2564         patch by: Sebastien Cote <sebas642@yahoo.ca>
2565         
2566         * gst-libs/gst/rtp/gstrtpbuffer.h: 
2567         * gst-libs/gst/rtp/gstrtpbuffer.c
2568         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
2569
2570 2005-11-21  Andy Wingo  <wingo@pobox.com>
2571
2572         * gst/playback/gstplaybin.c (gen_audio_element) 
2573         (gen_video_element): Use the new MISSING_PLUGIN core error
2574         category. Closes #320060.
2575
2576         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
2577         * gst/videorate/gstvideorate.c (gst_videorate_event):
2578         * ext/theora/theoradec.c (theora_dec_sink_event): 
2579         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
2580         stream lock.
2581
2582         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
2583         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
2584         stream lock changes.
2585
2586 2005-11-21  Wim Taymans  <wim@fluendo.com>
2587
2588         * gst-libs/gst/audio/gstbaseaudiosink.c:
2589         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2590         (gst_base_audio_sink_provide_clock),
2591         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
2592         (gst_base_audio_sink_change_state):
2593         * gst/audioresample/gstaudioresample.c:
2594         Segment update fix.
2595
2596 2005-11-21  Andy Wingo  <wingo@pobox.com>
2597
2598         * *.h:
2599         * *.c: Ran scripts/update-macros. Oh yes.
2600
2601 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2602
2603         * sys/ximage/Makefile.am:
2604         * sys/ximage/ximage.c:
2605           Rename ximage plugin to ximagesink (#321426) (Don't forget to
2606           remove your old libgstximage.* manually if necessary).
2607
2608 2005-11-21  Michael Smith <msmith@fluendo.com>
2609
2610         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
2611           Minimal fix for bug #320200: set the min/max bitrate in the correct
2612           units. A better fix would be to upgrade to the RATEMANAGE2
2613           interface, rather than using the deprecated interface used here, but
2614           that would require an update in our libvorbis dependency (to 1.1),
2615           which is probably undesirable.
2616
2617 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
2618
2619         * ext/libvisual/visual.c: (get_buffer):
2620         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2621         (gst_base_audio_src_fixate):
2622         * gst/audioconvert/gstaudioconvert.c:
2623         (gst_audio_convert_fixate_caps):
2624         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
2625         * gst/audiotestsrc/gstaudiotestsrc.c:
2626         (gst_audiotestsrc_src_fixate):
2627         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
2628         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
2629         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
2630         * gst/videotestsrc/gstvideotestsrc.c:
2631         (gst_videotestsrc_src_fixate):
2632         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
2633         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
2634           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
2635           (#322027)
2636
2637
2638 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2639
2640         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2641         (gst_riff_create_iavs_caps):
2642         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
2643         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
2644         (gst_riff_parse_info):
2645         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
2646         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
2647         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
2648           Fixes for GST_FOURCC_FORMAT API change.
2649
2650 2005-11-21  Andy Wingo  <wingo@pobox.com>
2651
2652         patch by: Alessandro Dessina <alessandro nnva org>
2653
2654         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
2655         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
2656         (gst_ogg_parse_chain):
2657         * ext/theora/theoraenc.c (theora_set_header_on_caps):
2658         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
2659         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
2660         gst_value_list calls on arrays. Fixes #321962.
2661
2662 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2663
2664         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
2665         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
2666         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
2667         * gst/adder/gstadder.c: (gst_adder_init),
2668         (gst_adder_request_new_pad), (gst_adder_collected),
2669         (gst_adder_change_state):
2670           Update for gst_collectpads_foo() to gst_collect_pads_foo()
2671           API change.
2672
2673 2005-11-21  Michael Smith <msmith@fluendo.com>
2674
2675         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
2676         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
2677           Properly handle pad_push return values.
2678
2679 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
2680
2681         * gst-libs/gst/tag/Makefile.am:
2682         * gst-libs/gst/tag/gstvorbistag.c:
2683         (gst_tag_list_to_vorbiscomment_buffer):
2684           Remove obsolete vorbistag element and debug category.
2685
2686         * gst/playback/gstplaybasebin.c: (check_queue):
2687           Don't divide by 0 when queue-threshold is 0.
2688
2689         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
2690           Don't modify an existing pixel-aspect-ratio if we fail to read
2691           a new one.
2692
2693 2005-11-20  Wim Taymans  <wim@fluendo.com>
2694
2695         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
2696         (gst_vorbisenc_push_packet):
2697         GST_PAD_IS_USABLE is gone, use the return value of
2698         the push or pad_alloc_buffer instead.
2699
2700 2005-11-18  Julien MOUTTE  <julien@moutte.net>
2701
2702         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
2703         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
2704         (gst_ximagesink_ximage_destroy),
2705         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
2706         (gst_ximagesink_xwindow_new),
2707         (gst_ximagesink_xwindow_update_geometry),
2708         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
2709         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
2710         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
2711         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
2712         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
2713         (gst_ximagesink_navigation_send_event),
2714         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
2715         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
2716         (gst_ximagesink_finalize), (gst_ximagesink_init),
2717         (gst_ximagesink_class_init):
2718         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
2719         This new version brings correct software scaling, non flickering
2720         window while resizing, pixel aspect ratio handling, usage of
2721         hardware buffer pools, out of data flow event thread for 
2722         navigation and handling of expose events even when being PAUSED,
2723         a new property to keep video aspect ratio when resizing, etc...
2724
2725 2005-11-18  Julien MOUTTE  <julien@moutte.net>
2726
2727         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2728         (gst_videoscale_fixate_caps): Introduce back caps fixate with
2729         handling of PAR.
2730
2731 2005-11-18    <bilboed@dvdsrc.fluendo.com>
2732
2733         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
2734         Unsetting IS_SINK flag from the fakesink, so decodebin
2735         never behaves as a sink.
2736
2737 2005-11-17  Wim Taymans  <wim@fluendo.com>
2738
2739         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2740         (gst_base_audio_src_change_state):
2741         Fix the audiosrc base class again, we did not unflush.
2742
2743 2005-11-17  Julien MOUTTE  <julien@moutte.net>
2744
2745         * examples/seeking/seek.c: (make_dv_pipeline),
2746         (make_vorbis_theora_pipeline), (make_avi_pipeline),
2747         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
2748         to ogg/vorbis/theora pipeline.
2749
2750 2005-11-17  Wim Taymans  <wim@fluendo.com>
2751
2752         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
2753         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
2754         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
2755         Fix EOS on multiple streams.
2756         More debugging.
2757
2758 2005-11-16  Wim Taymans  <wim@fluendo.com>
2759
2760         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
2761         (gst_ogg_demux_perform_seek):
2762         Segment done must include stream time.
2763
2764         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
2765         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
2766         (gst_ogg_mux_change_state):
2767         Fix ogg muxer again.
2768
2769 2005-11-16  Wim Taymans  <wim@fluendo.com>
2770
2771         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
2772         Fix compile again.
2773
2774 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2775
2776         * ext/libvisual/visual.c: (gst_visual_init):
2777         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
2778         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
2779         (gst_ogg_parse_chain):
2780         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
2781         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
2782         * ext/theora/theoradec.c: (gst_theora_dec_init):
2783         * ext/theora/theoraenc.c: (gst_theora_enc_init):
2784         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
2785         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
2786         * gst/adder/gstadder.c: (gst_adder_class_init),
2787         (gst_adder_dispose):
2788         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
2789         * gst/subparse/gstsubparse.c: (gst_subparse_init):
2790         * gst/videorate/gstvideorate.c: (gst_videorate_init):
2791           Fix a whole set of pad template leaks
2792
2793 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2794
2795         * check/generic/states.c: (GST_START_TEST):
2796           fix the test so that it only checks for elements that are part of
2797           this source module
2798
2799 2005-11-16  Michael Smith <msmith@fluendo.com>
2800
2801         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
2802         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
2803         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
2804         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
2805         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
2806         (gst_ogg_mux_change_state):
2807           Fix leaking collectpads.
2808
2809 2005-11-16  Edward Hervey  <edward@fluendo.com>
2810
2811         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
2812         (gst_videorate_event), (gst_videorate_chain):
2813         Handle segment seeks
2814
2815 2005-11-16  Wim Taymans  <wim@fluendo.com>
2816
2817         * gst-libs/gst/audio/gstbaseaudiosink.c:
2818         (gst_base_audio_sink_provide_clock),
2819         (gst_base_audio_sink_change_state):
2820         Set ringbuffer to non-flushing when going to PAUSED, set to
2821         flushing again when going to READY.
2822
2823         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2824         (gst_ring_buffer_stop):
2825         Start in flushing mode by default.
2826         Don't set flushing in the _stop method, let the app call
2827         this explicitly.
2828
2829 2005-11-16  Julien MOUTTE  <julien@moutte.net>
2830
2831         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
2832         * gst-libs/gst/video/videosink.h: Add helper function needed
2833         for video sinks.
2834
2835 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
2836
2837         * gst/videoscale/gstvideoscale.c:
2838         (gst_videoscale_handle_src_event):
2839           Don't leak reference to pad parent.
2840
2841 2005-11-16  Wim Taymans  <wim@fluendo.com>
2842
2843         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
2844         Set ringbuffer to flushing when stopping so that we don't
2845         block on wait_segment anymore and livelock.
2846
2847 2005-11-16  Wim Taymans  <wim@fluendo.com>
2848
2849         * examples/seeking/seek.c: (send_event), (do_seek),
2850         (loop_toggle_cb), (segment_done), (main):
2851         Added looping checkbox.
2852
2853 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2854
2855         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
2856         (gst_ogg_demux_init):
2857         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
2858         (gst_vorbis_dec_init):
2859           revert unrefs, they don't pass make check
2860
2861 2005-11-15  Johan Dahlin  <johan@gnome.org>
2862
2863         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
2864         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
2865         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
2866         (gst_vorbis_dec_init):
2867         Fix pad template leaks. 
2868
2869 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
2870
2871         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2872           Make state change function thread safe.
2873
2874 2005-11-15  Edward Hervey  <edward@fluendo.com>
2875
2876         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
2877         (gst_ogg_demux_class_init):
2878         Implement GstElement::send_event, so we can send seek events
2879         in GST_STATE_READY
2880
2881 2005-11-14  Julien MOUTTE  <julien@moutte.net>
2882
2883         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
2884         Discovered how to take away flickering while resizing the
2885         window. Please don't put that in ximagesink, refactoring in
2886         progress.
2887
2888 2005-11-14  Michael Smith <msmith@fluendo.com>
2889
2890         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
2891         (gst_multifdsink_render):
2892           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
2893
2894 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
2895
2896         * gst/playback/gstplaybin.c: (gen_audio_element):
2897           Use autoaudiosink, it tends to be more widely available than
2898           autoaudiiosink.
2899           
2900 2005-11-14  Andy Wingo  <wingo@pobox.com>
2901
2902         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
2903         as well if it is available. Fixes #316442.
2904
2905 2005-11-14  Michael Smith <msmith@fluendo.com>
2906
2907         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
2908         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
2909         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
2910         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
2911         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
2912         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
2913         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
2914         (gst_vorbisenc_change_state):
2915           Fix a small memory leak in vorbisenc.
2916           Fix large memory leaks in oggmux, also fix lots of state change
2917           bugs in oggmux.
2918
2919 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2920
2921         * gst/videotestsrc/gstvideotestsrc.c:
2922         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
2923         (gst_videotestsrc_src_fixate):
2924           move fixation to a fixate function
2925           remove negotiate function, basesrc's is good enough
2926           fixes a bug for check when using the element alone
2927
2928 2005-11-13  Edward Hervey  <edward@fluendo.com>
2929
2930         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
2931         (key_toggle_cb), (main):
2932         Added checkboxes for adding/removing the accurate and key_unit seek
2933         flags.
2934
2935 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2936
2937         * configure.ac: back to HEAD
2938
2939 === release 0.9.5 ===
2940
2941 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
2942
2943         * configure.ac:
2944           releasing 0.9.5, "No No Kia"
2945
2946 2005-11-11  Edward Hervey  <edward@fluendo.com>
2947
2948         * examples/seeking/seek.c: (make_parselaunch_pipeline):
2949         Added parse-launch syntax seeking mode for the seeking example.
2950         This should help stress-test even more cases.
2951         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
2952
2953 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
2954
2955         * sys/xvimage/xvimagesink.c:
2956         (gst_xvimagesink_navigation_send_event):
2957           Check whether peer pad exists before sending navigation events
2958           to it.
2959
2960 2005-11-11  Michael Smith <msmith@fluendo.com>
2961
2962         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
2963         (gst_vorbisenc_buffer_from_packet):
2964         * ext/vorbis/vorbisenc.h:
2965           Set duration on encoded buffers. This allows oggmux's
2966           max_page_delay parameter to actually work.
2967
2968 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
2969
2970         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2971         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
2972         (gst_ffmpegcsp_avpicture_fill):
2973         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2974         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
2975           Make palettes work again (see #132341). Use our own macros
2976           for rounding up.
2977
2978 2005-11-10  Andy Wingo  <wingo@pobox.com>
2979
2980         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
2981         string doober.
2982
2983 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2984
2985         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2986         (gst_ffmpegcsp_transform_caps):
2987           Prefer passthrough in transform_caps
2988
2989 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2990
2991         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
2992           check for ALSA errors properly, instead of relying on ALSA's
2993           error strings to serve to the user.
2994
2995 2005-11-10  Wim Taymans  <wim@fluendo.com>
2996
2997         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
2998         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
2999         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
3000         Modernise the seek code.
3001
3002 2005-11-10  Michael Smith <msmith@fluendo.com>
3003         
3004         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
3005         (setup_substreams), (set_active_source):
3006           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
3007           trying to go to NULL if we failed to read a file.
3008
3009 2005-11-10  Wim Taymans  <wim@fluendo.com>
3010
3011         * gst/audiotestsrc/gstaudiotestsrc.c:
3012         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
3013         (gst_audiotestsrc_create):
3014         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3015         (gst_sinesrc_get_times), (gst_sinesrc_create):
3016         * gst/videotestsrc/gstvideotestsrc.c:
3017         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
3018         (gst_videotestsrc_create):
3019         The base class can now sync for us.
3020
3021 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3022
3023         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
3024           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
3025           name=source autoprobe=false autoprobe-fps=false copy-mode=1
3026           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
3027           format=(fourcc)I420" ! xvimagesink
3028
3029 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
3030
3031         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3032         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
3033         (gst_sinesrc_newsegment):
3034           Send newsegment event in TIME format, set duration if
3035           num-buffers is set, fix duration querying.
3036
3037 2005-11-10  Michael Smith <msmith@fluendo.com>
3038
3039         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
3040         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
3041         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
3042         (gst_ogg_mux_collected):
3043          Fix EOS handling, partially. Now forwarding an EOS event once we have
3044          EOS on all pads works correctly. However, we still don't properly set
3045          EOS on the actual ogg stream pages.
3046
3047 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
3048
3049         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
3050           Set elements to NULL state before disposing of them.
3051
3052 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
3053
3054         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3055
3056         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3057         (gst_base_rtp_depayload_init),
3058         (gst_base_rtp_depayload_set_gst_timestamp):
3059         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3060           We need to send a newsegment event for each instance, not
3061           just for the first instance of this class (get rid of
3062           static variable in function). (#321011).
3063           
3064 2005-11-08  Michael Smith <msmith@fluendo.com>
3065
3066         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
3067         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
3068         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
3069         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
3070           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
3071           This makes us mux things correctly according to the ogg muxing
3072           rules. Still not handling EOS correctly right now, though.
3073
3074 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
3075
3076         * gst/audioconvert/gstaudioconvert.c:
3077           Fix typo in docs. 
3078
3079 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
3080
3081         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3082         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
3083           Initialise segment_stop to GST_CLOCK_TIME_NONE when
3084           creating a new chain; should fix live streaming. Also
3085           add more debug output and fix a typo.
3086
3087 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
3088
3089         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3090
3091         * gst/volume/gstvolume.c: (volume_set_caps):
3092           Fix compilation on Solaris with Forte. (#320923)
3093
3094 2005-11-08  Wim Taymans  <wim@fluendo.com>
3095
3096         * gst-libs/gst/audio/gstbaseaudiosink.c:
3097         (gst_base_audio_sink_render):
3098         No need to do a typecheck.
3099
3100 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
3101
3102         * ext/alsa/gstalsa.h:
3103           We register a debug category, so let's use it.
3104
3105 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
3106
3107         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3108         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
3109         Fixed a small problem.
3110
3111 2005-11-04  Wim Taymans  <wim@fluendo.com>
3112
3113         * examples/seeking/Makefile.am:
3114         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
3115         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
3116         (make_playerbin_pipeline), (format_value), (update_scale),
3117         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
3118         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
3119         (print_usage), (main):
3120         Added app for playback speed testing.
3121
3122         * examples/seeking/seek.c: (dynamic_link),
3123         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
3124         (make_mpeg_pipeline), (do_seek), (set_update_scale),
3125         (message_received), (main):
3126         Updated seek example.
3127
3128 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
3129
3130         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3131         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3132         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
3133         (gst_base_rtp_depayload_set_clock):
3134         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3135         Don't sleep on the bench (system clock) when you have a nice 
3136         comfortable bed (Gstreamer clock) to sleep on.
3137
3138 2005-11-03  Wim Taymans  <wim@fluendo.com>
3139
3140         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3141         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
3142         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
3143         Handle the case where a pad_block failed.
3144
3145 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
3146
3147         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
3148
3149         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3150         (gst_base_rtp_depayload_add_to_queue),
3151         (gst_base_rtp_depayload_push),
3152         (gst_base_rtp_depayload_set_gst_timestamp),
3153         (gst_base_rtp_depayload_queue_release):
3154           Fixes some bugs in the depayloader's queuing/de-queueing code.
3155
3156 2005-10-31  Michael Smith <msmith@fluendo.com>
3157
3158         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
3159         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3160         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
3161           Patch from Alessandro Decina <alessandro@nnva.org>.
3162           Make oggdemux only find the final time in a chain, not per-pad,
3163           since the per-pad information can be very expensive to locate, and
3164           it isn't used anywhere. This makes reading a file containing
3165           OggSkeleton reasonably fast.
3166           Also, make chain finding work when there are logical bitstreams that
3167           can't be decoded. Fixes #319110.
3168
3169 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
3170
3171         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3172         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3173         (gst_base_rtp_depayload_chain),
3174         (gst_base_rtp_depayload_add_to_queue),
3175         (gst_base_rtp_depayload_push),
3176         (gst_base_rtp_depayload_set_gst_timestamp),
3177         (gst_base_rtp_depayload_queue_release),
3178         (gst_base_rtp_depayload_start_thread),
3179         (gst_base_rtp_depayload_set_property),
3180         (gst_base_rtp_depayload_get_property):
3181         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3182         Some random fixes, to fullfill the desires of thomas.
3183
3184 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
3185
3186         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3187         (gst_base_rtp_depayload_add_to_queue),
3188         (gst_base_rtp_depayload_push):
3189         Fixed the queueing algorithm.
3190
3191 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
3192
3193         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3194         (gst_base_rtp_depayload_push):
3195         A small fix
3196
3197 2005-10-31  Wim Taymans  <wim@fluendo.com>
3198
3199         * gst-libs/gst/audio/gstringbuffer.h:
3200         Don't break ABI.
3201
3202         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3203         (gst_ffmpeg_caps_to_pixfmt):
3204         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3205         (gst_ffmpegcsp_set_caps):
3206         Some more comments.
3207         Handle missing required caps fields better.
3208
3209 2005-10-31  Wim Taymans  <wim@fluendo.com>
3210
3211         * gst-libs/gst/audio/gstbaseaudiosink.c:
3212         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
3213         (gst_base_audio_sink_render):
3214         * gst-libs/gst/audio/gstringbuffer.c:
3215         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3216         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
3217         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
3218         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
3219         (gst_ring_buffer_read):
3220         * gst-libs/gst/audio/gstringbuffer.h:
3221         Add flushing mode to the ringbuffer so that it in all cases does
3222         not try to handle more audio. This makes sure it does not try to
3223         block anymore when flushing and fixes a livelock.
3224
3225 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
3226
3227         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
3228         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
3229         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
3230           Explicitly check for -1 values before doing a conversion
3231           and always map them to -1. (#315545)
3232
3233 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3234
3235         * gst/playback/gstplaybin.c: (gen_video_element):
3236           first try autovideosink, then xvimagesink, then error out
3237         * po/POTFILES.in:
3238           add translatable file
3239         * po/af.po:
3240         * po/az.po:
3241         * po/cs.po:
3242         * po/en_GB.po:
3243         * po/hu.po:
3244         * po/it.po:
3245         * po/nb.po:
3246         * po/nl.po:
3247         * po/or.po:
3248         * po/sq.po:
3249         * po/sr.po:
3250         * po/sv.po:
3251         * po/uk.po:
3252         * po/vi.po:
3253           update translations
3254
3255 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
3256
3257         * gst-libs/gst/rtp/gstbasedepayload.c:
3258         * gst-libs/gst/rtp/gstbasedepayload.h:
3259           Minor cleanups
3260
3261 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
3262
3263         * gst/playback/.cvsignore:
3264         * gst/playback/decodetest.c:
3265         * gst/playback/test3.c:
3266           Port these two tests as well.
3267
3268 2005-10-27  Wim Taymans  <wim@fluendo.com>
3269
3270         * ext/theora/theoradec.c: (theora_dec_src_query),
3271         (theora_dec_sink_event):
3272         * ext/theora/theoraenc.c: (theora_enc_sink_event),
3273         (theora_enc_change_state):
3274         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
3275         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
3276         Take proper locks when handling events.
3277
3278 2005-10-27  Wim Taymans  <wim@fluendo.com>
3279
3280         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
3281         (gst_adder_change_state):
3282         Fix timestamps and fix deadlock when stopping the collectpads.
3283
3284 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
3285
3286         * gst-libs/gst/rtp/gstrtpbuffer.h:
3287         Declaring the payload types as strings too so that they can be used
3288         in the padtemplate inialization.
3289
3290 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
3291
3292         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
3293
3294         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3295         (gst_base_rtp_depayload_class_init):
3296         Fixes a small but nasty bug. The derived elements no longer segfaults
3297         on finalization.
3298
3299 2005-10-26  Michael Smith <msmith@fluendo.com>
3300
3301         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
3302           When clearing an audioconvert context, set tmpbufsize to zero, so
3303           we'll allocate it again later if required.
3304           This fixes audioconvert re-negotiating formats, which previously
3305           segfaulted with a NULL destination buffer.
3306
3307 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
3308
3309         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3310         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
3311         (gst_base_rtp_depayload_set_gst_timestamp),
3312         (gst_base_rtp_depayload_queue_release):
3313         Fixed a smalll memleak.
3314
3315 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
3316         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3317         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
3318         (gst_base_rtp_depayload_finalize),
3319         (gst_base_rtp_depayload_setcaps),
3320         (gst_base_rtp_depayload_add_to_queue),
3321         (gst_base_rtp_depayload_push),
3322         (gst_base_rtp_depayload_set_gst_timestamp),
3323         (gst_base_rtp_depayload_queue_release),
3324         (gst_base_rtp_depayload_thread),
3325         (gst_base_rtp_depayload_change_state):
3326         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3327         Changed the C++ comments to C comments
3328
3329 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
3330
3331         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
3332         * gst/tcp/gsttcpclientsrc.h:
3333         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
3334         * gst/tcp/gsttcpserversrc.h:
3335           Remove unused 'curoffset' structure member.
3336
3337 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
3338
3339         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3340         (gst_base_rtp_depayload_base_init),
3341         (gst_base_rtp_depayload_finalize):
3342         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3343         * gst-libs/gst/rtp/gstbasertppayload.h:
3344           The pad-template on the sinkpad should be set by the derived classes.
3345           Also added some useful macros.
3346
3347 2005-10-24  Wim Taymans  <wim@fluendo.com>
3348
3349         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3350         Correctly flush decoder samples even if we could not
3351         copy them to an output buffer. Fixes #319618.
3352
3353 2005-10-24  Julien MOUTTE  <julien@moutte.net>
3354
3355         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
3356         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
3357         the caps against our xcontext caps.
3358
3359 2005-10-24  Wim Taymans  <wim@fluendo.com>
3360
3361         * gst-libs/gst/audio/gstbaseaudiosink.c:
3362         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
3363         Remove g_print
3364         Use sync property from baseclass to disable sync.
3365
3366 2005-10-24  Wim Taymans  <wim@fluendo.com>
3367
3368         * gst-libs/gst/audio/gstbaseaudiosink.c:
3369         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
3370         Buffers with no timestamps get aligned with previous buffers or
3371         on underrun, played ASAP.
3372
3373 2005-10-24  Julien MOUTTE  <julien@moutte.net>
3374
3375         * gst-libs/gst/video/video.h:
3376         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3377         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
3378         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
3379         here comes my change on caps for framerate and geometry range.
3380         We are now accepting 1 to MAXINT for width and height, and from
3381         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
3382         to be blended correctly in videomixer.
3383
3384 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3385
3386         * configure.ac:
3387           back to HEAD
3388
3389 === release 0.9.4 ===
3390
3391 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3392
3393         * NEWS:
3394         * RELEASE:
3395         * configure.ac:
3396           releasing 0.9.4, "Velociraptor"
3397
3398 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3399
3400         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
3401         * po/POTFILES.in:
3402           STOPPED -> FAILED
3403
3404 2005-10-21  Wim Taymans  <wim@fluendo.com>
3405
3406         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3407         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
3408         (pad_blocked), (close_pad_link), (new_pad):
3409         Don't try to remove elements twice.
3410
3411 2005-10-21  Wim Taymans  <wim@fluendo.com>
3412
3413         * ext/theora/theoradec.c: (theora_dec_src_query),
3414         (theora_dec_sink_event):
3415         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3416         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
3417         (vorbis_handle_data_packet):
3418         * ext/vorbis/vorbisdec.h:
3419         Fix old naming.
3420
3421         * gst-libs/gst/audio/gstbaseaudiosink.c:
3422         (gst_base_audio_sink_render):
3423         Don't try to sync on buffers without a timestamp.
3424
3425 2005-10-21  Wim Taymans  <wim@fluendo.com>
3426
3427         * ext/theora/theoradec.c: (theora_dec_src_query),
3428         (theora_dec_sink_event):
3429         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3430         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
3431         (vorbis_handle_data_packet):
3432         * ext/vorbis/vorbisdec.h:
3433         Fix old naming.
3434
3435 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
3436
3437         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
3438         (gst_vorbisenc_src_query):
3439           Implement position and duration queries.
3440
3441         * gst/playback/test3.c: (update_scale), (main):
3442           Fix for async state changes and print nicer output.
3443
3444 2005-10-20  Wim Taymans  <wim@fluendo.com>
3445
3446         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
3447         (dump_element_stats), (main):
3448         * gst/playback/test6.c: (main):
3449         Fix tests again
3450
3451 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
3452
3453         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
3454         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
3455           Don't use functions for position queries when handling
3456           duration queries.
3457
3458 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
3459
3460         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3461         (vorbis_handle_data_packet), (vorbis_dec_chain),
3462         (vorbis_dec_change_state):
3463         * ext/vorbis/vorbisdec.h:
3464           Vorbis streams can be embedded in other container formats
3465           than ogg, container formats where the demuxer might set 
3466           timestamps on encoded vorbis buffers instead of those silly 
3467           granulepos thingies. In short: make vorbisdec handle 
3468           timestamps on incoming buffers as well.
3469
3470 2005-10-20  Wim Taymans  <wim@fluendo.com>
3471
3472         * gst/playback/gstplaybasebin.c: (group_destroy),
3473         (gst_play_base_bin_change_state):
3474         Fix leak.
3475         Handle case where playbasebin is now ASYNC because
3476         decodebin is.
3477
3478 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
3479
3480         * gst/audioconvert/Makefile.am:
3481         * gst/audioconvert/bufferframesconvert.c:
3482         * gst/audioconvert/plugin.c: (plugin_init):
3483         * gst/audioconvert/plugin.h:
3484           And bye bye buffer-frames-convert
3485
3486 2005-10-19  Wim Taymans  <wim@fluendo.com>
3487
3488         * check/elements/audioconvert.c:
3489         * docs/libs/tmpl/gstaudio.sgml:
3490         * docs/libs/tmpl/gstcolorbalance.sgml:
3491         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3492         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
3493         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
3494         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
3495         * gst-libs/gst/audio/audio.h:
3496         * gst/audioconvert/audioconvert.h:
3497         * gst/audioconvert/gstaudioconvert.c:
3498         (gst_audio_convert_parse_caps):
3499         * gst/volume/gstvolume.c:
3500         Bye bye buffer-frames.
3501
3502 2005-10-19  Wim Taymans  <wim@fluendo.com>
3503
3504         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
3505         (query_positions_elems), (query_positions_pads), (update_scale),
3506         (do_seek), (set_update_scale), (message_received), (main):
3507         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
3508         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
3509         (gst_ogg_demux_loop):
3510         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
3511         * ext/theora/theoradec.c: (theora_dec_src_query),
3512         (theora_dec_sink_event):
3513         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3514         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
3515         * gst/adder/gstadder.c: (gst_adder_query):
3516         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
3517         * gst/playback/test3.c: (update_scale):
3518         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
3519         (dump_element_stats), (main):
3520         * gst/playback/test6.c: (main):
3521         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
3522         Query API update.
3523
3524 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
3525
3526         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
3527         (xml_check_first_element), (xml_type_find), (smil_type_find),
3528         (plugin_init):
3529           Add typefinding for SMIL and for generic XML. Based on patch by
3530           Akos Maroy (#308663).
3531
3532 2005-10-18  Wim Taymans  <wim@fluendo.com>
3533
3534         * gst/playback/Makefile.am:
3535         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3536         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
3537         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
3538         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
3539         (gst_decode_bin_change_state):
3540         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3541         (gst_play_bin_send_event_to_sink):
3542         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
3543         (dump_element_stats), (main):
3544         * gst/playback/test6.c: (main):
3545         Make playbin async, it'll commit state to paused when all streams
3546         are detected.
3547         Remove ugly hack.
3548         Added test6.c to show async behaviour.
3549
3550 2005-10-18  Wim Taymans  <wim@fluendo.com>
3551
3552         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
3553         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
3554         Fix for segment-start/stop API change.
3555
3556 2005-10-18  Wim Taymans  <wim@fluendo.com>
3557
3558         * check/Makefile.am:
3559         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
3560         (main):
3561         Add future test for clock selection.
3562
3563 2005-10-18  Wim Taymans  <wim@fluendo.com>
3564
3565         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
3566         (gst_alsasink_close):
3567         Set handle to NULL.
3568
3569         * gst-libs/gst/audio/gstringbuffer.c:
3570         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3571         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
3572         (gst_ring_buffer_start), (gst_ring_buffer_pause),
3573         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
3574         (gst_ring_buffer_read):
3575         More debug info.
3576
3577 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
3578
3579         * gst/audiotestsrc/Makefile.am:
3580         * gst/sine/Makefile.am:
3581         * gst/volume/Makefile.am:
3582           fix broken build of controllerized plugins
3583
3584 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
3585
3586         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3587
3588         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3589         (gst_riff_create_video_template_caps):
3590           Add support for Indeo-3 (IV32).
3591
3592 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3593
3594         * configure.ac:
3595           rewrite
3596
3597 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3598
3599         * gst-libs/gst/video/video.c: (gst_video_get_size):
3600         * gst/audiotestsrc/gstaudiotestsrc.c:
3601           doc updates
3602
3603 2005-10-17  Andy Wingo  <wingo@pobox.com>
3604
3605         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
3606         with the collectpads change.
3607         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
3608
3609         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
3610
3611         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
3612
3613         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
3614         alloc_buffer flow return to callers.
3615         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
3616         change. Fix some memleaks in theoraenc.
3617
3618         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
3619         in strange circumstance.
3620
3621 2005-10-17  Julien MOUTTE  <julien@moutte.net>
3622
3623         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3624         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
3625         from caps, let's use the caps...
3626
3627 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3628
3629         * configure.ac:
3630           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
3631
3632 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3633
3634         * gst-libs/gst/interfaces/Makefile.am:
3635           fix silly typo
3636
3637 2005-10-16  Andy Wingo  <wingo@pobox.com>
3638
3639         * gst/playback/gstdecodebin.c
3640         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
3641         function!
3642         (try_to_link_1): Increase kraziness level.
3643
3644 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3645
3646         * configure.ac:
3647           restructure like the core one
3648         * gst-libs/gst/audio/Makefile.am:
3649         * gst-libs/gst/interfaces/Makefile.am:
3650         * gst-libs/gst/net/Makefile.am:
3651         * gst-libs/gst/riff/Makefile.am:
3652         * gst-libs/gst/rtp/Makefile.am:
3653         * gst-libs/gst/tag/Makefile.am:
3654         * gst-libs/gst/video/Makefile.am:
3655           use correct linker flags, now the libs are properly versioned
3656         * check/elements/audioconvert.c: (verify_convert):
3657         * ext/alsa/gstalsaplugin.c:
3658         * ext/cdparanoia/gstcdparanoia.c:
3659         * ext/gnomevfs/gstgnomevfs.c:
3660         * ext/libvisual/visual.c:
3661         * ext/ogg/gstogg.c:
3662         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
3663         * ext/theora/theora.c:
3664         * ext/vorbis/vorbis.c:
3665         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3666         * gst-libs/gst/tag/gsttagediting.c:
3667         * gst-libs/gst/video/video.c:
3668         * gst/adder/gstadder.c:
3669         * gst/audioconvert/plugin.c:
3670         * gst/audiorate/gstaudiorate.c:
3671         * gst/audioresample/gstaudioresample.c:
3672         * gst/audioresample/resample_ref.c: (resample_scale_ref):
3673         * gst/audioscale/gstaudioscale.c:
3674         * gst/audioscale/resample.c:
3675         * gst/audiotestsrc/gstaudiotestsrc.c:
3676         * gst/ffmpegcolorspace/gstffmpeg.c:
3677         * gst/playback/gstdecodebin.c: (close_pad_link):
3678         * gst/playback/gstplaybin.c: (gen_video_element),
3679         (gen_audio_element):
3680         * gst/sine/gstsinesrc.c:
3681         * gst/subparse/gstsubparse.c:
3682         * gst/tags/gsttagediting.c:
3683         * gst/tcp/gsttcpplugin.c:
3684         * gst/typefind/gsttypefindfunctions.c:
3685         * gst/videorate/gstvideorate.c:
3686         * gst/videoscale/gstvideoscale.c:
3687         * gst/videotestsrc/gstvideotestsrc.c:
3688         * gst/volume/gstvolume.c:
3689         * sys/v4l/gstv4l.c:
3690         * sys/ximage/ximage.c:
3691         * sys/xvimage/xvimagesink.c:
3692           fix up defines
3693
3694 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
3695
3696         * ext/vorbis/vorbisenc.c:
3697         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
3698         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3699         (gst_tag_to_vorbis_comments):
3700           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
3701
3702 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
3703
3704         * examples/stats/mp2ogg.c:
3705         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3706           typo fixes
3707
3708 2005-10-13  Michael Smith <msmith@fluendo.com>
3709
3710         * ext/ogg/gstoggmux.c:
3711           Use magic glib macros to define constants as 64 bit, to ensure
3712           appropriate vararg passing.
3713
3714 2005-10-13  Michael Smith <msmith@fluendo.com>
3715
3716         * ext/ogg/gstoggmux.c:
3717         * gst/audioconvert/audioconvert.c: (float):
3718           Don't use LL suffix, as it's not portable, and neither of these
3719           uses required it anyway.
3720
3721 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
3722
3723         * examples/indexing/indexmpeg.c: (main):
3724         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
3725         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
3726         (cdparanoia_convert), (cdparanoia_query):
3727         * ext/cdparanoia/gstcdparanoia.h:
3728         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
3729         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
3730         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
3731         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
3732         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
3733         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
3734         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
3735         (gst_multifdsink_render), (gst_multifdsink_start),
3736         (gst_multifdsink_stop):
3737         * gst/tcp/gstmultifdsink.h:
3738         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
3739         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
3740         (gst_tcpclientsink_stop):
3741         * gst/tcp/gsttcpclientsink.h:
3742         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
3743         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
3744         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
3745         * gst/tcp/gsttcpclientsrc.h:
3746         * gst/tcp/gsttcpserversink.h:
3747         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
3748         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
3749         (gst_tcpserversrc_stop):
3750         * gst/tcp/gsttcpserversrc.h:
3751         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
3752         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
3753         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
3754           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
3755           moved bitshift from macro to enum definition
3756
3757 2005-10-12  Wim Taymans  <wim@fluendo.com>
3758
3759         * examples/seeking/Makefile.am:
3760         Oops.
3761
3762 2005-10-12  Wim Taymans  <wim@fluendo.com>
3763
3764         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3765         (gst_ring_buffer_read), (gst_ring_buffer_clear):
3766         Don't assert on normal stuff.
3767
3768         * gst/playback/gstplaybin.c: (do_playbin_seek):
3769         API fix.
3770
3771 2005-10-12  Wim Taymans  <wim@fluendo.com>
3772
3773         * check/pipelines/simple_launch_lines.c: (run_pipeline):
3774         * examples/seeking/Makefile.am:
3775         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
3776         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
3777         (do_seek), (set_update_scale), (message_received), (main):
3778         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3779         (gst_ring_buffer_read), (gst_ring_buffer_clear):
3780         Update for _get_state() API change.
3781
3782 2005-10-11  Wim Taymans  <wim@fluendo.com>
3783
3784         * gst-libs/gst/audio/gstbaseaudiosink.c:
3785         (gst_base_audio_sink_render):
3786         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3787         (gst_base_audio_src_create):
3788         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3789         (gst_ring_buffer_read):
3790         Cleanups.
3791         Commit and read from ringbuffer in samples rather than bytes.
3792
3793 2005-10-11  Wim Taymans  <wim@fluendo.com>
3794
3795         * gst-libs/gst/audio/gstbaseaudiosink.c:
3796         (gst_base_audio_sink_render):
3797         Respect segment rate and accum when scheduling samples.
3798
3799 2005-10-11  Julien MOUTTE  <julien@moutte.net>
3800
3801         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
3802         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
3803         EOS correctly, that needs more work.
3804
3805 2005-10-11  Wim Taymans  <wim@fluendo.com>
3806
3807         * check/generic/states.c: (GST_START_TEST):
3808         remove old property.
3809
3810         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3811         (gst_ogg_demux_perform_seek):
3812         * ext/theora/theoradec.c: (theora_dec_sink_event):
3813         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3814         (vorbis_handle_data_packet):
3815         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3816         (gst_base_rtp_depayload_set_gst_timestamp):
3817         * gst/videorate/gstvideorate.c: (gst_videorate_event):
3818         Update for newsegment API change.
3819
3820 2005-10-11  Michael Smith <msmith@fluendo.com>
3821
3822         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
3823         (do_playbin_seek), (gst_play_bin_send_event):
3824           Override send_event differently, so that we can takes bits of
3825           functionality from GstPipeline (special handling for seeks,
3826           including pausing/resuming, and resetting stream time) and still get
3827           the appropriate behaviour of only forwarding event to a single sink,
3828           rather than all of them.
3829           Unfortunately requires a lot of code duplication, but the
3830           alternatives are equally ugly in the end.
3831
3832 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3833
3834         * check/elements/audioconvert.c: (setup_audioconvert),
3835         (cleanup_audioconvert), (get_int_caps), (verify_convert),
3836         (GST_START_TEST), (audioconvert_suite):
3837           clean up tests a little, fix some leaks.
3838
3839 2005-10-10  Wim Taymans  <wim@fluendo.com>
3840
3841         * ext/alsa/gstalsasink.c:
3842         Also allow unsigned int.
3843
3844         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3845         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3846         Small cleanup
3847
3848 2005-10-10  Wim Taymans  <wim@fluendo.com>
3849
3850         * check/pipelines/simple_launch_lines.c: (run_pipeline):
3851         Small update, use API as stated in design docs.
3852
3853         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
3854         (update_scale), (do_seek), (seek_cb), (set_update_scale),
3855         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
3856         (message_received), (main):
3857         Updated seek example for GOption. Some usability improvements.
3858
3859 2005-10-10  Wim Taymans  <wim@fluendo.com>
3860
3861         * gst/audioconvert/audioconvert.h:
3862         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
3863         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
3864         Alloc temp storage somewhere else where we can do it more
3865         portable.
3866
3867 2005-10-10  Wim Taymans  <wim@fluendo.com>
3868
3869         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
3870         (gst_tcpserversrc_start):
3871         Don't block in accept while doing the state change, move
3872         to poll and make cancellable.
3873
3874 2005-10-09  Philippe Khalaf <burger@speedy.org>
3875
3876         * gst-libs/gst/rtp/rtpbasedepayload.c:
3877         Set timestamp and add queue delay to timestamp
3878         * gst-libs/gst/rtp/rtpbuffer.h:
3879         Set correct payload type for h263
3880
3881 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
3882
3883         * gst/audiotestsrc/gstaudiotestsrc.c:
3884         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
3885         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
3886         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
3887         (gst_audiotestsrc_create_triangle),
3888         (gst_audiotestsrc_create_silence),
3889         (gst_audiotestsrc_create_white_noise),
3890         (gst_audiotestsrc_init_pink_noise),
3891         (gst_audiotestsrc_generate_pink_noise_value),
3892         (gst_audiotestsrc_create_pink_noise),
3893         (gst_audiotestsrc_change_wave):
3894         * gst/audiotestsrc/gstaudiotestsrc.h:
3895           fixed typo, added pink noise
3896
3897 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
3898
3899         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
3900         (plugin_init):
3901           Add wavpack and spc typefind functions from 0.8 branch.
3902
3903 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
3904
3905         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
3906         (ar_type_find), (msdos_type_find), (plugin_init):
3907           Add typefind functions for tar archives, ar archives,
3908           RAR archives, and msdos-executables (dlls, exe, etc.).
3909           Some of those would be wrongly identified as mpeg
3910           streams of some sort before (#315550).
3911
3912 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
3913
3914         * configure.ac:
3915         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3916         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3917         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
3918         * gst/audiotestsrc/Makefile.am:
3919         * gst/audiotestsrc/gstaudiotestsrc.c:
3920         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
3921         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
3922         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
3923         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
3924         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
3925         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
3926         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
3927         (gst_audiotestsrc_create_silence),
3928         (gst_audiotestsrc_create_white_noise),
3929         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
3930         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
3931         (gst_audiotestsrc_start), (plugin_init):
3932         * gst/audiotestsrc/gstaudiotestsrc.h:
3933           add new plugin and element
3934         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
3935           use gobject_class
3936
3937 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
3938
3939         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
3940         (gst_adder_init), (gst_adder_request_new_pad),
3941         (gst_adder_change_state):
3942           Add query function to source pad, so adder reports the correct
3943           time/sample position when queried (#315457); fix state change
3944           function; use GST_DEBUG_FUNCPTR() for pad functions.
3945
3946 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3947
3948         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
3949           Fix leaks in typefind registration
3950           Clean up the gratuitous commenting and whitespacing a little
3951
3952 2005-10-08  Wim Taymans  <wim@fluendo.com>
3953
3954         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
3955         Only actually wait for the thread to be stopped if it's 
3956         running.
3957
3958 2005-10-08  Wim Taymans  <wim@fluendo.com>
3959
3960         * gst-libs/gst/audio/gstbaseaudiosink.c:
3961         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3962         If we receive EOS we can start playback of what we had.
3963
3964 2005-10-08  Wim Taymans  <wim@fluendo.com>
3965
3966         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3967         (gst_multifdsink_finalize), (multifdsink_hash_remove),
3968         (gst_multifdsink_stop):
3969         Fix crasher when going to NULL multiple times.
3970
3971 2005-10-06  Wim Taymans  <wim@fluendo.com>
3972
3973         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
3974         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3975         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3976         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
3977         patch from Edgard Lima <edgard.lima@indt.org.br>
3978         Fixed gstbaseaudiosrc adding ring buffer sync to it.
3979
3980 2005-10-06  Wim Taymans  <wim@fluendo.com>
3981
3982         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
3983         Report the FLOW_RETURN as string in the error message.
3984
3985         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
3986         Don't assert when clearing an unnegotiated buffer.
3987
3988 2005-10-04  Michael Smith <msmith@fluendo.com>
3989
3990         * gst/playback/gstplaybasebin.c: (group_destroy),
3991         (gen_preroll_element), (remove_groups), (setup_source):
3992         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
3993         (setup_sinks), (gst_play_bin_send_event),
3994         (gst_play_bin_change_state):
3995           Set state to NULL before removing from bin. Fix refcounting.
3996
3997 2005-10-04  Michael Smith <msmith@fluendo.com>
3998
3999         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
4000           Correct refcounting in send_event() function. Previously was wrong
4001           if the first sink was unable to handle the event.
4002
4003 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4004
4005         * configure.ac:
4006           back to development
4007
4008 === release 0.9.3 ===
4009
4010 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4011
4012         * configure.ac:
4013           Releasing 0.9.3, "De Facto"
4014
4015 2005-10-03  Andy Wingo  <wingo@pobox.com>
4016
4017         * gst/playback/gstdecodebin.c (try_to_link_1)
4018         (remove_element_chain): set element to NULL before removing it.
4019
4020 2005-10-02  Johan Dahlin  <johan@gnome.org>
4021
4022         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
4023         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
4024         MT safe.
4025
4026 2005-10-02  Andy Wingo  <wingo@pobox.com>
4027
4028         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
4029         (gst_ring_buffer_prepare_read): 
4030         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
4031         Demote to LOG.
4032
4033 2005-09-29  Wim Taymans  <wim@fluendo.com>
4034
4035         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
4036         * ext/theora/theoradec.c: (theora_handle_data_packet):
4037         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4038         Propagate error codes from alloc_buffer too.
4039
4040 2005-09-29  Wim Taymans  <wim@fluendo.com>
4041
4042         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
4043         We use fixed caps.
4044
4045         * gst/playback/Makefile.am:
4046         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4047         (dump_element_stats), (main):
4048         Added example stream introspection code.
4049
4050 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
4051
4052         * gst/adder/gstadder.c: (gst_adder_collected):
4053           fix adder for float elements
4054
4055 2005-09-28  Wim Taymans  <wim@fluendo.com>
4056
4057         * gst-libs/gst/audio/gstbaseaudiosink.c:
4058         (gst_base_audio_sink_class_init),
4059         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4060         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4061         (gst_base_audio_src_class_init),
4062         (gst_base_audio_src_provide_clock):
4063         get_clock -> provide_clock
4064
4065 2005-09-28  Andy Wingo  <wingo@pobox.com>
4066
4067         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
4068         and unlocking.
4069
4070         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
4071         unlocking.
4072
4073         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
4074         Actually add the pad template.
4075         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
4076
4077         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
4078         I'm at it...
4079
4080         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
4081         from fdsrc. Get caps in create() instead of start() so it can be
4082         interrupted. Interruption somewhat untested.
4083
4084         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
4085         Proper EOS handling.
4086
4087 2005-09-27  Andy Wingo  <wingo@pobox.com>
4088
4089         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
4090
4091         * gst/tcp/gsttcpserversrc.c: Cleaned up.
4092
4093         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
4094
4095         * gst/tcp/gsttcp.h: 
4096         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
4097         out of tcpclientsrc.c. Cancellable.
4098         (gst_tcp_socket_read): Made private, cancellable, with better
4099         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
4100         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
4101         whole buffer, and better diagnostics.
4102         (gst_tcp_gdp_read_caps): Same.
4103
4104         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
4105
4106 2005-09-26  Andy Wingo  <wingo@pobox.com>
4107
4108         * gst/sine/gstsinesrc.h:
4109         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
4110         change the 'sync' property to 'is-live' and implement it halfway,
4111         update for controller api change.
4112
4113         * gst/volume/gstvolume.c (volume_transform_ip): Update for
4114         controller api change.
4115
4116 2005-09-24  Wim Taymans  <wim@fluendo.com>
4117
4118         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
4119         * gst-libs/gst/audio/gstaudiosink.c:
4120         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
4121         (gst_audioringbuffer_stop):
4122         * gst-libs/gst/audio/gstbaseaudiosink.c:
4123         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
4124         (gst_base_audio_sink_change_state):
4125         * gst-libs/gst/audio/gstbaseaudiosink.h:
4126         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
4127         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
4128         (gst_ring_buffer_commit), (gst_ring_buffer_read):
4129         * gst-libs/gst/audio/gstringbuffer.h:
4130         Fix sync again. Moved sample alignment to basesink.
4131
4132 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4133
4134         * docs/plugins/Makefile.am:
4135         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4136         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4137         * gst/volume/gstvolume.c:
4138           add/fix docs
4139         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
4140         * gst-libs/gst/audio/audio.h:
4141           add conversion macros for frames <-> clocktime
4142
4143 2005-09-23  David Schleef  <ds@schleef.org>
4144
4145         * gst/audioresample/Makefile.am:
4146         * gst/audioresample/debug.h:
4147         * gst/audioresample/gstaudioresample.c:
4148         * gst/audioresample/resample.c: Convert to using gst debugging
4149
4150 2005-09-22  Wim Taymans  <wim@fluendo.com>
4151
4152         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4153         (gst_play_bin_send_event):
4154         Only seek on one sink, the first one that succeeds.
4155
4156 2005-09-22  Michael Smith <msmith@fluendo.com>
4157
4158         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
4159         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
4160         Don't flush encoder state unless we have an initialised encoder.
4161         Clear out encoder state on PAUSED_TO_READY.
4162
4163 2005-09-22  Wim Taymans  <wim@fluendo.com>
4164
4165         * gst-libs/gst/rtp/gstbasertppayload.c:
4166         (gst_basertppayload_class_init), (gst_basertppayload_init),
4167         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4168         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4169         (gst_basertppayload_is_filled), (gst_basertppayload_push),
4170         (gst_basertppayload_set_property),
4171         (gst_basertppayload_get_property),
4172         (gst_basertppayload_change_state):
4173         * gst-libs/gst/rtp/gstbasertppayload.h:
4174         Added max-ptime to control amount of data in the rtp packets.
4175
4176 2005-09-21  Andy Wingo  <wingo@pobox.com>
4177
4178         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
4179         thingies.
4180
4181         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
4182         can be called multiple times, dogs.
4183
4184 2005-09-21  Wim Taymans  <wim@fluendo.com>
4185
4186         * gst-libs/gst/rtp/gstbasertppayload.c:
4187         (gst_basertppayload_class_init), (gst_basertppayload_init),
4188         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4189         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4190         (gst_basertppayload_push), (gst_basertppayload_get_property),
4191         (gst_basertppayload_change_state):
4192         Allow 0 ssrc too.
4193
4194 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
4195
4196         * docs/libs/compiling.sgml:
4197           fixing typos
4198
4199 2005-09-20  Wim Taymans  <wim@fluendo.com>
4200
4201         * gst-libs/gst/rtp/gstbasertppayload.c:
4202         (gst_basertppayload_class_init), (gst_basertppayload_init),
4203         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4204         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4205         (gst_basertppayload_push), (gst_basertppayload_set_property),
4206         (gst_basertppayload_get_property),
4207         (gst_basertppayload_change_state):
4208         * gst-libs/gst/rtp/gstbasertppayload.h:
4209         Added property to configure sequence number offsets.
4210
4211 2005-09-20  Wim Taymans  <wim@fluendo.com>
4212
4213         * gst-libs/gst/rtp/gstbasertppayload.c:
4214         (gst_basertppayload_class_init), (gst_basertppayload_init),
4215         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4216         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4217         (gst_basertppayload_push), (gst_basertppayload_set_property),
4218         (gst_basertppayload_get_property),
4219         (gst_basertppayload_change_state):
4220         * gst-libs/gst/rtp/gstbasertppayload.h:
4221         Make timestamp offset configurable.
4222
4223 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4224
4225         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4226           fix wrong pop/unref
4227
4228 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
4229
4230         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4231
4232         * gst-libs/gst/interfaces/propertyprobe.c:
4233         (gst_property_probe_probe_property_name),
4234         (gst_property_probe_needs_probe_name),
4235         (gst_property_probe_get_values_name),
4236         (gst_property_probe_probe_and_get_values_name):
4237           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
4238           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
4239
4240 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4241
4242         * check/Makefile.am:
4243           have some tests be disabled for valgrinding
4244         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
4245         (GST_START_TEST):
4246         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
4247           Fix A Leak.  Chain To Parent Finalize.
4248
4249 2005-09-19  Wim Taymans  <wim@fluendo.com>
4250
4251         * examples/seeking/seek.c: (make_wav_pipeline), (main):
4252         Fixed wav pipeline.
4253
4254 2005-09-19  Wim Taymans  <wim@fluendo.com>
4255
4256         * gst-libs/gst/rtp/gstbasertppayload.c:
4257         (gst_basertppayload_class_init), (gst_basertppayload_init),
4258         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4259         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4260         (gst_basertppayload_push), (gst_basertppayload_get_property),
4261         (gst_basertppayload_change_state):
4262         Posting ERROR and WARNING messages is good.
4263
4264 2005-09-19  Wim Taymans  <wim@fluendo.com>
4265
4266         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4267         (gst_base_rtp_depayload_add_to_queue),
4268         (gst_base_rtp_depayload_push),
4269         (gst_base_rtp_depayload_set_gst_timestamp),
4270         (gst_base_rtp_depayload_queue_release):
4271         This one was not supposed to go in.
4272
4273 2005-09-19  Wim Taymans  <wim@fluendo.com>
4274
4275         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4276         Fix for bus API.
4277
4278         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4279         (gst_base_rtp_depayload_chain),
4280         (gst_base_rtp_depayload_add_to_queue),
4281         (gst_base_rtp_depayload_push),
4282         (gst_base_rtp_depayload_set_gst_timestamp),
4283         (gst_base_rtp_depayload_queue_release):
4284         Some cleanups.
4285
4286         * gst-libs/gst/rtp/gstbasertppayload.c:
4287         (gst_basertppayload_class_init), (gst_basertppayload_init),
4288         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
4289         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
4290         (gst_basertppayload_get_property),
4291         (gst_basertppayload_change_state):
4292         Added debugging category.
4293
4294 2005-09-18  David Schleef  <ds@schleef.org>
4295
4296         * gst/playback/gstdecodebin.c: free plugin list correctly
4297         * gst/playback/gstplaybin.c: emit warning if autovideosink
4298           and autoaudiosink can't be found (instead of segfaulting)
4299
4300 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4301
4302         * check/elements/audioconvert.c: (GST_START_TEST):
4303           try out 24 bit conversion
4304
4305 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4306
4307         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
4308         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
4309         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
4310         * ext/vorbis/vorbisenc.h:
4311           Fix EOS handling.  Still needs a fix in the ogg muxer to
4312           mark the last page as eos.
4313
4314 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4315
4316         * common/gtk-doc-plugins.mak:
4317         * docs/plugins/Makefile.am:
4318         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4319         * gst/ffmpegcolorspace/Makefile.am:
4320         * gst/ffmpegcolorspace/avcodec.h:
4321         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4322         * gst/tcp/gstmultifdsink.c:
4323           fix up ffmpegcolorspace docs; extract header
4324
4325 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4326
4327         * common/gtk-doc-plugins.mak:
4328         * docs/plugins/Makefile.am:
4329         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4330         * ext/theora/Makefile.am:
4331         * ext/theora/gsttheoraenc.h:
4332         * ext/theora/theoraenc.c:
4333         * ext/vorbis/vorbisenc.c:
4334           pick up signals and args for vorbis; add some docs for vorbis
4335
4336 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4337
4338         * common/gstdoc-scangobj:
4339         * common/gtk-doc-plugins.mak:
4340         * docs/libs/Makefile.am:
4341         * docs/plugins/gst-plugins-base-plugins.args:
4342         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4343         * docs/plugins/gst-plugins-base-plugins.interfaces:
4344         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4345         * docs/plugins/gst-plugins-base-plugins.signals:
4346           only scanobj stuff from our source module.  Not sure yet
4347           if that's correct, given the hierarchy stuff :)
4348
4349 2005-09-15  Wim Taymans  <wim@fluendo.com>
4350
4351         * gst/audioconvert/gstaudioconvert.c:
4352         And enable 24 bits mode as well..
4353
4354 2005-09-15  Wim Taymans  <wim@fluendo.com>
4355
4356         * gst-libs/gst/rtp/Makefile.am:
4357         * gst-libs/gst/rtp/gstbasertppayload.c:
4358         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
4359         (gst_basertppayload_class_init), (gst_basertppayload_init),
4360         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
4361         (gst_basertppayload_chain), (gst_basertppayload_set_options),
4362         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
4363         (gst_basertppayload_set_property),
4364         (gst_basertppayload_get_property),
4365         (gst_basertppayload_change_state):
4366         * gst-libs/gst/rtp/gstbasertppayload.h:
4367         Added rtp payloader base class.
4368
4369 2005-09-15  Andy Wingo  <wingo@pobox.com>
4370
4371         * configure.ac (plugindir): Remove the EOL matcher from the
4372         regexp, as it causes me problems. Libtool? Make? Who knows?
4373
4374 2005-09-14  David Schleef  <ds@schleef.org>
4375
4376         * check/generic/states.c: 
4377         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
4378         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
4379           Fixes for changes in registry API.
4380
4381         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
4382           to GST_PLUGIN_LDFLAGS.
4383         * ext/libvisual/visual.c: Make the library shut up.
4384         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
4385         * gst-libs/gst/audio/gstaudiofilter.c: same
4386
4387 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4388
4389         * docs/plugins/Makefile.am:
4390         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4391         * docs/plugins/inspect/plugin-libvisual.xml:
4392         * docs/plugins/tmpl/element-tcpserversink.sgml:
4393         * ext/theora/theoraenc.c:
4394           add libvisual plugin and theoraenc element to docs
4395
4396 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4397
4398         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4399         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4400         * ext/theora/theoraenc.c:
4401           add theoraenc
4402
4403 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
4404
4405         * gst/audioconvert/Makefile.am:
4406           Audioconvert derives from GstBaseTransform and should
4407           link to the library with our base elements to avoid
4408           unresolved symbols. Makes things work with MinGW (#316160)
4409
4410         * gst/playback/test4.c: (main):
4411           Fix MinGW build problem and use g_usleep() instead of 
4412           sleep() (#316162)
4413
4414 2005-09-12  Wim Taymans  <wim@fluendo.com>
4415
4416         * gst/audioconvert/audioconvert.c: (float),
4417         (audio_convert_prepare_context), (audio_convert_convert):
4418         * gst/audioconvert/audioconvert.h:
4419         Cleanups, speedups, simplifications, added back support
4420         for 24 bits.
4421
4422 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4423
4424         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4425         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4426         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4427         * docs/plugins/tmpl/element-tcpserversink.sgml:
4428         * gst/ffmpegcolorspace/gstffmpeg.c:
4429         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4430         * gst/videotestsrc/gstvideotestsrc.c:
4431         * gst/volume/gstvolume.c:
4432           add more elements to the docs
4433
4434 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
4435
4436         * check/Makefile.am:
4437         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
4438         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
4439           Add extra tests for basetransform based components. 
4440           Comment out the test_element_negotiation test until we decide
4441           if it's testing correct behaviour.
4442         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
4443         (gst_visual_chain), (gst_visual_change_state):
4444           Slightly more correct but still bogus timestamping.
4445           Fix state change function.
4446         * gst/audioconvert/gstaudioconvert.c:
4447         (gst_audio_convert_class_init):
4448         * gst/audioresample/gstaudioresample.c:
4449         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4450         (gst_ffmpegcsp_class_init):
4451         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
4452         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
4453         (gst_videoscale_prepare_image):
4454         * gst/volume/gstvolume.c: (gst_volume_class_init),
4455         (volume_transform_ip):
4456           Basetransform updates. Enable passthrough modes.
4457         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
4458         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
4459         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4460           Negotiation fix that allows the window to return to the original
4461           size and renegotiate passthrough upstream. Extra debug output.
4462
4463 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4464
4465         * gst/sine/gstsinesrc.c:
4466         * gst/volume/gstvolume.c:
4467           fix up header include
4468
4469 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
4470
4471         * gst-libs/gst/audio/gstbaseaudiosink.c:
4472         (gst_base_audio_sink_render):
4473         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
4474         * gst/volume/gstvolume.c: (gst_volume_class_init),
4475         (volume_transform):
4476           fixing lost sync, some more debugging
4477
4478 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
4479
4480         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
4481         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
4482         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
4483         (gst_xvimagesink_check_xshm_calls):
4484           Fix compilation when XShm is not available.
4485
4486 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
4487
4488         * ext/libvisual/visual.c: (gst_visual_dispose),
4489         (gst_visual_getcaps), (gst_visual_src_setcaps),
4490         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
4491         (gst_visual_change_state):
4492           Finish fixing up libvisual plugin so that it runs. 
4493
4494 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
4495
4496         * ext/vorbis/vorbisenc.c:
4497         * gst-libs/gst/tag/gstvorbistag.c:
4498           gsttaginterface.h -> gsttagsetter.h
4499
4500 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
4501
4502         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
4503           added another test that failes for me (test is not active by default)
4504
4505 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4506
4507         * configure.ac:
4508           v4l2 is no longer in gst-plugins-base
4509
4510 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
4511
4512         * configure.ac:
4513           In the output at the end, don't show the first plugin on the same
4514           line as "Core plug-ins, always built:".
4515           Indent the output as for other plugin categories
4516         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
4517           #define that can be used to not use peer buffer_alloc functions for
4518           test purposes.
4519         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
4520         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
4521         (gst_ximagesink_show_frame):
4522         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
4523         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
4524         (gst_xvimagesink_show_frame):
4525           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
4526           fails gracefully instead of XError aborting or deadlocking.
4527
4528 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
4529
4530         * ext/libvisual/Makefile.am:
4531           link against gst-base-libs
4532
4533 2005-09-06  David Schleef  <ds@schleef.org>
4534
4535         * configure.ac: Enable libvisual plugin.
4536         * ext/libvisual/Makefile.am:
4537         * ext/libvisual/visual.c: Fixes to make it compile.
4538
4539 === release 0.9.2 ===
4540
4541 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4542
4543         * NEWS:
4544         * RELEASE:
4545         * configure.ac:
4546         * docs/random/ChangeLog-0.8:
4547           releasing 0.9.2, "Spoon"
4548
4549 2005-09-05  Michael Smith <msmith@fluendo.com>
4550
4551         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
4552           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
4553           that in the vorbisenc element.
4554
4555 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4556
4557         * common/gtk-doc-plugins.mak:
4558         * docs/plugins/Makefile.am:
4559           fix distcheck
4560         * gst/audioresample/resample.c:
4561           fix wrong docstring
4562
4563 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4564
4565         * common/gst-xmlinspect.py:
4566         * common/gtk-doc-plugins.mak:
4567           only inspect plugins for this given package
4568           require gst-python 0.9
4569
4570 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4571
4572         * Makefile.am:
4573         * autogen.sh:
4574         * common/gst-xmlinspect.py:
4575         * configure.ac:
4576         * docs/Makefile.am:
4577         * docs/plugins/inspect/plugin-alsa.xml:
4578         * docs/plugins/inspect/plugin-audioresample.xml:
4579         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4580         * docs/plugins/inspect/plugin-ogg.xml:
4581         * docs/plugins/tmpl/element-gnomevfssink.sgml:
4582         * docs/plugins/tmpl/element-multifdsink.sgml:
4583         * docs/plugins/tmpl/element-tcpserversink.sgml:
4584         * docs/plugins/tmpl/element-vorbisenc.sgml:
4585         * gst-plugins-base.spec.in:
4586           various doc-related updates
4587
4588 2005-08-31  Wim Taymans  <wim@fluendo.com>
4589
4590         * gst-libs/gst/audio/gstbaseaudiosink.c:
4591         (gst_base_audio_sink_render):
4592         Resync if the buffer timestamps drift more than a 10th 
4593         of a second.
4594
4595 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
4596
4597         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
4598         (gst_v4lsrc_get_property):
4599           The 'timestamp-offset' property is registered as an int64, so
4600           let's use g_value_{set|get}_int64() in our setter and getter
4601           functions (makes it work and fixes warnings with gst-inspect).
4602
4603 2005-08-30  Wim Taymans  <wim@fluendo.com>
4604
4605         * check/elements/audioconvert.c: (setup_audioconvert):
4606         * check/elements/audioresample.c: (setup_audioresample):
4607         * check/elements/volume.c: (setup_volume):
4608         Fix checks.
4609
4610 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4611
4612         * common/gtk-doc-plugins.mak:
4613         * common/plugins.xsl:
4614         * docs/plugins/Makefile.am:
4615           make module a param
4616
4617 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
4618
4619         * examples/seeking/seek.c: (make_mp3_pipeline),
4620         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
4621         (play_cb), (pause_cb), (stop_cb):
4622           update the example
4623
4624 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
4625
4626         * gst/volume/gstvolume.c: (gst_volume_class_init),
4627         (volume_transform):
4628           do not update controlled params, if buffer has no timestamp
4629
4630 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
4631
4632         * configure.ac:
4633         * gst/sine/Makefile.am:
4634         * gst/volume/Makefile.am:
4635           controllerized elements also need to link against controller-libs ;)
4636
4637 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
4638
4639         * docs/libs/tmpl/gstcolorbalance.sgml:
4640         * docs/libs/tmpl/gstgconf.sgml:
4641         * docs/libs/tmpl/gstmixer.sgml:
4642         * docs/libs/tmpl/gstringbuffer.sgml:
4643         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4644         (gst_sinesrc_create):
4645         * gst/volume/gstvolume.c: (gst_volume_class_init),
4646         (volume_transform):
4647           controllerized two audio plugins
4648
4649 2005-08-29  Andy Wingo  <wingo@pobox.com>
4650
4651         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
4652         (vorbis_handle_data_packet): Fix some int overflow errors.
4653
4654         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
4655         -1.
4656         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
4657         valid.
4658         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
4659         if it's valid. Fixed streaming-mode playback.
4660
4661         * check/elements/volume.c (cleanup_volume): Fix for running
4662         CK_FORK=no.
4663
4664         * check/elements/audioconvert.c: Convert from native endian, not
4665         little endian.
4666
4667 2005-08-29  Michael Smith <msmith@fluendo.com>
4668
4669         * ext/ogg/Makefile.am:
4670         * ext/ogg/gstogg.c: (plugin_init):
4671         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
4672         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
4673         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
4674         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
4675         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
4676         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
4677         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
4678         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
4679         Add an ogg parser element.
4680
4681 2005-08-28  Andy Wingo  <wingo@pobox.com>
4682
4683         * Updates for two-arg init from GST_BOILERPLATE_FULL.
4684
4685 2005-08-26  Wim Taymans  <wim@fluendo.com>
4686
4687         * gst/audioconvert/audioconvert.c: (if), (float),
4688         (audio_convert_get_func_index), (check_default),
4689         (audio_convert_clean_fmt), (audio_convert_prepare_context),
4690         (audio_convert_clean_context), (audio_convert_get_sizes),
4691         (audio_convert_convert):
4692         Cleanups.
4693
4694 2005-08-26  Wim Taymans  <wim@fluendo.com>
4695
4696         * gst/audioconvert/audioconvert.c: (if), (float),
4697         (audio_convert_get_func_index), (check_default),
4698         (audio_convert_clean_fmt), (audio_convert_prepare_context),
4699         (audio_convert_clean_context), (audio_convert_get_sizes),
4700         (audio_convert_convert):
4701         More elegant and working temp buffer selection algo.
4702
4703 2005-08-26  Wim Taymans  <wim@fluendo.com>
4704
4705         * gst/audioconvert/audioconvert.c: (if), (float),
4706         (audio_convert_get_func_index), (check_default),
4707         (audio_convert_clean_fmt), (audio_convert_prepare_context),
4708         (audio_convert_clean_context), (audio_convert_get_sizes),
4709         (get_temp_buffer), (audio_convert_convert):
4710         Use realloc else we lose our original data.
4711
4712 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4713
4714         * gst/audioresample/gstaudioresample.c:
4715           use base class' newsegment to properly timestamp
4716
4717 2005-08-26  Wim Taymans  <wim@fluendo.com>
4718
4719         * gst/audioconvert/audioconvert.c: (if), (float),
4720         (audio_convert_get_func_index), (check_default),
4721         (audio_convert_clean_fmt), (audio_convert_prepare_context),
4722         (audio_convert_clean_context), (audio_convert_get_sizes),
4723         (get_temp_buffer), (audio_convert_convert):
4724         * gst/audioconvert/gstaudioconvert.c:
4725         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
4726         (gst_audio_convert_transform_caps),
4727         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
4728         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
4729         Oops, allocate enough space to perform the channel mix.
4730
4731 2005-08-26  Wim Taymans  <wim@fluendo.com>
4732
4733         * gst/audioconvert/Makefile.am:
4734         * gst/audioconvert/audioconvert.c: (if), (float),
4735         (audio_convert_get_func_index), (check_default),
4736         (audio_convert_clean_fmt), (audio_convert_prepare_context),
4737         (audio_convert_clean_context), (audio_convert_get_sizes),
4738         (get_temp_buffer), (audio_convert_convert):
4739         * gst/audioconvert/audioconvert.h:
4740         * gst/audioconvert/gstaudioconvert.c:
4741         (gst_audio_convert_class_init), (gst_audio_convert_init),
4742         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
4743         (gst_audio_convert_get_unit_size),
4744         (gst_audio_convert_transform_caps),
4745         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
4746         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
4747         * gst/audioconvert/gstaudioconvert.h:
4748         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
4749         (gst_channel_mix_fill_identical),
4750         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
4751         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
4752         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
4753         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
4754         (gst_channel_mix_mix):
4755         * gst/audioconvert/gstchannelmix.h:
4756         Cleanups, librarify a bit, optimize, better negotiation and more.
4757
4758 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
4759
4760         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
4761         Another from MikeS:
4762         During typefinding, don't support negative offsets
4763         (offsets from the end of the stream) in our typefind->peek() function
4764         - nothing embedded in ogg ever needs them. However, we need to recognise
4765         those requests and reject them, otherwise we return invalid pointers.
4766
4767 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
4768
4769         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4770         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
4771         (vorbisdec_finalize), (vorbis_handle_type_packet):
4772           Big shout-out to MikeS for fixing this giant memory leak.
4773           Huzzah!
4774
4775 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4776
4777         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
4778         (audio_convert_get_unit_size):
4779           plug some leaks
4780
4781 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4782
4783         * check/Makefile.am:
4784         * check/elements/audioconvert.c: (setup_audioconvert),
4785         (cleanup_audioconvert), (get_int_caps), (verify_convert),
4786         (GST_START_TEST), (audioconvert_suite), (main):
4787           add a test for audioconvert
4788         * gst/audioresample/gstaudioresample.c:
4789         * gst/audioresample/gstaudioresample.h:
4790           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
4791           note that for buffers of 1/3 sec this means DURATION(c) is 
4792           one nanosecond more than for a and b
4793
4794 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4795
4796         * check/Makefile.am:
4797         * check/elements/audioresample.c: (setup_audioresample),
4798         (cleanup_audioresample), (fail_unless_perfect_stream),
4799         (test_perfect_stream_instance), (GST_START_TEST),
4800           add a check for audioresample
4801         (audioresample_suite), (main):
4802         * check/elements/volume.c: (GST_START_TEST):
4803           remove unused method
4804         * gst/audioresample/gstaudioresample.c:
4805           set correct buffer parameters since we're changing them
4806         * gst/audioresample/resample_ref.c: (resample_scale_ref):
4807           add some debug
4808
4809 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4810
4811         * gst/audioresample/debug.c:
4812         * gst/audioresample/gstaudioresample.c:
4813           add room for extra overlap samples when asked to transform size
4814           protect against possible mem corruption and check for discrepancies
4815           between written size and outbuffer's size so we can warn for
4816           potential problems
4817         * gst/audioresample/resample.c: (resample_init),
4818         (resample_get_output_size_for_input), (resample_get_output_size),
4819         (resample_set_n_channels), (resample_set_format):
4820           set debug level based on RESAMPLE_DEBUG env var
4821           make sure that get_output_size* returns a whole number of
4822           sample_size
4823           set sample_size each time either channel or format is set
4824         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
4825         * gst/audioresample/resample_functable.c:
4826         (resample_scale_functable):
4827         * gst/audioresample/resample_ref.c: (resample_scale_ref):
4828           remove r->sample_size, it's done in resample.c now
4829           add some debugging to the ref implementation
4830           make sure we only give back bytes that are wholes of the sample
4831           size
4832
4833 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
4834         * gst/playback/gstplaybasebin.c: (fill_buffer):
4835         Revert unpopular change for GST_MESSAGE_SRC to GObject.
4836
4837 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
4838
4839         * gst/volume/gstvolume.c:
4840           made set_caps function static
4841
4842 2005-08-24  Wim Taymans  <wim@fluendo.com>
4843
4844         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
4845         (gst_vorbisenc_change_state):
4846         Stop leaking taglists.
4847
4848 2005-08-24  Wim Taymans  <wim@fluendo.com>
4849
4850         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
4851         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
4852         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
4853         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
4854         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
4855         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
4856         Parse seeking events better.
4857         Unref static caps.
4858         Generate correct newsegment events, fixes seeking in live oggs.
4859
4860         * ext/theora/theoradec.c: (theora_dec_src_query),
4861         (theora_dec_src_event), (theora_dec_src_getcaps),
4862         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
4863         Use newsegment values to report correct play time.
4864
4865         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4866         (vorbis_dec_src_event), (vorbis_dec_sink_event):
4867         * ext/vorbis/vorbisdec.h:
4868         Parse and use newsegment values to report correct play time.
4869
4870         * gst-libs/gst/audio/gstbaseaudiosink.c:
4871         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4872         Clear ringbuffer on flush.
4873         Use newsegment values to calculate playback time.
4874
4875         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
4876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
4877         Basesink does newsegment calculations for us now.
4878
4879 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4880
4881         * check/Makefile.am:
4882         * configure.ac:
4883           add core's plugins to the mix so that playbin works
4884         * check/generic/states.c: (GST_START_TEST):
4885           set a 0 timeout on pipelines, so they don't force the next
4886           state change
4887         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
4888         (gst_play_base_bin_change_state):
4889           remove the crappy error handling and do GST error handling
4890
4891 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4892
4893         * check/Makefile.am:
4894         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
4895           add same test as to core, it bitches out on playbin atm.
4896
4897 2005-08-24  Wim Taymans  <wim@fluendo.com>
4898
4899         * configure.ac:
4900         Remove audioscale.
4901
4902 2005-08-24  Wim Taymans  <wim@fluendo.com>
4903
4904         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
4905         (gst_videoscale_prepare_size), (parse_caps),
4906         (gst_videoscale_set_caps), (gst_videoscale_get_size),
4907         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
4908         (gst_videoscale_transform):
4909         * gst/videoscale/gstvideoscale.h:
4910         Refactor, make use of BaseTranform really well.
4911
4912 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4913
4914         * configure.ac:
4915           compile audioresample
4916         * gst/audioresample/Makefile.am:
4917         * gst/audioresample/buffer.c:
4918         * gst/audioresample/functable.c:
4919         * gst/audioresample/gstaudioresample.c:
4920         * gst/audioresample/gstaudioresample.h:
4921         * gst/audioresample/resample.c:
4922         (resample_get_output_size_for_input):
4923         * gst/audioresample/resample.h:
4924         * gst/audioresample/resample_chunk.c:
4925         * gst/audioresample/resample_functable.c:
4926         * gst/audioresample/resample_ref.c:
4927           port to use basetransform; doesn't work in all cases yet
4928
4929 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4930
4931         * gst/audioconvert/gstaudioconvert.c:
4932         (gst_audio_convert_class_init), (gst_audio_convert_init),
4933         (audio_convert_get_unit_size), (audio_convert_transform_caps),
4934         (audio_convert_fixate_caps), (audio_convert_set_caps),
4935         (audio_convert_transform),
4936         (gst_audio_convert_buffer_to_default_format),
4937         (gst_audio_convert_buffer_from_default_format),
4938         (gst_audio_convert_channels):
4939         * gst/audioconvert/gstchannelmix.c:
4940         * gst/audioconvert/gstchannelmix.h:
4941           port to basetransform
4942         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4943         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
4944         (gst_ffmpegcsp_get_unit_size):
4945         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
4946         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
4947           fix for basetransform changes
4948
4949 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
4950
4951         * check/Makefile.am:
4952           Add CHECK_CFLAGS and LDFLAGS
4953
4954         * gst/playback/gstplaybasebin.c: (fill_buffer):
4955           GST_MESSAGE_SRC became a GObject
4956
4957 2005-08-24  Wim Taymans  <wim@fluendo.com>
4958
4959         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
4960         (gst_ring_buffer_clear_all):
4961         * gst-libs/gst/audio/gstringbuffer.h:
4962         Added function to clear the ringbuffer.
4963
4964 2005-08-24  Andy Wingo  <wingo@pobox.com>
4965
4966         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
4967         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
4968         of _open and _close.
4969
4970         * sys/v4l/gstv4lxoverlay.h:
4971         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
4972         an Xv connection here, instead of all the time. Make Xv only be
4973         loaded if you axe for it. Kindof a workaround for buggy behaviour
4974         of Xv when using remote xservers (XvQueryExtension would block).
4975         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
4976         replace the _open and _close public API. Only start the xv
4977         connection if necessary.
4978         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
4979
4980 2005-08-23  David Schleef  <ds@schleef.org>
4981
4982         * gst/audioresample/Makefile.am: Leet audioresampling code
4983         * gst/audioresample/buffer.c:
4984         * gst/audioresample/buffer.h:
4985         * gst/audioresample/debug.c:
4986         * gst/audioresample/debug.h:
4987         * gst/audioresample/functable.c:
4988         * gst/audioresample/functable.h:
4989         * gst/audioresample/gstaudioresample.c:
4990         * gst/audioresample/gstaudioresample.h:
4991         * gst/audioresample/resample.c:
4992         * gst/audioresample/resample.h:
4993         * gst/audioresample/resample_chunk.c:
4994         * gst/audioresample/resample_functable.c:
4995         * gst/audioresample/resample_ref.c:
4996
4997 2005-08-23  Wim Taymans  <wim@fluendo.com>
4998
4999         * examples/seeking/seek.c: (make_vorbis_pipeline),
5000         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
5001         Small seek updates.
5002
5003 2005-08-23  Andy Wingo  <wingo@pobox.com>
5004
5005         * gst-libs/gst/audio/gstbaseaudiosrc.c
5006         (gst_base_audio_src_fixate): Only fixate endianness if it is
5007         present in the caps.
5008
5009 2005-08-22  Andy Wingo  <wingo@pobox.com>
5010
5011         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
5012         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
5013         device-name property.
5014
5015         * gst-libs/gst/audio/gstaudiosrc.h:
5016         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
5017         close_device in the ring buffer, like gstaudiosink.
5018
5019         * ext/alsa/gstalsamixer.h:
5020         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
5021         macro to implement the interface without much code. Cleanups. 
5022
5023         * ext/alsa/gstalsasrc.h:
5024         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
5025         READY.
5026
5027         * ext/alsa/Makefile.am: Add new files.
5028         * ext/alsa/gstalsamixerelement.c: 
5029         * ext/alsa/gstalsamixerelement.c: Split element code out from
5030         mixer code so that alsasrc can be a mixer too.
5031
5032 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
5033
5034         * check/elements/volume.c: (setup_volume), (cleanup_volume),
5035         (GST_START_TEST):
5036         * check/elements/vorbisdec.c: (setup_vorbisdec),
5037         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
5038         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5039         (vorbis_handle_identification_packet),
5040         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
5041         (vorbis_handle_header_packet), (vorbis_dec_push),
5042         (vorbis_dec_chain):
5043           use the setup/teardown methods to save code.  save code is good.
5044
5045 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5046
5047         * check/Makefile.am:
5048           add ext dir for plugins
5049           add vorbisdec test conditionally
5050         * check/elements/volume.c: (setup_volume), (cleanup_volume),
5051         (GST_START_TEST), (volume_suite):
5052           add a test with wrong caps
5053         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
5054         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
5055           add a vorbisdec test
5056         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
5057         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
5058           clean up debug output
5059         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
5060           yay, fix a segfault/security issue in vorbisdec
5061           gst-launch fakesrc ! vorbisdec wasn't happy
5062         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
5063         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
5064         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
5065         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
5066         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
5067         (gst_vorbisenc_set_metadata), (get_constraints_string),
5068         (update_start_message), (gst_vorbisenc_setup),
5069         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5070         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
5071         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
5072         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
5073         * ext/vorbis/vorbisenc.h:
5074           march in line
5075         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5076         (gst_ffmpegcsp_transform):
5077           have the kow come home
5078         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
5079           debug my func ptr
5080         * gst/volume/gstvolume.c: (volume_set_caps):
5081           add a debug
5082
5083 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5084
5085         * Makefile.am:
5086         * check/.cvsignore:
5087         * check/Makefile.am:
5088         * check/elements/.cvsignore:
5089         * check/elements/volume.c: (chain_func), (event_func),
5090         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
5091         (main):
5092         * configure.ac:
5093           add unit test structure for gst-plugins-base
5094           add a test for volume
5095         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
5096         (gst_volume_set_volume), (gst_volume_get_volume),
5097         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
5098         (volume_funcfind), (volume_process_float), (volume_process_int16),
5099         (volume_set_caps), (volume_transform), (volume_update_mute),
5100         (volume_update_volume), (volume_set_property),
5101         (volume_get_property):
5102           document a little; use basetransform vmethod _set_caps
5103
5104 2005-08-19  Andy Wingo  <wingo@pobox.com>
5105
5106         * ext/alsa/gstalsamixertrack.h:
5107         * ext/alsa/gstalsamixertrack.c:
5108         * ext/alsa/gstalsamixeroptions.h:
5109         * ext/alsa/gstalsamixeroptions.c:
5110         * ext/alsa/gstalsamixer.h:
5111         * ext/alsa/gstalsamixer.c: Port to 0.9.
5112
5113         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
5114         Remove gstalsa.c and alsaclock. No more cruft here.
5115         
5116 2005-08-18  Wim Taymans  <wim@fluendo.com>
5117
5118         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5119         (gst_base_rtp_depayload_chain),
5120         (gst_base_rtp_depayload_add_to_queue),
5121         (gst_base_rtp_depayload_push),
5122         (gst_base_rtp_depayload_queue_release):
5123         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5124         Fix for RTPBuffer changes.
5125
5126         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
5127         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
5128         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
5129         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
5130         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
5131         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
5132         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
5133         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
5134         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
5135         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
5136         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
5137         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
5138         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
5139         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
5140         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
5141         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
5142         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
5143         (gst_rtpbuffer_get_payload):
5144         * gst-libs/gst/rtp/gstrtpbuffer.h:
5145         Don't subclass GstBuffer but add methods and helper functions
5146         to construct and manipulate RTP packets in regular GstBuffers.
5147
5148 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
5149
5150         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
5151           moved statement below switch
5152         * gst/volume/gstvolume.c: (gst_volume_class_init):
5153           added debug ptr
5154
5155 2005-08-16  Wim Taymans  <wim@fluendo.com>
5156
5157         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5158         (gst_base_audio_src_change_state):
5159         Open and close device in READY<->NULL state change.
5160
5161 2005-08-16  Andy Wingo  <wingo@pobox.com>
5162
5163         * examples/seeking/Makefile.am: Don't compile non-compiling
5164         compiled objects with the compiler.
5165
5166         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
5167         elements.
5168
5169 2005-08-12  Philippe Khalaf <burger@speedy.org>
5170         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5171         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5172           Made a thread to release the queue.
5173           Removed timestamp conversion for now.
5174
5175 2005-08-10  Philippe Khalaf <burger@speedy.org>
5176         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5177         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5178           Added rtp timestamp -> gst timestamp conversion.
5179           Fixed several problems with queue.
5180
5181 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
5182
5183         * gst-libs/gst/audio/gstaudioclock.h:
5184         * gst-libs/gst/audio/gstaudiofilter.h:
5185         * gst-libs/gst/audio/gstaudiosink.h:
5186         * gst-libs/gst/audio/gstaudiosrc.h:
5187         * gst-libs/gst/audio/gstbaseaudiosink.h:
5188         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5189         * gst-libs/gst/audio/gstringbuffer.h:
5190         * gst-libs/gst/net/gstnetbuffer.h:
5191         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5192         * gst-libs/gst/rtp/gstrtpbuffer.h:
5193           Add padding (you will need to rebuild gst-plugins-base,
5194           gst-plugins and all applications afterwards!)
5195
5196 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
5197
5198         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5199         (gst_riff_parse_chunk):
5200           Fix bug in debug message and add some more debug messages.
5201
5202 2005-08-08  Edward Hervey  <edward@fluendo.com>
5203
5204         * gst-libs/gst/riff/riff-media.c:
5205         backported updates since branch
5206
5207 2005-08-08  Andy Wingo  <wingo@pobox.com>
5208
5209         * gst-libs/gst/audio/gstbaseaudiosink.c
5210         (gst_base_audio_sink_change_state): Open the device in NULL->READY
5211         like good elements should. Close on READY->NULL too.
5212
5213         * gst-libs/gst/audio/gstaudiosink.c
5214         (gst_audioringbuffer_open_device,
5215         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
5216         (gst_audioringbuffer_release): Updates for new ring buffer API,
5217         hook into the new audio sink api.
5218
5219         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
5220         (GstAudioSinkClass.close): Just open and close the device -- no
5221         resource allocation or configuration.
5222         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
5223         vmethods, handle device setup and resource allocation.
5224
5225         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
5226         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
5227         base class API.
5228
5229         * gst-libs/gst/audio/gstringbuffer.h
5230         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
5231         New vmethods.
5232
5233         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
5234         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
5235         New API functions. The device should be opened before acquiring
5236         and closed after releasing.
5237
5238 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
5239
5240         * gst-libs/gst/interfaces/mixer.h:
5241           Reset padding to GST_PADDING.
5242
5243 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5244
5245         * gst/playback/gstplaybin.c: (remove_sinks):
5246           Remove visualization from parent explicitely; works around some
5247           apparent refcount issue that I haven't tracked down yet.
5248
5249 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5250
5251         * ext/alsa/gstalsasink.c: (set_hwparams):
5252           Assign debug category, add negotiation debug msgs.
5253
5254 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5255
5256         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
5257           Fix error code for file-not-found to NOT_FOUND.
5258
5259 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5260
5261         * common/gtk-doc-plugins.mak:
5262         * docs/plugins/Makefile.am:
5263         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5264         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5265           renamed to actual element names, so much nicer to look at
5266         * docs/plugins/tmpl/gstmultifdsink.sgml:
5267           remove
5268         * docs/plugins/tmpl/multifdsink.sgml:
5269         * docs/plugins/tmpl/tcpserversink.sgml:
5270           add
5271         * ext/alsa/gstalsa.c:
5272         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
5273         * ext/ogg/gstoggmux.c:
5274         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
5275         * gst/playback/gstdecodebin.c:
5276         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
5277         * gst/tcp/gsttcpserversink.c:
5278           various fixes and documentation additions
5279
5280 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5281
5282         * common/Makefile.am:
5283         * common/gstdoc-scangobj:
5284         * common/gtk-doc-plugins.mak:
5285         * common/gtk-doc.mak:
5286           add a custom scangobj that uses the registry
5287           add a custom gtk-doc-plugins.mak that uses it
5288           some doc build fixes
5289         * configure.ac:
5290         * docs/Makefile.am:
5291         * docs/plugins/Makefile.am:
5292         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5293         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5294         * docs/plugins/gst-plugins-base-plugins.types:
5295         * docs/plugins/tmpl/gstmultifdsink.sgml:
5296           add docs for one element, multifdsink
5297         * gst/adder/gstadder.h:
5298         * gst/volume/gstvolume.h:
5299           don't privatize enum
5300         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5301         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5302         (gst_sync_method_get_type), (gst_client_status_get_type),
5303         (gst_multifdsink_class_init),
5304         (gst_multifdsink_client_queue_buffer),
5305         (gst_multifdsink_handle_client_write):
5306         * gst/tcp/gstmultifdsink.h:
5307         * gst/tcp/gsttcp.h:
5308         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
5309         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
5310         (gst_tcpclientsink_render):
5311         * gst/tcp/gsttcpclientsink.h:
5312         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
5313         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
5314         (gst_tcpclientsrc_start):
5315         * gst/tcp/gsttcpclientsrc.h:
5316         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
5317         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
5318         * gst/tcp/gsttcpserversrc.h:
5319         * gst/typefind/gsttypefindfunctions.c:
5320           remove superfluous Type stuff
5321
5322 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5323
5324         * gst/playback/gstplaybin.c: (gen_video_element):
5325           Enable videoscale.
5326
5327 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5328
5329         * gst-libs/gst/gconf/gconf.c:
5330         * gst-libs/gst/gconf/gconf.h:
5331           Fix some Andy Problem [tm].
5332
5333 2005-08-04  Andy Wingo  <wingo@pobox.com>
5334
5335         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
5336         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
5337         (gst_ffmpegcsp_get_size): Adapt to API changes.
5338
5339         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
5340         Implement an in-place do-nothing transform.
5341
5342 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5343
5344         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
5345         (gst_ximagesink_renegotiate_size):
5346           Do not set new window sizes yet if we prepare a new buffer size
5347           for upstream renegotiation (software scaling) at some point in the
5348           future, because this new size waqs not actually accepted yet. Once
5349           accepted, renegotiation later on will set the new sizes just fine.
5350           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
5351           embedding testcase.
5352
5353 2005-08-03  Andy Wingo  <wingo@pobox.com>
5354
5355         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
5356         (gst_ximagesink_buffer_alloc): 
5357         Protect the height, width, and desired_caps with the pool_lock.
5358         Fixes videotestsrc ! queue ! ximagesink.
5359
5360 2005-08-02  Edward Hervey  <edward@fluendo.com>
5361
5362         * gst/volume/gstvolume.c:
5363         include left from controller cleanup
5364
5365 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
5366         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
5367           Stop collectpads before calling the parent state
5368           change function on PAUSED->READY.
5369
5370 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
5371         * configure.ac:
5372           When testing for X libs, use the X CFlags 
5373         * gst/adder/gstadder.c: (gst_adder_change_state):
5374           Stop the collectpads before calling parent state change function
5375           on PAUSED->READY, otherwise we deadlock deactivating pads.
5376
5377 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
5378
5379         * configure.ac:
5380         * docs/libs/tmpl/gstcolorbalance.sgml:
5381         * docs/libs/tmpl/gstmixer.sgml:
5382         * examples/Makefile.am:
5383         * gst/sine/Makefile.am:
5384         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
5385         (gst_sinesrc_set_property), (plugin_init):
5386         * gst/sine/gstsinesrc.h:
5387         * gst/volume/Makefile.am:
5388         * gst/volume/gstvolume.c: (gst_volume_set_volume),
5389         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
5390         (volume_process_float), (volume_process_int16),
5391         (volume_set_property), (plugin_init):
5392         * gst/volume/gstvolume.h:
5393           deactivate and remove dparams (libgstcontrol)
5394
5395 2005-07-29  Wim Taymans  <wim@fluendo.com>
5396
5397         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
5398         Convert me to BaseTransform!! help..
5399
5400 2005-07-29  Andy Wingo  <wingo@pobox.com>
5401
5402         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
5403         sinks.
5404
5405         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
5406         support of both endiannesses.
5407
5408 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
5409
5410         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
5411           Fix confusing debug message (s/event/query/)
5412
5413 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
5414
5415         * gst/videotestsrc/videotestsrc.h:
5416           Use "_stdint.h" instead of <stdint.h>
5417
5418 2005-07-27  Wim Taymans  <wim@fluendo.com>
5419
5420         * ext/vorbis/Makefile.am:
5421         Revert wrong commit.
5422
5423 2005-07-27  Wim Taymans  <wim@fluendo.com>
5424
5425         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
5426         More compilation fixen.
5427
5428 2005-07-27  Wim Taymans  <wim@fluendo.com>
5429
5430         * gst-libs/gst/audio/gstbaseaudiosink.c:
5431         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
5432         (gst_base_audio_sink_create_ringbuffer),
5433         (gst_base_audio_sink_change_state):
5434         Fix compilation.
5435
5436 2005-07-27  Wim Taymans  <wim@fluendo.com>
5437
5438         * examples/seeking/seek.c: (setup_dynamic_link),
5439         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
5440         (query_positions_elems), (query_positions_pads), (do_seek):
5441         Update seek example.
5442
5443         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
5444         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
5445         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
5446         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5447         (gst_ogg_demux_handle_event),
5448         (gst_ogg_demux_deactivate_current_chain),
5449         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5450         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
5451         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
5452         (gst_ogg_demux_loop):
5453         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
5454         * ext/theora/theoradec.c: (theora_dec_src_event),
5455         (theora_dec_src_getcaps), (theora_dec_sink_event),
5456         (theora_dec_push), (theora_dec_chain):
5457         * ext/vorbis/Makefile.am:
5458         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
5459         (vorbis_dec_sink_event), (vorbis_dec_push),
5460         (vorbis_handle_data_packet):
5461         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
5462         (gst_vorbisenc_chain):
5463         * gst/playback/gststreaminfo.c: (cb_probe):
5464         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
5465         * gst/videorate/gstvideorate.c: (gst_videorate_event):
5466         * gst/videoscale/gstvideoscale.c:
5467         (gst_videoscale_handle_src_event):
5468         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
5469         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
5470         (gst_ximagesink_navigation_send_event):
5471         * sys/xvimage/xvimagesink.c:
5472         (gst_xvimagesink_navigation_send_event):
5473         Various event updates and cleanups
5474
5475 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5476
5477         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
5478           Fix segfault for I420/YV12.
5479
5480 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5481
5482         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
5483           Report bitrate.
5484
5485 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5486
5487         * gst/playback/gstplaybin.c: (gen_video_element),
5488         (gen_audio_element):
5489           Switch to auto*sink elements as default sinks; add volume element
5490           so that volume control in totem works.
5491
5492 2005-07-21  Wim Taymans  <wim@fluendo.com>
5493
5494         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
5495         * gst/playback/gstplaybin.c: (setup_sinks),
5496         (gst_play_bin_change_state):
5497         Refcount fix and more comments.
5498
5499 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5500
5501         * sys/ximage/Makefile.am:
5502         * sys/ximage/ximage.c: (plugin_init):
5503         * sys/ximage/ximagesink.c:
5504         Prepare for adding ximagesrc, rename of plugin to ximage etc.
5505         
5506
5507 2005-07-21  Wim Taymans  <wim@fluendo.com>
5508
5509         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
5510         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5511         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5512         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5513         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
5514         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
5515         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
5516         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
5517         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
5518         Generate correct disconts for live chained oggs.
5519
5520         * gst-libs/gst/audio/gstbaseaudiosink.c:
5521         (gst_base_audio_sink_render),
5522         (gst_base_audio_sink_create_ringbuffer),
5523         (gst_base_audio_sink_change_state):
5524         Handle discont math correctly.
5525
5526         * gst/playback/gstplaybin.c: (add_sink):
5527         Some small debug cleanup.
5528
5529 2005-07-21  Wim Taymans  <wim@fluendo.com>
5530
5531         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
5532         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5533         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5534         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5535         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
5536         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
5537         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5538         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
5539         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
5540         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
5541         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
5542         (gst_ogg_demux_change_state), (gst_ogg_print):
5543         Reorganize code to send the right disconts when in streaming
5544         mode.
5545
5546 2005-07-20  Andy Wingo  <wingo@pobox.com>
5547
5548         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
5549         fix (?), fixes a seggie mcfalterson (#310894).
5550
5551 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5552
5553         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
5554         (gst_ogg_mux_set_header_on_caps):
5555         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
5556         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
5557         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
5558         * gst-libs/gst/audio/multichannel.c:
5559         (gst_audio_set_channel_positions),
5560         (gst_audio_set_structure_channel_positions_list):
5561         * gst/playback/gstdecodebin.c: (dynamic_create):
5562         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
5563         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
5564           Fixes for API changes in core.
5565
5566 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5567
5568         * gst/playback/gstplaybasebin.c: (fill_buffer):
5569           Use _new_custom() so we can set custom message types for buffering
5570           messages.
5571
5572 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5573
5574         * configure.ac:
5575         * gst-libs/gst/Makefile.am:
5576         * gst-libs/gst/gconf/.cvsignore:
5577         * gst-libs/gst/gconf/Makefile.am:
5578         * gst-libs/gst/gconf/test-gconf.c:
5579         * pkgconfig/Makefile.am:
5580         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
5581         * pkgconfig/gstreamer-gconf.pc.in:
5582           Remove gconf stuff, use gconf elements instead from now on.
5583
5584 2005-07-20  Wim Taymans  <wim@fluendo.com>
5585
5586         * gst-libs/gst/audio/TODO:
5587         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
5588         (gst_audio_clock_get_internal_time):
5589         * gst-libs/gst/audio/gstaudioclock.h:
5590         * gst-libs/gst/audio/gstbaseaudiosink.c:
5591         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
5592         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
5593         (gst_base_audio_sink_render),
5594         (gst_base_audio_sink_create_ringbuffer),
5595         (gst_base_audio_sink_change_state):
5596         Make sure the audio clock always returns an increasing value.
5597
5598 2005-07-19  Andy Wingo  <wingo@pobox.com>
5599
5600         * gst/videotestsrc/: Cleanups.
5601
5602 2005-07-19  Wim Taymans  <wim@fluendo.com>
5603
5604         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
5605         Better debugging.
5606
5607 2005-07-19  Wim Taymans  <wim@fluendo.com>
5608
5609         * examples/seeking/seek.c: (make_dv_pipeline),
5610         (make_vorbis_theora_pipeline), (query_rates),
5611         (query_positions_elems), (query_positions_pads), (do_seek):
5612         Make correct DV pipeline.
5613
5614 2005-07-18  Andy Wingo  <wingo@pobox.com>
5615
5616         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
5617         default. Also because it's the only thing that really works. (This
5618         is used in the GConf elements).
5619         Use AS_LIBTOOL_TAGS.
5620
5621 2005-07-18  Wim Taymans  <wim@fluendo.com>
5622
5623         * gst/playback/gstdecodebin.c: (remove_element_chain):
5624         * gst/playback/gstplaybin.c: (add_sink):
5625         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5626         (gst_stream_info_set_mute):
5627         * gst/playback/gststreamselector.c:
5628         (gst_stream_selector_get_linked_pad),
5629         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
5630         More leak and compile fixes.
5631
5632 2005-07-18  Wim Taymans  <wim@fluendo.com>
5633
5634         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
5635         (query_rates), (query_positions_elems), (query_positions_pads),
5636         (do_seek), (seek_cb), (stop_seek):
5637         Updated seek example. 
5638
5639         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
5640         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5641         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
5642         * gst/playback/gstplaybin.c: (add_sink):
5643         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5644         (gst_stream_info_set_mute):
5645         Some refcount leak fixes.
5646
5647 2005-07-16  Wim Taymans  <wim@fluendo.com>
5648
5649         * gst-libs/gst/audio/gstbaseaudiosink.c:
5650         (gst_base_audio_sink_render):
5651         Align samples even if we have roundoff errors in the 
5652         timestamp conversion.
5653
5654 2005-07-16  Wim Taymans  <wim@fluendo.com>
5655
5656         * docs/libs/tmpl/gstringbuffer.sgml:
5657         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
5658         (query_rates), (query_positions_elems), (query_positions_pads),
5659         (update_scale), (do_seek):
5660         Updated seek example.
5661
5662         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5663         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
5664         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
5665         (gst_ogg_demux_loop):
5666         Push out correct discont values.
5667
5668         * ext/theora/theoradec.c: (theora_dec_src_convert),
5669         (theora_dec_sink_convert), (theora_dec_src_getcaps),
5670         (theora_dec_sink_event), (theora_handle_type_packet),
5671         (theora_handle_header_packet), (theora_dec_push),
5672         (theora_handle_data_packet), (theora_dec_chain),
5673         (theora_dec_change_state):
5674         Better timestamping.
5675
5676         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5677         (vorbis_dec_sink_event), (vorbis_dec_push),
5678         (vorbis_handle_data_packet), (vorbis_dec_chain):
5679         * ext/vorbis/vorbisdec.h:
5680         Better timestamping.
5681
5682         * gst-libs/gst/audio/gstbaseaudiosink.c:
5683         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
5684         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5685         Handle syncing on timestamps instead of sample offsets. Make
5686         use of DISCONT values as described in design docs.
5687
5688         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5689         (gst_base_audio_src_get_time):
5690         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
5691         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
5692         (gst_ring_buffer_read):
5693         * gst-libs/gst/audio/gstringbuffer.h:
5694         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
5695         (gst_ximagesink_show_frame):
5696         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
5697         Correcly convert buffer timestamp to stream time.
5698
5699 2005-07-16  Wim Taymans  <wim@fluendo.com>
5700
5701         * gst/audioconvert/gstaudioconvert.c:
5702         (gst_audio_convert_get_buffer):
5703         Timestamp buffers correctly.
5704
5705         * gst/playback/gstplaybin.c: (gen_video_element):
5706         Make internal fakesink silent.
5707
5708 2005-07-15  Wim Taymans  <wim@fluendo.com>
5709
5710         * gst/ffmpegcolorspace/Makefile.am:
5711         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5712         (gst_ffmpegcsp_caps_remove_format_info),
5713         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
5714         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
5715         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
5716         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
5717         Ported ffmpegcolorspace to basetransform.
5718
5719         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
5720         * gst/volume/gstvolume.c: (volume_transform):
5721         Ported to new API.
5722
5723 2005-07-14  Wim Taymans  <wim@fluendo.com>
5724
5725         * gst/videotestsrc/Makefile.am:
5726         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
5727         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
5728         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
5729         (gst_videotestsrc_init), (gst_videotestsrc_event),
5730         (gst_videotestsrc_create), (gst_videotestsrc_start),
5731         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
5732         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
5733         (gst_videotestsrc_get_property):
5734         * gst/videotestsrc/gstvideotestsrc.h:
5735         Make videotestsrc a pushsrc.
5736
5737 2005-07-14  Wim Taymans  <wim@fluendo.com>
5738
5739         * gst/tcp/gstfdset.c: (gst_fdset_free):
5740         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
5741         (gst_multifdsink_add), (gst_multifdsink_remove),
5742         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
5743         (gst_multifdsink_remove_client_link),
5744         (gst_multifdsink_client_queue_data),
5745         (gst_multifdsink_client_queue_caps),
5746         (gst_multifdsink_client_queue_buffer),
5747         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
5748         (gst_multifdsink_stop):
5749         * gst/tcp/gstmultifdsink.h:
5750         0.8 backporting.
5751
5752         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
5753         Also draw image when not from a pool.
5754
5755 2005-07-14  Wim Taymans  <wim@fluendo.com>
5756
5757         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
5758         (mute_stream), (silence_stream):
5759         Small debug additions.
5760
5761 2005-07-14  Wim Taymans  <wim@fluendo.com>
5762
5763         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
5764         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5765         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
5766         Better error recovery, ignore unconnected pads and
5767         non-fatal errors.
5768
5769 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5770
5771         * docs/libs/tmpl/gstaudio.sgml:
5772         * docs/libs/tmpl/gstcolorbalance.sgml:
5773         * docs/libs/tmpl/gstgconf.sgml:
5774         * docs/libs/tmpl/gstmixer.sgml:
5775         * docs/libs/tmpl/gstringbuffer.sgml:
5776         * docs/libs/tmpl/gsttuner.sgml:
5777         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5778         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
5779         (gst_tcpclientsrc_class_init):
5780         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
5781         (gst_tcpserversrc_class_init):
5782         * sys/v4l/gstv4lelement.c:
5783           more autistic cleanliness in functions/names/defines
5784
5785 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5786
5787         * configure.ac:
5788           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
5789           added manually to each Makefile.am so we are sure it goes
5790           *last* and doesn't add -L flags before linking in libs of our
5791           own, like, say, internal .la libs, that then accidentally pick
5792           up the installed copy.
5793         * docs/libs/Makefile.am:
5794         * ext/alsa/Makefile.am:
5795         * ext/cdparanoia/Makefile.am:
5796         * ext/gnomevfs/Makefile.am:
5797         * ext/libvisual/Makefile.am:
5798         * ext/ogg/Makefile.am:
5799         * ext/theora/Makefile.am:
5800         * ext/vorbis/Makefile.am:
5801         * gst-libs/gst/video/Makefile.am:
5802         * gst/adder/Makefile.am:
5803         * gst/audioconvert/Makefile.am:
5804         * gst/audiorate/Makefile.am:
5805         * gst/audioscale/Makefile.am:
5806         * gst/ffmpegcolorspace/Makefile.am:
5807         * gst/playback/Makefile.am:
5808         * gst/sine/Makefile.am:
5809         * gst/subparse/Makefile.am:
5810         * gst/tags/Makefile.am:
5811         * gst/tcp/Makefile.am:
5812         * gst/typefind/Makefile.am:
5813         * gst/videorate/Makefile.am:
5814         * gst/videoscale/Makefile.am:
5815         * gst/videotestsrc/Makefile.am:
5816         * gst/volume/Makefile.am:
5817         * sys/v4l/Makefile.am:
5818         * sys/ximage/Makefile.am:
5819         * sys/xvimage/Makefile.am:
5820           adapt properly to this change. This should make sure that
5821           plugins and libs properly link to the as-yet-uninstalled
5822           copies of stuff like libgstinterfaces and libgstvideo
5823
5824 2005-07-13  Andy Wingo  <wingo@pobox.com>
5825
5826         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
5827         (gst_v4lsrc_fixate): Fixate on format as well.
5828
5829         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
5830         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
5831         buffer points to it.
5832         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
5833         rather just doing X calls ourselves. Also fixes a memleak.
5834
5835 2005-07-12  Andy Wingo  <wingo@pobox.com>
5836
5837         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
5838         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
5839         (gst_v4lsrc_create): Re-add the copy-mode property, default to
5840         TRUE to avoid deadlocks if an element holds on to our buffers.
5841
5842 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5843
5844         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5845         (gst_sinesrc_init), (gst_sinesrc_create),
5846         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
5847         (gst_sinesrc_start):
5848         * gst/sine/gstsinesrc.h:
5849           removing num-buffers property before moving it
5850
5851 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5852
5853         * configure.ac:
5854           use overridable ERROR_CFLAGS
5855         * docs/libs/gst-plugins-base-libs.types:
5856         * docs/libs/tmpl/gstringbuffer.sgml:
5857         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
5858         (gst_alsasink_class_init):
5859         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
5860         (gst_alsasrc_class_init):
5861         * gst-libs/gst/audio/audio.h:
5862         * gst-libs/gst/audio/gstaudioclock.h:
5863         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
5864         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
5865         (gst_audio_filter_link), (gst_audio_filter_init),
5866         (gst_audio_filter_chain), (gst_audio_filter_set_property),
5867         (gst_audio_filter_get_property),
5868         (gst_audio_filter_class_add_pad_templates):
5869         * gst-libs/gst/audio/gstaudiofilter.h:
5870         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5871         (gst_audio_filter_template_get_type),
5872         (gst_audio_filter_template_base_init),
5873         (gst_audio_filter_template_class_init),
5874         (gst_audio_filter_template_init),
5875         (gst_audio_filter_template_set_property),
5876         (gst_audio_filter_template_get_property), (plugin_init),
5877         (gst_audio_filter_template_setup),
5878         (gst_audio_filter_template_filter),
5879         (gst_audio_filter_template_filter_inplace):
5880         * gst-libs/gst/audio/gstaudiosink.c:
5881         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5882         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
5883         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5884         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
5885         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
5886         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
5887         * gst-libs/gst/audio/gstaudiosink.h:
5888         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
5889         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
5890         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5891         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
5892         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
5893         (gst_audio_src_class_init), (gst_audio_src_init),
5894         (gst_audio_src_create_ringbuffer):
5895         * gst-libs/gst/audio/gstaudiosrc.h:
5896         * gst-libs/gst/audio/gstbaseaudiosink.c:
5897         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
5898         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
5899         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
5900         (gst_base_audio_sink_set_property),
5901         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
5902         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
5903         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
5904         (gst_base_audio_sink_create_ringbuffer),
5905         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
5906         * gst-libs/gst/audio/gstbaseaudiosink.h:
5907         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5908         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
5909         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
5910         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
5911         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
5912         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
5913         (gst_base_audio_src_event), (gst_base_audio_src_create),
5914         (gst_base_audio_src_create_ringbuffer),
5915         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
5916         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5917         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
5918         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
5919         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
5920         (gst_ring_buffer_debug_spec_caps),
5921         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
5922         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
5923         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
5924         (gst_ring_buffer_start), (gst_ring_buffer_pause),
5925         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
5926         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
5927         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
5928         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
5929         (gst_ring_buffer_clear):
5930         * gst-libs/gst/audio/gstringbuffer.h:
5931         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
5932         (gst_video_sink_class_init), (gst_video_sink_get_type):
5933         * gst-libs/gst/video/videosink.h:
5934         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
5935         (gst_multifdsink_class_init),
5936         (gst_multifdsink_handle_client_write),
5937         (gst_multifdsink_change_state):
5938         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
5939         (gst_tcpclientsink_setcaps):
5940         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
5941         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
5942         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
5943         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
5944         (gst_ximagesink_send_pending_navigation),
5945         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
5946         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
5947         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
5948         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
5949         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
5950         (gst_xvimagesink_send_pending_navigation),
5951         (gst_xvimagesink_navigation_send_event),
5952         (gst_xvimagesink_set_xwindow_id),
5953         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
5954         (gst_xvimagesink_get_type):
5955         more macro splitting
5956
5957 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5958
5959         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
5960           plug a memleak, allows me to import 1479 albums in one go
5961           in jamboree
5962         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5963         (vorbis_handle_type_packet), (vorbis_dec_chain),
5964         (vorbis_dec_change_state):
5965           fix some format strings
5966
5967 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5968
5969         * docs/libs/tmpl/gstcolorbalance.sgml:
5970         * docs/libs/tmpl/gstmixer.sgml:
5971         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
5972         (gst_alsasink_set_property), (gst_alsasink_get_property):
5973         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
5974         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
5975           add device property
5976
5977 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5978
5979         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5980         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
5981         (audiocast_register_listener), (audiocast_thread_run),
5982         (gst_gnomevfssrc_send_additional_headers_callback),
5983         (gst_gnomevfssrc_received_headers_callback),
5984         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
5985         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
5986         (gst_gnomevfssrc_get_size):
5987           add/clean up debugging
5988         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
5989           cleanups
5990
5991 2005-07-07  Andy Wingo  <wingo@pobox.com>
5992
5993         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
5994         framerate. Need to get a handle on when exactly this function is
5995         called, tho.
5996
5997         * sys/v4l/v4lsrc_calls.h:
5998         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
5999         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
6000         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
6001
6002         * sys/v4l/v4l_calls.h: Cast to V4lElement.
6003         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
6004         v4lelements are sources.
6005
6006         * sys/v4l/gstv4lxoverlay.h:
6007         * sys/v4l/gstv4lxoverlay.c:
6008         * sys/v4l/gstv4ltuner.h:
6009         * sys/v4l/gstv4ltuner.c: Header loc fixen.
6010         
6011         * sys/v4l/gstv4lsrc.h:
6012         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
6013         PushSrc/BaseSrc. Removed most sync-related properties, videorate
6014         or something should handle that. Made a live source.
6015
6016         * sys/v4l/gstv4lelement.h:
6017         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
6018         signals. Some cleanups.
6019
6020         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
6021
6022         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
6023         stuff.
6024
6025         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
6026         stuff.
6027
6028         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
6029
6030 2005-07-07  Wim Taymans  <wim@fluendo.com>
6031
6032         * ext/theora/theoradec.c: (theora_get_query_types),
6033         (theora_dec_src_getcaps), (theora_dec_push):
6034         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
6035         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
6036         Remove deprecated/unused query types.
6037
6038 2005-07-06  Wim Taymans  <wim@fluendo.com>
6039
6040         * ext/alsa/Makefile.am:
6041         * ext/alsa/gstalsaplugin.c: (plugin_init):
6042         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6043         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
6044         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
6045         (gst_alsasrc_class_init), (gst_alsasrc_init),
6046         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
6047         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
6048         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
6049         (gst_alsasrc_reset):
6050         * ext/alsa/gstalsasrc.h:
6051         * gst-libs/gst/audio/Makefile.am:
6052         * gst-libs/gst/audio/gstaudiosink.c:
6053         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6054         (gst_audioringbuffer_start):
6055         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
6056         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
6057         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
6058         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
6059         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
6060         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
6061         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
6062         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
6063         * gst-libs/gst/audio/gstaudiosrc.h:
6064         * gst-libs/gst/audio/gstbaseaudiosink.c:
6065         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
6066         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
6067         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
6068         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6069         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
6070         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
6071         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
6072         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
6073         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
6074         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
6075         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
6076         (gst_baseaudiosrc_change_state):
6077         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6078         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6079         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
6080         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
6081         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
6082         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
6083         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
6084         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
6085         * gst-libs/gst/audio/gstringbuffer.h:
6086         Added audiosource base classes.
6087         Ported alsasrc, still very basic.
6088
6089 2005-07-06  Wim Taymans  <wim@fluendo.com>
6090
6091         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
6092         (theora_dec_push), (theora_handle_data_packet):
6093         Prepare for better timestamp fix later.
6094
6095         * gst/audioconvert/gstaudioconvert.c:
6096         List most accurate caps first
6097
6098         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
6099         Use proper pad task function.
6100
6101         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6102         (gst_xvimagesink_show_frame):
6103         Fix deadlock when alloc failed.
6104
6105 2005-07-05  Andy Wingo  <wingo@pobox.com>
6106
6107         * ext/gnomevfs/gstgnomevfssrc.c:
6108         * gst/sine/gstsinesrc.c:
6109         * gst/tcp/gsttcpserversrc.c:
6110         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
6111
6112         * sys/v4l/: Port from 0.8.
6113
6114         * Many files: Null if we got it....
6115
6116 2005-07-05  Andy Wingo  <wingo@pobox.com>
6117
6118         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
6119         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
6120         Signedness fixes.
6121
6122 2005-07-05  Wim Taymans  <wim@fluendo.com>
6123
6124         * configure.ac:
6125         * gst/tcp/Makefile.am:
6126         * gst/tcp/README:
6127         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
6128         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
6129         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
6130         (is_sync_frame), (gst_multifdsink_handle_client_write),
6131         (gst_multifdsink_render), (gst_multifdsink_start),
6132         (gst_multifdsink_stop), (gst_multifdsink_change_state):
6133         * gst/tcp/gstmultifdsink.h:
6134         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
6135         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
6136         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
6137         * gst/tcp/gsttcp.h:
6138         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6139         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
6140         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
6141         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
6142         * gst/tcp/gsttcpclientsink.h:
6143         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
6144         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
6145         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
6146         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
6147         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
6148         * gst/tcp/gsttcpclientsrc.h:
6149         * gst/tcp/gsttcpplugin.c: (plugin_init):
6150         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
6151         * gst/tcp/gsttcpserversink.h:
6152         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
6153         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
6154         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
6155         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
6156         (gst_tcpserversrc_stop):
6157         * gst/tcp/gsttcpserversrc.h:
6158         * gst/tcp/gsttcpsink.c:
6159         * gst/tcp/gsttcpsink.h:
6160         * gst/tcp/gsttcpsrc.c:
6161         * gst/tcp/gsttcpsrc.h:
6162         Ported tcp plugins to 0.9. 
6163         
6164
6165 2005-07-05  Andy Wingo  <wingo@pobox.com>
6166
6167         * gst/playback/gstplaybasebin.c (fill_buffer):
6168         message_new_application fixen.
6169
6170         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
6171         Style fix.
6172
6173 2005-07-04  Wim Taymans  <wim@fluendo.com>
6174
6175         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
6176         Set caps on output buffer.
6177
6178 2005-07-04  Andy Wingo  <wingo@pobox.com>
6179
6180         * ext/gnomevfs/gstgnomevfssrc.c
6181         (gst_gnomevfssrc_received_headers_callback) 
6182         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
6183         hopefully.
6184
6185         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
6186         No refcount leakage.
6187
6188         * configure.ac: Enable -Werror.
6189         
6190         * ext/theora/theoradec.c (theora_dec_src_getcaps):
6191         * gst/audioconvert/bufferframesconvert.c
6192         (buffer_frames_convert_fixate):
6193         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
6194         (gst_audio_convert_fixate):
6195         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
6196         (gst_sinesrc_create): Fixate func changes.
6197         
6198         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6199         (gst_ximagesink_buffer_alloc): Unused var.
6200
6201 2005-07-01  Andy Wingo  <wingo@pobox.com>
6202
6203         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
6204         getcaps to do explicit caps. Needs to be done in all decoders,
6205         possibly via a base class.
6206
6207         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
6208
6209         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
6210         caps on the sink pad, just rely on the pad template. Also, setting
6211         ANY caps on a pad is not valid because the caps are not fixed.
6212
6213         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
6214         caps on the buffer, and get the width from the desired_caps if
6215         they're set.
6216         (gst_ximagesink_renegotiate_size): Implement via setting the
6217         desired_caps on the ximagesink.
6218         (gst_ximagesink_setcaps): Only reset the width of the player if it
6219         wasn't already set. Not sure if this is right.
6220         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
6221
6222         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
6223         that the user wants. NULL unless the window has been resized.
6224
6225         * gst/volume/gstvolume.c (volume_transform): Adapt to
6226         basetransform refcount changes.
6227         
6228 2005-07-01  Andy Wingo  <wingo@pobox.com>
6229
6230         * gst/videoscale/gstvideoscale.c:
6231         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
6232         from BaseTransform, implements a transform_caps. Removed dead code
6233         including some PAR stuff that was never reached -- should probably
6234         be added back somehow.
6235
6236 2005-07-01  Andy Wingo  <wingo@pobox.com>
6237
6238         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
6239         come later.
6240
6241 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6242
6243         * configure.ac:
6244         * docs/libs/Makefile.am:
6245         * docs/libs/gst-plugins-libs.types:
6246         * ext/alsa/Makefile.am:
6247         * ext/alsa/gstalsamixer.h:
6248         * ext/alsa/gstalsamixeroptions.h:
6249         * ext/alsa/gstalsamixertrack.h:
6250         * gst-libs/gst/Makefile.am:
6251         * gst-libs/gst/colorbalance/.cvsignore:
6252         * gst-libs/gst/colorbalance/Makefile.am:
6253         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
6254         * gst-libs/gst/colorbalance/colorbalance.c:
6255         * gst-libs/gst/colorbalance/colorbalance.h:
6256         * gst-libs/gst/colorbalance/colorbalance.vcproj:
6257         * gst-libs/gst/colorbalance/colorbalancechannel.c:
6258         * gst-libs/gst/colorbalance/colorbalancechannel.h:
6259         * gst-libs/gst/interfaces/Makefile.am:
6260         * gst-libs/gst/interfaces/colorbalance.c:
6261         (gst_color_balance_class_init):
6262         * gst-libs/gst/interfaces/colorbalance.h:
6263         * gst-libs/gst/interfaces/interfaces-marshal.list:
6264         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
6265         * gst-libs/gst/interfaces/mixer.h:
6266         * gst-libs/gst/interfaces/mixeroptions.h:
6267         * gst-libs/gst/interfaces/navigation.c:
6268         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
6269         * gst-libs/gst/interfaces/tuner.h:
6270         * gst/volume/Makefile.am:
6271         * gst/volume/gstvolume.c:
6272         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
6273         * sys/ximage/Makefile.am:
6274         * sys/ximage/ximagesink.c:
6275         * sys/xvimage/Makefile.am:
6276         * sys/xvimage/xvimagesink.c:
6277           fold in all interfaces into an interfaces dir, preserving CVS
6278           history
6279
6280 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6281
6282         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6283           Fix build after riff changes.
6284
6285 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6286
6287         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6288         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
6289         (gst_riff_create_video_template_caps),
6290         (gst_riff_create_audio_template_caps),
6291         (gst_riff_create_iavs_template_caps):
6292         * gst-libs/gst/riff/riff-media.h:
6293         * gst-libs/gst/riff/riff-read.h:
6294         * gst-libs/gst/riff/riff.c: (gst_riff_init):
6295           Add gst_riff_init() to initialize the debug category, instead
6296           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
6297
6298 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6299
6300         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
6301           Oops, I shouldn't apply hacks.
6302
6303 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6304
6305         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
6306           Remove pad_loop function which doesn't work.
6307
6308 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6309
6310         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
6311           Send EOS when deactivating.
6312         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
6313         (check_queue), (queue_threshold_reached), (queue_out_of_data),
6314         (gen_preroll_element), (probe_triggered), (mute_stream),
6315         (silence_stream), (new_decoded_pad), (setup_substreams),
6316         (set_active_source):
6317         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
6318         (remove_sinks), (add_sink):
6319         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
6320           Change for new probe API.
6321
6322 2005-06-29  Wim Taymans  <wim@fluendo.com>
6323
6324         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
6325         * gst-libs/gst/audio/gstbaseaudiosink.c:
6326         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
6327         (gst_baseaudiosink_change_state):
6328         * gst-libs/gst/audio/gstbaseaudiosink.h:
6329         * gst-libs/gst/audio/gstringbuffer.c:
6330         (gst_ringbuffer_set_callback):
6331         Fix compilation error.
6332         Ringbuffer starts out as not running.
6333         Free our clock in dispose.
6334         When releasing the ringbuffer we need to renegotiate so
6335         clear the pad caps.
6336
6337 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6338
6339         * autogen.sh:
6340         * configure.ac:
6341         * docs/Makefile.am:
6342         * docs/libs/Makefile.am:
6343         * docs/libs/gst-plugins-libs-docs.sgml:
6344         * docs/libs/gst-plugins-libs-sections.txt:
6345         * docs/libs/gst-plugins-libs.types:
6346         * docs/libs/tmpl/gstaudio.sgml:
6347         * docs/libs/tmpl/gstcolorbalance.sgml:
6348         * docs/libs/tmpl/gstringbuffer.sgml:
6349         * gst-libs/gst/audio/gstringbuffer.c:
6350         (gst_ringbuffer_set_callback):
6351           reinstate gtk-doc docs for plugin libs
6352
6353 2005-06-28  Wim Taymans  <wim@fluendo.com>
6354
6355         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6356         (gst_ogg_demux_init):
6357         Removed pad loop function.
6358
6359 2005-06-28  Wim Taymans  <wim@fluendo.com>
6360
6361         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
6362         If we're building a chain we are not in an error case
6363         when we queue a buffer.
6364
6365 2005-06-28  Andy Wingo  <wingo@pobox.com>
6366
6367         * *.c: Don't cast to GstObject before reffing/unreffing.
6368
6369 2005-06-27  Andy Wingo  <wingo@pobox.com>
6370
6371         * gst/videotestsrc/gstvideotestsrc.c
6372         (gst_videotestsrc_activate_push): Activation API changes.
6373
6374         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
6375         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
6376         they have refs on the decodebin.
6377
6378         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
6379         parent class.
6380         (gst_ogg_pad_typefind): Don't leak a pad ref.
6381         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
6382         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
6383         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
6384
6385 2005-06-27  Edward Hervey  <edward@fluendo.com>
6386
6387         * ext/theora/theoradec.c: (theora_dec_change_state): 
6388         re-arranged call to parent's state change in order to avoid locks (or
6389         worse).
6390
6391 2005-06-26  Edward Hervey  <edward@fluendo.com>
6392
6393         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6394         2nd argument of 'unknow-type' signal is a GstCaps and not a
6395         GstMiniObject
6396
6397 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
6398         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
6399           Set the worker thread's running flag to TRUE before starting the
6400           thread.
6401         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
6402           Catch a failure to add typefind to the bin.
6403
6404 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6405
6406         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6407         (gst_sinesrc_init), (gst_sinesrc_create),
6408         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
6409         (gst_sinesrc_start):
6410         * gst/sine/gstsinesrc.h:
6411           add num-buffers and timestamp-offset properties
6412         * gst/videotestsrc/gstvideotestsrc.c:
6413         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
6414         (gst_videotestsrc_get_property):
6415           add timestamp-offset property
6416
6417 2005-06-23  Christian Schaller  <uraeus@gnome.org>
6418
6419         * configure.ac: add videorate
6420         * gst-plugins-base.spec.in: add videorate
6421
6422 2005-06-23  Wim Taymans  <wim@fluendo.com>
6423
6424         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
6425         (gst_videorate_getcaps), (gst_videorate_setcaps),
6426         (gst_videorate_event), (gst_videorate_chain):
6427         Fixed videorate, fixating an already fixated caps is not
6428         an error.
6429
6430 2005-06-23  Wim Taymans  <wim@fluendo.com>
6431
6432         * ext/ogg/README:
6433         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
6434         Buffer on caps is not boxed anymore.
6435
6436 2005-06-22  Wim Taymans  <wim@fluendo.com>
6437
6438         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
6439         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
6440         Set buffers on caps as miniobjects and not as boxed.
6441
6442 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6443
6444         * configure.ac:
6445           back to HEAD
6446
6447 === release 0.9.1 ===
6448
6449 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6450
6451         * .cvsignore:
6452         * NEWS:
6453         * README:
6454         * RELEASE:
6455         * configure.ac:
6456         * po/af.po:
6457         * po/az.po:
6458         * po/cs.po:
6459         * po/en_GB.po:
6460         * po/hu.po:
6461         * po/it.po:
6462         * po/nb.po:
6463         * po/nl.po:
6464         * po/or.po:
6465         * po/sq.po:
6466         * po/sr.po:
6467         * po/sv.po:
6468         * po/uk.po:
6469         * po/vi.po:
6470           updates for release
6471
6472 2005-06-09  Andy Wingo  <wingo@pobox.com>
6473
6474         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
6475         
6476 2005-06-09  Andy Wingo  <wingo@pobox.com>
6477
6478         * configure.ac:
6479         * gst-libs/gst/Makefile.am:
6480         * gst-libs/gst/net/Makefile.am:
6481         Add gstnet to build.
6482
6483 2005-06-09  Andy Wingo  <wingo@pobox.com>
6484
6485         * gst-libs/gst/gconf/gconf.c:
6486         * gst/playback/test.c:
6487         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
6488         fixes.
6489
6490         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
6491
6492         * ext/theora/theoraenc.c (theora_enc_chain): 
6493         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
6494
6495         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
6496         RealPad.
6497
6498 2005-06-02  Wim Taymans  <wim@fluendo.com>
6499
6500         * gst-libs/gst/net/Makefile.am:
6501         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
6502         * pkgconfig/gstreamer-libs.pc.in:
6503         Added net stuff, version net lib.
6504
6505 2005-06-02  Wim Taymans  <wim@fluendo.com>
6506
6507         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
6508         (query_rates), (query_positions_elems), (query_positions_pads),
6509         (do_seek):
6510         Updated seek example.
6511
6512 2005-06-02  Andy Wingo  <wingo@pobox.com>
6513
6514         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
6515         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
6516         list.
6517
6518         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
6519         remove the typefind, the bin dispose will do it for us. When it's
6520         removed and unreffed, the signal handler will be disconnected,
6521         too.
6522         (unlinked): It's too difficult to disconnect from unlinked
6523         handlers, as they are on pads not elements. Just punt if the pads
6524         aren't grandkids of the bin.
6525
6526 2005-06-02  Wim Taymans  <wim@fluendo.com>
6527
6528         * ext/ogg/README:
6529         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6530         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
6531         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
6532         * ext/theora/theoradec.c: (theora_dec_src_query),
6533         (theora_handle_data_packet):
6534         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6535         (theora_enc_chain):
6536         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6537         (vorbis_handle_data_packet):
6538         * gst/audioconvert/bufferframesconvert.c:
6539         (buffer_frames_convert_chain):
6540         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6541         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6542         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
6543         (gst_ffmpegcsp_chain):
6544         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
6545         (gst_videorate_getcaps), (gst_videorate_setcaps),
6546         (gst_videorate_event), (gst_videorate_chain):
6547         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
6548         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
6549         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6550         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
6551         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6552         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
6553         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
6554         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
6555         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
6556         Cleanups and buffer alloc.
6557
6558 2005-05-31  Wim Taymans  <wim@fluendo.com>
6559
6560         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
6561         Don't try to call the delay method when the device is not
6562         opened.
6563
6564 2005-05-31  Wim Taymans  <wim@fluendo.com>
6565
6566         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
6567         Get actual segment size and buffer size after opening
6568         the device.
6569
6570 2005-05-30  Wim Taymans  <wim@fluendo.com>
6571
6572         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
6573         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
6574         Also FLUSH upstream, makes the loop function exit faster.
6575         
6576         * ext/theora/theoradec.c: (theora_dec_src_query):
6577         Some more debug info in the query.
6578         
6579         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6580         (gst_ximagesink_setcaps):
6581         Release lock on par error, better error reporting.
6582
6583 2005-05-26  Wim Taymans  <wim@fluendo.com>
6584
6585         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6586         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
6587         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
6588         Clear chains in READY
6589         Queue packets until the chain is activated.
6590
6591 2005-05-25  Wim Taymans  <wim@fluendo.com>
6592
6593         * gst-libs/gst/audio/gstaudiosink.c:
6594         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6595         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
6596         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6597         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
6598         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
6599         (gst_audiosink_create_ringbuffer):
6600         * gst-libs/gst/audio/gstbaseaudiosink.c:
6601         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
6602         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
6603         (gst_baseaudiosink_set_property), (build_linear_format),
6604         (debug_spec_caps), (debug_spec_buffer),
6605         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
6606         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
6607         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
6608         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
6609         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
6610         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
6611         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
6612         (gst_ringbuffer_play), (gst_ringbuffer_pause),
6613         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
6614         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
6615         (wait_segment), (gst_ringbuffer_commit),
6616         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
6617         (gst_ringbuffer_clear):
6618         Various small cleanups.
6619
6620         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
6621         (gst_audio_convert_change_state):
6622         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
6623         No need to take the locks anymore.
6624
6625 2005-05-25  Wim Taymans  <wim@fluendo.com>
6626
6627         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6628         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
6629         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
6630         (type_found):
6631         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
6632         (group_destroy), (group_commit), (queue_overrun),
6633         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
6634         (mute_stream), (new_decoded_pad), (setup_substreams),
6635         (setup_source), (mute_group_type), (set_active_source),
6636         (gst_play_base_bin_change_state):
6637         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
6638         (gen_video_element), (gen_text_element), (gen_audio_element),
6639         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
6640         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
6641         (gst_stream_info_dispose), (gst_stream_info_set_mute):
6642         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
6643         Some playbin cleanups mostly refcounting sloppyness.
6644
6645 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6646
6647         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
6648           Work with streaming input.
6649
6650 2005-05-25  Wim Taymans  <wim@fluendo.com>
6651
6652         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6653         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6654         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
6655         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
6656         No need to take the STREAM lock anymore.
6657
6658 2005-05-25  Wim Taymans  <wim@fluendo.com>
6659
6660         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
6661         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
6662         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
6663         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
6664         (gst_ogg_demux_sink_activate):
6665         * ext/theora/theoradec.c: (theora_dec_src_event),
6666         (theora_handle_comment_packet), (theora_dec_chain),
6667         (theora_dec_change_state):
6668         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6669         (vorbis_handle_data_packet), (vorbis_dec_chain),
6670         (vorbis_dec_change_state):
6671         Remove STREAM locks as they are taken in core now.
6672         Never set bogus granulepos on vorbis/theora.
6673         Fix leaks in theoradec tag parsing.
6674
6675 2005-05-25  Wim Taymans  <wim@fluendo.com>
6676
6677         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
6678         Fix memleaks, GST_BUFFER_DATA() is not freed.
6679
6680 2005-05-25  Wim Taymans  <wim@fluendo.com>
6681
6682         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6683         Open non-blocking, set to blocking mode afterwards to avoid
6684         lockups when audio device is busy.
6685
6686 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6687
6688         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
6689           This can't be good.
6690
6691 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6692
6693         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
6694         (gst_audio_convert_chain), (gst_audio_convert_link_src),
6695         (gst_audio_convert_setcaps):
6696           Implement instant setup switching.
6697
6698 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6699
6700         * gst/playback/gstplaybasebin.c: (probe_triggered):
6701           Fix missing unlock.
6702         * gst/playback/gstplaybin.c: (add_sink):
6703           First add, then link (otherwise pad link fails).
6704
6705 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6706
6707         * examples/Makefile.am:
6708         fix buildbot (make distcheck)
6709
6710 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6711
6712         * gst/playback/gstplaybin.c: (gen_vis_element):
6713           Remove some wrong code. Doesn't work yet.
6714
6715 2005-05-19  Wim Taymans  <wim@fluendo.com>
6716
6717         * gst-libs/gst/net/Makefile.am:
6718         * gst-libs/gst/net/README:
6719         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
6720         (gst_netbuffer_class_init), (gst_netbuffer_init),
6721         (gst_netbuffer_finalize), (gst_netbuffer_copy),
6722         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
6723         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
6724         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
6725         * gst-libs/gst/net/gstnetbuffer.h:
6726         Added buffer subclass to store extra to/from addresses for
6727         network sources/sinks.
6728
6729 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6730
6731         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
6732           Don't lock an unassigned variable.
6733
6734 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6735
6736         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
6737           Increase buffer for video, decrease buffer for other media types.
6738         * gst/playback/gstplaybin.c: (gen_video_element),
6739         (gen_audio_element):
6740           Change names for debugging purposes.
6741
6742 2005-05-18  Wim Taymans  <wim@fluendo.com>
6743
6744         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6745         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6746         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
6747         (gst_ffmpegcsp_chain):
6748         Enable buffer alloc passthrough if the source and dest
6749         formats are the same.
6750
6751 2005-05-17  Wim Taymans  <wim@fluendo.com>
6752
6753         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6754         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6755         (gst_ogg_demux_chain_unlocked):
6756         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
6757         (gst_audio_convert_caps_remove_format_info),
6758         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
6759         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
6760         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6761         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6762         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
6763         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
6764         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
6765         (gst_ffmpegcsp_get_property):
6766         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6767         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
6768         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
6769         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
6770         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
6771         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
6772         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
6773         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
6774         Leak fixes in oggdemux.
6775         Some cleanups in audioconvert.
6776         Make passthrough work along with buffer_alloc etc.
6777         Make buffer_alloc and buffer recycling actually work in
6778         xvimagesink.
6779
6780 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6781
6782         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
6783           make the compiler happy
6784
6785 2005-05-17  Wim Taymans  <wim@fluendo.com>
6786
6787         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
6788         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
6789         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
6790         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
6791         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
6792         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
6793         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
6794         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
6795         (gst_xvimagesink_set_xwindow_id):
6796         * sys/xvimage/xvimagesink.h:
6797         Port xvimagesink to new MiniObject.
6798
6799 2005-05-17  Wim Taymans  <wim@fluendo.com>
6800
6801         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
6802         (gst_audiofilter_chain):
6803         * gst-libs/gst/audio/gstaudiosink.c:
6804         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6805         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
6806         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6807         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
6808         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
6809         (gst_audiosink_create_ringbuffer):
6810         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
6811         (gst_audio_convert_caps_remove_format_info),
6812         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
6813         (gst_audio_convert_fixate), (gst_audio_convert_channels):
6814         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6815         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6816         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
6817         Fix passthrough in ffmpegcolorspace.
6818         Fix memset in audiosink on wrong memory.
6819
6820 2005-05-16  David Schleef  <ds@schleef.org>
6821
6822         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
6823         to GstMiniObject.
6824
6825 2005-05-16  David Schleef  <ds@schleef.org>
6826
6827         Port from GstData to GstMiniObject.
6828         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6829         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6830         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
6831         (gst_ogg_mux_collected):
6832         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6833         * ext/theora/theoradec.c: (theora_handle_comment_packet),
6834         (theora_handle_data_packet):
6835         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6836         (theora_set_header_on_caps), (theora_enc_chain):
6837         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6838         (vorbis_handle_comment_packet):
6839         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
6840         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
6841         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
6842         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
6843         * gst/audioconvert/gstaudioconvert.c:
6844         (gst_audio_convert_get_buffer):
6845         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6846         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
6847         (mute_stream), (silence_stream):
6848         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6849         * gst/volume/gstvolume.c: (volume_transform):
6850         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6851         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
6852         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
6853         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
6854         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
6855         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
6856         (gst_ximagesink_buffer_alloc):
6857         * sys/ximage/ximagesink.h:
6858
6859 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6860
6861         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6862         (fill_buffer), (check_queue), (queue_threshold_reached),
6863         (queue_out_of_data):
6864         * gst/playback/gstplaybasebin.h:
6865           Post buffer-fullness on the bus.
6866
6867 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6868
6869         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
6870         (try_to_link_1):
6871         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6872         (group_commit), (probe_triggered), (setup_source),
6873         (gst_play_base_bin_change_state):
6874         * gst/playback/gstplaybasebin.h:
6875         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6876         (gst_play_bin_init), (remove_sinks), (setup_sinks),
6877         (gst_play_bin_change_state):
6878           Move setup_output_pads into a virtual function, remove
6879           group-switch (no longer needed) and redirect (handled by bus
6880           now) signals.
6881
6882 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6883
6884         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
6885         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
6886         (get_active_group), (get_building_group), (group_destroy),
6887         (group_commit), (check_queue), (queue_overrun),
6888         (queue_threshold_reached), (queue_out_of_data),
6889         (gen_preroll_element), (remove_groups), (unknown_type),
6890         (add_element_stream), (no_more_pads), (probe_triggered),
6891         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
6892         (setup_substreams), (setup_source), (finish_source),
6893         (prepare_output), (muted_group_change_state),
6894         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
6895         (gst_play_base_bin_change_state):
6896         * gst/playback/gstplaybasebin.h:
6897         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6898         (gst_play_bin_init), (gst_play_bin_set_property),
6899         (gen_video_element), (gen_text_element), (gen_audio_element),
6900         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
6901         (gst_play_bin_change_state):
6902         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
6903         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
6904         (stream_info_change_state), (gst_stream_info_set_mute),
6905         (gst_stream_info_get_property):
6906         * gst/playback/gststreaminfo.h:
6907         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
6908         (gst_stream_selector_get_linked_pad),
6909         (gst_stream_selector_getcaps),
6910         (gst_stream_selector_get_linked_pads),
6911         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
6912         * gst/playback/gststreamselector.h:
6913           Rough port of playbin. Needs some more work, but is mostly done,
6914           and uses a few locks in important places, which should make stuff
6915           like chain-switches clean. Still uses GST_STATE() in a few places,
6916           which isn't all that good an idea, subtitles/elements disabled
6917           because no elements to test with and thus probably broken, query
6918           and event handling moved to GstBin, internal thread removed
6919           alltogether because the pipeline does that for us now. Can play
6920           Ogg/Vorbis files. Haven't tested anything else yet.
6921
6922 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6923
6924         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
6925           Do no-more-pads (needed for autoplugging).
6926
6927 2005-05-10  Andy Wingo  <wingo@pobox.com>
6928
6929         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
6930         message to the bus with the tags. Still not sent downstream tho.
6931
6932         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
6933         get_parent.
6934         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
6935         avoid refcounting hassles.
6936
6937 2005-05-09  Andy Wingo  <wingo@pobox.com>
6938
6939         * gst/volume/Makefile.am:
6940         * gst/volume/demo.c
6941         * gst/volume/gstvolume.h
6942         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
6943         basetransform. Probably need an audio filter base class.
6944
6945 2005-05-09  Wim Taymans  <wim@fluendo.com>
6946
6947         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
6948         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
6949         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
6950         (gst_vorbisenc_chain):
6951         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
6952         (gst_audio_convert_caps_remove_format_info),
6953         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
6954         (gst_audio_convert_fixate), (gst_audio_convert_channels):
6955         Make caps writable before writing to it.
6956         Fix negotiation in audioconvert some more.
6957
6958 2005-05-09  Wim Taymans  <wim@fluendo.com>
6959
6960         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
6961         (gst_videorate_getcaps), (gst_videorate_setcaps),
6962         (gst_videorate_event), (gst_videorate_chain):
6963         Better negotiation.
6964
6965 2005-05-09  Wim Taymans  <wim@fluendo.com>
6966
6967         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
6968         (gst_videorate_getcaps), (gst_videorate_setcaps),
6969         (gst_videorate_blank_data), (gst_videorate_init),
6970         (gst_videorate_event), (gst_videorate_chain),
6971         (gst_videorate_change_state):
6972         Port videorate, do a better job at negotiation while we're at
6973         it.
6974
6975 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
6976
6977         * configure.ac:
6978           Disable libvisual
6979
6980         * examples/Makefile.am:
6981         * gst-libs/gst/audio/Makefile.am:
6982         * gst-libs/gst/riff/Makefile.am:
6983         * gst-libs/gst/tag/Makefile.am:
6984         * gst-libs/gst/video/Makefile.am:
6985           Fixups for missing variables.
6986
6987 2005-05-09  Wim Taymans  <wim@fluendo.com>
6988
6989         * examples/seeking/seek.c: (make_theora_pipeline),
6990         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
6991         (query_rates), (query_positions_elems), (query_positions_pads),
6992         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
6993         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
6994         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
6995         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
6996         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
6997         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
6998         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
6999         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
7000         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
7001         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
7002         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
7003         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7004         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7005         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
7006         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
7007         (theora_dec_src_convert), (theora_dec_sink_convert),
7008         (theora_dec_src_query), (theora_dec_sink_query),
7009         (theora_dec_src_event), (theora_dec_sink_event),
7010         (theora_handle_comment_packet), (theora_handle_type_packet),
7011         (theora_handle_header_packet), (theora_handle_data_packet),
7012         (theora_dec_chain):
7013         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7014         (vorbis_dec_convert), (vorbis_dec_src_query),
7015         (vorbis_dec_sink_query), (vorbis_dec_src_event),
7016         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7017         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
7018         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
7019         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
7020         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
7021         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
7022         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7023         (gst_play_bin_query):
7024         * gst/playback/test3.c: (update_scale):
7025         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
7026         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
7027         * gst/subparse/gstsubparse.c: (gst_subparse_init):
7028         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
7029         (gst_videotestsrc_src_query):
7030         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
7031         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
7032         (paint_hline_YUV9):
7033         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
7034         Port to new query API.
7035         Updated seek.
7036         Cleanups in x[v]imagesink
7037
7038 2005-05-09  Andy Wingo  <wingo@pobox.com>
7039
7040         * ext/alsa/gstalsasink.h:
7041         * ext/gnomevfs/gstgnomevfssrc.c:
7042         (gst_gnomevfssrc_get_icy_metadata):
7043         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
7044         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
7045         * ext/theora/theoradec.c (theora_dec_src_query)
7046         (theora_dec_src_event, theora_dec_sink_event)
7047         (theora_handle_comment_packet, theora_handle_data_packet):
7048         * ext/theora/theoraenc.c (theora_enc_chain):
7049         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
7050         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
7051         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
7052         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
7053         (qt_type_find):
7054         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
7055         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
7056         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
7057         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
7058         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
7059         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
7060         (paint_setup_xBGR8888, paint_setup_RGBx8888)
7061         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
7062         (paint_setup_RGB565, paint_setup_xRGB1555):
7063         * gst/videotestsrc/videotestsrc.h:
7064         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
7065         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
7066         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
7067         GCC4 fixes.
7068         
7069         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
7070         gst_pad_query_position. Fixes oggdemux.
7071
7072 2005-05-08  David Schleef  <ds@schleef.org>
7073
7074         * configure.ac: Require liboil.
7075         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
7076         a few more.
7077         * gst/videotestsrc/videotestsrc.c:
7078         * gst/videotestsrc/videotestsrc.h:
7079
7080 2005-05-06  Wim Taymans  <wim@fluendo.com>
7081
7082         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7083         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7084         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
7085         Well, unreffing a buffer right before pushing it is asking
7086         for trouble..
7087
7088 2005-05-06  Christian Schaller  <uraeus@gnome.org>
7089
7090         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
7091
7092 2005-05-06  Wim Taymans  <wim@fluendo.com>
7093
7094         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7095         (gst_audio_convert_caps_remove_format_info),
7096         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
7097         (gst_audio_convert_fixate), (gst_audio_convert_channels):
7098         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7099         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7100         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
7101         * gst/sine/Makefile.am:
7102         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
7103         (gst_sinesrc_class_init), (gst_sinesrc_init),
7104         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
7105         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
7106         (gst_sinesrc_update_freq):
7107         * gst/sine/gstsinesrc.h:
7108         * gst/tcp/gstmultifdsink.c:
7109         * sys/xvimage/xvimagesink.c:
7110         Fixed negotiation wrt _peer_get_caps()
7111         Some cleanups.
7112
7113
7114 2005-05-06  Wim Taymans  <wim@fluendo.com>
7115
7116         * gst-libs/gst/audio/gstaudiosink.c:
7117         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7118         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7119         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7120         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7121         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7122         (gst_audiosink_create_ringbuffer):
7123         * gst-libs/gst/audio/gstbaseaudiosink.c:
7124         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7125         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7126         (gst_baseaudiosink_set_property), (build_linear_format),
7127         (debug_spec_caps), (debug_spec_buffer),
7128         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7129         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7130         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7131         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7132         * gst-libs/gst/audio/gstbaseaudiosink.h:
7133         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7134         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7135         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
7136         (gst_ringbuffer_play), (gst_ringbuffer_pause),
7137         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
7138         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
7139         (wait_segment), (gst_ringbuffer_commit),
7140         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
7141         (gst_ringbuffer_clear):
7142         * gst-libs/gst/audio/gstringbuffer.h:
7143         Make the base audiosink return an error when there is no
7144         audiobuffer negotiated.
7145
7146 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7147
7148         * ext/Makefile.am:
7149         Disable cdparanoia until someone ports it!
7150
7151 2005-05-06  Wim Taymans  <wim@fluendo.com>
7152
7153         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7154         (gst_ogg_demux_sink_activate):
7155         And revert after wingo's revert.. sigh..
7156
7157 2005-05-05  Andy Wingo  <wingo@pobox.com>
7158
7159         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
7160         GObject.
7161         * configure.ac: Return audiorate and subparse from the ghetto.
7162         Re-enable -Wall -Werror.
7163         * gst/subparse/gstsubparse.c:
7164         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
7165         or chain-based. Cleaned up a bit. Not tested.
7166         
7167 2005-05-05  Christian Schaller <christian@fluendo.com> 
7168
7169         * Makefile.am: remove stuff that is not building
7170         * configure.ac: remove stuff that is not building
7171         * examples/Makefile.am: remove stuff that is not building
7172         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
7173         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
7174         * sys/Makefile.am: remove stuff that is not building
7175         * testsuite/Makefile.am: remove stuff that is not building
7176
7177 2005-05-05  Andy Wingo  <wingo@pobox.com>
7178
7179         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
7180         * gst-libs/gst/tag/gstvorbistag.c:
7181         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
7182         * gst/adder/gstadder.h:
7183         * gst/audioconvert/gstchannelmix.c:
7184         (gst_audio_convert_fill_one_other):
7185         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
7186         (gst_audiorate_init), (gst_audiorate_chain):
7187         * gst/playback/gstplaybasebin.c: (setup_source):
7188         * gst/playback/test3.c: (update_scale):
7189         Some GCC4 fixes
7190         
7191         * po/af.po:
7192         * po/az.po:
7193         * po/cs.po:
7194         * po/en_GB.po:
7195         * po/hu.po:
7196         * po/it.po:
7197         * po/nb.po:
7198         * po/nl.po:
7199         * po/or.po:
7200         * po/sq.po:
7201         * po/sr.po:
7202         * po/sv.po:
7203         * po/uk.po:
7204         * po/vi.po: Foo
7205
7206 2005-05-05  Wim Taymans  <wim@fluendo.com>
7207
7208         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7209         (gst_audio_convert_caps_remove_format_info),
7210         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
7211         (gst_audio_convert_change_state), (gst_audio_convert_channels):
7212         * gst/videotestsrc/gstvideotestsrc.c:
7213         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
7214         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
7215         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
7216         (gst_videotestsrc_init), (gst_videotestsrc_loop):
7217         Don't ignore _push() return values.
7218         Make sure no processing is done when shutting down.
7219         Videotestsrc pad activation fix.
7220
7221 2005-05-05  Wim Taymans  <wim@fluendo.com>
7222
7223         * gst/adder/Makefile.am:
7224         * gst/adder/gstadder.c: (gst_adder_setcaps),
7225         (gst_adder_class_init), (gst_adder_init),
7226         (gst_adder_request_new_pad), (gst_adder_collected),
7227         (gst_adder_change_state):
7228         * gst/adder/gstadder.h:
7229         Ported adder as an example of a mixer element using
7230         collect pads. Needs more negotiation work.
7231
7232 2005-05-05  Wim Taymans  <wim@fluendo.com>
7233
7234         * ext/theora/theoradec.c: (_inc_granulepos),
7235         (theora_dec_src_event), (theora_dec_sink_event),
7236         (theora_handle_comment_packet), (theora_handle_type_packet),
7237         (theora_handle_header_packet), (theora_handle_data_packet),
7238         (theora_dec_chain):
7239         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7240         (gst_theora_enc_init), (theora_enc_sink_setcaps),
7241         (theora_push_buffer), (theora_push_packet),
7242         (theora_enc_sink_event), (theora_enc_chain),
7243         (theora_enc_change_state), (theora_enc_set_property),
7244         (theora_enc_get_property):
7245         Added stream lock to decoder so that we can serialize
7246         the discont event.
7247         More theoraenc porting, recover from errors, do clean
7248         shutdown.
7249
7250 2005-05-05  Wim Taymans  <wim@fluendo.com>
7251
7252         * ext/ogg/Makefile.am:
7253         * ext/ogg/README:
7254         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7255         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
7256         (gst_ogg_print):
7257         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
7258         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
7259         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
7260         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
7261         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
7262         (gst_ogg_mux_change_state):
7263         Ported ogg muxer.
7264
7265 2005-05-05  Wim Taymans  <wim@fluendo.com>
7266
7267         * docs/design-audiosinks.txt:
7268         * gst-libs/gst/audio/TODO:
7269         * gst-libs/gst/audio/gstaudiosink.c:
7270         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7271         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7272         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7273         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7274         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7275         (gst_audiosink_create_ringbuffer):
7276         * gst-libs/gst/audio/gstbaseaudiosink.c:
7277         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7278         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7279         (gst_baseaudiosink_set_property), (build_linear_format),
7280         (debug_spec_caps), (debug_spec_buffer),
7281         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7282         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7283         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7284         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7285         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7286         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7287         (gst_ringbuffer_release), (gst_ringbuffer_play),
7288         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7289         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
7290         (gst_ringbuffer_set_sample), (wait_segment),
7291         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
7292         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
7293         More work on the audiosink, mostly debugging and a race in
7294         shutdown.
7295
7296 2005-04-28  Wim Taymans  <wim@fluendo.com>
7297
7298         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7299         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
7300         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
7301         (vorbis_dec_src_query), (vorbis_dec_src_event),
7302         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7303         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
7304         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
7305         Don't crap out when seeking back to position 0.
7306
7307 2005-04-28  Wim Taymans  <wim@fluendo.com>
7308
7309         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
7310         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
7311         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
7312         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
7313         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
7314         Make audio sink configurable, use alsasink as default.
7315
7316 2005-04-28  Wim Taymans  <wim@fluendo.com>
7317
7318         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7319         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7320         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
7321         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
7322         (vorbis_dec_change_state):
7323         * ext/vorbis/vorbisdec.h:
7324         Refactor, use STREAM_LOCK.
7325
7326 2005-04-28  Wim Taymans  <wim@fluendo.com>
7327
7328         * ext/theora/theoradec.c: (_inc_granulepos),
7329         (theora_dec_sink_event), (theora_handle_comment_packet),
7330         (theora_handle_type_packet), (theora_handle_header_packet),
7331         (theora_handle_data_packet), (theora_dec_chain),
7332         (theora_dec_change_state):
7333         Refactor a bit, use STREAM_LOCK.
7334
7335 2005-04-28  Wim Taymans  <wim@fluendo.com>
7336
7337         * ext/alsa/Makefile.am:
7338         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
7339         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
7340         (gst_alsa_link), (gst_alsa_close_audio):
7341         * ext/alsa/gstalsaplugin.c: (plugin_init):
7342         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
7343         (gst_alsasink_dispose), (gst_alsasink_base_init),
7344         (gst_alsasink_class_init), (gst_alsasink_init),
7345         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
7346         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
7347         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
7348         (gst_alsasink_reset):
7349         * ext/alsa/gstalsasink.h:
7350         Implement alsasink with simple open/write/close API. 
7351         Make alsa dir build by disabling compilation of code.
7352
7353 2005-04-28  Wim Taymans  <wim@fluendo.com>
7354
7355         * gst-libs/gst/audio/Makefile.am:
7356         * gst-libs/gst/audio/audio.h:
7357         * gst-libs/gst/audio/audioclock.c:
7358         * gst-libs/gst/audio/audioclock.h:
7359         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
7360         (gst_audio_clock_class_init), (gst_audio_clock_init),
7361         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
7362         * gst-libs/gst/audio/gstaudioclock.h:
7363         * gst-libs/gst/audio/gstaudiosink.c:
7364         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7365         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7366         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7367         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7368         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7369         (gst_audiosink_create_ringbuffer):
7370         * gst-libs/gst/audio/gstbaseaudiosink.c:
7371         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7372         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7373         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
7374         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
7375         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7376         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7377         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7378         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7379         * gst-libs/gst/audio/gstbaseaudiosink.h:
7380         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7381         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
7382         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7383         (gst_ringbuffer_release), (gst_ringbuffer_play),
7384         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7385         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
7386         (gst_ringbuffer_set_sample), (wait_segment),
7387         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
7388         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
7389         * gst-libs/gst/audio/gstringbuffer.h:
7390         Make ringbuffer faster and more simple by removing the locks
7391         in the playback thread.
7392         Add sample accurate playback based on buffer sample offsets.
7393         Make the baseaudiosink provide a clock.
7394         Parse caps in the base class.
7395         Correctly handle seeking, flushing and state changes.
7396
7397 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7398
7399         * configure.ac:
7400         * gst/audioconvert/Makefile.am:
7401         * gst/audioscale/Makefile.am:
7402           Fix part of the build.  Come on guys, autogen didn't even work :)
7403
7404 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7405
7406         * configure.ac:
7407         * gst-libs/gst/Makefile.am:
7408         * gst-libs/gst/media-info/.cvsignore:
7409         * gst-libs/gst/media-info/Makefile.am:
7410         * gst-libs/gst/media-info/README:
7411         * gst-libs/gst/media-info/media-info-priv.c:
7412         * gst-libs/gst/media-info/media-info-priv.h:
7413         * gst-libs/gst/media-info/media-info-test.c:
7414         * gst-libs/gst/media-info/media-info.c:
7415         * gst-libs/gst/media-info/media-info.h:
7416         * gst-libs/gst/media-info/media-info.vcproj:
7417         * pkgconfig/Makefile.am:
7418         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
7419         * pkgconfig/gstreamer-media-info.pc.in:
7420           Remove media-info, which is also successed by playbin (see Totem
7421           implementation).
7422
7423 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7424
7425         * configure.ac:
7426         * examples/Makefile.am:
7427         * examples/gstplay/.cvsignore:
7428         * examples/gstplay/Makefile.am:
7429         * examples/gstplay/player.c:
7430         * gst-libs/gst/Makefile.am:
7431         * gst-libs/gst/play/.cvsignore:
7432         * gst-libs/gst/play/Makefile.am:
7433         * gst-libs/gst/play/play.c:
7434         * gst-libs/gst/play/play.h:
7435         * gst-libs/gst/play/play.vcproj:
7436         * pkgconfig/Makefile.am:
7437         * pkgconfig/gstreamer-play-uninstalled.pc.in:
7438         * pkgconfig/gstreamer-play.pc.in:
7439           Remove libgstplay, playbin is now the official successor.
7440
7441 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7442
7443         * configure.ac:
7444         * gst-libs/gst/Makefile.am:
7445         * gst-libs/gst/xwindowlistener/Makefile.am:
7446         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
7447         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
7448           Remove deprecated xwindowlistener (I've moved xwindowlistening
7449           in the v4l/v4l2 plugins over to serverside).
7450
7451 2005-04-25  David Schleef  <ds@schleef.org>
7452
7453         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
7454         to examples/dynparams.  Examples do not belong interspersed with
7455         source code.
7456         * examples/dynparams/demo-dparams.c:
7457         * gst/sine/Makefile.am:
7458         * gst/sine/demo-dparams.c:
7459
7460 2005-04-25  David Schleef  <ds@schleef.org>
7461
7462         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
7463         * gst-libs/gst/audio/Makefile.am:
7464         * gst-libs/gst/riff/Makefile.am:
7465         * gst-libs/gst/tag/Makefile.am:
7466         * gst-libs/gst/video/Makefile.am:
7467         * gst-libs/gst/xwindowlistener/Makefile.am:
7468
7469         Convert to 0.9 API, seems to work:
7470         * sys/ximage/Makefile.am:
7471         * sys/ximage/ximagesink.c:
7472
7473 2005-04-24  David Schleef  <ds@schleef.org>
7474
7475         Link plugins against libraries:
7476         * ext/alsa/Makefile.am:
7477         * gst/tcp/Makefile.am:
7478
7479         Remove asm code that should be in liboil
7480         * gst/videoscale/Makefile.am:
7481         * gst/videoscale/videoscale_x86_asm.s:
7482
7483         gettext wants these checked in:
7484         * po/af.po:
7485         * po/az.po:
7486         * po/cs.po:
7487         * po/en_GB.po:
7488         * po/hu.po:
7489         * po/it.po:
7490         * po/nb.po:
7491         * po/nl.po:
7492         * po/or.po:
7493         * po/sq.po:
7494         * po/sr.po:
7495         * po/sv.po:
7496         * po/uk.po:
7497         * po/vi.po:
7498
7499 2005-04-24  David Schleef  <ds@schleef.org>
7500
7501         Convert gst_main() to g_main_loop_run()
7502         * gst/playback/decodetest.c: (main):
7503         * gst/playback/test2.c: (main):
7504         * gst/playback/test3.c: (main):
7505         * gst/playback/test4.c: (main):
7506
7507         Link plugins against libraries:
7508         * ext/libvisual/Makefile.am:
7509         * sys/xvimage/Makefile.am:
7510
7511 2005-04-24  David Schleef  <ds@schleef.org>
7512
7513         * configure.ac: Remove idct and resample libs
7514         * gst-libs/gst/Makefile.am: same
7515
7516         Remove usage of gst_library_load():
7517         * ext/alsa/gstalsaplugin.c: (plugin_init):
7518         * ext/libvisual/visual.c: (plugin_init):
7519         * ext/ogg/gstogg.c: (plugin_init):
7520         * ext/theora/theora.c: (plugin_init):
7521         * ext/vorbis/vorbis.c: (plugin_init):
7522         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
7523         * gst/audioscale/gstaudioscale.c:
7524         * gst/adder/gstadder.c: (plugin_init):
7525         * gst/audioconvert/plugin.c: (plugin_init):
7526         * sys/ximage/ximagesink.c: (plugin_init):
7527         * sys/xvimage/xvimagesink.c: (plugin_init):
7528         * gst/tcp/gsttcpplugin.c: (plugin_init):
7529
7530         Link plugins against libraries:
7531         * ext/ogg/Makefile.am:
7532         * ext/theora/Makefile.am:
7533         * ext/vorbis/Makefile.am:
7534         * gst/audioconvert/Makefile.am:
7535
7536         Create proper libraries:
7537         * gst-libs/gst/riff/Makefile.am:
7538         * gst-libs/gst/audio/Makefile.am:
7539         * gst-libs/gst/video/Makefile.am:
7540
7541         Move resample library to audioscale plugin directory:
7542         * gst-libs/gst/resample/Makefile.am:
7543         * gst-libs/gst/resample/README:
7544         * gst-libs/gst/resample/dtof.c:
7545         * gst-libs/gst/resample/dtos.c:
7546         * gst-libs/gst/resample/functable.c:
7547         * gst-libs/gst/resample/private.h:
7548         * gst-libs/gst/resample/resample.c:
7549         * gst-libs/gst/resample/resample.h:
7550         * gst-libs/gst/resample/resample.vcproj:
7551         * gst-libs/gst/resample/test.c:
7552         * gst/audioscale/Makefile.am:
7553         * gst/audioscale/README:
7554         * gst/audioscale/dtof.c:
7555         * gst/audioscale/dtos.c:
7556         * gst/audioscale/functable.c:
7557         * gst/audioscale/private.h:
7558         * gst/audioscale/resample.c:
7559         * gst/audioscale/resample.h:
7560         * gst/audioscale/test.c:
7561
7562         Move tagedit library to gst-libs:
7563         * gst-libs/gst/tag/Makefile.am:
7564         * gst-libs/gst/tag/gstid3tag.c:
7565         * gst-libs/gst/tag/gsttagediting.c:
7566         * gst-libs/gst/tag/gsttageditingprivate.h:
7567         * gst-libs/gst/tag/gstvorbistag.c:
7568         * gst/tags/Makefile.am:
7569         * gst/tags/gstid3tag.c:
7570         * gst/tags/gstvorbistag.c:
7571
7572         Fix for core changes:
7573         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7574         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
7575         (gst_sinesrc_getrange):
7576
7577 2005-04-23  David Schleef  <ds@schleef.org>
7578
7579         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
7580         in gst-plugins in a long time, and properly belongs in liboil.
7581         * gst-libs/gst/idct/Makefile.am:
7582         * gst-libs/gst/idct/README:
7583         * gst-libs/gst/idct/dct.h:
7584         * gst-libs/gst/idct/doieee:
7585         * gst-libs/gst/idct/fastintidct.c:
7586         * gst-libs/gst/idct/floatidct.c:
7587         * gst-libs/gst/idct/idct.c:
7588         * gst-libs/gst/idct/idct.h:
7589         * gst-libs/gst/idct/idtc.vcproj:
7590         * gst-libs/gst/idct/ieeetest.c:
7591         * gst-libs/gst/idct/intidct.c:
7592
7593 2005-04-20  Wim Taymans  <wim@fluendo.com>
7594
7595         * docs/design-audiosinks.txt:
7596         * gst-libs/gst/audio/Makefile.am:
7597         * gst-libs/gst/audio/TODO:
7598         * gst-libs/gst/audio/gstaudiosink.c:
7599         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7600         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7601         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
7602         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7603         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7604         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
7605         (gst_audiosink_class_init), (gst_audiosink_init),
7606         (gst_audiosink_create_ringbuffer):
7607         * gst-libs/gst/audio/gstaudiosink.h:
7608         * gst-libs/gst/audio/gstbaseaudiosink.c:
7609         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
7610         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
7611         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
7612         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
7613         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
7614         (gst_baseaudiosink_create_ringbuffer),
7615         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7616         * gst-libs/gst/audio/gstbaseaudiosink.h:
7617         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7618         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
7619         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
7620         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7621         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
7622         (gst_ringbuffer_play), (gst_ringbuffer_pause),
7623         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
7624         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
7625         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
7626         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
7627         * gst-libs/gst/audio/gstringbuffer.h:
7628         An attempt at a set of audio base classes together with some
7629         design docs.
7630
7631 2005-04-20  Wim Taymans  <wim@fluendo.com>
7632
7633         * gst/audioconvert/Makefile.am:
7634         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7635         (gst_audio_convert_caps_remove_format_info),
7636         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
7637         (gst_audio_convert_channels):
7638         Link against audio libs.
7639         Fix audio convert plugin.
7640
7641 2005-04-20  Wim Taymans  <wim@fluendo.com>
7642
7643         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
7644         (gst_ogg_demux_sink_activate):
7645         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
7646         (theora_set_header_on_caps), (theora_enc_sink_event),
7647         (theora_enc_chain):
7648         Fix theora encoder.
7649
7650 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7651
7652         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
7653         * gst/playback/gstdecodebin.c: (find_compatibles):
7654           Work with staticpadtemplates in elementfactories.
7655
7656 2005-04-12  Wim Taymans  <wim@fluendo.com>
7657
7658         * gst/playback/README:
7659         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7660         (compare_ranks), (print_feature), (gst_decode_bin_init),
7661         (dynamic_create), (dynamic_free), (find_compatibles),
7662         (mimetype_is_raw), (close_pad_link), (got_redirect),
7663         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
7664         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
7665         (gst_decode_bin_change_state):
7666         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7667         (gst_play_base_bin_init), (group_destroy), (group_commit),
7668         (check_queue), (queue_overrun), (queue_threshold_reached),
7669         (queue_out_of_data), (gen_preroll_element), (unknown_type),
7670         (new_decoded_pad), (setup_subtitle), (gen_source_element),
7671         (got_redirect), (setup_source), (play_base_eos),
7672         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
7673         (gst_play_base_bin_remove_element):
7674         * gst/playback/gstplaybasebin.h:
7675         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7676         (gst_play_bin_init), (gst_play_bin_dispose),
7677         (gst_play_bin_set_property), (gen_video_element),
7678         (gen_text_element), (gen_audio_element), (remove_sinks),
7679         (gst_play_bin_send_event):
7680         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
7681         (stream_info_change_state), (gst_stream_info_set_mute):
7682         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
7683         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
7684         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
7685         (gst_stream_selector_chain):
7686         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
7687         (main):
7688         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
7689         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
7690         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
7691         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
7692         Raw and crude port of decodebin. 
7693         Make playbin compile.
7694
7695 2005-04-06  Wim Taymans  <wim@fluendo.com>
7696
7697         * ext/gnomevfs/Makefile.am:
7698         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
7699         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
7700         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
7701         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
7702         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
7703         (gst_gnomevfssrc_stop):
7704         * ext/ogg/Makefile.am:
7705         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
7706         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
7707         * ext/theora/Makefile.am:
7708         * ext/theora/theoradec.c: (_inc_granulepos),
7709         (theora_dec_sink_event), (theora_dec_chain):
7710         * ext/vorbis/Makefile.am:
7711         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7712         (vorbis_dec_sink_event), (vorbis_dec_chain):
7713         * gst-libs/gst/audio/Makefile.am:
7714         * sys/xvimage/Makefile.am:
7715         Make gnomevfssrc extend the source base class.
7716         Fix linking against libs in various plugins.
7717
7718 2005-04-06  Andy Wingo  <wingo@pobox.com>
7719
7720         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
7721         GST_BASE_LIBS.
7722
7723         * configure.ac: Add check and AC_SUBST for libgstbase.
7724
7725 2005-03-31  Wim Taymans  <wim@fluendo.com>
7726
7727         * examples/seeking/Makefile.am:
7728         * examples/seeking/cdparanoia.c: (main):
7729         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
7730         (play_cb), (pause_cb), (stop_cb), (main):
7731         * examples/seeking/playbin.c:
7732         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
7733         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
7734         (make_sid_pipeline), (make_vorbis_pipeline),
7735         (make_theora_pipeline), (make_vorbis_theora_pipeline),
7736         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
7737         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
7738         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
7739         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
7740         (stop_cb), (main):
7741         * examples/seeking/spider_seek.c:
7742         * examples/seeking/vorbisfile.c:
7743         * ext/gnomevfs/Makefile.am:
7744         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7745         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
7746         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
7747         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
7748         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
7749         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
7750         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
7751         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
7752         * ext/ogg/README:
7753         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
7754         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
7755         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
7756         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
7757         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
7758         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
7759         (gst_ogg_pad_event), (gst_ogg_pad_reset),
7760         (gst_ogg_demux_factory_filter), (compare_ranks),
7761         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
7762         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
7763         (gst_ogg_chain_new), (gst_ogg_chain_free),
7764         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
7765         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
7766         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
7767         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
7768         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
7769         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
7770         (gst_ogg_demux_get_prev_page),
7771         (gst_ogg_demux_deactivate_current_chain),
7772         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
7773         (gst_ogg_demux_bisect_forward_serialno),
7774         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
7775         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
7776         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
7777         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
7778         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
7779         (gst_ogg_demux_change_state), (gst_ogg_print):
7780         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
7781         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
7782         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
7783         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
7784         (gst_ogg_mux_loop):
7785         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7786         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
7787         (theora_dec_src_convert), (theora_dec_sink_convert),
7788         (theora_dec_src_query), (theora_dec_src_event),
7789         (theora_dec_sink_event), (theora_dec_chain),
7790         (theora_dec_change_state):
7791         * ext/theora/theoraenc.c: (gst_theora_enc_init),
7792         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
7793         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
7794         (theora_enc_change_state):
7795         * ext/vorbis/Makefile.am:
7796         * ext/vorbis/oggvorbisenc.c:
7797         * ext/vorbis/oggvorbisenc.h:
7798         * ext/vorbis/vorbis.c: (plugin_init):
7799         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7800         (vorbis_dec_src_query), (vorbis_dec_src_event),
7801         (vorbis_dec_sink_event), (vorbis_dec_chain),
7802         (vorbis_dec_change_state):
7803         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
7804         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
7805         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
7806         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
7807         (gst_vorbisenc_change_state):
7808         * ext/vorbis/vorbisenc.h:
7809         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
7810         * gst-libs/gst/audio/audioclock.c:
7811         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
7812         (gst_audiofilter_init), (gst_audiofilter_chain):
7813         * gst-libs/gst/audio/testchannels.c: (main):
7814         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
7815         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
7816         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
7817         (gmip_find_track_streaminfo), (gmip_find_track_format):
7818         * gst-libs/gst/media-info/media-info.c:
7819         (gst_media_info_read_idler):
7820         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
7821         (gst_play_get_all_by_interface):
7822         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
7823         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
7824         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
7825         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
7826         (gst_riff_parse_info):
7827         * gst-libs/gst/riff/riff-read.h:
7828         * gst-libs/gst/riff/riff.c: (plugin_init):
7829         * gst-libs/gst/video/Makefile.am:
7830         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
7831         (gst_videosink_class_init), (gst_videosink_get_type):
7832         * gst-libs/gst/video/videosink.h:
7833         * gst/audioconvert/bufferframesconvert.c:
7834         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
7835         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
7836         * gst/audioconvert/channelmixtest.c: (main):
7837         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
7838         (gst_audio_convert_chain),
7839         (gst_audio_convert_caps_remove_format_info),
7840         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
7841         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
7842         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
7843         (gst_audio_convert_buffer_to_default_format),
7844         (gst_audio_convert_buffer_from_default_format),
7845         (gst_audio_convert_channels):
7846         * gst/audioconvert/gstchannelmix.h:
7847         * gst/ffmpegcolorspace/avcodec.h:
7848         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7849         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
7850         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
7851         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
7852         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
7853         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
7854         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
7855         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
7856         (mpeg_video_type_find), (mpeg_video_stream_type_find),
7857         (dv_type_find):
7858         * gst/videotestsrc/gstvideotestsrc.c:
7859         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
7860         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
7861         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
7862         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
7863         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
7864         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
7865         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
7866         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7867         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
7868         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
7869         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
7870         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
7871         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
7872         (gst_xvimagesink_navigation_send_event),
7873         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
7874         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
7875         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7876         * sys/xvimage/xvimagesink.h:
7877         Plugin port to 0.9, ogg/theora playback should work in the seek
7878         example now.
7879         Removed old examples.
7880         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
7881         explained in 0.9 TODO doc.
7882
7883
7884 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7885
7886         * autogen.sh:
7887         * configure.ac:
7888         * ext/Makefile.am:
7889         * gst/Makefile.am:
7890         * po/POTFILES.in:
7891         * po/af.po:
7892         * po/az.po:
7893         * po/cs.po:
7894         * po/en_GB.po:
7895         * po/hu.po:
7896         * po/it.po:
7897         * po/nb.po:
7898         * po/nl.po:
7899         * po/or.po:
7900         * po/sq.po:
7901         * po/sr.po:
7902         * po/sv.po:
7903         * po/uk.po:
7904         * po/vi.po:
7905         * sys/Makefile.am:
7906         * testsuite/Makefile.am:
7907           remove a whole bunch of plugins.  This module now contains a set
7908           of free reference plugins/elements as agreed.
7909
7910 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7911
7912         * configure.ac:
7913           hunting season on 0.9 is now OPEN
7914
7915 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7916
7917         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
7918           Kick the hell out of gcc for not warning me about a symbol conflict.
7919
7920 2005-02-22  Luca Ognibene  <luogni@tin.it>
7921
7922         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
7923
7924         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
7925           Don't leak caps string (fixes #168134)
7926
7927         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
7928         (gst_jpegenc_init), (gst_jpegenc_finalize),
7929         (gst_jpegenc_change_state):
7930           Don't leak line buffers and context struct (fixes #168133).
7931
7932 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
7933
7934         * configure.ac:
7935         * ext/dirac/gstdiracdec.cc:
7936         (gst_diracdec_chain):
7937           Since dirac 0.5.0 the framerate in dirac is expressed as a
7938           rational number. Fix build and up requirement to 0.5.0, and
7939           also pass parameters to gst_diracdec_link in the right order
7940           (fixes #167959).
7941
7942 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
7943
7944         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
7945         * ext/faad/gstfaad.h:
7946         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
7947         certain invalid muxed streams, where some packets will contain 
7948         junk after decoder data. Partially fixes #149158.
7949
7950 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
7951         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
7952           Make sure we only write to writable buffers
7953
7954 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
7955
7956         * gst-libs/gst/riff/riff-media.c:
7957         (gst_riff_create_audio_caps_with_data):
7958           Do actually fix invalid RIFF fmt header values for alaw
7959           and mulaw audio instead of just saying so.
7960
7961         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
7962           Give gst_riff_create_audio_caps_with_data() a chance to
7963           fix up broken format header fields before extracting any
7964           parameters from the header. (fixes #167633)
7965
7966 2005-02-19  Martin Holters  <martin.holters@gmx.de>
7967
7968         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
7969
7970         * gst/audioconvert/bufferframesconvert.c:
7971         (buffer_frames_convert_link):
7972           Don't leak othercaps. (fixes #167878)
7973
7974 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
7975
7976         * configure.ac:
7977         * ext/libvisual/visual.c: (gst_visual_srclink),
7978         (gst_visual_change_state):
7979           Support libvisual 0.2.0.
7980
7981 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
7982
7983         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
7984         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
7985           Use same rowstrides for I420 as used everywhere else.
7986
7987 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
7988
7989         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
7990           Declare variables at beginning of block and make gcc-2.95 happy
7991           (fixes # 167482, patch by Gergely Nagy).
7992           
7993         * gst/tcp/gsttcpclientsrc.c:
7994         * gst/tcp/gsttcpclientsrc.h:
7995           Move some includes into the header, so that struct sockaddr_in is
7996           defined when it should be defined on FreeBSD as well (fixes
7997           #167483).
7998           
7999         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
8000           Don't pass uninitialised values to setsockopt() here either.
8001
8002 2005-02-17  Luca Ognibene  <luogni at tin dot it>
8003
8004         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
8005
8006         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
8007           Don't pass uninitialised values to setsockopt(). (fixes #167704)
8008
8009 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8010
8011         * gst/playback/gstplaybin.c: (add_sink):
8012           Invert bin_add/link order to workaround deadlock in opt.
8013
8014 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8015
8016         * gst/modplug/gstmodplug.cc:
8017           Add missing break causing position queries to fail.
8018
8019 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8020
8021         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
8022           Granpos can apparently be -1, which screws up calculations...
8023
8024 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
8025
8026         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
8027         (gst_ximagesink_send_pending_navigation),
8028         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
8029         (gst_ximagesink_init):
8030         * sys/ximage/ximagesink.h:
8031         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
8032         (gst_xvimagesink_send_pending_navigation),
8033         (gst_xvimagesink_navigation_send_event),
8034         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
8035         * sys/xvimage/xvimagesink.h:
8036           Use a mutex protected list to marshal navigation
8037           events into the stream thread from whichever thread
8038           sends them.
8039
8040 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
8041
8042         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
8043           Display current position and track length; misc. clean-ups.
8044           
8045         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
8046         (speed_init), (speed_chain):
8047           Add query function, so that the stream length and current position
8048           get adjusted when queried (note that current position queries may
8049           still be wrong if the audio sink returns values based on buffer
8050           timestamps instead of passing on the query).
8051
8052 2005-02-13  Benjamin Otte  <otte@gnome.org>
8053
8054         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
8055         (gst_audio_convert_channels):
8056           create channel conversion matrix when linking
8057         * gst/audioconvert/.cvsignore:
8058         * gst/audioconvert/Makefile.am:
8059         * gst/audioconvert/channelmixtest.c: (main):
8060           add (ugly) test that ensures stereo <=> mono conversion works
8061           correctly
8062
8063 2005-02-13  Benjamin Otte  <otte@gnome.org>
8064
8065         * gst/audioconvert/gstchannelmix.h:
8066           include missing header file
8067         * gst/audioconvert/gstchannelmix.c:
8068         (gst_audio_convert_fill_compatible):
8069           use same sign for both channels when converting to/from compatible
8070           channel. Previously used different signs made the signals cancel
8071           each other out and appear like silence. (fixes #167269)
8072
8073 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
8074
8075         * gst/ffmpegcolorspace/avcodec.h:
8076         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8077         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8078         (gst_ffmpegcsp_avpicture_fill):
8079         * gst/ffmpegcolorspace/imgconvert.c:
8080           Convert to and from YV12 (fixes #156379).
8081
8082 2005-02-12  Julien MOUTTE  <julien@moutte.net>
8083
8084         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
8085         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
8086         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
8087         (gst_ximagesink_expose), (gst_ximagesink_set_property),
8088         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
8089         methods from chain and negotiation and vice versa (Fixes #166142).
8090         * sys/ximage/ximagesink.h: Add stream_lock.
8091         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
8092         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
8093         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
8094         (gst_xvimagesink_expose): Check for xcontext before trying to link.
8095
8096 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
8097
8098         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
8099           Don't send "Hey! You gave me a NULL pointer you naughty person" as
8100           error message when we can't open the DVD device (when dvdnav_open()
8101           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
8102           the above). Send something more useful instead (fixes #167117).
8103
8104 2005-02-11  Julien MOUTTE  <julien@moutte.net>
8105
8106         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8107         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
8108         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
8109         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
8110         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
8111         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
8112         methods from chain and negotiation and vice versa (Fixes #166142).
8113         Fix a possible bug of images in the buffer pool being discarded because
8114         we are looking at the wrong geometry.
8115         * sys/xvimage/xvimagesink.h: Add stream_lock.
8116
8117 2005-02-11  David Schleef  <ds@schleef.org>
8118
8119         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
8120         unsigned int. (fixes #167128)
8121
8122 2005-02-11  David Schleef  <ds@schleef.org>
8123
8124         * gst/librfb/Makefile.am: Testing stuff before committing is
8125           for wimps... and people with fast machines.  Fix stupid
8126           mistake.
8127
8128 2005-02-11  David Schleef  <ds@schleef.org>
8129
8130         * configure.ac: Pull in librfb from my CVS tree, because it is
8131           too small and annoying to be separate.  Move rfbsrc plugin
8132           to gst/.
8133         * ext/Makefile.am:
8134         * ext/librfb/Makefile.am:
8135         * ext/librfb/gstrfbsrc.c:
8136         * gst/librfb/Makefile.am:
8137         * gst/librfb/gstrfbsrc.c:
8138         * gst/librfb/rfb.c:
8139         * gst/librfb/rfb.h:
8140         * gst/librfb/rfbbuffer.c:
8141         * gst/librfb/rfbbuffer.h:
8142         * gst/librfb/rfbbytestream.c:
8143         * gst/librfb/rfbbytestream.h:
8144         * gst/librfb/rfbcontext.h:
8145         * gst/librfb/rfbdecoder.c:
8146         * gst/librfb/rfbdecoder.h:
8147         * gst/librfb/rfbutil.h:
8148
8149 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
8150
8151         * gst/speed/Makefile.am:
8152         * gst/speed/demo-mp3.c: (main):
8153         * gst/speed/filter.func:
8154         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
8155         (speed_class_init), (speed_init), (speed_chain_int16),
8156         (speed_chain_float32), (speed_chain), (speed_set_property),
8157         (speed_get_property), (speed_change_state):
8158         * gst/speed/gstspeed.h:
8159           Fix speed element and make it chain-based (fixes #156467),
8160           and make it handle more than one channel.
8161
8162 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
8163
8164         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
8165         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
8166         (gst_dtsdec_chain), (gst_dtsdec_change_state):
8167         * ext/dts/gstdtsdec.h:
8168           Don't clobber the stack constructing the channels array.
8169           Make the element chain-based. DTS tracks can now be played.
8170           
8171 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
8172
8173         * gst-libs/gst/audio/multichannel.h:
8174         * gst-libs/gst/gconf/gconf.h:
8175         * gst-libs/gst/idct/idct.h:
8176         * gst-libs/gst/media-info/media-info-priv.h:
8177         * gst-libs/gst/play/play.h:
8178         * gst-libs/gst/resample/private.h:
8179         * gst-libs/gst/resample/resample.h:
8180         * gst-libs/gst/riff/riff-ids.h:
8181         * gst-libs/gst/video/video.h:
8182         * gst-libs/gst/video/videosink.h:
8183           Add G_BEGIN_DECLS and G_END_DECLS around headers where
8184           missing, so that they work when included from C++ code.
8185
8186 2005-02-09  David Schleef  <ds@schleef.org>
8187
8188         * testsuite/gst-lint: Check for non-statically scoped
8189           parent_class variables.  This won't be a problem once
8190           plugins are loaded with RTLD_LOCAL.
8191
8192 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8193
8194         * ext/mplex/gstmplexibitstream.cc:
8195           gcc madness.
8196
8197 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8198
8199         * ext/ogg/gstogmparse.c:
8200         * gst/debug/gstnavigationtest.c:
8201           Die, thou faulty symbol pollutors (non-static parent_class).
8202
8203 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8204
8205         * ext/mplex/gstmplexibitstream.cc:
8206           Fix event handling (#165525).
8207
8208 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8209
8210         * ext/mikmod/gstmikmod.c:
8211         * gst/modplug/gstmodplug.cc:
8212           Add missing endianness to template (fixes #165509).
8213
8214 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8215
8216         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
8217           Fix wrong order of reading of optional bytes (#165290).
8218
8219 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8220
8221         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8222           Implement FILLER event awareness.
8223
8224 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8225
8226         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
8227           Fix track calculations (#166208).
8228
8229 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
8230
8231         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8232
8233         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
8234         * ext/libpng/gstpngenc.c:
8235           Fix byte-order, use proper fixed caps. Fixes #164197.
8236
8237 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8238
8239         * configure.ac:
8240           Add dvdlpcmdec 
8241
8242         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
8243         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
8244           Don't push buffers if the src pad isn't negotiated yet.
8245           
8246         * gst/audioconvert/gstaudioconvert.c:
8247         (gst_audio_convert_buffer_to_default_format),
8248         (gst_audio_convert_buffer_from_default_format):
8249           Add support for 24-bit width.
8250
8251         * gst/dvdlpcmdec/.cvsignore:
8252         * gst/dvdlpcmdec/Makefile.am:
8253         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
8254         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
8255         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
8256         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
8257         (plugin_init):
8258         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
8259           New decoder for rearranging DVD LPCM into our audio/x-raw-int
8260           format. Needs support for the channels maps if someone can find 
8261           a DVD LPCM track with > 2 channels.
8262
8263         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
8264         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
8265         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
8266         * gst/mpegstream/gstdvddemux.h:
8267         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
8268         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
8269         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
8270         * gst/mpegstream/gstmpegdemux.h:
8271         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
8272         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
8273         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
8274         (gst_mpeg_parse_handle_src_query),
8275         (gst_mpeg_parse_handle_src_event):
8276           Use audio/x-dvd-lpcm for LPCM output.
8277           Add DTS output.
8278
8279 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
8280
8281         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8282
8283         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
8284         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
8285           Add BGRA handling (#165736).
8286
8287 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
8288
8289         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8290
8291         * gst/law/alaw-decode.c: (alawdec_link):
8292         * gst/law/alaw-encode.c: (alawenc_link):
8293         * gst/law/mulaw-decode.c: (mulawdec_link):
8294         * gst/law/mulaw-encode.c: (mulawenc_link):
8295           Fix caps memleaks (#166600).
8296
8297 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
8298
8299         * ext/tarkin/mem.h:
8300         * ext/tarkin/wavelet.h:
8301         * ext/tarkin/yuv.h:
8302         * gst/ffmpegcolorspace/avcodec.h:
8303           Include "_stdint.h" instead of <stdint.h>. Fixes build on
8304           systems that don't have stdint.h, like Solaris9 (fixes #166631).
8305
8306 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8307
8308         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
8309         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
8310         (gst_xvimagesink_change_state):
8311           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
8312           Xv video (and thereby regenerate Xv colourkey) in clear() so
8313           that PLAY -> READY -> PLAY works (fixes #162504).
8314
8315 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8316
8317         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
8318           Switch to list instead of range, since MJPEG-devices really just
8319           support decimations, not any size.
8320
8321 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8322         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
8323         (gst_mpeg2dec_reset), (free_all_buffers),
8324         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
8325         * ext/mpeg2dec/gstmpeg2dec.h:
8326           The libmpeg2 user-allocated buffer management is awkward, 
8327           to say the least. Hopefully this fixes things.
8328
8329 2005-02-04  Andy Wingo  <wingo@pobox.com>
8330
8331         * gst/audioconvert/bufferframesconvert.c
8332         (buffer_frames_convert_fixate): New function, fixates to 256
8333         frames per buffer by default. (Much better than 1.)
8334         (buffer_frames_convert_init): Set the fixate function for both src
8335         and sink pad.
8336         (buffer_frames_convert_link): After success setting nonfixed caps,
8337         get the negotiated caps so we can know how many buffer-frames it
8338         will be. No idea how this worked at all before.
8339
8340 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8341
8342         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
8343         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
8344         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
8345         (handle_sequence), (handle_picture):
8346         * ext/mpeg2dec/gstmpeg2dec.h:
8347           Rearrange buffer tracking and refcounting and refactor
8348           a little for readability. 
8349
8350 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
8351         * sys/v4l/gstv4l.c: (plugin_init):
8352         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
8353         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
8354         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
8355         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
8356         * sys/v4l/gstv4ljpegsrc.h:
8357         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
8358         * sys/v4l/v4l_calls.h:
8359         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
8360         (gst_v4lsrc_get_fps):
8361         * sys/v4l/v4lsrc_calls.h:
8362           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
8363           you jpeg inside rgb frames" driver.
8364           Don't error in the v4lsrc link function, just return 
8365           REFUSED.
8366
8367 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8368
8369         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
8370         (gst_qcamsrc_open):
8371           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
8372
8373 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8374
8375         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8376           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
8377
8378 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8379
8380         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
8381           Reset negotiated state on PAUSED->READY.
8382
8383 2005-02-02  David Schleef  <ds@schleef.org>
8384
8385         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
8386         whereever possible.  (Fixes #165997)
8387         * examples/capsfilter/capsfilter1.c: (main):
8388         * examples/dynparams/filter.c: (create_ui):
8389         * examples/seeking/cdparanoia.c: (get_track_info), (main):
8390         * examples/seeking/chained.c: (main):
8391         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
8392         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
8393         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
8394         (make_mpeg_pipeline), (make_mpegnt_pipeline):
8395         * examples/seeking/spider_seek.c: (make_spider_pipeline):
8396         * examples/switch/switcher.c: (main):
8397         * ext/dv/demo-play.c: (main):
8398         * ext/faad/gstfaad.c: (gst_faad_change_state):
8399         * ext/mad/gstmad.c: (gst_mad_chain):
8400         * ext/smoothwave/demo-osssrc.c: (main):
8401         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
8402         (gst_gconf_render_bin_from_description),
8403         (gst_gconf_get_default_audio_sink),
8404         (gst_gconf_get_default_video_sink),
8405         (gst_gconf_get_default_audio_src),
8406         (gst_gconf_get_default_video_src),
8407         (gst_gconf_get_default_visualization_element):
8408         * gst/level/demo.c: (main):
8409         * gst/level/plot.c: (main):
8410         * gst/playback/gstplaybin.c: (gen_video_element),
8411         (gen_audio_element):
8412         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
8413         * gst/playondemand/demo-mp3.c: (setup_pipeline):
8414         * gst/sine/demo-dparams.c: (main):
8415         * gst/spectrum/demo-osssrc.c: (main):
8416         * gst/speed/demo-mp3.c: (main):
8417         * gst/volume/demo.c: (main):
8418         * testsuite/embed/embed.c: (main):
8419
8420 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
8421
8422         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
8423         (gst_tcpclientsink_finalize):
8424         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
8425         (gst_tcpclientsrc_finalize):
8426         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
8427         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
8428         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
8429         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
8430           Don't leak the hostname when shutting down.
8431           In tcpserversrc, take a copy of the default hostname.
8432
8433 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8434
8435         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
8436           Set caps to systemstream=TRUE.
8437
8438 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8439
8440         * testsuite/Makefile.am:
8441           Fix more OSX buildbots.
8442
8443 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
8444
8445         * ext/mpeg2dec/gstmpeg2dec.c:
8446           Don't send things to NULL PAD_PEERs
8447
8448         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
8449           Copy-on-write the incoming buffer.
8450
8451         * gst/mpegstream/gstdvddemux.h:
8452         * gst/mpegstream/gstmpegclock.h:
8453         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
8454         (normal_seek), (gst_mpeg_demux_handle_src_event):
8455         * gst/mpegstream/gstmpegdemux.h:
8456         * gst/mpegstream/gstmpegpacketize.h:
8457         * gst/mpegstream/gstmpegparse.c:
8458         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
8459         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
8460         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
8461         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
8462         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
8463         * gst/mpegstream/gstmpegparse.h:
8464         * gst/mpegstream/gstrfc2250enc.h:
8465           Various changes to the way time is computed that make seeking and
8466           total time estimation much better here.
8467           Use G_BEGIN/END_DECLS instead of __cplusplus
8468
8469         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
8470           Use gst_buffer_stamp instead of only copying the TIMESTAMP
8471
8472 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8473
8474         * gst/subparse/gstsubparse.c:
8475           Fix OSX buildbot.
8476
8477 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
8478
8479         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8480         (theora_enc_chain), (theora_enc_change_state):
8481         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
8482         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
8483         (gst_vorbisenc_change_state):
8484         * ext/vorbis/vorbisenc.h:
8485           Set granulepos and timestamp correctly for streams not
8486           starting at 0, taking into account the initial delay.
8487
8488 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
8489
8490         * gst/mpegstream/gstdvddemux.c:
8491           Add audio/x-dts to audio pad template caps
8492
8493 2005-01-30  David Schleef  <ds@schleef.org>
8494
8495         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
8496         (create_context), (gst_polypsink_link): Fix silly endianness
8497         bug.  Add some debugging.  Remove float from caps; it doesn't
8498         work.  Attempt to get remote audio working.
8499
8500 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8501
8502         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8503           Add 3IV2 fourcc.
8504
8505 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8506
8507         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
8508         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
8509         (gst_avi_demux_stream_data):
8510         * gst/avi/gstavidemux.h:
8511           Invert DIB images. Fixes #132341.
8512
8513 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8514
8515         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8516         (gst_ffmpegcsp_chain):
8517           D'oh, reference the palette data, not the palette structure.
8518           Fixes color distortion in #132341.
8519
8520 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8521
8522         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
8523           PAR can be non-fixed when not provided as argument (#162626).
8524
8525 2005-01-29  David Moore  <dcm@acm.org>
8526
8527         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8528
8529         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
8530         (gst_qtdemux_loop_header):
8531           Re-apply patch from #142272 that allows non-seekable sources,
8532           re-proposed by Daniel Drake <dsd@gentoo.org>.
8533
8534 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8535
8536         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
8537           Use the src template for creating the src pad (#162330).
8538
8539 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8540
8541         * configure.ac:
8542         * ext/musepack/Makefile.am:
8543         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
8544         (gst_musepackdec_init), (gst_musepackdec_dispose),
8545         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
8546         (gst_musepack_stream_init), (gst_musepackdec_loop),
8547         (gst_musepackdec_change_state):
8548         * ext/musepack/gstmusepackdec.cpp:
8549         * ext/musepack/gstmusepackdec.h:
8550         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
8551         (gst_musepack_reader_read), (gst_musepack_reader_seek),
8552         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
8553         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
8554         * ext/musepack/gstmusepackreader.cpp:
8555         * ext/musepack/gstmusepackreader.h:
8556           Update to 1.1 API (#165446).
8557
8558 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8559
8560         * ext/Makefile.am:
8561           Unbreak buildbot.
8562
8563 2005-01-28  Andy Wingo  <wingo@pobox.com>
8564
8565         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
8566         to reflect a different dubious internet source. Add a reference
8567         and some commentary.
8568
8569 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8570
8571         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
8572         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
8573         * gst/playback/gststreamselector.h:
8574           Be more selective when we're redoing caps negotiation from
8575           within the chain function on a stream change.
8576
8577 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8578
8579         * configure.ac:
8580         * ext/Makefile.am:
8581         * ext/amrnb/Makefile.am:
8582         * ext/amrnb/amrnb.c: (plugin_init):
8583         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
8584         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
8585         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
8586         (gst_amrnbdec_state_change):
8587         * ext/amrnb/amrnbdec.h:
8588         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
8589         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
8590         (gst_amrnbparse_init), (gst_amrnbparse_formats),
8591         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
8592         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
8593         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
8594         * ext/amrnb/amrnbparse.h:
8595           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
8596         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8597           Add AMR-NB/-WB raw formats.
8598         * ext/alsa/gstalsa.c: (gst_alsa_link):
8599           Keep valid time when changing format.
8600         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
8601         (qtdemux_parse_trak):
8602           Add some more format-specific options (#140141, #143555, #155163).
8603
8604 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8605
8606         * gst/matroska/matroska-demux.c:
8607         (gst_matroska_demux_parse_blockgroup):
8608           Fix logic error in timing of subtitle stream synchronization.
8609         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8610           Add skip-chunk, which is found in kodak-camera streams.
8611
8612 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8613
8614         * po/LINGUAS:
8615         * po/vi.po:
8616           Adding Vietnamese translation (submitted by Clytie Siddall)
8617
8618 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8619
8620         * gst/playback/gstdecodebin.c: (try_to_link_1):
8621           Use realpad for signal.
8622
8623 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8624
8625         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
8626           Fix category so decodebin picks it up.
8627
8628 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8629
8630         * ext/mad/Makefile.am:
8631         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
8632         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
8633         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
8634         (found_type), (gst_id3demux_bin_change_state):
8635         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
8636         (gst_id3_tag_init), (gst_id3_tag_handle_event),
8637         (gst_id3_tag_src_link), (gst_id3_tag_chain),
8638         (gst_id3_tag_change_state), (plugin_init):
8639         * ext/mad/gstmad.h:
8640           Add id3demuxbin (which is a simple bin consisting of id3demux
8641           and typefind), take over rank from id3demux, remove typefind
8642           code from id3demux. Makes all broken mp3s that I know of work,
8643           and thereby fixes #152688.
8644
8645 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
8646
8647         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8648
8649         * ext/mad/gstmad.c: (gst_mad_src_event):
8650         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
8651           Allow seeks on audio pad, make mad forward those (#164826).
8652         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
8653           Set duration (#165335).
8654
8655 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8656
8657         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
8658         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
8659         (gst_asf_demux_process_ext_content_desc),
8660         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
8661         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
8662         * gst/asfdemux/gstasfdemux.h:
8663           Improve metadata display, e.g. if the metadata comes before the
8664           streams are loaded (which is perfectly valid).
8665
8666 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8667
8668         * tools/gst-launch-ext-m.m:
8669           Fix AVI/ASF pipelines (#165340).
8670
8671 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
8672         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
8673         build failure on amd64
8674
8675 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
8676
8677         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
8678         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
8679           Check environment variables GST_ID3V2_TAG_ENCODING,
8680           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
8681           list of character encodings to force interpretation of non-unicode
8682           strings stored in an ID3v2 tag to a particular encoding. If none
8683           is specified, try to use current locale's encoding, then fall back
8684           to ISO-8859-1 (which will always succeed). (Resolves #149274)
8685         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
8686         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
8687           Check environment variables GST_ID3V1_TAG_ENCODING,
8688           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
8689           list of character encodings to use in case a string encountered
8690           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
8691           specified, try to use the current locale's encoding, then fall
8692           back to ISO-8859-1 (which will always succeed).
8693
8694 2005-01-25  Benjamin Otte  <otte@gnome.org>
8695
8696         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
8697           - on half framerate, compute the rate in advance so the comparisons
8698             don't compare wrong values
8699           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
8700             behaviour
8701           - don't use mad_header_decode anymore, mad_frame_decode does that
8702             automatically
8703           - when getting rid of consumed bytes, reset the stream's skiplen
8704           (fixes #163867)
8705
8706 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
8707
8708         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
8709           Use 1/2 a second for default max_discont, as PES streams from DVB
8710           seem to have larger spacings in the SCR. 
8711           Fix a typo.
8712
8713 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8714
8715         * gst/playback/gstplaybasebin.c: (group_commit):
8716           Notify delayed stream-info availability.
8717
8718 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
8719         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
8720         (gst_a52dec_handle_event), (gst_a52dec_chain):
8721         Add some debug output. Check that a discont has a valid
8722         time associated.
8723         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
8724         (gst_alsa_sink_loop):
8725         Ignore TAG events. A little extra debug for broken timestamps.
8726         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
8727         (dvdnavsrc_change_state):
8728         Ensure we send a discont to engage the link before we send any
8729         other events.
8730         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
8731         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
8732         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
8733         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
8734         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
8735         dvd://title works in totem because typefinding sends a seek that ends
8736         up going back to chapter 1 regardless.
8737         * ext/mpeg2dec/gstmpeg2dec.c:
8738         * ext/mpeg2dec/gstmpeg2dec.h:
8739         Output correct timestamps and handle disconts.
8740         * ext/ogg/gstoggdemux.c: (get_relative):
8741         Small guard against a null dereference.
8742         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
8743         (gst_textoverlay_set_property):
8744         Free memory when done. Don't call gst_event_filler_get_duration on
8745         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
8746         g_warning.
8747         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
8748         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
8749         (gst_sw_srclink), (gst_smoothwave_chain):
8750         Draw solid lines, prettier colours.
8751         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
8752         Add a default palette that'll work for some movies.
8753         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
8754         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
8755         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
8756         * gst/mpegstream/gstdvddemux.h:
8757         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
8758         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
8759         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
8760         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
8761         * gst/mpegstream/gstmpegparse.h:
8762         Use PTM/NAV events when for timestamp adjustment when connected to 
8763         dvdnavsrc. Don't use many discont events where one suffices.
8764         * gst/playback/gstplaybasebin.c: (group_destroy),
8765         (gen_preroll_element), (gst_play_base_bin_add_element):
8766         * gst/playback/gstplaybasebin.h:
8767         Make sure we remove subtitles from the same bin we put them in.
8768         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
8769         (gst_subparse_buffer_format_autodetect),
8770         (gst_subparse_change_state):
8771         Fix some memleaks and invalid accesses.
8772         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
8773         (oggskel_type_find), (cmml_type_find), (plugin_init):
8774         Some typefind functions for Annodex v3.0 files
8775         * gst/wavparse/gstwavparse.h:
8776         GstRiffReadClass is the correct parent class.
8777
8778 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8779
8780         * gst-libs/gst/riff/riff-media.c:
8781         (gst_riff_create_video_caps_with_data):
8782           Add extradata to huffyuv (fixes #165013).
8783         * gst-libs/gst/riff/riff-read.c:
8784         (gst_riff_read_strf_vids_with_data):
8785           Fix extradata extraction if it is in the chunk size.
8786
8787 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
8788
8789         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8790
8791         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
8792         (gst_quarktv_change_state), (gst_quarktv_dispose):
8793           Memory free'ing location fix (#164708).
8794
8795 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8796
8797         * gst/playback/gstplaybasebin.c: (group_commit),
8798         (gen_preroll_element), (probe_triggered), (gen_source_element),
8799         (setup_source), (gst_play_base_bin_change_state),
8800         (gst_play_base_bin_add_element):
8801           Don't block for streams.
8802         * gst/playback/gststreaminfo.c: (stream_info_change_state),
8803         (gst_stream_info_set_mute):
8804           Use gst_pad_set_active_recursive.
8805
8806 2005-01-25  Andy Wingo  <wingo@pobox.com>
8807
8808         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
8809         for #ifndef HAVE_XVIDEO.
8810
8811 2005-01-24  Jeffrey C. Ollie
8812
8813         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
8814
8815         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
8816         * ext/gsm/gstgsmdec.h:
8817         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
8818         * ext/gsm/gstgsmenc.h:
8819         Fix rate to 8kHz as per spec, removes obscure errors when no rate
8820         was given by property. Add proper buffer timestamps and offsets.
8821
8822 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8823
8824         * gst-libs/gst/riff/riff-media.c:
8825         (gst_riff_create_audio_caps_with_data):
8826           Audio can be <8000Hz.
8827
8828 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8829
8830         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8831           Explicit state change to workaround refcount bugs.
8832
8833 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8834
8835         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
8836         (gst_avimux_riff_get_avi_header):
8837           Fix...
8838
8839 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8840
8841         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
8842         (gst_riff_read_element_data):
8843         * gst-libs/gst/riff/riff-read.h:
8844           Add _peek version (req'ed in CDXA).
8845         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
8846         (gst_cdxaparse_loop):
8847           Fix parsing in playbin.
8848         * gst/playback/gstdecodebin.c: (close_pad_link):
8849           Ignore current_ pads, they cause major annoyance.
8850
8851 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8852
8853         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8854           Safety guard.
8855
8856 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8857
8858         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
8859           Fix padding...
8860
8861 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8862
8863         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
8864           Allow for 0-sized buffers. Fixes length query problems in
8865           starwars.mkv from the testsuite.
8866
8867 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
8868
8869         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
8870         (gst_video_box_i420), (gst_video_box_chain):
8871           Fix row strides for I420 (fixes #163159)
8872           
8873 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8874
8875         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
8876           MPEG2 has a useful rate property, so we can actually use that.
8877           For MPEG-1, continue using the bytes/time properties.
8878
8879 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8880
8881         * gst-libs/gst/riff/riff-media.c:
8882         (gst_riff_create_video_caps_with_data),
8883         (gst_riff_create_video_template_caps):
8884           Add intel-h263.
8885
8886 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8887
8888         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
8889           Fail if caps negotiation fails. Should fix #162184, and should
8890           definately be in there regardless of it fixing the actual bug.
8891         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
8892         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
8893         (gst_avimux_riff_get_avix_header),
8894         (gst_avimux_riff_get_video_header),
8895         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
8896         (gst_avimux_start_file), (gst_avimux_handle_event),
8897         (gst_avimux_change_state):
8898         * gst/avi/gstavimux.h:
8899           Refactor structure writing to use GST_WRITE_UINT macros, add
8900           metadata writing support.
8901
8902 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8903
8904         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
8905           Elements may already be destroyed when this function is called.
8906
8907 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8908
8909         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
8910         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
8911           More memory leak fixes (#149162).
8912
8913 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8914
8915         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
8916         (gst_qtdemux_add_stream):
8917           Fix two memleaks.
8918
8919 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8920
8921         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
8922           Argh...
8923
8924 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8925
8926         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
8927           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
8928           when fixating to six channels in Totem.
8929
8930 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
8931
8932         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
8933           Fix compile warnings on Solaris 10 buildbot
8934
8935 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
8936
8937         * ext/dvdread/dvdreadsrc.c: (_read):
8938           Don't read beyond the last cell in a chapter (fixes 
8939           invalid memory access)
8940
8941 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
8942
8943         * ext/dvdread/stream_labels.c:
8944         (dvdreadsrc_get_audio_stream_labels):
8945           Use NULL for an empty GList instead of g_list_alloc(); fix 
8946           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
8947           of GString (easier to bulk free later)
8948
8949 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
8950
8951         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8952
8953         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8954         (gst_ffmpeg_pixfmt_to_caps):
8955           Fix BGRA32 caps (#164209).
8956
8957 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
8958
8959         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8960
8961         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8962         (gst_ffmpeg_caps_to_pixfmt):
8963           alpha_mask can be RGBA/ABGR. Fixes #164265.
8964
8965 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
8966
8967         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8968
8969         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
8970         (gst_mpeg2dec_alloc_buffer):
8971         * ext/mpeg2dec/gstmpeg2dec.h:
8972           Crop if decoding size is not the actual image size (#163676).
8973
8974 2005-01-17  Steve Baker  <steve@stevebaker.org>
8975
8976         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8977
8978         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
8979         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
8980           Add libsndfile typefind functions (#163309).
8981
8982 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8983
8984         * tools/gst-launch-ext-m.m:
8985           Add .aac, fix .m1v/.m2v (#163891).
8986
8987 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8988
8989         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
8990           Sanity check, don't wait endlessly since the clock might not
8991           actually run at this point (which is a deadlock). Fixes #164069.
8992
8993 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8994
8995         * gst/playback/gstplaybasebin.c: (probe_triggered):
8996           Of course, only pause if group is done...
8997
8998 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8999
9000         * gst/playback/gstplaybasebin.c: (probe_triggered):
9001           Thread safety.
9002
9003 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
9004
9005         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
9006           Don't return state change success when the parent
9007           failed.
9008
9009 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9010
9011         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
9012           Free events (fix memleak in #162905).
9013
9014 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
9015
9016         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9017
9018         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9019         (gst_ffmpeg_caps_to_pixfmt):
9020           Fix for depth = 15. Fixes #161675.
9021
9022 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9023
9024         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9025           Set FPS correctly, even for webcams and the like.
9026         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
9027           Don error on setting while capturing.
9028
9029 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9030
9031         * ext/dv/gstdvdec.c:
9032         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
9033         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
9034           I'm a bad boy. using /1001. to force C to do float division
9035           and not integer division (as it did in my last commit)
9036           Thanks to David I. Lehn for pointing this mistake.
9037
9038 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9039
9040         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
9041           Revert Johan??s 1.35->1.36 since it breaks compat.
9042
9043 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9044
9045         * ext/dv/gstdvdec.c:
9046         * ext/libfame/gstlibfame.c:
9047         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
9048         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
9049           replace framerate aproximations by their real value
9050           (24000/1001, 30000/1001, 60000/1001)
9051           Finish fixing bug #164049
9052
9053 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9054
9055         * ext/ogg/gstoggmux.c:
9056           eos/bos debugging
9057         * gst/tcp/gstmultifdsink.c:
9058         * gst/tcp/gstmultifdsink.h:
9059         * gst/tcp/gsttcp.c:
9060         * gst/tcp/gsttcp.h:
9061         * gst/tcp/gsttcpclientsink.c:
9062         * gst/tcp/gsttcpclientsrc.c:
9063         * gst/tcp/gsttcpserversink.c:
9064         * gst/tcp/gsttcpserversrc.c:
9065           improve reusability of elements after state changes and errors
9066           make multifdsink throw away streamheaders when receiving new ones
9067
9068 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9069
9070         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
9071           Fix for if items are already in list...
9072
9073 2005-01-12  Benjamin Otte  <otte@gnome.org>
9074
9075         * gst/adder/gstadder.c: (gst_adder_loop):
9076           fix adder a bit so it doesn't screw up with events as much anymore
9077
9078 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
9079
9080         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
9081         (pixbufscale_scale), (gst_pixbufscale_chain):
9082         * ext/gdk_pixbuf/pixbufscale.h:
9083           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
9084           to ensure rowstrides are calculated the same way as 
9085           ffmpegcolorspace
9086           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
9087           that we pick up duration and offset also.
9088
9089 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9090
9091         * gst/avi/gstavimux.c: (gst_avimux_class_init),
9092         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
9093           Reusability fixes.
9094
9095 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9096
9097         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
9098         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
9099         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
9100         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
9101           Update flags when requested.
9102
9103 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9104
9105         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
9106           Fix dmix.
9107
9108 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9109
9110         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9111         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
9112         (probe_triggered), (new_decoded_pad), (gen_source_element),
9113         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
9114         * gst/playback/gstplaybasebin.h:
9115         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9116         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
9117         (gst_play_bin_change_state):
9118           Implement group-switch signal for use in apps to clear metadata
9119           cache, clean up subtitle, add suburi property instead of # hack,
9120           some error-out fixes.
9121
9122 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9123
9124         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9125           Debug.
9126         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
9127           If we got a state change in the _get handler, don't return success.
9128
9129 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9130
9131         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
9132         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
9133           Make jpegdec quiet on MJPEG decoding
9134         * gst/asfdemux/README:
9135           Fix mimetypes for MJPEG and H263
9136
9137 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9138
9139         * ext/theora/theoradec.c: (theora_dec_chain):
9140           Fix broken code generation by gcc by swapping arguments.
9141         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9142           Fix \n in debug.
9143
9144 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9145
9146         * TODO:
9147           delete this file, it is by far outdated
9148         * ext/alsa/gstalsa.1: remove
9149         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
9150         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
9151         (gst_alsa_get_caps):
9152           Add HW probing for supported sample rates. Fixes #161704
9153
9154 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9155
9156         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9157           Don't crash, biatch! :).
9158
9159 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9160
9161         * ext/musepack/gstmusepackreader.cpp:
9162         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
9163           Some work on tags - still doesn't work in playbin...
9164         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9165           Handle events...
9166
9167 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9168
9169         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
9170           Also shove tags on kid pads.
9171
9172 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9173
9174         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
9175           Don't bail on unknown events.
9176         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9177           Don't crash on events before negotiation.
9178         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
9179           Send tags on pads, too.
9180         * gst/playback/gststreamselector.c:
9181         (gst_stream_selector_request_new_pad):
9182           Forward events on first pad if no input was selected yet.
9183
9184 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9185
9186         * gst/playback/gstplaybasebin.c: (setup_substreams):
9187           Don't disable streamtype if the stream doesn't exist, since
9188           then playing a video after audio will disable both and nothing
9189           will happen. Fixes the testsuite.
9190
9191 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9192
9193         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
9194         (gst_v4l_xoverlay_set_xwindow_id):
9195         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
9196         (gst_v4l2_xoverlay_set_xwindow_id):
9197           Add debug categories, fix overlay disabling.
9198
9199 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9200
9201         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
9202         * ext/alsa/gstalsa.h:
9203           Add HW probing for period_count/size and buffer_size MIX/MAX
9204           Adjust default/user defined value if out of bounds
9205           Should fix bug #162024
9206
9207 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9208
9209         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
9210           Fix warning (#161191).
9211
9212 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9213
9214         * ext/dvdread/stream_labels.c:
9215         (dvdreadsrc_get_audio_stream_labels):
9216           Fix warning (init the good variable in switch default)
9217
9218 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
9219
9220         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9221
9222         * gst/tta/gstttaparse.c: (gst_tta_src_event):
9223           Fix gcc-2.95 compile (#163485).
9224
9225 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9226
9227         * configure.ac:
9228         * ext/flac/gstflacenc.c: (gst_flacenc_init),
9229         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
9230         (gst_flacenc_tell_callback), (gst_flacenc_chain),
9231         (gst_flacenc_change_state):
9232         * ext/flac/gstflacenc.h:
9233           Update for API change in flac-1.1.1. Update requirement in
9234           configure.ac. Fixes #162974.
9235
9236 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9237
9238         * gst/playback/gstplaybasebin.c: (group_destroy):
9239           Remove hack to get rid of assert and get rid of unlinked
9240           signals properly.
9241
9242 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9243
9244         * gst/playback/gstplaybasebin.c: (setup_source):
9245           Set source to NULL so that resources are free'ed. Fixes issues
9246           with playback of CDDA and similar device-accessing things.
9247
9248 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9249
9250         * testsuite/embed/Makefile.am:
9251           test->noinst, fix make test in buildbot.
9252
9253 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9254
9255         * ext/dvdread/stream_labels.c: new file
9256         * ext/dvdread/stream_labels.h: new file
9257         * ext/dvdread/Makefile.am:
9258         * ext/dvdread/dvdreadsrc.c: (_seek_title):
9259           Extract audio stream label from DVD IFO files.
9260           It only dump them on the console for now, still have to
9261           make playbin aware of them.
9262
9263 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9264
9265         * gst/playback/gstplaybasebin.c: (setup_source):
9266           Fix hanging subs.
9267
9268 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9269
9270         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9271         (gen_preroll_element), (remove_groups), (setup_subtitle),
9272         (gen_source_element), (setup_source):
9273         * gst/playback/gstplaybasebin.h:
9274           Multiple .sub files is just a stupid idea... Fix some threading
9275           mistakes. Interestingly, external .sub files cause playbin to
9276           hang, I don't know why... Parsing fixes contributed by Fran??ois
9277           Kooman <fkooman@tuxed.net>.
9278
9279 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9280
9281         * testsuite/embed/Makefile.am:
9282           Fix buildbot.
9283
9284 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
9285
9286         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9287
9288         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
9289         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
9290         (gst_pngenc_set_property):
9291         * ext/libpng/gstpngenc.h:
9292           Add compression level property (#163323).
9293
9294 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9295
9296         * configure.ac:
9297         * examples/capsfilter/capsfilter1.c: (main):
9298         * examples/seeking/spider_seek.c: (make_spider_pipeline):
9299         * ext/dvdread/Makefile.am:
9300         * ext/dvdread/demo-play:
9301         * ext/dvdread/demo-play.c:
9302         * gconf/gstreamer.schemas.in:
9303         * gst-libs/gst/gconf/gconf.c:
9304         * sys/v4l/TODO:
9305         * testsuite/Makefile.am:
9306         * testsuite/embed/Makefile.am:
9307         * testsuite/embed/embed.c: (cb_expose), (main):
9308           Remove all references to xvideosink, fix examples (#140845).
9309         * gst/playback/gstplaybasebin.c: (group_destroy):
9310           Apparently, disposal does not unlink - so do explicitely.
9311         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9312           Add debug.
9313
9314 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
9315
9316         * README: fix PKG_CONFIG_PATH instructions, what was there
9317         previously was breaking default search path, not nice. 
9318         Fixes #163358
9319
9320 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9321
9322         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
9323         (gst_audioscale_chain):
9324           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
9325           when resampling - how the ^@$^!@^! is this possible?!?
9326
9327 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9328
9329         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
9330           Reset variables on READY.
9331         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
9332         (gst_matroska_mux_loop):
9333           Require data before writing header.
9334
9335 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
9336
9337         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9338
9339         * ext/mad/gstmad.c: (gst_mad_chain):
9340           Don't call mad_stream_sync() directly after recovering sync.
9341           Fixes #151661.
9342
9343 2005-01-09  Martin Eikermann  <meiker@upb.de>
9344
9345         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9346
9347         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
9348         (snapshot_handler), (gst_snapshot_sinkconnect),
9349         (gst_snapshot_chain):
9350           Allocate resources when required, fix recursive signal emission
9351           and fix caps. Fixes #161667.
9352
9353 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
9354
9355         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9356
9357         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
9358         (gst_pngdec_chain):
9359           Handle only 8-bppc (bits-per-pixel-component) images, better
9360           error handling and correct strides. Fixes #163177.
9361         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
9362         (gst_pngenc_chain):
9363           Better error handling. Fixes #163348.
9364
9365 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9366
9367         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
9368         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
9369         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
9370         (dvdnavsrc_uri_handler_init):
9371           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
9372         * gst/playback/gstplaybasebin.c: (gen_source_element):
9373           Add MMS to streaming URIs.
9374
9375 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9376
9377         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
9378         * sys/xvimage/xvimagesink.c:
9379         (gst_xvimagesink_navigation_send_event):
9380           Check for pad availability before sending event.
9381
9382 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9383
9384         * gst-plugins.spec.in:
9385           Add subparse.
9386
9387 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9388
9389         * configure.ac:
9390           Since we use functions from CVS, up requirement.
9391
9392 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9393
9394         * gst/playback/Makefile.am:
9395         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9396         (group_destroy), (group_commit), (group_is_muted),
9397         (gen_preroll_element), (add_stream), (unknown_type),
9398         (probe_triggered), (preroll_unlinked), (mute_stream),
9399         (silence_stream), (new_decoded_pad), (setup_substreams),
9400         (setup_source), (get_active_source), (mute_group_type),
9401         (muted_group_change_state), (set_active_source),
9402         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
9403         (play_base_eos), (gst_play_base_bin_change_state):
9404         * gst/playback/gstplaybasebin.h:
9405         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9406         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9407         (gst_stream_info_dispose), (stream_info_mute_pad),
9408         (stream_info_change_state), (gst_stream_info_set_mute):
9409         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
9410         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
9411         (gst_stream_selector_init), (gst_stream_selector_dispose),
9412         (gst_stream_selector_get_linked_pad),
9413         (gst_stream_selector_get_caps), (gst_stream_selector_link),
9414         (gst_stream_selector_get_linked_pads),
9415         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9416         * gst/playback/gststreamselector.h:
9417           Adding stream selection support plus required properties for
9418           applications to use this. Fully fixes #100931.
9419
9420 2005-01-08  Benjamin Otte  <otte@gnome.org>
9421
9422         * gst/games/gstpuzzle.c: (nav_event_handler):
9423           - handle nav events differently: forward every event no matter if it
9424             was handled or not.
9425           - translate events
9426           You can now cheat by using navigationtest ! puzzle and moving the
9427           mouse close to the edge of a tile. ;)
9428
9429 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9430
9431         * configure.ac:
9432         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
9433         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
9434         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
9435         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
9436         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
9437         (gst_ogm_parse_plugin_init):
9438         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
9439         (gst_textoverlay_link), (gst_textoverlay_getcaps),
9440         (gst_textoverlay_event), (gst_textoverlay_video_chain),
9441         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
9442         * ext/pango/gsttextoverlay.h:
9443         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9444         (gst_matroska_demux_handle_seek_event),
9445         (gst_matroska_demux_sync_streams),
9446         (gst_matroska_demux_parse_blockgroup),
9447         (gst_matroska_demux_subtitle_caps),
9448         (gst_matroska_demux_plugin_init):
9449         * gst/matroska/matroska-ids.h:
9450         * gst/playback/gstdecodebin.c: (close_pad_link):
9451         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9452         (gen_preroll_element), (remove_groups), (add_stream),
9453         (new_decoded_pad), (setup_subtitles), (gen_source_element),
9454         (setup_source):
9455         * gst/playback/gstplaybasebin.h:
9456         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
9457         * gst/subparse/Makefile.am:
9458         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
9459         (gst_subparse_base_init), (gst_subparse_class_init),
9460         (gst_subparse_init), (gst_subparse_formats),
9461         (gst_subparse_eventmask), (gst_subparse_event),
9462         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
9463         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
9464         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
9465         (parse_mpsub_deinit), (parse_mpsub_init),
9466         (gst_subparse_buffer_format_autodetect),
9467         (gst_subparse_format_autodetect), (gst_subparse_loop),
9468         (gst_subparse_change_state), (gst_subparse_type_find),
9469         (plugin_init):
9470         * gst/subparse/gstsubparse.h:
9471         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
9472         (plugin_init):
9473           Add subtitle support, .sub parser (supports SRT and MPsub),
9474           OGM text support, Matroska UTF-8 text support, deadlock fixes
9475           all over the place, subtitle awareness in decodebin/playbin
9476           and some fixes to textoverlay to handle subtitles in a stream
9477           correctly. Fixes #100931.
9478
9479 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9480
9481         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9482           Check for pad availability before doing a query on it.
9483
9484 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9485
9486         * ext/dv/gstdvdec.c:
9487           really fix bpp24/32 dvdec caps (classic rgba indeed)
9488         * gst/asfdemux/gstasfdemux.c:
9489         (gst_asf_demux_process_ext_content_desc):
9490           don't send text tags if they are empty (bis repetita)
9491
9492 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9493
9494         * ext/dv/gstdvdec.c:
9495          remove unneeded comment from dvdec
9496           (related to DV 4CC codes in AVI files)
9497           moved them in gstreamer/docs/random/mimetypes
9498         * gst/asfdemux/gstasfdemux.c:
9499         (gst_asf_demux_process_ext_content_desc):
9500          don't send text tags if they are empty
9501          fix mem leak on error path
9502         * gst/ffmpegcolorspace/avcodec.h:
9503         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9504         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9505         (gst_ffmpegcsp_avpicture_fill):
9506         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
9507         * gst/ffmpegcolorspace/imgconvert_template.h:
9508          adds BGR32 and BGRA32 to ffmpegcolorspace
9509           (still bad colors, fixing it on next commit)
9510           helps with dvdec outputing BGR32
9511
9512 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9513
9514         * ext/dv/gstdvdec.c:
9515          Fix audio caps i just broke (missing ',')
9516         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
9517         (gst_matroska_mux_reset):
9518          Fix typo + add FIXME about old "x-gst-metadata" crap
9519
9520 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9521
9522         * ext/dv/demo-play.c: (main):
9523          xvideosink -> xvimagesink
9524         * ext/dv/gstdvdec.c:
9525          change rgb 32/32 caps to 24/32 (no alpha)
9526          change nb of channels to be a list (2 or 4, not 2)
9527          change sample rate to be a list (32, 44.1, 48 kHz) not a range
9528         * gst/asfdemux/gstasfdemux.c:
9529         (gst_asf_demux_process_ext_content_desc):
9530          Add 'date/year' to extracted metadata list
9531
9532 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9533
9534         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
9535           The return value of fixate_to does not imply that the requested
9536           value was set, so don't assume.
9537
9538 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
9539
9540         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9541
9542         * ext/libpng/gstpngdec.c:
9543         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
9544         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
9545         * ext/libpng/gstpngenc.h:
9546           Alpha support (encoder; #163161), mime fixage.
9547
9548 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
9549
9550         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9551
9552         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
9553         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
9554         (gst_faac_set_property), (gst_faac_get_property):
9555         * ext/faac/gstfaac.h:
9556           Allow for ADTS output (#153434).
9557
9558 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9559
9560         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9561           Fix against template (#150576).
9562
9563 2005-01-06  Benjamin Otte  <otte@gnome.org>
9564
9565         * gst/games/gstpuzzle.c: (draw_puzzle):
9566           don't draw a puzzle if either width or height of tiles would be 0.
9567
9568 2005-01-06  Benjamin Otte  <otte@gnome.org>
9569
9570         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
9571         (gst_puzzle_class_init), (gst_puzzle_finalize):
9572           no memleaks, please
9573         (gst_puzzle_create), (gst_puzzle_init),
9574         (gst_puzzle_set_property), (gst_puzzle_setup):
9575           change initialization code around so we don't reshuffle on resize
9576         (draw_puzzle):
9577           fix another stupid typo
9578
9579 2005-01-06  Benjamin Otte  <otte@gnome.org>
9580
9581         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
9582           fix stupid typo that borked copying on YUY2
9583
9584 2005-01-06  Benjamin Otte  <otte@gnome.org>
9585
9586         * gst/games/gstpuzzle.c: (draw_puzzle):
9587           fix edges when image sizes aren't multiples of tile sizes
9588
9589 2005-01-06  Benjamin Otte  <otte@gnome.org>
9590
9591         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
9592           make RGB endianness work correctly
9593         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
9594           refactor and fix race with initial shuffling
9595         (nav_event_handler):
9596           allow using the mouse to puzzle
9597         (draw_puzzle):
9598           insist on tiles having width and height as multiples of 4 to get
9599           clean YUV image handling
9600         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9601         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
9602           s/DEBUG/LOG/ for common messages
9603         (gst_xvimagesink_navigation_send_event):
9604           fix mouse event translation to not include screen PAR
9605         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
9606           fix mouse event translation to actually work
9607
9608 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9609
9610         * gst/asfdemux/gstasfdemux.c:
9611         (gst_asf_demux_process_ext_content_desc):
9612          Extract TrackNumber metadata + clean up code
9613         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
9614          Hope this is the good fix (var used unitialised)
9615
9616 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9617
9618         * ext/faad/gstfaad.c: (gst_faad_chain):
9619           Only increment timestamp if it's valid. Fixes raw AAC streams.
9620
9621 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9622
9623         * configure.ac:
9624         * gst/games/Makefile.am:
9625         * gst/games/gstpuzzle.c:
9626           add a puzzle game with...
9627         * gst/games/gstvideoimage.c:
9628         * gst/games/gstvideoimage.h:
9629           ... full colorspace support (that includes YUV9 and RGB16)) stolen
9630           from videotestsrc and made into something that would be a nice
9631           library for a lot of other plugins.
9632
9633 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9634
9635         * configure.ac:
9636          don't compile faad plugin if a RC of 2.0 is found
9637          Fixes #155346 (and FC1 buildbot)
9638         * gst/asfdemux/gstasfdemux.c:
9639         (gst_asf_demux_process_ext_content_desc):
9640          try to make Solaris compiler happier
9641
9642 2005-01-06  Paul Jack  <pjack@sfaf.org>
9643
9644         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9645
9646         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
9647           Fix segfault (#161667).
9648
9649 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9650
9651         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9652           Fix framerate reporting.
9653
9654 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9655
9656         * gst-libs/gst/riff/riff-ids.h:
9657         * gst/wavenc/riff.h:
9658          Add AMR (VBR and CBR) ids to riff.h audio codec list
9659         * gst/asfdemux/gstasfdemux.c:
9660         (gst_asf_demux_process_ext_content_desc),
9661         (gst_asf_demux_process_object):
9662           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
9663
9664 2005-01-05  Martin Eikermann  <meiker@upb.de>
9665
9666         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9667
9668         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
9669         (gst_dvd_demux_handle_discont):
9670         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
9671         (gst_mpeg_demux_handle_discont):
9672           Recreate pads on new-media (#160730).
9673         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
9674           Send discont even if manager changes timestamps (#161929).
9675
9676 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
9677
9678         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9679
9680         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
9681           Fix invalid memory access (#159211).
9682
9683 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9684
9685         * examples/gstplay/player.c: (main):
9686           Don't iterate.
9687         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
9688           Add visualizations.
9689         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
9690         (gst_a52dec_handle_frame):
9691           Set duration.
9692         * ext/dvdnav/gst-dvd:
9693           Add audioconvert. Fixes #161325.
9694         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
9695           Explicitely case to gint64. Possible valgrind error.
9696         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
9697         (gst_play_tick_callback), (gst_play_change_state),
9698         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
9699         (gst_play_set_location), (gst_play_get_location),
9700         (gst_play_seek_to_time), (gst_play_set_data_src),
9701         (gst_play_set_video_sink), (gst_play_set_audio_sink),
9702         (gst_play_set_visualization), (gst_play_connect_visualization),
9703         (gst_play_get_framerate), (gst_play_get_all_by_interface),
9704         (gst_play_new):
9705           Use playbin. Fixes #139749 and #147744.
9706         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
9707           Add genre tag.
9708         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
9709         (audioscale_get_type), (gst_audioscale_base_init),
9710         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
9711         (gst_audioscale_getcaps), (gst_audioscale_fixate),
9712         (gst_audioscale_link), (gst_audioscale_get_buffer),
9713         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
9714         (gst_audioscale_init), (gst_audioscale_dispose),
9715         (gst_audioscale_chain), (gst_audioscale_set_property),
9716         (gst_audioscale_get_property), (plugin_init):
9717           Indent properly.
9718         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
9719           Fix LPCM.
9720         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
9721         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
9722         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
9723           Add more metadata (fixes #162656).
9724
9725 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9726
9727         * configure.ac:
9728           back to cvs
9729
9730 === release 0.8.7 ===
9731
9732 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9733
9734         * NEWS:
9735         * RELEASE:
9736         * configure.ac:
9737           releasing 0.8.7, "Hyperspace"
9738
9739 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9740
9741         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9742
9743         * gst/playback/gstplaybasebin.c:
9744          Fix for #162924 - free caps after use, not before
9745
9746 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
9747
9748         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
9749
9750         * gst/playback/gstplaybasebin.c:
9751         * gst/wavparse/gstwavparse.c:
9752           Fix for #154773 - fixes playback of small .wav files
9753
9754 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9755
9756         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
9757
9758         * gst/audioscale/gstaudioscale.c:
9759           Fix for #162819 - make audioscale reusable
9760           Fixes playback of more than one file with playbin/totem
9761
9762 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9763
9764         * gst/ffmpegcolorspace/avcodec.h:
9765         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9766         * gst/ffmpegcolorspace/imgconvert.c:
9767           clean up the mess that made me cry and avoid needless duplication
9768
9769 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9770
9771         * gst/ffmpegcolorspace/imgconvert.c:
9772           give some indication of why we're segfaulting
9773
9774 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9775
9776         * configure.ac:
9777           Fix indentation, fix v4l2 plugin detection.
9778         * ext/Makefile.am:
9779           Fix libmms location (Maciej, use diff -u!).
9780         * ext/alsa/gstalsa.c: (gst_alsa_init):
9781           Initialize caps cache to NULL.
9782         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
9783           Only change state on audiosink if it exists.
9784
9785 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
9786
9787         * gst/matroska/matroska-demux.c:
9788         * gst/matroska/matroska-ids.h:
9789         * gst/matroska/matroska-demux.h:
9790         Fix Vorbis streams failing to decode in some files, where cluster_time
9791         isn't 0, because then it doesn't send codec_priv before actual data.
9792         Remove time-based test and replace it with marker set on beginning of
9793         new stream
9794
9795 2004-12-28  David Schleef  <ds@schleef.org>
9796
9797         Merge patch from Ronald fixing problems with streaming
9798         text.
9799         * ext/cairo/gstcairo.c: (plugin_init):
9800         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
9801         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
9802         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
9803         (gst_textoverlay_font_init), (gst_textoverlay_init),
9804         (gst_textoverlay_set_property):
9805         * ext/cairo/gsttextoverlay.h:
9806
9807 2004-12-27  David Schleef  <ds@schleef.org>
9808
9809         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
9810         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
9811         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
9812         (gst_textoverlay_font_init), (gst_textoverlay_init),
9813         (gst_textoverlay_set_property): Improvements to actually
9814         render text as white on black outline on video, including
9815         font selection and horizontal/vertical alignment.  (Ronald's
9816         christmas present)
9817         * ext/cairo/gsttextoverlay.h:
9818
9819 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9820
9821         * ext/ogg/gstogg.c:
9822         * ext/ogg/gstogmparse.c:
9823           fix ogm[audio/video]parse plugin registration
9824           (riff won't load if bytestream is already loaded)
9825
9826 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9827
9828         * gst/audioconvert/gstchannelmix.c:
9829           fix for GLIB < 2.4
9830
9831 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9832
9833         * Makefile.am:
9834         * configure.ac:
9835           disable docs again until it actually passes make distcheck.
9836
9837 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9838
9839         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
9840         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
9841         (plugin_init):
9842           Add 3GP (variables name Q3GP because they can't start with a
9843           number). Add samr audio fourcc (used in .3gp files), decoder
9844           is work in progress. Also do a GST_WARNING instead of ERROR
9845           in case of unknown nodes, to decrease output.
9846
9847 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9848
9849         * Makefile.am:
9850           really fix dist
9851
9852 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9853
9854         * configure.ac:
9855         * ext/speex/gstspeexdec.h:
9856         * ext/speex/gstspeexenc.h:
9857           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
9858           Fix detection code in configure.ac
9859
9860 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9861
9862         * gst/matroska/matroska-demux.c:
9863         (gst_matroska_demux_parse_blockgroup):
9864           Save position, so that queries give proper return values. Don't
9865           know how this could ever have worked before...
9866
9867 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9868
9869         * configure.ac:
9870           Put additional LAME check inside the conditional.  Fixes #152339
9871
9872 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9873
9874         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9875         (gst_avi_demux_stream_scan):
9876           Add some more debug. Fix logic error when setting movi offset
9877           while reading index.
9878
9879 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9880
9881         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9882         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
9883         (gst_avi_demux_process_next_entry):
9884           Add some debugging. Better detection of broken indexes and the
9885           accompanying index recovery. No infinite loops on state changes
9886           when we're still in our loopfunction.
9887
9888 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9889
9890         * configure.ac:
9891           Fix up.
9892
9893 2004-12-22  Archana Shah  <archana.shah@wipro.com>
9894
9895         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9896
9897         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
9898           Normalizing the value before setting
9899         (gst_sunaudiomixer_get_volume):
9900           Normalizing the value after getting. Fixes bug# 161980
9901
9902 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
9903
9904         * Makefile.am: Make sure docs gets disted
9905         * docs/Makefile.am: Make sure all needed files get disted
9906         * gst-plugins.spec.in: latest updates
9907
9908 2004-12-22  Wim Taymans  <wim@fluendo.com>
9909
9910         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
9911         Revert patch 1.38 as clock distribution over schedulers does
9912         not work correcly in the core yet.
9913
9914 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9915
9916         * sys/oss/README: remove this file, which predates my birth
9917           (and which content is by far outdated)
9918
9919 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
9920
9921         * Makefile.am:
9922         * configure.ac:
9923         * docs/Makefile.am:
9924         * docs/libs/Makefile.am:
9925         * docs/libs/gst-plugins-libs-docs.sgml:
9926         * docs/libs/gst-plugins-libs-sections.txt:
9927         * docs/libs/tmpl/gstgconf.sgml:
9928         * docs/upload.mak:
9929         * docs/version.entities.in:
9930           Added boilerplate gtk-doc files for plugin-libs documentation.
9931
9932 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9933
9934         * gst/auparse/gstauparse.c: fix int and float audio caps
9935
9936 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9937
9938         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
9939         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
9940           g_assert() can be a macro, don't use #ifdef inside it.
9941
9942 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
9943
9944         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9945
9946         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
9947         (gst_videorate_init), (gst_videorate_chain),
9948         (gst_videorate_change_state):
9949           Event handling (fixes #159986).
9950
9951 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9952
9953         * gst-libs/gst/riff/riff-media.c:
9954         (gst_riff_create_video_caps_with_data):
9955           Add BLZ0 (Blizzard's version of DivX) fourcc.
9956
9957 2004-12-18  David Schleef  <ds@schleef.org>
9958
9959         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
9960         portability fix.
9961
9962 2004-12-18  David Schleef  <ds@schleef.org>
9963
9964         * gst/tta/ttadec.h: Disable some header code that isn't used
9965         and clearly isn't portable.
9966
9967 2004-12-18  David Schleef  <ds@schleef.org>
9968
9969         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
9970         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
9971         (avcodec_get_pix_fmt), (avpicture_layout),
9972         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
9973         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
9974         Fix code to not use GCC extensions (and c99 extensions that
9975         Forte does not like.)
9976
9977 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9978
9979         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9980
9981         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
9982         (gst_deinterlace_chain):
9983           Rowstride fixes. Fixes #161039.
9984         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
9985         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
9986         (gst_video_crop_getcaps), (gst_video_crop_link),
9987         (gst_video_crop_i420), (gst_video_crop_chain),
9988         (gst_video_crop_change_state):
9989           Rework of negotiation. Actually works now. Fixes #158650.
9990
9991 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9992
9993         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
9994           That was very stupid.
9995
9996 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9997
9998         * gst/matroska/matroska-demux.c:
9999         (gst_matroska_demux_parse_blockgroup):
10000           Fix possible crasher.
10001
10002 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10003
10004         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
10005         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
10006           Lace sizes can be zero.
10007
10008 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10009
10010         * ext/musepack/gstmusepackdec.cpp:
10011           Fetch error return values. Fixes #161624.
10012         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
10013           Really EOS.
10014
10015 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10016
10017         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
10018           Work for truncated (unfinished download etc.) files. Fixes #160514.
10019
10020 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10021
10022         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10023           Fix for integer overflow. Makes #156001 not crash. Probably masks
10024           the real bug.
10025
10026 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10027
10028         * gst/ac3parse/gstac3parse.c: (plugin_init):
10029           Parsers never have ranks. Fixes #159651.
10030
10031 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10032
10033         * gst/playback/gstdecodebin.c: (compare_ranks):
10034           make sure the facotries are ordered the same every time even if they
10035           have the same rank by using the name
10036         * gst/playback/gstdecodebin.c: (find_compatibles):
10037           make sure we don't add factories to the list twice
10038
10039 2004-12-16  David Schleef  <ds@schleef.org>
10040
10041         * configure.ac: look for musepack headers as musepack/*.h
10042         (fixes #159847)
10043         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
10044         * ext/musepack/gstmusepackreader.h: same
10045
10046 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10047
10048         * gst-libs/gst/riff/riff-read.c:
10049         (gst_riff_read_strf_auds_with_data):
10050           Read extradata correctly (fixes #155879).
10051
10052 2004-12-16  David Schleef  <ds@schleef.org>
10053
10054         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
10055         audio.  does _not_ attempt or allow conversion unless channels
10056         is 1 or 2.
10057
10058 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10059
10060         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
10061
10062 2004-12-16  David Schleef  <ds@schleef.org>
10063
10064         * gst/audioscale/gstaudioscale.c: the resample library only
10065         handles 1 or 2 channels.  Change caps to compensate.
10066
10067 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10068
10069         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
10070         (gst_matroska_demux_audio_caps):
10071           Some MPEG-AAC hacks, because else it doesn't work...
10072
10073 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10074
10075         * gst-libs/gst/riff/riff-media.c:
10076         (gst_riff_create_video_caps_with_data),
10077         (gst_riff_create_video_template_caps):
10078           Add h264.
10079
10080 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10081
10082         * gst-libs/gst/audio/Makefile.am:
10083           Try to fix buildbot.
10084
10085 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10086
10087         * gst/tcp/gstmultifdsink.c:
10088           Clean up and uniformize debugging.
10089
10090 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
10091
10092         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10093
10094         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
10095         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
10096         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
10097         (gst_mpeg_demux_change_state):
10098           Reset on ready. Fixes 160276.
10099
10100 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
10101
10102         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10103
10104         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10105         (gst_ffmpegcsp_pad_link):
10106           Fix memleak (#154815).
10107
10108 2004-12-16  James Bowes  <bowes@cs.dal.ca>
10109
10110         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10111
10112         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
10113         (gst_musicbrainz_init), (gst_musicbrainz_chain),
10114         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
10115         * ext/musicbrainz/gsttrm.h:
10116           Add support for using a proxy server when getting a trm id from
10117           the MusicBrainz database (#149613).
10118
10119 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
10120
10121         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10122
10123         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
10124         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10125           Fix memleaks (#157233).
10126
10127 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
10128
10129         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10130
10131         * gst-libs/gst/resample/resample.c: (gst_resample_close):
10132         * gst-libs/gst/resample/resample.h:
10133         * gst/audioscale/gstaudioscale.c:
10134           Fix memleak (#159215).
10135
10136 2004-12-16  Toni Willberg  <toniw@iki.fi>
10137
10138         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10139
10140         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
10141         * sys/oss/oss_probe.c: (main):
10142           Check for mono/stereo support (similar to samplerate probing),
10143           fixes #159433. Also add missing copyright header to oss_probe.c.
10144
10145 2004-12-15  David Schleef  <ds@schleef.org>
10146
10147         * configure.ac: add audioresample and cairo plugins.  Remove
10148         HAVE_MMX stuff, because it's not used.
10149         * ext/Makefile.am: same
10150         * ext/audioresample/Makefile.am: You are not ready for an
10151         audio resampling element based on audioresample.
10152         * ext/audioresample/gstaudioresample.c:
10153         * ext/audioresample/gstaudioresample.h:
10154         * ext/cairo/Makefile.am: You are not ready for overlay elements
10155         based on cairo.  Don't look too closely, these elements kinda
10156         suck right now.
10157         * ext/cairo/gstcairo.c: new
10158         * ext/cairo/gsttextoverlay.c: new
10159         * ext/cairo/gsttextoverlay.h: new
10160         * ext/cairo/gsttimeoverlay.c: new
10161         * ext/cairo/gsttimeoverlay.h: new
10162         * gst-libs/gst/media-info/media-info-priv.h: fix compile
10163         problem with compilers that don't support variadic macros.
10164
10165 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10166
10167         Reviewed by:  David Schleef  <ds@schleef.org>
10168
10169         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
10170         Bala, registering sunaudiosrc (oops!), and cleaning up code a
10171         bit.  Also ran indent-gst.
10172         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
10173         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
10174         (gst_sunaudiosrc_setparams):
10175
10176 2004-12-14  David Schleef  <ds@schleef.org>
10177
10178         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
10179         output rate to 16000.  Should fix #160235.
10180
10181 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10182
10183         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10184         Add typefinding for mpeg2 pes streams
10185
10186 2004-12-13  David Schleef  <ds@schleef.org>
10187
10188         * configure.ac:  Applied patch from bug #143659, making default
10189         sources and sinks OS-dependent (for Solaris), and added code
10190         for OS/X.
10191         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
10192
10193 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10194
10195         * gst-libs/gst/riff/riff-media.c:
10196           forgot to add h2.64 to avidemux template caps
10197
10198 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10199
10200         * gst/wavenc/riff.h:
10201         * gst-libs/gst/riff/riff-media.c:
10202         * gst-libs/gst/riff/riff-ids.h:
10203         * gst/avi/gstavimux.c
10204         add 4CC code for VideoSoft h264 in AVI (VSSH)
10205           fixes bug #160655
10206         remove s323 from riff, it's quicktime specific :(
10207
10208 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10209
10210         * gst/asfdemux/README
10211         * gst/wavenc/riff.h
10212         * gst-libs/gst/riff/riff-ids.h
10213         * gst-libs/gst/riff/riff-media.c
10214         * gst/qtdemux/qtdemux.c:
10215           add new 4CC codes for h263 related codecs
10216           fixes partially bug #155163
10217
10218 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
10219
10220         * configure.ac: Update polyaudio requirement to 0.7
10221         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
10222
10223 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10224
10225         * gst/interleave/deinterleave.c:
10226         fix my name's spelling! :)
10227
10228 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10229
10230         * AUTHORS ChangeLog
10231         * gst/auparse/gstauparse.c
10232         * gst/interleave/deinterleave.c
10233         * gst/law/:
10234                 alaw-decode.c alaw-encode.c
10235                 mulaw-decode.c mulaw-encode.c
10236         * gst/oneton/gstoneton.c
10237         * sys/osxaudio/:
10238                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
10239         * sys/osxvideo/:
10240                 cocoawindow.h cocoawindow.m
10241                 osxvideosink.h osxvideosink.m
10242
10243         put the same mail address for Zaheer Abbas Merali everywhere
10244
10245 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10246
10247         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
10248           Align by packetsize, and assert that we a packet available before
10249           playing. The first makes webstreams work (they often include
10250           trailing padding data in a packet), the second allows pausing a
10251           ASF stream in totem without getting demux errors afterwards.
10252
10253 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10254
10255         * ext/ogg/gstoggdemux.c: (get_relative):
10256           Check for non-NULL before accessing member (end-of-chain).
10257
10258 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10259
10260         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
10261         (cdparanoia_set_property), (cdparanoia_get_property):
10262         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
10263         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
10264         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10265         (dvdreadsrc_init), (dvdreadsrc_set_property),
10266         (dvdreadsrc_get_property):
10267         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
10268         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
10269           Synchronize property names where not yet the case. Devices are
10270           now device=X, other versions are deprecated (but still exist).
10271           Also use g_free() unconditionally.
10272         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10273         (setup_source), (gst_play_base_bin_get_property):
10274           Expose source.
10275
10276 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10277
10278         * configure.ac: move GCONF macro outside conditional for the am
10279           conditional. Fixes #160439
10280
10281 2004-12-08  David Schleef  <ds@schleef.org>
10282
10283         * tools/gst-visualise-m.m: Switch to elements that currently
10284         exist.
10285
10286 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10287
10288         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10289           We love wrong commas.
10290
10291 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10292
10293         * gst/matroska/matroska-demux.c:
10294         (gst_matroska_demux_handle_src_query):
10295           Don't set DEFAULT, unsupported - makes length display incorrectly
10296           in some cases.
10297
10298 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10299
10300         * gst/monoscope/README: remove blurb about files being GPL
10301         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
10302         * gst/monoscope/monoscope.c: Change license to BSD with explanation
10303           monoscope is now effectively LGPL licensed
10304
10305 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10306
10307         * gst/monoscope/README: Update information to be more correct
10308         * gst/monoscope/convolve.c: Relicense to LGPL
10309         * gst/monoscope/convolve.h: Relicense to LGPL
10310
10311 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
10312
10313         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
10314           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
10315         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
10316           set default_duration for mpeg1 audio
10317
10318 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10319
10320         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
10321         * ext/alsa/gstalsa.h:
10322           refactor big chunks of the core caps negotiation code to make it
10323           a lot faster, because people claim it's really slow
10324           (actually, just cache the getcaps when the device is opened)
10325
10326 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10327
10328         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
10329         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
10330         (gst_a52dec_handle_frame), (gst_a52dec_chain),
10331         (gst_a52dec_change_state), (plugin_init):
10332         * ext/a52dec/gsta52dec.h:
10333           Do something useful with timestamps. Make chain-based (since
10334           there's really no reason to be loopbased).
10335         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10336           Update current_byte/frame correctly.
10337
10338 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10339
10340         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
10341         (gst_ape_demux_stream_init):
10342           Forward tags, too.
10343
10344 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10345
10346         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
10347           Let's make sure we're done typefinding when detecting tags.
10348
10349 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10350
10351         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
10352         (gst_ebml_read_init), (gst_ebml_read_use_event),
10353         (gst_ebml_read_element_id), (gst_ebml_peek_id),
10354         (gst_ebml_read_seek), (gst_ebml_read_skip),
10355         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
10356         (gst_ebml_read_master):
10357         * gst/matroska/ebml-read.h:
10358         * gst/matroska/matroska-demux.c:
10359         (gst_matroska_demux_parse_contents),
10360         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
10361           Disgustingly evil hack for working around INTERRUPT events and
10362           their extremely annoying habit of being a pain in the ass. We
10363           simply peek a cluster before reading any of it.
10364
10365 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10366
10367         * ext/musepack/gstmusepackdec.cpp:
10368           There's also floating point libmusepacks.
10369
10370 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10371
10372         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
10373         (gst_faad_chanpos_to_gst), (gst_faad_chain):
10374           Set DURATION even if source buffer didn't. Also use increasing
10375           timestamps.
10376         * gst-libs/gst/riff/riff-media.c:
10377         (gst_riff_create_audio_caps_with_data):
10378           Block_align can have larger values than 8192.
10379
10380 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10381
10382         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
10383         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
10384         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
10385         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
10386           Fix caps.
10387
10388 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10389
10390         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
10391           Fix logic bug.
10392
10393 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10394
10395         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
10396           Yay, another one.
10397
10398 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10399
10400         * ext/esd/esdsink.c: (gst_esdsink_chain):
10401           Make error actually say something useful (fixes #156798).
10402         * gst-libs/gst/riff/riff-media.c:
10403         (gst_riff_create_video_caps_with_data),
10404         (gst_riff_create_video_template_caps):
10405           Add Intel Video 5.0 fourcc (IV50).
10406
10407 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
10408
10409         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
10410         detection on mono and stereo mp3 files.
10411
10412 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10413
10414         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10415           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
10416           the contained stream).
10417
10418 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10419
10420         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
10421           Oops, remove debug.
10422
10423 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10424
10425         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10426
10427         * gst/law/alaw-decode.c: (alawdec_getcaps):
10428         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
10429           Prevent warnings when negotiating caps (fixes #159338).
10430
10431 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10432
10433         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10434         (gst_ffmpegcsp_chain):
10435           Remove old leftover that shouldn't be there...
10436
10437 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10438
10439         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10440
10441         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
10442           Don't forward DISCONT events (fixes #159684).
10443
10444 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10445
10446         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
10447           Unlink manually since sometimes bin disposal (and therefore
10448           pad unlinking) is delayed, which will cause a new media file
10449           to not be able to start playing instantly.
10450
10451 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10452
10453         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
10454           On mute of an unlinked stream, check for pad availability so
10455           we don't crash on unlinked pad.
10456
10457 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10458
10459         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10460         (gst_avi_demux_massage_index):
10461           Fix quite humiliating bug in omitting 0-sized index chunks but
10462           forgetting to count them for timestamps.
10463
10464 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10465
10466         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
10467           Actually leave the loop if we failed to sync. Don't crash.
10468
10469 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10470
10471         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
10472         (gst_dvd_demux_process_private):
10473         * gst/mpegstream/gstdvddemux.h:
10474           Fix crash (#159759). Doesn't work, though. :-(.
10475
10476 2004-11-28  Benjamin Otte  <otte@gnome.org>
10477
10478         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
10479           more overwriting protection due to modifying channels one by one
10480           instead of all at once
10481
10482 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10483
10484         * gst/audioconvert/gstchannelmix.c:
10485         (gst_audio_convert_fill_normalize):
10486           Normalize using absolute values.
10487
10488 2004-11-28  Julien MOUTTE  <julien@moutte.net>
10489
10490         * configure.ac:
10491         * ext/Makefile.am:
10492         * ext/directfb/Makefile.am:
10493         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
10494         (gst_directfbvideosink_get_pixel_format),
10495         (gst_directfbvideosink_get_format_from_fourcc),
10496         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
10497         (gst_directfbvideosink_sink_link),
10498         (gst_directfbvideosink_change_state),
10499         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
10500         (gst_directfbvideosink_buffer_alloc),
10501         (gst_directfbvideosink_interface_supported),
10502         (gst_directfbvideosink_interface_init),
10503         (gst_directfbvideosink_navigation_send_event),
10504         (gst_directfbvideosink_navigation_init),
10505         (gst_directfbvideosink_set_property),
10506         (gst_directfbvideosink_get_property),
10507         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
10508         (gst_directfbvideosink_base_init),
10509         (gst_directfbvideosink_class_init),
10510         (gst_directfbvideosink_get_type), (plugin_init):
10511         * ext/directfb/directfbvideosink.h: Adding a first version of
10512         directfbvideosink.
10513         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
10514         more.
10515
10516 2004-11-28  Benjamin Otte  <otte@gnome.org>
10517
10518         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
10519           walk the samples backwards if out_channels > in_channels so we don't
10520           overwrite data
10521
10522 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10523
10524         * gst/audioconvert/Makefile.am:
10525         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
10526         (gst_audio_convert_link), (gst_audio_convert_change_state),
10527         (gst_audio_convert_channels):
10528         * gst/audioconvert/gstchannelmix.c:
10529         (gst_audio_convert_unset_matrix),
10530         (gst_audio_convert_fill_identical),
10531         (gst_audio_convert_fill_compatible),
10532         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
10533         (gst_audio_convert_fill_others),
10534         (gst_audio_convert_fill_normalize),
10535         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
10536         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
10537         * gst/audioconvert/gstchannelmix.h:
10538           Implement a channel mixer.
10539
10540 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
10541
10542         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
10543         * ext/alsa/gstalsa.h:
10544         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
10545         Make alsasink actually honor gst_element_set_clock and use that
10546         clock instead of its internal one.
10547
10548 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
10549
10550         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
10551         (gst_play_base_bin_change_state): nullify source and decoder when
10552         going from READY to NULL so that we don't try to do weird stuff with
10553         them when going from NULL to READY
10554         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
10555         instead of g_object_unref
10556         (gen_video_element), (gen_audio_element): more refcounting fixes, now
10557         it should be correct
10558         (gst_play_bin_change_state): don't call remove_sinks if we are
10559         currently disposing the object
10560
10561 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10562
10563         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
10564           Don't forget bass if it's there. Else left channel is silent...
10565
10566 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10567
10568         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
10569         (gst_a52dec_change_state):
10570           Don't do sample adjusting anymore, we use float audio now.
10571         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
10572           Don't fixate to non-existing properties.
10573
10574 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10575
10576         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
10577         (gst_a52dec_change_state):
10578           Advertise that we can do surround sound.
10579
10580 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10581
10582         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
10583           Add buffer-frames=0.
10584         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
10585         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
10586         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
10587         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
10588         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
10589         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
10590         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
10591         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
10592         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
10593         * ext/dvdread/dvdreadsrc.h:
10594           Add seeking, querying for bytes, sectors, title, angle and
10595           chapter. Handle multiple chapters. Relicense to LGPL because
10596           Billy agreed on that (thanks Billy!).
10597
10598 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
10599
10600         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
10601         call parent dispose method
10602
10603 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
10604
10605         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
10606         (gst_audio_clock_get_internal_time):
10607         Fix active <-> inactive transitions: ensure time value always
10608         grows and avoid abrupt value changes.
10609
10610 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
10611
10612         * configure.ac:
10613         * gst/tta/Makefile.am:
10614         * gst/tta/crc32.h:
10615         * gst/tta/filters.h:
10616         * gst/tta/gsttta.c:
10617         * gst/tta/gstttadec.c:
10618         * gst/tta/gstttadec.h:
10619         * gst/tta/gstttaparse.c:
10620         * gst/tta/gstttaparse.h:
10621         * gst/tta/ttadec.h:
10622           added TTA parser and decoder
10623
10624 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10625
10626         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10627         (probe_triggered), (check_queue), (buffer_underrun),
10628         (buffer_running), (buffer_overrun), (gen_source_element),
10629         (setup_source):
10630         * gst/playback/gstplaybasebin.h:
10631           Implement buffering. Needs some more work.
10632
10633 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10634
10635         * ext/theora/theoradec.c: (theora_dec_chain):
10636           Fix ilog mask range overflow.
10637
10638 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10639
10640         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
10641           Don't omit the last (which in case of dmix is the only :) )
10642           channel count. Don't set channels if <= 2.
10643
10644 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
10645
10646         * gst/playback/gstplaybin.c: (gen_video_element),
10647         (gen_audio_element): Removed 2 obsolete comments
10648
10649 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10650
10651         * ext/vorbis/oggvorbisenc.c
10652         * ext/vorbis/vorbisenc.c :
10653           change description fields of those plugins to differentiate them
10654           (pitivi show Encoders by description, they had the same one)
10655
10656 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
10657
10658         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10659
10660         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
10661         (gst_play_bin_set_property), (gen_video_element),
10662         (gen_audio_element):
10663           Refcounting fixes for provided audio-/videosinks.
10664
10665 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10666
10667         * gst/playback/gstplaybin.c: (gen_video_element),
10668         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
10669           Don't reference all sinks, but only the video- and audiosinks.
10670           The vis. element should be disposed when we're done with it.
10671           We don't have any reason to keep it around. This fixes warnings
10672           when reusing playbin for playing multiple audio files with
10673           vis. enabled. Also release audio device on pause - idea stolen
10674           from Rhythmbox.
10675
10676 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10677
10678         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
10679         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
10680         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
10681         * ext/alsa/gstalsaplugin.c: (plugin_init):
10682         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
10683         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
10684         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
10685         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
10686         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
10687         (gst_faad_change_state), (plugin_init):
10688         * ext/faad/gstfaad.h:
10689         * ext/vorbis/vorbis.c: (plugin_init):
10690         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10691         * gst-libs/gst/audio/Makefile.am:
10692         * gst-libs/gst/audio/audio.c: (plugin_init):
10693         * gst-libs/gst/audio/multichannel.c:
10694         (gst_audio_check_channel_positions),
10695         (gst_audio_get_channel_positions),
10696         (gst_audio_set_channel_positions),
10697         (gst_audio_set_structure_channel_positions_list),
10698         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
10699         (gst_audio_fixate_channel_positions):
10700         * gst-libs/gst/audio/multichannel.h:
10701         * gst-libs/gst/audio/testchannels.c: (main):
10702         * gst/audioconvert/gstaudioconvert.c:
10703         (gst_audio_convert_class_init), (gst_audio_convert_init),
10704         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
10705         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
10706         (gst_audio_convert_fixate), (gst_audio_convert_channels):
10707         * gst/audioconvert/plugin.c: (plugin_init):
10708           Surround sound support.
10709
10710 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10711
10712         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
10713           Fix position for discont if we're close as well. Nitpicking, but
10714           saves a few milliseconds of extra waiting or skipping.
10715
10716 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10717
10718         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
10719           We sometimes need parsers for playback, so add those too.
10720
10721 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10722
10723         * configure.ac:
10724         * gst/apetag/Makefile.am:
10725         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
10726         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
10727         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
10728         (gst_ape_demux_get_src_query_types),
10729         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
10730         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
10731         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
10732         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
10733         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
10734         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
10735         (gst_ape_demux_change_state):
10736         * gst/apetag/apedemux.h:
10737         * gst/apetag/apetag.c: (plugin_init):
10738         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
10739         (plugin_init):
10740           APE v1/2 tag reader plus typefind function.
10741
10742 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10743
10744         * configure.ac:
10745         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
10746         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
10747           Remove hacks for older core. Require newer core version
10748           accordingly.
10749
10750 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10751
10752         * gst/cdxaparse/Makefile.am:
10753         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
10754         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
10755         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
10756         * gst/cdxaparse/gstcdxaparse.h:
10757         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
10758         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
10759         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
10760         (gst_cdxastrip_get_src_query_types),
10761         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
10762         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
10763         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
10764         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
10765         * gst/cdxaparse/gstcdxastrip.h:
10766           SVCD/VCD header stripping separated from CDXA image parsing.
10767         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10768         (plugin_init):
10769           Add VCD/SVCD header typefinding for VCD/SVCD.
10770         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
10771         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
10772         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
10773         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
10774         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
10775         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
10776         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
10777         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
10778         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
10779         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
10780         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
10781         * sys/vcd/vcdsrc.h:
10782           Fix up, add seeking, querying, URI interface. Works in totem now.
10783
10784 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10785
10786         * configure.ac:
10787           back to CVS
10788
10789 === release 0.8.6 ===
10790
10791 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10792
10793         * NEWS:
10794         * RELEASE:
10795         * configure.ac:
10796         * po/af.po:
10797         * po/az.po:
10798         * po/cs.po:
10799         * po/en_GB.po:
10800         * po/hu.po:
10801         * po/it.po:
10802         * po/nb.po:
10803         * po/nl.po:
10804         * po/or.po:
10805         * po/sq.po:
10806         * po/sr.po:
10807         * po/sv.po:
10808         * po/uk.po:
10809           releasing 0.8.6, "IOU Love"
10810
10811 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10812
10813         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
10814
10815         * gst/playback/gstplaybasebin.c:
10816           Fix unplayable files error handling.  Fixes #158365
10817
10818 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10819
10820         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
10821
10822         * gst/typefind/gsttypefindfunctions.c:
10823           Fix broken mp3 typefinding.  Fixes #158375
10824
10825 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10826
10827         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
10828
10829         * ext/ogg/gstoggdemux.c:
10830           Fix sync on broken files.  Fixes #158976
10831
10832 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10833
10834         patch by: Edward Hervey <bilboed@bilboed.com>
10835
10836         * ext/libpng/gstpngenc.c:
10837           Copy over buffer properties.  Fixes #158832
10838
10839 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10840
10841         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
10842
10843         * ext/dvdread/dvdreadsrc.c:
10844           Fixes invalid reads (#158462)
10845
10846 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10847
10848         * sys/v4l/gstv4lsrc.c:
10849         * sys/v4l/gstv4lsrc.h:
10850         * sys/v4l/v4lsrc_calls.c:
10851           Probe less and cache it.  Fixes #159187.
10852
10853 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10854
10855         * gst/videorate/gstvideorate.c:
10856           Handle all video formats. Fixes #159186.
10857
10858 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
10859         * gst/synaesthesia/gstsynaesthesia.c:
10860         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
10861         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
10862         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
10863         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
10864         (gst_synaesthesia_change_state), (plugin_init):
10865         Fix up synaesthesia to work under different samplerates/ buffer sizes.
10866         Force 320x200 output, as that's the only thing the underlying
10867         synaesthesia implementation supports. Still needs to be made
10868         re-entrant.
10869
10870 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10871
10872         * configure.ac:
10873           Fix mpeg2enc configure check (similar to mplex check below).
10874
10875 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
10876
10877         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10878
10879         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10880           Fix for gcc-2.95 (fixes #158221).
10881
10882 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10883
10884         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
10885           Re-add clock distribution hack (until new core is released).
10886           Fixes #158125.
10887
10888 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
10889         * configure.ac:
10890           fix mplex configure check segfaulting on some systems (bug #140994)
10891
10892 2004-11-13  Benjamin Otte  <otte@gnome.org>
10893
10894         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
10895           add debugging
10896         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10897           do a wait when we enter the loop func with no data available to
10898           write instead of getting into an 100% CPU loop by just returning and
10899           being called again by the scheduler
10900
10901 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
10902
10903         * configure.ac:
10904         * ext/libvisual/visual.c: (gst_visual_get_type),
10905         (libvisual_log_handler), (gst_visual_getcaps),
10906         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
10907         (plugin_init):
10908           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
10909         * ext/smoothwave/Makefile.am:
10910         * ext/smoothwave/demo-osssrc.c: (main):
10911         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
10912         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
10913         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
10914         (plugin_init):
10915         * ext/smoothwave/gstsmoothwave.h:
10916           Make gstsmoothwave a working element in the 20th century.
10917
10918         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
10919           Fix incorrect link function
10920
10921 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10922
10923         * gst/volume/gstvolume.c:
10924           Allow buffer-frames=0.
10925
10926 2004-11-12 Iain <iaingnome@gmail.com>
10927
10928         * configure.ac: Check for polypaudio
10929
10930         * ext/Makefile.am: Build the polyp dir
10931
10932         * ext/polyp: The polypsink sources.
10933
10934 2004-10-30 Iain <iaingnome@gmail.com>
10935
10936         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
10937         caps to reflect the new number of channels.
10938
10939 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10940
10941         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10942           Fix for negotiation order problem. This would show when the
10943           ALSA loopfuction was called before any other function. ALSA
10944           wouldn't do anything because we're not negotiated yet, leading
10945           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
10946
10947 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10948
10949         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10950
10951         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
10952           No warnings (#157986).
10953
10954 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10955
10956         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10957           Prefer apev1/2 and id3v1 (at end of file) over musepack.
10958
10959 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10960
10961         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
10962           Signal no-more-pads (so it works in playbin).
10963
10964 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10965
10966         * ext/musepack/gstmusepackreader.cpp:
10967           Workaround for older core.
10968
10969 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10970
10971         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
10972           Actually test for odd width/height rather than testing whether
10973           a temporary variable that was 0 before we subtracted 1 is now
10974           not equal to zero (which it always is).
10975
10976 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10977
10978         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
10979         Fix compilation if HAVE_XVIDEO is not defined
10980
10981 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10982
10983         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
10984         Fix compilation if HAVE_XVIDEO is not defined
10985
10986 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
10987
10988         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10989         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
10990         (gst_goom_change_state), (plugin_init):
10991         Use the bytestream adapter so goom doesn't depend on the input
10992         buffer size.
10993         Add a debug category
10994
10995 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10996
10997         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
10998           Only set hardware parameters *after* negotiation. Before
10999           negotiation, it will set ANY and that seems to cause crashes
11000           (see e.g. #151288, #153227).
11001
11002 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11003
11004         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
11005           This seems to be antique leftover. It needs to pass error
11006           checking.
11007         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
11008         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
11009         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
11010         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
11011           Fix GstXOverlay implementation (#151059).
11012
11013 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11014
11015         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11016           Don't assert (#157853).
11017
11018 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11019
11020         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
11021           Fix bytes/samples confustion.
11022         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
11023           Fix for underrun (#144389).
11024
11025 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11026
11027         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
11028           Disable halfway-seek for pending release (since it needs a new
11029           core release).
11030
11031 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11032
11033         * sys/v4l/gstv4lsrc.c:
11034         * sys/v4l/gstv4lsrc.h:
11035         * sys/v4l/v4lsrc_calls.c:
11036           add autoprobe-fps property so we can separate autoprobing parts
11037
11038 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11039
11040         * sys/v4l/gstv4lsrc.c:
11041         * sys/v4l/v4lsrc_calls.c:
11042         initialise fourcc to catch unset fourcc's, and debug
11043
11044 2004-11-09  Wim Taymans  <wim@fluendo.com>
11045
11046         * gst/playback/README:
11047         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
11048         * gst/playback/gstplaybin.c: (gst_play_bin_init),
11049         (gst_play_bin_dispose), (gst_play_bin_set_property),
11050         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
11051         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
11052         (gst_play_bin_get_formats), (gst_play_bin_convert),
11053         (gst_play_bin_get_query_types), (gst_play_bin_query):
11054         Cleanups and some more documentation.
11055
11056 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
11057
11058         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
11059         (gst_cacasink_init), (gst_cacasink_chain):
11060         * ext/libcaca/gstcacasink.h:
11061         Cacasink inherits from VideoSink, so let that store the clock.
11062
11063 2004-11-09  Wim Taymans  <wim@fluendo.com>
11064
11065         * gst/playback/README:
11066         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
11067         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
11068         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
11069         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
11070         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
11071         (setup_sinks):
11072         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
11073         (gst_stream_info_is_mute), (gst_stream_info_set_property):
11074         * gst/playback/gststreaminfo.h:
11075         Updated README.
11076         Only switch groups if all streams have muted (EOSed).
11077         Send Tags in sync with the stream playback instead of in
11078         the playback/preroll phase.
11079         Some cleanups, free the fakesrc elements.
11080
11081 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11082
11083         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
11084           buffer-frames property was missing
11085         * ext/arts/gst_arts.c:
11086           rate missing from sinkcaps
11087         * ext/audiofile/gstafparse.c:
11088         * ext/audiofile/gstafsink.c:
11089         * ext/audiofile/gstafsrc.c:
11090         * ext/swfdec/gstswfdec.c:
11091           int audio doesn't know buffer-frames
11092         * ext/cdparanoia/gstcdparanoia.c:
11093           int audio doesn't know chunksize either
11094         * ext/nas/nassink.c:
11095           it's endianness, not endianess
11096         * gst-libs/gst/audio/audio.h:
11097           make float standard pad template caps really describe float
11098         * gst/law/mulaw.c: (linear_factory):
11099           signed only, please
11100         * gst/mpegstream/gstdvddemux.c:
11101           widths of 20 are not valid
11102
11103 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11104
11105         Submitted by: Luca Ferretti <elle.uca@infinito.it>
11106
11107         * po/LINGUAS:
11108         * po/it.po:
11109           Add Italian
11110
11111 2004-11-08  Wim Taymans  <wim@fluendo.com>
11112
11113         * gst/playback/README:
11114         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
11115         * gst/playback/gstplaybasebin.c: (probe_triggered),
11116         (gst_play_base_bin_change_state):
11117         Updated README, added more comments for fixmes etc..
11118
11119 2004-11-08  Wim Taymans  <wim@fluendo.com>
11120
11121         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11122         We can remove this hack now.
11123
11124 2004-11-08  Wim Taymans  <wim@fluendo.com>
11125
11126         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
11127         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
11128         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
11129         Only mix AYUV for maximum quality.
11130
11131 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11132
11133         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
11134         (gst_ogg_demux_push), (gst_ogg_pad_push):
11135           Let's act as if we're synchronized now! :).
11136         * ext/theora/theoradec.c: (theora_dec_chain):
11137           Add some debug.
11138
11139 2004-11-08  Wim Taymans  <wim@fluendo.com>
11140
11141         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
11142         (gst_alpha_set_property), (gst_alpha_sink_link),
11143         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
11144         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
11145         (gst_alpha_init_params), (gst_alpha_chain):
11146         Implement alpha functions for AYUV too, this increases
11147         accuracy quite a bit.
11148
11149 2004-11-08  Wim Taymans  <wim@fluendo.com>
11150
11151         * gst/ffmpegcolorspace/avcodec.h:
11152         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11153         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11154         (gst_ffmpegcsp_avpicture_fill):
11155         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11156         (gst_ffmpegcsp_caps_remove_format_info):
11157         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
11158         (shrink12), (img_get_alpha_info), (deinterlace_line),
11159         (deinterlace_line_inplace):
11160         * gst/ffmpegcolorspace/imgconvert_template.h:
11161         Added AYUV colorspace and handle RGBA a bit more respectful.
11162
11163 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11164
11165         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11166           Actually always send a discont (cornercase when resending the
11167           same serial-tagged chain twice).
11168
11169 2004-11-08  Julien MOUTTE  <julien@moutte.net>
11170
11171         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
11172         (gst_ximagesink_finalize):
11173         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
11174         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
11175
11176 2004-11-08  Wim Taymans  <wim@fluendo.com>
11177
11178         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
11179         Don't segfault on NULL data.
11180
11181 2004-11-08  Wim Taymans  <wim@fluendo.com>
11182
11183         * gst/playback/gstdecodebin.c: (unlinked):
11184         * gst/playback/gstplay-marshal.list:
11185         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11186         (gst_play_base_bin_init), (group_create), (get_active_group),
11187         (get_building_group), (group_destroy), (group_commit),
11188         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
11189         (add_element_stream), (no_more_pads), (probe_triggered),
11190         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
11191         (state_change), (setup_source), (gst_play_base_bin_get_property),
11192         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
11193         (gst_play_base_bin_link_stream),
11194         (gst_play_base_bin_get_streaminfo):
11195         * gst/playback/gstplaybasebin.h:
11196         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11197         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
11198         Add support for chained ogg files. Prepare for playlist
11199         support. This patch introduces the concept of pad groups, which
11200         together compose one playable media file.
11201
11202 2004-11-07  David Schleef  <ds@schleef.org>
11203
11204         * testsuite/gst-lint: Check for pad templates that aren't statically
11205         scoped.
11206
11207 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11208
11209         * configure.ac:
11210         * ext/Makefile.am:
11211         * ext/musepack/Makefile.am:
11212         * ext/musepack/gstmusepackdec.cpp:
11213         * ext/musepack/gstmusepackdec.h:
11214         * ext/musepack/gstmusepackreader.cpp:
11215         * ext/musepack/gstmusepackreader.h:
11216           Add musepack decoder.
11217         * ext/faad/gstfaad.c: (gst_faad_base_init):
11218           Make pad templates static.
11219         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
11220         (plugin_init):
11221           Add musepack typefinder, make mp3 typefinding work halfway stream,
11222           which doesn't actually work yet because id3demux doesn't implement
11223           _get_length().
11224
11225 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11226
11227         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11228         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
11229           Fix interrupt event handling (#144436).
11230
11231 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11232
11233         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
11234           Hide unused glory.
11235
11236 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11237
11238         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11239
11240         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11241           Fix weird caps (#157548).
11242
11243 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11244
11245         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11246
11247         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
11248           Add missing NULL terminator (#157543).
11249
11250 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11251
11252         * gst/tcp/gsttcp.h:
11253         * gst/tcp/gsttcpclientsink.c:
11254         * gst/tcp/gsttcpclientsrc.c:
11255         * gst/tcp/gsttcpserversink.c:
11256         * gst/tcp/gsttcpserversrc.c:
11257           ports can go up to 65535.  Move common defines to gsttcp.h
11258
11259 2004-11-05  Wim Taymans  <wim@fluendo.com>
11260
11261         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
11262         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
11263         Added two more colorspaces.
11264
11265 2004-11-05  Wim Taymans  <wim@fluendo.com>
11266
11267         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11268         (gst_ffmpegcsp_avpicture_fill):
11269         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
11270         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
11271         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
11272         More stride fixes.
11273
11274 2004-11-05  Wim Taymans  <wim@fluendo.com>
11275
11276         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
11277         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
11278         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
11279         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
11280         (gst_videomixer_loop):
11281         More stride fixes.
11282
11283 2004-11-05  Benjamin Otte  <otte@gnome.org>
11284
11285         * ext/mad/gstmad.c: (gst_mad_chain):
11286           don't overflow data buffer. Flush not needed sync data when syncing
11287           failed.
11288
11289 2004-11-04  Wim Taymans  <wim@fluendo.com>
11290
11291         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
11292         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
11293         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
11294         (gst_alpha_init_params), (gst_alpha_chain),
11295         (gst_alpha_change_state):
11296         Updated the chroma keying algorithm with something more
11297         sophisticated.
11298
11299 2004-11-03  Wim Taymans  <wim@fluendo.com>
11300
11301         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
11302         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
11303         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
11304         Fix stride issues. Does not completely work for odd
11305         heights.
11306
11307 2004-11-03  Wim Taymans  <wim@fluendo.com>
11308
11309         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
11310         (gst_alpha_chroma_key), (gst_alpha_chain):
11311         Fix stride issues. Does not completely work for odd
11312         heights.
11313
11314 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
11315
11316         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
11317         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
11318         leak fixes
11319
11320 2004-11-03  Wim Taymans  <wim@fluendo.com>
11321
11322         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11323         (gst_ffmpegcsp_avpicture_fill):
11324         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
11325         (avpicture_alloc):
11326         * gst/ffmpegcolorspace/imgconvert_template.h:
11327         Use correct _fill function to get correct strides.
11328
11329 2004-11-02  David Schleef  <ds@schleef.org>
11330
11331         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11332         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
11333         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
11334         Change all g_print()s to debugging.  Add a bunch of consistency
11335         checks.
11336
11337 2004-11-02  Wim Taymans  <wim@fluendo.com>
11338
11339         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
11340         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
11341         (unlinked), (no_more_pads), (close_link):
11342         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11343         (unknown_type), (add_element_stream), (new_decoded_pad),
11344         (removed_decoded_pad), (setup_source):
11345         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
11346         (gst_stream_info_class_init), (gst_stream_info_init),
11347         (gst_stream_info_new), (gst_stream_info_dispose),
11348         (stream_info_mute_pad), (gst_stream_info_set_property),
11349         (gst_stream_info_get_property):
11350         * gst/playback/gststreaminfo.h:
11351         Fix playback of multiple files.
11352         a slightly different approach to handling dynamic pad removals.
11353         This one only looks at pads that we have linked.
11354
11355 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
11356
11357         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
11358         free" warning from libc.
11359
11360 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11361
11362         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
11363         (get_unconnected_element), (remove_starting_from), (pad_removed),
11364         (close_link):
11365           Implement support for dynamic pad changing. We listen to "live"
11366           pad removals (i.e. while playing) and re-setup autoplugging
11367           after that. Playbasebin/playbin need some more work for this
11368           to finally work, but decodebin supports (and replugs) chained
11369           ogg now.
11370
11371 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
11372
11373         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
11374         (gst_alsa_finalize):
11375         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
11376         (gst_cdaudio_finalize):
11377         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
11378         (cdparanoia_finalize):
11379         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
11380         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
11381         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
11382         (dvdreadsrc_finalize):
11383         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
11384         (gst_flacdec_finalize):
11385         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
11386         (gst_flacenc_finalize):
11387         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
11388         (gst_gnomevfssink_finalize):
11389         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
11390         (gst_gnomevfssrc_finalize):
11391         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
11392         (gst_fameenc_finalize):
11393         * ext/nas/nassink.c: (gst_nassink_class_init),
11394         (gst_nassink_finalize):
11395         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
11396         (gst_sdlvideosink_class_init):
11397         * ext/sndfile/gstsf.c: (gst_sf_dispose):
11398         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
11399         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
11400         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
11401         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
11402         (gst_x_window_listener_dispose):
11403         * gst/audioscale/gstaudioscale.c:
11404         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
11405         (play_on_demand_finalize):
11406         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
11407         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
11408         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
11409         (cdplayer_finalize):
11410         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
11411         (gst_glimagesink_class_init):
11412         * sys/oss/gstosselement.c: (gst_osselement_class_init),
11413         (gst_osselement_finalize):
11414         * sys/oss/gstosssink.c: (gst_osssink_dispose):
11415         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
11416         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
11417           Fixes a bunch of problems with finalize and dispose functions,
11418           either assumptions that dispose is only called once, or not calling
11419           the parent class dispose/finalize function
11420
11421 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
11422
11423         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
11424           added two api precondition guards
11425           use g_strdup with getenv to fix crash when using ENVVAR
11426
11427 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
11428         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11429         (gst_esdsink_finalize):
11430         Use a finalize function, not dispose, and more importantly,
11431         call the parent class finalize function too
11432
11433 2004-11-01  Johan Dahlin  <johan@gnome.org>
11434
11435         * ext/ogg/gstoggdemux.c:
11436         * gst/tags/gstvorbistag.c:
11437         Plug leaks.
11438
11439 2004-10-31  Benjamin Otte  <otte@gnome.org>
11440
11441         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
11442           lotsa memleaks today. But they're all small...
11443
11444 2004-10-31  Benjamin Otte  <otte@gnome.org>
11445
11446         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11447           another memleak crushed
11448
11449 2004-10-31  Benjamin Otte  <otte@gnome.org>
11450
11451         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
11452           fix memleak
11453
11454 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11455
11456         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11457           Hack to prevent crash when going to READY inside signal handler
11458           while this function is active.
11459
11460 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11461
11462         * gst/ffmpegcolorspace/Makefile.am:
11463         * gst/ffmpegcolorspace/avcodec.h:
11464         * gst/ffmpegcolorspace/common.h:
11465         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
11466         * gst/ffmpegcolorspace/dsputil.h:
11467         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
11468         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11469         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11470         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
11471         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
11472         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
11473         (gst_ffmpegcsp_avpicture_fill):
11474         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
11475         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11476         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
11477         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
11478         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
11479         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
11480         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
11481         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
11482         * gst/ffmpegcolorspace/imgconvert.c:
11483         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
11484         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
11485         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
11486         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
11487         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
11488         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
11489         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
11490         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
11491         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
11492         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
11493         (grow21), (grow22), (grow41), (grow44), (conv411),
11494         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
11495         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
11496         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
11497         (avpicture_free), (is_yuv_planar), (img_convert),
11498         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
11499         (deinterlace_line_inplace), (deinterlace_bottom_field),
11500         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
11501         * gst/ffmpegcolorspace/imgconvert_template.h:
11502         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
11503         * gst/ffmpegcolorspace/mmx.h:
11504         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
11505         (av_fast_realloc), (av_mallocz_static), (av_free_static),
11506         (av_freep), (avcodec_get_context_defaults),
11507         (avcodec_alloc_context), (avcodec_init):
11508           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
11509           handling plus update from ffmpeg CVS. Large clean-up.
11510
11511 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11512
11513         * gst/playback/Makefile.am:
11514           We need the marshallers for decodebin, too.
11515
11516 2004-10-30  David Schleef  <ds@schleef.org>
11517
11518         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
11519           quicktime typefinding work with 64-bit offsets.
11520
11521 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
11522
11523         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
11524           Set EOS on the element when processing an EOS event.
11525         * ext/speex/gstspeexdec.h:
11526         * ext/speex/gstspeexenc.h:
11527           Only keep a const ptr to the mode
11528         * gst-libs/gst/riff/riff-media.c:
11529         (gst_riff_create_audio_caps_with_data),
11530         (gst_riff_create_audio_template_caps):
11531           Allow WMAV3, with up to 6 channels.
11532         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
11533           Don't call gst_pad_set_event_function on a sink pad.
11534         * gst/mpegstream/gstdvddemux.c:
11535         (gst_dvd_demux_get_subpicture_stream),
11536         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
11537           Copy the explicit caps that were set across to the cur_* pads,
11538           instead of trying to use a possibly non-existent negotiated caps.
11539           Reset the type of subpicture pads to UNKNOWN after calling
11540           init_stream, so that the caps get set.
11541
11542 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
11543
11544         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11545
11546         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
11547           Don't touch buffer if it is of size 0 (fixes #151064).
11548
11549 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11550
11551         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
11552           Synchronized discont handling.
11553
11554 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11555
11556         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
11557         (gst_ogg_demux_push):
11558           Make seeking sort-of exact again (fixes #156387).
11559
11560 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11561
11562         * gst/playback/gstplaybasebin.c: (unknown_type),
11563         (add_element_stream), (new_decoded_pad),
11564         (gst_play_base_bin_change_state):
11565         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
11566         (gst_stream_info_init), (gst_stream_info_new),
11567         (gst_stream_info_dispose), (gst_stream_info_get_property):
11568         * gst/playback/gststreaminfo.h:
11569           Make caps explicitely available. Makes testing for unsupported
11570           types possible. Improves error reporting.
11571
11572 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11573
11574         * gst/audioconvert/gstaudioconvert.c:
11575         (gst_audio_convert_buffer_to_default_format):
11576           Really don't touch read-only buffers (#156563).
11577
11578 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
11579
11580         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11581
11582         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
11583           Fix memleak (#155223).
11584
11585 2004-10-29  Wim Taymans  <wim@fluendo.com>
11586
11587         * gst/tcp/.cvsignore:
11588         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
11589         (gst_multifdsink_class_init), (gst_multifdsink_init),
11590         (gst_multifdsink_add), (gst_multifdsink_remove),
11591         (gst_multifdsink_remove_client_link), (is_sync_frame),
11592         (gst_multifdsink_new_client),
11593         (gst_multifdsink_handle_client_write),
11594         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11595         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11596         (gst_multifdsink_get_property):
11597         * gst/tcp/gstmultifdsink.h:
11598         Added burst on connect sync_method, deprecated sync_clients,
11599         streamlined the sync code some more.
11600
11601 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11602
11603         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
11604         (gst_play_base_bin_change_state):
11605           Improve error reporting.
11606
11607 2004-10-28  Wim Taymans  <wim@fluendo.com>
11608
11609         * gst/tcp/Makefile.am:
11610         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
11611         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
11612         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
11613         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11614         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11615         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11616         (gst_fdset_wait):
11617         Added more locks around fdset structures. Fixed/reworked
11618         the poll array resizing code.
11619         Added stress test for fdset.
11620
11621 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11622
11623         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
11624         fix build
11625
11626 2004-10-28  Benjamin Otte  <otte@gnome.org>
11627
11628         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
11629           fix link function to always query channels and query width for
11630           floats
11631         * configure.ac:
11632           add equalizer dir
11633         * gst/equalizer/Makefile.am:
11634         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
11635         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
11636         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
11637         (arg_to_scale), (setup_filter),
11638         (gst_iir_equalizer_compute_frequencies),
11639         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
11640         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
11641         (plugin_init):
11642           add an equalizer
11643
11644 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11645
11646         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
11647
11648         * po/LINGUAS:
11649         * po/nb.po:
11650           Added Norwegian Bokmaal translation
11651
11652 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11653
11654         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11655           Don't break on options (fixes #156488).
11656
11657 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11658
11659         * configure.ac:
11660         * ext/cdaudio/Makefile.am:
11661         * sys/Makefile.am:
11662           fix build on older automake
11663
11664 2004-10-26  Wim Taymans  <wim@fluendo.com>
11665
11666         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
11667         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
11668         Allow a little margin when negotiating the framerate.
11669
11670 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
11671
11672         * gst/level/gstlevel.c:
11673           synchonised naming of pads and pad-templates
11674
11675 2004-10-26  Wim Taymans  <wim@fluendo.com>
11676
11677         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
11678         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
11679         (_find_streams_check), (gst_ogg_demux_push):
11680         Fix EOS again. Needs to be done in a better way. We should not
11681         remove the pad if there is no new chained stream.
11682
11683 2004-10-26 Iain <iaingnome@gmail.com>
11684
11685         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
11686         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
11687         of the caps.
11688         * gst/interleave/interleave.c (interleave_class_init): Hook up release
11689         pad.
11690         (interleave_release_pad): Remove the pad.
11691         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
11692         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
11693         the set device.
11694         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
11695         attrs
11696         (gst_xvimagesink_xcontext_clear): Free the xcontext.
11697         (gst_xvimagesink_finalize): Free the par.
11698
11699 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11700
11701         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
11702         (gst_avimux_stop_file):
11703           First calculate the rate, and only then use it. Hdr.rate is a
11704           multiple and not a derivative of hdr.scale. Scale is not the
11705           same as blockalign but is solely related to rate.
11706
11707 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11708
11709         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11710         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
11711           Implement seeking.
11712
11713 2004-10-25  James Henstridge  <james@jamesh.id.au>
11714
11715         Reviewed by:  David Schleef  <ds@schleef.org>
11716
11717         * examples/gstplay/player.c: (got_stream_length), (main):
11718         * examples/seeking/cdplayer.c: (update_scale):
11719         * examples/seeking/seek.c: (format_value), (update_scale):
11720         * examples/seeking/spider_seek.c: (format_value), (update_scale),
11721         (stop_seek):
11722         Build fixes on AMD64.
11723
11724 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11725
11726         reviewed by: Ronald Bultje <rbultje at gnome dot org>
11727
11728         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
11729         Fix for some v4l cards which hang in v4lsrc
11730
11731 2004-10-25  Wim Taymans  <wim@fluendo.com>
11732
11733         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
11734         (gst_ogg_demux_push), (gst_ogg_chains_clear):
11735         Make sure to remove the pad when a new chain is
11736         encountered. Set some vars to NULL so we don't try
11737         to reference freed memory.
11738
11739 2004-10-25  Wim Taymans  <wim@fluendo.com>
11740
11741         * examples/seeking/Makefile.am:
11742         * examples/seeking/cdplayer.c: (update_scale):
11743         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
11744         * examples/seeking/playbin.c: (make_playerbin_pipeline),
11745         (format_value), (update_scale), (iterate), (start_seek),
11746         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
11747         (print_usage), (main):
11748         Added some more examples, update others.
11749
11750 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11751
11752         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
11753         * ext/speex/gstspeexdec.c: (speex_dec_chain):
11754         * ext/theora/theoradec.c: (theora_dec_chain):
11755         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
11756           Add codec-name metadata.
11757
11758 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
11759
11760         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11761
11762         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11763         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11764         * ext/alsa/gstalsamixertrack.h:
11765         * po/POTFILES.in:
11766           ALSA mixer track label internationalization (#154054).
11767
11768 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11769
11770         * ext/theora/theoradec.c: (theora_dec_chain):
11771           Export bitrate as metadata.
11772
11773 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11774
11775         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11776         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11777         * ext/alsa/gstalsamixertrack.h:
11778           Fix names, fix loop.
11779
11780 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11781
11782         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
11783         (speex_dec_convert):
11784           sinkconvert function so oggdemux can get the file length (totem).
11785
11786 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
11787
11788         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11789
11790         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
11791           Don't push incomplete packets.
11792         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
11793           Fix MPEG-4 audio typefinding.
11794
11795 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11796
11797         * sys/v4l/Makefile.am:
11798         * sys/v4l/gstv4l.c: (plugin_init):
11799         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
11800         (gst_v4lelement_init), (gst_v4lelement_dispose),
11801         (gst_v4lelement_change_state):
11802         * sys/v4l/gstv4lelement.h:
11803         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
11804         (gst_v4l_xoverlay_close), (idle_refresh),
11805         (gst_v4l_xoverlay_set_xwindow_id):
11806         * sys/v4l/gstv4lxoverlay.h:
11807         * sys/v4l/v4l-overlay_calls.c:
11808         * sys/v4l/v4l_calls.h:
11809         * sys/v4l2/Makefile.am:
11810         * sys/v4l2/gstv4l2.c: (plugin_init):
11811         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
11812         (gst_v4l2element_init), (gst_v4l2element_dispose),
11813         (gst_v4l2element_change_state):
11814         * sys/v4l2/gstv4l2element.h:
11815         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
11816         (gst_v4l2_xoverlay_close), (idle_refresh),
11817         (gst_v4l2_xoverlay_set_xwindow_id):
11818         * sys/v4l2/gstv4l2xoverlay.h:
11819         * sys/v4l2/v4l2-overlay_calls.c:
11820         * sys/v4l2/v4l2_calls.h:
11821           Remove client-side overlay handling, use the X-server v4l plugin
11822           for that. Nicer overlay, less code. Also make the plugin
11823           compileable without X (but then without overlay, obviously).
11824           Makes xwindowlistener obsolete, should we remove that?
11825
11826 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11827
11828         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
11829         (gst_osssrc_src_query):
11830         * sys/oss/gstosssrc.h:
11831           OK, so people want offset in DEFAULT. This time, actually fix all
11832           cases.
11833         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
11834           Add FPS properly.
11835
11836 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11837
11838         * gst/asfdemux/gstasfmux.c:
11839         * gst/avi/gstavimux.c:
11840           Framerate.
11841
11842 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11843
11844         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
11845           Fix properties (channel, norm, frequency).
11846
11847 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11848
11849         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
11850           Flag typo.
11851         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
11852           No warnings.
11853
11854 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11855
11856         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
11857           Fix hang.
11858
11859 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11860
11861         * sys/v4l2/gstv4l2element.h:
11862           Yet Another Hack (tm) for kernel header borkedness.
11863         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
11864         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
11865         (gst_v4l2src_link), (gst_v4l2src_getcaps),
11866         (gst_v4l2src_change_state):
11867         * sys/v4l2/gstv4l2src.h:
11868         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
11869         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
11870           Fix caps, keep track of state, work.
11871
11872 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11873
11874         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
11875           Quiet.
11876
11877 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11878
11879         * sys/oss/gstosssrc.c: (gst_osssrc_get):
11880           Don't mix bytes and samples.
11881
11882 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11883
11884         * ext/ogg/gstoggmux.c:
11885           Basic pad template which accepts OGM tracks, speex, flac, vorbis
11886           and theora. Any is incorrect.
11887         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
11888           Fix caps.
11889         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
11890         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
11891         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
11892         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
11893         * sys/v4l/gstv4lmjpegsrc.h:
11894         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
11895         (gst_v4lsrc_change_state):
11896         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
11897         (gst_v4lmjpegsrc_capture_stop):
11898           Fix caps. Keep track of internal state. Work.
11899
11900 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11901
11902         * ext/Makefile.am:
11903           Fix the build fixes.
11904
11905 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11906
11907         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
11908         (gst_ogg_demux_src_event), (_find_chain_seek),
11909         (gst_ogg_pad_push):
11910           Check for pad availability before using it.
11911         * ext/ogg/gstoggdemux.c: (_find_chain_process):
11912           Fix parsing of chained ogg. Needs more work on the decoder side.
11913
11914 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11915
11916         * gst/spectrum/Makefile.am:
11917         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
11918         (idle_func):
11919           Fix demo and reenable it. Yes, I'm currently playing with audio
11920           analysis tools
11921
11922 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11923
11924         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11925           We love it if files that start at zero work too...
11926
11927 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11928
11929         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
11930           Handle files with missing EOS headers.
11931
11932 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11933
11934         * gst/tcp/gsttcpserversink.c:
11935         (gst_tcpserversink_handle_server_read),
11936         (gst_tcpserversink_init_send):
11937         Zero some variables first (need for accept not to return EINVAL)
11938
11939 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11940
11941         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
11942         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
11943         * ext/theora/theoradec.c: (theora_dec_sink_convert),
11944         (theora_dec_chain):
11945         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
11946         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
11947           Seeking and querying finetune.
11948
11949 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11950
11951         * configure.ac:
11952         * ext/Makefile.am:
11953         * ext/raw1394/Makefile.am:
11954           fix the build
11955
11956 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11957
11958         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
11959           Wrong return.
11960         * gst/playback/Makefile.am:
11961         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
11962         * gst/playback/gstplay-marshal.list:
11963         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
11964           Fix marshallers.
11965
11966 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11967
11968         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
11969           Silence.
11970
11971 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11972
11973         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
11974         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
11975         (gst_ogg_pad_push):
11976           Yay for non-lineair granulepos in theora.
11977
11978 2004-10-18  Wim Taymans  <wim@fluendo.com>
11979
11980         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
11981         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
11982         * ext/dv/gstdvdec.h:
11983         Make sure we renegotiate aspect ratio when the camera switches.
11984
11985 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11986
11987         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
11988         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
11989           Start at zero.
11990         * ext/theora/theoradec.c: (theora_dec_chain):
11991           Skip headers. Bad idea for chained ogg, but fixes seeking.
11992
11993 2004-10-18  Wim Taymans  <wim@fluendo.com>
11994
11995         * configure.ac:
11996         I swear, this is the last time I touch this.
11997
11998 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11999
12000         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12001         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
12002         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
12003           Faster seeking.
12004         * ext/theora/theoradec.c: (theora_dec_sink_convert):
12005           Time-to-default conversion.
12006         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12007           Don't error on unknown packets, just skip. We should probably
12008           read them if we want to support chained ogg.
12009
12010 2004-10-18  Wim Taymans  <wim@fluendo.com>
12011
12012         * configure.ac:
12013         Added cdaudio to wrong list.
12014
12015 2004-10-18  Wim Taymans  <wim@fluendo.com>
12016
12017         * configure.ac:
12018         Revive cdaudio.
12019
12020 2004-10-18  Wim Taymans  <wim@fluendo.com>
12021
12022         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
12023         (gst_dvdec_video_link), (gst_dvdec_push):
12024         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12025         (gst_smokeenc_resync), (gst_smokeenc_chain):
12026         Fix mimetype on smoke encoder.
12027         Add aspect ratio to dvdec. Not sure if these
12028         values are correct though....
12029
12030 2004-10-18  Wim Taymans  <wim@fluendo.com>
12031
12032         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12033         Fix vorbis property descriptions and ranges.
12034
12035 2004-10-18  Wim Taymans  <wim@fluendo.com>
12036
12037         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
12038         Really do nothing when no data is available.
12039         Go to the playing state when the stream is not seekable
12040         instead of failing.
12041
12042 2004-10-18  Wim Taymans  <wim@fluendo.com>
12043
12044         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
12045         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
12046         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
12047         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
12048         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
12049         Added uri handler for cd://
12050         Port to new API.
12051
12052 2004-10-18  Wim Taymans  <wim@fluendo.com>
12053
12054         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12055         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
12056         (try_to_link_1), (no_more_pads), (close_link), (type_found):
12057         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
12058         (remove_prerolls), (unknown_type), (add_element_stream),
12059         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
12060         (gst_play_base_bin_remove_element),
12061         (gst_play_base_bin_link_stream):
12062         * gst/playback/gstplaybin.c: (gen_video_element),
12063         (gen_vis_element), (remove_sinks), (setup_sinks):
12064         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
12065         (gst_stream_info_get_type), (gst_stream_info_class_init),
12066         (gst_stream_info_init), (gst_stream_info_new),
12067         (gst_stream_info_dispose), (stream_info_mute_pad),
12068         (gst_stream_info_set_property), (gst_stream_info_get_property):
12069         * gst/playback/gststreaminfo.h:
12070         Add sink padtemplate to decodebin.
12071         Added some more comments.
12072         Make queue size configurable in playbasebin.
12073         Added possibility to use elements as sinks (ex cdaudio).
12074
12075 2004-10-15  Wim Taymans  <wim@fluendo.com>
12076
12077         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
12078         (gst_speexenc_chain):
12079         Fix speex timestamps so that it gets muxed properly.
12080
12081 2004-10-15  Wim Taymans  <wim@fluendo.com>
12082
12083         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
12084         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
12085         (gst_dv1394src_init), (gst_dv1394src_dispose),
12086         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
12087         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
12088         (gst_dv1394src_event), (gst_dv1394src_get_formats),
12089         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
12090         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
12091         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
12092         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
12093         * ext/raw1394/gstdv1394src.h:
12094         Added conversion/query functions.
12095         Update buffer timestamps,
12096         Added signals.
12097         Added uri dv:// so it might play from the firewire in playbin.
12098         Fix a possible leak.
12099         Added debugging.
12100
12101 2004-10-15  Wim Taymans  <wim@fluendo.com>
12102
12103         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
12104         (gst_dv1394src_init), (gst_dv1394src_set_property),
12105         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
12106         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
12107         * ext/raw1394/gstdv1394src.h:
12108         Added AV/C VTR control support needed for some cameras.
12109         Added automatic port detection.
12110         Added properties for selecting the channel.
12111         The configure.ac script is not yet updated to reflect the
12112         new libavc1394 and librom1394 dependencies.
12113
12114 2004-10-15  Wim Taymans  <wim@fluendo.com>
12115
12116         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
12117         (qtdemux_parse), (gst_qtdemux_handle_esds):
12118         An esds box is not a container.
12119         Fix parsing of mp4v boxes.
12120         Do not try to renegotiate fps for each frame. Need to
12121         find a better method. This should fix mp4 playback.
12122
12123 2004-10-14  David Schleef  <ds@schleef.org>
12124
12125         * configure.ac: update for swfdec-0.3 and liboil-0.2
12126         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
12127         * ext/swfdec/gstswfdec.h: same
12128         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
12129         * gst/videotestsrc/videotestsrc.c: same
12130
12131 2004-10-14  Wim Taymans  <wim@fluendo.com>
12132
12133         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
12134         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
12135         (is_sync_frame), (gst_multifdsink_new_client),
12136         (gst_multifdsink_handle_client_write),
12137         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12138         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
12139         Turn warnings into info.
12140         Don't allow a state change in the streaming thread.
12141
12142 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12143
12144         * ext/vorbis/oggvorbisenc.c:
12145         * ext/vorbis/vorbisdec.c:
12146           fix template sample rate
12147
12148 2004-10-13  Wim Taymans  <wim@fluendo.com>
12149
12150         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
12151         Decoding the header first fixes some problems in resyncing
12152         in more mp3s.
12153
12154 2004-10-12  Wim Taymans  <wim@fluendo.com>
12155
12156         * gst/playback/gstplaybin.c: (gen_video_element),
12157         (gen_vis_element), (remove_sinks), (setup_sinks):
12158         Added vis plugin support, need to configure the vis
12159         element to activate it.
12160
12161 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12162
12163         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
12164         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
12165           Some debug.
12166         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12167         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
12168         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
12169         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
12170         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
12171         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
12172         * gst/avi/gstavidemux.h:
12173           Support for openDML-2.0 indx/ix## chunks. Support for broken index
12174           recovery (where, if part of the index is broken, we will still read
12175           the rest of the index and recover the broken part by stream
12176           scanning). More broken media support. EOS workarounds. General AVI
12177           braindamage headache recovery. Aspirin included.
12178
12179 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12180
12181         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
12182         (cdparanoia_event), (cdparanoia_query):
12183           Get rid of hideous lead-in.
12184
12185 2004-10-11  Wim Taymans  <wim@fluendo.com>
12186
12187         * gst/playback/gstplaybasebin.c: (setup_source):
12188         Wrong var used to get g_list_next.
12189
12190 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12191
12192         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
12193         (cdparanoia_get), (cdparanoia_open):
12194           Report discid as metadata, add duration.
12195
12196 2004-10-11  Wim Taymans  <wim@fluendo.com>
12197
12198         * gst/playback/gstplaybasebin.c: (setup_source):
12199         Cleanup the previous pipeline a little earlier for the
12200         case that a source element provides raw data.
12201
12202 2004-10-11  Benjamin Otte  <otte@gnome.org>
12203
12204         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
12205           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
12206           consuming the last 128 bytes, even though it was valid mp3 data.
12207
12208 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12209
12210         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
12211         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
12212         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
12213         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
12214
12215 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12216
12217         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
12218         Fix for webcams that support only specific width or height
12219
12220 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12221
12222         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12223
12224         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
12225           Fix wrong discont event setup (fixes #154967).
12226
12227 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
12228
12229         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12230
12231         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12232           Error out on invalid data (fixes #154807).
12233
12234 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12235
12236         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12237
12238         * ext/dvdread/dvdreadsrc.c: (_read):
12239           Make titles > 0 work again (fixes #154834).
12240
12241 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12242
12243         * gst-libs/gst/riff/riff-media.c:
12244         (gst_riff_create_video_template_caps):
12245           WMV3 missing in template caps.
12246
12247 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12248
12249         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12250           OK, so the original code was too strict. It makes random AVI files
12251           hang for seconds upon opening, which is unacceptable and is far
12252           beyond the original goal of getting multiple chunks for one-chunk
12253           sounc stream files. So now do just that.
12254
12255 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12256
12257         * gst/playback/gstplaybasebin.c: (setup_source),
12258         (gst_play_base_bin_change_state):
12259           Actually clean up streaminfo if output fails. This would trigger
12260           if, for example, there was no CD in the drive. No preroll, so
12261           a streaminfo structure is created, but the subsequent state change
12262           of the thread fails.
12263         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
12264           Don't change state if parent failed.
12265
12266 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12267
12268         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12269         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
12270         (gen_video_element), (remove_sinks):
12271           Add small bits of code for screenshot handling.
12272
12273 2004-10-08  Wim Taymans  <wim@fluendo.com>
12274
12275         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
12276         (gen_video_element), (gen_audio_element), (setup_sinks):
12277         Don't assume the user provided sinks are named "sink"...
12278
12279 2004-10-08  Wim Taymans  <wim@fluendo.com>
12280
12281         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
12282         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
12283         (gst_play_base_bin_link_stream):
12284         Do not try to autoplug sources that generate raw streams like
12285         cdparanoia.
12286         disconnect the preroll overrun signal when we don't need it anymore.
12287
12288 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
12289
12290         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
12291         Added reworked patch from #154903 from milosz derezynski (deadchip).
12292
12293 2004-10-08  Wim Taymans  <wim@fluendo.com>
12294
12295         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
12296         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
12297         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
12298         (cdparanoia_convert), (cdparanoia_uri_get_type),
12299         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
12300         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
12301         * ext/cdparanoia/gstcdparanoia.h:
12302         This adds the cdda://<tracknum> uri.
12303
12304 2004-10-08  Wim Taymans  <wim@fluendo.com>
12305
12306         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12307         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
12308         (try_to_link_1), (no_more_pads), (close_link), (type_found):
12309         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12310         (unknown_type), (gst_play_base_bin_remove_element),
12311         (gst_play_base_bin_link_stream):
12312         * gst/playback/gstplaybasebin.h:
12313         * gst/playback/gstplaybin.c: (gst_play_bin_init),
12314         (gst_play_bin_set_property), (gen_video_element),
12315         (gen_audio_element), (setup_sinks):
12316         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
12317         (gst_stream_info_get_type), (gst_stream_info_class_init),
12318         (gst_stream_info_init), (gst_stream_info_new),
12319         (gst_stream_info_dispose), (stream_info_mute_pad),
12320         (gst_stream_info_set_property), (gst_stream_info_get_property):
12321         * gst/playback/gststreaminfo.h:
12322         Reuse the audio and video bins.
12323         Some internal cleanups in the stream selection code.
12324
12325 2004-10-08  Julien MOUTTE  <julien@moutte.net>
12326
12327         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
12328         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
12329         * sys/ximage/ximagesink.h:
12330         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
12331         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
12332         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
12333         not coming from those elements. Moreover these elements should not keep
12334         the xid they have been given when in NULL state.
12335
12336 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12337
12338         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
12339         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
12340         * sys/ximage/ximagesink.h:
12341         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
12342         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
12343         * sys/xvimage/xvimagesink.h:
12344           Actually only create a new toplevel window if we're not gonna
12345           embed it right after.
12346
12347 2004-10-07  Wim Taymans  <wim@fluendo.com>
12348
12349         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
12350         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
12351         * gst/playback/gstplaybin.c: (setup_sinks):
12352         Implement muting/unmuting of streams, mute streams that are not
12353         used.
12354
12355 2004-10-07  Wim Taymans  <wim@fluendo.com>
12356
12357         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
12358         (plugin_init):
12359         Added lame audio/x-ac3 typefind function.
12360
12361 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12362
12363         * configure.ac:
12364           bump nano to cvs
12365
12366 === release 0.8.5 ===
12367
12368 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12369
12370         * NEWS:
12371         * RELEASE:
12372         * configure.ac:
12373           releasing 0.8.5, "Take You On"
12374
12375 2004-10-06  Wim Taymans  <wim@fluendo.com>
12376
12377         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12378         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12379         (no_more_pads), (close_link), (type_found):
12380         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
12381         * gst/playback/gstplaybin.c: (gen_video_element):
12382         Do not signal the no_more_pads after the first pad when
12383         we are plugging a non dynamic element with multiple
12384         output pads (like swfdec, dvdec, ...).
12385
12386 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12387
12388         * configure.ac:
12389           bump for prerelease
12390
12391 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12392
12393         * gst/wavparse/gstwavparse.c:
12394           add ATRAC3 to STATIC CAPS to fix a warning
12395
12396         * gst/matroska/ebml-read.c:
12397         * gst-libs/gst/riff/riff-read.c:
12398           fix typos
12399
12400 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12401
12402         * gst-libs/gst/riff/riff-media.c:
12403           generate caps for ATRAC3 audio streams
12404
12405         * gst/realmedia/rmdemux.c:
12406           generate caps for ATRAC3 audio streams
12407
12408 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12409
12410         * gst/wavparse/Makefile.am
12411         * gst/wavparse/riff.h
12412         * gst/wavparse/wavparse.vcproj
12413           riff.h removal (unused and duplication with riff-ids.h)
12414
12415 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12416
12417         * gst/wavparse/gstwavparse.h
12418           remove duplicated defines for audio codec codes
12419
12420         * gst-libs/gst/riff/riff-ids.h
12421         * gst/wavenc/riff.h:
12422           add "4CC" code for ATRAC3 audio streams
12423           add "4CC" code for ITU_G721_ADPCM (unused for now)
12424
12425 2004-10-06  Wim Taymans  <wim@fluendo.com>
12426
12427         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
12428         Actually _do_ negotiation. Pass gdouble as arg instead
12429         of guint64 for the framerate.
12430
12431 2004-10-06  Wim Taymans  <wim@fluendo.com>
12432
12433         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12434         (find_compatibles), (close_pad_link), (try_to_link_1),
12435         (no_more_pads), (close_link), (type_found):
12436         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
12437         * gst/playback/gstplaybin.c: (gen_video_element),
12438         (gen_audio_element):
12439         Set state on newly added element to READY so that negotiation
12440         can happen ASAP.
12441         Addes some more debug info.
12442         Do not try to plug pads with multiple caps structures or ANY
12443         because it is too dangerous since we do not do dynamic
12444         replugging.
12445
12446 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12447
12448         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
12449
12450         * po/LINGUAS:
12451         * po/or.po:
12452           add Oriya translation
12453
12454 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12455
12456         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12457           Prevent overwrite of size member. Makes audio sound crappy.
12458
12459 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12460
12461         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12462         Add rmvb to the list of known RealMedia extensions
12463
12464 2004-10-05  Wim Taymans  <wim@fluendo.com>
12465
12466         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
12467         (mngdec_openstream), (mngdec_closestream),
12468         (mngdec_handle_sink_event), (mngdec_readdata),
12469         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
12470         (mngdec_getcanvasline), (mngdec_refresh),
12471         (gst_mngdec_change_state):
12472         Set the framerate correctly.
12473
12474 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12475
12476         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12477           There was something wrong with the index massaging.
12478
12479 2004-10-04  Wim Taymans  <wim@fluendo.com>
12480
12481         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
12482         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12483         (gst_smokedec_chain):
12484         * ext/jpeg/gstsmokedec.h:
12485         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12486         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
12487         * ext/jpeg/gstsmokeenc.h:
12488         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
12489         (smokecodec_decode_new), (smokecodec_info_free),
12490         (smokecodec_set_quality), (smokecodec_get_quality),
12491         (smokecodec_set_threshold), (smokecodec_get_threshold),
12492         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
12493         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
12494         (smokecodec_encode), (smokecodec_parse_id),
12495         (smokecodec_parse_header), (smokecodec_decode):
12496         * ext/jpeg/smokecodec.h:
12497         * ext/jpeg/smokeformat.h:
12498         Updated smoke, new bitstream, allows embedding in ogg.
12499
12500 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12501
12502         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12503           Fix seeking in some files. All this code is no longer needed (and
12504           actually breaks stuff) because we now synchronize the full index
12505           right when reading the header.
12506
12507 2004-10-04  Wim Taymans  <wim@fluendo.com>
12508
12509         * configure.ac:
12510         configure update for libmng.
12511
12512 2004-10-04  Wim Taymans  <wim@fluendo.com>
12513
12514         * ext/libmng/Makefile.am:
12515         * ext/libmng/gstmng.c: (plugin_init):
12516         * ext/libmng/gstmng.h:
12517         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
12518         (gst_mngdec_base_init), (gst_mngdec_class_init),
12519         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
12520         (gst_mngdec_loop), (gst_mngdec_get_property),
12521         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
12522         (mngdec_closestream), (mngdec_handle_sink_event),
12523         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
12524         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
12525         (gst_mngdec_change_state):
12526         * ext/libmng/gstmngdec.h:
12527         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
12528         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
12529         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
12530         (gst_mngenc_chain), (gst_mngenc_get_property),
12531         (gst_mngenc_set_property):
12532         * ext/libmng/gstmngenc.h:
12533         Added basic MNG decoder. Needs more work. The encoder does
12534         not work yet.
12535
12536 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12537
12538         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
12539         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
12540         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
12541           Don't hang on length=0 chunks. Some negotiation fixes. Signal
12542           no-more-pads.
12543
12544 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12545
12546         * configure.ac:
12547           you need at least 1.0.4 of speex
12548
12549 2004-10-04 Iain <iaingnome@gmail.com>
12550
12551         * ext/speex/gstspeexdec.h: Revert the includes changes.
12552
12553         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
12554
12555 2004-09-30 Iain <iaingnome@gmail.com>
12556
12557         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
12558         found during init or set as a property instead of hardcoding /dev/audio
12559
12560 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12561
12562         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
12563         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
12564         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
12565         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
12566         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
12567         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
12568         (gst_rmdemux_dump_data):
12569           Use debug category, fix EOS handling. filesrc ! rmdemux now
12570           works.
12571
12572 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12573
12574         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
12575         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
12576         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
12577           Improve allocation, cutting and sorting of the index. How takes a
12578           few seconds instead of minutes.
12579
12580 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
12581
12582         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
12583           fixed compilation
12584
12585 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12586
12587         * gst-libs/gst/riff/riff-media.c:
12588         (gst_riff_create_video_caps_with_data),
12589         (gst_riff_create_video_template_caps):
12590           Add wing commander format mimetype/fourccs.
12591         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12592           Don't crash if some value is 0.
12593
12594 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12595
12596         * gst-libs/gst/riff/riff-media.c:
12597         (gst_riff_create_video_caps_with_data),
12598         (gst_riff_create_video_template_caps):
12599           Add DIB fourcc (raw, palettized 8-bit RGB).
12600         * gst-libs/gst/riff/riff-read.c:
12601         (gst_riff_read_strf_vids_with_data):
12602           Oops, fix strf_data reading bug.
12603         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
12604           Use a non-NULL tag.
12605         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
12606           Time for hacks. Sorry Dave. At least one quicktime movie (a
12607           trailer) that I've encountered contains multiple video tracks.
12608           One of those is the actual video track, the other are one-frame
12609           tracks (images). Unfortunately, the number of frames according
12610           to the trak header is 1 for each, so that doesn't help. So
12611           instead, I look at the duration and discard tracks with a
12612           duration shorter than 20% of the length of the stream. Better
12613           than nothing.
12614
12615 2004-10-01  Christian Schaller <christian@fluendo.com>
12616
12617         * ext/ivorbis/vorbis.c:
12618           Patch from Phil Blundell (Bug 152341)
12619
12620 2004-10-01  Wim Taymans  <wim@fluendo.com>
12621
12622         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
12623         (speex_dec_get_formats), (speex_dec_convert),
12624         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
12625         (speex_dec_chain), (gst_speexdec_get_property),
12626         (gst_speexdec_set_property):
12627         Small cleanups.
12628
12629 2004-10-01  Wim Taymans  <wim@fluendo.com>
12630
12631         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12632         (gst_wavparse_stream_init), (gst_wavparse_fmt),
12633         (gst_wavparse_other), (gst_wavparse_loop),
12634         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
12635         (gst_wavparse_srcpad_event):
12636         * gst/wavparse/gstwavparse.h:
12637         Added some more debugging info.
12638         Fix the case where the length of the file is 0.
12639         Make sure we seek to sample borders.
12640
12641 2004-10-01  Wim Taymans  <wim@fluendo.com>
12642
12643         * gst/playback/README:
12644         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12645         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
12646         (try_to_link_1), (no_more_pads), (close_link), (type_found):
12647         Add some debug info to decodebin, update README
12648
12649 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12650
12651         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
12652           Don't use g_print(); use GST_DEBUG().
12653
12654 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12655
12656         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
12657         (gst_ogg_mux_queue_pads):
12658           Handle EOS properly.
12659
12660 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
12661
12662         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12663
12664         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
12665         (gst_faad_chain), (gst_faad_change_state):
12666         * ext/faad/gstfaad.h:
12667           Allow playback of raw (unframed) MPEG AAC files (#148993).
12668
12669 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
12670
12671         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12672
12673         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
12674           Throw error if we didn't recognize the stream. Fixes #152289.
12675
12676 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12677
12678         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
12679           Fix negotiation.
12680
12681 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
12682
12683         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12684
12685         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
12686           Fix memleak.
12687
12688 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
12689
12690         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12691
12692         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
12693           Solve #152805.
12694         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
12695           Solve 152806.
12696
12697 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12698
12699         * gst-libs/gst/riff/riff-media.c:
12700         (gst_riff_create_video_caps_with_data),
12701         (gst_riff_create_audio_caps_with_data):
12702           Add codec_data handling (like asfdemux used to do).
12703         * gst/asfdemux/gstasf.c: (plugin_init):
12704         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
12705         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
12706           Use riff-media for caps creation instead of our own (mostly
12707           broken) copy of its functions.
12708
12709 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12710
12711         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
12712           Don't actually error out if we get another return value than
12713           -EINVAL. Opposite to what I first thought, drivers have random
12714           return values for this, although -EINVAL is the expected return
12715           value. Since this is not fatal, we shouldn't use
12716           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
12717
12718 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12719
12720         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
12721         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
12722         (dvdreadsrc_get_property), (_open), (_seek), (_read),
12723         (dvdreadsrc_get), (dvdreadsrc_open_file),
12724         (dvdreadsrc_change_state):
12725           Fix. Don't do one big huge loop around the whole DVD, that will
12726           cache all data and thus eat sizeof(dvd) (several GB) before we
12727           see something.
12728         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
12729           Actually NULL'ify event after using it.
12730         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
12731         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
12732         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
12733         (gst_ebml_read_seek), (gst_ebml_read_skip):
12734           Handle events.
12735         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
12736         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
12737         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
12738           Fix timing (this will probably break if I seek using menus, but
12739           I didn't get there yet). VOBs and normal DVDs should now work.
12740           Add a mpeg2-only pad with high rank so this get autoplugged for
12741           MPEG-2 movies.
12742         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
12743         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
12744         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
12745         (gst_mpeg_demux_get_audio_stream),
12746         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
12747         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
12748           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
12749           MPEG-1 but use dvddemux for MPEG-2.
12750         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
12751         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
12752         (gst_mpeg_parse_parse_packhead):
12753           Timing. Only add pad template if it exists. Add sink template from
12754           class and not from ourselves. This means we will always use the
12755           correct sink template even if it is not the one defined in this
12756           file.
12757
12758 2004-09-29  Wim Taymans  <wim@fluendo.com>
12759
12760         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
12761         (gst_mpeg_demux_parse_pes):
12762         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
12763         Fix playback of mpeg again, timestamps where screwed up by
12764         patch 1.61.
12765
12766 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12767
12768         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
12769           Only return true if we actually filled something in. Prevents
12770           player applications from showing a random length for flac files.
12771         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
12772         (gst_riff_read_use_event), (gst_riff_read_handle_event),
12773         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
12774         (gst_riff_read_strf_vids_with_data),
12775         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
12776           OK, ok, so I implemented event handling. Apparently it's normal
12777           that we receive random events at random points without asking
12778           for it.
12779         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12780         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12781         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
12782         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
12783         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
12784         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12785         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12786         * gst/avi/gstavidemux.h:
12787           Implement non-lineair chunk handling and subchunk processing.
12788           The first solves playback of AVI files where the audio and video
12789           data of individual buffers that we read are not synchronized.
12790           This should not happen according to the wonderful AVI specs, but
12791           of course it does happen in reality. It is also a prerequisite for
12792           the second. Subchunk processing allows us to cut chunks in small
12793           pieces and process each of these pieces separately. This is
12794           required because I've seen several AVI files with incredibly large
12795           audio chunks, even some files with only one audio chunk for the
12796           whole file. This allows for proper playback including seeking.
12797           This patch is supposed to fix all AVI A/V sync issues.
12798         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
12799         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
12800           Work.
12801         * gst/modplug/gstmodplug.cc:
12802           Proper return value setting for the query() function.
12803         * gst/playback/gstplaybasebin.c: (setup_source):
12804           Being in non-playing state (after, e.g., EOS) is not necessarily
12805           a bad thing. Allow for that. This fixes playback of short files.
12806           They don't actually playback fully now, because the clock already
12807           runs. This means that small files (<500kB) with a small length
12808           (<2sec) will still not or barely play. Other files, such as mod
12809           or flx, will work correctly, however.
12810
12811 2004-09-28  Wim Taymans  <wim@fluendo.com>
12812
12813         * ext/speex/gstspeex.c: (plugin_init):
12814         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
12815         (gst_speex_dec_class_init), (speex_dec_get_formats),
12816         (speex_get_event_masks), (speex_get_query_types),
12817         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
12818         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
12819         (gst_speexdec_get_property), (gst_speexdec_set_property),
12820         (speex_dec_change_state):
12821         * ext/speex/gstspeexdec.h:
12822         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
12823         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
12824         (gst_speexenc_base_init), (gst_speexenc_class_init),
12825         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
12826         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
12827         (gst_speexenc_src_query), (gst_speexenc_init),
12828         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
12829         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
12830         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
12831         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
12832         (gst_speexenc_chain), (gst_speexenc_get_property),
12833         (gst_speexenc_set_property), (gst_speexenc_change_state):
12834         * ext/speex/gstspeexenc.h:
12835         Rewrote speex encoder, make sure it can be embedded in ogg.
12836         Implemented speex decoder.
12837
12838 2004-09-28  Christian Schaller <christian@fluendo.com>
12839
12840         * configure.ac:
12841         Remove kioslave plugin. Markey is brewing a new working one
12842         * ext/Makefile.am: Remove kioslave plugin
12843         * ext/kio: remove
12844         * gst-plugins.spec.in: remove kio plugin from spec
12845
12846 2004-09-27  Wim Taymans  <wim@fluendo.com>
12847
12848         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
12849         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
12850         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
12851         (gst_multifdsink_new_client),
12852         (gst_multifdsink_handle_client_write),
12853         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12854         (gst_multifdsink_handle_clients):
12855         * gst/tcp/gstmultifdsink.h:
12856         Make syncing to keyframes actually work for new clients and lagging
12857         clients.
12858
12859 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12860
12861         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
12862         (gst_navigationtest_handle_src_event), (draw_box_planar411),
12863         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
12864         * gst/debug/gstnavigationtest.h:
12865           make navigationtest display button-press and button-release events
12866
12867 2004-09-26 Iain <iaingnome@gmail.com>
12868
12869         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
12870         the channels have received a new media event.
12871         (interleave_buffered_loop): Compresses a new media event on all
12872         channels into one.
12873
12874 2004-09-26 Iain <iaingnome@gmail.com>
12875
12876         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
12877         call the sinkpad's default event handler and not the srcpads. He also
12878         says this is confusing :)
12879         (gst_wavenc_stop_file): Company says that seek events only go upstream
12880         we should send a discontinuous downstream instead.
12881
12882 2004-09-25  Christian Schaller <christian@fluendo.com>
12883
12884         * Update SPEC file to be usable in conjunction with Fedora Core,
12885           Fedora.us and freshrpms packages
12886         * Fix typo in multifilesrc test Makefile
12887
12888 2004-09-24  Wim Taymans  <wim@fluendo.com>
12889
12890         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
12891         Only signal the no_more_pads signal when we have
12892         added the stream to our list.
12893
12894 2004-09-24  Wim Taymans  <wim@fluendo.com>
12895
12896         * gst/playback/gstplaybasebin.c: (remove_prerolls),
12897         (new_decoded_pad):
12898         * gst/playback/gstplaybasebin.h:
12899         * gst/playback/gstplaybin.c: (setup_sinks):
12900         Don't try to preroll or decode more than one audio/video
12901         track.
12902
12903 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12904
12905         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12906           Throw error if we failed to find a suitable output. This should
12907           throw an error if we successfully set up a pipeline (e.g. because
12908           we recognized a media file) but found no decodable streams in it
12909           (e.g. because it contains only media stream types for which we
12910           have no decoders, or because it's not a media type).
12911
12912 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12913
12914         * ext/dirac/Makefile.am:
12915         * ext/dirac/gstdirac.cc:
12916         * ext/dirac/gstdiracdec.cc:
12917         * ext/dirac/gstdiracdec.h:
12918           Do something. Don't actually know if this works because I don't
12919           have a demuxer yet.
12920         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
12921           Add channels=1 to caps returned from _getcaps().
12922         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
12923         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
12924         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
12925         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
12926         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
12927         (gst_ogm_parse_change_state):
12928           Separate between audio/video so ogmaudioparse actually uses the
12929           audio pad templates. Both audio and video work now, including
12930           autoplugging. Also use sometimes-srcpad hack.
12931         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
12932           Handle events better. Don't hang on infinite loops.
12933         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
12934         (gst_avi_demux_init), (gst_avi_demux_reset),
12935         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12936         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
12937         (gst_avi_demux_change_state):
12938         * gst/avi/gstavidemux.h:
12939           Improve A/V sync. Still not perfect.
12940         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
12941         (gst_ebml_read_skip):
12942           Handle events better.
12943         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
12944         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
12945         (qtdemux_audio_caps):
12946           Add IMA4. Improve event handling. Save offset after a seek when
12947           the headers are at the end of the file so that we don't end up in
12948           an infinite loop.
12949         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
12950           Add low-priority typefind support for files with no length.
12951
12952 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12953
12954         * testsuite/multifilesink/Makefile.am:
12955         fix typo
12956
12957 2004-09-22  Julien MOUTTE  <julien@moutte.net>
12958
12959         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
12960         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
12961         mistakes from thaytan's patches.
12962
12963 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
12964
12965         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
12966           For completeness, XSync in the destroy function as xvimage does.
12967
12968 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
12969
12970         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
12971            Correct caps negotiation
12972         * gst/volume/gstvolume.c: (volume_chain_float),
12973         (volume_chain_int16):
12974            Modify debug output to be little more informative
12975         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
12976         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12977         (gst_xvimagesink_xvimage_destroy):
12978           Add XSync calls after detaching from the shared memory segment to
12979           avoid a crash.
12980
12981 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12982
12983         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
12984         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
12985         * ext/vorbis/vorbis.c: (plugin_init):
12986         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12987         (gst_vorbisenc_chain):
12988         * ext/vorbis/vorbisenc.h:
12989         remove explicit newmedia support from oggmux and vorbisenc
12990         add debug category to vorbisenc
12991         * gst/multifilesink/gstmultifilesink.c:
12992         (gst_multifilesink_class_init), (gst_multifilesink_init),
12993         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
12994         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
12995         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
12996         (plugin_init):
12997         * gst/multifilesink/gstmultifilesink.h:
12998         add support for streamheader in multifilesink
12999
13000 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13001
13002         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
13003         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
13004         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
13005           Prevent infinite loops. More correct error reporting.
13006         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13007           Error out if negotiation fails.
13008         * gst/playback/gstplaybasebin.c: (setup_source),
13009         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
13010         (gst_play_base_bin_found_tag):
13011           Error/tag forwarding. Pre-roll fixes for source errors on state
13012           changes (e.g. "file does not exist") to prevent hangs.
13013
13014 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13015
13016         * testsuite/multifilesink/Makefile.am:
13017         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
13018         (gst_newmedia_class_init), (gst_newmedia_init),
13019         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
13020         (newfile_signal), (test_signal), (main):
13021         * testsuite/multifilesink/multifilesrc_test.c: (main):
13022         * testsuite/multifilesink/oggtheora_test.c:
13023         (gst_newmedia_base_init), (gst_newmedia_class_init),
13024         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
13025         (test_format), (newfile_signal), (test_signal), (main):
13026         * testsuite/multifilesink/oggvorbis_test.c:
13027         (gst_newmedia_base_init), (gst_newmedia_class_init),
13028         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
13029         (test_format), (newfile_signal), (test_signal), (main):
13030         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
13031         (gst_newmedia_class_init), (gst_newmedia_init),
13032         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
13033         (newfile_signal), (test_signal), (main):
13034         New media tests
13035
13036 2004-09-20  Christian Schaller <christian@fluendo.com>
13037
13038         * Fix mikmod license to LGPL as they have relicensed
13039         * Move Dirac and Effectv into LGPL section of README_license
13040
13041 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13042
13043         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
13044         (gst_mad_change_state):
13045           Allow for mp3 rate/channels changes. However, only very
13046           conservatively. Reason that we *have* to enable this is smiply
13047           because the mad find_sync() function is not good enough, it will
13048           regularly sync on random data as valid frames and therefore make
13049           us provide random caps as *final* caps of the stream. The best fix
13050           I could think of is to simply require several of the same stream
13051           changes in a row before we change caps.
13052           The actual testcase that works now is #
13053         * ext/ogg/Makefile.am:
13054         * ext/ogg/gstogg.c: (plugin_init):
13055         * ext/ogg/gstogmparse.c:
13056           OGM support (video only for now; I need an audio sample file).
13057         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
13058         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
13059         (gst_asf_demux_add_video_stream):
13060           WMV extradata.
13061         * gst/playback/gstplaybasebin.c: (unknown_type):
13062           Don't error out on single unknown-types after all. It's wrong.
13063           If we found type of video and audio but not of a subtitle stream,
13064           it will still error out (which is unwanted). Will find a better fix
13065           later on.
13066         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
13067         (ogmaudio_type_find), (plugin_init):
13068           OGM support.
13069
13070 2004-09-20  Johan Dahlin  <johan@gnome.org>
13071
13072         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
13073         after setting caps.
13074
13075 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13076
13077         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
13078         * gst/wavenc/gstwavenc.h:
13079         Added newmedia support to wavenc
13080
13081 2004-09-17  Wim Taymans  <wim@fluendo.com>
13082
13083         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
13084         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
13085         (gst_fdset_fd_can_write), (gst_fdset_wait):
13086         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
13087         (gst_multifdsink_init), (gst_multifdsink_add),
13088         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
13089         (gst_multifdsink_remove_client_link),
13090         (gst_multifdsink_client_queue_buffer),
13091         (gst_multifdsink_handle_client_write),
13092         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
13093         (gst_multifdsink_close), (gst_multifdsink_change_state):
13094         * gst/tcp/gstmultifdsink.h:
13095         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13096         (gst_tcpserversink_removed):
13097         Small cleanups in fdset.c
13098         Use a hastable to map fd to the client structure for faster
13099         lookup in _remove and get_stats.
13100         Added virtual function to close the fds.
13101         Handle clients even when the select/poll call was unblocked because
13102         of a command.
13103         Implement syncing to keyframe in the recovery procedure.
13104
13105 2004-09-16 Iain <iaingnome@gmail.com>
13106
13107         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
13108         try caps.
13109
13110 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13111
13112         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
13113           Caps are only set if the type of the stream is unknown, but this
13114           is initialized in ->init_stream(), so set to UNKNOWN after calling
13115           ->init_stream() so that capsnego starts.
13116
13117 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13118
13119         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13120         (gst_avi_demux_stream_data):
13121           Just hardcode for raw audio then. AVI audio sucks.
13122
13123 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
13124
13125         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
13126         * gst/matroska/matroska-mux.c: (audiosink_templ),
13127         (gst_matroska_mux_audio_pad_link):
13128         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
13129         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
13130
13131 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13132
13133         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13134         (gst_avi_demux_stream_data):
13135           Try to fix a/v sync issues.
13136
13137 2004-09-15  David Schleef  <ds@schleef.org>
13138
13139         * configure.ac: remove NASM check, since we don't use it.  Update
13140         dirac check to 0.4
13141         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
13142         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
13143         Initialized variables.
13144         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
13145         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
13146         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
13147         SVQ3 format
13148
13149 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13150
13151         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13152         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
13153         * gst/avi/gstavidemux.h:
13154           Fix for compressed audio (mp3) timestamp generation. How did this
13155           ever work?
13156
13157 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13158
13159         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13160           Volume is a double not a float.
13161
13162 2004-09-15  Wim Taymans  <wim@fluendo.com>
13163
13164         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
13165         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
13166         Don't close the fd in multifdsink as we didn't open it in the
13167         first place. Some cleanups.
13168
13169 2004-09-15  Wim Taymans  <wim@fluendo.com>
13170
13171         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13172         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13173         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
13174         Fix the case where the muxer would mark pages as delta
13175         frames when they are not (vorbis only ogg).
13176
13177 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13178
13179         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
13180         (gst_play_base_bin_change_state):
13181           Handle the case where we failed to setup a clear pipeline. This
13182           will throw an error (or EOS, another nice case) and if you don't
13183           catch that, the app will wait for the signal forever (and thus
13184           hang).
13185
13186 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13187
13188         * ext/gnomevfs/gstgnomevfssink.c:
13189         (gst_gnomevfssink_uri_get_protocols):
13190         * ext/gnomevfs/gstgnomevfssrc.c:
13191         (gst_gnomevfssrc_uri_get_protocols):
13192         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
13193         * ext/gnomevfs/gstgnomevfsuri.h:
13194           Use _uri_new() instead of _open(), so it doesn't take as long and
13195           Christophe's computer won't hang.
13196         * gst/playback/gstplaybasebin.c: (unknown_type):
13197           Throw error on unknown media type, so apps actually display it.
13198
13199 2004-09-14  Brian Cameron  <brian.cameron@sun.com
13200
13201         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
13202           this script to work on Solaris since bash shell handles echo
13203           differenly than bash.
13204
13205 2004-09-17  Wim Taymans  <wim@fluendo.com>
13206
13207         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
13208         (setup_source), (gst_play_base_bin_set_property),
13209         (gst_play_base_bin_add_element):
13210         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
13211         Some more work on making sure seeking pauses the pipeline and
13212         that changing the uri actually does something.
13213
13214 2004-09-17  Wim Taymans  <wim@fluendo.com>
13215
13216         * gst/tcp/gstfdset.c: (gst_fdset_wait):
13217         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
13218         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
13219         (gst_tcpserversink_close):
13220         Be a bit more paranoid when freeing memory.
13221
13222 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13223
13224         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
13225         (qtdemux_parse_trak):
13226           Don't crash by dividing by zero (see sample movie in #126922).
13227
13228 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13229
13230         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
13231           Don't touch non-existing data (fixes crash on file in #140147).
13232
13233 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13234
13235         * gst/playback/gstplaybasebin.c:
13236         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
13237           Handle double disposals, and proper change of URIs.
13238
13239 2004-09-13  Martin Eikermann <meiker@upb.de>
13240
13241         * gst/mpegstream/gstmpegparse.c:
13242           fix synchronistation for streams recorded from digital PCR
13243           fixes bug #119376
13244
13245 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13246
13247         * ext/gnomevfs/Makefile.am:
13248         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13249         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
13250         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
13251         (gst_gnomevfssink_uri_get_type),
13252         (gst_gnomevfssink_uri_get_protocols),
13253         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
13254         (gst_gnomevfssink_uri_handler_init),
13255         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
13256         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
13257         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
13258         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
13259         (gst_gnomevfssrc_uri_get_type),
13260         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
13261         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
13262         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
13263         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
13264         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
13265         * ext/gnomevfs/gstgnomevfsuri.h:
13266           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
13267           of fake URIs to see which this version of Gnome-VFS likes, and
13268           uses that for the Gst-URI interface. Makes playbin support http://
13269           streams. Also fix up some stupid behaviour in gnomevfssrc.
13270
13271 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13272
13273         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
13274         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
13275         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
13276         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
13277           Update mixer (to sync with other sessions) if we try to obtain
13278           a new value. This makes alsamixer work accross applications.
13279         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
13280           Only call sync functions if we're running, else alsalib asserts.
13281         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
13282           Sometimes fails to compile. Possibly a gcc bug.
13283         * gst/playback/gstplaybin.c: (gen_video_element),
13284         (gen_audio_element):
13285           Add a reference to an application-provided object, because we lose
13286           this same reference if we add it to the bin. If we don't do this,
13287           we can only use this object once and thus crash if we go from
13288           ready to playing, back to ready and back to playing again.
13289           Also add an audioscale element because several cheap soundcards -
13290           like mine - don't support all samplerates.
13291         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
13292         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
13293           Fix wrong order or PAR calls. Makes automatically obtained PAR
13294           from the X server atually being used.
13295
13296 2004-09-12  David Schleef  <ds@schleef.org>
13297
13298         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
13299         #151887, #152102, #152247.
13300         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
13301         * examples/seeking/cdparanoia.c: same
13302         * examples/seeking/cdplayer.c: same
13303         * examples/seeking/seek.c: same
13304         * examples/seeking/spider_seek.c: same
13305         * examples/seeking/vorbisfile.c: same
13306         * examples/stats/mp2ogg.c: same
13307         * ext/esd/esdsink.c: (gst_esdsink_class_init),
13308         (gst_esdsink_dispose): Dispose of element properly.
13309         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
13310         fixes.
13311         * ext/nas/nassink.c: (gst_nassink_class_init),
13312         (gst_nassink_dispose): Dispose of element correctly.
13313         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
13314         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
13315         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
13316         Fix 64-bit warning.
13317         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13318         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
13319         Fix 64-bit warning.
13320
13321 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13322
13323         * configure.ac : change speex detection as 1.1.6 now uses
13324           .pc/pkg-config and they changed their headers location.
13325
13326 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
13327
13328         * gst/matroska/matroska-mux.h:
13329         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
13330         (gst_matroska_mux_start), (gst_matroska_mux_finish),
13331         (gst_matroska_mux_write_data):
13332           Write multiple blocks/frames per cluster.
13333                 Write meta-seek information (seek heads).
13334
13335 2004-09-09  Scott Wheeler <wheeler@kde.org>
13336
13337         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
13338         (gst_play_bin_set_property), (gst_play_bin_get_property),
13339         (gen_audio_element), (gen_audio_element):
13340           Add a volume element / property to the pipeline.
13341
13342 2004-09-07  Wim Taymans  <wim@fluendo.com>
13343
13344         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
13345         Copy timestamps from the master pad to the output buffers.
13346
13347 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13348
13349         * ext/raw1394/gstdv1394src.c:
13350           throw errors when applicable
13351
13352 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
13353
13354         * gst/matroska/ebml-ids.h:
13355         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
13356         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
13357         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
13358           automatically convert unix time <-> ebml time when reading/writing
13359           a date, use gst_ebml_write_uint to write CUETIME,
13360           not gst_ebml_write_date.
13361         * gst/matroska/matroska-ids.h:
13362         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
13363         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
13364         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
13365         (gst_matroska_mux_write_data):
13366           Write track and segment UIDs, write muxing date, write
13367           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
13368           Create cues for audio only files.
13369
13370 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13371
13372         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13373         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13374           Re-commit ALSA switches.
13375         * gst/adder/gstadder.c: (gst_adder_loop):
13376           64-bit fix (#151416).
13377         * gst/debug/progressreport.c: (gst_progressreport_report):
13378           64-bit fix (#151419).
13379         * gst/matroska/matroska-demux.c:
13380         (gst_matroska_demux_parse_contents):
13381           64-bit fix (#151420).
13382         * gst/playback/test3.c: (update_scale):
13383           64-bit fix (#151421).
13384
13385 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
13386
13387         * configure.ac:
13388           bump nano to cvs
13389
13390 === release 0.8.4 ===
13391
13392 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13393
13394         * configure.ac: releasing 0.8.4, "Alias"
13395
13396 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
13397
13398         * ext/theora/Makefile.am:
13399           fix makefile.  Fixes #151462.
13400
13401 2004-08-30  Wim Taymans  <wim@fluendo.com>
13402
13403         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
13404         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13405         (gst_multifdsink_remove_client_link),
13406         (gst_multifdsink_client_queue_buffer),
13407         (gst_multifdsink_handle_client_write):
13408         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
13409         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
13410         Fix some memory leaks.
13411
13412 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13413
13414         Patch by: David Schleef
13415
13416         * configure.ac:
13417         * sys/Makefile.am:
13418           rename our detection macro for V4L2.  Fixes #151236.
13419
13420 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13421
13422         Patch by: David Schleef
13423
13424         * configure.ac:
13425           check to define LAMEPRESET.  Fixes #151232.
13426
13427 2004-08-27  David Schleef  <ds@schleef.org>
13428
13429         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
13430         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
13431         (gst_glimagesink_fixate):  Move local variable declarations to
13432         make gcc-2.95 happy.
13433
13434 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13435
13436         * configure.ac:
13437           bump nano for prerelease
13438
13439 2004-08-27  David Schleef  <ds@schleef.org>
13440
13441         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
13442         * sys/sunaudio/gstsunaudiosrc.c:
13443         * sys/sunaudio/gstsunaudiosrc.h:
13444
13445 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
13446
13447         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
13448         handle EOS correctly
13449         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
13450         * gst/matroska/matroska-mux.h:
13451         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
13452         VFW compatibility mode
13453
13454 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13455
13456         patch by: Zaheer Abbas Merali
13457
13458         * ext/ogg/gstoggmux.c:
13459         * ext/vorbis/vorbisenc.c:
13460         * ext/vorbis/vorbisenc.h:
13461           handle NEWMEDIA
13462
13463 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
13464
13465         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
13466         fix byte order reversion on little endian machines.
13467         * gst/matroska/matroska-mux.c: (audiosink_templ),
13468         (gst_matroska_mux_audio_pad_link):
13469         add TTA codec to the list of supported codecs.
13470         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
13471         (gst_matroska_mux_start), (gst_matroska_mux_finish),
13472         (gst_matroska_mux_write_data):
13473         * gst/matroska/matroska-mux.h:
13474         write segment duration correctly, write muxing app string, fixes bugs
13475         #140897 and #140898.
13476         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
13477         wait for all pads to be negotiated before starting to mux.
13478
13479 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13480
13481         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
13482         * ext/lame/gstlame.h:
13483         Added new media support to lame
13484
13485 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
13486
13487         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
13488         send vorbis headers at the beginning of a stream, fixes bug #141554.
13489         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
13490         bug #148950.
13491         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
13492         (gst_matroska_demux_plugin_init):
13493         * gst/matroska/matroska-ids.h:
13494         enable demuxing of TTA audio streams, fixes bug #148951.
13495         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
13496         enable typefinding for TTA audio files, fixes bug #148711.
13497         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
13498         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
13499         fixes playback of packed bitstream and xvid with bframes, bug #135407.
13500
13501 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
13502
13503         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
13504         (gst_riff_read_element_data), (gst_riff_read_seek),
13505         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
13506         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
13507         <teuf@gnome.org>
13508
13509 2004-08-23 Iain <iaingnome@gmail.com>
13510
13511         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
13512         tags. They appear to be handled differently to normal.
13513         (tag_list_to_id3_tag_foreach): Ditto.
13514
13515 2004-08-22  Wim Taymans  <wim@fluendo.com>
13516
13517         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13518         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
13519         Make sure we never send -1 granulepos.
13520
13521 2004-08-20  Wim Taymans  <wim@fluendo.com>
13522
13523         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13524         (gst_ogg_mux_loop):
13525         I will accept bitchslappings with non sharp objects.
13526
13527 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13528
13529         * configure.ac:
13530         Clean up the test for lame presets
13531
13532 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13533
13534         * configure.ac:
13535         * ext/lame/Makefile.am:
13536         * ext/lame/gstlame.c: (gst_lame_class_init),
13537         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
13538         Only enable lame presets if version of lame has presets in API
13539
13540 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
13541         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
13542         * gst/udp/gstudpsrc.h:
13543           Don't call gst_pad_push in a get function. Fixes #150449
13544
13545 2004-08-18  Wim Taymans  <wim@fluendo.com>
13546
13547         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
13548         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
13549         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
13550         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13551         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13552         (gst_fdset_wait):
13553         * gst/tcp/gstfdset.h:
13554         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13555         (gst_multifdsink_client_queue_buffer),
13556         (gst_multifdsink_handle_client_write):
13557         * gst/tcp/gstmultifdsink.h:
13558         Some extra checks in gstfdset.
13559         Only use send() when the fd is a socket. Don't try to
13560         read from write only fds.
13561
13562 2004-08-18  Wim Taymans  <wim@fluendo.com>
13563
13564         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
13565         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
13566         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13567         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13568         (gst_fdset_wait):
13569         Add more locking and bounds checking.
13570
13571 2004-08-18  Wim Taymans  <wim@fluendo.com>
13572
13573         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
13574         Realloc test fdset in the lock and right before starting
13575         the poll call. Bump the limit to 4096.
13576
13577 2004-08-17  David Schleef  <ds@schleef.org>
13578
13579         * sys/sunaudio/Makefile.am:
13580         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
13581         of rates and channels.  Make debugging less obnoxious.
13582
13583         Patch from Balamurali Viswanathan implementing a mixer for
13584         Sun audio.  (bug #144091):
13585         * sys/sunaudio/gstsunelement.c:
13586         * sys/sunaudio/gstsunelement.h:
13587         * sys/sunaudio/gstsunmixer.c:
13588         * sys/sunaudio/gstsunmixer.h:
13589
13590 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13591
13592         * gst/audioscale/gstaudioscale.c:
13593         * gst/audioscale/gstaudioscale.h:
13594         made audioscale resample from any sample rate to any sample rate
13595
13596 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13597
13598         * ext/libpng/gstpngdec.c:
13599           error out on unsupported types
13600
13601 2004-08-17  Iain <iaingnome@gmail.com>
13602
13603         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
13604         mid_side and loose_mid_side properties if its a stereo stream.
13605
13606 2004-08-17  Wim Taymans  <wim@fluendo.com>
13607
13608         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
13609         (theora_get_formats), (theora_dec_src_convert),
13610         (theora_dec_sink_convert), (theora_dec_src_query),
13611         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
13612         Add a debug line.
13613
13614 2004-08-17  Wim Taymans  <wim@fluendo.com>
13615
13616         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
13617         (gst_ogg_pad_push):
13618         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13619         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
13620         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
13621         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
13622         Mark delta units in the muxer.
13623         Try to decode the packet after an out-of-sync error from
13624         libogg.
13625
13626 2004-08-17  Wim Taymans  <wim@fluendo.com>
13627
13628         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13629         (gst_multifdsink_init), (gst_multifdsink_add),
13630         (gst_multifdsink_client_queue_buffer),
13631         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
13632         * gst/tcp/gstmultifdsink.h:
13633         Added option to send a keyframe to clients as the first buffer.
13634         Make timeout property writable.
13635
13636 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13637
13638         patch by: Wim Taymans
13639
13640         * gst/tcp/gstfdset.c:
13641         * gst/tcp/gstmultifdsink.c:
13642           fix index comparison, should include 0
13643
13644 2004-08-16  Wim Taymans  <wim@fluendo.com>
13645
13646         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
13647         (gst_fdset_add_fd), (gst_fdset_remove_fd),
13648         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13649         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13650         (gst_fdset_wait):
13651           copy when reallocing for poll so the select arguments don't get
13652           changed during the call
13653
13654 2004-08-16  Wim Taymans  <wim@fluendo.com>
13655
13656         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
13657         (gst_theora_enc_class_init), (theora_enc_sink_link),
13658         (theora_buffer_from_packet), (theora_enc_chain):
13659         Fix bug where buffers were not marked as keyframes
13660         correctly.
13661
13662 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13663
13664         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
13665         (gst_lame_preset_get_type), (gst_lame_class_init):
13666         describe the enum values for vbr mode and presets more verbosely
13667
13668 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13669
13670         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
13671         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
13672         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
13673         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
13674         * ext/lame/gstlame.h:
13675         add preset property to lame so it can use lame presets
13676
13677 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13678
13679         * ext/lame/gstlame.c: (gst_lame_get_property):
13680         whoops forgot break, thanks teuf
13681
13682 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13683
13684         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
13685         (gst_lame_class_init), (gst_lame_src_getcaps),
13686         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
13687         (gst_lame_get_property), (gst_lame_setup):
13688         * ext/lame/gstlame.h:
13689         fix lame's broken vbr stuff, allow it to resample if need be, and also
13690         make xing header optional
13691
13692 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13693
13694         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
13695         added getcaps function so samplerate doesnt get fixated to silly values
13696
13697 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13698
13699         * ext/lame/gstlame.c: (gst_lame_src_link):
13700         revert previous fix
13701
13702 2004-08-12  Johan Dahlin  <johan@gnome.org>
13703
13704         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
13705         checks. Doesn't matter what state we are in. Interfaces are a
13706         compile time thing, not runtime. It also broke the python bindings.
13707
13708 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13709
13710         * ext/lame/gstlame.c: (gst_lame_src_link):
13711         made source pad link function check if sinkpad is ok..fixes the problem
13712         where core fixates the output rate of lame stupidly
13713
13714 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13715
13716         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
13717         * sys/v4l/v4l_calls.c:
13718         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
13719           fix fixate function to handle nonsimple caps.
13720           remove bogus check in _link
13721           cleanups
13722
13723 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13724
13725         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
13726         set default compression ratio parameter to 0.0 so bitrate parameter
13727         works :)
13728
13729 2004-08-11  David Schleef  <ds@schleef.org>
13730
13731         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
13732
13733 2004-08-11  David Schleef  <ds@schleef.org>
13734
13735         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
13736         before.
13737
13738 2004-08-11  David Schleef  <ds@schleef.org>
13739
13740         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
13741
13742 2004-08-11  David Schleef  <ds@schleef.org>
13743
13744         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
13745           license field
13746         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
13747         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
13748           LGPL.
13749         * gst/auparse/gstauparse.c: Fix plugin license field.
13750         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
13751         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
13752         * gst/rtp/gstrtp.c: Fix plugin license field.
13753
13754 2004-08-11  Wim Taymans  <wim@fluendo.com>
13755
13756         * gst/tcp/Makefile.am:
13757         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
13758         (ensure_size), (gst_fdset_new), (gst_fdset_free),
13759         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
13760         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
13761         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
13762         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
13763         (gst_fdset_fd_can_write), (gst_fdset_wait):
13764         * gst/tcp/gstfdset.h:
13765         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
13766         (gst_multifdsink_class_init), (gst_multifdsink_init),
13767         (gst_multifdsink_add), (gst_multifdsink_remove),
13768         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13769         (gst_multifdsink_remove_client_link),
13770         (gst_multifdsink_handle_client_read),
13771         (gst_multifdsink_client_queue_data),
13772         (gst_multifdsink_client_queue_caps),
13773         (gst_multifdsink_client_queue_buffer),
13774         (gst_multifdsink_handle_client_write),
13775         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13776         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
13777         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
13778         (gst_multifdsink_close):
13779         * gst/tcp/gstmultifdsink.h:
13780         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13781         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13782         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
13783         (gst_tcpserversink_close):
13784         * gst/tcp/gsttcpserversink.h:
13785         Abstracted away the select call, implemented poll (yes we ran into
13786         the 1024 limit in production).
13787
13788 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13789
13790         * gst/tcp/gsttcp.c:
13791         * gst/tcp/gsttcpplugin.c:
13792           improve debuggging, remove assert
13793
13794 2004-08-10  Wim Taymans  <wim@fluendo.com>
13795
13796         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
13797         (gst_client_status_get_type), (gst_multifdsink_class_init),
13798         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
13799         (gst_multifdsink_handle_client_read),
13800         (gst_multifdsink_handle_client_write),
13801         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13802         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
13803         (gst_multifdsink_get_property):
13804         * gst/tcp/gstmultifdsink.h:
13805         * gst/tcp/gsttcp-marshal.list:
13806         Starting to prepare for specifying buffer time in other units
13807         than buffers. Expose remove reason in signal.
13808
13809 2004-08-10  Wim Taymans  <wim@fluendo.com>
13810
13811         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13812         (gst_multifdsink_remove), (gst_multifdsink_clear),
13813         (gst_multifdsink_remove_client_link),
13814         (gst_multifdsink_handle_client_read),
13815         (gst_multifdsink_client_queue_data),
13816         (gst_multifdsink_client_queue_buffer),
13817         (gst_multifdsink_handle_client_write),
13818         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13819         (gst_multifdsink_chain), (gst_multifdsink_close):
13820         * gst/tcp/gstmultifdsink.h:
13821         Added more debugging info. Changed the way clients are
13822         removed from the lists. Fixed a bug where a bad file descriptor
13823         could cause many clients to be removed.
13824
13825 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13826
13827         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
13828           allow all pixel-aspect-ratios, not just 1:1
13829
13830 2004-08-09  David Schleef  <ds@schleef.org>
13831
13832         * sys/glsink/ARB_multitexture.h:  Remove old files.
13833         * sys/glsink/EXT_paletted_texture.h:
13834         * sys/glsink/NV_register_combiners.h:
13835         * sys/glsink/gstgl_nvimage.c:
13836         * sys/glsink/gstgl_pdrimage.c:
13837         * sys/glsink/gstgl_rgbimage.c:
13838         * sys/glsink/gstglsink.c:
13839         * sys/glsink/gstglsink.h:
13840         * sys/glsink/gstglxwindow.c:
13841         * sys/glsink/regcomb_yuvrgb.c:
13842
13843 2004-08-09  David Schleef  <ds@schleef.org>
13844
13845         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
13846         GL sink plugin.  (Bug #147302)
13847
13848         * configure.ac: Test for OpenGL
13849         * sys/Makefile.am: Use test for OpenGL
13850         * sys/glsink/Makefile.am:
13851         * sys/glsink/glimagesink.c: rewrite
13852         * sys/glsink/glimagesink.h: rewrite
13853
13854 2004-08-09  David Schleef  <ds@schleef.org>
13855
13856         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
13857         sane framerates.
13858         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
13859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
13860         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
13861
13862 2004-08-09  Wim Taymans  <wim@fluendo.com>
13863
13864         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13865         (gst_multifdsink_add), (gst_multifdsink_get_stats),
13866         (gst_multifdsink_client_remove),
13867         (gst_multifdsink_handle_client_read),
13868         (gst_multifdsink_handle_client_write),
13869         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
13870         Do a bit more logging, make the client_read code more robust.
13871
13872 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13873
13874         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
13875         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
13876         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
13877         (gst_jpegdec_init), (gst_jpegdec_chain):
13878         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13879         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
13880           cleanups, debugging fixes and memleak plugging
13881
13882 2004-08-09  Wim Taymans  <wim@fluendo.com>
13883
13884         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
13885         (theora_get_formats), (theora_dec_src_convert),
13886         (theora_dec_sink_convert), (theora_dec_src_query),
13887         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
13888         (theora_dec_change_state):
13889         Don't crash on missing header packets.
13890
13891 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13892
13893         * po/LINGUAS:
13894         * po/sq.po:
13895           Added Albanian translation (Laurent Dhima)
13896         * po/cs.po:
13897           updated
13898
13899 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13900
13901         * ext/lame/gstlame.c:
13902           fix/add debugging
13903
13904 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13905
13906         * sys/ximage/ximagesink.c:
13907         * sys/xvimage/xvimagesink.c:
13908           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
13909
13910 2004-08-06  Wim Taymans  <wim@fluendo.com>
13911
13912         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13913         (gst_multifdsink_add), (gst_multifdsink_get_stats),
13914         (gst_multifdsink_client_remove),
13915         (gst_multifdsink_handle_client_read),
13916         (gst_multifdsink_handle_client_write),
13917         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
13918         Make sure we don't try to read more from a client that what
13919         ioctl says us or we deadlock.
13920
13921 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13922
13923         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
13924         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
13925         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
13926           decouple running_time and n_frames so it can handle changing
13927           framerate while running
13928
13929 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13930
13931         * po/nl.po:
13932         * po/sv.po:
13933           updated translations
13934
13935 2004-08-04  Benjamin Otte  <otte@gnome.org>
13936
13937         * gst/videotestsrc/gstvideotestsrc.c:
13938         (gst_videotestsrc_get_capslist), (generate_capslist),
13939         (plugin_init):
13940           generate the list of supported caps at startup and reuse it instead
13941           of always generating it
13942
13943 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13944
13945         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
13946           whoops, last checkin broke normal build
13947
13948 2004-08-03  Benjamin Otte  <otte@gnome.org>
13949
13950         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
13951         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13952         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
13953         (gst_alsa_mixer_get_option):
13954         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
13955         (dvdnavsrc_print_event):
13956         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
13957         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
13958         (gst_ogg_mux_pad_unlink):
13959         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
13960         (gst_multipart_mux_pad_unlink):
13961         * gst/videofilter/gstvideobalance.c:
13962         (gst_videobalance_colorbalance_set_value):
13963         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
13964         (gst_videomixer_pad_unlink):
13965         * po/uk.po:
13966         * sys/oss/gstossmixer.c:
13967         * sys/v4l/gstv4lcolorbalance.c:
13968         * sys/v4l/gstv4ltuner.c:
13969         * sys/v4l/v4lsrc_calls.c:
13970         * sys/v4l2/gstv4l2colorbalance.c:
13971         * sys/v4l2/gstv4l2tuner.c:
13972           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
13973
13974 2004-08-03  Benjamin Otte  <otte@gnome.org>
13975
13976         * examples/dynparams/filter.c: (ui_control_create):
13977         * examples/gstplay/player.c: (print_tag):
13978         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
13979         * ext/gdk_pixbuf/gstgdkanimation.c:
13980         (gst_gdk_animation_iter_may_advance):
13981         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
13982         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
13983         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
13984         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
13985         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
13986         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
13987         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
13988         * gst/sine/demo-dparams.c: (main):
13989         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
13990         * testsuite/alsa/formats.c: (create_pipeline):
13991         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
13992           fixes for G_DISABLE_ASSERT and friends
13993         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
13994         (mp3_type_frame_length_from_header), (mp3_type_find),
13995         (plugin_init):
13996           require mp3 typefinding to have at least MIN_HEADERS valid headers
13997           add typefinding for AAC adts files
13998
13999 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
14000
14001         * sys/ximage/ximagesink.c:
14002         (gst_ximagesink_calculate_pixel_aspect_ratio):
14003         * sys/xvimage/xvimagesink.c:
14004         (gst_xvimagesink_calculate_pixel_aspect_ratio):
14005         Make sure we calculate pixel-aspect-ratio using floating point maths
14006
14007 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14008
14009         * po/uk.po:
14010           updated translation
14011
14012 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14013
14014         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
14015         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
14016           add debugging for display PAR calculation
14017
14018 2004-08-02  David Schleef  <ds@schleef.org>
14019
14020         * configure.ac: Fix mikmod CFLAGS.
14021
14022 2004-07-27  Benjamin Otte  <otte@gnome.org>
14023
14024         * gst/audioscale/gstaudioscale.c:
14025         - fix templates to only support S16, it's the only format that works
14026         - make caps nego code use try_set_caps_nonfixed and fixation instead
14027         of try_set_caps twice, which is not nice for autopluggers
14028         - change rank to secondary, so autopluggers can pick it up after
14029         audioconvert
14030
14031 2004-08-02  Iain <iain@prettypeople.org>
14032
14033         * gst/interleave/interleave.c (interleave_init),
14034         (interleave_request_new_pad),
14035         (interleave_pad_removed),
14036         (interleave_buffered_loop): Use the real pad count, not the artificial
14037         one.
14038
14039 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14040
14041         * configure.ac: bump nano back to development
14042
14043 === release 0.8.3 ===
14044
14045 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14046
14047         * configure.ac: releasing 0.8.3, "Water"
14048
14049 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14050
14051         * sys/xvimage/xvimagesink.c:
14052         (gst_xvimagesink_calculate_pixel_aspect_ratio),
14053         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
14054         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
14055         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
14056         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
14057         * sys/xvimage/xvimagesink.h:
14058           apply similar PAR fixes as to ximagesink
14059
14060 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14061
14062         patch from: Benjamin Otte
14063
14064         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
14065           add link function to lame.  Fixes #148986.
14066
14067 2004-08-02  Johan Dahlin  <johan@gnome.org>
14068
14069         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
14070         fix debugging log
14071
14072 2004-07-30  David Schleef  <ds@schleef.org>
14073
14074         * gst/videomixer/Makefile.am: Fix things that should have been
14075         fixed in the last checkin.
14076
14077 2004-07-30  David Schleef  <ds@schleef.org>
14078
14079         * gst/multipart/Makefile.am: Fix things that should have been
14080         fixed in the last checkin.
14081
14082 2004-07-30  David Schleef  <ds@schleef.org>
14083
14084         * testsuite/multifilesink/Makefile.am: Fix unused variable.
14085
14086 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14087
14088         * configure.ac:
14089           bump nano for prerelease
14090         * po/af.po:
14091         * po/az.po:
14092         * po/cs.po:
14093         * po/en_GB.po:
14094         * po/hu.po:
14095         * po/nl.po:
14096         * po/sr.po:
14097         * po/sv.po:
14098         * po/uk.po:
14099           updates
14100
14101 2004-07-30  Wim Taymans  <wim@fluendo.com>
14102
14103         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14104         (gst_multifdsink_add), (gst_multifdsink_remove),
14105         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
14106         (gst_multifdsink_client_remove),
14107         (gst_multifdsink_handle_client_write),
14108         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
14109         * gst/tcp/gstmultifdsink.h:
14110         Recover from a select with a bad file descriptor by removing
14111         the client.
14112
14113 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14114
14115         * configure.ac:
14116           fix requirement of core
14117         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
14118         (gst_play_pipeline_setup):
14119           don't use colorspace element.  do use hermescolorspace element.
14120           make macro to get a colorspace element.
14121           mark strings for translation.
14122         * po/POTFILES.in:
14123           add play.c
14124         * po/af.po:
14125         * po/az.po:
14126         * po/cs.po:
14127         * po/en_GB.po:
14128         * po/hu.po:
14129         * po/nl.po:
14130         * po/sr.po:
14131         * po/sv.po:
14132         * po/uk.po:
14133           update translations
14134
14135 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14136
14137         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
14138         fix default for newmedia flag
14139
14140 2004-07-30  Wim Taymans  <wim@fluendo.com>
14141
14142         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
14143         (gst_theora_dec_init), (theora_get_formats),
14144         (theora_dec_src_convert), (theora_dec_sink_convert),
14145         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14146         (theora_dec_chain), (theora_dec_set_property),
14147         (theora_dec_get_property):
14148         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
14149         (gst_theora_enc_class_init), (gst_theora_enc_init),
14150         (theora_enc_sink_link), (theora_enc_chain),
14151         (theora_enc_set_property), (theora_enc_get_property):
14152         Added cropping option to theora decoder.
14153         Added border option to theora encoder.
14154
14155 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14156
14157         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14158         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
14159         (gst_pngenc_set_property):
14160         * ext/libpng/gstpngenc.h:
14161         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
14162
14163 2004-07-30  Wim Taymans  <wim@fluendo.com>
14164
14165         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14166         (theora_enc_sink_link), (theora_enc_chain),
14167         (theora_enc_set_property), (theora_enc_get_property):
14168         Fix encoding of non-multiple-of-16 video.
14169
14170 2004-07-29  David Schleef  <ds@schleef.org>
14171
14172         * configure.ac: make test for audiofile more strict
14173
14174 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14175
14176         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14177           give different names to typefind functions
14178
14179 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14180
14181         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14182         (gst_ximagesink_calculate_pixel_aspect_ratio),
14183         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
14184         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
14185         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
14186         (gst_ximagesink_get_property), (gst_ximagesink_init):
14187         * sys/ximage/ximagesink.h:
14188           allocate PAR's dynamically.
14189           use autodetected PAR if no object-set PAR is given.
14190           add workaround for directfb's X not setting physical size.
14191           fix to xvimagesink will follow tomorrow.
14192
14193 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14194
14195         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
14196         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
14197         (gst_shout2send_get_type), (gst_shout2send_set_clock),
14198         (gst_shout2send_class_init), (gst_shout2send_init),
14199         (set_shout_metadata), (gst_shout2send_set_metadata),
14200         (gst_shout2send_chain), (gst_shout2send_set_property),
14201         (gst_shout2send_get_property), (gst_shout2send_connect),
14202         (gst_shout2send_change_state):
14203         * ext/shout2/gstshout2.h:
14204         - fix for sending mp3 audio to icecast2 server, if pad link function not
14205         called before PAUSED state
14206         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
14207         - added tagging support for mp3 audio broadcasted
14208         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
14209         debug info
14210
14211 2004-07-28  Wim Taymans  <wim@fluendo.com>
14212
14213         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
14214         (gst_ogg_demux_push):
14215         Return query failure when we don't know the length of
14216         an ogg stream insteda of returning TRUE with a bogus value.
14217
14218 2004-07-28  Wim Taymans  <wim@fluendo.com>
14219
14220         * ext/theora/theoradec.c: (theora_get_formats),
14221         (theora_dec_src_convert), (theora_dec_sink_convert),
14222         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14223         (theora_dec_chain):
14224         Don't screw up the 1 Chroma for 1 luma sample situation when we
14225         have an odd offset/width by adding a black border in those cases.
14226
14227 2004-07-28  Wim Taymans  <wim@fluendo.com>
14228
14229         * ext/theora/theoradec.c: (theora_get_formats),
14230         (theora_dec_src_convert), (theora_dec_sink_convert),
14231         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14232         (theora_dec_chain):
14233         * ext/theora/theoraenc.c: (theora_enc_sink_link):
14234         Added first attempt at cropping of the image as required by the
14235         theora spec. We need more properties in the caps (offset_x,
14236         offset_y,stride) to implement this correctly.
14237
14238 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
14239
14240         * ext/dvdnav/README:
14241           Update the README to use dvddemux
14242         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
14243           Ensure getcaps returns a subset of the template caps
14244         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
14245         (gst_mpeg2subt_init):
14246           Ensure getcaps returns a subset of the template caps
14247         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
14248         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
14249         (gst_dvd_demux_get_subpicture_stream),
14250         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
14251         * gst/mpegstream/gstdvddemux.h:
14252           Set the explicit caps on the current_video pad before pushing
14253           anything
14254         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
14255         (gst_mpeg_demux_get_audio_stream):
14256           Free caps used to gst_pad_set_explicit_caps, which takes a const
14257           GstCaps *
14258
14259 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14260
14261         * configure.ac: update GStreamer requirement to 0.8.4 because of
14262           GstFraction.
14263
14264 2004-07-28  Wim Taymans  <wim@fluendo.com>
14265
14266         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
14267         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
14268         Add the pad to the element after setting up the caps. This
14269         makes it a lot easier to autoplug.
14270
14271 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
14272
14273         * gst/median/gstmedian.c:
14274         * gst/mpeg2subt/gstmpeg2subt.c:
14275         * gst/mpegaudioparse/gstmpegaudioparse.c:
14276         * gst/mpegstream/gstdvddemux.c:
14277         * gst/mpegstream/gstmpegdemux.c:
14278         * gst/mpegstream/gstmpegpacketize.c:
14279         * gst/rtjpeg/gstrtjpeg.c:
14280         * gst/rtjpeg/gstrtjpegdec.c:
14281         * gst/rtjpeg/gstrtjpegenc.c:
14282         * gst/sine/gstsinesrc.c:
14283         * gst/smooth/gstsmooth.c:
14284         * gst/smpte/gstsmpte.c:
14285         * gst/smpte/gstsmpte.h:
14286         * gst/stereo/gststereo.c:
14287         * gst/videofilter/gstgamma.c:
14288         * gst/videofilter/gstvideobalance.c:
14289         * gst/videofilter/gstvideofilter.c:
14290         * gst/videofilter/gstvideoflip.c:
14291         * gst/videoscale/gstvideoscale.c:
14292         * gst/videoscale/videoscale.c:
14293         * gst/videotestsrc/gstvideotestsrc.c:
14294         * gst/videotestsrc/videotestsrc.c:
14295         * gst/wavenc/gstwavenc.c:
14296         * gst/wavparse/gstwavparse.c:
14297           fix local includes and 64 bits constants
14298
14299 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
14300
14301         * win32/gst.sln:
14302         * gst-libs/gst/*/*.vcproj:
14303         * gst/*/*.vcproj:
14304           more working plugins
14305
14306 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14307
14308         * testsuite/alsa/Makefile.am:
14309         * testsuite/alsa/srcstate.c:
14310         add test for alsasrc changing state
14311
14312 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14313
14314         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
14315         (gst_silence_get):
14316         * gst/silence/gstsilence.h:
14317         fix silence generation for 16bit raw audio
14318
14319 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14320
14321         * gst/matroska/matroska-demux.c:
14322         (gst_matroska_demux_parse_metadata),
14323         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
14324         * gst/mpegaudio/common.c:
14325         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
14326         (gst_videoscale_getcaps), (gst_videoscale_link),
14327         (gst_videoscale_src_fixate), (gst_videoscale_init),
14328         (gst_videoscale_finalize):
14329         * gst/videoscale/gstvideoscale.h:
14330         * gst/videotestsrc/gstvideotestsrc.c:
14331         (gst_videotestsrc_get_capslist):
14332         * gst/wavenc/gstwavenc.c:
14333         * sys/oss/gstossmixer.c: (fill_labels):
14334         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14335         (gst_ximagesink_handle_xevents),
14336         (gst_ximagesink_calculate_pixel_aspect_ratio),
14337         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
14338         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
14339         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
14340         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
14341         (gst_ximagesink_init), (gst_ximagesink_class_init):
14342         * sys/ximage/ximagesink.h:
14343         * sys/xvimage/xvimagesink.c:
14344         (gst_xvimagesink_calculate_pixel_aspect_ratio),
14345         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
14346         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
14347         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
14348         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
14349         * sys/xvimage/xvimagesink.h:
14350           first batch of pixel aspect ratio commits.
14351
14352 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14353
14354         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14355         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
14356         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
14357           handle stride, needs work if we want to move stride handling
14358           upstream, but works correctly for our purposes.
14359
14360 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14361
14362         * gst/videoscale/README:
14363           add testing examples
14364         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
14365         (gst_videoscale_chain):
14366         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
14367         (gst_videoscale_get_size):
14368           add get_size function that handles stride like videotestsrc.
14369           fixes conversion for YUV formats for as much as I can test them.
14370
14371 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14372
14373         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
14374         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
14375         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14376         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
14377         (gst_xvimagesink_xvimage_put):
14378           further cleanups, logging, error handling and synchronizing
14379
14380 2004-07-27  Wim Taymans  <wim@fluendo.com>
14381
14382         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14383         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
14384         (gst_videomixer_pad_set_property),
14385         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
14386         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14387         (gst_videomixer_class_init), (gst_videomixer_init),
14388         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
14389         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
14390         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
14391         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
14392         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14393         (gst_videomixer_loop), (plugin_init):
14394         Be a nicer negotiation citizen and provide a getcaps function on
14395         the srcpad. This also fixes a crash when resizing.
14396
14397 2004-07-27  Julien MOUTTE  <julien@moutte.net>
14398
14399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14400         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
14401
14402 2004-07-27  Wim Taymans  <wim@fluendo.com>
14403
14404         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
14405         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14406         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
14407         (gst_pngenc_set_property):
14408         * ext/libpng/gstpngenc.h:
14409         Added snapshot property to pngenc.
14410         removed g_print from pngdec
14411
14412 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
14413
14414         * gst/ac3parse/ac3parse.vcproj
14415         * gst/adder/adder.vcproj
14416         * gst/alpha/alpha.vcproj
14417         * gst/alpha/alphacolor.vcproj
14418         * gst/asfdemux/asf.vcproj
14419         * gst/audioconvert/audioconvert.vcproj
14420         * gst/audiorate/audiorate.vcproj
14421         * gst/audioscale/audioscale.vcproj
14422         * gst/auparse/auparse.vcproj
14423         * gst/avi/avi.vcproj
14424         * gst/cdxaparse/cdxaparse.vcproj
14425         * gst/chart/chart.vcproj
14426         * gst/colorspace/colorspace.vcproj
14427         * gst/cutter/cutter.vcproj
14428         * gst/debug/debug.vcproj
14429         * gst/debug/efence.vcproj
14430         * gst/debug/navigationtest.vcproj
14431         * gst/deinterlace/deinterlace.vcproj
14432         * gst/effectv/effectv.vcproj
14433         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
14434         * gst/filter/filter.vcproj
14435         * gst/flx/flxdec.vcproj
14436         * gst/goom/goom.vcproj
14437         * gst/interleave/interleave.vcproj
14438         * gst/law/alaw.vcproj
14439         * gst/law/mulaw.vcproj
14440         * gst/matroska/matroska.vcproj
14441         * gst/median/median.vcproj
14442         * gst/mixmatrix/mixmatrix.vcproj
14443         * gst/mpeg1sys/mpeg1systemencode.vcproj
14444         * gst/mpeg1videoparse/mp1videoparse.vcproj
14445         * gst/mpeg2sub/mpeg2subt.vcproj
14446         * gst/mpegaudio/mpegaudio.vcproj
14447         * gst/mpegaudioparse/mpegaudioparse.vcproj
14448         * gst/mpegstream/mpegstream.vcproj
14449         * gst/multifilesink/multifilesink.vcproj
14450         * gst/multipart/multipart.vcproj
14451         * gst/oneton/oneton.vcproj
14452         * gst/overlay/overlay.vcproj
14453         * gst/passthrough/passthrough.vcproj
14454         * gst/qtdemux/qtdemux.vcproj
14455         * gst/realmedia/rmdemux.vcproj
14456         * gst/rtjpeg/rtjpeg.vcproj
14457         * gst/rtp/rtp.vcproj
14458         * gst/silence/silence.vcproj
14459         * gst/sine/sinesrc.vcproj
14460         * gst/smooth/smooth.vcproj
14461         * gst/smpte/smpte.vcproj
14462         * gst/spectrum/spectrum.vcproj
14463         * gst/speed/speed.vcproj
14464         * gst/stereo/stereo.vcproj
14465         * gst/switch/switch.vcproj
14466         * gst/tags/tagedit.vcproj
14467         * gst/tcp/tcp.vcproj
14468         * gst/typefind/typefindfunctions.vcproj
14469         * gst/udp/udp.vcproj
14470         * gst/videobox/videobox.vcproj
14471         * gst/videocrop/videocrop.vcproj
14472         * gst/videodrop/videodrop.vcproj
14473         * gst/videofilter/gamma.vcproj
14474         * gst/videofilter/videobalance.vcproj
14475         * gst/videofilter/videofilter.vcproj
14476         * gst/videofilter/videoflip.vcproj
14477         * gst/videoflip/videoflip.vcproj
14478         * gst/videomixer/videomixer.vcproj
14479         * gst/videorate/videorate.vcproj
14480         * gst/videoscale/videoscale.vcproj
14481         * gst/videotestsrc/videotestsrc.vcproj
14482         * gst/virtualdub/virtualdub.vcproj
14483         * gst/volenv/volenv.vcproj
14484         * gst/volume/volume.vcproj
14485         * gst/wavenc/wavenc.vcproj
14486         * gst/wavparse/wavparse.vcproj
14487         * gst/y4m/y4menc.vcproj
14488         * gst-libs/gst/audio/audio.vcproj
14489         * gst-libs/gst/audio/audiofilter.vcproj
14490         * gst-libs/gst/colorbalance/colorbalance.vcproj
14491         * gst-libs/gst/idct/idtc.vcproj
14492         * gst-libs/gst/media-info/media-info.vcproj
14493         * gst-libs/gst/mixer/mixer.vcproj
14494         * gst-libs/gst/navigation/navigation.vcproj
14495         * gst-libs/gst/play/play.vcproj
14496         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
14497         * gst-libs/gst/resample/resample.vcproj
14498         * gst-libs/gst/riff/riff.vcproj
14499         * gst-libs/gst/tuner/tuner.vcproj
14500         * gst-libs/gst/video/video.vcproj
14501         * gst-libs/gst/xoverlay/xoverlay.vcproj
14502           avoid problems with math.h, fix release dependancy
14503           rename GStreamer-0.8.lib to libgstreamer.lib
14504
14505 2004-07-27  Julien MOUTTE  <julien@moutte.net>
14506
14507         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
14508         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
14509         the atom is not available we have to unlock the mutex. Fixes #148023
14510
14511 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14512
14513         * gst-libs/gst/media-info/media-info.h:
14514           issue for a vararg macro with MSVC
14515
14516 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14517
14518         * gst/effectv/effectv.vcproj
14519         * gst-libs/gst/idct/idct.vcproj:
14520         * gst-libs/gst/media-info/media-info.vcproj:
14521         * gst-libs/gst/navigation/navigation.vcproj:
14522         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
14523         * gst-libs/gst/video/video.vcproj:
14524         * gst-libs/gst/xoverlay/xoverlay.vcproj:
14525           fixes for build problems
14526
14527 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14528
14529         * gst-libs/gst/audio/audio.def:
14530         * gst-libs/gst/audio/riff.def:
14531           add some definitions needed by plugins
14532
14533 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14534
14535         * gst/asfdemux/gstasfmux.c
14536           Fix some 64 bits constants to be glib friendly
14537
14538 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14539
14540         * gst/ac3parse/gstac3parse.c
14541         * gst/audioscale/gstaudioscale.c
14542         * gst/auparse/gstauparse.c
14543         * gst/colorspace/gstcolorspace.c
14544         * gst/colorspace/yuv2rgb.h
14545           local include fixes
14546
14547 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14548
14549         * win32/gst.sln
14550           add more plugins to the build
14551
14552 2004-07-26  Julien MOUTTE  <julien@moutte.net>
14553
14554         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
14555         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
14556
14557 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14558
14559         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
14560         (gst_level_set_property), (gst_level_get_property),
14561         (gst_level_base_init), (gst_level_class_init):
14562           add debugging categories.  cleanups.
14563
14564 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14565
14566         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
14567         (gst_videoscale_planar411), (gst_videoscale_planar400),
14568         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
14569         (gst_videoscale_scale_nearest_str1),
14570         (gst_videoscale_scale_nearest_str2),
14571         (gst_videoscale_scale_nearest_str4),
14572         (gst_videoscale_scale_nearest_16bit),
14573         (gst_videoscale_scale_nearest_24bit):
14574           fixed stride issues
14575           tested with 320x240 -> 321, 322, 324 x240
14576           tested with YV12, I420, YUY2, UYVY
14577           fixed packed422rev (don't think it could have worked before)
14578           by testing with UYVY
14579
14580 2004-07-26  Benjamin Otte  <otte@gnome.org>
14581
14582         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
14583         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
14584         (plugin_init):
14585           add debugging category, add error checks like checking return values
14586           of setup calls, make sure it still works after
14587           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
14588
14589 2004-07-26  Wim Taymans  <wim@fluendo.com>
14590
14591         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
14592         (gst_mpeg_demux_get_audio_stream),
14593         (gst_mpeg_demux_process_private):
14594         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
14595         Check for error codes from the negotiation functions. Make sure
14596         we really set the pad caps when a new pad is created.
14597
14598 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14599
14600         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14601         (gst_ffmpeg_caps_to_pix_fmt):
14602         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
14603         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14604         (gst_ffmpegcolorspace_pad_link):
14605           don't make function do two things at the same time without reason.
14606
14607 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14608
14609         * gst/ac3parse/ac3parse.vcproj
14610         * gst/adder/adder.vcproj
14611         * gst/alpha/alpha.vcproj
14612         * gst/alpha/alphacolor.vcproj
14613         * gst/asfdemux/asf.vcproj
14614         * gst/audioconvert/audioconvert.vcproj
14615         * gst/audiorate/audiorate.vcproj
14616         * gst/audioscale/audioscale.vcproj
14617         * gst/auparse/auparse.vcproj
14618         * gst/avi/avi.vcproj
14619         * gst/cdxaparse/cdxaparse.vcproj
14620         * gst/chart/chart.vcproj
14621         * gst/colorspace/colorspace.vcproj
14622         * gst/cutter/cutter.vcproj
14623         * gst/debug/debug.vcproj
14624         * gst/debug/efence.vcproj
14625         * gst/debug/navigationtest.vcproj
14626         * gst/deinterlace/deinterlace.vcproj
14627         * gst/effectv/effectv.vcproj
14628         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
14629         * gst/filter/filter.vcproj
14630         * gst/flx/flxdec.vcproj
14631         * gst/goom/goom.vcproj
14632         * gst/interleave/interleave.vcproj
14633         * gst/law/alaw.vcproj
14634         * gst/law/mulaw.vcproj
14635         * gst/matroska/matroska.vcproj
14636         * gst/median/median.vcproj
14637         * gst/mixmatrix/mixmatrix.vcproj
14638         * gst/mpeg1sys/mpeg1systemencode.vcproj
14639         * gst/mpeg1videoparse/mp1videoparse.vcproj
14640         * gst/mpeg2sub/mpeg2subt.vcproj
14641         * gst/mpegaudio/mpegaudio.vcproj
14642         * gst/mpegaudioparse/mpegaudioparse.vcproj
14643         * gst/mpegstream/mpegstream.vcproj
14644         * gst/multifilesink/multifilesink.vcproj
14645         * gst/multipart/multipart.vcproj
14646         * gst/oneton/oneton.vcproj
14647         * gst/overlay/overlay.vcproj
14648         * gst/passthrough/passthrough.vcproj
14649         * gst/qtdemux/qtdemux.vcproj
14650         * gst/realmedia/rmdemux.vcproj
14651         * gst/rtjpeg/rtjpeg.vcproj
14652         * gst/rtp/rtp.vcproj
14653         * gst/silence/silence.vcproj
14654         * gst/sine/sinesrc.vcproj
14655         * gst/smooth/smooth.vcproj
14656         * gst/smpte/smpte.vcproj
14657         * gst/spectrum/spectrum.vcproj
14658         * gst/speed/speed.vcproj
14659         * gst/stereo/stereo.vcproj
14660         * gst/switch/switch.vcproj
14661         * gst/tags/tagedit.vcproj
14662         * gst/tcp/tcp.vcproj
14663         * gst/typefind/typefindfunctions.vcproj
14664         * gst/udp/udp.vcproj
14665         * gst/videobox/videobox.vcproj
14666         * gst/videocrop/videocrop.vcproj
14667         * gst/videodrop/videodrop.vcproj
14668         * gst/videofilter/gamma.vcproj
14669         * gst/videofilter/videobalance.vcproj
14670         * gst/videofilter/videofilter.vcproj
14671         * gst/videofilter/videoflip.vcproj
14672         * gst/videoflip/videoflip.vcproj
14673         * gst/videomixer/videomixer.vcproj
14674         * gst/videorate/videorate.vcproj
14675         * gst/videoscale/videoscale.vcproj
14676         * gst/videotestsrc/videotestsrc.vcproj
14677         * gst/virtualdub/virtualdub.vcproj
14678         * gst/volenv/volenv.vcproj
14679         * gst/volume/volume.vcproj
14680         * gst/wavenc/wavenc.vcproj
14681         * gst/wavparse/wavparse.vcproj
14682         * gst/y4m/y4menc.vcproj
14683           more plugins supported under windows
14684
14685 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14686
14687         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14688         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
14689         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
14690         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14691         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
14692           Add debugging statements.  Use the sizes as returned by the
14693           *CreateImage calls.
14694
14695 2004-07-26  Johan Dahlin  <johan@gnome.org>
14696
14697         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
14698         the pad is negotiated.
14699
14700         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
14701
14702 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14703
14704         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14705         * gst-libs/gst/idct/idct.vcproj:
14706         * gst-libs/gst/media-info/media-info.vcproj:
14707         * gst-libs/gst/mixer/mixer.vcproj:
14708         * gst-libs/gst/navigation/navigation.vcproj:
14709         * gst-libs/gst/play/play.vcproj:
14710         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
14711         * gst-libs/gst/resample/resample.vcproj:
14712         * gst-libs/gst/tuner/tuner.vcproj:
14713         * gst-libs/gst/video/video.vcproj:
14714         * gst-libs/gst/xoverlay/xoverlay.vcproj:
14715           more plugins supported under windows
14716
14717 2004-07-25 Iain <iain@prettypeople.org>
14718
14719         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
14720         pad now rather than when the pad is created because state changes wipe
14721         explicit caps (fixes #148043).
14722
14723 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
14724
14725         reviewed by Benjamin Otte  <otte@gnome.org>
14726
14727         * ext/mad/gstmad.c:
14728           fix mad plugin crashing on Sun (fixes #148289)
14729
14730 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
14731
14732         * gst/avi/avi.def:
14733         * gst/avi/avi.vcproj:
14734         * gst/matroska/matroska.def:
14735         * gst/matroska/matroska.vcproj:
14736           remove unused .def files
14737
14738 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
14739
14740         * gst-libs/gst/audio/gstaudiofilter.c:
14741           Clean the local include
14742
14743 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
14744
14745         * win32/gst.sln:
14746         * gst-libs/gst/audio/audio.def:
14747         * gst-libs/gst/audio/audio.vcproj:
14748         * gst-libs/gst/audio/audiofilter.vcproj:
14749         * gst-libs/gst/audio/riff.def:
14750         * gst-libs/gst/audio/riff.vcproj:
14751         * gst-libs/gst/gst-libs.def:
14752         * gst-libs/gst/gst-libs.vcproj:
14753         * gst/avi/avi.vcproj:
14754         * gst/avi/avi.vcproj:
14755           Copy the files where needed after building, cleaner projects
14756
14757 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
14758
14759         * gst/matroska/ebml-write.c:
14760           Fix some 64 bits constants to be glib friendly
14761
14762 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
14763
14764         * win32/gst.sln:
14765         * gst-libs/gst/gst-libs.def:
14766         * gst-libs/gst/gst-libs.vcproj:
14767         * gst/matroska/matroska.def:
14768         * gst/matroska/matroska.vcproj:
14769           Add the preliminary canvas to build plugins on Win32
14770
14771 2004-07-23  Benjamin Otte  <otte@gnome.org>
14772
14773         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14774           don't enfore negotiation from source side, it breaks
14775           sinesrc ! audioconvert ! osssink
14776
14777 2004-07-22  David Schleef  <ds@schleef.org>
14778
14779         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
14780         for ELF files, since they can easily be recognized as audio/mpeg.
14781         (bug #147441)
14782
14783 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14784
14785         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
14786         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
14787         (gst_videoscale_scale_nearest_24bit),
14788         (gst_videoscale_scale_nearest_16bit):
14789           fix 16bit and 24bit for stride (24bit might need testing)
14790           don't pretend we do more than one algorithm
14791
14792 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14793
14794         * configure.ac:
14795         * gst/Makefile.am:
14796         * gst/multifilesink/Makefile.am:
14797         * gst/multifilesink/gstmultifilesink.c:
14798         (gst_multifilesink_get_formats),
14799         (gst_multifilesink_get_query_types), (_do_init),
14800         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
14801         (gst_multifilesink_init), (gst_multifilesink_dispose),
14802         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
14803         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
14804         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
14805         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
14806         (gst_multifilesink_chain), (gst_multifilesink_change_state),
14807         (gst_multifilesink_uri_get_type),
14808         (gst_multifilesink_uri_get_protocols),
14809         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
14810         (gst_multifilesink_uri_handler_init), (plugin_init):
14811         * gst/multifilesink/gstmultifilesink.h:
14812         * testsuite/Makefile.am:
14813         * testsuite/multifilesink/Makefile.am:
14814         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
14815         (gst_newmedia_class_init), (gst_newmedia_init),
14816         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14817         (newfile_signal), (test_signal), (main):
14818         multifilesink plugin for creating new files every time a new media
14819         discontinuity event occurs
14820
14821 2004-07-22  Wim Taymans  <wim@fluendo.com>
14822
14823         * gst/alpha/Makefile.am:
14824         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
14825         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
14826         (gst_alpha_color_init), (gst_alpha_color_set_property),
14827         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
14828         (transform), (gst_alpha_color_chain),
14829         (gst_alpha_color_change_state), (plugin_init):
14830         Stupid plugin to to RGBA to AYUV conversion because none of
14831         the colorspace plugins can handle that yet.
14832
14833 2004-07-22  Wim Taymans  <wim@fluendo.com>
14834
14835         * examples/seeking/seek.c: (update_scale), (main):
14836         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
14837         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
14838         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
14839         (gst_decode_bin_init), (gst_decode_bin_dispose),
14840         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
14841         (no_more_pads), (close_link), (type_found),
14842         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
14843         (plugin_init):
14844         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14845         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
14846         (gst_play_base_bin_dispose), (queue_overrun),
14847         (gen_preroll_element), (remove_prerolls), (unknown_type),
14848         (no_more_pads), (new_stream), (setup_source),
14849         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14850         (play_base_eos), (gst_play_base_bin_change_state),
14851         (gst_play_base_bin_add_element),
14852         (gst_play_base_bin_remove_element),
14853         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
14854         (gst_play_base_bin_unlink_stream),
14855         (gst_play_base_bin_get_streaminfo):
14856         * gst/playback/gstplaybin.c: (gen_video_element),
14857         (gen_audio_element):
14858         * gst/playback/gststreaminfo.h:
14859         More playback updates, attempt to fix things after the state change
14860         breakage.
14861
14862 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14863
14864         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
14865         (gst_videoscale_scale_nearest_16bit):
14866           comment algorithm
14867
14868 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14869
14870         * gst/videotestsrc/gstvideotestsrc.c:
14871         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
14872         (gst_videotestsrc_init), (gst_videotestsrc_get),
14873         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
14874         (gst_videotestsrc_get_property):
14875         * gst/videotestsrc/gstvideotestsrc.h:
14876         * gst/videotestsrc/videotestsrc.c:
14877         * gst/videotestsrc/videotestsrc.h:
14878           cleanup and commenting
14879
14880 2004-07-21  Wim Taymans  <wim@fluendo.com>
14881
14882         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
14883         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
14884         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
14885         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
14886         (_find_chain_get_unknown_part), (_find_streams_check),
14887         (gst_ogg_demux_push), (gst_ogg_pad_push):
14888         * ext/theora/theoradec.c: (theora_get_formats),
14889         (theora_dec_src_convert), (theora_dec_sink_convert),
14890         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14891         (theora_dec_chain):
14892         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
14893         (vorbis_dec_convert), (vorbis_dec_src_query),
14894         (vorbis_dec_src_event), (vorbis_dec_event):
14895         More seeking fixes, oggdemux now supports seeking to time and
14896         uses the downstream element to convert granulepos to time.
14897         Seeking in theora-only ogg files now works.
14898
14899 2004-07-21  Wim Taymans  <wim@fluendo.com>
14900
14901         * ext/theora/theoradec.c: (gst_theora_dec_init),
14902         (theora_get_formats), (theora_get_event_masks),
14903         (theora_get_query_types), (theora_dec_src_convert),
14904         (theora_dec_sink_convert), (theora_dec_src_query),
14905         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
14906         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
14907         (vorbis_get_event_masks), (vorbis_get_query_types),
14908         (gst_vorbis_dec_init), (vorbis_dec_convert),
14909         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
14910         Added query/convert/formats functions to vorbis and theora decoders
14911         so that the outside world can use them too. Fixed seeking on an
14912         ogg/theora/vorbis file by disabling the seeking seeking on the
14913         theora srcpad.
14914
14915 2004-07-21  Julien MOUTTE  <julien@moutte.net>
14916
14917         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14918         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
14919         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
14920         images creation for both elements. We don't create the image on caps
14921         nego or renego, we just destroy the internal one if present if it does
14922         not match the needs. The chain function takes care of creating a new
14923         image when needed.
14924         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14925         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
14926         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
14927         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
14928         the image format information. The buffer pool checks for the context
14929         image format and discard images with different formats.
14930         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
14931
14932 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14933
14934         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14935         (gst_ffmpegcolorspace_chain):
14936           no point in doing any chaining if the pad we want to push from
14937           isn't usable.
14938
14939 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14940
14941         * gst-libs/gst/riff/riff-media.c:
14942         (gst_riff_create_audio_caps_with_data):
14943           Fix double end-to-native symbol conversion (#148021).
14944
14945 2004-07-20  David Schleef  <ds@schleef.org>
14946
14947         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
14948         Don't use an Atom that doesn't exist.
14949
14950 2004-07-20  Wim Taymans  <wim@fluendo.com>
14951
14952         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14953         (gst_multifdsink_add), (gst_multifdsink_get_stats),
14954         (gst_multifdsink_client_remove),
14955         (gst_multifdsink_handle_client_write),
14956         (gst_multifdsink_queue_buffer):
14957         * gst/tcp/gstmultifdsink.h:
14958         More multifdsink stats. Avoid deadlock by releasing locks
14959         before sending out a signal.
14960
14961 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14962
14963         * po/LINGUAS:
14964         * po/hu.po:
14965           added Hungarian translation (Laszlo Dvornik)
14966
14967 2004-07-20  Wim Taymans  <wim@fluendo.com>
14968
14969         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14970         (gst_multifdsink_add), (gst_multifdsink_client_remove),
14971         (gst_multifdsink_handle_client_write),
14972         (gst_multifdsink_queue_buffer):
14973         * gst/tcp/gsttcp-marshal.list:
14974         Fixed the stupid marshal definition.
14975
14976 2004-07-20  Wim Taymans  <wim@fluendo.com>
14977
14978         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14979         (gst_multifdsink_init), (gst_multifdsink_add),
14980         (gst_multifdsink_client_remove),
14981         (gst_multifdsink_handle_client_write),
14982         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
14983         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
14984         (gst_multifdsink_init_send):
14985         * gst/tcp/gstmultifdsink.h:
14986         Added more stats, added timeout for a client, fixed some typos
14987         and added some comments.
14988
14989 2004-07-20  Wim Taymans  <wim@fluendo.com>
14990
14991         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14992         (gst_multifdsink_add), (gst_multifdsink_get_stats),
14993         (gst_multifdsink_client_remove),
14994         (gst_multifdsink_handle_client_write):
14995         * gst/tcp/gstmultifdsink.h:
14996         * gst/tcp/gsttcp-marshal.list:
14997         Added get_stats method that returns a GValueArray of
14998         stats values.
14999
15000 2004-07-19  Benjamin Otte  <otte@gnome.org>
15001
15002         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
15003           make sure longname, description and author are valid UTF-8
15004
15005 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15006
15007         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
15008         (gst_ximagesink_set_property):
15009         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
15010         (gst_xvimagesink_set_property):
15011           make sure SYNCHRONOUS is respected after getting the X context
15012
15013 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15014
15015         * gst/matroska/matroska-demux.c:
15016         (gst_matroska_demux_handle_src_event),
15017         (gst_matroska_demux_parse_blockgroup):
15018         * gst/matroska/matroska-ids.h:
15019           add BlockReference tag and ignore it to clear out log.
15020           ignore NAVIGATION events to clear out log.
15021
15022 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15023
15024         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
15025         (gst_matroska_demux_add_stream):
15026         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
15027           add debug categories
15028
15029 2004-07-16  Wim Taymans  <wim@fluendo.com>
15030
15031         * ext/libpng/Makefile.am:
15032         * ext/libpng/gstpng.c: (plugin_init):
15033         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
15034         (gst_pngdec_get_type), (gst_pngdec_base_init),
15035         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
15036         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
15037         * ext/libpng/gstpngdec.h:
15038         Added png decoder.
15039
15040 2004-07-16  Julien MOUTTE  <julien@moutte.net>
15041
15042         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
15043         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
15044         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
15045         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
15046         (gst_ximagesink_buffer_alloc):
15047         * sys/ximage/ximagesink.h:
15048         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15049         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
15050         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15051         (gst_xvimagesink_buffer_alloc):
15052         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
15053         again. Using internal data pointer of the x(v)image to store image's
15054         data to be coherent with the buffer alloc mechanism. Investigated the
15055         image destruction code to be sure that everything gets freed correctly.
15056
15057 2004-07-16  Wim Taymans  <wim@fluendo.com>
15058
15059         * gst-libs/gst/riff/riff-read.c:
15060         (gst_riff_read_strf_vids_with_data),
15061         (gst_riff_read_strf_auds_with_data):
15062         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15063         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
15064         Make sure we don't create 0 sized subbuffers in riff-read.
15065         Signal the no more pads signal after reading the avi header.
15066
15067 2004-07-16  Wim Taymans  <wim@fluendo.com>
15068
15069         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15070         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
15071         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
15072         (gst_decode_bin_init), (gst_decode_bin_dispose),
15073         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15074         (no_more_pads), (close_link), (type_found),
15075         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15076         (gst_decode_bin_change_state), (plugin_init):
15077         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15078         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15079         (gst_play_base_bin_dispose), (queue_overrun),
15080         (gen_preroll_element), (remove_prerolls), (unknown_type),
15081         (no_more_pads), (new_stream), (setup_source),
15082         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15083         (play_base_eos), (gst_play_base_bin_change_state),
15084         (gst_play_base_bin_add_element),
15085         (gst_play_base_bin_remove_element),
15086         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15087         (gst_play_base_bin_unlink_stream),
15088         (gst_play_base_bin_get_streaminfo):
15089         * gst/playback/gstplaybasebin.h:
15090         Better error recovery. Added configurable preroll queue size. Faster
15091         detection of no-more-pads.
15092
15093 2004-07-16  Wim Taymans  <wim@fluendo.com>
15094
15095         * gst-libs/gst/video/video.h:
15096         Added 32 bits RGBA. Not sure if we should use another mime-type
15097         for alpha rgb. Currently the presence of the alpha_mask property
15098         signals an alpha channel.
15099
15100 2004-07-16  Wim Taymans  <wim@fluendo.com>
15101
15102         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15103         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
15104         FPS seems to be 0.0 to MAX everywhere else.
15105
15106 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15107
15108         * gst-libs/gst/riff/riff-media.c:
15109         (gst_riff_create_video_caps_with_data):
15110           mp42/mp43 (no caps) exist too.
15111         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
15112           Set pixel_width/height; we've got them in-caps.
15113         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15114         * gst/wavparse/gstwavparse.c: (plugin_init):
15115           Both are valid primary.
15116         * sys/oss/gstossmixer.c:
15117           Remove i18n hack and enable translations.
15118
15119 2004-07-15  Benjamin Otte  <otte@gnome.org>
15120
15121         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15122         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
15123           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
15124
15125 2004-07-15  Benjamin Otte  <otte@gnome.org>
15126
15127         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
15128         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
15129         (gst_alsa_close_audio):
15130           disable some of the debugging code for now. Writing debugging to a
15131           buffer is broken in current alsalib releases.
15132
15133 2004-07-12  Benjamin Otte  <otte@gnome.org>
15134
15135         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
15136           use bufferpools
15137
15138 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15139
15140         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15141         (theora_dec_src_query), (theora_dec_event):
15142         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
15143           add debugging categories.  Remove \n's.
15144
15145 2004-07-13  Johan Dahlin  <johan@gnome.org>
15146
15147         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
15148         (gst_play_bin_get_property): Impl.
15149
15150 2004-07-13  Wim Taymans  <wim@fluendo.com>
15151
15152         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
15153         When trying to find the stream length, seek back N pages
15154         instead of just one, where N is the number of streams in
15155         the current chain.
15156
15157 2004-07-13  Wim Taymans  <wim@fluendo.com>
15158
15159         * gst-libs/gst/riff/riff-media.c:
15160         (gst_riff_create_audio_caps_with_data),
15161         (gst_riff_create_audio_caps),
15162         (gst_riff_create_audio_template_caps):
15163         * gst-libs/gst/riff/riff-media.h:
15164         * gst-libs/gst/riff/riff-read.c:
15165         (gst_riff_read_strf_vids_with_data),
15166         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
15167         * gst-libs/gst/riff/riff-read.h:
15168         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15169         (gst_avi_demux_add_stream):
15170         Set codec_data on caps for avidemuxer.
15171
15172 2004-07-12  David Schleef  <ds@schleef.org>
15173
15174         * configure.ac: Fix test for Objective C
15175
15176 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
15177         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
15178         (gst_gdk_pixbuf_chain):
15179           Add svg and pcx to template caps, and ensure that getcaps returns a
15180           subset of the template caps.
15181           Copy each row manually for output, as gdkpixbuf may pad the
15182           rowstride to a 32-bit word boundary.
15183
15184 2004-07-12  Wim Taymans  <wim@fluendo.com>
15185
15186         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
15187         (gst_riff_create_video_template_caps):
15188         Fix the template caps to include some more media types.
15189
15190 2004-07-12  Wim Taymans  <wim@fluendo.com>
15191
15192         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15193         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15194         (compare_ranks), (print_feature), (gst_decode_bin_init),
15195         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
15196         (try_to_link_1), (new_pad), (close_link), (type_found),
15197         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15198         (gst_decode_bin_change_state), (plugin_init):
15199         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15200         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15201         (gst_play_base_bin_dispose), (queue_overrun),
15202         (gen_preroll_element), (remove_prerolls), (no_more_pads),
15203         (new_stream), (setup_source), (gst_play_base_bin_set_property),
15204         (gst_play_base_bin_get_property), (play_base_eos),
15205         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15206         (gst_play_base_bin_remove_element),
15207         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15208         (gst_play_base_bin_unlink_stream),
15209         (gst_play_base_bin_get_streaminfo):
15210         * gst/playback/gstplaybasebin.h:
15211         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15212         (gst_play_bin_class_init), (gst_play_bin_init),
15213         (gst_play_bin_dispose), (gst_play_bin_set_property),
15214         (gst_play_bin_get_property), (gen_video_element),
15215         (gen_audio_element), (remove_sinks), (setup_sinks),
15216         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
15217         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15218         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15219         (gst_play_bin_query), (plugin_init):
15220         * gst/playback/test4.c: (main):
15221         More fixes on reusing of the element.
15222
15223 2004-07-11  Benjamin Otte  <otte@gnome.org>
15224
15225         * ext/mad/gstmad.c: (normal_seek):
15226           allow seeking for other methods than just SET
15227
15228 2004-07-11  Andy Wingo  <wingo@pobox.com>
15229
15230         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
15231         float, "any" caps -> buffer_frames=[0,MAX].
15232
15233         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
15234         doesn't intersect our caps with the template any more. Do it
15235         ourselves.
15236         (interleave_buffered_loop): Use g_newa instead of malloc/free.
15237
15238 2004-07-09  Wim Taymans  <wim@fluendo.com>
15239
15240         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15241         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15242         (compare_ranks), (print_feature), (gst_decode_bin_init),
15243         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
15244         (try_to_link_1), (new_pad), (close_link), (type_found),
15245         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15246         (gst_decode_bin_change_state), (plugin_init):
15247         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15248         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15249         (gst_play_base_bin_dispose), (queue_overrun),
15250         (gen_preroll_element), (remove_prerolls), (no_more_pads),
15251         (new_stream), (setup_source), (gst_play_base_bin_set_property),
15252         (gst_play_base_bin_get_property), (play_base_eos),
15253         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15254         (gst_play_base_bin_remove_element),
15255         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15256         (gst_play_base_bin_unlink_stream),
15257         (gst_play_base_bin_get_streaminfo):
15258         * gst/playback/gstplaybasebin.h:
15259         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15260         (gst_play_bin_class_init), (gst_play_bin_init),
15261         (gst_play_bin_dispose), (gst_play_bin_set_property),
15262         (gst_play_bin_get_property), (gen_video_element),
15263         (gen_audio_element), (remove_sinks), (setup_sinks),
15264         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
15265         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15266         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15267         (gst_play_bin_query), (plugin_init):
15268         * gst/playback/test4.c: (main):
15269         Work on object reuse and seeking.
15270
15271 2004-07-09  Wim Taymans  <wim@fluendo.com>
15272
15273         * examples/seeking/seek.c: (iterate):
15274         Don't consume all CPU in the idle loop.
15275
15276 2004-07-09  Wim Taymans  <wim@fluendo.com>
15277
15278         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
15279         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
15280         Add pad to element *after* setting the pad functions so that
15281         the scheduler can use the correct ones.
15282
15283 2004-07-09  Wim Taymans  <wim@fluendo.com>
15284
15285         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
15286         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
15287         Sync to keyframe after seek
15288
15289 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15290
15291         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
15292         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
15293         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
15294         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
15295         * ext/libvisual/visual.c: (gst_visual_change_state):
15296         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
15297         * ext/theora/theoradec.c: (theora_dec_change_state):
15298         * ext/theora/theoraenc.c: (theora_enc_change_state):
15299         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
15300         * gst-libs/gst/navigation/navigation.c:
15301         * gst/adder/gstadder.c: (gst_adder_change_state):
15302         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15303         (gst_audio_convert_get_buffer):
15304         * gst/multipart/multipartdemux.c:
15305         (gst_multipart_demux_change_state):
15306         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
15307         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
15308         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
15309         * gst/videoscale/gstvideoscale.c:
15310         (gst_videoscale_handle_src_event):
15311         * gst/volume/gstvolume.c: (volume_chain_int16):
15312           don't assert in state change, this should be done by the base
15313           GstElement class.
15314           various debugging fixes.
15315
15316 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15317
15318         * configure.ac:
15319         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
15320         (gst_play_dispose), (gst_play_set_location),
15321         (gst_play_set_data_src), (gst_play_set_video_sink),
15322         (gst_play_set_audio_sink), (gst_play_set_visualization),
15323         (gst_play_connect_visualization), (gst_play_get_sink_element),
15324         (gst_play_get_all_by_interface):
15325         * gst-libs/gst/play/play.h:
15326           add new method to get elements implementing an interface.
15327           add various error logging
15328
15329 2004-07-08  Wim Taymans  <wim@fluendo.com>
15330
15331         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
15332         (make_mpeg_pipeline), (make_mpegnt_pipeline),
15333         (make_playerbin_pipeline), (query_durations_elems),
15334         (query_durations_pads), (query_positions_elems),
15335         (query_positions_pads), (update_scale), (iterate), (stop_seek),
15336         (main):
15337         Added playbin seeking example.
15338
15339 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15340
15341         * gst-libs/gst/play/play.c: (gst_play_set_location),
15342         (gst_play_set_data_src), (gst_play_set_video_sink),
15343         (gst_play_set_audio_sink), (gst_play_set_visualization),
15344         (gst_play_connect_visualization), (gst_play_get_framerate):
15345           use a macro to look up elements from hash table
15346
15347 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15348
15349         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
15350         (gst_play_get_length_callback), (gst_play_set_location),
15351         (gst_play_seek_to_time), (gst_play_set_data_src),
15352         (gst_play_set_video_sink), (gst_play_set_audio_sink),
15353         (gst_play_set_visualization), (gst_play_connect_visualization),
15354         (gst_play_get_sink_element):
15355         - add debugging info
15356         - fix looking up sink elements by iterating over complete caps
15357         - put everything except for source and autoplugger in a complete bin
15358
15359 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15360
15361         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
15362         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
15363         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
15364         (gst_alsa_sink_write), (gst_alsa_sink_loop):
15365         * ext/alsa/gstalsasink.h:
15366         - add debugging info
15367         - clean up schizophrenia of data/buffer/event
15368         - fix double event unref error
15369
15370 2004-07-08  Wim Taymans  <wim@fluendo.com>
15371
15372         * gst/playback/Makefile.am:
15373         Add headers to noinst
15374
15375 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15376
15377         * tools/gst-launch-ext-m.m:
15378         * tools/gst-launch-ext.1.in:
15379           convert to the third millenium
15380
15381 2004-07-07  David Schleef  <ds@schleef.org>
15382
15383         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
15384
15385 2004-07-07  Wim Taymans  <wim@fluendo.com>
15386
15387         * gst/playback/Makefile.am:
15388         * gst/playback/README:
15389         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15390         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15391         (compare_ranks), (print_feature), (gst_decode_bin_init),
15392         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
15393         (try_to_link_1), (new_pad), (close_link), (type_found),
15394         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15395         (plugin_init):
15396         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15397         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15398         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
15399         (gen_preroll_element), (no_more_pads), (new_stream),
15400         (setup_source), (gst_play_base_bin_set_property),
15401         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
15402         (gst_play_base_bin_add_element),
15403         (gst_play_base_bin_remove_element),
15404         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15405         (gst_play_base_bin_unlink_stream),
15406         (gst_play_base_bin_get_streaminfo):
15407         * gst/playback/gstplaybasebin.h:
15408         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15409         (gst_play_bin_class_init), (gst_play_bin_init),
15410         (gst_play_bin_dispose), (gst_play_bin_set_property),
15411         (gst_play_bin_get_property), (gen_video_element),
15412         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
15413         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
15414         (gst_play_bin_get_formats), (gst_play_bin_convert),
15415         (gst_play_bin_get_query_types), (gst_play_bin_query),
15416         (plugin_init):
15417         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
15418         (gst_stream_info_get_type), (gst_stream_info_class_init),
15419         (gst_stream_info_init), (gst_stream_info_new),
15420         (gst_stream_info_dispose), (gst_stream_info_set_property),
15421         (gst_stream_info_get_property):
15422         * gst/playback/gststreaminfo.h:
15423         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15424         (main):
15425         * gst/playback/test2.c: (main):
15426         * gst/playback/test3.c: (update_scale), (main):
15427         More playbin fixes. Added README. Do better element filtering.
15428         Added base class to preroll media. Added test apps.
15429
15430 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15431
15432         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
15433         * ext/mpeg2dec/gstmpeg2dec.h:
15434           various debugging improvements.  Reset stream to next picture
15435           instead of sequence header, otherwise seeks cannot work.
15436
15437 2004-07-07  Wim Taymans  <wim@fluendo.com>
15438
15439         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
15440         (gst_video_box_class_init), (gst_video_box_set_property),
15441         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
15442         Use pad_alloc where possible.
15443
15444 2004-07-07  Wim Taymans  <wim@fluendo.com>
15445
15446         * sys/oss/gstosselement.c: (gst_osselement_reset),
15447         (gst_osselement_parse_caps):
15448         * sys/oss/gstosselement.h:
15449         * sys/oss/gstosssrc.c: (gst_osssrc_get):
15450         Fix offset on osssrc.
15451
15452 2004-07-07  Wim Taymans  <wim@fluendo.com>
15453
15454         * ext/theora/theora.c: (plugin_init):
15455         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
15456         (theora_dec_src_query), (theora_dec_chain):
15457         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15458         (theora_enc_sink_link), (theora_buffer_from_packet),
15459         (theora_push_packet), (theora_enc_chain):
15460         Fix theora granulepos calculation.
15461         Fix overflow in duration/position calculation.
15462         Bump rank to PRIMARY for theoradec.
15463         Use granulepos of last packet to calculate position.
15464         Set keyframe flag on buffers when needed.
15465
15466 2004-07-06  David Schleef  <ds@schleef.org>
15467
15468         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
15469         serious?  (Fixed, obviously.)
15470
15471 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15472
15473         * po/LINGUAS:
15474         * po/cs.po:
15475           added Czech translation (Miloslav Trmac)
15476
15477 2004-07-05  Wim Taymans  <wim@fluendo.com>
15478
15479         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15480         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15481         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
15482         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15483         (close_link), (type_found), (gst_decode_bin_set_property),
15484         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
15485         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
15486         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
15487         (gst_decode_bin_query), (plugin_init):
15488         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15489         (gst_play_bin_class_init), (gst_play_bin_init),
15490         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
15491         (get_video_element), (new_pad), (setup_source),
15492         (gst_play_bin_set_property), (gst_play_bin_get_property),
15493         (gst_play_bin_change_state), (gst_play_bin_add_element),
15494         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
15495         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15496         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15497         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
15498         * gst/playback/test.c: (main):
15499         More fixes, cleaned up playbin, make it use decodebin. Added
15500         threaded property to playbin.
15501
15502 2004-07-05  Wim Taymans  <wim@fluendo.com>
15503
15504         * configure.ac:
15505         * gst/playback/Makefile.am:
15506         * gst/playback/decodetest.c: (main):
15507         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15508         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15509         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
15510         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15511         (close_link), (type_found), (gst_decode_bin_set_property),
15512         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
15513         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
15514         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
15515         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
15516         (plugin_init):
15517         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15518         (gst_play_bin_class_init), (gst_play_bin_init),
15519         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
15520         (collect_sink_pads), (find_compatibles), (close_pad_link),
15521         (try_to_link_1), (new_pad), (close_link), (type_found),
15522         (setup_source), (gst_play_bin_set_property),
15523         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
15524         (compare_ranks), (gst_play_bin_collect_factories),
15525         (gst_play_bin_change_state), (gst_play_bin_add_element),
15526         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
15527         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15528         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15529         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
15530         * gst/playback/test.c: (main):
15531         Added some playback helper elements and some test apps, very alpha
15532         still.
15533
15534 2004-07-04  Benjamin Otte  <otte@gnome.org>
15535
15536         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
15537           only restart audio when we indeed have an xrun to fix repeated
15538           xruns. Fix suggested by Giuliano Pochini.
15539
15540 2004-07-03  David Schleef  <ds@schleef.org>
15541
15542         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
15543         call to gst_debug_log() if debugging is disabled (bug #145118)
15544
15545 2004-07-03  Benjamin Otte  <otte@gnome.org>
15546
15547         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
15548           use our own functions for restarting the alsa device.
15549         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15550           I should apply patches myself - use MIN for the third argument, not
15551           the second, this fixes seeking
15552
15553 2004-07-02  David Schleef  <ds@schleef.org>
15554
15555         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
15556         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
15557         do with the logic.
15558
15559 2004-07-02  David Schleef  <ds@schleef.org>
15560
15561         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
15562         output buffers.  Fix logic mistake.  (bug #144866)
15563
15564 2004-07-02  David Schleef  <ds@schleef.org>
15565
15566         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
15567         on X.  (bug #144753)
15568
15569 2004-07-02  David Schleef  <ds@schleef.org>
15570
15571         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
15572         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
15573         (bug #144624)
15574         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
15575         (gst_osselement_rate_probe_check): Add another workaround for
15576         buggy drivers (bug #145336)
15577
15578 2004-07-02  David Schleef  <ds@schleef.org>
15579
15580         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
15581         Most systems don't have MSG_NOSIGNAL.
15582
15583 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15584
15585         * Makefile.am:
15586         * gst-libs/gst/colorbalance/Makefile.am:
15587         * gst-libs/gst/mixer/Makefile.am:
15588         * gst-libs/gst/play/Makefile.am:
15589         * gst-libs/gst/tuner/Makefile.am:
15590           (hopefully) fix both install and dist and make error message useful.
15591           needs testing across automakes.
15592
15593 2004-07-02  Benjamin Otte  <otte@gnome.org>
15594
15595         * ext/ogg/gstogg.c: (plugin_init):
15596           we require bytestream now
15597         * ext/ogg/gstoggdemux.c:
15598           huge diff to implement chain setup in a fast and generic way. This
15599           improves tag reading and startup of huge files (read: Theora videos)
15600           quite a bit. It probably contains bugs, too, so please test.
15601           Seeking is not improved to the fast method.
15602
15603 2004-06-29  Wim Taymans  <wim@fluendo.com>
15604
15605         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
15606         * ext/ogg/gstoggmux.c:
15607         Fix memleak in oggdemux when running unconnected pads.
15608         doc update in mux, start working on keyframe mode.
15609
15610 2004-06-29  Benjamin Otte  <otte@gnome.org>
15611
15612         * sys/oss/gstosssink.c:
15613         * sys/oss/gstosssrc.c:
15614           advertise correct template caps - we indeed do non-native endianness
15615           and 8bit audio has no endianness
15616         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
15617         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
15618           avoid (wrong) duplications in getcaps function and return
15619           template caps
15620
15621 2004-06-29  Wim Taymans  <wim@fluendo.com>
15622
15623         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15624         (gst_multifdsink_class_init), (gst_multifdsink_add),
15625         (gst_multifdsink_remove), (gst_multifdsink_clear),
15626         (gst_multifdsink_client_remove),
15627         (gst_multifdsink_handle_client_read),
15628         (gst_multifdsink_client_queue_data),
15629         (gst_multifdsink_client_queue_caps),
15630         (gst_multifdsink_client_queue_buffer),
15631         (gst_multifdsink_handle_client_write),
15632         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15633         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
15634         (gst_multifdsink_init_send), (gst_multifdsink_close):
15635         Fix wrong GList iteration that could crash the server when
15636         more then 2 clients disconnect at the same time. Read all the
15637         pending commands in one batch to recover from command storms under
15638         very heavy load.
15639
15640 2004-06-28  Wim Taymans  <wim@fluendo.com>
15641
15642         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15643         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
15644         (gst_videomixer_pad_set_property),
15645         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
15646         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
15647         (gst_videomixer_class_init), (gst_videomixer_init),
15648         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
15649         (pad_zorder_compare), (gst_videomixer_sort_pads),
15650         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
15651         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
15652         (gst_videomixer_update_queues), (gst_videomixer_loop),
15653         (plugin_init):
15654         Avoid divide by zero, choose masterpad as the pad with the highest
15655         framerate.
15656
15657 2004-06-27  Julien Moutte  <julien@moutte.net>
15658
15659         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
15660         (gst_ximagesink_xwindow_new):
15661         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
15662         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
15663         function directly. We might want to call it from somewhere else one day.
15664
15665 2004-06-27  Julien Moutte  <julien@moutte.net>
15666
15667         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
15668         (gst_ximagesink_xwindow_new):
15669         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
15670         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
15671         window decorations.
15672
15673 2004-06-27  Wim Taymans  <wim@fluendo.com>
15674
15675         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15676         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
15677         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
15678         (gst_dvdec_set_property), (gst_dvdec_get_property):
15679         * ext/dv/gstdvdec.h:
15680         Implement drop_factor property to lower the framerate with
15681         a factor.
15682
15683 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15684
15685         * gst-libs/gst/colorbalance/Makefile.am:
15686         * gst-libs/gst/mixer/Makefile.am:
15687         * gst-libs/gst/play/Makefile.am:
15688         * gst-libs/gst/tuner/Makefile.am:
15689           unbreak Company's fix that didn't install the -enum.h files
15690
15691 2004-06-27  Wim Taymans  <wim@fluendo.com>
15692
15693         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
15694         (gst_dvdec_change_state):
15695         * ext/dv/gstdvdec.h:
15696         Fix timestamp, duration and offset of the buffers.
15697
15698 2004-06-27  Wim Taymans  <wim@fluendo.com>
15699
15700         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15701         (gst_multifdsink_class_init), (gst_multifdsink_add),
15702         (gst_multifdsink_remove), (gst_multifdsink_clear),
15703         (gst_multifdsink_client_remove),
15704         (gst_multifdsink_handle_client_read),
15705         (gst_multifdsink_client_queue_data),
15706         (gst_multifdsink_client_queue_caps),
15707         (gst_multifdsink_client_queue_buffer),
15708         (gst_multifdsink_handle_client_write),
15709         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15710         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
15711         (gst_multifdsink_init_send), (gst_multifdsink_close):
15712         * gst/tcp/gstmultifdsink.h:
15713         * gst/tcp/gsttcpserversink.c:
15714         (gst_tcpserversink_handle_server_read),
15715         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
15716         More multifdsink fixes, more recovery policy fixes.
15717         Removed stupid g_print
15718
15719 2004-06-26  Wim Taymans  <wim@fluendo.com>
15720
15721         * gst/tcp/Makefile.am:
15722         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15723         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
15724         (gst_multifdsink_class_init), (gst_multifdsink_init),
15725         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
15726         (gst_multifdsink_handle_client_read),
15727         (gst_multifdsink_client_queue_data),
15728         (gst_multifdsink_client_queue_caps),
15729         (gst_multifdsink_client_queue_buffer),
15730         (gst_multifdsink_handle_client_write),
15731         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15732         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
15733         (gst_multifdsink_chain), (gst_multifdsink_set_property),
15734         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
15735         (gst_multifdsink_close), (gst_multifdsink_change_state):
15736         * gst/tcp/gstmultifdsink.h:
15737         * gst/tcp/gsttcpplugin.c: (plugin_init):
15738         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
15739         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
15740         (gst_tcpserversink_handle_server_read),
15741         (gst_tcpserversink_handle_select),
15742         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
15743         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
15744         * gst/tcp/gsttcpserversink.h:
15745         Added multifdsink, made tcpserversink a subclass of fdsink, removed
15746         one of the locks, added recovery policy to multifdsink.
15747
15748 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15749
15750         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
15751           fix decision for when getting frames with same timestamp
15752         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
15753         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
15754         (gst_v4lsrc_get_property):
15755         * sys/v4l/gstv4lsrc.h:
15756           add latency offset property
15757
15758 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15759
15760         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
15761         (plugin_init):
15762           fix debugging. add category.
15763
15764 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15765
15766         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
15767           fix wrong offsets
15768
15769 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15770
15771         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
15772         (gst_alsa_src_get_time), (gst_alsa_src_loop),
15773         (gst_alsa_src_change_state):
15774           return a time that is in sync with the element's processing
15775
15776 2004-06-25  Wim Taymans  <wim@fluendo.com>
15777
15778         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
15779         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
15780         (gst_tcpserversink_client_remove),
15781         (gst_tcpserversink_handle_client_read),
15782         (gst_tcpserversink_client_queue_data),
15783         (gst_tcpserversink_client_queue_caps),
15784         (gst_tcpserversink_client_queue_buffer),
15785         (gst_tcpserversink_handle_client_write),
15786         (gst_tcpserversink_queue_buffer),
15787         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
15788         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
15789         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
15790         (gst_tcpserversink_close):
15791         * gst/tcp/gsttcpserversink.h:
15792         Serversink rewrite. Really do non blocking writes to clients and
15793         maintain an internal queue to handle slower clients while not
15794         disturbing fast clients.
15795
15796 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15797
15798         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
15799           better debug, don't override OFFSET and OFFSET_END
15800
15801 2004-06-25  Iain <iain@prettypeople.org>
15802
15803         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
15804         name=source for the wavparse pipeline.
15805
15806 2004-06-24  Johan Dahlin  <johan@gnome.org>
15807
15808         * ext/theora/theoraenc.c (theora_enc_chain): Call
15809         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
15810         streamheader caps are set correctly.
15811
15812 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15813
15814         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15815         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
15816           respect minimum bitrate; same could be done for max bitrate
15817
15818 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15819
15820         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15821         (gst_vorbisenc_setup):
15822           fix sample rate range
15823
15824 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15825
15826         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
15827         (gst_oggvorbisenc_setup):
15828         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15829         (gst_vorbisenc_setup):
15830           resolve ambiguities in code and description
15831
15832 2004-06-24  Wim Taymans  <wim@fluendo.com>
15833
15834         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
15835         * ext/alsa/gstalsa.h:
15836         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
15837         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
15838         Use alsa trigger_tstamp to get the timestamp of the first
15839         sample in the buffer for more precise sync. Some cleanups.
15840
15841 2004-06-24  Wim Taymans  <wim@fluendo.com>
15842
15843         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
15844         (gst_audiorate_init), (gst_audiorate_chain),
15845         (gst_audiorate_set_property), (gst_audiorate_get_property):
15846         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15847         (gst_videorate_chain):
15848         Added some logging, fixed an overflow bug in videorate.
15849
15850 2004-06-24  Benjamin Otte  <otte@gnome.org>
15851
15852         * ext/kio/Makefile.am:
15853           fix for builddir != srcdir and distcheck
15854
15855 2004-06-24  Benjamin Otte  <otte@gnome.org>
15856
15857         * gst-libs/gst/colorbalance/Makefile.am:
15858         * gst-libs/gst/mixer/Makefile.am:
15859         * gst-libs/gst/play/Makefile.am:
15860         * gst-libs/gst/tuner/Makefile.am:
15861         * gst/tcp/Makefile.am:
15862         * sys/dxr3/Makefile.am:
15863           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
15864           tarball.
15865           Also add all *.list files that were missing.
15866         * Makefile.am:
15867           add a distcheck hook to ensure the above doesn't happen again.
15868
15869 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
15870
15871         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
15872
15873 2004-06-23  Colin Walters  <walters@redhat.com>
15874
15875         * m4/Makefile.am: Distribute gst-fionread.m4.
15876
15877 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15878
15879         * configure.ac: back to dev
15880
15881 2004-06-23  Wim Taymans  <wim@fluendo.com>
15882
15883         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
15884         (gst_alsa_xrun_recovery):
15885         * ext/alsa/gstalsa.h:
15886         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
15887         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
15888         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
15889         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
15890         (gst_alsa_src_loop):
15891         Add clock to alsasrc. Take new capture timestamp when
15892         restarting after an overrun. Split up some functions between
15893         alsasrc and alsasink.
15894
15895 === release 0.8.2 ===
15896
15897 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15898
15899         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
15900         (gst_alsa_change_state), (gst_alsa_update_avail),
15901         (gst_alsa_xrun_recovery):
15902         * ext/alsa/gstalsa.h:
15903         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15904           merge back changes from release
15905
15906 2004-06-23  Wim Taymans  <wim@fluendo.com>
15907
15908         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
15909         (gst_audiorate_init), (gst_audiorate_chain),
15910         (gst_audiorate_set_property), (gst_audiorate_get_property):
15911         Implement sample dropping and notify
15912
15913 2004-06-22  Wim Taymans  <wim@fluendo.com>
15914
15915         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15916         (theora_enc_sink_link), (theora_buffer_from_packet),
15917         (theora_push_packet), (theora_enc_chain):
15918         Some cleanups, make sure the timestamps are correct.
15919
15920 2004-06-22  Wim Taymans  <wim@fluendo.com>
15921
15922         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
15923         (gst_alsa_change_state), (gst_alsa_update_avail),
15924         (gst_alsa_xrun_recovery):
15925         * ext/alsa/gstalsa.h:
15926         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15927         Cleanups, take queued samples into account when reporting
15928         the time.
15929
15930 2004-06-22  Wim Taymans  <wim@fluendo.com>
15931
15932         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15933         (gst_videorate_init):
15934         Initialize the property as well.
15935
15936 2004-06-22  Wim Taymans  <wim@fluendo.com>
15937
15938         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15939         (gst_videorate_init), (gst_videorate_chain),
15940         (gst_videorate_set_property), (gst_videorate_get_property):
15941         Add property to make videorate silent.
15942         Add property to prefer new frames over old ones.
15943
15944 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15945
15946         * sys/osxvideo/Makefile.am:
15947         Workaround so that the osxvideo .so file gets linked with the
15948         Cocoa, OpenGL and QuickTime frameworks
15949
15950 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15951
15952         * sys/osxaudio/Makefile.am:
15953         Workaround so that the osxaudio .so file gets linked with the
15954         CoreAudio framework
15955
15956 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15957
15958         * configure.ac:
15959         Whoops, my fault...fixed build issues
15960
15961 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15962
15963         * configure.ac:
15964         Add objective-c support if running in Darwin/Mac OS X
15965         * sys/Makefile.am:
15966         * sys/osxvideo:
15967         * sys/osxvideo/Makefile.am:
15968         * sys/osxvideo/osxvideosink.h:
15969         * sys/osxvideo/osxvideosink.m:
15970         * sys/osxvideo/cocoawindow.h:
15971         * sys/osxvideo/cocoawindow.m:
15972         Add osxvideosink, a cocoa-based osx video sink
15973
15974
15975 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
15976         * ext/dvdnav/gst-dvd:
15977         Grab the gconf key from the right spot
15978         * gst/debug/gstnavseek.c: (gst_navseek_init),
15979         (gst_navseek_segseek), (gst_navseek_handle_src_event),
15980         (gst_navseek_chain):
15981         * gst/debug/gstnavseek.h:
15982           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
15983           and loop parameters of a segment seek.
15984         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15985         (gst_videotestsrc_get_event_masks),
15986         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
15987         * gst/videotestsrc/gstvideotestsrc.h:
15988           Add seeking support to videotestsrc
15989           Initialise the timestamp_offset variable.
15990
15991 2004-06-18  Wim Taymans  <wim@fluendo.com>
15992
15993         * ext/sidplay/gstsiddec.cc:
15994         Fix negotiation and set correct end offset.
15995
15996 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15997
15998         * configure.ac: branch and prerelease
15999
16000 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16001
16002         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
16003         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
16004         (gst_tcpclientsrc_init_receive):
16005         * gst/tcp/gsttcpclientsrc.h:
16006           read caps when connecting to server for GDP so we set them correctly
16007
16008 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16009
16010         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
16011           notify drops and duplicates
16012         * gst/videoscale/videoscale.c: (videoscale_get_structure):
16013           no good reason to limit ourselves to 100x100
16014
16015 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16016
16017         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
16018         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
16019         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16020         (gst_v4lsrc_get_property):
16021         * sys/v4l/gstv4lsrc.h:
16022         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
16023         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
16024         (gst_v4l_set_audio):
16025         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
16026         (gst_v4lsrc_try_capture):
16027         * sys/v4l/v4lsrc_calls.h:
16028           change try_palette to more general try_capture
16029           add autoprobe option so we can turn off autoprobing
16030           various fixes
16031
16032 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16033
16034         * configure.ac:
16035           add videorate
16036         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
16037         (gst_ximagesink_class_init):
16038         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
16039         (gst_xvimagesink_class_init):
16040           run them as finalize, not dispose, since dispose can be invoked
16041           multiple times
16042
16043 2004-06-17  Wim Taymans  <wim@fluendo.com>
16044
16045         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
16046         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
16047         * ext/alsa/gstalsa.h:
16048         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
16049         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
16050         (gst_alsa_src_change_state):
16051         * ext/alsa/gstalsasrc.h:
16052         Make the xrun code timestamp and offset the buffers correctly.
16053         moved the clock to the base class, use alsa methods to get time.
16054         Do correct timestamping on outgoing buffers.
16055
16056 2004-06-17  Wim Taymans  <wim@fluendo.com>
16057
16058         * gst/audiorate/Makefile.am:
16059         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
16060         (gst_audiorate_base_init), (gst_audiorate_class_init),
16061         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
16062         (gst_audiorate_set_property), (gst_audiorate_get_property),
16063         (gst_audiorate_change_state), (plugin_init):
16064         Added an audiorate converter that fills in gaps.
16065
16066 2004-06-17  Johan Dahlin  <johan@gnome.org>
16067
16068         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
16069
16070 2004-06-16  Wim Taymans  <wim@fluendo.com>
16071
16072         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
16073         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
16074         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
16075         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16076         (gst_v4lsrc_get_property):
16077         * sys/v4l/gstv4lsrc.h:
16078         Added a copy mode to v4lsrc where it will output a copied version
16079         of its internal hardware buffer.
16080         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
16081         can't | them.
16082
16083 2004-06-16  Wim Taymans  <wim@fluendo.com>
16084
16085         * sys/oss/gstosssrc.c: (gst_osssrc_get):
16086         Timestamp fixes.
16087
16088 2004-06-16  Wim Taymans  <wim@fluendo.com>
16089
16090         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
16091         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
16092         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16093         (gst_v4lsrc_get_property):
16094         * sys/v4l/gstv4lsrc.h:
16095         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
16096         Added a sync mode enum property to control v4lsrc timestamp method
16097         Removed the use-fixed-fps property and moved functionality in
16098         the enum.
16099         Don't error on an error value from v4l-conf, it might not always
16100         be a real error.
16101
16102 2004-06-16  Wim Taymans  <wim@fluendo.com>
16103
16104         * gst/videorate/Makefile.am:
16105         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
16106         (gst_videorate_base_init), (gst_videorate_class_init),
16107         (gst_videorate_getcaps), (gst_videorate_link),
16108         (gst_videorate_init), (gst_videorate_chain),
16109         (gst_videorate_set_property), (gst_videorate_get_property),
16110         (gst_videorate_change_state), (plugin_init):
16111         Added a video timestamp corrector.
16112
16113 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16114
16115         fixed a potential leak with previous commit
16116
16117         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
16118
16119 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16120
16121         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
16122         Added missing refcount, fixes bug #144425
16123         Cheers Tim for finding the bug
16124
16125 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16126
16127         * sys/v4l/gstv4l.c: (plugin_init):
16128         * sys/v4l/gstv4lcolorbalance.c:
16129         * sys/v4l/gstv4lcolorbalance.h:
16130         * sys/v4l/gstv4lelement.c:
16131         * sys/v4l/gstv4lelement.h:
16132         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16133         * sys/v4l/gstv4lmjpegsink.h:
16134         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16135         * sys/v4l/gstv4lmjpegsrc.h:
16136         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
16137         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
16138         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
16139         * sys/v4l/gstv4lsrc.h:
16140         * sys/v4l/gstv4ltuner.c:
16141         * sys/v4l/gstv4ltuner.h:
16142         * sys/v4l/gstv4lxoverlay.c:
16143         * sys/v4l/gstv4lxoverlay.h:
16144         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
16145         (gst_v4l_set_window), (gst_v4l_enable_overlay):
16146         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
16147         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
16148         (gst_v4l_set_audio):
16149         * sys/v4l/v4l_calls.h:
16150         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
16151         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
16152         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
16153         (gst_v4lmjpegsink_playback_init),
16154         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
16155         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
16156         (gst_v4lmjpegsink_playback_stop),
16157         (gst_v4lmjpegsink_playback_deinit):
16158         * sys/v4l/v4lmjpegsink_calls.h:
16159         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
16160         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
16161         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
16162         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
16163         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
16164         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
16165         * sys/v4l/v4lmjpegsrc_calls.h:
16166         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
16167         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
16168         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
16169         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
16170         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
16171         (gst_v4lsrc_try_palette):
16172         * sys/v4l/v4lsrc_calls.h:
16173           bunch of paranoia cleanups
16174
16175 2004-06-14  David Schleef  <ds@schleef.org>
16176
16177         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
16178         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
16179         Send discont events and change timestamps appropriately when
16180         we get a seek event.  (bug #144240)
16181         * ext/cdparanoia/gstcdparanoia.h:
16182
16183 2004-06-14  Benjamin Otte  <otte@gnome.org>
16184
16185         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
16186           snd_pcm_hw_params_set_rate  since the latter fails for no good
16187           reason on some setups.
16188
16189 2004-06-14  David Schleef  <ds@schleef.org>
16190
16191         * gst/volume/demo.c: (value_changed_callback): exp10() is not
16192         standard.  Thank you for playing.
16193
16194 2004-06-14  Wim Taymans  <wim@fluendo.com>
16195
16196         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
16197         Patch 1.3 broke the ordering of the colorspace info and
16198         made the plugin basically work by coincidence, reordered
16199         the info.
16200
16201 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16202
16203         * ext/lame/gstlame.c:
16204         * ext/mad/gstmad.c:
16205           sync caps.  Make sure mad can only output a list of rates, not
16206           a full range.  In the future, have three caps lists for each of the
16207           mpeg versions.  Change mpegversion to a double as well.
16208
16209 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16210
16211         * gst/volume/.cvsignore:
16212         * gst/volume/Makefile.am:
16213         * gst/volume/demo.c: (value_changed_callback), (idler),
16214         (setup_gui), (main):
16215           added small demo app
16216
16217 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
16218         * ext/esd/esdsink.c: (gst_esdsink_change_state):
16219         * ext/esd/esdsink.h:
16220         Close the esd connection on pause, because esd will just wait -
16221         blocking all other esd clients indefinitely.
16222
16223 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
16224
16225         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
16226           previous commit with GST_DEBUG
16227
16228 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16229
16230         * configure.ac:
16231           add a header check for a dvdread header in dvdnav.  Fixes #133002
16232
16233 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16234
16235         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
16236         * gst/tcp/gsttcpclientsink.h:
16237         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
16238         * gst/tcp/gsttcpclientsrc.h:
16239         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
16240         (gst_tcpserversink_handle_server_read),
16241         (gst_tcpserversink_init_send):
16242         * gst/tcp/gsttcpserversink.h:
16243         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16244         * gst/tcp/gsttcpserversrc.h:
16245         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
16246         version of IP)
16247
16248 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16249
16250         * configure.ac:
16251         Added ogg library so that OSX detects libtheora properly
16252
16253 2004-06-11  Wim Taymans  <wim@fluendo.com>
16254
16255         * ext/theora/theoradec.c: (theora_dec_chain),
16256         (theora_dec_change_state):
16257         Don't try to decode frames before we received a keyframe.
16258
16259 2004-06-11  Wim Taymans  <wim@fluendo.com>
16260
16261         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16262         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
16263         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
16264         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
16265         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
16266         Added property to set the maximum delay of a page.
16267
16268 2004-06-10  Wim Taymans  <wim@fluendo.com>
16269
16270         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16271         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
16272         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
16273         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
16274         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
16275         Added max-delay property to control the maximum amount
16276         of data to put in one page.
16277
16278 2004-06-10  Wim Taymans  <wim@fluendo.com>
16279
16280         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16281         (gst_theora_enc_init), (theora_enc_sink_link),
16282         (theora_buffer_from_packet), (theora_enc_set_property),
16283         (theora_enc_get_property):
16284         Set duration on encoded buffer, added some more properties
16285
16286 2004-06-10  Wim Taymans  <wim@fluendo.com>
16287
16288         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16289         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
16290         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16291         * ext/theora/theoraenc.c: (theora_enc_chain):
16292         Fix refcounting bugs
16293
16294 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16295
16296         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16297         (gst_asf_demux_loop), (gst_asf_demux_process_file),
16298         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
16299         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
16300         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
16301         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
16302         (gst_asf_demux_change_state):
16303         * gst/asfdemux/gstasfdemux.h:
16304           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
16305           feels like. I think we should set a new requirement for demuxers
16306           from now on to implement sane loop functions, data loops, query
16307           and seek functions before first commit into CVS. And this commit
16308           fixes all of the above.
16309
16310 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
16311
16312         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
16313           vorbis comments are properly encoded in UTF-8 before adding them
16314           to a GstTagList
16315
16316 2004-06-09  Benjamin Otte  <otte@gnome.org>
16317
16318         * ext/alsa/gstalsa.c: (add_channels):
16319           handle min <= max correctly
16320         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
16321         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
16322           add fixation functions so we fixate correctly. No preferring of alaw
16323           anymore because it's the first structure.
16324         * ext/alsa/gstalsa.h:
16325         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
16326         (gst_alsa_hw_params_dump):
16327           add functions to ease debugging in alsalib
16328         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
16329         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
16330         (gst_alsa_start_audio):
16331           only specify hw params if we really setup a format (fixes #134007 -
16332           or at least works around it)
16333
16334 2004-06-09  Wim Taymans  <wim@fluendo.com>
16335
16336         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
16337         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
16338         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
16339         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
16340         (gst_ogg_mux_loop):
16341         Use stream caps to setup the initial pages in the ogg stream.
16342         Correctly set the streamheader caps on the srcpad.
16343
16344 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16345
16346         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
16347         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
16348         (gst_v4lsrc_getcaps):
16349         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
16350         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
16351           add querying of fps lists for webcams.  Negotiating to a framerate
16352           now works.
16353
16354 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16355
16356         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16357         (theora_push_buffer), (theora_push_packet),
16358         (theora_set_header_on_caps), (theora_enc_chain):
16359           mark buffers and put on streamheader, raw theora streaming
16360           now works too, whee
16361
16362 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16363
16364         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
16365         (gst_tcp_gdp_read_caps):
16366           do a looping read for caps and GDP headers too
16367
16368 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16369
16370         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
16371         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
16372           return EOS instead of NULL in _get
16373
16374 2004-06-08  Wim Taymans  <wim@fluendo.com>
16375
16376         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
16377         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
16378         (gst_tcp_gdp_write_caps):
16379         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
16380         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
16381         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
16382         Memory leak fixes
16383
16384 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16385
16386         * ext/vorbis/Makefile.am:
16387         * ext/vorbis/vorbis.c: (plugin_init):
16388         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
16389         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
16390         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
16391         (vorbis_parse_change_state):
16392         * ext/vorbis/vorbisparse.h:
16393           adding a vorbisparse element that marks the buffers, streaming
16394           raw vorbis using GDP now works, whee
16395
16396 2004-06-08  Wim Taymans  <wim@fluendo.com>
16397
16398         * ext/jpeg/Makefile.am:
16399         * ext/jpeg/README:
16400         * ext/jpeg/gstjpeg.c: (plugin_init):
16401         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
16402         (gst_smokedec_base_init), (gst_smokedec_class_init),
16403         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
16404         * ext/jpeg/gstsmokedec.h:
16405         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
16406         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
16407         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
16408         (gst_smokeenc_resync), (gst_smokeenc_chain),
16409         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
16410         * ext/jpeg/gstsmokeenc.h:
16411         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
16412         (smokecodec_flush_destination), (smokecodec_term_destination),
16413         (smokecodec_init_source), (smokecodec_fill_input_buffer),
16414         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
16415         (smokecodec_term_source), (smokecodec_encode_new),
16416         (smokecodec_decode_new), (smokecodec_info_free),
16417         (smokecodec_set_quality), (smokecodec_get_quality),
16418         (smokecodec_set_threshold), (smokecodec_get_threshold),
16419         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
16420         (find_best_size), (abs_diff), (put), (smokecodec_encode),
16421         (smokecodec_parse_header), (smokecodec_decode):
16422         * ext/jpeg/smokecodec.h:
16423         Added a new simple jpeg based codec
16424
16425 2004-06-08  Wim Taymans  <wim@fluendo.com>
16426
16427         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
16428         (gst_multipart_mux_loop):
16429         Fix memory leak
16430
16431 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16432
16433         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
16434         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
16435         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
16436         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
16437         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
16438         * gst/tcp/gsttcpserversink.h:
16439           take streamheader into account
16440
16441 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16442
16443         * gst/level/Makefile.am:
16444         * gst/level/gstlevel.c: (gst_level_class_init):
16445           clean up marshal generation
16446
16447 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16448
16449         * gst/tcp/Makefile.am:
16450         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
16451         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
16452         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
16453         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16454         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
16455         (gst_tcpclientsrc_get_property):
16456         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16457         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
16458         (gst_tcpserversink_handle_client_read),
16459         (gst_tcpserversink_handle_client_write),
16460         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
16461         * gst/tcp/gsttcpserversink.h:
16462           add signals client-added and client-removed
16463         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16464         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
16465         (gst_tcpserversrc_get_property):
16466         uniformized, change default protocol to NONE
16467         * gst/tcp/gsttcp-marshal.list: added
16468 2004-06-07  Benjamin Otte  <otte@gnome.org>
16469
16470         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16471           handle discont events if they happen before caps nego
16472
16473 2004-06-07  Wim Taymans  <wim@fluendo.com>
16474
16475         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
16476         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
16477         (gst_multipart_demux_plugin_init):
16478         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
16479         (gst_multipart_mux_init), (gst_multipart_mux_loop),
16480         (gst_multipart_mux_change_state):
16481         Small updates, fix a memleak
16482
16483 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
16484
16485         * configure.ac: OSS portability
16486         * ext/arts/gst_arts.c: idem
16487         * sys/oss/gstosselement.c: idem
16488         * sys/oss/gstossmixer.c: idem
16489         * sys/oss/gstosssink.c: idem
16490         * sys/oss/gstosssrc.c: idem
16491         * sys/oss/oss_probe.c: idem
16492           - check for soundcard.h in different places for some BSD
16493
16494 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
16495
16496         * AUTHORS:
16497         Add me to the authors file
16498         * configure.ac:
16499         Increase the libdv requirement to >= version 0.100
16500         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
16501         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
16502         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
16503         * ext/dv/gstdvdec.h:
16504         Add support for the new_media flag when sending DISCONT events
16505         Make the querying work when video pad is not linked
16506
16507 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
16508
16509         reviewed by Benjamin Otte  <otte@gnome.org>
16510
16511         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
16512           create a NULL-initialized array of pads, so we don't think they
16513           exist already. (fixes #143130)
16514
16515 2004-06-07  Benjamin Otte  <otte@gnome.org>
16516
16517         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
16518         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
16519         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
16520           don't use // coments
16521
16522 2004-06-07  Benjamin Otte  <otte@gnome.org>
16523
16524         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
16525           cast to GstClockTime to get higher granularity
16526         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16527           use gst_element_set_time_delay to get the exact time
16528         * ext/mad/gstmad.c: (gst_mad_chain):
16529           use the negotiated rate instead of the current frame's rate which
16530           might be wrong because of bit errors. This avoids emitting totally
16531           bogus timestamps and screwing sync.
16532         (fixes #143454)
16533
16534 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
16535
16536         reviewed by Benjamin Otte  <otte@gnome.org>
16537
16538         * gst/adder/gstadder.c: (gst_adder_loop):
16539           properly error out when no negotiation has happened yet. (fixes
16540           #143032)
16541
16542 2004-06-06  Benjamin Otte  <otte@gnome.org>
16543
16544         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16545           forward correctly transformed offset in discont events. Based on
16546           patch by Arwed v. Merkatz. (fixes #142851)
16547
16548 2004-06-06  David Schleef  <ds@schleef.org>
16549
16550         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
16551         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
16552         problems on several systems.
16553
16554 2004-06-06  Benjamin Otte  <otte@gnome.org>
16555
16556         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
16557           use explicit caps on the srcpad
16558         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16559           properly error out if caps couldn't be set (fixes #142764)
16560
16561 2004-06-06  Benjamin Otte  <otte@gnome.org>
16562
16563         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
16564         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
16565         (gst_alsa_start_audio):
16566           - don't call set_periods_integer anymore, it breaks the
16567           configuration randomly
16568           - call snd_pcm_hw_params_set_access directly instead of using masks
16569           - don't fail if the sw_params can't be set, just use the default
16570           params and hope it works. Alsalib has weird issues when you touch
16571           sw_params and does no proper error reporting about what failed.
16572         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16573         (gst_alsa_close_audio):
16574           make our alsa debugging go via gst debugging and not conditionally
16575           defined
16576         * ext/alsa/gstalsa.h:
16577           add ALSA_DEBUG_FLUSH macro
16578         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
16579         (plugin_init):
16580           wrap alsa errors to be printed via the gst debugging system and not
16581           spammed to stderr
16582
16583 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16584
16585         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
16586         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
16587         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
16588         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
16589         (qtdemux_parse_trak):
16590         * gst/qtdemux/qtdemux.h:
16591           Bitch. Also known as seeking, querying & co.
16592         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
16593         (gst_osssink_change_state):
16594         * sys/oss/gstosssink.h:
16595           Resyncing is for weenies, this hack is no longer needed and was
16596           broken anyway (since it - unintendedly - always leaves resync to
16597           TRUE).
16598
16599 2004-06-05  Andrew Turner <zxombie@hotpop.com>
16600
16601         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
16602         * gst/tcp/gsttcpclientsrc.h: idem
16603           - define MSG_NOSIGNAL if not done
16604           - include unistd.h for off_t
16605           (fixes #143749)
16606
16607 2004-06-05  Benjamin Otte  <otte@gnome.org>
16608
16609         * configure.ac:
16610         * ext/kio/Makefile.am:
16611           check for qt's moc preprocessor explicitly and use it
16612
16613 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16614
16615         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
16616           don't get a signal for EPIPE on socket writes
16617           (somebody check if this works on other platforms)
16618
16619 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16620
16621         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
16622         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
16623           check error condition on available samples correctly
16624
16625 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16626
16627         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
16628           avoid a segfault
16629         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
16630         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
16631         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
16632         (gst_tcpserversrc_gdp_read_header):
16633          use ssize_t over size_t since the former is signed and thus the
16634          check for error codes can work
16635
16636 2004-06-02  Wim Taymans  <wim@fluendo.com>
16637
16638         reviewed by: Johan
16639
16640         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
16641         (gst_multipart_mux_loop):
16642         Oops
16643
16644 2004-06-02  Wim Taymans  <wim@fluendo.com>
16645
16646         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
16647         (gst_multipart_mux_init), (gst_multipart_mux_loop),
16648         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
16649         (gst_multipart_mux_change_state):
16650         Added configurable boundary specifier, added the value as a
16651         caps field as well.
16652
16653 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16654
16655         * gst/tcp/gsttcp.c:
16656         * gst/tcp/gsttcpclientsrc.c:
16657         * gst/tcp/gsttcpclientsrc.h:
16658         * gst/tcp/gsttcpserversrc.c:
16659           - portability fix, to compile on OSX
16660             (fixes #143146)
16661
16662         * sys/osxaudio/gstosxaudioelement.c:
16663         * sys/osxaudio/gstosxaudiosink.c:
16664         * sys/osxaudio/gstosxaudiosrc.c:
16665           - compilation warnings on OSX
16666             (fixes #143153)
16667
16668 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16669
16670         * ext/vorbis/vorbisdec.c : sign warning fixes
16671
16672         * gst-libs/gst/mixer/mixertrack.c :
16673           do no use defines which are glib 2.4 specific
16674
16675 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
16676
16677         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
16678           buffer since libflac doesn't expect it (reports a sync error when
16679           it encounters that)
16680
16681
16682 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
16683
16684         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
16685         * gst-libs/gst/mixer/mixertrack.c:
16686         (gst_mixer_track_get_property), (get_mixer_track_init),
16687         (get_mixer_track_get_property): Added property accessors
16688         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
16689         * gst-libs/gst/mixer/mixeroptions.c:
16690         (gst_mixer_options_get_values): Added
16691         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
16692         * gst-libs/gst/mixer/mixer.c: Fixed comment
16693
16694
16695 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16696
16697         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
16698           improve error messages on open
16699
16700
16701 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16702
16703         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
16704           check if v4l-conf is in path
16705
16706 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16707
16708         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
16709           change assert to a more readable error message
16710
16711 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
16712
16713         * gst-libs/gst/tuner/tunerchannel.h:
16714           - add a freq_multiplicator field to make the conversion
16715             between internal frequency unit and Hz
16716         * sys/v4l/gstv4lelement.c:
16717         * sys/v4l2/gstv4l2element.c:
16718           - change default video device to /dev/video0
16719         * sys/v4l/v4l_calls.c:
16720         * sys/v4l2/v4l2_calls.c:
16721           - we only expose frequency to the user in Hz instead of
16722             bastard v4lX unit (either 62.5kHz or 62.5Hz)
16723
16724 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
16725         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16726           Initialise b_o_s and e_o_s variables
16727         * gst-libs/gst/riff/riff-media.c:
16728         (gst_riff_create_video_caps_with_data):
16729           Add some unusual fourcc's from mplayer avi's
16730         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
16731           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
16732           autoplugging.
16733
16734 2004-05-28  Wim Taymans  <wim@fluendo.com>
16735
16736         * configure.ac:
16737         * gst/alpha/Makefile.am:
16738         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
16739         (gst_alpha_get_type), (gst_alpha_base_init),
16740         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
16741         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
16742         (gst_alpha_chroma_key), (gst_alpha_chain),
16743         (gst_alpha_change_state), (plugin_init):
16744         A plugin to add an alpha channel to I420 video. Can optionally do
16745         chroma keying.
16746         * gst/multipart/Makefile.am:
16747         * gst/multipart/multipart.c: (plugin_init):
16748         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
16749         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
16750         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
16751         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
16752         (gst_multipart_demux_change_state),
16753         (gst_multipart_demux_plugin_init):
16754         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
16755         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
16756         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
16757         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
16758         (gst_multipart_mux_pad_unlink),
16759         (gst_multipart_mux_request_new_pad),
16760         (gst_multipart_mux_handle_src_event),
16761         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
16762         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
16763         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
16764         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
16765         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
16766         send multipart jpeg images to a browser.
16767         * gst/videobox/Makefile.am:
16768         * gst/videobox/README:
16769         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
16770         (gst_video_box_get_type), (gst_video_box_base_init),
16771         (gst_video_box_class_init), (gst_video_box_init),
16772         (gst_video_box_set_property), (gst_video_box_get_property),
16773         (gst_video_box_sink_link), (gst_video_box_i420),
16774         (gst_video_box_ayuv), (gst_video_box_chain),
16775         (gst_video_box_change_state), (plugin_init):
16776         Crops or adds borders around an image. can do alpha channel
16777         borders as well.
16778         * gst/videomixer/Makefile.am:
16779         * gst/videomixer/README:
16780         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
16781         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
16782         (gst_videomixer_pad_get_sink_event_masks),
16783         (gst_videomixer_pad_get_property),
16784         (gst_videomixer_pad_set_property),
16785         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
16786         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
16787         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
16788         (gst_videomixer_base_init), (gst_videomixer_class_init),
16789         (gst_videomixer_init), (gst_videomixer_request_new_pad),
16790         (gst_videomixer_handle_src_event),
16791         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
16792         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
16793         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
16794         (gst_videomixer_loop), (gst_videomixer_get_property),
16795         (gst_videomixer_set_property), (gst_videomixer_change_state),
16796         (plugin_init):
16797         Generic video mixer plugin, can handle multiple inputs all with
16798         different framerates and video sizes. Is fully alpha channel
16799         aware.
16800
16801 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16802
16803         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
16804           Select first track as master track. Not sure how else to handle
16805           that...
16806         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
16807           Discard discont events. Should fix #142962.
16808
16809 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16810
16811         * ext/alsa/Makefile.am:
16812         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
16813         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
16814         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
16815         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
16816         (gst_alsa_mixer_get_option):
16817         * ext/alsa/gstalsamixer.h:
16818         * ext/alsa/gstalsamixeroptions.c:
16819         (gst_alsa_mixer_options_get_type),
16820         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
16821         (gst_alsa_mixer_options_new):
16822         * ext/alsa/gstalsamixeroptions.h:
16823         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
16824         * ext/alsa/gstalsamixertrack.h:
16825           Add enumerations (as GstMixerOptions). Make correct distinction
16826           between input/output tracks. Add capture/playback private flag.
16827           Use flag to decide on whether to set capture or playback volumes
16828           or switches. Use playback and record switches.
16829         * gst-libs/gst/mixer/Makefile.am:
16830         * gst-libs/gst/mixer/mixer-marshal.list:
16831         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
16832         (gst_mixer_set_option), (gst_mixer_get_option),
16833         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
16834         (gst_mixer_volume_changed), (gst_mixer_option_changed):
16835         * gst-libs/gst/mixer/mixer.h:
16836         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
16837         (gst_mixer_options_class_init), (gst_mixer_options_init),
16838         (gst_mixer_options_dispose):
16839         * gst-libs/gst/mixer/mixeroptions.h:
16840           Add GstMixerOptions.
16841         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16842           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
16843           broken device detection on computers with multiple OSS sound
16844           cards.
16845
16846 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16847
16848         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
16849           fixate nicely even when the peer is not negotiating
16850
16851 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16852
16853         * gst/audioconvert/gstaudioconvert.c:
16854         (gst_audio_convert_parse_caps):
16855           make sure we don't allow depth > width
16856         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
16857           fixate endianness to G_BYTE_ORDER as default
16858         * gst/audioscale/gstaudioscale.c:
16859           we don't handle another endianness as host-endianness
16860
16861 2004-05-25  David Schleef  <ds@schleef.org>
16862
16863         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
16864
16865 2004-05-24  Benjamin Otte  <otte@gnome.org>
16866
16867         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
16868         (gst_oggvorbisenc_setup):
16869           properly fail when we can't setup the vorbis encoder due to
16870           unsupported settings
16871         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
16872         (gst_vorbisenc_setup):
16873           same
16874         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16875           fix case where warnings occured when one pad was unlinked while the
16876           other's link function was called
16877
16878 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16879
16880         * gst/tcp/Makefile.am:
16881           use GST_ENABLE_NEW
16882
16883 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16884
16885         * gst-libs/gst/resample/private.h:
16886           don't use optimizations that are #if 0'ed
16887
16888 2004-05-24  Wim Taymans  <wim@fluendo.com>
16889
16890         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
16891         Fix potential division by zero error and hopefully get
16892         the position query right to get correct timestamps on avi
16893         audio.
16894
16895 2004-05-24  Wim Taymans  <wim@fluendo.com>
16896
16897         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
16898         (gst_videoscale_scale_nearest_str2),
16899         (gst_videoscale_scale_nearest_str4),
16900         (gst_videoscale_scale_nearest_32bit),
16901         (gst_videoscale_scale_nearest_24bit),
16902         (gst_videoscale_scale_nearest_16bit):
16903         Fix the scaling algorithm and avoid a buffer overflow.
16904         removed the while loop in the scaling function as it
16905         was used for point sampling only.
16906
16907 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16908
16909         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
16910         (gst_id3_tag_class_init), (gst_id3_tag_init),
16911         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
16912         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
16913         (gst_id3_tag_send_tag_event):
16914           lots of fixes to make id3mux work and id3demux work correctly
16915
16916 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16917
16918         * ext/Makefile.am:
16919           add rules to build shout2send (was removed by accident
16920           when this module was no more marked experimental/broken)
16921
16922 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16923
16924         * ext/shout2/gstshout2.c:
16925         * ext/shout2/gstshout2.h:
16926           adding a "connection problem" signal to shout2send
16927           (fixes #142954)
16928
16929 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16930
16931         * ext/kio/kioreceiver.cpp:
16932         * ext/kio/kioreceiver.h:
16933           fix sign comparison issues
16934
16935 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16936
16937         * gst/cdxaparse/gstcdxaparse.c:
16938         * gst/cdxaparse/gstcdxaparse.h:
16939           some renaming
16940           add some checks/sanity
16941           prepare for seek addition
16942
16943         * sys/sunaudio/gstsunaudio.c:
16944           remove exported dupe init function
16945
16946 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
16947
16948         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
16949         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
16950           Fix format conversion and position querying.
16951         * gst/debug/progressreport.c: (gst_progressreport_report):
16952           Don't output a bogus total value that we didn't query.
16953         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
16954           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
16955           only a blank window after xine has been used.
16956
16957 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16958
16959         * m4/as-arts.m4:
16960           sync with upstream version to fix test on FC2
16961           readd with -ko to preserve Id header
16962
16963 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16964
16965         * configure.ac:
16966           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
16967         * gst/tcp/gsttcpclientsrc.c: idem
16968         * gst/tcp/gsttcpserversink.c: idem
16969         * gst/tcp/gsttcpserversrc.c: idem
16970         * m4/gst-fionread.m4: idem
16971
16972         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
16973
16974         * configure.ac: enable speex plugin for speex 1.1.5+
16975         * ext/speex/gstspeexenc.c: fix cast warning
16976
16977         * ext/esd/README: fix typo
16978
16979 2004-05-20  David Schleef  <ds@schleef.org>
16980
16981         * configure.ac: Minor cosmetic change to convince the buildbot to
16982         reautogen.
16983         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
16984         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
16985         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
16986         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
16987         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
16988         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
16989         More hacking.  Plays audio now.
16990
16991 2004-05-20  David Schleef  <ds@schleef.org>
16992
16993         * configure.ac:
16994         * sys/Makefile.am:
16995
16996 2004-05-20  David Schleef  <ds@schleef.org>
16997
16998         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
16999         * sys/osxaudio/gstosxaudio.c:
17000         * sys/osxaudio/gstosxaudioelement.c:
17001         * sys/osxaudio/gstosxaudioelement.h:
17002         * sys/osxaudio/gstosxaudiosink.c:
17003         * sys/osxaudio/gstosxaudiosink.h:
17004         * sys/osxaudio/gstosxaudiosrc.c:
17005         * sys/osxaudio/gstosxaudiosrc.h:
17006
17007 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17008
17009         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
17010         (gst_vorbisenc_chain):
17011           put the codec headers on the caps as streamheader as well as
17012           pushing them out
17013
17014 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17015
17016         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
17017         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
17018         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
17019         split up push_packet into two functions
17020
17021 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17022
17023         * gst/tcp/.cvsignore:
17024           ignore enums
17025         * gst/tcp/Makefile.am:
17026         * gst/tcp/README:
17027         * gst/tcp/gsttcp.c:
17028         * gst/tcp/gsttcp.h:
17029         * gst/tcp/gsttcpclientsink.c:
17030         * gst/tcp/gsttcpclientsink.h:
17031         * gst/tcp/gsttcpclientsrc.c:
17032         * gst/tcp/gsttcpclientsrc.h:
17033         * gst/tcp/gsttcpplugin.c:
17034         * gst/tcp/gsttcpserversink.c:
17035         * gst/tcp/gsttcpserversink.h:
17036         * gst/tcp/gsttcpserversrc.c:
17037         * gst/tcp/gsttcpserversrc.h:
17038           add new tcp elements
17039
17040 2004-05-19  Wim Taymans  <wim@fluendo.com>
17041
17042         * gst/law/mulaw-conversion.c: (mulaw_encode):
17043         Fix overflow bug in ulaw encoding.
17044
17045 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17046
17047         * ext/mad/gstmad.c: (gst_mad_handle_event):
17048           don't unref the event twice
17049
17050 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17051
17052         * configure.ac:
17053           remove -Wno-sign-compare
17054
17055 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17056
17057         * configure.ac:
17058           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
17059           if you want to work against glib 2.2 and 2.4
17060
17061 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17062
17063         * gst/tcp/Makefile.am:
17064         * gst/tcp/gsttcp.c:
17065         * gst/tcp/gsttcp.h:
17066         * gst/tcp/gsttcpsink.h:
17067         * gst/tcp/gsttcpsrc.h:
17068           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
17069
17070 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17071
17072         * gst/debug/tests.c: (md5_get_value):
17073           fix segfault on gst-inspect
17074
17075 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17076
17077         * gst/debug/testplugin.c:
17078         * gst/debug/tests.c:
17079         * gst/debug/tests.h:
17080           add new extensible and configurable testing element. Current tests
17081           include buffer count, stream length, timestamp/duration matching and
17082           md5.
17083         * gst/debug/Makefile.am:
17084         * gst/debug/gstdebug.c: (plugin_init):
17085           add infrastructure for new element
17086
17087 2004-05-19  Johan Dahlin  <johan@gnome.org>
17088
17089         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
17090         ending of the array. Fixes gst-inspect segfault on ppc.
17091
17092 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17093
17094         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
17095
17096         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
17097
17098 2004-05-18  David Schleef  <ds@schleef.org>
17099
17100         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
17101         warnings (bugs, actually) noticed by gcc but not forte.
17102
17103 2004-05-18  David Schleef  <ds@schleef.org>
17104
17105         * sys/sunaudio/Makefile.am:
17106         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
17107
17108 2004-05-18  David Schleef  <ds@schleef.org>
17109
17110         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17111         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
17112         to allow qtdemux to use non-seekable streams. (bug #142272)
17113
17114 2004-05-18  David Schleef  <ds@schleef.org>
17115
17116         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
17117         (gst_resample_sinc_ft_float): Remove use of static temporary
17118         buffer.  This code was obviously not supposed to last long, but
17119         it's stuck in our ABI, so it required a little hack to make it
17120         ABI-compatible.  Fixes #142585.
17121         * gst-libs/gst/resample/resample.h: same.
17122
17123 2004-05-18  David Schleef  <ds@schleef.org>
17124
17125         * configure.ac: Add sunaudio
17126         * examples/Makefile.am: make gstplay depend on gconf
17127         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
17128         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
17129         (convert_table_lookup), (img_convert): remove c99-isms
17130         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
17131           unsigned, to fix a warning on Solaris
17132         * gst/mpeg1sys/systems.c: bcopy->memcpy
17133         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
17134         * sys/Makefile.am: Add sunaudio
17135
17136 2004-05-18  Wim Taymans  <wim@fluendo.com>
17137
17138         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
17139         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
17140         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
17141         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
17142         (gst_ogg_mux_loop):
17143         Fix an ugly memleak where the muxer didn't flush enough ogg
17144         pages. This also resulted in badly muxed ogg files.
17145
17146 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17147
17148         * gst/asfdemux/asfheaders.c :
17149         * gst/asfdemux/asfheaders.h :
17150         * gst/asfdemux/gstasfdemux.c :
17151           - fix ASF_OBJ_PADDING guid
17152           - add 3 new object guids (language list, metadata,
17153             extended stream properties)
17154           - add a function to parse extended header objects
17155
17156 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17157
17158         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
17159           remove leftover debugging g_print
17160
17161 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17162
17163         * ext/mad/gstmad.c: (gst_mad_handle_event):
17164           Fix for when the first format in a discont event is not a
17165           byte-based one. Should fix #137710.
17166
17167 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17168
17169         * m4/a52.m4 : fix compilation with -Wall -Werror
17170         * m4/libfame.m4 : idem
17171         * m4/libmikmod.m4 : idem
17172
17173 2004-05-17  Benjamin Otte  <otte@gnome.org>
17174
17175         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17176           signal the new tags before giving up the reference
17177
17178 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17179
17180         * ext/shout2/gstshout2.c:
17181           use application/ogg instead of application/x-ogg (patch by Patrick
17182           Guimond, fixes #142432)
17183         * sys/oss/gstosselement.c: (gst_osselement_reset),
17184         (gst_osselement_sync_parms):
17185           don't set fragment size unless specified (fixes #142493)
17186
17187 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17188
17189         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
17190           fixes #142664
17191
17192 2004-05-17  Benjamin Otte  <otte@gnome.org>
17193
17194         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17195           compute offsets correctly for internal buffers so timestamps are set
17196           correctly when we can't seek. Also handle cases where there are no
17197           offsets. (based on a patch by David Moore, fixes #142507)
17198
17199 2004-05-17  Benjamin Otte  <otte@gnome.org>
17200
17201         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17202           use correct variable when determining amount of data to skip so we
17203           don't skip into the void and segfault
17204
17205 2004-05-16  Benjamin Otte  <otte@gnome.org>
17206
17207         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
17208           Hi, I'm a memleak
17209
17210 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17211
17212         * gst/asfdemux/gstasfdemux.c:
17213           - fix a mem leak and always propagate tags
17214           - add WMV3 to known video codecs (but no decoder yet)
17215           - replace "surplus data" at end of audio header for what
17216             it is : codec specific data
17217           - fix a typo
17218
17219 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
17220
17221         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
17222
17223         * gst-libs/gst/audio/audioclock.c:
17224           Fix wrong return type (#142205).
17225
17226 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17227
17228         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
17229           Ignore CRCs by default (fixes #142566).
17230
17231 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17232
17233         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
17234         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
17235         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
17236         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
17237         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17238         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
17239           Fix for cases where we fail to attach to a mixer.
17240
17241 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17242
17243         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
17244           Don't touch events after not owning them anymore.
17245         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
17246         (gst_wavparse_fmt), (gst_wavparse_other),
17247         (gst_wavparse_handle_seek), (gst_wavparse_loop),
17248         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
17249         (gst_wavparse_srcpad_event):
17250         * gst/wavparse/gstwavparse.h:
17251           Add seeking, fix querying.
17252
17253 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17254
17255         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17256           - process comments even if they don't end with \0\0
17257             g_convert would ignore them if present and works well without them
17258
17259 2004-05-16  Benjamin Otte  <otte@gnome.org>
17260
17261         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
17262           simplify caps
17263
17264 2004-05-16  Benjamin Otte  <otte@gnome.org>
17265
17266         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17267           don't write to memory we might not write to - g_convert does that
17268           for us anyway (fixes #142613)
17269         (gst_asf_demux_audio_caps):
17270           comment out gst_util_dump_mem
17271
17272 2004-05-16  Benjamin Otte  <otte@gnome.org>
17273
17274         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17275           compute correct expected timestamps after seek (broken since
17276           last commit)
17277         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
17278           rename element and debugging category to gdkpixbufscale
17279
17280 2004-05-16  Benjamin Otte  <otte@gnome.org>
17281
17282         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17283           add error checking to snd_pcm_delay and remove duplicate call to
17284           snd_pcm_delay that caused issues (see inline code comments)
17285         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
17286           make more readable and fix return value when snd_pcm_delay fails
17287         (fixes #142586)
17288
17289 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
17290         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
17291         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
17292         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
17293         (gst_pixbufscale_link), (gst_pixbufscale_init),
17294         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
17295         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
17296         (gst_pixbufscale_get_property), (pixbufscale_init):
17297         * ext/gdk_pixbuf/pixbufscale.h:
17298         Add these files I forgot earlier
17299
17300 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
17301         * ext/gdk_pixbuf/Makefile.am:
17302         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
17303         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17304         Add new pixbufscale element to scale RGB video
17305         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
17306         and HYPER interpolation correctly.
17307         * ext/theora/theoraenc.c: (theora_enc_chain),
17308         Discard buffer and return if explicit caps could not be set
17309         (theora_enc_get_property):
17310         Make _get return kbps for the bitrate consistent with
17311         the _set function.
17312
17313
17314 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17315
17316         * ext/libvisual/visual.c: (gst_visual_chain):
17317           add missing visual_audio_analyze
17318
17319 2004-05-14  David Schleef  <ds@schleef.org>
17320
17321         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
17322         is killed while we're playing.
17323         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
17324         gst_element_no_more_pads().
17325
17326 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17327
17328         * gst-libs/gst/riff/riff-read.c :
17329           - fix INFO tag extraction in RIFF/AVI files
17330             because gst_event_unref (event) also freed taglist
17331           - avoid a mem leak
17332
17333 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17334
17335         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
17336         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
17337
17338         * gst/auparse/gstauparse.c :
17339           - add code (commented for now) to support audio/x-adpcm on src pad
17340             (we have no decoder for those layout yet)
17341
17342         * gst/cdxaparse/gstcdxaparse.c :
17343         * gst/cdxaparse/gstcdxaparse.h :
17344           - partial rewrite using RiffRead (ripped iain's wavparse code)
17345
17346         * gst/rtp/gstrtpL16enc.c : typo
17347         * gst/rtp/gstrtpgsmenc.c : typo
17348
17349 2004-05-13  Benjamin Otte  <otte@gnome.org>
17350
17351         * configure.ac:
17352           check for exact version of libvisual, it's not supposed to be
17353           API/ABI stable yet
17354
17355 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17356
17357         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
17358           signal no-more-pads
17359
17360 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
17361
17362         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
17363         Report which format was used for GST_FORMAT_DEFAULT
17364         * gst/debug/Makefile.am:
17365         * gst/debug/gstdebug.c: (plugin_init):
17366         * gst/debug/progressreport.c: (gst_progressreport_base_init),
17367         (gst_progressreport_class_init), (gst_progressreport_init),
17368         (gst_progressreport_report), (gst_progressreport_set_property),
17369         (gst_progressreport_get_property), (gst_progressreport_chain),
17370         (gst_progressreport_plugin_init):
17371         Add progressreport element for testing.
17372
17373 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17374
17375         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
17376         * sys/v4l/gstv4lsrc.h:
17377         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
17378         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
17379         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
17380         (gst_v4lsrc_grab_frame):
17381           add more debugging
17382           send a discont at start
17383
17384 2004-05-12  Colin Walters  <walters@redhat.com>
17385
17386         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
17387         inflooping if we can't find a chunk.  Or in other words, don't blow
17388         chunks if we don't have a chunk to blow.
17389
17390 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
17391         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
17392         Remove old debug output
17393         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
17394         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
17395         (gst_dvdec_set_property), (gst_dvdec_get_property):
17396         Change the quality setting to an enum, so it works from gst-launch
17397         Don't renegotiate a non-linked pad. Allows audio only decoding.
17398         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
17399         (gst_deinterlace_link), (gst_deinterlace_init):
17400         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
17401         (gst_videodrop_link):
17402         Some caps negotiation fixes
17403
17404 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17405
17406         * ext/tarkin/gsttarkin.c :
17407           - Change RANK from NONE to PRIMARY
17408         * ext/gdk_pixbuf/gstgdkpixbuf.c :
17409           - Change RANK from NONE to MARGINAL
17410         * ext/divx/gstdivxenc.c :
17411           - Change RANK from PRIMARY to NONE (encoder/spider issue)
17412
17413 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17414
17415         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
17416         (gst_vorbisenc_push_packet):
17417           copy a function that was added between 1.0 and 1.0.1 until we
17418           depend on worthwhile features of post-1.0
17419
17420 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17421
17422         * configure.ac:
17423           enable shout2 by default
17424         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
17425         (gst_shout2send_base_init), (gst_shout2send_init),
17426         (gst_shout2send_connect), (gst_shout2send_change_state):
17427         * ext/shout2/gstshout2.h:
17428           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
17429           #142262)
17430         * ext/theora/theora.c: (plugin_init):
17431           don't set rank on encoders
17432
17433 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
17434
17435         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
17436           Use codec_data property instead of flag1 and flag2 for wma
17437
17438 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17439
17440         * gst/cdxaparse/gstcdxaparse.c :
17441           - Add mpegversion to CAPS to make it link
17442           - Rank is as GST_RANK_SECONDARY instead of NONE
17443         * gst/auparse/gstauparse.c :
17444           - Document all audio encoding we can encounter from Solaris 9
17445             headers and libsndfile information.
17446           - Increase max. rate from 48000 to 192000 (to match other elements)
17447           - Don't try to play junk data between header and samples
17448
17449 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17450
17451         * ext/libvisual/visual.c: (gst_visual_getcaps):
17452           use the right caps depending on endianness (I hope)
17453         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
17454           use GST_RANK_NONE for all non-decoding elements or spider gets
17455           mighty confused
17456
17457 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17458
17459         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17460           Fix some odd cases and fix BE metadata parsing of unicode16 text.
17461
17462 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17463
17464         * gst/switch/gstswitch.c: (gst_switch_release_pad),
17465         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
17466         (gst_switch_loop), (gst_switch_get_type):
17467           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
17468           HEADERS. Had to be said.
17469
17470 2004-05-10  David Schleef  <ds@schleef.org>
17471
17472         * configure.ac: Add prototype Dirac support.
17473         * ext/Makefile.am:
17474         * ext/dirac/Makefile.am:
17475         * ext/dirac/gstdirac.cc:
17476         * ext/dirac/gstdiracdec.cc:
17477
17478 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17479
17480         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
17481         (gst_auparse_init), (gst_auparse_chain),
17482         (gst_auparse_change_state):
17483           Hack around spider. Remove me some day please.
17484
17485 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17486
17487         * gst/auparse/gstauparse.c: (gst_auparse_chain):
17488           Fix for some uninitialized variables in previous patch, also
17489           makes it work. Fixes #142286 while we're at it.
17490
17491 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17492
17493         * gst/auparse/gstauparse.c:
17494                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
17495                 only unsupported formats are ADPCM/CCITT G.72x
17496                 reviewed by Ronald
17497         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
17498
17499 2004-05-10  Wim Taymans  <wim@fluendo.com>
17500
17501         * ext/vorbis/Makefile.am:
17502         * ext/vorbis/README:
17503         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
17504         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
17505         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
17506         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
17507         (gst_oggvorbisenc_convert_sink),
17508         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
17509         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
17510         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
17511         (get_constraints_string), (update_start_message),
17512         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
17513         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
17514         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
17515         * ext/vorbis/oggvorbisenc.h:
17516         * ext/vorbis/vorbis.c: (plugin_init):
17517         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
17518         (raw_caps_factory), (gst_vorbisenc_class_init),
17519         (gst_vorbisenc_init), (gst_vorbisenc_setup),
17520         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
17521         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
17522         * ext/vorbis/vorbisenc.h:
17523         Added a raw vorbis encoder to be used with the oggmuxer.
17524         We still need the old encoder for some gnome applications,
17525         read the README to find out how that works.
17526         The raw encoder is called "rawvorbisenc" until 0.9.
17527
17528 2004-05-10  Wim Taymans  <wim@fluendo.com>
17529
17530         * ext/ogg/gstogg.c: (plugin_init):
17531         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
17532         (gst_ogg_print):
17533         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
17534         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
17535         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
17536         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
17537         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
17538         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
17539         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
17540         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
17541         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
17542         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
17543         Added an ogg muxer.
17544         Small typo fixes in the demuxer.
17545
17546 2004-05-10  Wim Taymans  <wim@fluendo.com>
17547
17548         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17549         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
17550         (theora_enc_change_state), (theora_enc_set_property),
17551         (theora_enc_get_property):
17552         Mark the last packet with an EOS flag which is not really needed
17553         in gstreamer.
17554         Do some better video framerate initialisation.
17555         Update the buffer timestamp.
17556
17557 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
17558
17559         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
17560         Return the result of the parent state change call
17561
17562 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17563
17564         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
17565         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
17566         * gst/law/alaw-encode.c : (idem)
17567         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
17568         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
17569         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
17570
17571 2004-05-09  Benjamin Otte  <otte@gnome.org>
17572
17573         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17574           don't use a fixed buffer size when writing variable length data to
17575           it. Fixes memory corruption and makes alsasrc work
17576
17577 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17578
17579         * ext/gnomevfs/gstgnomevfssink.c:
17580         (_gst_boolean_allow_overwrite_accumulator),
17581         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
17582           Run glib's default signal handler (??) in RUN_CLEANUP rather than
17583           RUN_LAST, and don't use that to set the accumulator value because
17584           then it's always FALSE.
17585
17586 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17587
17588         * gst-libs/gst/riff/riff-media.c:
17589         (gst_riff_create_video_caps_with_data),
17590         (gst_riff_create_audio_caps),
17591         (gst_riff_create_audio_template_caps):
17592         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17593           Fix for unaligned RIFF files (i.e. where all the chunks together
17594           in a LIST chunk are not of the same size as the size given in
17595           the LIST chunk header). Fixes several odd WAVE files. Also fix
17596           ADPCM (block_align property) in audio, so that wavparse based
17597           on this works now as it used to stand-alone.
17598
17599 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
17600
17601         reviewed by Benjamin Otte  <otte@gnome.org>
17602
17603         * ext/a52dec/gsta52dec.c:
17604         * ext/divx/gstdivxdec.c:
17605         * ext/divx/gstdivxenc.c:
17606         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17607         * ext/faac/gstfaac.c: (gst_faac_base_init):
17608         * ext/faad/gstfaad.c: (gst_faad_base_init):
17609         * ext/ivorbis/vorbisfile.c:
17610         * ext/lame/gstlame.c:
17611         * ext/libfame/gstlibfame.c:
17612         * ext/mpeg2enc/gstmpeg2enc.cc:
17613         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17614         * ext/sidplay/gstsiddec.cc:
17615         * ext/speex/gstspeexdec.c:
17616         * ext/speex/gstspeexenc.c:
17617         * ext/xvid/gstxviddec.c:
17618         * ext/xvid/gstxvidenc.c:
17619           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
17620           (fixes #142193)
17621
17622 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17623
17624         * ext/alsa/gstalsa.c: (device_list),
17625         (gst_alsa_class_probe_devices):
17626         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
17627           Fix alsa oddness in mixer after the combination of using mixer
17628           in source/sink elements and using hw:x,y instead of just hw:x.
17629
17630 2004-05-09  Benjamin Otte  <otte@gnome.org>
17631
17632         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
17633         (gst_wavparse_create_sourcepad):
17634           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
17635           sourcepads
17636
17637 2004-05-09  Benjamin Otte  <otte@gnome.org>
17638
17639         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17640           allow discont events before caps nego
17641
17642 2004-05-08  Benjamin Otte  <otte@gnome.org>
17643
17644         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
17645           don't leak events
17646
17647 2004-05-08  Benjamin Otte  <otte@gnome.org>
17648
17649         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
17650         (gst_level_change_state), (gst_level_init):
17651         * gst/level/gstlevel.h:
17652           figure out if we're initialized directly instead of keeping a
17653           variable that's wrong in 90% of cases
17654           don't initialize pads and then leak them and use a new unitialized
17655           pad. (fixes #142084)
17656           these were bugs so n00bish I didn't find them for an hour :/
17657
17658 2004-05-08 Iain <iain@prettypeople.org>
17659
17660         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
17661         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
17662         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
17663         return the length that was read.
17664         (gst_riff_read_strf_auds): Allow fmt tags as well.
17665
17666 2004-05-07  David Schleef  <ds@schleef.org>
17667
17668         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
17669         signed char assumption in faad.h.
17670
17671 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17672
17673         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
17674           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
17675
17676 2004-05-07  Colin Walters  <walters@redhat.com>
17677
17678         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
17679         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
17680         function.
17681         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
17682         Add dispose function.
17683
17684 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
17685         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
17686           Fix caps nego and pad templates. RGB mode caps should
17687           work now.
17688         * ext/dvdnav/gst-dvd:
17689           Move mpeg2dec inside the thread because otherwise the
17690           queue rejects cap changes mid-stream
17691         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
17692         (gst_mpeg2dec_flush_decoder):
17693           For mpeg2dec > 0.4.0, call the flush function instead of
17694           manually extracting all in-flight frames.
17695         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
17696         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
17697           Change mime type video/dv go video/x-dv to match the
17698           rest of gst-plugins
17699
17700 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17701
17702         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
17703         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
17704         (gst_alsa_sink_class_init):
17705         * ext/alsa/gstalsasink.h:
17706         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
17707         (gst_alsa_src_class_init):
17708         * ext/alsa/gstalsasrc.h:
17709           Make alsasink/src a subclass of alsamixer so that mixer stuff
17710           shows up in gst-rec. Needs some finetuning.
17711
17712 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17713
17714         * ext/lame/gstlame.c: (gst_lame_chain):
17715           simplify
17716         * ext/mad/gstmad.c: (gst_mad_handle_event):
17717           fix event leak
17718         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17719           be able to detect mp3 files < 4096 bytes
17720
17721 2004-05-06  Wim Taymans  <wim@fluendo.com>
17722
17723         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17724         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
17725         (theora_enc_set_property), (theora_enc_get_property):
17726         Also encode the first frame, cleanup some code.
17727
17728 2004-05-06  Wim Taymans  <wim@fluendo.com>
17729
17730         * ext/mpeg2enc/gstmpeg2enc.cc:
17731         Forward events first before deciding that negotiation was
17732         not performed.
17733
17734 2004-05-06  Wim Taymans  <wim@fluendo.com>
17735
17736         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
17737         First process the events before deciding that negotiation
17738         was not performed.
17739
17740 2004-05-06  Wim Taymans  <wim@fluendo.com>
17741
17742         * ext/theora/Makefile.am:
17743         * ext/theora/theora.c: (plugin_init):
17744         * ext/theora/theoradec.c: (theora_dec_change_state):
17745         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
17746         (gst_theora_enc_class_init), (gst_theora_enc_init),
17747         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
17748         (theora_enc_chain), (theora_enc_change_state),
17749         (theora_enc_set_property), (theora_enc_get_property):
17750         Added a theora encoder, grouped the encoder and decoder into the
17751         same plugin.
17752
17753 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17754
17755         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
17756         (gst_jpegenc_chain):
17757         fix DURATION on outgoing buffers
17758         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
17759         debug using time formats
17760         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
17761         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
17762         (gst_xvimagesink_sink_link):
17763         windows with width/height 0 generate X errors, so don't allow them
17764
17765 2004-05-05  Wim Taymans  <wim@fluendo.com>
17766
17767         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
17768         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
17769         (gst_mpeg2dec_negotiate_format):
17770         * ext/mpeg2dec/gstmpeg2dec.h:
17771           removed the static pad template so that we can add the
17772           more accurate framerate value to the caps.
17773
17774
17775 2004-05-04  Benjamin Otte  <otte@gnome.org>
17776
17777         * configure.ac:
17778           check for kdemacros.h, too (should fix #141821)
17779         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
17780           don't crash if no header was sent, but nicely error out (fixes part
17781           of #141554)
17782
17783 2004-05-04  Wim Taymans  <wim@fluendo.com>
17784
17785         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
17786         parent dispose function to avoid segfault on destroy.
17787
17788 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17789
17790         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
17791         (plugin_init):
17792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17793         (gst_xvimagesink_sink_link):
17794         clean up debugging caps
17795         also recreate xvimage when format has changed
17796
17797 2004-05-04  Benjamin Otte  <otte@gnome.org>
17798
17799         * ext/libvisual/Makefile.am:
17800         * ext/libvisual/visual.c: (gst_visual_class_init),
17801         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
17802         (gst_visual_srclink), (gst_visual_chain),
17803         (gst_visual_change_state), (plugin_init):
17804           use a GstAdapter to correctly adapt buffer sizes - allows using a
17805           framerate
17806
17807 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17808
17809         * sys/v4l/gstv4lelement.h:
17810         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17811         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
17812         (gst_v4lsrc_buffer_free):
17813         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
17814         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
17815         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
17816         (gst_v4lsrc_requeue_frame):
17817         move some debugging categories around
17818         query for fps index and set accordingly if found
17819
17820 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17821
17822         * ext/lame/gstlame.c:
17823         correct defaults that lame_init puts out of range
17824
17825 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17826
17827         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
17828         (gst_divxenc_class_init):
17829         fix range since -1 is the default
17830         * gst/mpeg1sys/gstmpeg1systemencode.c:
17831         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
17832         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
17833         (gst_rtjpegdec_chain):
17834         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
17835         (gst_rtjpegenc_chain):
17836         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
17837         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
17838         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
17839         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
17840         * sys/v4l/gstv4lsrc.c:
17841         * sys/v4l/v4l_calls.c: (gst_v4l_open):
17842         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
17843         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
17844         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
17845         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
17846           remove gst_info calls
17847
17848 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17849
17850         * Makefile.am:
17851         * po/af.po:
17852         * po/az.po:
17853         * po/en_GB.po:
17854         * po/nl.po:
17855         * po/sr.po:
17856         * po/sv.po:
17857           Updated translations
17858
17859 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17860
17861         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
17862           refactor/comment code
17863
17864 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17865
17866         * gst/asfdemux/Makefile.am:
17867         * gst/asfdemux/asfheaders.c:
17868         * gst/asfdemux/asfheaders.h:
17869         * gst/asfdemux/gstasf.c: (plugin_init):
17870         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
17871         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
17872         (gst_asf_demux_setup_pad):
17873         * gst/asfdemux/gstasfdemux.h:
17874         * gst/asfdemux/gstasfmux.c:
17875         * gst/asfdemux/gstasfmux.h:
17876           Add tagging support to demuxer, split out registration in its own
17877           file instead of in demux (hacky), and prevent having some tables
17878           in our memory multiple times (in asfheaders.h).
17879
17880 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17881
17882         * gst/matroska/matroska-demux.c:
17883         (gst_matroska_demux_parse_metadata):
17884         * gst/matroska/matroska-ids.h:
17885           Basic tag reading support.
17886
17887 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17888
17889         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
17890           Really detect ac-3 audio.
17891         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
17892           really detect matroska files (off-by-1).
17893
17894 2004-04-30  David Schleef  <ds@schleef.org>
17895
17896         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
17897         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
17898         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
17899         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
17900         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
17901         hackage -- parse a lot more atoms, extract a few tags.  One might even
17902         mistake this for tag support.  Maybe it is.
17903         * gst/qtdemux/qtdemux.h:
17904
17905 2004-04-30  Colin Walters  <walters@verbum.org>
17906
17907         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
17908
17909 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17910
17911         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17912         (gst_ffmpegcolorspace_getcaps):
17913           remove broken nego fix
17914
17915 2004-04-30  Benjamin Otte  <otte@gnome.org>
17916
17917         * configure.ac:
17918         * ext/Makefile.am:
17919         * ext/libvisual/Makefile.am:
17920         * ext/libvisual/visual.c:
17921           add initial support for libvisual (http://libvisual.sourceforge.net)
17922           libvisual is still quite alpha, so expect crashes in there :)
17923
17924 2004-04-29  David Schleef  <ds@schleef.org>
17925
17926         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
17927         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
17928         up qtdemux to make it spit out codec_data.  Do _not_ look at this
17929         code; you will no longer respect me.
17930
17931 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17932
17933         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
17934         * ext/alsa/gstalsa.h :
17935         change alsa pcm device discovery to find more than 1 device
17936         per card. code review by Ronald.
17937
17938 2004-04-29  David Schleef  <ds@schleef.org>
17939
17940         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
17941         Add a check for a driver bug on FreeBSD.  (bug #140565)
17942
17943 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17944
17945         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
17946         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
17947         (gst_jpegenc_getcaps):
17948           move format setting to inner loop
17949         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17950         (gst_ffmpegcolorspace_getcaps):
17951           use GST_PAD_CAPS if available so that we use already negotiated
17952           caps
17953         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
17954         (qtdemux_parse_moov), (qtdemux_parse):
17955           extra debugging
17956         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
17957         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
17958           move hardcoded path to DEFINE
17959
17960 2004-04-28  David Schleef  <ds@schleef.org>
17961
17962         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
17963         (bug #140064)
17964
17965 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17966
17967         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17968           Don't probe for playback device if we're a source element. Fixes
17969           #139658.
17970
17971 2004-04-29  Benjamin Otte  <otte@gnome.org>
17972
17973         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
17974         (gst_id3_tag_chain):
17975           rewrite buffer offset
17976
17977 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17978
17979         * configure.ac:
17980         * ext/Makefile.am:
17981         * ext/dts/Makefile.am:
17982         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
17983         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
17984         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
17985         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
17986         (gst_dtsdec_loop), (gst_dtsdec_change_state),
17987         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
17988         (plugin_init):
17989         * ext/dts/gstdtsdec.h:
17990           New DTS decoder.
17991         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
17992         (gst_faad_srcconnect):
17993           Add ESDS atom handling (.m4a).
17994
17995 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17996
17997         * ext/divx/gstdivxdec.c: (plugin_init):
17998           Remove comment that makes no sense.
17999         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
18000           Fix for obvious typo that resulted in warnings during gst-register.
18001         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
18002         (gst_xviddec_sink_link):
18003           Fix caps negotiation a bit better.
18004         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18005           We call this 'codec_data', not 'esds'.
18006
18007 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18008
18009         * gst/monoscope/gstmonoscope.c:
18010           make sure we only provide 256x128
18011         * gst/monoscope/monoscope.c: (monoscope_init):
18012           assert size of 256x128
18013
18014 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18015
18016         * Makefile.am:
18017         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
18018         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
18019           fixate to max width and height of device
18020
18021 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18022
18023         * Makefile.am:
18024         * sys/v4l/gstv4l.c:
18025         * sys/v4l/gstv4lsrc.c:
18026         * sys/v4l/v4l_calls.c:
18027         * sys/v4l/v4lsrc_calls.c:
18028           fix for qc-usb driver which fakes having more than one buffer
18029           by handing the same buffer twice, which confused GStreamer's/v4lsrc
18030           buffer_free override
18031           add debugging
18032
18033 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18034
18035         * Makefile.am:
18036         * gst/videotestsrc/gstvideotestsrc.c:
18037         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
18038         (gst_videotestsrc_init), (gst_videotestsrc_get),
18039         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
18040         * gst/videotestsrc/gstvideotestsrc.h:
18041           add num-buffers property
18042
18043         2004-04-26  Benjamin Otte  <otte@gnome.org>
18044
18045         * ext/mad/gstid3tag.c: (plugin_init):
18046           set id3mux rank to NONE so it doesn't confuse spider
18047           require audio/mpeg,mpegversion=1 in id3mux
18048
18049 2004-04-26  Benjamin Otte  <otte@gnome.org>
18050
18051         * configure.ac:
18052           detect faad correctly as non-working if it's indeed non-working
18053
18054 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18055
18056         * Makefile.am:
18057         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
18058         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
18059         fix _getcaps so it only negotiates to its supported format
18060
18061 2004-04-25  Benjamin Otte  <otte@gnome.org>
18062
18063         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
18064           fix memleak
18065
18066 2004-04-23  Benjamin Otte  <otte@gnome.org>
18067
18068         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
18069           audio/x-raw-int with height rules! not. Now it's depth.
18070
18071 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18072
18073         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
18074         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
18075         (gst_wavparse_loop):
18076           Missing variable initialization. Add handling of DVI ADPCM. Fix
18077           mis-parsing of LIST chunks. This works around a bug where we mis-
18078           parse non-aligning LIST chunks (so LIST chunks where the contents
18079           don't align with the actual LIST size). The correct fix is to use
18080           rifflib, I'm not going to fix wavparse - too much work. All this
18081           fixes #104878.
18082
18083 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18084
18085         reviewed by Benjamin Otte  <otte@gnome.org>
18086
18087         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
18088           fix shoutcast not working (fixes #140844)
18089
18090 2004-04-22  Benjamin Otte  <otte@gnome.org>
18091
18092         * ext/hermes/gsthermescolorspace.c:
18093         (gst_hermes_colorspace_caps_remove_format_info):
18094         * gst/colorspace/gstcolorspace.c:
18095         (gst_colorspace_caps_remove_format_info):
18096         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18097         (gst_ffmpegcolorspace_caps_remove_format_info):
18098           s/gst_caps_simplify/gst_caps_do_simplify/
18099
18100 2004-04-22  Benjamin Otte  <otte@gnome.org>
18101
18102         * gst-libs/gst/riff/riff-media.c:
18103         (gst_riff_create_video_caps_with_data):
18104           mpegversion is an int
18105         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
18106           don't try to create pad templates with NULL caps, use any caps
18107           instead.
18108
18109 2004-04-20  David Schleef  <ds@schleef.org>
18110
18111         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
18112         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
18113         (bug #140384)
18114
18115 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
18116
18117         reviewed by David Schleef
18118
18119         * ext/mad/gstid3tag.c: Add stdlib.h
18120         * gst/rtp/gstrtpgsmenc.c: same
18121         * gst/tags/gstid3tag.c: same
18122         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
18123         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
18124         GST_DISABLE_LOADSAVE use.
18125         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
18126         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
18127         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
18128         atol(3)).
18129         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
18130         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
18131         strtoul(3)).
18132         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
18133         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
18134         $(ID3_CFLAGS).
18135         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
18136         $(LIBFAME_CFLAGS).
18137
18138 2004-04-20  David Schleef  <ds@schleef.org>
18139
18140         * gst/realmedia/rmdemux.c:  This was supposed to part of the
18141         last checkin.  Same idea.
18142
18143 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
18144
18145         reviewed by David Schleef
18146
18147         * configure.ac: bump required gstreamer version to 0.8.1.1
18148         because of following changes [--ds]
18149
18150         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
18151         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
18152         (gst_riff_read_header):  Use GST_READ_UINT*
18153         macros to access possibly unaligned memory.
18154
18155         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
18156         (mp3_type_find):  Use GST_READ_UINT*
18157         macros to access possibly unaligned memory.
18158         (mp3_type_find, mpeg1_parse_header, qt_type_find)
18159         (speex_type_find): Likewise
18160
18161         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
18162
18163         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
18164         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
18165         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
18166         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
18167         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
18168         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
18169         macros to access possibly unaligned memory.
18170
18171         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
18172         Likewise.
18173
18174         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
18175         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
18176
18177         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18178         Likewise.
18179
18180         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
18181         (gst_mpeg2subt_chain_subtitle): Likewise.
18182
18183         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
18184         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
18185         Likewise.
18186
18187         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
18188         Likewise.
18189
18190         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
18191         Likewise.
18192
18193         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
18194         Likewise.
18195
18196 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18197
18198         * configure.ac:
18199           update required version of GStreamer because of GST_TIME_FORMAT
18200
18201 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18202
18203         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
18204           remove leftover g_print
18205         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18206           don't try setting only a subset of the caps. We don't want to kill
18207           autoplugging on purpose
18208
18209 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18210
18211         * sys/ximage/ximagesink.c: (plugin_init):
18212         * sys/xvimage/xvimagesink.c: (plugin_init):
18213           add debugging categories
18214
18215 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18216
18217         * po/en_GB.po:
18218         * po/LINGUAS:
18219           Adding en_GB translation (Gareth Owen)
18220
18221 2004-04-20  David Schleef  <ds@schleef.org>
18222
18223         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18224         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
18225         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
18226         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
18227         A number of new features and hacks to extract the esds atom and
18228         put it into the caps.  (bug #137724)
18229
18230 2004-04-19  David Schleef  <ds@schleef.org>
18231
18232         * gconf/Makefile.am: Fix for non-GNU make
18233         * gst-libs/gst/Makefile.am: Change directory order to handle
18234         GstPlay linking with gstinterfaces
18235         * gst-libs/gst/audio/make_filter: make use of tr portable
18236         * gst-libs/gst/play/Makefile.am: Add intended \
18237         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
18238         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
18239         function prototype instead of void *.
18240         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
18241         macro.
18242         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18243         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
18244         * gst/videofilter/make_filter: make use of tr portable
18245         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
18246
18247 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18248
18249         * po/LINGUAS:
18250         * po/uk.po:
18251           Added Ukrainian translation (Maxim V. Dziumanenko)
18252
18253 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18254
18255         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
18256         (gst_gsmdec_link), (gst_gsmdec_chain):
18257           Fix capsnego, simplify chain function slightly.
18258         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
18259           Add GSM.
18260
18261 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18262
18263         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
18264         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
18265         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
18266           Hack to make wavparse work with spider (always -> sometimes pad).
18267           Fixes #135862 && #140411.
18268
18269 2004-04-18  Benjamin Otte  <otte@gnome.org>
18270
18271         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
18272         (gst_osselement_rate_probe_check),
18273         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
18274           get rid of \n in debug output
18275
18276 2004-04-17  Iain <iain@prettypeople.org>
18277
18278         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
18279         not just EOS.
18280
18281 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18282
18283         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
18284         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
18285         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
18286         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
18287         (gst_id3_tag_src_link), (gst_id3_tag_chain),
18288         (gst_id3_tag_change_state), (plugin_init):
18289           deprecate id3tag element and replace with id3demux/id3mux.
18290           great side effect: this ugly file is now even uglier, yay!
18291         * ext/mad/gstmad.h:
18292           remove non-available function
18293           update for new get_type
18294
18295 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18296
18297         * configure.ac:
18298           require mpeg2dec >= 0.4.0
18299
18300 2004-04-17  Benjamin Otte  <otte@gnome.org>
18301
18302         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18303         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
18304         (gst_xvimagesink_set_xwindow_id):
18305           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
18306           assorted cleanup fixes.
18307
18308 2004-04-16  David Schleef  <ds@schleef.org>
18309
18310         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
18311         * sys/xvimage/xvimagesink.h: same
18312
18313 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18314
18315         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
18316           Fix GST_ELEMENT_ERROR with (NULL)
18317
18318 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18319
18320         * gst-libs/gst/riff/riff-media.c:
18321         (gst_riff_create_video_caps_with_data):
18322           Add div[3456] as fourccs for DivX 3 (fixes #140137).
18323
18324 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18325
18326         * gst-libs/gst/riff/riff-media.c:
18327         (gst_riff_create_video_caps_with_data),
18328         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
18329         (gst_riff_create_video_template_caps),
18330         (gst_riff_create_audio_template_caps):
18331         * gst-libs/gst/riff/riff-media.h:
18332         * gst-libs/gst/riff/riff-read.c:
18333         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
18334         * gst-libs/gst/riff/riff-read.h:
18335         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
18336           Add MS RLE support. I added some functions to read out strf chunks
18337           into strf chunks and the data behind it. This is usually color
18338           palettes (as in RLE, but also in 8-bit RGB). Also use those during
18339           caps creation. Lastly, add ADPCM (similar to wavparse - which
18340           should eventually be rifflib based).
18341         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
18342         (gst_matroska_demux_init), (gst_matroska_demux_reset):
18343         * gst/matroska/matroska-demux.h:
18344           Remove placeholders for some prehistoric tagging system. Didn't add
18345           support for any tag system really anyway.
18346         * gst/qtdemux/qtdemux.c:
18347           Add support for audio/x-m4a (MPEG-4) through spider.
18348         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
18349         (gst_wavparse_loop):
18350           ADPCM support (#135862). Increase max. buffer size because we
18351           cannot split buffers for ADPCM (screws references) and I've seen
18352           files with 2048 byte chunks. 4096 seems safe for now.
18353
18354 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18355
18356         * configure.ac: bump nano to 1
18357
18358 === release 0.8.1 ===
18359
18360 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18361
18362         * configure.ac: releasing 0.8.1, "Comforting Sounds"
18363
18364 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18365
18366         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
18367           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
18368           Fixes #140058
18369
18370 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18371
18372         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
18373           lower rank of dvddemux so that it's not used for mpeg playback.
18374
18375 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18376
18377         * configure.ac:
18378           save libs correctly when checking mad
18379
18380 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18381
18382         * ext/mad/gstid3tag.c: (plugin_init):
18383           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
18384
18385 2004-04-13  David Schleef  <ds@schleef.org>
18386
18387         * common/m4/gst-feature.m4: Call -config scripts with
18388         --plugin-libs if it is supported.
18389         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
18390         JPEG images are image/jpeg.
18391         * gst/debug/Makefile.am:
18392         * gst/debug/negotiation.c: (gst_negotiation_class_init),
18393         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
18394         (gst_negotiation_update_caps), (gst_negotiation_get_property),
18395         (gst_negotiation_plugin_init): Add a property that acts like
18396         filter caps.
18397         * testsuite/gst-lint:  Move license checking to be a standard
18398         test.
18399
18400 2004-04-13  David Schleef  <ds@schleef.org>
18401
18402         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
18403         patch from Sebastien Cote (bug #139958)
18404
18405 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18406
18407         * examples/gstplay/Makefile.am:
18408         * examples/gstplay/player.c: (main):
18409           make the commandline player example use gconf settings
18410
18411 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18412
18413         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
18414         (gst_cacasink_sinkconnect), (gst_cacasink_init),
18415         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
18416           init/end library during state transition, not object
18417           creation/disposal.  get rid of custom dispose handler.
18418
18419
18420 2004-04-12  Christian Schaller <Uraeus@gnome.org>
18421
18422         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
18423         be a symlink
18424
18425 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18426
18427         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
18428           Handle JUNK chunks inside data section. Prevents warnings.
18429
18430 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18431
18432         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18433         (gst_riff_create_video_template_caps):
18434           Add MS video v1.
18435         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18436         (gst_avi_demux_stream_data):
18437           Add support for "rec-list" chunks.
18438
18439 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18440
18441         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
18442           Fix another codecname mismatch.
18443
18444 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18445
18446         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
18447           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
18448           so that MJPEG plays back.
18449
18450 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18451
18452         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
18453         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
18454         * gst/mpeg1videoparse/gstmp1videoparse.h:
18455           Fix for some slight mis-cuts in buffer parsing, and for some
18456           potential overflows or faults-causers. Adds disconts. Also fixes
18457           #139105 while we're at it.
18458
18459 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18460
18461         * configure.ac:
18462         * sys/v4l2/gstv4l2element.h:
18463           Workaround for missing struct v4l2_buffer declaration in Suse 9
18464           and Mandrake 10 linux/videodev2.h header file (#135919).
18465
18466 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18467
18468         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
18469           Bail out if no filename was given.
18470
18471 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18472
18473         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
18474         (gst_v4l2_fourcc_from_structure):
18475           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
18476           Y41B somewhere).
18477
18478 2004-04-09  Benjamin Otte  <otte@gnome.org>
18479
18480         * ext/gnomevfs/gstgnomevfssink.c:
18481         (_gst_boolean_allow_overwrite_accumulator),
18482         (gst_gnomevfssink_class_init):
18483           fix erase signal - if any handler returns false the file will not be
18484           overwritten. If no handler is connected, the file will not be
18485           overwritten either.
18486           renamed signal to "allow-overwrite"
18487         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
18488           free string when adding it to ID3 failed
18489         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18490           unref event when done
18491         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
18492           free caps
18493         * gst/typefind/gsttypefindfunctions.c:
18494         (mpeg_video_stream_type_find):
18495           fix invalid read
18496
18497 2004-04-08  David Schleef  <ds@schleef.org>
18498
18499         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18500         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
18501
18502 2004-04-08  David Schleef  <ds@schleef.org>
18503
18504         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
18505         we don't support (bug #139532)
18506
18507 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18508
18509         * ext/mad/gstmad.c: (gst_mad_handle_event),
18510         (gst_mad_check_caps_reset), (gst_mad_chain),
18511         (gst_mad_change_state):
18512           only set explicit caps if they haven't been set before for
18513           this stream.  MPEG-audio sample rate/channels aren't allowed
18514           to change in-stream.
18515           Fixes #139382
18516
18517 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18518
18519         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
18520         (_gst_boolean_did_something_accumulator),
18521         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
18522         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
18523         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
18524         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
18525         (gst_gnomevfssink_change_state):
18526           Fix erase signal. Don't erase by default. Remove handoff signal.
18527           Remove erase property. Don't segfault. General cleanup.
18528
18529 2004-04-07  Benjamin Otte  <otte@gnome.org>
18530
18531         * gst-libs/gst/gconf/test-gconf.c: (main):
18532           add missing gst_init
18533
18534 2004-04-07  Benjamin Otte  <otte@gnome.org>
18535
18536         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
18537           free the mutexes, too
18538
18539 2004-04-07  Benjamin Otte  <otte@gnome.org>
18540
18541         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
18542           actually free the URI string
18543         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
18544           compute offset correctly when passing discont events
18545         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
18546           don't leak discont events
18547         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
18548           add some missing breaks so caps aren't copied randomly
18549         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
18550           if we realloc memory, we better use it
18551
18552 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18553
18554         * ext/mad/gstmad.c: (normal_seek):
18555           fix GST_FORMAT_TIME usage
18556
18557 2004-04-05  David Schleef  <ds@schleef.org>
18558
18559         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
18560         a deprecated function (hack!)
18561
18562 2004-04-05  Benjamin Otte  <otte@gnome.org>
18563
18564         * ext/esd/esdmon.c: (gst_esdmon_get):
18565           fix nonterminated vararg and memleak
18566
18567 2004-04-05  Benjamin Otte  <otte@gnome.org>
18568
18569         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
18570         (gst_ladspa_init), (gst_ladspa_force_src_caps),
18571         (gst_ladspa_set_property), (gst_ladspa_get_property),
18572         (gst_ladspa_instantiate), (gst_ladspa_activate),
18573         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
18574           clean up debugging
18575
18576 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
18577
18578         reviewed by Benjamin Otte  <otte@gnome.org>
18579
18580         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
18581           check for broken LADSPA parameters (fixes #138635)
18582
18583 2004-04-05  Benjamin Otte  <otte@gnome.org>
18584
18585         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
18586           advertise buffer-frames correctly on sinkpads
18587
18588 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18589
18590         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
18591         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
18592         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
18593         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
18594         (gst_mad_check_caps_reset), (gst_mad_chain):
18595         add more debugging, only reset caps when we're not in error state
18596
18597 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18598
18599         * ext/mad/gstmad.c: add debugging category, comment + cleanups
18600
18601 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
18602
18603         reviewed by Benjamin Otte  <otte@gnome.org>
18604
18605         * configure.ac:
18606           fix == in test(1) operator
18607
18608 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
18609
18610         reviewed by Benjamin Otte  <otte@gnome.org>
18611
18612         * configure.ac:
18613           fix --export-symblos-regex to a working regex.
18614
18615 2004-04-04  Benjamin Otte  <otte@gnome.org>
18616
18617         * sys/oss/.cvsignore:
18618           add for oss_probe
18619
18620 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
18621
18622         reviewed by Benjamin Otte  <otte@gnome.org>
18623
18624         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
18625           add missing 'new_media' argument (fixes #138168)
18626         * gst/matroska/matroska-demux.c:
18627         (gst_matroska_demux_handle_seek_event):
18628           add vararg terminator (fixes #138169)
18629
18630 2004-04-02  David Schleef  <ds@schleef.org>
18631
18632         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
18633         disted (bug #138914)
18634
18635 2004-04-01  Benjamin Otte  <otte@gnome.org>
18636
18637         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
18638         (gst_alsa_close_audio):
18639           handle case better where a soundcard can't pause
18640         * ext/ogg/gstoggdemux.c:
18641           don't crash when we get events but don't have pads yet
18642
18643 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18644
18645         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18646           throw an error if we couldn't probe any caps.
18647
18648 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
18649
18650         * ext/dvdnav/gst-dvd:
18651         Add a really simple sample DVD player
18652
18653 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
18654
18655         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
18656         (gst_a52dec_push), (gst_a52dec_handle_event),
18657         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
18658         (gst_a52dec_change_state):
18659         * ext/a52dec/gsta52dec.h:
18660           Use a debug category, Output timestamps correctly
18661           Emit tag info, Handle events, tell liba52dec about cpu
18662           capabilities so it can use MMX etc.
18663         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
18664           Fix a crasher accessing invalid memory
18665         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
18666         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
18667         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
18668         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
18669         (dvdnavsrc_query):
18670           Some support for byte-format seeking.
18671           Small fixes for still frames and menu button overlays
18672         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
18673         (gst_mpeg2dec_alloc_buffer):
18674           Use a debug category. Adjust the report level of several items to
18675           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
18676           so it doesn't lose the GstBuffer pointer
18677         * gst/debug/Makefile.am:
18678         * gst/debug/gstdebug.c: (plugin_init):
18679         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
18680         (gst_navseek_base_init), (gst_navseek_class_init),
18681         (gst_navseek_init), (gst_navseek_seek),
18682         (gst_navseek_handle_src_event), (gst_navseek_set_property),
18683         (gst_navseek_get_property), (gst_navseek_chain),
18684         (gst_navseek_plugin_init):
18685         * gst/debug/gstnavseek.h:
18686           Add the navseek debug element for seeking back and forth in a
18687           video stream using arrow keys.
18688         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
18689         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
18690         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
18691         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
18692         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
18693         (gst_mpeg2subt_parse_header), (gst_get_nibble),
18694         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
18695         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
18696         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
18697         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
18698         * gst/mpeg2sub/gstmpeg2subt.h:
18699           Pretty much a complete rewrite. Now a loopbased element. May still
18700           require work to properly synchronise subtitle buffers.
18701         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
18702         (gst_dvd_demux_send_subbuffer):
18703         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
18704           Don't attempt to create subbuffers of size 0
18705           Reduce a couple of error outputs to warnings.
18706         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
18707         (gst_y4mencode_chain):
18708         Output the y4m frame header correctly.
18709
18710 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18711
18712         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
18713           throw errors instead of allowing SIGFPE
18714
18715 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18716
18717         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
18718         (gst_gconf_render_bin_from_key):
18719           leak plugging and style fixing
18720
18721 2004-03-31  David Schleef  <ds@schleef.org>
18722
18723         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
18724         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
18725         (bug #138225)
18726         * gst/debug/Makefile.am:
18727         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
18728         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
18729         plugin.
18730         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
18731         (gst_negotiation_base_init), (gst_negotiation_class_init),
18732         (gst_negotiation_init), (gst_negotiation_getcaps),
18733         (gst_negotiation_pad_link), (gst_negotiation_chain),
18734         (gst_negotiation_set_property), (gst_negotiation_get_property),
18735         (gst_negotiation_plugin_init):  New element to talk about random
18736         negotiation things happening in a pipeline.
18737
18738 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
18739
18740         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
18741           fix integer addition with help of Stefan Kost
18742
18743 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
18744
18745         * po/nl.po: updated Dutch translation (Elros Cyriatan)
18746
18747 2004-03-30  David Schleef  <ds@schleef.org>
18748
18749         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
18750         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
18751         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
18752         (bug #137504)
18753         * ext/mpeg2dec/gstmpeg2dec.h:
18754
18755 2004-03-30  David Schleef  <ds@schleef.org>
18756
18757         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
18758
18759 2004-03-30  David Schleef  <ds@schleef.org>
18760
18761         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
18762         Michael Petullo) to handle .mov
18763
18764 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18765
18766         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
18767         (gst_osselement_rate_check_rate):
18768           probe caps correctly for sound cards that only support one format
18769
18770 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18771
18772         * ext/kio/kiosrc.cpp: (process_events):
18773           update handling event processing if inside KDE - untested
18774
18775 2004-03-29  David Schleef  <ds@schleef.org>
18776
18777         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
18778         by 2 to not interfere with other colorspaces.
18779         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
18780         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
18781         one to not interfere with ffmpeg_colorspace.
18782
18783 2004-03-29  David Schleef  <ds@schleef.org>
18784
18785         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
18786         aren't in the caps.
18787         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
18788         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
18789
18790 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18791
18792         * gst-libs/gst/riff/riff-media.c:
18793           fail on error, don't try to set stuff on NULL caps
18794
18795 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18796
18797         * configure.ac:
18798         * ext/Makefile.am:
18799         * ext/kio/Makefile.am:
18800         * ext/kio/kioreceiver.cpp:
18801         * ext/kio/kioreceiver.h:
18802         * ext/kio/kiosrc.cpp:
18803         * ext/kio/kiosrc.h:
18804           add experimental kiosrc plugin
18805         * ext/alsa/gstalsaplugin.c: (plugin_init):
18806           initialize debugging category only when we're sure registering the
18807           plugins worked.
18808
18809 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18810
18811         * examples/gstplay/player.c: (main):
18812         * gst-libs/gst/play/play.c: (gst_play_class_init),
18813         (gst_play_set_location), (gst_play_set_data_src),
18814         (gst_play_set_video_sink), (gst_play_set_audio_sink),
18815         (gst_play_set_visualization), (gst_play_connect_visualization):
18816           check return values of element_set_state and return FALSE where
18817           failed
18818
18819 2004-03-29  Benjamin Otte  <otte@gnome.org>
18820
18821         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
18822           try harder to check if an event is really a discont
18823
18824 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18825
18826         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
18827         * po/az.po:
18828
18829 2004-03-28  Benjamin Otte  <otte@gnome.org>
18830
18831         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
18832         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
18833         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
18834           get rid of non-standard "..." ranges in case statements.
18835
18836 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
18837
18838         * gst/mpegstream/gstmpegdemux.c:
18839         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
18840         specific functionality split to the new dvddemux element.
18841         * gst/mpegstream/gstdvddemux.c:
18842         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
18843         streams, derived from mpegdemux.
18844         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
18845         up. SCR based timestamp rewriting can be turned off (will probably
18846         completely disappear soon).
18847         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
18848         hacking. General cleanup. All printf statements replaced by
18849         debugging messages. Almost complete libdvdnav support.
18850         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
18851         by events. New properties for audio and subpicture languages.
18852         (dvdnavsrc_update_highlight): Now uses events.
18853         (dvdnavsrc_user_op): Cleaned up.
18854         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
18855         based). Lots of cleanup, and propper support for most libdvdnav
18856         events.
18857         (dvdnavsrc_make_dvd_event): New function.
18858         (dvdnavsrc_make_dvd_nav_packet_event): New function.
18859         (dvdnavsrc_make_clut_change_event): New function.
18860
18861 2004-03-26  Benjamin Otte  <otte@gnome.org>
18862
18863         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
18864           fix bug where typefinding would claim it's theora whenever less then
18865           7 bytes of data were available
18866
18867 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18868
18869         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
18870         (gst_alawdec_base_init), (gst_alawdec_class_init),
18871         (gst_alawdec_init), (gst_alawdec_chain):
18872         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
18873         (gst_alawenc_base_init), (gst_alawenc_class_init),
18874         (gst_alawenc_init), (gst_alawenc_chain):
18875         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
18876         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
18877         (gst_mulawdec_init), (gst_mulawdec_chain):
18878         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
18879         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
18880         (gst_mulawenc_init), (gst_mulawenc_chain):
18881           Fix capsnego in all four, remove the unused property functions and
18882           simplify the chain functions slightly. I guess we could use macros
18883           or something similar for those, since the code is so similar, but
18884           I'm currently too lazy...
18885
18886 2004-03-24  David Schleef  <ds@schleef.org>
18887
18888         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
18889         (gst_osselement_close_audio), (gst_osselement_probe_caps),
18890         (gst_osselement_get_format_structure),
18891         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
18892         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
18893         (gst_osselement_rate_int_compare): Add code to handle rate probing
18894         (bug #120883)
18895         * sys/oss/gstosselement.h: same
18896         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
18897         Use rate probing provided by osselement.
18898         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
18899
18900 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18901
18902         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
18903         (gst_xvidenc_get_property):
18904           ulong/int mess-up.
18905
18906 2004-03-24  David Schleef  <ds@schleef.org>
18907
18908         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
18909         (gst_speexdec_init):
18910         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
18911         (gst_speexenc_init):  Create the pad template correctly (from
18912         the static pad template, not a NULL pointer.)
18913
18914 2004-03-25  Benjamin Otte  <otte@gnome.org>
18915
18916         * gst/debug/Makefile.am:
18917         * gst/debug/breakmydata.c:
18918           add element that quasi-randomly changes bytes in the stream.
18919           Intended use is robustness checking of demuxers and decoders in
18920           media tests.
18921
18922 2004-03-24  Benjamin Otte  <otte@gnome.org>
18923
18924         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18925         (gst_alsa_probe_hw_params):
18926         * ext/alsa/gstalsa.h:
18927           debugging output fixes
18928
18929 2004-03-24  Benjamin Otte  <otte@gnome.org>
18930
18931         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
18932           don't g_return_if_fail if element is PLAYING, fail silently as every
18933           other element.
18934         * gst/effectv/gstquark.c: (gst_quarktv_chain):
18935           only fix needed for cast lvalue issues in gst-plugins
18936         * gst/volenv/gstvolenv.c: (gst_volenv_init):
18937           add proxy_getcaps
18938
18939 2004-03-24  Benjamin Otte  <otte@gnome.org>
18940
18941         * gst/level/gstlevel.c: (gst_level_init):
18942           add proxying getcaps function, so level doesn't advertise impossible
18943           caps
18944
18945 2004-03-24  David Schleef  <ds@schleef.org>
18946
18947         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18948         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
18949         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
18950         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
18951         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
18952         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
18953         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
18954         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
18955         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
18956         messages.  Divide the chunk size by the compression ratio
18957         (needed for MACE audio)
18958
18959 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18960
18961         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18962           Fix buffer overflow read error.
18963
18964 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18965
18966         * ext/alsa/gstalsa.h:
18967           Remove unused entry.
18968         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
18969           Add cinepak.
18970         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
18971         (gst_videodrop_link), (gst_videodrop_chain):
18972           Fix, sort of. Was horribly broken with new capsnego. Bah...
18973
18974 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
18975
18976         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
18977         (plugin_init):
18978         Add a monkeysaudio typefind function
18979
18980 2004-03-23  Johan Dahlin  <johan@gnome.org>
18981
18982         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
18983         (gst_play_video_fixate): Check so the structure has the field
18984         before trying to fixate them, this makes it possible to have
18985         fakesinks for video and audio output without printing errors on
18986         the output console.
18987
18988 2004-03-22  David Schleef  <ds@schleef.org>
18989
18990         * sys/oss/Makefile.am:
18991         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
18992         (check_rate), (add_rate):  Rate probing test app.
18993
18994 2004-03-21  Benjamin Otte  <otte@gnome.org>
18995
18996         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
18997         (_fixate_caps_to_int), (gst_audio_convert_fixate):
18998           add a fixation function that pretty much does the right thing (fixes
18999           #137556)
19000
19001 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
19002
19003         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
19004
19005 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
19006
19007         reviewed by: Benjamin Otte  <otte@gnome.org>
19008
19009         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19010           terminate gst_event_new_discontinuous correctly (fixes parts of
19011           #137711)
19012
19013 2004-03-19  David Schleef  <ds@schleef.org>
19014
19015         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
19016         since it doesn't depend on X, and it's part of our ABI.
19017
19018 2004-03-19  Iain <iain@prettypeople.org>
19019
19020         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
19021         is_int in the structure, not the local variable.
19022
19023 2004-03-19  David Schleef  <ds@schleef.org>
19024
19025         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
19026         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
19027         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
19028         Improvements in caps negotiation.
19029
19030 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19031
19032         * po/LINGUAS:
19033         * po/af.po:
19034           adding Afrikaans (Petri Jooste)
19035
19036 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19037
19038         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19039         (gst_ffmpegcolorspace_chain):
19040         throw error instead of g_critical (#137588)
19041
19042 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19043
19044         * Makefile.am:
19045         * configure.ac:
19046           dist common and m4 correctly
19047         * po/sv.po:
19048
19049 2004-03-17  David Schleef  <ds@schleef.org>
19050
19051         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
19052         (bug #137348)
19053
19054 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19055
19056         * po/LINGUAS:
19057         * po/sv.po:
19058           adding Swedish translation (Christian Rose)
19059
19060 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19061
19062         * Makefile.am: use release.mak
19063
19064 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19065
19066         * common/ChangeLog:
19067         * common/gst-autogen.sh:
19068           add some explanation about the version detection
19069         * configure.ac:
19070           fix X check
19071
19072 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19073
19074         * configure.ac: bump nano to 1
19075
19076 === release 0.8.0 ===
19077
19078 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19079
19080         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
19081
19082 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19083
19084         * configure.ac:
19085           update libtool version
19086         * gst-libs/gst/media-info/Makefile.am:
19087           actually use libtool version
19088
19089 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19090
19091         * configure.ac: fix speex detection to work with 1.0 but not 1.1
19092
19093 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19094
19095         * configure.ac:
19096         * gst-plugins.spec.in:
19097         * pkgconfig/Makefile.am:
19098         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
19099         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
19100         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
19101         * pkgconfig/gstreamer-libs.pc.in:
19102         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
19103         * pkgconfig/gstreamer-play-uninstalled.pc.in:
19104         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
19105         * pkgconfig/gstreamer-plugins.pc.in:
19106           remove @VERSION@ from some of the pc files since core and plugins
19107           are decoupled.
19108           created gstreamer-plugins.pc as it's a better name, but keeping
19109           -libs around for now to get fixes upstream done first.
19110
19111 2004-03-15  Julien MOUTTE <julien@moutte.net>
19112
19113         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
19114         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
19115         * gst-libs/gst/play/play.h:
19116
19117 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19118
19119         * *.c, *.cc: don't mix tabs and spaces
19120
19121 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19122
19123         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
19124           use the new ffmpegcolorspace
19125         * gst-plugins.spec.in:
19126           package new colorspace and media-info
19127         * configure.ac:
19128         * pkgconfig/Makefile.am:
19129           fix some more disting issues
19130         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
19131         * pkgconfig/gstreamer-media-info.pc.in:
19132           generate media-info pc files
19133
19134 2004-03-15  Johan Dahlin  <johan@gnome.org>
19135
19136         * *.h: Revert indenting
19137
19138 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19139
19140         * configure.ac:
19141           adding ffmpegcolorspace element
19142         * gst/ffmpegcolorspace/Makefile.am:
19143         * gst/ffmpegcolorspace/avcodec.h:
19144         * gst/ffmpegcolorspace/common.h:
19145         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19146         * gst/ffmpegcolorspace/dsputil.h:
19147         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19148         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19149         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
19150         (gst_ffmpeg_caps_to_pix_fmt):
19151         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19152         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19153         (gst_ffmpegcolorspace_caps_remove_format_info),
19154         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
19155         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
19156         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
19157         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
19158         (gst_ffmpegcolorspace_set_property),
19159         (gst_ffmpegcolorspace_get_property),
19160         (gst_ffmpegcolorspace_register):
19161         * gst/ffmpegcolorspace/imgconvert.c:
19162         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19163         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19164         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19165         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19166         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19167         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
19168         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
19169         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
19170         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
19171         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
19172         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
19173         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
19174         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
19175         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
19176         (img_get_alpha_info), (deinterlace_line),
19177         (deinterlace_line_inplace), (deinterlace_bottom_field),
19178         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19179         * gst/ffmpegcolorspace/imgconvert_template.h:
19180         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19181         * gst/ffmpegcolorspace/mmx.h:
19182         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
19183           adding ffmpegcolorspace element supplied by Ronald after cleaning
19184           up and pulling in the right bits of upstream source.
19185           I'm sure a better C/compiler wizard could do some cleaning up (for
19186           example use GLIB's malloc stuff), but as a first pass this
19187           works very well
19188
19189 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19190
19191         * ext/alsa/gstalsa.h:
19192           I assume Ronald forgot to commit the change to have cardname
19193           as a struct member.  Expect some public spanking at the next
19194           opportunity.
19195
19196 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19197
19198         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
19199         (gst_alsa_open_audio), (gst_alsa_close_audio):
19200         * ext/alsa/gstalsa.c:
19201           Don't open the device if we're a mixer (= padless).
19202         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
19203         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
19204         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
19205           Open mixer during state change rather than during object
19206           initialization. Also, get a device name. Currently in a somewhat
19207           hackish fashion, but I didn't really find something better.
19208
19209 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19210
19211         * *.c, *.h: run gst-indent
19212
19213 2004-03-14  Benjamin Otte  <otte@gnome.org>
19214
19215         * gst/modplug/gstmodplug.cc:
19216         * gst/modplug/gstmodplug.h:
19217           set correct timestamps on outgoing buffers
19218
19219 2004-03-14  Benjamin Otte  <otte@gnome.org>
19220
19221         * gst/modplug/gstmodplug.cc:
19222           handle events - don't do crap when a discont arrives that's not
19223           necessary
19224           This allows correct loading and playback of mods in Rhythmbox
19225
19226 2004-03-14  Benjamin Otte  <otte@gnome.org>
19227
19228         * configure.ac:
19229         * gst-libs/gst/gconf/Makefile.am:
19230         * pkgconfig/Makefile.am:
19231           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
19232           they get rebuilt properly
19233         * configure.ac:
19234           when checking for vorbis, try pkgconfig first.
19235         * gst/modplug/gstmodplug.cc:
19236           add fixate function
19237
19238 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19239
19240         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19241           Fix for obvious mistake, where we first shift the offset and then
19242           read a samplesize element assuming the old offset. Note that this
19243           part still has something weird, i.e. my movies containing those
19244           don't actually play well, but at least there's something that looks
19245           like sound now.
19246
19247 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
19248         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
19249         (plugin_init):
19250         Add a typefind function for speex format
19251
19252 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19253
19254         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
19255         (gst_asf_demux_setup_pad):
19256           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
19257           instead of 0. Reason is simple: some elements have a fps range
19258           of 1-max instead of 0-max. So now ASF video actually works.
19259
19260 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19261
19262         * po/LINGUAS:
19263         * po/sr.po:
19264           adding serbian as a language
19265
19266 2004-03-13  Benjamin Otte  <otte@gnome.org>
19267
19268         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19269           return taglist correctly from _get function, don't gst_pad_push it.
19270           (fixes #137042)
19271
19272 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
19273         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19274
19275 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19276
19277         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
19278         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
19279         (gst_alsa_mixer_track_new):
19280         * ext/alsa/gstalsamixertrack.h:
19281           Fix ancient leftovers... MixerTrack is a GObject.
19282
19283 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19284
19285         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19286         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19287           Don't block during probing...
19288
19289 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19290
19291         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
19292         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
19293         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
19294         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
19295         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
19296         (gst_alsa_open_audio), (gst_alsa_close_audio):
19297         * ext/alsa/gstalsa.h:
19298           Add propertyprobe interface implementation, add some device-name
19299           property, all this so that it looks good in gnome-volume-control.
19300
19301 2004-03-12  David Schleef  <ds@schleef.org>
19302
19303         * configure.ac: the Hermes library controls hermescolorspace, not
19304         colorspace.
19305         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
19306         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
19307         not /* */
19308         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
19309         * ext/sdl/sdlvideosink.h: ditto.
19310         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
19311
19312 2004-03-12  Benjamin Otte  <otte@gnome.org>
19313
19314         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
19315         (gst_x_overlay_got_xwindow_id):
19316         * gst-libs/gst/xoverlay/xoverlay.h:
19317           replace XID with unsigned long to get rid of the xlibs dependency in
19318           XOverlay (fixes #137004)
19319
19320 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
19321         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
19322         (gst_agingtv_setup):
19323         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
19324         (gst_dicetv_base_init), (gst_dicetv_class_init),
19325         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
19326         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
19327         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19328         (gst_edgetv_setup), (gst_edgetv_rgb32):
19329         * gst/effectv/gsteffectv.c:
19330         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
19331         (gst_quarktv_set_property):
19332         * gst/effectv/gstrev.c: (gst_revtv_get_type),
19333         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19334         (gst_revtv_setup), (gst_revtv_rgb32):
19335         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
19336         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19337         (gst_shagadelictv_init), (gst_shagadelictv_setup),
19338         (gst_shagadelictv_rgb32):
19339         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
19340         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19341         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
19342         * gst/effectv/gstwarp.c:
19343         Port everything that can be ported to videofilter and fix up the caps.
19344         Can someone with a big-endian machine please check these?
19345
19346 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19347
19348         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
19349         (gst_osssink_chain), (gst_osssink_change_state):
19350           Latest fixes for A/V sync, audio playback and such. This is about
19351           all... MPEG playback issues are mostly related to the async build-
19352           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
19353
19354 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
19355
19356         patch from: Stephane Loeuillet
19357
19358         * configure.ac:
19359           use pkg-config for some libraries, falling back to the old .m4 way
19360           (fixes #131270)
19361         * m4/libdv.m4:
19362           removed
19363
19364 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
19365
19366         * configure.ac:
19367         * tools/Makefile.am:
19368         * tools/Makefile.in:
19369         * tools/gst-launch-ext-m.m:
19370         * tools/gst-launch-ext.1.in:
19371         * tools/gst-visualise-m.m:
19372         * tools/gst-visualise.1:
19373         * tools/gst-visualise.1.in:
19374           reorganizing generation of script tools
19375
19376 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19377
19378         * ext/divx/gstdivxdec.c:
19379           Downgrade priority. We prefer ffdec_mpeg4.
19380         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
19381         (gst_faad_chain), (gst_faad_change_state):
19382           Fix capsnego. Doesn't work for some sounds because we don't have
19383           a 5:1 to stereo element.
19384         * ext/xvid/gstxvid.c: (plugin_init):
19385           Add priority.
19386         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
19387         (gst_osssink_change_state):
19388           Add discont handling.
19389
19390 2004-03-09  Colin Walters  <walters@verbum.org>
19391
19392         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
19393         conversion.
19394
19395 2004-03-09  Benjamin Otte  <otte@gnome.org>
19396
19397         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
19398           the signals take 2 arguments
19399
19400 2004-03-09  David Schleef  <ds@schleef.org>
19401
19402         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
19403         (gst_alsa_fixate): Add fixate function.  (bug #136686)
19404         * ext/alsa/gstalsa.h:
19405         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
19406
19407 2004-03-09  Benjamin Otte  <otte@gnome.org>
19408
19409         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
19410         (gst_mikmod_change_state):
19411         * ext/mikmod/gstmikmod.h:
19412           make mikmod's loop function not loop infinitely and call
19413           gst_element_yield anymore
19414         * gst/modplug/gstmodplug.cc:
19415           fix pad negotiation (fixes #136590)
19416
19417 2004-03-09  David Schleef  <ds@schleef.org>
19418
19419         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
19420         doesn't conflict with the internal colorspace plugin.
19421         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
19422         satisfy the crappy-ass shell shipped by a certain vendor.
19423         * gst/videofilter/make_filter: same (bug #135299)
19424
19425 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19426
19427         * configure.ac: bump nano to 1
19428
19429 === release 0.7.6 ===
19430
19431 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19432
19433         * configure.in: releasing 0.7.6, "There"
19434
19435 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19436
19437         * pkgconfig/gstreamer-play-uninstalled.pc.in:
19438         * pkgconfig/gstreamer-play.pc.in:
19439           synchronize the two
19440
19441 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19442
19443         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
19444         (cdparanoia_open), (cdparanoia_event):
19445           fix/add error handling
19446         * po/POTFILES.in:
19447           add cdparanoia source
19448         * tools/Makefile.am:
19449           make scripts executable
19450
19451 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19452
19453         * configure.ac:
19454         * ext/vorbis/Makefile.am:
19455         * sys/Makefile.am:
19456           remove id3types, vorbisfile and xvideosink from the build (#133783)
19457
19458 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19459
19460         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19461           Fix metadata read crash (#136537).
19462
19463 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19464
19465         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
19466         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
19467           adding mime types, fixing the one-stop function
19468
19469 2004-03-08  Christian Schaller <Uraeus@gnome.org>
19470
19471         * ext/nas/nassink.c and /ext/nas/nassink.h:
19472         More NAS love from Arwed von Merkatz
19473         So lets all sing 'Can you feel the NAS tonight'
19474
19475 2004-03-08  Christian Schaller <Uraeus@gnome.org>
19476
19477         * tools/gst-launch-ext.in:
19478         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
19479
19480 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19481
19482         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
19483         (gst_mpeg2dec_init):
19484         remove the user_data pad for now, because it is being used in
19485         fixating causing MPEG playback to fixate on 1000 Hz for playback.
19486         If someone knows how to fix this properly, please do.
19487
19488 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19489
19490         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
19491         (gst_osssink_get_time):
19492         add a warning, IMO this won't get triggered anymore, remove later
19493
19494 2004-03-07  David Schleef  <ds@schleef.org>
19495
19496         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
19497         format (bug #136470)
19498
19499 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
19500
19501         * gst-libs/Makefile.am:
19502         * gst-libs/gst/media-info/Makefile.am:
19503         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
19504         (error_callback), (gst_media_info_error_create),
19505         (gst_media_info_error_element), (gmip_init), (gmip_reset),
19506         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
19507         * gst-libs/gst/media-info/media-info-priv.h:
19508         * gst-libs/gst/media-info/media-info-test.c: (main):
19509         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
19510         (gst_media_info_class_init), (gst_media_info_instance_init),
19511         (gst_media_info_set_source), (gst_media_info_read_with_idler),
19512         (gst_media_info_read_idler), (gst_media_info_read):
19513         * gst-libs/gst/media-info/media-info.h:
19514         fixed, should work now
19515
19516 2004-03-07  Christian Schaller <Uraeus@gnome.org>
19517
19518         * ext/nas/nassink.c:
19519         A bunch of NAS fixes from Arwed von Merkatz
19520
19521 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19522
19523         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
19524         (qtdemux_parse_trak):
19525           Fix crash (j might be greater than n_samples, in which case we're
19526           writing outside the allocated space for the array) and memleak.
19527
19528 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19529
19530         * sys/oss/gstosssink.c: (gst_osssink_chain):
19531           And another caller that couldn't handle delay < 0 (unsigned
19532           integer overflow). Video now continues playing on an audio
19533           buffer underrun, and the clock continues working. Audio still
19534           stalls.
19535
19536 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19537
19538         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
19539         (gst_osssink_get_time):
19540           get_delay() may return values lower than 0. In those cases, we
19541           should not actually cast to *unsigned* int64, that will break
19542           stuff horribly. In my case, it screwed up A/V sync in movies
19543           in totem rather badly.
19544
19545 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19546
19547         * ext/faac/gstfaac.c: (gst_faac_chain):
19548         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19549         * ext/libpng/gstpngenc.c: (user_write_data):
19550         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19551         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
19552         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
19553         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
19554         Fix several misuse of gst_buffer_merge (it doesn't take ownership
19555         of any buffer), should fix some leaks. I hope I didn't unref buffers
19556         that shouldn't be...
19557
19558 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19559
19560         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
19561         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
19562         (error_callback), (gmi_reset), (gmi_seek_to_track),
19563         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
19564         (gmip_find_type_post), (gmip_find_stream_post),
19565         (gmip_find_track_streaminfo_post):
19566         * gst-libs/gst/media-info/media-info-priv.h:
19567         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
19568         (info_print), (main):
19569         * gst-libs/gst/media-info/media-info.c:
19570         (gst_media_info_error_create), (gst_media_info_error_element),
19571         (gst_media_info_instance_init), (gst_media_info_get_property),
19572         (gst_media_info_new), (gst_media_info_set_source),
19573         (gst_media_info_read_idler), (gst_media_info_read):
19574         * gst-libs/gst/media-info/media-info.h:
19575           first pass at making this work again.  This seems to work on
19576           tagged ogg/vorbis and mp3 files.
19577
19578 2004-03-06  Benjamin Otte  <otte@gnome.org>
19579
19580         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19581           fix huge leak: gst_buffer_merge doesn't unref the first argument
19582           itself.
19583
19584 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19585
19586         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
19587           report layer/mode/emphasis
19588
19589 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19590
19591         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
19592
19593 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19594
19595         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
19596           signal serial
19597
19598 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19599
19600         * ext/vorbis/vorbis.c: (plugin_init):
19601         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19602         (gst_vorbis_dec_init), (vorbis_dec_event):
19603         add debug category
19604         make vorbisdec handle _BYTE and _TIME queries
19605
19606 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19607
19608         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
19609           from the xing header
19610
19611 2004-03-06  Benjamin Otte  <otte@gnome.org>
19612
19613         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
19614         (gst_audio_convert_link), (gst_audio_convert_change_state),
19615         (gst_audio_convert_buffer_from_default_format):
19616           do conversions from/to float correctly, fix some caps nego errors,
19617           export correct supported caps in template and getcaps, use correct
19618           caps in try_set_caps functions
19619
19620 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19621
19622         For some reason, I only committed a ChangeLog entry yesterday and
19623         not the corresponding code...
19624         * ext/mad/gstmad.c: Fix detection of Xing headers
19625         * gst/tags/gstid3tag.c: Changes to support TLEN tags
19626
19627 2004-03-06  Benjamin Otte  <otte@gnome.org>
19628
19629         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
19630         (gst_ogg_demux_src_query):
19631           make sure to handle the case where there's no current chain
19632           gracefully.
19633
19634 2004-03-05  David Schleef  <ds@schleef.org>
19635
19636         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
19637         Add fixate function. (bug #131128)
19638         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19639         (gst_sdlvideosink_fixate):  Add fixate function.
19640         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19641         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
19642         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
19643         Fix missing break that was causing ulaw to be interpreted as
19644         raw int.
19645
19646 2004-03-05  David Schleef  <ds@schleef.org>
19647
19648         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
19649         Fix code that ignores return value of gst_buffer_merge().
19650         (bug #114560)
19651         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
19652         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
19653         * testsuite/gst-lint:  Check for above.
19654
19655 2004-03-05  David Schleef  <ds@schleef.org>
19656
19657         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
19658         caps and throw an element error.  (bug #136334)
19659
19660 2004-03-05  David Schleef  <ds@schleef.org>
19661
19662         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
19663         (gst_faad_chain): Fix negotiation.
19664         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
19665         key and button events.
19666         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
19667         dung heap of code.
19668         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
19669         depends on gconf
19670         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
19671         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
19672         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
19673         function to encourage better negotiation, particularly between
19674         audioconvert and osssink.
19675         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
19676         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
19677         more important.
19678         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
19679         typefinding.
19680         * gst/vbidec/vbiscreen.c:  Add glib header
19681         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
19682
19683 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
19684
19685         * ext/mad/gstmad.c: Fix detection of Xing headers
19686         * gst/tags/gstid3tag.c: Changes to support TLEN tags
19687
19688 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19689
19690         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19691         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
19692           debug updates
19693
19694 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19695
19696         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
19697         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
19698         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
19699         files, and report the parsed length as a GST_TAG_DURATION tag.
19700         * gst/tags/gstid3tag.c: support TLEN (duration) tag
19701
19702 2004-03-05  Benjamin Otte  <otte@gnome.org>
19703
19704         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
19705           convert channels correctly. convert correctly to unsigned.
19706
19707 2004-03-05  Julien MOUTTE <julien@moutte.net>
19708
19709         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
19710         we have a window before clearing it.
19711
19712 2004-03-05  Julien MOUTTE <julien@moutte.net>
19713
19714         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
19715         have a window before clearing it.
19716
19717 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19718
19719         * gconf/gstreamer.schemas.in:
19720         * gst-libs/gst/gconf/Makefile.am:
19721           version installation path the same way as for 0.6
19722         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
19723         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
19724         * pkgconfig/gstreamer-play-uninstalled.pc.in:
19725           remove comment that was fixed
19726
19727 2004-03-05  David Schleef  <ds@schleef.org>
19728
19729         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
19730         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
19731         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
19732         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
19733         Add prototype code for handling seeking and querying.
19734
19735 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19736
19737         * examples/gstplay/player.c: (main):
19738           Initialize variables to NULL. Prevents a segfault because the
19739           (uninitialized) variable is not NULL, resulting in a crash on
19740           trying to reach error->message.
19741
19742 2004-03-05  Benjamin Otte  <otte@gnome.org>
19743
19744         * gst/audioconvert/gstaudioconvert.c:
19745         (gst_audio_convert_buffer_to_default_format):
19746         make float=>int conversion work correctly even in cornercases.
19747
19748 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
19749
19750         * debian/README.Debian:
19751         * debian/build-deps:
19752         * debian/changelog:
19753         * debian/control:
19754         * debian/control.in:
19755         * debian/copyright:
19756         * debian/gstreamer-a52dec.files:
19757         * debian/gstreamer-aa.files:
19758         * debian/gstreamer-alsa.files:
19759         * debian/gstreamer-alsa.manpages:
19760         * debian/gstreamer-arts.files:
19761         * debian/gstreamer-artsd.files:
19762         * debian/gstreamer-audiofile.files:
19763         * debian/gstreamer-avifile.files:
19764         * debian/gstreamer-cdparanoia.files:
19765         * debian/gstreamer-colorspace.files:
19766         * debian/gstreamer-doc.files:
19767         * debian/gstreamer-dv.files:
19768         * debian/gstreamer-dvd.files:
19769         * debian/gstreamer-esd.files:
19770         * debian/gstreamer-festival.files:
19771         * debian/gstreamer-flac.files:
19772         * debian/gstreamer-gconf.conffiles:
19773         * debian/gstreamer-gconf.files:
19774         * debian/gstreamer-gconf.postinst:
19775         * debian/gstreamer-gnomevfs.files:
19776         * debian/gstreamer-gsm.files:
19777         * debian/gstreamer-http.files:
19778         * debian/gstreamer-jack.files:
19779         * debian/gstreamer-jpeg.files:
19780         * debian/gstreamer-mad.files:
19781         * debian/gstreamer-mikmod.files:
19782         * debian/gstreamer-misc.files:
19783         * debian/gstreamer-mpeg2dec.files:
19784         * debian/gstreamer-oss.files:
19785         * debian/gstreamer-plugin-apps.files:
19786         * debian/gstreamer-plugin-apps.manpages:
19787         * debian/gstreamer-plugin-libs-dev.files:
19788         * debian/gstreamer-plugin-libs.files:
19789         * debian/gstreamer-plugin-template.postinst:
19790         * debian/gstreamer-plugin-template.postrm:
19791         * debian/gstreamer-sdl.files:
19792         * debian/gstreamer-sid.files:
19793         * debian/gstreamer-vorbis.files:
19794         * debian/gstreamer-x.files:
19795         * debian/mk.control:
19796         * debian/rules:
19797         Debian package info not maintained here.
19798
19799 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
19800
19801         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
19802         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
19803         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
19804         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
19805         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
19806         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
19807         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
19808         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
19809         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
19810         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
19811         * gst-libs/gst/colorbalance/colorbalance.c:
19812         (gst_color_balance_class_init):
19813         * gst-libs/gst/colorbalance/colorbalancechannel.c:
19814         (gst_color_balance_channel_class_init):
19815         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
19816         * gst-libs/gst/play/play.c: (gst_play_class_init):
19817         * gst-libs/gst/propertyprobe/propertyprobe.c:
19818         (gst_property_probe_iface_init):
19819         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
19820         * gst-libs/gst/tuner/tunerchannel.c:
19821         (gst_tuner_channel_class_init):
19822         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
19823         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
19824         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
19825         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
19826         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
19827         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
19828         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
19829         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
19830         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
19831           fix signals to use - instead of _
19832         * ext/libcaca/gstcacasink.h:
19833         * ext/sdl/sdlvideosink.h:
19834           fix header rename
19835
19836 2004-03-04  David Schleef  <ds@schleef.org>
19837
19838         * testsuite/gst-lint:  Add a check for bad signal names.
19839
19840 2004-03-04  <kost@imn.htwk-leipzig.de>
19841
19842         reviewed by David Schleef
19843
19844         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
19845         modified the alpha channel and caused a warning. (bug #136192)
19846
19847 2004-04-03  Christian Schaller <Uraeus@gnome.org>
19848
19849         * gst-plugins.spec.in:
19850         Change names of plugins to actually be correct. Try to keep things
19851         alphabetical to avoid getting beat up by Thomas
19852
19853 2004-03-03  Julien MOUTTE <julien@moutte.net>
19854
19855         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
19856         Using ximagesink as a default if no gconf key found. We should
19857         probably consider using alsasink instead of osssink for the audio
19858         part.
19859
19860 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19861
19862         * configure.ac:
19863           fix --with-plugins, don't think it ever worked before
19864         * gst-plugins.spec.in:
19865           even more updates
19866
19867 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19868
19869         * ext/sdl/sdlvideosink.h:
19870         * sys/ximage/ximagesink.h:
19871         * sys/xvideo/xvideosink.h:
19872         * sys/xvimage/xvimagesink.h:
19873           Fix for move of gstvideosink.h -> videosink.h.
19874
19875 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19876
19877         * gst-libs/gst/xwindowlistener/Makefile.am:
19878           this is a plugin library, not a library
19879
19880 2004-03-01  David Schleef  <ds@schleef.org>
19881
19882         * AUTHORS:  Added some names.  Add yourself if you're still
19883         missing.
19884
19885 2004-03-01  David Schleef  <ds@schleef.org>
19886
19887         * MAINTAINERS: Add
19888
19889 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19890
19891         * gst-plugins.spec.in: clean up spec file
19892
19893 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19894
19895         * gst-libs/gst/video/Makefile.am:
19896         * gst-libs/gst/video/gstvideosink.c:
19897         * gst-libs/gst/video/gstvideosink.h:
19898           rename gstvideosink.h to videosink.h to match other headers
19899         * gst/mixmatrix/Makefile.am:
19900           fix plugin filename
19901         * gst/tags/Makefile.am: fix plugin filename
19902
19903 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19904
19905         * gst/tags/Makefile.am: fix plugin filename
19906
19907 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19908
19909         * examples/gstplay/player.c: (got_time_tick), (main):
19910           add error handler
19911           display time_tick more readably
19912         * gst/mixmatrix/Makefile.am:
19913           fix plugin file name
19914
19915 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
19916
19917         * sys/oss/gstosselement.c: (gst_osselement_probe),
19918         (device_combination_append), (gst_osselement_class_probe_devices):
19919         * sys/oss/gstosselement.h:
19920           Reworked enumeration of oss dsps and mixers so that gst-mixer works
19921           on my system using alsa oss emulation, fixes bug #135597
19922
19923 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19924
19925         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
19926         (gst_videodrop_chain), (gst_videodrop_change_state):
19927         * gst/videodrop/gstvideodrop.h:
19928           Work based on timestamp of input data, not based on the expected
19929           framerate from the input. The consequence is that this element now
19930           not only scales framerates, but also functions as a framerate
19931           corrector or framerate stabilizer/constantizer.
19932
19933 2004-02-27  David Schleef  <ds@schleef.org>
19934
19935         patches from jmmv@menta.net (Julio M. Merino Vidal)
19936
19937         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
19938         GST_ELEMENT_ERROR call (bug #135634)
19939         * gst/interleave/interleave.c: (interleave_buffered_loop),
19940         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
19941         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
19942         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
19943         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
19944         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
19945         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
19946         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
19947         Fix GST_ELEMENT_ERROR call.
19948         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
19949         GST_ELEMENT_ERROR call.
19950
19951 2004-02-27  Benjamin Otte  <otte@gnome.org>
19952
19953         * gst-libs/gst/audio/audio.h:
19954           add macro to make sure header isn't included twice
19955         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19956           don't use gst_buffer_free
19957         * gst/playondemand/filter.func:
19958           don't use gst_data_free. Free data only once.
19959
19960 2004-02-26  David Schleef  <ds@schleef.org>
19961
19962         * gst-libs/gst/colorbalance/Makefile.am:
19963         * gst-libs/gst/mixer/Makefile.am:
19964         * gst-libs/gst/tuner/Makefile.am:
19965         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
19966         should not be disted, -marshal.h files should not be installed,
19967         and -enum.h files _should_ be installed.  Fix to make this the
19968         case.
19969
19970 === release 0.7.5 ===
19971
19972 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19973
19974         * configure.ac: release 0.7.5, "Under The Sea"
19975
19976 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19977
19978         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
19979         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
19980         * gst/videoscale/gstvideoscale.c:
19981         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
19982           assorted debug/warning fixes
19983
19984 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19985
19986         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
19987         (gst_videoscale_init), (gst_videoscale_chain),
19988         (gst_videoscale_set_property), (plugin_init):
19989         * gst/videoscale/gstvideoscale.h:
19990         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
19991         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
19992         (gst_videoscale_planar400), (gst_videoscale_packed422),
19993         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
19994         (gst_videoscale_24bit), (gst_videoscale_16bit),
19995         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
19996         (gst_videoscale_scale_plane_slow),
19997         (gst_videoscale_scale_point_sample),
19998         (gst_videoscale_scale_nearest),
19999         (gst_videoscale_scale_nearest_str2),
20000         (gst_videoscale_scale_nearest_str4),
20001         (gst_videoscale_scale_nearest_32bit),
20002         (gst_videoscale_scale_nearest_24bit),
20003         (gst_videoscale_scale_nearest_16bit):
20004         add debugging category and use it properly
20005         fix use of GST_PTR_FORMAT
20006
20007 2004-02-25  Andy Wingo  <wingo@pobox.com>
20008
20009         * gst/interleave/interleave.c (interleave_buffered_loop): Always
20010         push only when channel->buffer is NULL. Prevents segfaults doing
20011         the state change after a nonlocal exit, like a scheme exception.
20012
20013         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
20014         Handle the case where the intersected caps is empty.
20015
20016 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20017
20018         * gst/law/mulaw-decode.c: (mulawdec_link):
20019         * gst/law/mulaw.c: (plugin_init):
20020           fix mulawdec so it actually works again
20021
20022 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
20023
20024         reviewed by: David Schleef  <ds@schleef.org>
20025
20026         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
20027         (gst_gamma_init), (gst_gamma_set_property),
20028         (gst_gamma_get_property), (gst_gamma_calculate_tables),
20029         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
20030         for RGB, with separate r g and b correction factors. (#131167)
20031
20032 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20033
20034         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20035           only signal tags for bitrate if they're > 0 (#134894)
20036
20037 2004-02-24  David Schleef  <ds@schleef.org>
20038
20039         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
20040         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
20041         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
20042         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
20043         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
20044         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
20045         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
20046         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
20047         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
20048         category.  Attempt to fix timestamp calculation.
20049
20050 2004-02-24  Johan Dahlin  <johan@gnome.org>
20051
20052         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
20053
20054 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20055
20056         * configure.ac:
20057         * gconf/Makefile.am:
20058         * gconf/gstreamer.schemas:
20059         * gst-libs/gst/gconf/Makefile.am:
20060         * gst-libs/gst/gconf/gconf.c:
20061           version gconf schemas and install locations
20062
20063 2004-02-23  Benjamin Otte  <otte@gnome.org>
20064
20065         * ext/xine/xineinput.c: (gst_xine_input_dispose):
20066         (gst_xine_input_subclass_init):
20067           call parent dispose.
20068           change pad template for CD reader correctly
20069         * ext/xine/Makefile.am:
20070         * ext/xine/gstxine.h:
20071         * ext/xine/xine.c: (plugin_init):
20072         * ext/xine/xineaudiosink.c:
20073           wrap audio sinks, too
20074         * gst-libs/gst/resample/private.h:
20075         * gst-libs/gst/resample/resample.c: (gst_resample_init),
20076         (gst_resample_reinit), (gst_resample_scale),
20077         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
20078         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
20079         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
20080         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
20081         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
20082         * gst-libs/gst/resample/resample.h:
20083         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
20084         (gst_audioscale_class_init), (gst_audioscale_link),
20085         (gst_audioscale_get_buffer), (gst_audioscale_init),
20086         (gst_audioscale_chain), (gst_audioscale_set_property),
20087         (gst_audioscale_get_property):
20088         * gst/audioscale/gstaudioscale.h:
20089           s/resample_*/gst_resample_*/i to not clobber namespaces
20090
20091 2004-02-23  Julien MOUTTE  <julien@moutte.net>
20092
20093         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20094         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
20095         (gst_riff_create_video_template_caps),
20096         (gst_riff_create_audio_template_caps),
20097         (gst_riff_create_iavs_template_caps):
20098         * gst-libs/gst/riff/riff-media.h:
20099         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20100         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
20101         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
20102         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20103         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20104         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
20105         (gst_matroska_demux_plugin_init): First batch implementing audio and
20106         video codec tags in demuxers.
20107
20108 2004-02-22  Benjamin Otte  <otte@gnome.org>
20109
20110         * ext/xine/Makefile.am:
20111         * ext/xine/gstxine.h:
20112         * ext/xine/xine.c: (plugin_init):
20113         * ext/xine/xineinput.c:
20114           add input plugin wrapper. Playback from files, http, mms and cdda
20115           works.
20116         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
20117           remove leftover G_GNUC_UNUSED
20118         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
20119         (gst_asf_demux_identify_guid):
20120           improve debugging output
20121
20122 2004-02-22  Benjamin Otte  <otte@gnome.org>
20123
20124         reported by: Padraig O'Briain <padraig.obriain@sun.com>
20125
20126         * autogen.sh:
20127           replace test -e with test -x for mkinstalldirs to be more portable.
20128           (fixes #134816)
20129
20130 2004-02-22  Benjamin Otte  <otte@gnome.org>
20131
20132         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
20133
20134         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
20135           set rank to PRIMARY
20136         * gst/volume/gstvolume.c: (plugin_init):
20137           set rank to NONE
20138         fixes #134960
20139
20140 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
20141
20142         reviewed by Benjamin Otte  <otte@gnome.org>
20143
20144         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
20145           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
20146
20147 2004-02-22  Benjamin Otte  <otte@gnome.org>
20148
20149         * configure.ac:
20150           export [_]*{gst,Gst,GST}.* symbols from plugins
20151
20152 2004-02-22  Christophe Fergeau <teuf@gnome.org>
20153
20154         reviewed by: Benjamin Otte  <otte@gnome.org>
20155
20156         * ext/lame/gstlame.c: (add_one_tag):
20157         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20158         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
20159         (gst_vorbisenc_metadata_set1):
20160         * gst/tags/gstid3tag.c:
20161         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
20162           apply fixes from bugs #135042 (lame can't write tags) and #133817
20163           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
20164
20165 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
20166
20167         * configure.ac: Export only gst_plugin_desc from plugins.
20168          Note that this change only makes any effect with Linux using libtool
20169          1.5.2 or higher. Otherwise it is silently ignored, but it would build
20170          fine. And don't try to have several versions of libtool in different
20171          directories.
20172
20173 2004-02-20  Andy Wingo  <wingo@pobox.com>
20174
20175         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
20176         interleave respectively.
20177
20178         * gst/interleave/deinterleave.c: New plugin: deinterleave
20179         (replaces on oneton).
20180         * gst/interleave/interleave.c: New plugin: interleave.
20181         * gst/interleave/plugin.h: Support file.
20182         * gst/interleave/plugin.c: Support file.
20183
20184         * configure.ac: Remove intfloat and oneton, add interleave.
20185
20186         * ext/sndfile/gstsf.c: Handle events better.
20187
20188         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
20189         and float2int operation. int2float has scheduling problems as
20190         noted in in2float_chain.
20191
20192 2004-02-20  Benjamin Otte  <otte@gnome.org>
20193
20194         * ext/xine/Makefile.am:
20195         * ext/xine/gstxine.h:
20196         * ext/xine/xine.c:
20197         * ext/xine/xineaudiodec.c:
20198         * ext/xine/xinecaps.c:
20199           add first version of xine plugin wrapper. Currently only wraps the
20200           QDM2 win32 DLL, and even that only in proof-of-concept quality.
20201         * configure.ac:
20202         * ext/Makefile.am:
20203           add xine plugin wrapper, disabled by default. Use --enable-xine to
20204           build. Note that it'll segfault on gst-register if you don't remove
20205           the goom and tvtime post plugins from xine.
20206         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20207         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
20208           add extradata parsing for QDM2.
20209           change around debugging prints.
20210
20211 2004-02-19  Benjamin Otte  <otte@gnome.org>
20212
20213         * ext/lame/gstlame.c: (gst_lame_chain):
20214         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
20215           use gst_tag_list_insert when you want to insert tags
20216
20217 2004-02-18  David Schleef  <ds@schleef.org>
20218
20219         * configure.ac:  Move massink to gst-rotten
20220         * ext/Makefile.am:
20221         * ext/mas/Makefile.am:
20222         * ext/mas/massink.c:
20223         * ext/mas/massink.h:
20224
20225 2004-02-18  David Schleef  <ds@schleef.org>
20226
20227         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
20228         typefinding, since it seems to be worse than nothing.
20229         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
20230         atom to recognize .mp4 and .m4a files as video/quicktime.
20231
20232 2004-02-18  David Schleef  <ds@schleef.org>
20233
20234         * gst/sine/demo-dparams.c: (quit_live),
20235         (dynparm_log_value_changed), (dynparm_value_changed), (main):
20236         Use double dparams, not float.
20237         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20238         (gst_sinesrc_init): Change sync default to FALSE, since multiple
20239         sync'd elements don't really work correctly.
20240         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
20241         (volume_update_volume), (volume_get_property):  Change dparam
20242         to double.
20243
20244 2004-02-18  Julien MOUTTE  <julien@moutte.net>
20245
20246         * sys/ximage/ximagesink.c:
20247         (gst_ximagesink_xwindow_update_geometry),
20248         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
20249         (gst_ximagesink_change_state), (gst_ximagesink_expose),
20250         (gst_ximagesink_init): Rework the way software video scaling works. So
20251         now we check on each chain call if the video frames are feeling the
20252         window. If not we try to renegotiate caps. On failure we memorize that
20253         and we won't try again for that PLAYING sessions.
20254         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
20255         failure.
20256         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
20257         synchronous flag.
20258
20259 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20260
20261         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
20262           break up _link so we can give a better debug message for errors
20263
20264 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20265
20266         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
20267           set up debug category
20268
20269 2004-02-18  Julien MOUTTE <julien@moutte.net>
20270
20271         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
20272         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
20273         the way renegotiation work. The event handling function is not taking
20274         care of external windows and renegotiate method check for pad flags
20275         NEGOTIATING. Should fix : #133209
20276
20277 2004-02-17  Julien MOUTTE  <julien@moutte.net>
20278
20279         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
20280         pad is negotiating before trying renegotiation.
20281
20282 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20283
20284         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
20285           pass on all possible mime types as typefind hints
20286
20287 2004-02-17  Julien MOUTTE <julien@moutte.net>
20288
20289         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
20290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
20291         possible SHM leak if we crash. All other apps using XShm are doing
20292         that.
20293
20294 2004-02-17  Julien MOUTTE  <julien@moutte.net>
20295
20296         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
20297         (gst_ximagesink_expose): Renegotiate size on expose.
20298         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
20299         size on expose.
20300
20301 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20302
20303         * testsuite/alsa/sinesrc.c:
20304           cosmetic fix to fix compile issue with gcc 2.95.4
20305
20306 2004-02-16  Julien MOUTTE <julien@moutte.net>
20307
20308         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
20309         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
20310         failed opening the audio device.
20311         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20312         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
20313         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
20314         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
20315         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
20316         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20317         (gst_ximagesink_change_state), (gst_ximagesink_chain),
20318         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
20319         Removing some useless g_return_if_fail like wingo suggested.
20320         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20321         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
20322         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
20323         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
20324         (gst_xvimagesink_update_colorbalance),
20325         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
20326         (gst_xvimagesink_xcontext_clear),
20327         (gst_xvimagesink_get_fourcc_from_caps),
20328         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20329         (gst_xvimagesink_set_xwindow_id),
20330         (gst_xvimagesink_colorbalance_list_channels),
20331         (gst_xvimagesink_colorbalance_set_value),
20332         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
20333         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
20334
20335 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20336
20337         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
20338           throw error when not negotiated instead of asserting
20339
20340 2004-02-15  Julien MOUTTE  <julien@moutte.net>
20341
20342         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
20343         correct data refcounting.
20344
20345 2004-02-15  Julien MOUTTE  <julien@moutte.net>
20346
20347         * gst/switch/gstswitch.c: (gst_switch_change_state),
20348         (gst_switch_class_init): Cleaning the sinkpads correctly on state
20349         change, mostly the EOS flag.
20350
20351 2004-02-15  Julien MOUTTE  <julien@moutte.net>
20352
20353         * examples/gstplay/player.c: (got_eos), (main): Adding some
20354         output for debugging.
20355         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
20356         timeouts if we go to any state different from PLAYING.
20357         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
20358         more EOS bugs in riff lib.
20359
20360 2004-02-14  Julien MOUTTE  <julien@moutte.net>
20361
20362         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
20363         visualization until i find a way to fix switch correctly.
20364         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
20365         EOS arrives.
20366         * gst/switch/gstswitch.c: (gst_switch_release_pad),
20367         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
20368         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
20369         Reworked switch to get a more correct behaviour with events and refing
20370         of data stored in sinkpads.
20371         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
20372         we don't pull from a pad in EOS.
20373
20374 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20375
20376         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20377           remove v1 tag even if we can't read it (makes sure we don't detect
20378           it again)
20379
20380 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20381
20382         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
20383         (gst_alsa_xrun_recovery):
20384         * ext/alsa/gstalsa.h:
20385           try xrun recovery when wait failed. Make xrun recovery function
20386           return TRUE/FALSE to indicate success. (might fix #134354)
20387
20388 2004-02-13  David Schleef  <ds@schleef.org>
20389
20390         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
20391         (dynparm_value_changed), (main): Convert from float to double.
20392         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
20393
20394 2004-02-13  David Schleef  <ds@schleef.org>
20395
20396         * gst/silence/gstsilence.c: (gst_silence_class_init),
20397         (gst_silence_set_clock), (gst_silence_get),
20398         (gst_silence_set_property), (gst_silence_get_property):
20399         * gst/silence/gstsilence.h: Add sync property.
20400         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20401         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
20402         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
20403         * gst/sine/gstsinesrc.h: Add sync property.
20404
20405 2004-02-13  David Schleef  <ds@schleef.org>
20406
20407         * gst/intfloat/gstint2float.c: (conv_f32_s16),
20408         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
20409
20410 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20411
20412         * configure.ac:
20413         * ext/Makefile.am:
20414         * gst-libs/ext/Makefile.am:
20415           move ffmpeg plugin to gst-ffmpeg module
20416
20417 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20418
20419         * configure.ac: use GST_ARCH to detect architecture
20420
20421 2004-02-12  Julien MOUTTE  <julien@moutte.net>
20422
20423         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
20424
20425 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20426
20427         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
20428           classify LADSPA plugins based on number of src/sink pads
20429           (#133663, Stefan Kost)
20430         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
20431           fix dparams registration
20432           (#133528, Stefan Kost)
20433         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
20434           fix use of isprint and use g_ascii_isprint instead
20435           (#133316, Stefan Kost)
20436
20437 2004-02-11  David Schleef  <ds@schleef.org>
20438
20439         Convert a few inner loops to use liboil.  This is currently
20440         optional, and is only enabled if liboil is present (duh!).
20441         * configure.ac: Check for liboil-0.1
20442         * gst/intfloat/Makefile.am:
20443         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
20444         (gst_int2float_chain_gint16):
20445         * gst/videofilter/Makefile.am:
20446         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
20447         (tablelookup_u8), (gst_videobalance_planar411):
20448         * gst/videotestsrc/Makefile.am:
20449         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
20450         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
20451         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
20452         (paint_hline_RGB565), (paint_hline_xRGB1555):
20453
20454 2004-02-11  David Schleef  <ds@schleef.org>
20455
20456         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
20457         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
20458         (gst_colorspace_getcaps), (gst_colorspace_link),
20459         (gst_colorspace_base_init), (gst_colorspace_init),
20460         (gst_colorspace_chain), (gst_colorspace_change_state),
20461         (plugin_init): Merge Ronald's patch (bug #117897) and update
20462         for new caps and negotiation.  Seems to work, although it
20463         shows off bugs in lcs.
20464
20465 2004-02-11  David Schleef  <ds@schleef.org>
20466
20467         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
20468         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
20469
20470 2004-02-11  David Schleef  <ds@schleef.org>
20471
20472         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
20473         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
20474         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
20475         Add server and port properties
20476
20477 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20478
20479         * m4/a52.m4:
20480         * m4/aalib.m4:
20481         * m4/as-ffmpeg.m4:
20482         * m4/as-liblame.m4:
20483         * m4/as-slurp-ffmpeg.m4:
20484         * m4/check-libheader.m4:
20485         * m4/esd.m4:
20486         * m4/freetype2.m4:
20487         * m4/gconf-2.m4:
20488         * m4/glib.m4:
20489         * m4/gst-alsa.m4:
20490         * m4/gst-artsc.m4:
20491         * m4/gst-ivorbis.m4:
20492         * m4/gst-matroska.m4:
20493         * m4/gst-sdl.m4:
20494         * m4/gst-shout2.m4:
20495         * m4/gst-sid.m4:
20496         * m4/gtk.m4:
20497         * m4/libdv.m4:
20498         * m4/libfame.m4:
20499         * m4/libmikmod.m4:
20500         * m4/ogg.m4:
20501         * m4/vorbis.m4:
20502           fix underquotedness of macros (#133800)
20503         * m4/as-avifile.m4:
20504         * m4/xmms.m4:
20505           removed because no longer used
20506
20507 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20508
20509         * configure.ac:
20510           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
20511           by autopoint (fixes #132996)
20512
20513 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20514
20515         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
20516         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
20517         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
20518         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
20519           fix memleaks
20520
20521 2004-02-11  David Schleef  <ds@schleef.org>
20522
20523         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20524         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
20525         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
20526         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
20527         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
20528         (gst_jpegenc_class_init), (gst_jpegenc_init),
20529         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
20530         (gst_jpegenc_chain), (gst_jpegenc_set_property),
20531         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
20532         * ext/jpeg/gstjpegenc.h: Fix negotiation.
20533
20534 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20535
20536         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
20537         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
20538         * ext/mikmod/gstmikmod.h:
20539           fix caps negotiation in mikmod
20540         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
20541           output debug information
20542
20543 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20544
20545         * gst-libs/gst/colorbalance/Makefile.am:
20546         * gst-libs/gst/navigation/Makefile.am:
20547         * gst-libs/gst/xoverlay/Makefile.am:
20548           remove unused GST_OPT_CFLAGS from Makefiles
20549           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
20550
20551 2004-02-07  David Schleef  <ds@schleef.org>
20552
20553         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
20554         push events to pads that haven't been created (#133508)
20555
20556 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
20557
20558         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
20559         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
20560         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
20561         (gst_dvdec_loop), (gst_dvdec_change_state):
20562         Second attempt at committing a working dvdec element.
20563
20564 2004-02-06  David Schleef  <ds@schleef.org>
20565
20566         Build fixes for OS X: (see #129600)
20567         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
20568         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
20569         (gst_riff_read_strf_iavs):
20570         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
20571         (gst_avi_demux_stream_odml):
20572         * gst/playondemand/Makefile.am:
20573         * gst/rtp/rtp-packet.c:
20574
20575 2004-02-05  David Schleef  <ds@schleef.org>
20576
20577         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
20578         last change, because it Just Doesn't Compile.
20579
20580 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20581
20582         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20583           skip undecodable id3v2 tag instead of keeping it
20584
20585 2004-02-05  David Schleef  <ds@schleef.org>
20586
20587         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20588         Unref leaked buffer.  (Noticed by Ronald)
20589
20590 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
20591
20592         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20593         Sync requires with other checks.  >= vs =.
20594
20595 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
20596
20597         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20598         (gst_dvdec_video_link), (gst_dvdec_loop):
20599         * ext/dv/gstdvdec.h:
20600           rework the caps negotiation so that dvdec works again instead
20601           of just segfaulting.
20602
20603 === release 0.7.4 ===
20604
20605 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20606
20607         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
20608         * configure.ac: changed for release
20609
20610 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20611
20612         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
20613         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20614         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20615         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20616           reworked patch by David Lehn to fix libdir and includedir for
20617           uninstalled libraries
20618           removed play and gconf from gstreamer-libs since they have their
20619           own pkgconfig files
20620
20621 2004-02-04  David Schleef  <ds@schleef.org>
20622
20623         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
20624         memleak.
20625
20626 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20627
20628         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
20629           use correct GST_TAG_ENCODER tag
20630
20631 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20632
20633         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
20634           be sure to stop the clock when going to paused
20635         * sys/oss/gstosssink.c: (gst_osssink_change_state):
20636           reset number of transmitted when going to ready.
20637         fixes #132935
20638
20639 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
20640
20641         reviewed by Benjamin Otte
20642
20643         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20644           extract track count (fixes #133410)
20645
20646 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20647
20648         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
20649           that should be !=, not == (fixes #132519)
20650
20651 2004-02-04  David Schleef  <ds@schleef.org>
20652
20653         Make sure set_explicit_caps() is called before adding pad.
20654         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
20655         * gst/id3/gstid3types.c: (gst_id3types_loop):
20656         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
20657         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
20658
20659 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20660
20661         * configure.ac:
20662           bump nano to 2, first prerelease
20663           put back AM_PROG_LIBTOOL
20664
20665 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20666
20667         * testsuite/alsa/Makefile.am:
20668           these are user test apps, not automatic testsuite tests
20669
20670 2004-02-04  David Schleef  <ds@schleef.org>
20671
20672         Convert GST_DEBUG_CAPS() to GST_DEBUG():
20673         * gst/mpeg1videoparse/gstmp1videoparse.c:
20674         (mp1videoparse_parse_seq):
20675         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
20676         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
20677         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
20678         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
20679         (gst_xvideosink_getcaps):
20680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
20681         * testsuite/gst-lint: more tests
20682
20683 2004-02-04  David Schleef  <ds@schleef.org>
20684
20685         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
20686         with the code that they would expand to.
20687         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
20688         (gst_flacdec_get_src_query_types),
20689         (gst_flacdec_get_src_event_masks):
20690         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
20691         (gst_gnomevfssrc_get_query_types),
20692         (gst_gnomevfssrc_get_event_mask):
20693
20694 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20695
20696         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20697         (gst_sinesrc_dispose):
20698           fix memleak by properly disposing sinesrc
20699
20700 2004-02-04  Julien MOUTTE  <julien@moutte.net>
20701
20702         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
20703         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
20704         an overlay to redraw the image because it has been exposed.
20705         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
20706         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
20707         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
20708         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
20709         interface
20710         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
20711         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
20712         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
20713         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
20714         interface
20715
20716 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20717
20718         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
20719           more memleak fixage
20720
20721 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20722
20723         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
20724         * gst/typefind/gsttypefindfunctions.c:
20725           fix memleaks shown by gst-typefind
20726
20727 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20728
20729         * common/glib-gen.mak:
20730           add hack rule to touch .Plo files
20731         * gst-libs/gst/colorbalance/Makefile.am:
20732         * gst-libs/gst/mixer/Makefile.am:
20733         * gst-libs/gst/play/Makefile.am:
20734         * gst-libs/gst/tuner/Makefile.am:
20735           remove glib_root variable
20736
20737 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20738
20739         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
20740           set explicit caps before adding the element, so the autopluggers can
20741           plug correctly.
20742         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20743         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20744         (mpeg_video_type_find), (mpeg_video_stream_type_find),
20745         (dv_type_find):
20746           fix memleaks in typefind functions. gst_type_find_suggest takes a const
20747           argument.
20748
20749 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20750
20751         * gst-libs/gst/colorbalance/Makefile.am:
20752         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
20753         * gst-libs/gst/colorbalance/colorbalance.c:
20754         * gst-libs/gst/colorbalance/colorbalance.h:
20755         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
20756         * gst-libs/gst/mixer/Makefile.am:
20757         * gst-libs/gst/mixer/mixer-marshal.list:
20758         * gst-libs/gst/mixer/mixer.c:
20759         * gst-libs/gst/mixer/mixer.h:
20760         * gst-libs/gst/mixer/mixermarshal.list:
20761         * gst-libs/gst/play/Makefile.am:
20762         * gst-libs/gst/play/play.h:
20763         * gst-libs/gst/tuner/Makefile.am:
20764         * gst-libs/gst/tuner/tuner-marshal.list:
20765         * gst-libs/gst/tuner/tuner.c:
20766         * gst-libs/gst/tuner/tuner.h:
20767         * gst-libs/gst/tuner/tunermarshal.list:
20768           use new glib-gen.mak snippet to clean up Makefile.am
20769           fix various bugs in Makefile.am's
20770
20771 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20772
20773         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
20774           handle chain parsing correctly in the multichain case
20775         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
20776         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
20777         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
20778         (theora_dec_chain):
20779           handle events and queries correctly
20780
20781 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
20782
20783         * .cvsignore:
20784         Ignore generated file _stdint.h.
20785
20786 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
20787
20788         * gst-libs/gst/colorbalance/Makefile.am:
20789         * gst-libs/gst/colorbalance/colorbalance.h:
20790         * gst-libs/gst/mixer/Makefile.am:
20791         * gst-libs/gst/mixer/mixer.h:
20792         * gst-libs/gst/play/Makefile.am:
20793         * gst-libs/gst/play/play.h:
20794         * gst-libs/gst/tuner/Makefile.am:
20795         * gst-libs/gst/tuner/tuner.h:
20796         Generate enum type code with glib-mkenums.
20797         * gst-libs/gst/colorbalance/.cvsignore:
20798         * gst-libs/gst/mixer/.cvsignore:
20799         * gst-libs/gst/play/.cvsignore:
20800         * gst-libs/gst/tuner/.cvsignore:
20801         Ignore generated files.
20802
20803 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
20804
20805         * gst-libs/gst/audio/.cvsignore:
20806         Ignore generated file.
20807         * gst-libs/gst/audio/Makefile.am:
20808         Do not install example filter.
20809
20810 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
20811
20812         * examples/switch/.cvsignore:
20813         Ignore generated file.
20814
20815 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20816
20817         * common/m4/ax_create_stdint_h.m4:
20818         * configure.ac:
20819           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
20820           _stdint.h.
20821         * Makefile.am:
20822           remove generated _stdint.h in DISTCLEANFILES
20823         * ext/a52dec/gsta52dec.c:
20824           include _stdint.h for a52dec. (should fix #133064)
20825
20826 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
20827
20828         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
20829         (gst_tag_to_vorbis_comments):
20830         Add replaygain support to vorbistag
20831
20832 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
20833         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
20834         (gst_ffmpeg_caps_to_extradata):
20835           Fix SVQ3 caps flag properties
20836           Use glib macro for bytes swap
20837
20838 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20839
20840         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
20841         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
20842         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20843         * ext/sndfile/gstsf.c: (plugin_init):
20844         * gst/avi/gstavi.c: (plugin_init):
20845         * sys/dxr3/dxr3init.c: (plugin_init):
20846         * sys/oss/gstossaudio.c: (plugin_init):
20847         * sys/v4l/gstv4l.c: (plugin_init):
20848         * sys/v4l2/gstv4l2.c: (plugin_init):
20849           remove textdomain calls
20850         * po/nl.po:
20851           update Dutch translation
20852
20853 2004-02-02  Julien MOUTTE  <julien@moutte.net>
20854
20855         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
20856         (gst_play_set_audio_sink): Moving volume in the audio thread for
20857         instantaneous volume change. Maybe i will add another volume in front
20858         of visualization later, not sure yet though.
20859
20860 2004-02-02  Julien MOUTTE  <julien@moutte.net>
20861
20862         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
20863         (gst_ximagesink_handle_xevents): Better X events handling, only take
20864         the latest events for configure and motion.
20865         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
20866
20867 2004-02-02  Jon Trowbridge  <trow@gnu.org>
20868
20869         reviewed by: David Schleef  <ds@schleef.org>
20870
20871         Fix memory leaks:
20872         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
20873         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
20874
20875 2004-02-02  David Schleef  <ds@schleef.org>
20876
20877         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
20878         of lines.
20879         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
20880         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
20881         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
20882         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
20883         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
20884         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
20885         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
20886         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
20887         (gst_float2_2_int_link):
20888         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
20889         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
20890         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
20891         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
20892         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
20893         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
20894         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
20895         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
20896         * testsuite/gst-lint: Add tests for bzero and ;;
20897
20898 2004-02-02  David Schleef  <ds@schleef.org>
20899
20900         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
20901
20902 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20903
20904         * ext/aalib/gstaasink.c: (gst_aasink_open):
20905         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
20906         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20907         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
20908         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
20909         (gst_afsink_close_file):
20910         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
20911         (gst_afsrc_close_file):
20912         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
20913         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
20914         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
20915         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
20916         * ext/esd/esdmon.c: (gst_esdmon_get):
20917         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
20918         * ext/faac/gstfaac.c: (gst_faac_chain):
20919         * ext/faad/gstfaad.c: (gst_faad_chain):
20920         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
20921         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
20922         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
20923         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
20924         (gst_flacdec_loop):
20925         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
20926         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
20927         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
20928         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
20929         (gst_gnomevfssink_close_file):
20930         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
20931         (gst_gnomevfssrc_open_file):
20932         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
20933         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
20934         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
20935         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
20936         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
20937         * ext/mad/gstmad.c: (gst_mad_chain):
20938         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
20939         * ext/mpeg2dec/gstmpeg2dec.c:
20940         * ext/mpeg2enc/gstmpeg2enc.cc:
20941         * ext/mplex/gstmplex.cc:
20942         * ext/mplex/gstmplexibitstream.cc:
20943         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
20944         (gst_ogg_demux_push):
20945         * ext/raw1394/gstdv1394src.c:
20946         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
20947         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
20948         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
20949         (gst_sf_loop):
20950         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
20951         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
20952         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
20953         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
20954         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
20955         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
20956         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
20957         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
20958         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
20959         (gst_riff_read_element_data), (gst_riff_read_seek),
20960         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
20961         * gst/adder/gstadder.c: (gst_adder_loop):
20962         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
20963         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
20964         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
20965         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
20966         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
20967         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20968         * gst/goom/gstgoom.c: (gst_goom_chain):
20969         * gst/id3/gstid3types.c: (gst_id3types_loop):
20970         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
20971         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
20972         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
20973         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
20974         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20975         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
20976         (gst_ebml_read_float), (gst_ebml_read_header):
20977         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20978         (gst_matroska_demux_parse_blockgroup):
20979         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
20980         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
20981         * gst/oneton/gstoneton.c: (gst_oneton_chain):
20982         * gst/silence/gstsilence.c: (gst_silence_get):
20983         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20984         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
20985         * gst/speed/gstspeed.c: (speed_loop):
20986         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
20987         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20988         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
20989         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
20990         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
20991         (gst_wavparse_loop):
20992         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
20993         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
20994         (dxr3audiosink_close):
20995         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
20996         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
20997         (dxr3videosink_close), (dxr3videosink_write_data):
20998         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
20999         * sys/oss/gstosssink.c: (gst_osssink_chain):
21000         * sys/oss/gstosssrc.c: (gst_osssrc_get):
21001         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
21002         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
21003         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
21004         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
21005         (gst_v4l_set_window), (gst_v4l_enable_overlay):
21006         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
21007         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
21008         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
21009         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
21010         (gst_v4l_set_audio):
21011         * sys/v4l/v4l_calls.h:
21012         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
21013         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
21014         (gst_v4lmjpegsink_playback_init),
21015         (gst_v4lmjpegsink_playback_start):
21016         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
21017         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
21018         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
21019         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
21020         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
21021         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
21022         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
21023         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
21024         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
21025         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
21026         (gst_v4l2_get_output), (gst_v4l2_set_output),
21027         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
21028         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
21029         (gst_v4l2_set_attribute):
21030         * sys/v4l2/v4l2_calls.h:
21031         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
21032         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
21033         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
21034         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
21035         (gst_v4l2src_capture_stop):
21036         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
21037         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21038         (gst_ximagesink_chain):
21039         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
21040         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
21041         (gst_xvideosink_xwindow_new):
21042         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21043         (gst_xvimagesink_chain):
21044
21045 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21046
21047         * gst/volume/gstvolume.c: (gst_volume_set_volume),
21048         (gst_volume_get_volume), (volume_class_init), (volume_init),
21049         (volume_chain_int16), (volume_update_volume):
21050         * gst/volume/gstvolume.h:
21051           make code more readable by removing magic numbers
21052           make mixer interface export 0-100 range
21053           make it internally map to 0.0-1.0 range so users don't distort
21054           output by putting the sliders at full volume
21055
21056 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21057
21058         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
21059         (gst_play_state_change), (gst_play_seek_to_time):
21060         block the tick callback for 0.5 secs after doing a seek
21061
21062 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21063
21064         * gst-libs/gst/play/play.c: (gst_play_new):
21065           check for GError
21066
21067 2004-02-01  Julien MOUTTE  <julien@moutte.net>
21068
21069         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
21070         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
21071         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
21072         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
21073         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
21074         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
21075
21076 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21077
21078         * configure.ac:
21079         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21080           check for a function added in vorbis 1.1
21081
21082 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21083
21084         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
21085         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
21086           really start/stop clock only on PLAYING <=> PAUSED
21087         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21088           remove \n from debugging lines
21089         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
21090           make it work when seeking does not
21091         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21092           reset on DISCONT
21093
21094 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21095
21096         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
21097           start clock on PAUSED=>PLAYING, not later
21098         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21099           extract correct time for different discont formats
21100         (gst_alsa_sink_get_time):
21101           don't segfault when no format is negotiated yet, just return 0
21102         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
21103         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
21104         (gst_ogg_pad_push):
21105           handle flush and discont events correctly
21106         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
21107           handle discont events correctly
21108
21109 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21110
21111         * gst-libs/gst/play/play.c: (gst_play_error_quark),
21112         (gst_play_error_create), (gst_play_error_plugin),
21113         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
21114         * gst-libs/gst/play/play.h:
21115           add error handling during creation
21116         * examples/gstplay/player.c: (main):
21117           use new gst_play_new
21118
21119
21120 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21121
21122         * ext/theora/theoradec.c: (theora_dec_chain):
21123           make comments work
21124         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21125         (vorbis_dec_src_event), (vorbis_dec_chain):
21126           add encoder tag, fix tag reading to be more error tolerant, change
21127           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
21128           gst_pad_event_default.
21129         * gst/tags/gstvorbistag.c:
21130         (gst_tag_list_from_vorbiscomment_buffer):
21131           undefine function specific define at end of function
21132
21133 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
21134
21135         * ext/flac/gstflac.c: (plugin_init):
21136         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
21137         * ext/flac/gstflacdec.h:
21138         * ext/flac/gstflacenc.h:
21139           Fix typos
21140
21141 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
21142
21143         * examples/gstplay/player.c: s/gstplay.h/play.h/
21144
21145 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21146
21147         * gst-libs/gst/play/Makefile.am:
21148         * gst-libs/gst/play/gstplay.c:
21149         * gst-libs/gst/play/gstplay.h:
21150         * gst-libs/gst/play/play.c:
21151           more surgery, operation complete
21152
21153 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21154
21155         * gst-libs/gst/play/play.old.c:
21156         * gst-libs/gst/play/play.old.h:
21157           after CVS surgery by moving, remove
21158         * gst-libs/gst/play/playpipelines.c:
21159           remove
21160
21161         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
21162           add negotiation error
21163
21164 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21165
21166         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
21167         (gst_ogg_demux_push):
21168           add some seeking debug info
21169           send a flush when seeking
21170
21171 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21172
21173         * configure.ac:
21174           use AC_C_INLINE
21175         * configure.ac:
21176         * ext/Makefile.am:
21177         * ext/theora/Makefile.am:
21178         * ext/theora/theoradec.c:
21179           add theora video decoder. Does just do simple decoding for now and
21180           has been tested against Theora cvs only. It only works when theora
21181           is compiled with --enable-static.
21182         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21183           always reset packetno on DISCONT
21184
21185 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21186
21187         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
21188           Fix audio.
21189
21190 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21191
21192         * gst/mpegaudioparse/gstmpegaudioparse.c:
21193         (mp3_type_frame_length_from_header):
21194           Fix header parsing - stolen from ffmpeg (thank you! :) ).
21195
21196 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21197
21198         * ext/esd/esdsink.c: (gst_esdsink_init):
21199           Since we have static pad template caps, we don't need to negotiate;
21200           either the core errors out or we know the format.
21201
21202 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21203
21204         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21205         (gst_riff_read_seek):
21206         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
21207         (gst_ebml_read_seek):
21208           Fix event handling.
21209
21210 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21211
21212         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
21213           removee video/x-theora from vp3 decoder, it doesn't handle raw
21214           theora streams
21215         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
21216           fix bug with finalizing element that never went to PAUSED
21217         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21218           length and position queries were swapped
21219         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
21220         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
21221         (vorbis_dec_src_event):
21222           implement querying time and bytes
21223
21224 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21225
21226         * just about every source file:
21227           gst_element_error -> GST_ELEMENT_ERROR
21228
21229 2004-01-29  Julien MOUTTE  <julien@moutte.net>
21230
21231         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
21232         emiting FLUSH and even before DISCONT.
21233         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
21234         get the best instant seeking as possible yay!
21235
21236 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21237
21238         * gst/mpeg1videoparse/gstmp1videoparse.c:
21239         (gst_mp1videoparse_real_chain):
21240           Committed wrong version last week... Grr... Didn't notice until now.
21241
21242 2004-01-29  Julien MOUTTE <julien@moutte.net>
21243
21244         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
21245         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
21246         have_xwindow_id signal in xwindow_create.
21247
21248 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21249
21250         * ext/ogg/gstoggdemux.c:
21251           lots of changes - mainly support for chained bitstreams, seeking,
21252           querying and bugfixes of course
21253         * ext/vorbis/Makefile.am:
21254         * ext/vorbis/vorbisdec.c:
21255         * ext/vorbis/vorbisdec.h:
21256           add vorbisdec raw vorbis decoder
21257         * ext/vorbis/vorbis.c: (plugin_init):
21258           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
21259         * gst/intfloat/Makefile.am:
21260         * gst/intfloat/float22int.c:
21261         * gst/intfloat/float22int.h:
21262         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
21263           add float2intnew plugin. It converts multichannel interleaved float to
21264           multichannel interleaved int. The name should probably be changed.
21265         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
21266         (plugin_init):
21267           add typefinding for raw theora video so oggdemux can detect it.
21268
21269 2004-01-28  Julien MOUTTE  <julien@moutte.net>
21270
21271         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
21272         sink element first.
21273         * gst/videoscale/gstvideoscale.c:
21274         (gst_videoscale_handle_src_event): Fixing src event handler.
21275
21276 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21277
21278         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
21279         (gst_v4lsrc_open), (gst_v4lsrc_close),
21280         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
21281         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
21282         * sys/v4l/gstv4lsrc.h:
21283         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
21284         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
21285           Implement resizing... Hack. But that's why v4l is b0rked...
21286
21287 2004-01-28  Julien MOUTTE <julien@moutte.net>
21288
21289         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21290         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
21291         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
21292         (gst_ximagesink_xwindow_destroy):
21293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21294         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
21295         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
21296         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
21297         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
21298         correctly cleaning the image created to check xshm calls on succes,
21299         added a lot of XSync calls in X11 functions, and fixed a segfault when
21300         no image format was defined before negotiation happened.
21301
21302 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21303
21304         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
21305           use gst_element_get_time to get correct time
21306
21307 2004-01-28  Julien MOUTTE  <julien@moutte.net>
21308
21309         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
21310         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
21311         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
21312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
21313         (gst_xvimagesink_check_xshm_calls),
21314         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
21315         X plugins are now able to detect that XShm calls will fail even if the
21316         server claims that it has XShm support (remote displays most of the
21317         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
21318         so that we use non XShm functions. This feature is almost useless for
21319         xvimagesink as Xv is not supported on remote displays anyway, but
21320         it might happen than even on the local display XShm calls fail.
21321
21322 2004-01-27  David Schleef  <ds@schleef.org>
21323
21324         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
21325         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
21326         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
21327         changed esdsink to only use 44100,16,2, since esd sucks at rate
21328         conversion and esdsink has had difficulty negotiating.
21329
21330 2004-01-27  Julien MOUTTE <julien@moutte.net>
21331
21332         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
21333         (gst_play_seek_to_time): Fixing the way to get current position.
21334
21335 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21336
21337         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
21338           use gst_element_get_time to get correct time
21339
21340 2004-01-27  Julien MOUTTE <julien@moutte.net>
21341
21342         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
21343         fix ever... Inverting 2 lines of code make spider autoplug correctly
21344         tagged mp3 !
21345
21346 2004-01-27  David Schleef  <ds@schleef.org>
21347
21348         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21349         Use gst_pad_try_set_caps_nonfixed().
21350
21351 2004-01-27  David Schleef  <ds@schleef.org>
21352
21353         * gst/ac3parse/gstac3parse.c: update to checklist 5
21354         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
21355         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
21356         * gst/audioscale/gstaudioscale.c: same
21357         * gst/auparse/gstauparse.c: same
21358         * gst/avi/gstavidemux.c: same
21359
21360 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21361
21362         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
21363           stop processing after EOS
21364
21365 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21366
21367         * gst/asfdemux/asfheaders.h:
21368         * gst/asfdemux/gstasfdemux.c:
21369         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
21370         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
21371         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
21372           lot's of fixes to make data extraction simpler and get the code
21373           architecture and compiler independant. Add debugging category
21374         * gst/goom/gstgoom.c: (gst_goom_change_state):
21375           reset channel count on PAUSED=>READY, not READY=>PAUSED
21376
21377 2004-01-26  Colin Walters  <walters@verbum.org>
21378
21379         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
21380         code to pull a bigger buffer in iradio mode.  This as a side effect
21381         makes typefinding work.
21382
21383 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
21384
21385         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
21386         Fix SVQ3 decoding on PPC
21387
21388 2004-01-26  Julien MOUTTE <julien@moutte.net>
21389
21390         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
21391         that one managed to stay there... Fixed.
21392
21393 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
21394
21395         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
21396         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
21397         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
21398         (qtdemux_video_caps):
21399         * gst/qtdemux/qtdemux.h:
21400         Add SVQ3 specific flags to qtdemux and ffmpeg
21401
21402 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21403
21404         * gst-libs/gst/audio/audio.h:
21405           remove buffer-frames from audio caps
21406         * gst/audioconvert/gstaudioconvert.c:
21407           fix plugin to really work.
21408
21409 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21410
21411         * gst-libs/gst/mixer/mixer.c:
21412         * gst-libs/gst/propertyprobe/propertyprobe.c:
21413         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
21414         (gst_tuner_find_channel_by_name):
21415         * gst-libs/gst/tuner/tuner.h:
21416           Add gtk-doc style comments. Also fix a function name.
21417
21418 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21419
21420         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
21421         (gst_divxdec_negotiate):
21422           Fix for new capsnego - also fixes gst-player with divxdec.
21423
21424 2004-01-25  Julien MOUTTE  <julien@moutte.net>
21425
21426         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
21427         (gst_play_identity_handoff), (gst_play_set_location),
21428         (gst_play_set_visualization), (gst_play_connect_visualization): Another
21429         try in visualization implementation. Still have an issue with switch
21430         blocking when pulling from video_queue and only audio comes out of
21431         spider.
21432         * gst/switch/gstswitch.c: (gst_switch_release_pad),
21433         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
21434         release method. And check if the pad is usable before pulling.
21435
21436 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21437
21438         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
21439         (gst_videobalance_init),
21440         (gst_videobalance_colorbalance_list_channels),
21441         (gst_videobalance_colorbalance_set_value),
21442         (gst_videobalance_colorbalance_get_value),
21443         (gst_videobalance_update_properties),
21444         (gst_videobalance_update_tables_planar411),
21445         (gst_videobalance_planar411):
21446         * gst/videofilter/gstvideobalance.h:
21447           Implement lookup-tables. +/- 10x faster.
21448
21449 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21450
21451         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
21452         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
21453           The index reading was broken. The rest worked fine, but the whole
21454           goal of my rewrite was to make avidemux readable, and this was
21455           not at all readable. Please use typed variables.
21456
21457 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21458
21459         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21460           Additional pad usability check.
21461         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21462         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
21463         (gst_mp1videoparse_real_chain):
21464           Fix MPEG video stream parsing. The original plugin had several
21465           issues, including not timestamping streams where the source was
21466           not timestamped (this happens with PTS values in mpeg system
21467           streams, but MPEG video is also a valid stream on its own so
21468           that needs timestamps too). We use the display time code for that
21469           for now. Also, if one incoming buffer contains multiple valid
21470           frames, we push them all on correctly now, including proper EOS
21471           handling. Lastly, several potential segfaults were fixed, and we
21472           properly sync on new sequence/gop headers to include them in next,
21473           not previous frames (since they're header for the next frame, not
21474           the previous). Also see #119206.
21475         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
21476         (bpf_from_header):
21477           Move caps setting so we only do it after finding several valid
21478           MPEG-1 fraes sequentially, not right after the first one (which
21479           might be coincidental).
21480         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
21481         (mpeg_video_type_find), (mpeg_video_stream_type_find),
21482         (plugin_init):
21483           Add unsynced MPEG video stream typefinding, and change some
21484           probability values so we detect streams rightly. The idea is as
21485           follows: I can have an unsynced system stream which contains
21486           video. In the current code, I would randomly get a type for either
21487           system or video stream type found, because the probabilities are
21488           being calculated rather randomly. I now use fixed values, so we
21489           always prefer system stream if that was found (and that is how it
21490           should be). If no system stream was found, we can still identity                the stream as video-only.
21491
21492 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21493
21494         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
21495         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
21496           don't write to buffer. Extract data without the need of
21497           __attribute__ ((packed))
21498
21499 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21500
21501         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
21502         (mpeg1_sys_type_find):
21503           Fix MPEG-1 stream typefinding.
21504
21505 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21506
21507         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
21508           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
21509
21510 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21511
21512         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
21513         * ext/esd/gstesd.c: (plugin_init):
21514           private debugging, better error reporting
21515
21516 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21517
21518         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
21519         (gst_riff_read_init), (gst_riff_read_change_state):
21520         * gst-libs/gst/riff/riff-read.h:
21521           Remove stuff fromold metadata system.
21522
21523 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21524
21525         * ext/ogg/gstoggdemux.c:
21526           Fix wrong file comment.
21527         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21528         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
21529           Add metadata reading properly.
21530
21531 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21532
21533         * ext/Makefile.am:
21534           Fix nas DIST_SUBDIRS
21535           Uraeus:
21536           Fix bug where make distcheck doesn't get run on adding stuff to
21537           the build.
21538
21539 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21540
21541         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
21542         * ext/divx/gstdivxdec.h:
21543           Fix divx3 ("msmpeg4") playback using divxdec.
21544
21545 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21546
21547         * gst/typefind/gsttypefindfunctions.c:
21548         (mp3_type_frame_length_from_header): fix bug in length computation
21549         (mp3_type_find): improve debugging output
21550
21551 2004-01-23  Julien MOUTTE  <julien@moutte.net>
21552
21553         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
21554         (gst_play_set_location), (gst_play_seek_to_time),
21555         (gst_play_set_audio_sink), (gst_play_set_visualization),
21556         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
21557         the pipeline from scratch. Visualization is back and switch went out as
21558         i realized it was not possible to use the way i wanted.
21559         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
21560         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
21561         clearing in state change from READY to NULL. So that one can clean the
21562         X ressources keeping the element.
21563         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21564         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
21565         (gst_xvimagesink_colorbalance_set_value),
21566         (gst_xvimagesink_colorbalance_get_value),
21567         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
21568         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
21569         change from READY to NULL and fixed some stupid bugs in colorbalance
21570         get/set values. Also added the following feature : when nobody tries to
21571         set some values to the colorbalance levels before the xcontext is
21572         grabbed, then when creating channels list from Xv attributes we set the
21573         internal values to the Xv defaults. This way we handle buggy Xv drivers
21574         that set default hue values far from the middle of the range (Thanks
21575         to Jon Trowbridge for pointing that issue).
21576         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
21577         colorbalance levels have been set before xcontext is grabbed.
21578
21579 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21580
21581         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
21582           Fix the ossmixer case where we shouldn't open /dev/dsp* because
21583           it might block operations (which is bad for a mixer).
21584
21585 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
21586
21587         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
21588         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
21589         (gmip_find_type_pre):
21590         * gst-libs/gst/media-info/media-info-priv.h:
21591         * gst-libs/gst/media-info/media-info.c:
21592         (gst_media_info_instance_init), (gst_media_info_read_idler):
21593         add fakesink to get caps on decoder src pad again
21594         fix callback prototype to match new have_type signal signature
21595
21596 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
21597
21598         * gst/adder/gstadder.c: (gst_adder_link):
21599           fix non-compile and cut-n-paste code
21600
21601 2004-01-21  David Schleef  <ds@schleef.org>
21602
21603         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
21604         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
21605         (gst_swfdec_init), (gst_swfdec_change_state):
21606         * ext/swfdec/gstswfdec.h:
21607         Fix negotiation.
21608         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
21609         (gst_adder_request_new_pad): Fix negotiation.
21610         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
21611         Add a fixate function.
21612         * gst/intfloat/gstfloat2int.c:
21613         * gst/intfloat/gstfloat2int.h:
21614         * gst/intfloat/gstint2float.c:
21615         * gst/intfloat/gstint2float.h:
21616         Completely rewrite the negotiation.  Doesn't quite work yet,
21617         due to some buffer-frames problem.
21618
21619 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21620
21621         * ext/gnomevfs/gstgnomevfssrc.c:
21622         * sys/v4l2/v4l2_calls.h:
21623           fix includes for distcheck
21624
21625 2004-01-21  Christian Schaller <uraeus@gnome.org>
21626
21627         * ext/nas/
21628         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
21629         based on earlier patch from Laurent Vivier
21630
21631 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
21632
21633         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
21634         Fix wma caps property
21635         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
21636         Fix typo (flags1 and flags2)
21637
21638 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21639
21640         * gst-libs/gst/media-info/media-info-priv.c:
21641         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
21642         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
21643         (gmip_find_stream), (gmip_find_track_metadata),
21644         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
21645         (gmip_find_track_format):
21646         * gst-libs/gst/media-info/media-info-priv.h:
21647         * gst-libs/gst/media-info/media-info-test.c: (main):
21648         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
21649         (gst_media_info_read_idler), (gst_media_info_read):
21650         * gst-libs/gst/media-info/media-info.h:
21651           register debugging category and use it for debugging
21652
21653 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21654
21655         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
21656         (gst_vorbisfile_new_link):
21657           signal streaminfo through tags
21658
21659 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21660
21661         * ext/mplex/gstmplex.cc:
21662         * ext/mplex/gstmplexibitstream.cc:
21663           g++ doesn't like NULL in our i18n/error macros, should be
21664           either (NULL) or ("").
21665
21666 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21667
21668         * sys/dxr3/dxr3audiosink.c:
21669         * sys/dxr3/dxr3init.c:
21670         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
21671         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
21672           Fix more error error error errors (missing includes here).
21673
21674 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21675
21676         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21677           fix thomas' error errors.
21678
21679 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21680
21681         * ext/mpeg2enc/gstmpeg2enc.cc:
21682           fix error errors.
21683
21684 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21685
21686         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
21687         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
21688           Fix for new error system.
21689
21690 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21691
21692         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
21693           fix for new error reporting
21694
21695 2004-01-20  David Schleef  <ds@schleef.org>
21696
21697         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
21698         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
21699         (gst_ximagesink_set_xwindow_id): Change to using a framerate
21700         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
21701         and neither is 100+, most likely.
21702         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
21703         (gst_xvimagesink_getcaps): same
21704
21705 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21706
21707         * configure.ac:
21708           Up version requirement to 2.0.3 (not yet released) to avoid symbol
21709           clashes with ffmpeg.
21710
21711 2004-01-20  Julien MOUTTE  <julien@moutte.net>
21712
21713         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
21714         (gst_switch_init): Fixed switch element : proxying link and setting
21715         caps from src to sink on request.
21716
21717 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21718
21719         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
21720         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
21721         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
21722         fix element_error
21723
21724 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21725
21726         * sys/v4l/v4l_calls.h:
21727         * sys/v4l2/v4l2_calls.h:
21728           element_error fixes
21729
21730 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21731
21732         * gst-libs/gst/gst-i18n-plugin.h:
21733           add locale.h
21734           remove config.h inclusion
21735
21736 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21737
21738         * autogen.sh:
21739           adding autopoint invocation
21740         * Makefile.am:
21741         * configure.ac:
21742         * gst-libs/gst/gettext.h:
21743           adding gettext bits
21744         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
21745         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
21746         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21747         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
21748         (gst_gnomevfssink_close_file):
21749         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
21750         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
21751         * gst-libs/gst/gst-i18n-plugin.h:
21752         * gst/avi/gstavi.c: (plugin_init):
21753         * sys/dxr3/dxr3init.c: (plugin_init):
21754         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
21755         * sys/oss/gstossaudio.c: (plugin_init):
21756         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
21757         * sys/v4l/gstv4l.c: (plugin_init):
21758         * sys/v4l/v4l_calls.c: (gst_v4l_open):
21759         * sys/v4l2/gstv4l2.c: (plugin_init):
21760         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
21761         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
21762         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
21763         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
21764         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
21765         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
21766           make sure locale and translation domain are set
21767           fix translated strings
21768         * po/.cvsignore:
21769         * po/LINGUAS:
21770         * po/Makevars:
21771         * po/POTFILES.in:
21772         * po/nl.po:
21773           put translation files into place
21774         * sys/xvideo/imagetest.c: (main):
21775         * ext/dv/demo-play.c: (main):
21776           fix unnecessary translations
21777
21778 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21779
21780         * ext/sndfile/gstsf.c:
21781         * gst/avi/gstavimux.c:
21782         * ext/audiofile/gstafsink.c:
21783         * ext/audiofile/gstafsrc.c:
21784         * ext/gnomevfs/gstgnomevfssink.c:
21785         * ext/gnomevfs/gstgnomevfssrc.c:
21786         * sys/oss/gstosselement.c:
21787         * sys/v4l/v4l_calls.h:
21788           fix i18n include
21789
21790 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21791
21792         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
21793         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
21794         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
21795         (gst_v4l2_get_output), (gst_v4l2_set_output),
21796         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
21797         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
21798         (gst_v4l2_set_attribute):
21799         update to new error handling
21800
21801 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21802
21803         * ext/sidplay/gstsiddec.cc:
21804         * gst/modplug/gstmodplug.cc:
21805           parenthese NULL because C++ seems angry about it
21806
21807 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21808
21809         * gst-libs/gst/gst-i18n-plugin.h:
21810           add skeleton i18n stuff, but needs to be further implemented
21811
21812 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21813
21814         * examples/gstplay/player.c: (main):
21815         * ext/aalib/gstaasink.c: (gst_aasink_open):
21816         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
21817         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21818         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
21819         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
21820         (gst_afsink_close_file):
21821         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
21822         (gst_afsrc_close_file):
21823         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
21824         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
21825         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
21826         * ext/esd/esdmon.c: (gst_esdmon_get):
21827         * ext/esd/esdsink.c: (gst_esdsink_chain):
21828         * ext/faac/gstfaac.c: (gst_faac_chain):
21829         * ext/faad/gstfaad.c: (gst_faad_chain):
21830         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
21831         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21832         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
21833         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
21834         (gst_flacdec_loop):
21835         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
21836         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
21837         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
21838         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
21839         (gst_gnomevfssink_close_file):
21840         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
21841         (gst_gnomevfssrc_open_file):
21842         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
21843         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
21844         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
21845         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
21846         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
21847         * ext/mad/gstmad.c: (gst_mad_chain):
21848         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
21849         * ext/mpeg2dec/gstmpeg2dec.c:
21850         * ext/mpeg2enc/gstmpeg2enc.cc:
21851         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21852         * ext/mplex/gstmplex.cc:
21853         * ext/mplex/gstmplexibitstream.cc:
21854         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
21855         (gst_ogg_demux_push), (gst_ogg_pad_push):
21856         * ext/raw1394/gstdv1394src.c:
21857         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
21858         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
21859         * ext/sidplay/gstsiddec.cc:
21860         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
21861         (gst_sf_loop):
21862         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
21863         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
21864         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
21865         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
21866         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
21867         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
21868         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
21869         * gst-libs/gst/Makefile.am:
21870         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21871         (gst_riff_read_element_data), (gst_riff_read_seek),
21872         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
21873         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
21874         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
21875         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
21876         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
21877         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
21878         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
21879         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
21880         * gst/goom/gstgoom.c: (gst_goom_chain):
21881         * gst/id3/gstid3types.c: (gst_id3types_loop):
21882         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
21883         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
21884         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
21885         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
21886         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
21887         (gst_ebml_read_float), (gst_ebml_read_header):
21888         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
21889         (gst_matroska_demux_parse_blockgroup):
21890         * gst/modplug/gstmodplug.cc:
21891         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
21892         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
21893         * gst/oneton/gstoneton.c: (gst_oneton_chain):
21894         * gst/silence/gstsilence.c: (gst_silence_get):
21895         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
21896         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
21897         * gst/speed/gstspeed.c: (speed_loop):
21898         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
21899         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21900         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
21901         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
21902         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21903         (gst_wavparse_loop):
21904         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
21905         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
21906         (dxr3audiosink_close):
21907         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
21908         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
21909         (dxr3videosink_close), (dxr3videosink_write_data):
21910         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
21911         * sys/oss/gstosselement.h:
21912         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
21913         (gst_osssink_chain):
21914         * sys/oss/gstosssrc.c: (gst_osssrc_get):
21915         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
21916         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
21917         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
21918         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
21919         (gst_v4l_enable_overlay):
21920         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
21921         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
21922         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
21923         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
21924         (gst_v4l_set_audio):
21925         * sys/v4l/v4l_calls.h:
21926         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
21927         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
21928         (gst_v4lmjpegsink_playback_init),
21929         (gst_v4lmjpegsink_playback_start):
21930         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
21931         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
21932         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
21933         (gst_v4lmjpegsrc_requeue_frame):
21934         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
21935         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
21936         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
21937         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
21938         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
21939         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
21940         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
21941         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
21942         (gst_v4l2src_capture_stop):
21943         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
21944         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21945         (gst_ximagesink_chain):
21946         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
21947         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
21948         (gst_xvideosink_xwindow_new):
21949         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21950         (gst_xvimagesink_chain):
21951         use new error signal, function and categories
21952
21953 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
21954
21955         * configure.ac:
21956         * ext/Makefile.am:
21957         * ext/musicbrainz/gsttrm.c:
21958         * ext/musicbrainz/gsttrm.h:
21959         * ext/musicbrainz/Makefile.am:
21960         Add a trm plugin
21961
21962 2004-01-18  Julien MOUTTE  <julien@moutte.net>
21963
21964         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
21965         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
21966         synchronous property for debugging.
21967         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
21968         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21969         (gst_xvimagesink_set_property): Moving a pointer declaration to a
21970         smaller block, fixing indent.
21971
21972 2004-01-16  David Schleef  <ds@schleef.org>
21973
21974         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
21975         property affects the video stream.
21976         * sys/xvimage/xvimagesink.c:
21977         * sys/xvimage/xvimagesink.h:
21978         Add synchronous property for debugging.  Should probably be
21979         disabled in non-CVS builds.  Make sure that the Xv attribute
21980         exists before we set it (crash!).  Fix a silly float bug that
21981         caused colorbalance to just not work.
21982
21983 2004-01-17  Christian Schaller <Uraeus@gnome.org>
21984
21985         * tools/gst-launch-ext.in - update for new plugins
21986
21987 2004-01-16  David Schleef  <ds@schleef.org>
21988
21989         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
21990         already-freed caps.
21991
21992 2994-01-16  Christian Schaller <Uraeus@gnome.org>
21993
21994         * Update spec for new colorspace plugin and libcaca plugin
21995         * Fix compilation of libcaca plugin (clock -> id)
21996
21997 2004-01-16  Julien MOUTTE <julien@moutte.net>
21998
21999         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
22000         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
22001         (gst_xvimagesink_set_xwindow_id),
22002         (gst_xvimagesink_colorbalance_set_value),
22003         (gst_xvimagesink_colorbalance_get_value),
22004         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22005         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
22006         correct colorbalance properties. They can now be set when the element
22007         is still in NULL state. The values will be committed to the Xv Port
22008         when xcontext is initialized.
22009         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
22010         brightness int values in the GstXvImagesink structure.
22011
22012 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22013
22014         * gst-libs/gst/Makefile.am:
22015           restructure so having local patches works easier.
22016
22017 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22018
22019         * ext/mpeg2enc/Makefile.am:
22020         * ext/mpeg2enc/gstmpeg2enc.cc:
22021         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
22022           Bugfix with respect to EOS handling.
22023
22024 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22025
22026         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
22027           Link with right caps (else, it segfaults).
22028         * ext/mplex/gstmplexjob.cc:
22029           Fix for slight API change in 1.6.1.93 release of mjpegtools.
22030
22031 2004-01-15  David Schleef  <ds@schleef.org>
22032
22033         * gst-libs/gst/audio/Makefile.am:
22034         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
22035         from the template.
22036         * gst-libs/gst/audio/gstaudiofilter.c:
22037         * gst-libs/gst/audio/gstaudiofilter.h:
22038         Add bytes_per_sample and size and n_samples calculation.
22039         * gst-libs/gst/audio/gstaudiofilterexample.c:
22040         Remove, now autogenerated.
22041         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
22042         Moved from gstaudiofilterexample, object name changed, code added
22043         so that it actually works.
22044         * gst-libs/gst/audio/make_filter:
22045         Script to build an audiofilter subclass from the template.
22046         * gst/colorspace/Makefile.am:
22047         * gst/colorspace/yuv2yuv.c:
22048         Remove file, since it's GPL, and we don't use it.
22049
22050 2004-01-15  Julien MOUTTE  <julien@moutte.net>
22051
22052         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22053         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
22054         them use the buffer free function to test how the buffer was allocated.
22055
22056 2004-01-15  David Schleef  <ds@schleef.org>
22057
22058         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
22059         that handles osssink fallback.
22060         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
22061         (gst_audio_convert_getcaps):
22062         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
22063         Add audio/x-qdm2 for QDM2 audio.
22064         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22065         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
22066         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22067         Decrease minimum size to 16x16.
22068         * gst/wavparse/gstwavparse.c:
22069         Convert disabled pad template caps to new caps.
22070         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22071         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22072         (gst_xvimagesink_chain): Throw element error when display cannot
22073         be opened.  Increase minimum framerate to 1.0.  Check the data
22074         free function on a buffer to make sure it is the type we expect
22075         before manipulating it.
22076
22077 2004-01-15  Julien MOUTTE <julien@moutte.net>
22078
22079         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
22080         (gst_videobalance_colorbalance_set_value): Implement passthru if
22081         settings are in the middle.
22082         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
22083
22084 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22085
22086         * gst/videofilter/Makefile.am:
22087         * gst/volume/Makefile.am:
22088           Since we use videofilter symbols, link to it.
22089
22090 2004-01-15  Julien MOUTTE <julien@moutte.net>
22091
22092         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
22093         mixer interface type to HARDWARE.
22094         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
22095         type to SOFTWARE.
22096         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
22097         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
22098         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
22099         (gst_volume_interface_init), (gst_volume_list_tracks),
22100         (gst_volume_set_volume), (gst_volume_get_volume),
22101         (gst_volume_set_mute), (gst_volume_mixer_init),
22102         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
22103         (volume_init): Implementing mixer interface.
22104         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
22105         * sys/oss/gstosselement.c: (gst_osselement_get_type),
22106         (gst_osselement_change_state): Removing some trailing commas in
22107         structures.
22108         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
22109         interface type to HARDWARE.
22110         * sys/v4l/gstv4lcolorbalance.c:
22111         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
22112         type to HARDWARE.
22113         * sys/v4l2/gstv4l2colorbalance.c:
22114         (gst_v4l2_color_balance_interface_init): Setting colorbalance
22115         interface type to HARDWARE.
22116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
22117         same code than ximagesink for event handling.
22118
22119 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22120
22121         * ext/snapshot/Makefile.am:
22122         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
22123         (gst_snapshot_chain):
22124         * ext/snapshot/gstsnapshot.h:
22125           This has to be a joke... Snapshot should be connected to a tee,
22126           colorspace element before it and EOS after that, where the other
22127           src of the tee receives normal data.
22128           The current way is *wrong*.
22129
22130 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22131
22132         * ext/hermes/gsthermescolorspace.c:
22133           Fix another compile error. Same as below.
22134
22135 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22136
22137         * gst/colorspace/gstcolorspace.c:
22138         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
22139         (gst_colorspace_i420_to_yv12):
22140           Fix compiling... Didn't test if it actually works.
22141
22142 2004-01-15  David Schleef  <ds@schleef.org>
22143
22144         * configure.ac:
22145         * gst/colorspace/Makefile.am:
22146         * gst/colorspace/gstcolorspace.c:
22147         * gst/colorspace/gstcolorspace.h:
22148         * gst/colorspace/yuv2rgb.c:
22149         * gst/colorspace/yuv2rgb.h:
22150         Duplicate the ext/hermes colorspace plugin, and remove Hermes
22151         code and GPL code.  Fix for new caps negotiation.  Rewrite
22152         much of the format handling code, and some of the conversion
22153         code.  Basically, rewrote almost everything.  This element
22154         handles I420, YV12 to RGB conversions.
22155         * ext/hermes/Makefile.am:
22156         * ext/hermes/gsthermescolorspace.c:
22157         Rename colorspace to hermescolorspace.  Fix negotiation issues.
22158         Remove non-Hermes related code.  This element handles lots of
22159         RGB to RGB conversions, but no YUV.
22160         * ext/hermes/gstcolorspace.c:
22161         * ext/hermes/gstcolorspace.h:
22162         * ext/hermes/rgb2yuv.c:
22163         * ext/hermes/yuv2rgb.c:
22164         * ext/hermes/yuv2rgb.h:
22165         * ext/hermes/yuv2rgb_mmx16.s:
22166         * ext/hermes/yuv2yuv.c:
22167         * ext/hermes/yuv2yuv.h:
22168         Remove old code.
22169
22170 2004-01-14  Colin Walters  <walters@verbum.org>
22171
22172         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
22173         they've already been.
22174
22175 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22176
22177         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
22178           assume tag mode when pad is not connected
22179
22180 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22181
22182         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22183           Don't update the time of the clock
22184         (gst_alsa_sink_loop):
22185           sync to the clock given to alsasink, not the own clock
22186         * sys/oss/gstosssink.c: (gst_osssink_chain):
22187           sync to the clock
22188         (gst_osssink_change_state):
22189           activate the clock
22190         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22191         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
22192           remove bogus code that made DISCONT events unhandled
22193         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
22194           explicitly case to double in _set_simple. (fixes 2nd warning in bug
22195           #131502)
22196         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
22197         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
22198         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
22199           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
22200           2nd warning in bug #131502)
22201
22202 2004-01-14  Julien MOUTTE  <julien@moutte.net>
22203
22204         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
22205         (gst_videobalance_colorbalance_set_value),
22206         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
22207         for colorbalance interface implementation.
22208         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22209         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22210         (gst_ximagesink_dispose), (gst_ximagesink_init),
22211         (gst_ximagesink_class_init): Adding DISPLAY property.
22212         * sys/ximage/ximagesink.h: Adding display_name to store display.
22213         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22214         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22215         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
22216         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
22217         properties (they still need polishing though for gst-launch use : no
22218         xcontext yet, i ll do that tomorrow).
22219         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
22220
22221 2004-01-14  Julien MOUTTE  <julien@moutte.net>
22222
22223         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
22224         (gst_play_set_location), (gst_play_set_visualization): Preparing
22225         switch integration, adding videobalance in the pipeline.
22226
22227 2004-01-14  Julien MOUTTE <julien@moutte.net>
22228
22229         * gst-libs/gst/colorbalance/colorbalance.c:
22230         (gst_color_balance_class_init): Adding a default type.
22231         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
22232         the type.
22233         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
22234         (gst_videobalance_dispose), (gst_videobalance_class_init),
22235         (gst_videobalance_init), (gst_videobalance_interface_supported),
22236         (gst_videobalance_interface_init),
22237         (gst_videobalance_colorbalance_list_channels),
22238         (gst_videobalance_colorbalance_set_value),
22239         (gst_videobalance_colorbalance_get_value),
22240         (gst_videobalance_colorbalance_init): Implementing colorbalance
22241         interface.
22242         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
22243         list.
22244         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
22245         bug which was triggering a BadAccess X error when setting an overlay
22246         before pad was really negotiated.
22247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
22248         Using the colorbalance type macro.
22249
22250 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22251
22252         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
22253         (gst_flacenc_chain):
22254           handle tags correctly
22255         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
22256           extract ID3v1 tags correctly
22257
22258 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22259
22260         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
22261         (plugin_init):
22262           Improve matroska typefinding for odd-typed headers...
22263
22264 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22265
22266         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
22267           Fix for using incremental number on padnames.
22268
22269 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22270
22271         * ext/divx/gstdivxdec.c:
22272         * ext/divx/gstdivxenc.c:
22273           Set category to divx4linux instead of divx (too generic).
22274         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
22275         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
22276         (gst_wavparse_loop), (gst_wavparse_change_state):
22277         * gst/wavparse/gstwavparse.h:
22278           fix parsing of WAV files with non-standard fmt-tag size and fix
22279           skipping of unrecognized chunks... Someone please fix this thing
22280           to use rifflib so all this is automated.
22281         * sys/v4l/Makefile.am:
22282         * sys/v4l2/Makefile.am:
22283           Add X_CFLAGS because we depend on X (for overlay).
22284
22285 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
22286
22287         * ext/mpeg2dec/gstmpeg2dec.c:
22288           Don't issue a timestamp unless we tagged the frame
22289           with a PTS.
22290
22291 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22292
22293         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
22294           Query the audio element to get the time, not the clock. We're
22295           interested in the element's time here.
22296
22297 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22298
22299         * ext/aalib/gstaasink.c: (gst_aasink_chain):
22300         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22301         * ext/esd/esdsink.c: (gst_esdsink_chain):
22302         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
22303         * ext/mas/massink.c: (gst_massink_chain):
22304         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
22305         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
22306         (gst_matroska_demux_parse_metadata):
22307         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
22308         (gst_mpeg_parse_release_locks):
22309         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
22310         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
22311         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22312         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
22313         (gst_osssink_change_state):
22314         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22315         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22316         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
22317         (gst_xvideosink_release_locks):
22318         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
22319           use element time.
22320         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
22321         (gst_alsa_clock_stop):
22322         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
22323         (gst_audio_clock_get_internal_time):
22324           simplify for use with new clocking code.
22325         * testsuite/alsa/Makefile.am:
22326         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
22327           fix testsuite for new caps system
22328
22329 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22330
22331         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
22332         * ext/flac/gstflacenc.c: (add_one_tag):
22333           length is already host endian, no need to convert. Fixes playback of
22334           tagged files on PPC. (bug #128384)
22335
22336 2004-01-13  Julien MOUTTE <julien@moutte.net>
22337
22338         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
22339         colorbalance interface stating if it is hardware based or software
22340         based.
22341         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
22342         Removing a trailing comma.
22343         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22344         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
22345         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
22346         the documentation seems to be wrong on the -1000 to 1000 interval.
22347
22348 2004-01-12  David Schleef  <ds@schleef.org>
22349
22350         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
22351         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
22352         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
22353         Fix negotiation.  Add a bufferalloc function for the sink pad,
22354         and generally clean up some of the code.
22355
22356 2004-01-12  Julien MOUTTE <julien@moutte.net>
22357
22358         * gst-libs/gst/colorbalance/colorbalancechannel.c:
22359         (gst_color_balance_channel_dispose): Adding safety check in dispose
22360         method.
22361         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22362         (gst_xvimagesink_xcontext_clear),
22363         (gst_xvimagesink_interface_supported),
22364         (gst_xvimagesink_colorbalance_list_channels),
22365         (gst_xvimagesink_colorbalance_set_value),
22366         (gst_xvimagesink_colorbalance_get_value),
22367         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
22368         Adding colorbalance interface support to set XV parameters such as
22369         HUE, BRIGHTNESS, CONTRAST, SATURATION.
22370         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
22371         interface.
22372
22373 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22374
22375         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
22376         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
22377         (gst_audio_convert_init), (gst_audio_convert_set_property),
22378         (gst_audio_convert_get_property), (gst_audio_convert_chain),
22379         (gst_audio_convert_link),
22380         (gst_audio_convert_buffer_to_default_format),
22381         (gst_audio_convert_buffer_from_default_format), (plugin_init):
22382           - implement _getcaps and use it
22383           - improve linking
22384           - remove float caps since no float conversion is actually done
22385           - remove properties and arguments that were to be used for rate
22386             conversion
22387
22388 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22389
22390         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
22391         (gst_audio_structure_set_int):
22392         * gst-libs/gst/audio/audio.h:
22393           add helper functions for _getcaps matching the standard audio
22394           templates
22395
22396 2004-01-12  David Schleef  <ds@schleef.org>
22397
22398         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22399         Test that pad is negotiated before getting its caps.
22400
22401 2004-01-12  Julien MOUTTE <julien@moutte.net>
22402
22403         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
22404         analyzing the pads of an element the bin is mostly in READY state so
22405         no caps were negotiated. This helper function needs to work with
22406         _get_caps directly then. I was not freeing them though, added that to
22407         fix the mem leak.
22408
22409 2004-01-12  Julien MOUTTE <julien@moutte.net>
22410
22411         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22412         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
22413         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
22414         than the free_func.
22415
22416 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22417
22418         * sys/oss/gstossaudio.c: (plugin_init):
22419         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
22420         * sys/oss/gstosselement.h:
22421           make an oss debugging category
22422           make failure more descriptive
22423
22424 2004-01-11  David Schleef  <ds@schleef.org>
22425
22426         * ext/ffmpeg/gstffmpeg.c:
22427         * ext/ffmpeg/gstffmpegcodecmap.c:
22428         * ext/ffmpeg/gstffmpegdec.c:
22429         * ext/ffmpeg/gstffmpegenc.c:
22430         * ext/ffmpeg/gstffmpegprotocol.c:
22431         * ext/gdk_pixbuf/gstgdkanimation.c:
22432         * ext/jpeg/gstjpeg.c:
22433         * ext/libpng/gstpng.c:
22434         * ext/mpeg2dec/perftest.c:
22435         * ext/speex/gstspeex.c:
22436         * gst-libs/gst/resample/dtos.c:
22437         * gst/intfloat/gstintfloatconvert.c:
22438         * gst/oneton/gstoneton.c:
22439         * gst/rtjpeg/RTjpeg.c:
22440         * gst/rtp/gstrtp.c:
22441         * sys/dxr3/dxr3init.c:
22442         * sys/glsink/gstgl_nvimage.c:
22443         * sys/glsink/gstgl_pdrimage.c:
22444         * sys/glsink/gstglsink.c:
22445         * testsuite/gst-lint:
22446         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
22447
22448 2004-01-11  David Schleef  <ds@schleef.org>
22449
22450         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
22451         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
22452         * ext/gdk_pixbuf/gstgdkanimation.c:
22453         (gst_gdk_animation_iter_create_pixbuf):
22454         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
22455         (gst_gdk_pixbuf_chain):
22456         * ext/gdk_pixbuf/gstgdkpixbuf.h:
22457         * ext/jack/gstjack.c: (gst_jack_change_state):
22458         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
22459         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
22460         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
22461         * gst/videofilter/gstvideofilter.c:
22462         (gst_videofilter_set_output_size):
22463         Remove all usage of gst_pad_get_caps(), and replace it with
22464         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
22465
22466 2004-01-11  David Schleef  <ds@schleef.org>
22467
22468         * configure.ac:
22469         * ext/Makefile.am: Fixes to make ext/libcaca compile.
22470         * ext/divx/gstdivxdec.c:
22471         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
22472         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
22473         handle images that span multiple buffers.  Now work with both
22474         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
22475         * ext/gdk_pixbuf/gstgdkpixbuf.h:
22476         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
22477         video/video.h changes
22478         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
22479         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
22480         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
22481         of GstData free function.
22482         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
22483         same.
22484
22485 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22486
22487         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
22488         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
22489         (gst_v4l2element_get_property):
22490         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
22491           add norm, channel and frequency properties.
22492         * sys/v4l2/gstv4l2tuner.c:
22493           fixes for tuner interface changes
22494         * sys/v4l2/gstv4l2element.h:
22495         * sys/v4l2/gstv4l2src.c:
22496         * sys/v4l2/gstv4l2src.h:
22497         * sys/v4l2/v4l2src_calls.c:
22498         * sys/v4l2/v4l2src_calls.h:
22499           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
22500
22501 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22502
22503         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
22504         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
22505         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
22506         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
22507         * gst-libs/gst/tuner/tuner.h:
22508           GObjects aren't const.
22509           Add find_by_name functions.
22510           Add checks to _changed functions.
22511         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
22512         (gst_v4l_tuner_get_norm):
22513           Fixes for above.
22514
22515 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22516
22517         * gst-libs/gst/video/video.h:
22518           Fix caps template names to be understandable.
22519           Prefix everything with GST_VIDEO.
22520         * ext/aalib/gstaasink.c:
22521         * ext/divx/gstdivxdec.c:
22522         * ext/divx/gstdivxenc.c:
22523         * ext/gdk_pixbuf/gstgdkpixbuf.c:
22524         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
22525         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
22526         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
22527         * ext/libcaca/gstcacasink.c:
22528         * ext/libpng/gstpngenc.c: (raw_caps_factory):
22529         * ext/snapshot/gstsnapshot.c:
22530         * ext/swfdec/gstswfdec.c:
22531         * ext/xvid/gstxviddec.c:
22532         * ext/xvid/gstxvidenc.c:
22533         * gst/chart/gstchart.c:
22534         * gst/deinterlace/gstdeinterlace.c:
22535         * gst/effectv/gsteffectv.c:
22536         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22537         * gst/goom/gstgoom.c:
22538         * gst/median/gstmedian.c:
22539         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
22540         (gst_monoscope_srcconnect), (gst_monoscope_chain):
22541         * gst/overlay/gstoverlay.c:
22542         * gst/smooth/gstsmooth.c:
22543         * gst/smpte/gstsmpte.c:
22544         * gst/synaesthesia/gstsynaesthesia.c:
22545         * gst/videocrop/gstvideocrop.c:
22546         * gst/videodrop/gstvideodrop.c:
22547         * gst/y4m/gsty4mencode.c:
22548         * sys/qcam/gstqcamsrc.c:
22549         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
22550           Make them work with new video.h file.
22551         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
22552         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
22553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
22554         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
22555           Make it work with new buffer allocation system.
22556
22557 2004-01-11  Julien MOUTTE  <julien@moutte.net>
22558
22559         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
22560         pad_alloc_buffer implementation to use ->srcpad
22561         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
22562         pad_alloc_buffer implementation to use ->srcpad
22563         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
22564         pad_alloc_buffer implementation to use ->srcpad
22565         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22566         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
22567         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
22568         a reference to everything we need.
22569         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
22570         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22571         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22572         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
22573         a reference to everything we need.
22574         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
22575
22576 2004-01-11  David Schleef  <ds@schleef.org>
22577
22578         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
22579         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
22580         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
22581         structure members.
22582         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
22583         value during a resize/renegotiation.
22584         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
22585         gst_pad_alloc_buffer();
22586         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
22587         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
22588         structure members.
22589         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
22590         Fix for rename of buffer private structure members.
22591         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
22592         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
22593         Fix for rename of buffer private structure members.
22594         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
22595         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
22596         Fix for rename of buffer private structure members.
22597
22598 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
22599
22600         reviewed by: David Schleef <ds@schleef.org>
22601
22602         * gst/videofilter/Makefile.am:
22603         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
22604         from the patch by ds to fit in with recent make_filter changes.
22605
22606 2004-01-11  Julien MOUTTE  <julien@moutte.net>
22607
22608         * configure.ac: Adding examples/switch/Makefile
22609         * examples/Makefile.am: Adding examples/switch
22610         * examples/switch/Makefile.am: Adding switcher example.
22611         * examples/switch/switcher.c: (got_eos), (idle_iterate),
22612         (switch_timer), (main): Adding an example demonstrating switch usage
22613         with 2 videotestsrc showing different patterns.
22614         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
22615         (gst_switch_init): Fixing switch with the new caps system.
22616
22617 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22618
22619         * gst-libs/gst/video/video.h:
22620           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
22621           They should probably be like
22622           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
22623
22624 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22625
22626         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22627         (qtdemux_parse_trak):
22628           fix audio chunk size/timestamp calculation
22629
22630 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22631
22632         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
22633           fix SVQ3 caps
22634
22635 2004-01-11  Steve Baker  <steve@stevebaker.org>
22636
22637         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
22638         (gst_agingtv_base_init), (gst_agingtv_class_init),
22639         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
22640         (gst_agingtv_set_property), (gst_agingtv_get_property):
22641         Port agingTV to videofilter
22642
22643 2004-01-09  Julien MOUTTE <julien@moutte.net>
22644
22645         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
22646         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
22647
22648 2004-01-09  Julien MOUTTE <julien@moutte.net>
22649
22650         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
22651         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
22652         * gst-libs/gst/xoverlay/xoverlay.c:
22653         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
22654         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
22655         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
22656         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22657         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
22658         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
22659         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
22660         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
22661         the bufferalloc_function to replace bufferpools, fixing the XOverlay
22662         interface implementation to handle xid being 0 and fix some bugs
22663         triggered by Benjamin's testcase.
22664         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
22665         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
22666         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
22667         the bufferalloc_function to replace bufferpools, fixing the XOverlay
22668         interface implementation to handle xid being 0 and fix some bugs
22669         triggered by Benjamin's testcase.
22670
22671 2004-01-09  David Schleef  <ds@schleef.org>
22672
22673         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
22674         mouse pointer events.  It works.
22675
22676 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22677
22678         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
22679           Use explicit caps - fix capsnego.
22680         * ext/xvid/gstxviddec.c:
22681         * ext/xvid/gstxvidenc.c:
22682           Remove macro-inside-macro which caused compile errors.
22683         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
22684           Error out if it's not a RIFF file. Else we error out without
22685           gst_element_error() which is not good...
22686
22687 2004-01-08  David Schleef  <ds@schleef.org>
22688
22689         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
22690         Fix pad_link function to handle formats that ffmpeg returns
22691         as multiple caps structures.
22692         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
22693         Only complain if source buffer is _smaller_ than expected.
22694         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22695         (gst_videoscale_handle_src_event): Resize navigation events
22696         when passing them upstream.
22697         * gst/videotestsrc/gstvideotestsrc.c:
22698         * gst/videotestsrc/gstvideotestsrc.h:
22699         * gst/videotestsrc/videotestsrc.c:
22700         * gst/videotestsrc/videotestsrc.h:
22701         Rewrite many of the buffer painting functions to handle odd
22702         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
22703         been verified to work with my video card.
22704         * testsuite/gst-lint:  Add check for elements calling
22705         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
22706
22707 2004-01-08  David Schleef  <ds@schleef.org>
22708
22709         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
22710         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
22711
22712 2004-01-08  Julien MOUTTE  <julien@moutte.net>
22713
22714         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
22715         configure event is not emiting the desired size signal. That fixes
22716         aspect ratio issues with gst-player.
22717
22718 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22719
22720         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
22721           Fix capsnego.
22722
22723 2004-01-08  Julien MOUTTE  <julien@moutte.net>
22724
22725         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
22726         public method to fire size signal.
22727
22728 2004-01-07  Julien MOUTTE  <julien@moutte.net>
22729
22730         * examples/gstplay/Makefile.am: Adding the interface library.
22731         * gst-libs/gst/play/Makefile.am: Adding the interface library.
22732         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
22733         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
22734         GST_IS_X_OVERLAY before signal connect.
22735         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
22736         Removing the have_video_size signal.
22737         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
22738         and associated public method.
22739         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
22740         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
22741         signal.
22742         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
22743         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
22744         signal.
22745         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
22746         Using XOverlay public method to fire size signal.
22747
22748 2004-01-07  David Schleef  <ds@schleef.org>
22749
22750         * gst/videofilter/Makefile.am:
22751         * gst/videofilter/gstvideotemplate.c:
22752         * gst/videofilter/make_filter:
22753         Create gstvideoexample.c in a srcdir!=builddir friendly way.
22754         Convert make_filter to /bin/sh script.
22755
22756 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
22757
22758         * gst/modplug/gstmodplug.cc: fix element description
22759
22760 2004-01-07  Julien MOUTTE  <julien@moutte.net>
22761
22762         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
22763         (got_video_size): Adding some new lines in g_print calls.
22764         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
22765         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
22766         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
22767         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
22768         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
22769         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
22770         Complete code review, reverting some stuff i disagree with, adding
22771         some fixes : time synchronization on invalid timestamps, renegotiation
22772         of private window.
22773         * sys/ximage/ximagesink.h:
22774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
22775         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
22776         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
22777         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
22778         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
22779         (gst_xvimagesink_buffer_new),
22780         (gst_xvimagesink_navigation_send_event),
22781         (gst_xvimagesink_set_xwindow_id),
22782         (gst_xvimagesink_get_desired_size),
22783         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
22784         stuff i disagree with, adding some fixes : Renegotiation of private
22785         window, implementing get_desired_size.
22786
22787 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22788
22789         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
22790         (gst_afsink_handle_event):
22791         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
22792         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
22793         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
22794         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
22795         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
22796           Fix for instantiate-test (see core). Also remove dead code from
22797           jpegenc (which still needs fixing, but that's lower on my TODO
22798           list...).
22799         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
22800           Never return NULL as caps.
22801
22802 2004-01-07  David Schleef  <ds@schleef.org>
22803
22804         * configure.ac:
22805         * ext/Makefile.am:
22806         * ext/librfb/Makefile.am:
22807         * ext/librfb/gstrfbsrc.c:
22808         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
22809         is the protocol used by VNC.
22810
22811 2004-01-07  David Schleef  <ds@schleef.org>
22812
22813         * gst/videofilter/gstvideotemplate.c:
22814         * gst/videofilter/gstvideotemplate.h:
22815         * gst/videofilter/make_filter:
22816         Merge videotemplate header into source file.
22817         * gst/effectv/Makefile.am:
22818         * gst/effectv/gsteffectv.c: (plugin_init):
22819         * gst/effectv/gstwarp.c:
22820         Make warpTV a subclass of videofilter.
22821
22822 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22823
22824         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22825           Add guard against invalid utf-8 conversions in mad. Just in case.
22826
22827 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22828
22829         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
22830           Fix for bug shown by poisoning
22831
22832 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22833
22834         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
22835         (gst_v4lmjpegsrc_buffer_free):
22836         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
22837         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
22838         (gst_v4lsrc_buffer_free):
22839           Fix for removed bufferpools.
22840
22841 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
22842
22843         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
22844         Fix caps negotiation.
22845
22846         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
22847         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
22848         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
22849         (dvdnavsrc_event):
22850         * ext/mpeg2dec/gstmpeg2dec.c:
22851         * gst-libs/gst/navigation/navigation.c:
22852         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
22853         * gst-libs/gst/navigation/navigation.h:
22854         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
22855         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
22856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
22857         Super-simple first version of mouse and keyboard events. Clicking
22858         on a DVD menu now works, although it may not take you where you
22859         expected.
22860
22861         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
22862         * gst/videotestsrc/gstvideotestsrc.c:
22863         (gst_videotestsrc_src_fixate):
22864         These fixate functions were broken - they never actually
22865         fixated :)
22866
22867 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22868
22869         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
22870         (gst_icecastsend_init):
22871           fix for new caps system.
22872         * gst-libs/gst/mixer/mixertrack.h:
22873         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
22874           Add 'master track' flag (for tools like ACME that only want to
22875           change the main volume).
22876
22877 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
22878
22879         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
22880         (gst_xvid_csp_to_caps):
22881         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
22882         * ext/xvid/gstxvidenc.c:
22883         ifdef out ARGB type when it isn't available
22884         in xvidcore 1.0.0beta2
22885
22886 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22887
22888         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
22889           When we have received a new SCR right in the first buffer after
22890           a seek (so in the same cycle that handles the discont), we should
22891           handle the buffer instead of unreffing it, else we lose data.
22892
22893 2004-01-06  Iain <iain@prettypeople.org>
22894
22895         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
22896           buffer-frames caps too.
22897
22898         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
22899           caps that we need, don't destroy them all and rebuild them. And when
22900           creating src pads, use the src pad template rather than the sink...
22901
22902 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22903
22904         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
22905           Add pad to element *after* setting functions such as event handler.
22906           Without this, the scheduler (opt) will link pads, set the event
22907           handler from the default event function (dispatcher in gstpad.c)
22908           and *after* that, we will set our own event function, which will
22909           thus never be used (and thus mpegdemux doesn't handle events).
22910
22911 2004-01-04  David Schleef  <ds@schleef.org>
22912
22913         Fix the fixate functions to handle new prototype:
22914         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
22915         * gst/videotestsrc/gstvideotestsrc.c:
22916         (gst_videotestsrc_src_fixate):
22917         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
22918         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
22919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
22920
22921 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22922
22923         * sys/ximage/ximagesink.h:
22924         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
22925         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
22926         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
22927         (gst_ximagesink_xoverlay_init):
22928           assorted fixes to make (re)embedding work
22929         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
22930         (gst_ximagesink_get_desired_size):
22931           implement desired size additions to XOverlay
22932
22933 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22934
22935         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
22936         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
22937         (gst_x_overlay_got_desired_size):
22938         * gst-libs/gst/xoverlay/xoverlay.h:
22939           Add optional "desired size" signal and querying.
22940
22941 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22942
22943         * gst/matroska/matroska-demux.c:
22944         (gst_matroska_demux_parse_blockgroup):
22945           Fix EBML-laced block parsing. Diffs are relative to previous
22946           lace, not the first lace. Thanks to Mosu from the Matroska
22947           team for detecting this.
22948         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
22949         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
22950         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
22951         (gst_wavparse_change_state):
22952         * gst/wavparse/gstwavparse.h:
22953           Quickfix for capsnego.
22954
22955 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22956
22957         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
22958           Fix indenting, fix pad creation.
22959
22960 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22961
22962         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
22963         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
22964         (gst_xviddec_sink_link):
22965           Implement src_getcaps() so proper size caps is negotiated.
22966
22967 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22968
22969         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
22970           Finish flac decoder on EOS. See #116178.
22971
22972 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22973
22974         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
22975         (gst_matroska_demux_add_stream):
22976         * gst/matroska/matroska-ids.h:
22977           Add getcaps() function to fix capsnego...
22978
22979 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22980
22981         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
22982         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
22983         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
22984           Fix more integer overflows. Again, see #126967.
22985
22986 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22987
22988         * ext/mpeg2dec/gstmpeg2dec.c:
22989           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
22990           #130416.
22991
22992 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22993
22994         * configure.ac:
22995         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
22996         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
22997         * ext/xvid/gstxvid.h:
22998         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
22999         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
23000         (gst_xviddec_src_link), (gst_xviddec_sink_link),
23001         (gst_xviddec_change_state):
23002         * ext/xvid/gstxviddec.h:
23003         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
23004         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
23005         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
23006         (gst_xvidenc_link), (gst_xvidenc_set_property),
23007         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
23008         * ext/xvid/gstxvidenc.h:
23009           Update xvid plugin to latest xvid (1.0.0-beta3) API.
23010
23011 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23012
23013         * gst/rtp/rtp-packet.c:
23014           Add sys/types.h include, since OS X doesn't define in_addr_t
23015           in netinet/in.h, like it does on Linux (see #129600).
23016
23017 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
23018
23019         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
23020
23021         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
23022           Correct logic of dispose function (see #129306).
23023
23024 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23025
23026         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
23027         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
23028         (gst_mpeg_parse_init):
23029         * gst/mpegstream/gstmpegparse.h:
23030           Remove clock (which was never provided, i.e. dead code), and
23031           also fix integer overflows at high PTS values (see #126967).
23032
23033 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23034
23035         * ext/flac/gstflacdec.c:
23036         * ext/libpng/gstpngenc.h:
23037         * ext/mikmod/gstmikmod.h:
23038           OS X fixes (see #126628).
23039
23040 2004-01-02  David Schleef  <ds@schleef.org>
23041
23042         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
23043         (gst_alsa_src_base_init): Remove bogus "src" request pad.
23044         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
23045         (gst_mpeg_parse_class_init): Move pad template registration
23046         to class_init, since the derived class (mpegdemux) doesn't
23047         want them.
23048
23049 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23050
23051         * sys/ximage/Makefile.am:
23052         * sys/xvideo/Makefile.am:
23053         * sys/xvimage/Makefile.am:
23054           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
23055           after installation (see #127664).
23056
23057 2004-01-02  David Schleef  <ds@schleef.org>
23058
23059         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
23060         (gst_ffmpegenc_connect):  Negotiation fixes.
23061         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
23062         Remove inappropriate gst_caps_free().
23063         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
23064         Reenable Ronald's internal resize code, since the core handles
23065         it correctly now.
23066
23067 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23068
23069         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
23070         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
23071         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
23072           Fix pad template stuff.
23073
23074 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23075
23076         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
23077         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
23078           fix signed integer reading/writing.
23079
23080 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23081
23082         * ext/alsa/README:
23083           Remove outdated document
23084
23085 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
23086
23087         * gst/cutter/gstcutter.c: (gst_cutter_init):
23088           src pad was being created twice - oops.
23089
23090 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23091
23092         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
23093           Comment out internal resize. It doesn't handle the resulting
23094           XEvent internally, does another try_set_caps() which leads to
23095           a really nice loop.
23096           Real fix will come when Julien and Dave are awake. ;).
23097
23098 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23099
23100         * ext/mpeg2enc/gstmpeg2enc.cc:
23101           fix const/nonconst compile issue.
23102
23103 2004-01-02  David Schleef  <ds@schleef.org>
23104
23105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
23106         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
23107         Add fixate function and a check for bad formats.
23108
23109 2004-01-01  David Schleef  <ds@schleef.org>
23110
23111         Negotiation fixes:
23112         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
23113         (gst_audiofilter_init):
23114         * gst/debug/efence.c: (gst_efence_init):
23115         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
23116         (gst_deinterlace_init):
23117         * gst/volume/gstvolume.c: (volume_connect):
23118
23119 2004-01-01  David Schleef  <ds@schleef.org>
23120
23121         Convert elements to use gst_pad_use_explicit_caps() where
23122         appropriate:
23123         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
23124         * ext/audiofile/gstafparse.c: (gst_afparse_init),
23125         (gst_afparse_open_file):
23126         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
23127         (gst_afsrc_open_file):
23128         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
23129         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
23130         (gst_ffmpegdec_chain):
23131         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23132         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
23133         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
23134         (gst_gdk_pixbuf_chain):
23135         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
23136         (gst_jpegdec_chain):
23137         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
23138         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
23139         (gst_mikmod_negotiate):
23140         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
23141         (gst_mpeg2dec_negotiate_format):
23142         * ext/mpeg2enc/gstmpeg2enc.cc:
23143         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23144         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
23145         (gst_speexdec_sinkconnect):
23146         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
23147         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
23148         (gst_vorbisfile_new_link):
23149         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
23150         (gst_ac3parse_chain):
23151         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
23152         (gst_asf_demux_setup_pad):
23153         * gst/auparse/gstauparse.c: (gst_auparse_init),
23154         (gst_auparse_chain):
23155         * gst/id3/gstid3types.c: (gst_id3types_loop):
23156         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
23157         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
23158         (mp1videoparse_parse_seq):
23159         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
23160         (bpf_from_header):
23161         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
23162         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
23163         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
23164         (gst_mpeg_parse_send_data):
23165         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23166         (gst_qtdemux_add_stream):
23167         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
23168         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
23169         (gst_wavparse_parse_fmt):
23170
23171 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23172
23173         * configure.ac:
23174           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
23175           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
23176           it therefore uses the wrong include paths. Too bad... Note
23177           that 1.6.1.93 is not release yet. ;).
23178           Also add a check for mplex, which is now using the lib'ified
23179           mplex from mjpegtools, too.
23180         * ext/ffmpeg/gstffmpegcodecmap.c:
23181           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
23182           issues. I don't think ffmpeg handles 3ivx correctly, so this
23183           probably won't work. But it won't hurt either.
23184         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
23185         (gst_ffmpegdec_chain):
23186         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
23187         (gst_ffmpegenc_chain_audio):
23188           Fix memleak in audio encoding. Close codec if open fails, this
23189           calls the cleanup routines so we can re-use the context.
23190         * ext/mpeg2enc/gstmpeg2enc.cc:
23191           Fix pad template names/types, fix memory issue with getcaps().
23192         * ext/mpeg2enc/gstmpeg2encoder.cc:
23193         * ext/mpeg2enc/gstmpeg2encoder.hh:
23194           Fix compile issue with new caps system (const thingy).
23195         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23196         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
23197           We read a first frame right on initing, so that we have a caps
23198           when we init the output. This caps is cached in padprivate and
23199           read as first frame.
23200         * ext/mplex/Makefile.am:
23201         * ext/mplex/gstmplex.cc:
23202         * ext/mplex/gstmplex.h:
23203         * ext/mplex/gstmplex.hh:
23204         * ext/mplex/gstmplexibitstream.cc:
23205         * ext/mplex/gstmplexibitstream.hh:
23206         * ext/mplex/gstmplexjob.cc:
23207         * ext/mplex/gstmplexjob.hh:
23208         * ext/mplex/gstmplexoutputstream.cc:
23209         * ext/mplex/gstmplexoutputstream.hh:
23210           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
23211           had issues, didn't do capsnego, supported only a subset of the
23212           mplex features and required a mplex fork in our local CVS. Plus
23213           that it worked agaist a very old mplex version. Rewriting was
23214           faster than updating it.
23215         * gst-libs/ext/Makefile.am:
23216         * gst-libs/ext/mplex/INSTRUCT:
23217         * gst-libs/ext/mplex/Makefile.am:
23218         * gst-libs/ext/mplex/README:
23219         * gst-libs/ext/mplex/TODO:
23220         * gst-libs/ext/mplex/ac3strm_in.cc:
23221         * gst-libs/ext/mplex/audiostrm.hh:
23222         * gst-libs/ext/mplex/audiostrm_out.cc:
23223         * gst-libs/ext/mplex/aunit.hh:
23224         * gst-libs/ext/mplex/bits.cc:
23225         * gst-libs/ext/mplex/bits.hh:
23226         * gst-libs/ext/mplex/buffer.cc:
23227         * gst-libs/ext/mplex/buffer.hh:
23228         * gst-libs/ext/mplex/fastintfns.h:
23229         * gst-libs/ext/mplex/format_codes.h:
23230         * gst-libs/ext/mplex/inputstrm.cc:
23231         * gst-libs/ext/mplex/inputstrm.hh:
23232         * gst-libs/ext/mplex/lpcmstrm_in.cc:
23233         * gst-libs/ext/mplex/mjpeg_logging.cc:
23234         * gst-libs/ext/mplex/mjpeg_logging.h:
23235         * gst-libs/ext/mplex/mjpeg_types.h:
23236         * gst-libs/ext/mplex/mpastrm_in.cc:
23237         * gst-libs/ext/mplex/mpegconsts.cc:
23238         * gst-libs/ext/mplex/mpegconsts.h:
23239         * gst-libs/ext/mplex/mplexconsts.hh:
23240         * gst-libs/ext/mplex/multplex.cc:
23241         * gst-libs/ext/mplex/outputstream.hh:
23242         * gst-libs/ext/mplex/padstrm.cc:
23243         * gst-libs/ext/mplex/padstrm.hh:
23244         * gst-libs/ext/mplex/stillsstream.cc:
23245         * gst-libs/ext/mplex/stillsstream.hh:
23246         * gst-libs/ext/mplex/systems.cc:
23247         * gst-libs/ext/mplex/systems.hh:
23248         * gst-libs/ext/mplex/vector.cc:
23249         * gst-libs/ext/mplex/vector.hh:
23250         * gst-libs/ext/mplex/videostrm.hh:
23251         * gst-libs/ext/mplex/videostrm_in.cc:
23252         * gst-libs/ext/mplex/videostrm_out.cc:
23253         * gst-libs/ext/mplex/yuv4mpeg.cc:
23254         * gst-libs/ext/mplex/yuv4mpeg.h:
23255         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
23256         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
23257           We don't fork mjpegtools' mplex in our CVS anymore.
23258         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
23259         (gst_avi_demux_add_stream):
23260         * gst/avi/gstavidemux.h:
23261           Add getcaps() function for proper caps nego. This makes some
23262           parts of AVI playback/reading work.
23263         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
23264           Resize window on new capsnego. This is probably wrong, but
23265           I'm still committing it because with current capsnego, the
23266           first successfull capsnego is auto-fixated, therefore rounded
23267           down to the lowest values in the caps. this results in a 16x16
23268           XWindow that is not reized when real capsnego finishes.
23269           Dave, I see more cases of this, do you know a proper solution?
23270         * tools/gst-launch-ext.in:
23271           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
23272
23273 2003-12-31  David Schleef  <ds@schleef.org>
23274
23275         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
23276         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
23277           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
23278
23279 2003-12-30  David Schleef  <ds@schleef.org>
23280
23281         * ext/ffmpeg/gstffmpegcolorspace.c:
23282         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
23283         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
23284         (gst_ffmpegcsp_chain): Negotiation fixes
23285         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
23286         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23287         (gst_audio_convert_link), (gst_audio_convert_channels):
23288         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
23289         (gst_audioscale_link), (gst_audioscale_get_buffer),
23290         (gst_audioscale_chain): Negotiation fixes
23291         * gst/audioscale/gstaudioscale.h:
23292         * gst/videofilter/gstvideofilter.c:
23293         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
23294         (gst_videofilter_link), (gst_videofilter_init),
23295         (gst_videofilter_set_output_size), (gst_videofilter_setup),
23296         (gst_videofilter_find_format_by_structure):
23297         * gst/videofilter/gstvideofilter.h: Negotiation fixes
23298         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
23299         (gst_videoscale_link):
23300         * gst/videoscale/videoscale.c: (videoscale_get_structure),
23301         (videoscale_find_by_structure), (gst_videoscale_setup):
23302         * gst/videoscale/videoscale.h: Negotiation fixes
23303         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
23304         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
23305         function, restrict resizing to a multiple of 4 (hack until
23306         everyone supports odd sizes correctly).
23307
23308 2003-12-29  Colin Walters  <walters@verbum.org>
23309
23310         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
23311         signed.
23312
23313 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
23314
23315         * ext/sndfile/gstsf.c: (gst_sf_loop):
23316           Fix warning about discarding const qualifier
23317
23318 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
23319
23320         * gst/cutter/gstcutter.c:
23321         * gst/videoscale/gstvideoscale.c:
23322         * gst/volenv/gstvolenv.c:
23323         * gst-libs/gst/audio/audio.c:
23324         * gst-libs/gst/video/video.c:
23325           Fix warnings
23326
23327 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23328
23329         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
23330           Don't send ALSA debugging to stderr.
23331         * ext/alsa/gstalsa.h:
23332           Use GST_WARNING instead of g_warning when ALSA functions fail.
23333
23334 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23335
23336         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23337           Free XVAdapterInfo correctly.
23338
23339 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23340
23341         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
23342         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
23343           Make id3tag use correct caps nego.
23344
23345 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
23346
23347         * ext/ivorbis/vorbis.c:
23348         * ext/ivorbis/vorbisenc.h:
23349         * ext/ivorbis/vorbisfile.c:
23350           Modify so that it uses the new caps things
23351
23352 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23353
23354         * testsuite/spider/spider1.c: (main):
23355         * testsuite/spider/spider2.c: (main):
23356         * testsuite/spider/spider3.c: (main):
23357           Make tests compile again. They probably don't work.
23358
23359 2003-12-24  Colin Walters  <walters@verbum.org>
23360
23361         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
23362         we can't fixate the caps anymore.
23363
23364 2003-12-23  David Schleef  <ds@schleef.org>
23365
23366         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
23367         * sys/oss/gstosssink.c: (gst_osssink_init),
23368         (gst_osssink_sink_fixate): Add fixate function.
23369
23370 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23371
23372         * ext/ffmpeg/gstffmpegcodecmap.c:
23373         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
23374         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
23375         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
23376         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
23377         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
23378         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
23379         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
23380           fix typo in RGB masks, and move back to "old" colorspace
23381           capsnego code until whoever wrote this new crap has actually
23382           tested it so that it works.
23383           And yes, this works, keep it that way please.
23384
23385 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23386
23387         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
23388         (gst_divxdec_init), (gst_divxdec_negotiate):
23389         * ext/divx/gstdivxdec.h:
23390         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
23391         (gst_divxenc_init):
23392         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
23393         (gst_faac_sinkconnect), (gst_faac_srcconnect):
23394         * ext/mpeg2enc/gstmpeg2enc.cc:
23395         * ext/mpeg2enc/gstmpeg2encoder.cc:
23396         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23397         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
23398         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
23399         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
23400         (dxr3spusink_init):
23401         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
23402         (dxr3videosink_init):
23403           Fix caps breakage after Dave's caps branch merge.
23404
23405 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23406
23407         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23408           Fix for 24bpp display.
23409
23410 2003-12-23  Colin Walters  <walters@verbum.org>
23411
23412         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
23413         a GnomeVFSHandle directly.
23414
23415 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23416
23417         * gst/volume/Makefile.am:
23418         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
23419         (volume_base_init), (volume_init):
23420           Reenable volume element and fix to work with new caps stuff.
23421           Rhythmbox needs this.
23422
23423 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23424
23425         * gst/qtdemux/qtdemux.c: (plugin_init):
23426           qtdemux requires bytestream
23427
23428 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23429
23430         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
23431           Fix remaining caps handling errors due to CAPS merge.
23432
23433 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23434
23435         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
23436         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
23437         (gst_faad_srcconnect):
23438           Port to new caps system.
23439
23440 2003-12-21  Julien MOUTTE  <julien@moutte.net>
23441
23442         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
23443         (got_video_size), (main): using g_print instead of g_message.
23444         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
23445         signal which was not emitted because of "switch" element added to the
23446         bin but not connected. (Removing from the bin temporarily)
23447
23448 2003-12-21  Julien MOUTTE  <julien@moutte.net>
23449
23450         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
23451         find X development files. I don't understand the previous tests and
23452         they fail on my debian/ppc unstable. This one works.
23453         * examples/gstplay/player.c: (main): Set the pipeline to READY before
23454         exiting.
23455         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
23456         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23457         (gst_play_set_visualization): Add some safety checks in set_ methods
23458         and state_change. This was throwing some ugly CRITICAL messages when
23459         pipeline was getting disposed and casts were failing.
23460
23461 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23462
23463         * configure.ac:
23464           Improve mpeg2enc detection. This is for distributions that do
23465           ship mjpegtools, but without mpeg2enc. Also does object check
23466           for might there ever be ABI incompatibility.
23467         * ext/mpeg2enc/gstmpeg2enc.cc:
23468           Add Andrew as second maintainer (he's helping me), and also add
23469           an error if no caps was set. This happens if I pull before capsnego
23470           and that's something I should solve sometime else.
23471         * gst/matroska/matroska-demux.c:
23472         (gst_matroska_demux_parse_blockgroup):
23473           Fix time parsing.
23474         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
23475         (gst_matroska_mux_track_header):
23476           Add caps to templates.
23477         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
23478           Add mpegversion=1 to prevent confusion with MPEG/AAC.
23479         * gst/mpegstream/gstmpegdemux.c:
23480           Remove layer since it causes warnings about unfixed caps.
23481         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23482           Fix obvious typo (we error out if caps were set, we should of
23483           course error out if *no* caps were set).
23484         * sys/oss/gstosselement.c: (gst_osselement_convert):
23485           Fix format conversion, we confused bits/bytes.
23486         * sys/oss/gstosselement.h:
23487           Improve documentation for 'bps'.
23488         * sys/v4l/TODO:
23489           Remove stuff about plugins that need removing - this was done
23490           ages ago.
23491         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
23492         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
23493         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
23494         (gst_v4lsrc_src_query):
23495         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
23496         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
23497           Add get_query_types(), get_formats() and query() functions.
23498
23499 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23500
23501         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
23502         * moved CVS to freedesktop.org