gst-libs/gst/audio/gstbaseaudiosink.c: Always sync on first sample we receive when...
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-02-13  Wim Taymans  <wim@fluendo.com>
2
3         * gst-libs/gst/audio/gstbaseaudiosink.c:
4         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
5         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6         Always sync on first sample we receive when starting.
7
8 2006-02-13  Wim Taymans  <wim@fluendo.com>
9
10         * gst/playback/gstplaybin.c: (gen_vis_element):
11         Update vis bin docs.
12         Move queue after tee so we don't queue video buffers but
13         audio samples instead. Fixes problems where the video queue
14         is filled and the audio queue empty.
15
16 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17
18         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
19           No need to push an EOS event here, GstBaseSrc will do that for us
20           when we return FLOW_UNEXPECTED.
21           
22 2006-02-12  Wim Taymans  <wim@fluendo.com>
23
24         * gst-libs/gst/audio/gstbaseaudiosink.c:
25         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
26         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
27         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
28         Use scale functions when possible.
29         Fix error messages.
30         Free clockid when after waiting for EOS.
31         Use G_(UN_)LIKLY when it makes sense.
32         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
33
34 2006-02-12  Edward Hervey  <edward@fluendo.com>
35
36         * gst/playback/gstplaybasebin.c: (prepare_output): 
37         Remove stray semi-colon (fixes #330888).
38
39 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
40
41         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
42         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
43         Fix up the XShm call testing so that we catch errors, and don't
44         cause new ones by attempting to detach from a segment we failed
45         to attach to. Fixes #312439.
46
47 2006-02-10  Edward Hervey  <edward@fluendo.com>
48
49         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
50         Added flv file typefind (video/x-flv).
51
52 2006-02-10  Edward Hervey  <edward@fluendo.com>
53
54         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
55         (gst_riff_create_video_template_caps):
56         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
57         Also added the caps to the default set of riff video caps.
58
59 2006-02-09  Andy Wingo  <wingo@pobox.com>
60
61         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
62         time and the end time of the last packet in the page.
63         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
64         on the pages in our queue, set the duration as well. Reflow a
65         debug statement.
66         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
67         Fixes bad muxing order.
68
69 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
70
71         * gst-libs/gst/rtp/gstbasertppayload.c:
72         (gst_basertppayload_setcaps), (gst_basertppayload_push):
73           update seqnum before setting it on the packet; this makes sure
74           that the timestamp and seqnum properties match after pushing
75           a buffer
76
77 2006-02-09  Andy Wingo  <wingo@pobox.com>
78
79         * gst-libs/gst/audio/gstringbuffer.c
80         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
81         overflow after 13.5 hours of recording. Kapow!
82
83         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
84         the buffer size -- we don't care about underrun/overrun reporting
85         right now, just need to return a useful value.
86
87 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
88
89         * configure.ac:
90           Back to CVS
91
92 === release 0.10.3 ===
93
94 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
95
96         * configure.ac:
97           releasing 0.10.3, "Under Pressure"
98
99 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
100
101         * configure.ac:
102         Drat. Bump libtool version number for new API.
103         Prelease 0.10.2.3 (of 0.10.3)
104
105 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
106
107         * configure.ac:
108         * win32/common/config.h:
109         0.10.2.2 prerelease (of 0.10.3).
110
111 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
112
113         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
114           Revert Andy's newsegment change pending a more correct
115           fix.
116
117 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
118
119         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
120         (qt_type_find), (plugin_init):
121           detect more files as 3gp
122           group and reorder the iso file formats
123
124 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
125
126         * ext/vorbis/vorbis.c: (plugin_init):
127           Register musicbrainz tags, so apps don't have to.
128
129 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
130
131         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
132         (gst_tag_to_vorbis_tag):
133           Make sure we called gst_tag_register_musicbrainz_tags()
134           before possibly mapping a vorbiscomment string from/to a
135           musicbrainz tag.
136
137 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
138
139         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
140           In case we can't find the required number of consecutive
141           mpeg audio frames to positively identify an MPEG audio
142           stream, check if there's at least a valid mpeg audio
143           frame right at offset 0 and if so suggest mpeg/audio
144           caps with a very low probability (#153004).
145
146 2006-02-07  Andy Wingo  <wingo@pobox.com>
147
148         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
149         a TIME segment if we get timestamped buffers. Requires recent
150         fixes in core to work properly.
151
152 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
153
154         * gst/playback/gstplaybasebin.c: (prepare_output):
155           Don't print the URI as part of the error message, it
156           makes error dialogs look rather ugly, especially if
157           the URI is very long or has characters in it that
158           need escaping.
159
160 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
161
162         * gst/playback/gstplaybasebin.c: (prepare_output):
163           Error out if we have only text or subtitles, but nothing
164           else. Also error out if we have subtitles but no video
165           stream.
166
167 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
168
169         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
170           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
171           Post an error message on the bus when we encounter an
172           error, which will hopefully be more meaningful than the
173           'Internal Flow Error' message users get to see if we
174           just return GST_FLOW_ERROR.
175
176 2006-02-07  Andy Wingo  <wingo@pobox.com>
177
178         * configure.ac (GST_MAJORMINOR): Update core version req to
179         0.10.2.2, for the collectpads API addition (#330244).
180
181 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
182
183         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
184           Return FALSE from plugin_init() when GnomeVFS can't
185           be initialised for some reason (#328423).
186
187 2006-02-06  Julien MOUTTE  <julien@moutte.net>
188
189         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
190         Stick to seeking theory until i find the bug.
191         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
192
193 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
194
195         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
196         (theora_enc_finalize), (theora_enc_sink_setcaps),
197         (theora_set_header_on_caps), (theora_enc_chain),
198         (theora_enc_change_state):
199         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
200           Make theoraenc and the tests leak free. Like, really.
201
202 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
203
204         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
205         (theora_enc_finalize), (theora_enc_sink_setcaps):
206           Add a finalize method to ensure we clean up state even if
207           someone omitted the state change back to NULL.
208
209         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
210         (gst_vorbisenc_chain):
211           Free some more leaked bits.
212
213         * tests/check/pipelines/theoraenc.c: (start_pipeline),
214         (stop_pipeline):
215           Wait for state changes to happen if they're ASYNC.
216
217           This ought to teach those fancy pants buildbots a lesson.
218
219 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
220
221         * gst-libs/gst/tag/gstid3tag.c:
222           Add mapping for ID3 International Standard Recording Code
223           tag "TSRC"
224
225 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
226
227         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
228           Don't leak tag names.
229
230 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
231
232         * docs/libs/gst-plugins-base-libs-docs.sgml:
233         * docs/libs/gst-plugins-base-libs-sections.txt:
234         * gst-libs/gst/tag/gstid3tag.c:
235         * gst-libs/gst/tag/gstvorbistag.c:
236         * gst-libs/gst/tag/tags.c:
237           Split libgsttag docs into multiple sections.
238
239 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
240
241         * docs/libs/Makefile.am:
242         * docs/libs/gst-plugins-base-libs-docs.sgml:
243         * docs/libs/gst-plugins-base-libs-sections.txt:
244         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
245         * gst-libs/gst/tag/gstvorbistag.c:
246         * gst-libs/gst/tag/tag.h:
247         * gst-libs/gst/tag/tags.c:
248           Add libgsttag to the docs.
249
250 2006-02-05  Julien MOUTTE  <julien@moutte.net>
251
252         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
253         (gst_text_overlay_init), (gst_text_overlay_src_event),
254         (gst_text_overlay_collected): Fix clockoverlay.
255
256 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
257
258         * docs/libs/compiling.sgml:
259           Fix typo: it's pkg-config, not pkg-gconfig
260
261         * docs/libs/gst-plugins-base-libs-docs.sgml:
262         * docs/libs/gst-plugins-base-libs-sections.txt:
263         * docs/libs/tmpl/gstgconf.sgml:
264           There is no libgstgconf in 0.10, remove it
265           from the docs.
266
267 2006-02-05  Julien MOUTTE  <julien@moutte.net>
268
269         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
270         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
271         (gst_text_overlay_src_event), (gst_text_overlay_collected):
272         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
273         (gst_sub_parse_class_init), (gst_sub_parse_init),
274         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
275         (parse_mpsub), (parser_state_init), (handle_buffer),
276         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
277         * gst/subparse/gstsubparse.h: Introduce seeking code.
278
279 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
280
281         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
282           Add comment about LANGUAGE tag inconsistency (we want
283           ISO-639-1, but extract three-letter identifiers?)
284
285         * po/POTFILES.in:
286           Add two translatable files.
287
288 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
289
290         * gst-libs/gst/tag/Makefile.am:
291         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
292         * gst-libs/gst/tag/tag.h:
293         * gst-libs/gst/tag/tags.c:
294         (gst_tag_register_musicbrainz_tags_internal),
295         (gst_tag_register_musicbrainz_tags):
296           Forward-port some tags stuff from the 0.8 branch. This is
297           mostly the addition of musicbrainz tags and their mapping
298           to vorbistags, and a vorbistag mapping of the language tag.
299
300 2006-02-05  Julien MOUTTE  <julien@moutte.net>
301
302         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
303         refactoring.
304
305 2006-02-04  David Schleef  <ds@schleef.org>
306
307         * ext/ogg/gstoggmux.c:
308         * gst/typefind/gsttypefindfunctions.c:
309           Add Dirac typefinding and add dirac format to oggmux.
310
311 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
312
313         * gst/playback/gstdecodebin.c: (try_to_link_1):
314           Don't put essential function call into
315           g_return_*() macro, otherwise it'll all be
316           replaced by NOOPs when compiling with
317           G_DISABLE_CHECKS defined.
318
319 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
320
321         * ext/ogg/gstoggdemux.c:
322         * ext/ogg/gstoggparse.c:
323         * gst/tcp/gsttcpserversink.c:
324         * sys/v4l/v4lsrc_calls.c:
325         * sys/v4l/v4lsrc_calls.h:
326         Just make it compile with --disable-gst-debug.
327
328 2006-02-03  Wim Taymans  <wim@fluendo.com>
329
330         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
331         (gst_alsasink_class_init), (gst_alsasink_init),
332         (gst_alsasink_write), (gst_alsasink_reset):
333         * ext/alsa/gstalsasink.h:
334         Add lock to protect alsa calls.
335         Implement reset to flush samples ASAP, does not work
336         with dmix though.
337
338 2006-02-02  Wim Taymans  <wim@fluendo.com>
339
340         * gst-libs/gst/audio/gstbaseaudiosink.c:
341         (gst_base_audio_sink_provide_clock):
342         Ugh.. getting late I guess...
343
344 2006-02-02  Wim Taymans  <wim@fluendo.com>
345
346         * gst-libs/gst/audio/gstbaseaudiosink.c:
347         (gst_base_audio_sink_provide_clock),
348         (gst_base_audio_sink_set_property),
349         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
350         Don't try to provide a clock when we are not negotiated since
351         we might not be able to make it run.
352
353 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
354
355         * gst/playback/gstdecodebin.c: (try_to_link_1):
356           Unlinking two source pads is ... hard.
357
358 2006-02-02  Wim Taymans  <wim@fluendo.com>
359
360         * gst-libs/gst/audio/TODO:
361         Updated.
362
363         * gst-libs/gst/audio/gstbaseaudiosink.c:
364         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
365         On EOS, wait till the last sample is played before posting EOS.
366
367 2006-02-01  Philippe Kalaf <burger at speedy dot org>
368
369         * gst-libs/gst/rtp/gstbasertpdepayload.c:
370           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
371           setting queue_delay to zero. Also avoid thread being started if
372           queue_delay is zero.
373
374 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
375
376         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
377           Make test work again by connecting fakesinks to each decoded pad,
378           which makes the pipeline wait until each fakesink has a buffer
379           queued before going to PAUSED state. At that point we know the
380           decodebin pads are negotiated.
381
382 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
383
384         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
385         (gst_cdda_base_src_handle_event):
386         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
387           Pass unhandled queries to the parent class's query function.
388
389 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
390
391         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
392         (gst_ogg_pad_src_query):
393         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
394         * ext/theora/theoradec.c: (theora_dec_src_query),
395         (theora_dec_sink_query):
396         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
397         (vorbis_dec_sink_query):
398         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
399         (gst_vorbisenc_sink_query):
400         * gst/adder/gstadder.c: (gst_adder_query):
401           Pass unhandled queries upstream instead of just
402           dropping them (#326447). Also, fix supported
403           query types list for some elements.
404
405 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
406
407         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
408         (paris_type_find), (ilbc_type_find), (plugin_init):
409           Fix typefinding for audio/x-au, audio/x-paris and
410           audio/iLBC-sh. We cannot use the START_WITH macros
411           here, because there can only be one typefind factory
412           with the same name (caps), so the second one would
413           replace the first one and the first one would never
414           be called when doing typefinding (see #161712).
415           
416
417 2006-01-31  Wim Taymans  <wim@fluendo.com>
418
419         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
420         (vorbis_handle_header_packet), (vorbis_dec_push),
421         (vorbis_handle_data_packet):
422         Use scale_int when we can, add some more scaling.
423         Check packettype before parsing it.
424
425 2006-01-31  Wim Taymans  <wim@fluendo.com>
426
427         * ext/theora/theoradec.c: (_theora_granule_time),
428         (theora_dec_src_convert), (theora_dec_sink_convert):
429         Call right _scale functions.
430         Use parameter instead of some other random value.
431
432 2006-01-31  Wim Taymans  <wim@fluendo.com>
433
434         * ext/theora/theoradec.c: (_theora_granule_frame),
435         (_theora_granule_time), (_inc_granulepos),
436         (theora_dec_src_convert), (theora_dec_sink_convert),
437         (theora_handle_type_packet), (theora_handle_data_packet),
438         (theora_dec_chain):
439         Use higher precision timestamps calculation.
440         Convert some other conversions to _scale.
441
442 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
443
444         * gst/audiotestsrc/gstaudiotestsrc.c:
445         (gst_audio_test_src_create_sine_table), (plugin_init):
446         * gst/volume/gstvolume.c: (plugin_init):
447           initialize gst_controller before using
448
449 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
450
451         * tests/check/pipelines/theoraenc.c:
452         * tests/check/pipelines/vorbisenc.c:
453         Define constant using G_GINT64_CONSTANT to avoid errors when
454         passing it around - otherwise it gets truncated to 32 bits.
455
456         Fixes failing tests.
457
458 2006-01-31  Andy Wingo  <wingo@pobox.com>
459
460         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
461         caps being set doesn't have a framerate value. Basically a stopgap
462         measure.
463
464         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
465         technically correct enough to put into core though.
466         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
467         DURATION. Fixes theoraenc ! oggmux.
468
469         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
470         fraction, not double.
471
472 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
473
474         * win32/vs7:
475         add vs7 project files created by Sergey Scobich
476
477 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
478
479         * win32/vs8:
480         add vs8 project files created by Sergey Scobich
481         
482 2006-01-30  Andy Wingo  <wingo@pobox.com>
483
484         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
485         timestamp + duration, not just timestamp -- ogg pages should be
486         ordered by stop time. Necessary fix given the change in vorbis
487         timestamps.
488
489         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
490         (gst_theora_enc_init): Pull the granule shift out of the encoder.
491         (granulepos_add): New function, handles the messiness of adjusting
492         granulepos values.
493         (theora_buffer_from_packet):
494         (theora_enc_chain):
495         (theora_enc_sink_event): Use granulepos_add, not +.
496
497         * tests/check/pipelines/theoraenc.c
498         (check_buffer_granulepos_from_starttime): Just check the frame
499         count, not the actual granulepos -- we can't dictate to the
500         encoder when it should be placing keyframes.
501
502 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
503
504         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
505           SERVICE_NOT_AVAILABLE happens for example when you're trying to
506           play an http:// stream from a server that's not serving
507
508 2006-01-30  Andy Wingo  <wingo@pobox.com>
509
510         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
511         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
512         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
513         available.
514
515         * ext/theora/gsttheoraenc.h:
516         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
517         although theoraenc was timestamping correctly. Added handling of
518         streams that start with nonzero timestamps.
519
520         * tests/check/Makefile.am:
521         * tests/check/pipelines/theoraenc.c: New file, basically does same
522         tests as vorbisenc.
523
524         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
525
526 2006-01-30  Wim Taymans  <wim@fluendo.com>
527
528         * gst-libs/gst/audio/gstaudiosink.c:
529         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
530         (gst_audioringbuffer_pause):
531         Implement pause that does not wait for completion.
532
533         * gst-libs/gst/audio/gstbaseaudiosink.c:
534         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
535         Don't drop buffers when going to PAUSED but perform preroll on
536         remaining samples now that core base class supports this.
537
538         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
539         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
540         (gst_ring_buffer_commit):
541         Pause should not signal waiters.
542         Implement return value of _commit correctly.
543
544 2006-01-30  Andy Wingo  <wingo@pobox.com>
545
546         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
547
548         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
549         updated to timestamp from the first sample, not the last.
550         (gst_vorbisenc_buffer_from_header_packet): New function, takes
551         special care of granulepos and timestamp for header packets.
552         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
553         when the first buffer has a nonzero timestamp.
554
555         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
556         (GstVorbisEnc.subgranule_offset): New members. Take care of the
557         case when the first audio buffer we get has a nonzero timestamp.
558         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
559         properly timestamp vorbis buffers with the time of the first
560         sample, not the last.
561         
562         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
563         vorbis_granule_time_copy -- now it takes the granule/subgranule
564         offset into account.
565
566         * tests/check/pipelines/vorbisenc.c: New test for correctness of
567         timestamps, durations, and granulepos on buffers produced by
568         vorbisenc.
569
570 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
571
572         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
573         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
574           Patch from Eric Jonas to support conversions to/from UYVY 
575           (Fixes: #324626)
576
577 2006-01-30  Julien MOUTTE  <julien@moutte.net>
578
579         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
580         (setup_subtitle), (setup_source), (set_active_source):
581         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
582         (gen_text_element), (gen_audio_element), (gen_vis_element),
583         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
584
585 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
586
587         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
588         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
589                 use gst_guint64_to_gdouble to be compliant with vs6
590         * gst/playback/gstdecodebin.c: (try_to_link_1)
591         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
592                 use G_GINT64_CONSTANT for int64 constants
593         * win32/common/libgstinterfaces.def:
594                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
595         * win32/vs6:
596                 update and add new project files
597                 
598 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
599
600         * Makefile.am:
601         * win32/MANIFEST:
602         * win32/common/interfaces-enumtypes.c:
603         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
604         (gst_mixer_track_flags_get_type),
605         (gst_tuner_channel_flags_get_type):
606         * win32/common/interfaces-enumtypes.h:
607         * win32/common/multichannel-enumtypes.c:
608         (gst_audio_channel_position_get_type):
609         * win32/common/multichannel-enumtypes.h:
610           add a win32-update rule like in core, and copy over enumtypes files
611
612 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
613
614         * win32/MANIFEST:
615         * win32/common/config.h:
616         * win32/common/config.h.in:
617           add config files just like in core
618
619 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
620
621         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
622           Make gcc-4.1 happy (part of #327357).
623
624 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
625
626         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
627         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
628         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
629         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
630         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
631         (gst_alsasrc_unprepare), (gst_alsasrc_read):
632           Update all error messages.  All of them should either use
633           the default translated message, or actually provide a
634           translatable string.
635           Make the string for channel count problems meaningful.
636
637 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
638
639         * sys/v4l/v4l_calls.c: (gst_v4l_open):
640           check for and throw RESOURCE_BUSY
641
642 2006-01-27  David Schleef  <ds@schleef.org>
643
644         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
645           checked in this change -- it requires liboil features not
646           in 0.3.6.  Revert parts.
647
648 2006-01-27  David Schleef  <ds@schleef.org>
649
650         * REQUIREMENTS:
651         * configure.ac: update liboil requirement to 0.3.6
652         * gst/videoscale/Makefile.am:
653         * gst/videoscale/vs_scanline.c: liboilify
654
655 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
656
657         * ext/libvisual/visual.c: (get_buffer):
658           When pad_alloc returns a GstFlowReturn other
659           than GST_FLOW_OK, make sure it is passed upstream.
660
661 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
662
663         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
664         (gst_alsasink_class_init):
665           Free the device name string.
666
667         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
668         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
669         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
670           Don't remove a pad from the collectpads structure until it
671           is released - it's a request pad, and may receive data again
672           if the element gets moved back to PLAYING state.
673
674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
675           Ensure we turn on double buffering on the Xv port, and
676           set the colour key to something dark and mysterious that
677           isn't black.
678
679 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
680
681         * ext/alsa/gstalsaplugin.c: (plugin_init):
682         * ext/cdparanoia/gstcdparanoiasrc.c:
683         (gst_cd_paranoia_src_base_init), (plugin_init):
684         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
685         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
686           - a library should not call setlocale. see "Libraries" node in
687             gettext manual
688           - make sure all plugins that use translation do bindtextdomain
689             to point to the localedir
690         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
691         (setup_sinks), (plugin_init):
692           all this, and check for NULL when creating sinks
693
694 2006-01-27  Julien MOUTTE  <julien@moutte.net>
695
696         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
697         (plugin_init): Make typefinding of subtitles work again.
698
699 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
700
701         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
702         (mp3_type_frame_length_from_header), (mp3_type_find),
703         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
704         (plugin_init):
705           Backport a bunch of typefinding fixes from the 0.8 branch.
706           Also, improve wavpack typefinding: if we can't peek the
707           entire wavpack block, try to parse the bits we can get and
708           see if we find what we're looking for in those.
709
710 2006-01-26  Julien MOUTTE  <julien@moutte.net>
711
712         * sys/ximage/ximagesink.c:
713         (gst_ximagesink_calculate_pixel_aspect_ratio):
714         * sys/xvimage/xvimagesink.c:
715         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
716         more cases of pixel aspect ratio.
717
718 2006-01-26  Edward Hervey  <edward@fluendo.com>
719
720         * gst/playback/gstdecodebin.c: (pad_probe):
721         Also consider the flush-start and tag events as unblockers
722         for the pad probes.
723
724 2006-01-26  Julien MOUTTE  <julien@moutte.net>
725
726         * gst/playback/gstplaybin.c: (gst_play_bin_init),
727         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
728         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
729         On the fly visualisation switch, works disabling, enabling as
730         well but it won't be able to enable vis in a playbin that was
731         created with no visualisation.
732
733 2006-01-25  Wim Taymans  <wim@fluendo.com>
734
735         * gst-libs/gst/audio/gstbaseaudiosink.c:
736         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
737         Undo previous commit that returned WRONG_STATE sooner, it breaks 
738         resume after pause.
739
740 2006-01-25  Wim Taymans  <wim@fluendo.com>
741
742         * gst-libs/gst/audio/gstbaseaudiosink.c:
743         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
744         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
745         Improve debugging.
746         Post error when caps cannot be parsed.
747         Resync on discontinuity in the stream.
748         Clip samples to segment boundaries.
749         return WRONG_STATE sooner when we are flushing.
750
751         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
752         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
753         Make audiosrc operate in TIME.
754         Set TIMESTAMP and DURATION on buffers.
755
756 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
757
758         * tests/examples/seek/seek.c: (main):
759           Output tag messages as well.
760
761 2006-01-23  Edward Hervey  <edward@fluendo.com>
762
763         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
764         (free_pad_probes), (remove_fakesink), (pad_probe),
765         (close_pad_link), (gst_decode_bin_change_state):
766         Replace GstPadBlockCallback with pad probes that detect
767         first buffer AND eos before removing fakesink.
768         Fixes hang with demuxers doing EOS while pre-rolling.
769         Solves #328279
770
771 2006-01-23  Andy Wingo  <wingo@pobox.com>
772
773         * ext/alsa/gstalsasink.c:
774         * gst-libs/gst/rtp/gstbasertpdepayload.c:
775         (gst_base_rtp_depayload_setcaps),
776         (gst_base_rtp_depayload_add_to_queue),
777         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
778         
779         Patch by: Jens Granseuer <jensgr at gmx dot net>
780
781 2006-01-22  Julien MOUTTE  <julien@moutte.net>
782
783         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
784         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
785         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
786         frames. We might get a frame destroyed after changing state to
787         NULL, adding a safety check on xcontext.
788
789 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
790
791         * gst-libs/gst/interfaces/xoverlay.c:
792           Fix prepare-xwindow-id code example in the docs - we need to
793           ignore all messages that aren't element messages as well.
794           
795 2006-01-21  Julien MOUTTE  <julien@moutte.net>
796
797         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
798           I think one day i'll completely undestand how caps negotiation
799           is supposed to work. This refactoring handles buffer_alloc
800           called with caps we can't handle. We definitely don't want a
801           set_caps with those caps, so we define and allocate a buffer
802           we would like to receive.
803
804 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
805
806         * gst/playback/gstplaybasebin.c: (setup_source):
807           Free iterator when done.
808
809 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
810
811         * gst-libs/gst/audio/gstbaseaudiosink.c:
812         (gst_base_audio_sink_render):
813           Fix playback of non-synchronised streams by assuming a rate
814           of 1.0 instead of a random one.
815
816           Makes this work again:
817
818           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
819           endianness=(int)4321, signed=(boolean)true, width=(int)16,
820           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
821           audioresample ! alsasink
822
823 === release 0.10.2 ===
824
825 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
826
827         * configure.ac:
828           releasing 0.10.2, "Then the devil is six"
829
830 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
831
832         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
833         * gst/playback/gststreamselector.c:
834         (gst_stream_selector_set_property):
835           Comment out broken code that connects to the state-changed signal.
836           At this point, changing current stream selection is broken, but 
837           stuff like gst-launch playbin current-audio=1 works and filters
838           to the chosen stream.
839
840 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
841
842         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
843           Fix #327216 (null dereference in vorbisdec)
844
845 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
846
847         * ext/theora/theoradec.c: (theora_handle_comment_packet):
848           Post taglist actually on bus instead of just freeing it
849           (fixes #327114 and totem bug #327080).
850
851         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
852           Use gst_element_found_tags_for_pad(), so that the tags
853           are sent downstream as an event as well.
854
855 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
856
857         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
858         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
859         (gst_ximagesink_buffer_alloc):
860         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
861         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
862         (gst_xvimagesink_buffer_alloc):
863           move all regularly occurring messages to GST_LOG level
864           add some more object logs
865
866 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
867
868         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
869           fix a silly segfault
870
871 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
872
873         * docs/libs/gst-plugins-base-libs-docs.sgml:
874         * docs/libs/gst-plugins-base-libs-sections.txt:
875         * gst-libs/gst/audio/mixerutils.c:
876         * gst-libs/gst/audio/mixerutils.h:
877           Add docs for mixerutils stuff.
878
879 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
880
881         * gst/playback/gstplaybasebin.c: (setup_source):
882           Fix playback for sources that emit raw audio or
883           raw video streams (e.g.: cd audio sources) (#325984).
884
885 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
886
887         * gst-libs/gst/audio/mixerutils.c:
888         (gst_audio_mixer_filter_do_filter):
889           actually save the element we create
890
891 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
892
893         * gst-libs/gst/cdda/gstcddabasesrc.c:
894         (gst_cdda_base_src_handle_track_seek):
895           No need to post a tag message on the bus when seeking
896           within the same track, only post it when the current
897           track changes.
898
899 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
900
901         * gst/playback/gstplaybasebin.c: (group_destroy),
902         (probe_triggered), (new_decoded_pad), (mute_group_type),
903         (set_active_source):
904         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
905         * gst/playback/gststreamselector.c:
906         (gst_stream_selector_base_init),
907         (gst_stream_selector_set_property),
908         (gst_stream_selector_request_new_pad):
909           Reenable stream selection. These mechanisms need a complete overhaul
910           in the face of 0.8->0.10 changes though.
911
912 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
913
914         * ext/ogg/gstoggdemux.c:
915           Change the pad template to src_%d to match the pads that 
916           are created from it. decodebin needs this information in order
917           to decide that oggdemux is capable of producing multiple pads
918           (and hence needs queues inserted).
919
920         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
921         (gst_ogg_mux_collected):
922           Make debug output more useful by using GST_PTR_FORMAT.
923
924 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
925
926         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
927
928         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
929           Set depth and width for alaw/mulaw (fixes #326601).
930
931 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
932
933         * tests/icles/Makefile.am:
934           don't build the tests if we don't have the libs
935
936 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
937
938         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
939         (gst_cd_paranoia_paranoia_callback):
940           Don't try to free NULL pointers.
941
942 2006-01-10  Edward Hervey  <edward@fluendo.com>
943
944         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
945         (gst_audio_rate_change_state), (plugin_init):
946         Add debugging category.
947         Fix type issues.
948         Add case for incoming buffers without valid offset/offset_end.
949
950 2006-01-10  Michael Smith  <msmith@fluendo.com>
951
952         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
953           Don't leak GCond in audio sources.
954
955 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
956
957         * gst/playback/gstplaybin.c: (gen_audio_element):
958           Don't leak an autoaudiosink/alsasink when we generate
959           a new audio element. (old code, I guess)
960
961 2006-01-10  Michael Smith  <msmith@fluendo.com>
962
963         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
964           Support float audio in audiorate.
965           Use width rather than depth for selecting sample width.
966
967 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
968
969         * gst/videotestsrc/videotestsrc.h:
970           Use GLib types here (that way we don't have to include the
971           generated _stdint.h header, which makes life easier for win32
972           folks that don't use autotools for the build) (#325990, patch
973           by: Sergey Scobich).
974
975 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
976
977         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
978         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
979         (gst_ring_buffer_pause), (wait_segment):
980         * gst-libs/gst/audio/gstringbuffer.h:
981           Name (private) union, makes Forte compiler happy (this time
982           for real) (#324900).
983
984 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
985
986         * gst-libs/gst/audio/Makefile.am:
987           Link against libgstinterfaces, needed for mixer
988           and property probe stuff.
989
990 2006-01-09  Edward Hervey  <edward@fluendo.com>
991
992         * gst-libs/gst/Makefile.am:
993
994 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
995
996         * gst-libs/gst/audio/Makefile.am:
997         * gst-libs/gst/audio/mixerutils.c:
998         (gst_audio_mixer_filter_do_filter),
999         (gst_audio_mixer_filter_check_element),
1000         (gst_audio_mixer_filter_probe_feature),
1001         (element_factory_rank_compare_func),
1002         (gst_audio_default_registry_mixer_filter):
1003         * gst-libs/gst/audio/mixerutils.h:
1004           Add gst_audio_default_registry_mixer_filter() utility
1005           function.
1006
1007 2006-01-03  Michael Smith  <msmith@fluendo.com>
1008
1009         * gst/audioresample/resample.h:
1010           As before, but for o_buf
1011
1012 2006-01-03  Michael Smith  <msmith@fluendo.com>
1013
1014         * gst/audioresample/resample.h:
1015           Declare struct _ResampleState.buffer as unsigned char *, not void *,
1016           since we do arithmetic on it.
1017
1018 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
1019
1020         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
1021         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1022         (gst_ring_buffer_pause), (wait_segment):
1023         * gst-libs/gst/audio/gstringbuffer.h:
1024           Sun's Forte compiler doesn't seem to like anonymous structs,
1025           so use same setup as in GstBaseSrc (fixes #324900).
1026
1027 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
1028
1029         * configure.ac:
1030         * gst/volume/Makefile.am:
1031         * gst/volume/demo.c:
1032           move old example to tests/examples/volume/volune.c
1033         * tests/examples/Makefile.am:
1034         * tests/examples/seek/seek.c: (main):
1035           change window-close event from "delete-event" to "destroy"
1036         * tests/examples/volume/Makefile.am:
1037         * tests/examples/volume/volume.c: (value_changed_callback),
1038         (setup_gui), (message_received), (eos_message_received), (main):
1039           fix event handling and bus usage
1040
1041 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
1042
1043         * gst/audiotestsrc/gstaudiotestsrc.c:
1044         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
1045         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
1046         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
1047         (gst_audio_test_src_create_square),
1048         (gst_audio_test_src_create_saw),
1049         (gst_audio_test_src_create_triangle),
1050         (gst_audio_test_src_create_silence),
1051         (gst_audio_test_src_create_white_noise),
1052         (gst_audio_test_src_create_pink_noise),
1053         (gst_audio_test_src_init_sine_table),
1054         (gst_audio_test_src_create_sine_table),
1055         (gst_audio_test_src_change_wave),
1056         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
1057         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
1058         * gst/audiotestsrc/gstaudiotestsrc.h:
1059           update to basesrc changes, implement segmented seeking and eos
1060           handling, add a 'sine-tab' waveform for performance critical playback
1061
1062 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1063
1064         * po/POTFILES.in:
1065           ... and this time the other modified file that I missed last time.
1066
1067 2005-12-29  Michael Smith  <msmith@fluendo.com>
1068
1069         * gst/playback/gstdecodebin.c: (new_pad):
1070           Fix non-C89 variable declaration not at the start of a block. Should
1071           help some compilers.
1072
1073 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1074
1075         * tests/check/Makefile.am:
1076           And now fix 'make distcheck' (builddir != srcdir)
1077
1078 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1079
1080         * configure.ac:
1081         * ext/cdparanoia/Makefile.am:
1082         * ext/cdparanoia/gstcdparanoia.c:
1083         * ext/cdparanoia/gstcdparanoia.h:
1084         * ext/cdparanoia/gstcdparanoiasrc.c:
1085         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
1086         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
1087         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
1088         (gst_cd_paranoia_paranoia_callback),
1089         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
1090         (gst_cd_paranoia_src_set_property),
1091         (gst_cd_paranoia_src_get_property), (plugin_init):
1092         * ext/cdparanoia/gstcdparanoiasrc.h:
1093           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
1094           plugin again (there are still fixes required to playbin to make
1095           cdda:// uris work there).
1096
1097 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1098
1099         * tests/check/Makefile.am:
1100           Fix test case compilation.
1101
1102 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1103
1104         * gst-libs/gst/cdda/gstcddabasesrc.c:
1105         (gst_cdda_base_src_update_duration),
1106         (gst_cdda_base_src_calculate_cddb_id):
1107           An integer is not a string. Fix access to uninitialised variable.
1108
1109         * tests/check/Makefile.am:
1110           Add cddabasesrc unit test; also actually enable the vorbis test.
1111
1112         * tests/check/generic/states.c:
1113           Blacklist new cd audio elements as well.
1114
1115         * tests/check/libs/cddabasesrc.c:
1116           Unit test for GstCddaBaseSrc (discid calculation mostly).
1117
1118 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
1119
1120         * docs/libs/Makefile.am:
1121         * docs/libs/gst-plugins-base-libs-docs.sgml:
1122         * docs/libs/gst-plugins-base-libs-sections.txt:
1123         * docs/libs/gst-plugins-base-libs.types:
1124           Add docs for libgstcdda/GstCddaBaseSrc.
1125
1126         * gst-libs/gst/interfaces/mixertrack.h:
1127           Do one struct member per line with a semicolon at the end, that way
1128           even gtk-doc might parse it without complaining.
1129
1130 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
1131
1132         * configure.ac:
1133         * gst-libs/gst/Makefile.am:
1134         * gst-libs/gst/cdda/Makefile.am:
1135         * gst-libs/gst/cdda/base64.c:
1136         * gst-libs/gst/cdda/base64.h:
1137         * gst-libs/gst/cdda/gstcddabasesrc.c:
1138         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
1139         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
1140         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
1141         (gst_cdda_base_src_get_property),
1142         (gst_cdda_base_src_get_track_from_sector),
1143         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
1144         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
1145         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
1146         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
1147         (gst_cdda_base_src_uri_get_protocols),
1148         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
1149         (gst_cdda_base_src_uri_handler_init),
1150         (gst_cdda_base_src_setup_interfaces),
1151         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
1152         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
1153         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
1154         (gst_cdda_base_src_add_tags),
1155         (gst_cdda_base_src_add_index_associations),
1156         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
1157         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
1158         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
1159         (gst_cdda_base_src_create):
1160         * gst-libs/gst/cdda/gstcddabasesrc.h:
1161         * gst-libs/gst/cdda/sha1.c:
1162         * gst-libs/gst/cdda/sha1.h:
1163           Add new libgstcdda with GstCddaBaseSrc class.
1164
1165 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
1166
1167         * ext/gnomevfs/gstgnomevfssink.h:
1168           Use GstBaseSinkClass as parent_class member for class struct, not
1169           GstBaseSink.
1170
1171 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
1172
1173         * gst/videotestsrc/gstvideotestsrc.c:
1174         (gst_video_test_src_class_init), (gst_video_test_src_start):
1175           Add start method to reset running time and number of frames sent
1176           when starting up (fixes #324696; patch by: Michal Benes).
1177
1178 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
1179
1180         * docs/plugins/Makefile.am:
1181         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1182         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1183         * docs/plugins/gst-plugins-base-plugins.args:
1184         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1185         * docs/plugins/gst-plugins-base-plugins.signals:
1186           Add docs stuff for gnomevfssrc and gnomevfssink.
1187
1188         * ext/gnomevfs/gstgnomevfssrc.c:
1189           Fix example pipeline in gtk-doc blurb.
1190
1191 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
1192
1193         * ext/gnomevfs/Makefile.am:
1194         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
1195         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
1196         (gst_gnome_vfs_handle_get_type), (plugin_init):
1197         * ext/gnomevfs/gstgnomevfs.h:
1198         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
1199         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
1200         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
1201         (gst_gnome_vfs_sink_set_property),
1202         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
1203         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
1204         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
1205         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
1206         (gst_gnome_vfs_sink_uri_get_type),
1207         (gst_gnome_vfs_sink_uri_get_protocols),
1208         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
1209         (gst_gnome_vfs_sink_uri_handler_init):
1210         * ext/gnomevfs/gstgnomevfssink.h:
1211           Port gnomevfssink; add gtk-doc blurb.
1212
1213         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
1214         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
1215         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
1216         (gst_gnome_vfs_src_uri_get_type),
1217         (gst_gnome_vfs_src_uri_get_protocols),
1218         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
1219         (gst_gnome_vfs_src_uri_handler_init),
1220         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
1221         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
1222         (gst_gnome_vfs_src_send_additional_headers_callback),
1223         (gst_gnome_vfs_src_received_headers_callback),
1224         (gst_gnome_vfs_src_push_callbacks),
1225         (gst_gnome_vfs_src_pop_callbacks),
1226         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
1227         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
1228         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
1229         * ext/gnomevfs/gstgnomevfssrc.h:
1230           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
1231           file; add gtk-doc blurb with example pipelines.
1232
1233 === release 0.10.1 ===
1234
1235 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
1236
1237         * configure.ac:
1238           releasing 0.10.1, "Dobro Dedek"
1239
1240 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
1241
1242         * gst/typefind/gsttypefindfunctions.c:
1243         iLBC30 and iLBC20 added to typefind.
1244
1245 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1246
1247         * gst-libs/gst/audio/gstbaseaudiosink.c:
1248         (gst_base_audio_sink_class_init):
1249         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1250         (gst_base_audio_src_class_init):
1251           update strings, values are in microseconds
1252           change the default sink buffer time to something that is smaller
1253           (to help software volume mixing have a slightly lower delay) but
1254           still be acceptable on Wim's laptop
1255
1256 2005-12-20  Edward Hervey  <edward@fluendo.com>
1257
1258         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
1259         Made a quack, forgot to add DUCK to the riff video template.
1260
1261 2005-12-19  Edward Hervey  <edward@fluendo.com>
1262
1263         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
1264         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
1265         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
1266         (gst_ogm_parse_chain):
1267         Make sure pads are initialized correctly.
1268         * gst-libs/gst/riff/riff-ids.h:
1269         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1270         (gst_riff_create_video_template_caps):
1271         Add a whole bunch of FOURCC <=> MimeType.
1272         Extend the riff video pad template to support the newly added fourcc.
1273
1274 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
1275
1276         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1277         (gst_ogg_demux_activate_chain):
1278           Extra debug output when activating/deactivating chains.
1279
1280         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
1281         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
1282         (unlinked):
1283           Remove a queue from our list when it becomes unlinked.
1284           Don't add queues to elements in class 'Demux' if they
1285           can only produce one pad 
1286
1287 2005-12-18  Julien MOUTTE  <julien@moutte.net>
1288
1289         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
1290         (gst_video_sink_get_type): Add a debug category.
1291
1292 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
1293
1294         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1295         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
1296           Handle downstream newsegment by sending our own newsegment before the
1297           next buffer to be released. (#323900)
1298
1299 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
1300
1301         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1302         (gst_base_rtp_depayload_set_gst_timestamp):
1303           add queue delay to new segment as well (as opposed to just the first
1304           buffer). (bug #322347)
1305
1306 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
1307
1308         * ext/libvisual/visual.c: (make_valid_name):
1309           change some char* into char[]
1310         * gst/audiotestsrc/gstaudiotestsrc.c:
1311         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
1312         (gst_audio_test_src_create):
1313         * gst/audiotestsrc/gstaudiotestsrc.h:
1314           prepare to handle EOS and SEGMENT_DONE
1315
1316 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1317
1318         * tests/check/generic/states.c: (GST_START_TEST):
1319           Blacklist cdparanoia element in state test.
1320
1321 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1322
1323         * gst/tcp/gsttcp.c:
1324         * gst/tcp/gsttcpclientsink.c:
1325         * gst/tcp/gsttcpserversink.c:
1326         * gst/tcp/gsttcpserversrc.c:
1327           Add <string.h> includes for memset and FD_ZERO (fixes #323878;
1328           patch by: Benjamin Pineau).
1329
1330 2005-12-15  Michael Smith  <msmith@fluendo.com>
1331
1332         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
1333         (gst_video_rate_chain):
1334           Fix timestamping for videorate when the first buffer it sees has a
1335           non-zero timestamp. Fix some misleading debug output.
1336
1337 2005-12-15  Michael Smith  <msmith@fluendo.com>
1338
1339         * gst/audioresample/gstaudioresample.c:
1340           Don't leak all input buffers to audioresample.
1341
1342 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1343
1344         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
1345           Don't operate on empty text buffers. Strip newlines and
1346           tabs only from the end of the text, but leave them intact
1347           in the middle. Fix typo in gtk-doc description.
1348
1349 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1350
1351         * gst/playback/gstplaybasebin.c:
1352         * gst/playback/gstplaybin.c: (handoff):
1353           Make sure the video frame buffer we return to apps via the
1354           "frame" property always has caps set on it. Modify
1355           _gst_gvalue_set_object() macro to handle NULL objects
1356           gracefully too.
1357
1358 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
1359
1360         * gst/audiotestsrc/gstaudiotestsrc.c:
1361         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1362         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
1363         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
1364         (gst_audio_test_src_create):
1365         * gst/audiotestsrc/gstaudiotestsrc.h:
1366         Adjust to some recent api changes and add wtays new cool seeking
1367         capabillities
1368
1369 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1370
1371         * ext/alsa/Makefile.am:
1372         * ext/alsa/gstalsadeviceprobe.c:
1373         * ext/alsa/gstalsadeviceprobe.h:
1374           Helper functions to add device probing via the GstPropertyProbe
1375           interface to a class.
1376
1377         * ext/alsa/gstalsamixer.h:
1378           Comment out GST_ALSA_MIXER, it returns a struct that's not
1379           used.
1380
1381         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
1382           Add some debug info. 
1383
1384         * ext/alsa/gstalsamixerelement.c:
1385         (gst_alsa_mixer_element_interface_supported),
1386         (gst_implements_interface_init),
1387         (gst_alsa_mixer_element_init_interfaces),
1388         (gst_alsa_mixer_element_class_init),
1389         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
1390         (gst_alsa_mixer_element_set_property),
1391         (gst_alsa_mixer_element_get_property),
1392         (gst_alsa_mixer_element_change_state):
1393         * ext/alsa/gstalsamixerelement.h:
1394           Add 'device' and 'device-name' properties. Add GstPropertyProbe
1395           for device handling (gnome-volume-control will need that).
1396
1397 2005-12-12  Christian Schaller  <uraeus@gnome.org>
1398
1399         * ext/Makefile.am: fix cdparanoia entry
1400         * gst-plugins-base.spec.in: add cdparanoia
1401
1402 2005-12-12  Michael Smith  <msmith@fluendo.com>
1403
1404         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
1405           Use the correct function to free list of typefind factories.
1406
1407 2005-12-12  Wim Taymans  <wim@fluendo.com>
1408
1409         * gst/videotestsrc/gstvideotestsrc.c:
1410         (gst_video_test_src_class_init), (gst_video_test_src_init),
1411         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
1412         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
1413         (gst_video_test_src_create):
1414         * gst/videotestsrc/gstvideotestsrc.h:
1415         Implement seeking in videotestsrc.
1416         Small cleanups.
1417
1418 2005-12-12  Wim Taymans  <wim@fluendo.com>
1419
1420         * ext/cdparanoia/Makefile.am:
1421         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
1422         (gst_paranoia_endian_get_type), (_do_init),
1423         (cdparanoia_class_init), (cdparanoia_init),
1424         (cdparanoia_set_property), (cdparanoia_get_property),
1425         (cdparanoia_do_seek), (cdparanoia_is_seekable),
1426         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
1427         (cdparanoia_convert), (cdparanoia_get_query_types),
1428         (cdparanoia_query), (cdparanoia_set_index),
1429         (cdparanoia_uri_set_uri):
1430         * ext/cdparanoia/gstcdparanoia.h:
1431         Partially ported cdparanoia now that basesrc can support a
1432         plugin like this..
1433
1434 2005-12-12  Wim Taymans  <wim@fluendo.com>
1435
1436         * tests/examples/seek/scrubby.c: (main):
1437         Set higher priority for bus events so they don't get reordered with
1438         gtk gui events.
1439
1440         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
1441         (flush_toggle_cb), (main):
1442         Added checkbox to disable flushing seeks. 
1443         Disable scrubbing when doing non flushing seeks.
1444
1445 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
1446
1447         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
1448         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
1449         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
1450         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
1451           Implement some sort of event handling that doesn't rely on
1452           g_return_if_fail; make sure we always push the last chunk of an 
1453           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
1454           state change function; remove some old cruft. Seeking is still
1455           rather unlikely to work though.
1456
1457         * tools/.cvsignore:
1458           Ignore more.
1459
1460 2005-12-11  Julien MOUTTE  <julien@moutte.net>
1461
1462         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
1463         Fixed a leak of the current image reference when cleaning up.
1464         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
1465
1466 2005-12-09  Michael Smith  <msmith@fluendo.com>
1467
1468         * tools/Makefile.am:
1469         * tools/gst-launch-ext-m.m:
1470           Remove gst-launch-ext. It doesn't work, and is no longer
1471           particularly useful.
1472
1473 2005-12-08  Luca Ognibene  <luogni@tin.it>
1474
1475         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1476           don't pass random values to ogmparse convert function.
1477           Make seeking possible in the exile1.ogm file.
1478
1479 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1480
1481         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
1482         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1483           Work around refcount problem with g_value_set_object() that occur
1484           if the core has been compiled against GLib-2.6 (g_value_set_object()
1485           will only g_object_ref() the element, but the caller will
1486           gst_object_unref() it and bad things will happen due to the way
1487           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
1488           totem for people on FC4 using Thomas's 0.10 RPMs.
1489           
1490 2005-12-07  Edward Hervey  <edward@fluendo.com>
1491
1492         Time to welcome ogm to 0.10 :)
1493         
1494         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
1495         (gst_ogg_pad_typefind):
1496         Oggdemux can now properly typefind elements with dynamic pads.
1497         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
1498         Properly set caps on src pad, and set caps on outgoing buffers.
1499
1500 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1501
1502         * ext/alsa/gstalsamixer.h:
1503         * ext/alsa/gstalsamixerelement.h:
1504         * ext/alsa/gstalsamixeroptions.h:
1505         * ext/alsa/gstalsamixertrack.h:
1506         * ext/alsa/gstalsasink.c:
1507         * ext/alsa/gstalsasink.h:
1508         * ext/alsa/gstalsasrc.c:
1509         * ext/alsa/gstalsasrc.h:
1510         * ext/cdparanoia/gstcdparanoia.h:
1511         * ext/gnomevfs/gstgnomevfsuri.h:
1512         * ext/ogg/gstoggdemux.c:
1513         * ext/ogg/gstoggmux.c:
1514         * ext/pango/gsttextoverlay.h:
1515         * ext/theora/theoradec.c:
1516         * ext/theora/theoraenc.c:
1517         * ext/vorbis/vorbisdec.h:
1518         * ext/vorbis/vorbisenc.c:
1519         * ext/vorbis/vorbisenc.h:
1520         * ext/vorbis/vorbisparse.h:
1521         * gst-libs/gst/audio/gstaudioclock.h:
1522         * gst-libs/gst/audio/gstaudiosink.c:
1523         * gst-libs/gst/audio/gstaudiosink.h:
1524         * gst-libs/gst/audio/gstaudiosrc.c:
1525         * gst-libs/gst/audio/gstaudiosrc.h:
1526         * gst-libs/gst/audio/gstbaseaudiosink.c:
1527         * gst-libs/gst/audio/gstbaseaudiosink.h:
1528         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1529         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1530         * gst-libs/gst/audio/gstringbuffer.h:
1531         * gst-libs/gst/audio/multichannel.h:
1532         * gst-libs/gst/floatcast/floatcast.h:
1533         * gst-libs/gst/interfaces/colorbalance.c:
1534         * gst-libs/gst/interfaces/colorbalance.h:
1535         * gst-libs/gst/interfaces/colorbalancechannel.h:
1536         * gst-libs/gst/interfaces/mixer.h:
1537         * gst-libs/gst/interfaces/mixeroptions.h:
1538         * gst-libs/gst/interfaces/mixertrack.h:
1539         * gst-libs/gst/interfaces/navigation.h:
1540         * gst-libs/gst/interfaces/propertyprobe.h:
1541         * gst-libs/gst/interfaces/tuner.h:
1542         * gst-libs/gst/interfaces/tunerchannel.h:
1543         * gst-libs/gst/interfaces/tunernorm.h:
1544         * gst-libs/gst/interfaces/xoverlay.h:
1545         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1546         * gst-libs/gst/riff/riff-ids.h:
1547         * gst-libs/gst/riff/riff-media.h:
1548         * gst-libs/gst/riff/riff-read.h:
1549         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1550         * gst-libs/gst/rtp/gstbasertppayload.c:
1551         * gst-libs/gst/rtp/gstbasertppayload.h:
1552         * gst-libs/gst/rtp/gstrtpbuffer.c:
1553         * gst-libs/gst/rtp/gstrtpbuffer.h:
1554         * gst-libs/gst/tag/gsttageditingprivate.h:
1555         * gst-libs/gst/tag/gstvorbistag.c:
1556         (gst_tag_list_from_vorbiscomment_buffer):
1557         * gst-libs/gst/tag/tag.h:
1558         * gst-libs/gst/video/video.h:
1559         * gst/adder/gstadder.c:
1560         * gst/adder/gstadder.h:
1561         * gst/audioconvert/audioconvert.c:
1562         * gst/audioconvert/audioconvert.h:
1563         * gst/audioconvert/gstaudioconvert.c:
1564         * gst/audioconvert/gstchannelmix.c:
1565         * gst/audioconvert/gstchannelmix.h:
1566         * gst/audiorate/gstaudiorate.c:
1567         * gst/audioresample/buffer.h:
1568         * gst/audioresample/functable.h:
1569         * gst/audioresample/gstaudioresample.c:
1570         * gst/audioresample/resample.h:
1571         * gst/ffmpegcolorspace/avcodec.h:
1572         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1573         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
1574         * gst/ffmpegcolorspace/imgconvert.c:
1575         * gst/ffmpegcolorspace/imgconvert_template.h:
1576         * gst/playback/gstdecodebin.c:
1577         * gst/playback/gstplaybasebin.h:
1578         * gst/playback/gstplaybin.c:
1579         * gst/playback/gststreaminfo.h:
1580         * gst/tcp/gstfdset.c:
1581         * gst/tcp/gstfdset.h:
1582         * gst/tcp/gstmultifdsink.c:
1583         * gst/tcp/gstmultifdsink.h:
1584         * gst/tcp/gsttcp.h:
1585         * gst/tcp/gsttcpclientsrc.c:
1586         * gst/tcp/gsttcpclientsrc.h:
1587         * gst/tcp/gsttcpplugin.h:
1588         * gst/tcp/gsttcpserversink.c:
1589         * gst/tcp/gsttcpserversrc.c:
1590         * gst/typefind/gsttypefindfunctions.c:
1591         * gst/videorate/gstvideorate.c:
1592         * gst/videotestsrc/gstvideotestsrc.h:
1593         * gst/videotestsrc/videotestsrc.h:
1594         * sys/v4l/gstv4lcolorbalance.h:
1595         * sys/v4l/gstv4ltuner.h:
1596         * sys/v4l/gstv4lxoverlay.h:
1597         * sys/v4l/v4l_calls.h:
1598         * sys/v4l/videodev_mjpeg.h:
1599         * tests/check/elements/audioconvert.c:
1600         * tests/check/elements/audioresample.c:
1601         * tests/check/elements/audiotestsrc.c:
1602         * tests/check/elements/videotestsrc.c:
1603         * tests/check/elements/volume.c:
1604         * tests/examples/seek/scrubby.c:
1605         * tests/examples/seek/seek.c:
1606           expand tabs
1607
1608 === release 0.10.0 ===
1609
1610 2005-12-05   <thomas (at) apestaart (dot) org>
1611
1612         * configure.ac:
1613           releasing 0.10.0, "Mont-d'or"
1614
1615 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1616
1617         * tests/examples/seek/Makefile.am:
1618         Build fix for when gtk is not available.
1619
1620 2005-12-05  Andy Wingo  <wingo@pobox.com>
1621
1622         * ext/libvisual/visual.c: (get_buffer):
1623         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
1624         * ext/pango/gsttextrender.c: (gst_text_render_chain):
1625         * ext/theora/theoradec.c: (theora_handle_data_packet):
1626         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
1627         (theora_enc_chain):
1628         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1629         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
1630         Update for alloc_buffer changes.
1631
1632 2005-12-05  Andy Wingo  <wingo@pobox.com>
1633
1634         patch by: Kai Vehmanen <kv2004 eca cx>
1635         
1636         * gst-libs/gst/rtp/gstbasertpdepayload.c
1637         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
1638
1639 2005-12-04  Andy Wingo  <wingo@pobox.com>
1640
1641         patch by: Sebastien Cote <sebas642 yahoo ca>
1642         
1643         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
1644         Fixes #319172.
1645
1646 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
1647
1648         * docs/plugins/Makefile.am:
1649         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1650         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1651         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1652         * ext/pango/gstclockoverlay.c:
1653         * ext/pango/gsttextoverlay.c: 
1654         * ext/pango/gsttextrender.c:
1655         * ext/pango/gsttimeoverlay.c:
1656           Add gtk-doc blurbs to pango elements.
1657
1658 2005-12-02  Wim Taymans  <wim@fluendo.com>
1659
1660         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
1661         * gst/audioresample/buffer.h:
1662         * gst/audioresample/gstaudioresample.c:
1663         * gst/audioresample/gstaudioresample.h:
1664         * gst/audioresample/resample.c: (resample_input_flush),
1665         (resample_input_pushthrough), (resample_input_eos),
1666         (resample_get_output_size_for_input),
1667         (resample_get_input_size_for_output), (resample_get_output_size),
1668         (resample_get_output_data):
1669         * gst/audioresample/resample.h:
1670         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1671         Fix audioresample, seek torture, new segments, reverse negotiation
1672         etc.. work fine.
1673
1674 2005-12-02  Wim Taymans  <wim@fluendo.com>
1675
1676         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1677         Small cleanups.
1678
1679 2005-12-02  Wim Taymans  <wim@fluendo.com>
1680
1681         * gst/audioconvert/gstaudioconvert.c:
1682         (gst_audio_convert_transform):
1683         Post errors.
1684
1685 === release 0.9.7 ===
1686
1687 2005-12-01   <thomas (at) apestaart (dot) org>
1688
1689         * configure.ac:
1690           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
1691
1692 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1693
1694         * Makefile.am:
1695         * po/hu.po:
1696         * win32/MANIFEST:
1697         * win32/gst.sln:
1698           add win32 MANIFEST file
1699           do something to the hungarian translation
1700
1701 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
1702
1703         * ext/Makefile.am:
1704           Add $(PANGO_DIR) to SUBDIRS
1705
1706         * ext/pango/gstclockoverlay.c:
1707         * ext/pango/gsttimeoverlay.c:
1708           Fix and improve element descriptions.
1709
1710 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1711
1712         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1713         * docs/plugins/inspect/plugin-libvisual.xml:
1714         * docs/plugins/inspect/plugin-pango.xml:
1715           add pango plugin to docs
1716
1717 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1718
1719         * configure.ac:
1720         * ext/Makefile.am:
1721           moved pango to base
1722
1723 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1724
1725         * configure.ac:
1726         * tests/Makefile.am:
1727         * tests/icles/.cvsignore:
1728         * tests/icles/Makefile.am:
1729         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
1730         (close_display), (resize_window), (move_window), (create_window),
1731         (terminate_playback), (pause_playback), (start_playback), (main):
1732           add stress test for xoverlay from Julien
1733
1734 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1735
1736         * docs/libs/tmpl/gstcolorbalance.sgml:
1737         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1738         * gst-libs/gst/rtp/gstbasertppayload.c:
1739         * gst-libs/gst/rtp/gstrtpbuffer.c:
1740         * gst-libs/gst/rtp/gstrtpbuffer.h:
1741           Do burger's rename for rtp payloaders and depayloaders
1742
1743 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1744
1745         * win32/:
1746           add Visual Studio 6 build files
1747
1748 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1749
1750         * docs/libs/gst-plugins-base-libs-docs.sgml:
1751         * docs/libs/gst-plugins-base-libs-sections.txt:
1752         * docs/libs/tmpl/gstaudio.sgml:
1753         * docs/libs/tmpl/gstringbuffer.sgml:
1754         * gst-libs/gst/interfaces/xoverlay.c:
1755         * gst-libs/gst/video/gstvideofilter.c:
1756         * gst-libs/gst/video/gstvideosink.c:
1757           update documentation
1758
1759 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1760
1761         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
1762         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
1763         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
1764         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
1765         (gst_multi_fd_sink_get_stats),
1766         (gst_multi_fd_sink_remove_client_link),
1767         (gst_multi_fd_sink_handle_client_read),
1768         (gst_multi_fd_sink_client_queue_data),
1769         (gst_multi_fd_sink_client_queue_caps),
1770         (gst_multi_fd_sink_client_queue_buffer),
1771         (gst_multi_fd_sink_new_client),
1772         (gst_multi_fd_sink_handle_client_write),
1773         (gst_multi_fd_sink_recover_client),
1774         (gst_multi_fd_sink_queue_buffer),
1775         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
1776         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
1777         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
1778         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
1779         * gst/tcp/gstmultifdsink.h:
1780         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
1781         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
1782         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
1783         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
1784         (gst_tcp_client_sink_set_property),
1785         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
1786         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
1787         * gst/tcp/gsttcpclientsink.h:
1788         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
1789         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
1790         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
1791         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
1792         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
1793         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
1794         * gst/tcp/gsttcpclientsrc.h:
1795         * gst/tcp/gsttcpplugin.c: (plugin_init):
1796         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
1797         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
1798         (gst_tcp_server_sink_finalize),
1799         (gst_tcp_server_sink_handle_server_read),
1800         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
1801         (gst_tcp_server_sink_set_property),
1802         (gst_tcp_server_sink_get_property),
1803         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
1804         * gst/tcp/gsttcpserversink.h:
1805         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
1806         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
1807         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
1808         (gst_tcp_server_src_set_property),
1809         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
1810         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
1811         * gst/tcp/gsttcpserversrc.h:
1812           more borgifying
1813
1814 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1815
1816         * docs/plugins/Makefile.am:
1817         * docs/plugins/gst-plugins-base-plugins.args:
1818         * docs/plugins/inspect/plugin-libvisual.xml:
1819         * gst/audioconvert/plugin.h:
1820         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
1821         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
1822         (gst_audio_rate_setcaps), (gst_audio_rate_init),
1823         (gst_audio_rate_chain), (gst_audio_rate_set_property),
1824         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
1825         (plugin_init):
1826         * gst/audiotestsrc/gstaudiotestsrc.c:
1827         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
1828         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1829         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
1830         (gst_audio_test_src_get_query_types),
1831         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
1832         (gst_audio_test_src_create_square),
1833         (gst_audio_test_src_create_saw),
1834         (gst_audio_test_src_create_triangle),
1835         (gst_audio_test_src_create_silence),
1836         (gst_audio_test_src_create_white_noise),
1837         (gst_audio_test_src_init_pink_noise),
1838         (gst_audio_test_src_generate_pink_noise_value),
1839         (gst_audio_test_src_create_pink_noise),
1840         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
1841         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
1842         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
1843         (plugin_init):
1844         * gst/audiotestsrc/gstaudiotestsrc.h:
1845         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
1846         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
1847         (gst_sub_parse_init), (gst_sub_parse_formats),
1848         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
1849         (convert_encoding), (get_next_line),
1850         (gst_sub_parse_data_format_autodetect),
1851         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
1852         (gst_sub_parse_loop), (gst_sub_parse_chain),
1853         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
1854         (plugin_init):
1855         * gst/subparse/gstsubparse.h:
1856         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
1857         (gst_video_rate_base_init), (gst_video_rate_class_init),
1858         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
1859         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
1860         (gst_video_rate_init), (gst_video_rate_event),
1861         (gst_video_rate_chain), (gst_video_rate_set_property),
1862         (gst_video_rate_get_property), (gst_video_rate_change_state),
1863         (plugin_init):
1864         * gst/videoscale/gstvideoscale.c:
1865         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
1866         (gst_video_scale_src_template_factory),
1867         (gst_video_scale_sink_template_factory),
1868         (gst_video_scale_get_type), (gst_video_scale_base_init),
1869         (gst_video_scale_class_init), (gst_video_scale_init),
1870         (gst_video_scale_set_property), (gst_video_scale_get_property),
1871         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
1872         (gst_video_scale_prepare_size), (parse_caps),
1873         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
1874         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
1875         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
1876         (plugin_init):
1877         * gst/videoscale/gstvideoscale.h:
1878         * gst/videotestsrc/gstvideotestsrc.c:
1879         (gst_video_test_src_pattern_get_type),
1880         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
1881         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
1882         (gst_video_test_src_set_pattern),
1883         (gst_video_test_src_set_property),
1884         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
1885         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
1886         (gst_video_test_src_event), (gst_video_test_src_get_times),
1887         (gst_video_test_src_create), (plugin_init):
1888         * gst/videotestsrc/gstvideotestsrc.h:
1889         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
1890         (gst_video_test_src_smpte), (gst_video_test_src_snow),
1891         (gst_video_test_src_black):
1892         * gst/videotestsrc/videotestsrc.h:
1893           borgify further
1894           clean up docs a little
1895
1896 2005-11-30  Wim Taymans  <wim@fluendo.com>
1897
1898         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1899         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
1900         (gst_basertppayload_event), (gst_basertppayload_push),
1901         (gst_basertppayload_change_state):
1902         * gst-libs/gst/rtp/gstbasertppayload.h:
1903         closed #320644.
1904
1905 2005-11-30  Julien MOUTTE  <julien@moutte.net>
1906
1907         * docs/libs/gst-plugins-base-libs-docs.sgml:
1908         * docs/libs/gst-plugins-base-libs-sections.txt:
1909         * gst-libs/gst/video/gstvideofilter.c:
1910         * gst-libs/gst/video/gstvideosink.c:
1911         * gst-libs/gst/video/gstvideosink.h: Adding docs.
1912
1913 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1914
1915         * LICENSE:
1916           move
1917         * po/af.po:
1918         * po/az.po:
1919         * po/cs.po:
1920         * po/en_GB.po:
1921         * po/hu.po:
1922         * po/it.po:
1923         * po/nb.po:
1924         * po/nl.po:
1925         * po/or.po:
1926         * po/sq.po:
1927         * po/sr.po:
1928         * po/sv.po:
1929         * po/uk.po:
1930         * po/vi.po:
1931         * Makefile.am:
1932           update
1933         * scripts/autoplugins.sh:
1934           remove
1935
1936 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1937
1938         * Makefile.am:
1939         * configure.ac:
1940         * examples/Makefile.am:
1941         * examples/capsfilter/Makefile.am:
1942         * examples/capsfilter/capsfilter1.c:
1943         * examples/gob/Makefile.am:
1944         * examples/gob/gst-identity2.gob:
1945         * examples/indexing/.cvsignore:
1946         * examples/indexing/Makefile.am:
1947         * examples/indexing/indexmpeg.c:
1948         * examples/seeking/.cvsignore:
1949         * examples/seeking/Makefile.am:
1950         * examples/seeking/cdparanoia.c:
1951         * examples/seeking/cdplayer.c:
1952         * examples/seeking/chained.c:
1953         * examples/seeking/scrubby.c:
1954         * examples/seeking/seek.c:
1955         * examples/stats/Makefile.am:
1956         * examples/stats/mp2ogg.c:
1957         * examples/switch/.cvsignore:
1958         * examples/switch/Makefile.am:
1959         * examples/switch/switcher.c:
1960         * tests/Makefile.am:
1961         * tests/check/generic/.cvsignore:
1962         * tests/check/pipelines/.cvsignore:
1963         * tests/examples/Makefile.am:
1964         * tests/examples/seek/Makefile.am:
1965           reorganize stuff under tests/
1966
1967 2005-11-30  Edward Hervey  <edward@fluendo.com>
1968
1969         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
1970         Go away you stupid GstStaticPadTemplate memleak.
1971
1972 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1973
1974         * gst-libs/gst/net/Makefile.am:
1975         * gst-libs/gst/net/README:
1976         * gst-libs/gst/net/gstnetbuffer.c:
1977         * gst-libs/gst/net/gstnetbuffer.h:
1978           this was moved to "netbuffer"
1979
1980 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1981
1982         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
1983         (gst_video_filter_class_init), (gst_video_filter_init):
1984         * gst-libs/gst/video/gstvideofilter.h:
1985           borgify name to bring in line with other classes
1986
1987 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1988
1989         * gst/audioscale/.cvsignore:
1990         * gst/audioscale/Makefile.am:
1991         * gst/audioscale/README:
1992         * gst/audioscale/audioscale.vcproj:
1993         * gst/audioscale/dtof.c:
1994         * gst/audioscale/dtos.c:
1995         * gst/audioscale/functable.c:
1996         * gst/audioscale/gstaudioscale.c:
1997         * gst/audioscale/gstaudioscale.h:
1998         * gst/audioscale/private.h:
1999         * gst/audioscale/resample.c:
2000         * gst/audioscale/resample.h:
2001         * gst/audioscale/test.c:
2002           remove
2003
2004 2005-11-30  Edward Hervey  <edward@fluendo.com>
2005
2006         * gst-libs/gst/netbuffer/Makefile.am:
2007         really, really tired
2008
2009 2005-11-30  Edward Hervey  <edward@fluendo.com>
2010
2011         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2012         Update for new GstTypeFindFactory _register()
2013
2014 2005-11-30  Edward Hervey  <edward@fluendo.com>
2015
2016         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
2017         Let's not override libgstnet from core for no reason...
2018         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
2019         Ok, maybe not so quick next time.
2020
2021 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2022
2023         * configure.ac:
2024         * gst-libs/gst/Makefile.am:
2025           moved gst-libs/gst/net to netbuffer through CVS surgery
2026           remove old directory
2027           updating build to accomodate
2028           (#322257)
2029
2030 2005-11-29  Andy Wingo  <wingo@pobox.com>
2031
2032         * pkgconfig/gstreamer-plugins-base.pc.in:
2033         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2034         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
2035         (#322257).
2036
2037 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
2038
2039         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
2040         3rd time's the charm. Correct ref-counting for discarded buffers.
2041
2042 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
2043
2044         * gst/playback/gststreamselector.c:
2045         (gst_stream_selector_class_init),
2046         (gst_stream_selector_set_property),
2047         (gst_stream_selector_get_property),
2048         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
2049         Fix ref-counting
2050
2051 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
2052
2053         * gst/subparse/gstsubparse.c: (feed_textbuf):
2054           Don't access already unref'ed buffer.
2055
2056 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
2057
2058         * gst/playback/gststreamselector.c:
2059         (gst_stream_selector_class_init), (gst_stream_selector_init),
2060         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
2061         (gst_stream_selector_get_property),
2062         (gst_stream_selector_get_linked_pad),
2063         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
2064         * gst/playback/gststreamselector.h:
2065         Add the active-pad property for playbin to use shortly. Ignore buffers
2066         from any other pad, returning GST_FLOW_NOT_LINKED
2067
2068 2005-11-29  Julien MOUTTE  <julien@moutte.net>
2069
2070         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
2071         patch from bug #322704 (Alessandro Decina).
2072
2073 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2074
2075         * gst-libs/gst/audio/Makefile.am:
2076           folded audiofilter into the audio library
2077
2078 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2079
2080         * gst/videoscale/gstvideoscale.h:
2081         * gst/videoscale/gstvideoscale.c:
2082           remove unimplemented scale methods
2083
2084 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
2085
2086         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
2087           Don't leak caps.
2088
2089 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2090
2091         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
2092         (gst_ximagesink_setcaps):
2093         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2094         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
2095         happens (only visible on ximagesink but bug is in xv too) set_caps was
2096         destroying the internal x[v]image used to memcpy non locally alloced
2097         buffers so that it got renewed on next _chain. The issue is that 
2098         _expose will try to put that image as it reffed it in _put.
2099         Using gst_buffer_unref instead of destroy fixes it !
2100
2101 2005-11-28  Edward Hervey  <edward@fluendo.com>
2102
2103         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2104         (try_to_link_1), (queue_filled_cb):
2105         Better use of the queues. Start with a small size queue and only increase
2106         the size of the queues when the other queues are empty.
2107
2108 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2109
2110         * gst-libs/gst/video/Makefile.am:
2111           compile in copied-over videofilter into the video library
2112         * gst-libs/gst/video/videosink.h:
2113           rename the header to gstvideosink.h since it's a base GstObject class
2114         * sys/ximage/ximagesink.h:
2115         * sys/xvimage/xvimagesink.h:
2116           use the new header
2117
2118 2005-11-28  Wim Taymans  <wim@fluendo.com>
2119
2120         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
2121         * gst/playback/gstplaybasebin.h:
2122         Prepare to handle errors betters.
2123
2124         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
2125         Set sinks to PAUSED first before adding and linking them so that
2126         we don't interrupt dataflow.
2127
2128 2005-11-28  Wim Taymans  <wim@fluendo.com>
2129
2130         * gst-libs/gst/audio/TODO:
2131         Updated TODO
2132
2133         * gst-libs/gst/audio/gstaudiosink.c:
2134         (gst_audioringbuffer_open_device),
2135         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
2136         (gst_audioringbuffer_release):
2137         Small cleanups.
2138
2139         * gst-libs/gst/audio/gstbaseaudiosink.c:
2140         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
2141         (gst_base_audio_sink_change_state):
2142         Slave to the master clock when going to PLAYING and unslave when
2143         going to PAUSED.
2144
2145         * gst-libs/gst/audio/gstringbuffer.c:
2146         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
2147         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
2148         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
2149         (gst_ring_buffer_clear_all), (wait_segment),
2150         (gst_ring_buffer_commit), (gst_ring_buffer_read),
2151         (gst_ring_buffer_advance):
2152         * gst-libs/gst/audio/gstringbuffer.h:
2153         Add some docs and cleanups.
2154
2155 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2156
2157         * sys/xvimage/xvimagesink.c:
2158         (gst_xvimagesink_navigation_send_event): Fix navigation events
2159         coordinates translation with pixel aspect ratios.
2160
2161 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2162
2163         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2164         Use calculated video geometry from _setcaps instead of buffer
2165         caps to respect pixel aspect ratio. (fixes #322388)
2166
2167 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2168
2169         * docs/libs/tmpl/gstcolorbalance.sgml:
2170         * docs/libs/tmpl/gstmixer.sgml:
2171         * docs/libs/tmpl/gstxoverlay.sgml:
2172         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
2173         interface.
2174
2175 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2176
2177         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2178         Refuse to create an XvImage if we can't find the format.
2179
2180 2005-11-28  Edward Hervey  <edward@fluendo.com>
2181
2182         * gst-libs/gst/riff/riff-media.c:
2183         (gst_riff_create_audio_template_caps):
2184         Add ATRAC3 to the list of riff-possible audio caps.
2185         I know we still don't have a plugin for atrac3, but it's saner to output
2186         that than a cryptic mimetype.
2187
2188 2005-11-27  Edward Hervey  <edward@fluendo.com>
2189
2190         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
2191         Don't try to create a zero-sized subbuffer.
2192
2193 2005-11-27  Julien MOUTTE  <julien@moutte.net>
2194
2195         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
2196         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
2197         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
2198         (gst_ximagesink_expose): Fixed a tricky race.
2199         * sys/ximage/ximagesink.h:
2200         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2201         (gst_xvimagesink_expose): Fixed a tricky race.
2202         * sys/xvimage/xvimagesink.h:
2203
2204 2005-11-27  Edward Hervey  <edward@fluendo.com>
2205
2206         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
2207         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
2208         Remove unused properties, and add queues between demuxers and decoders
2209         so that a lot more files can preroll properly.
2210
2211 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2212
2213         * gst-libs/gst/net/Makefile.am:
2214         * gst-libs/gst/rtp/Makefile.am:
2215         * gst-libs/gst/tag/Makefile.am:
2216           remove silly include
2217         * gst/tags/Makefile.am:
2218         * gst/tags/gsttagediting.c:
2219         * gst/tags/gsttageditingprivate.h:
2220         * gst/tags/tagedit.vcproj:
2221           remove directory, is as good as empty
2222
2223 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2224
2225         * configure.ac:
2226           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
2227         * gst-libs/Makefile.am:
2228         * gst-libs/gst/audio/Makefile.am:
2229         * gst-libs/gst/interfaces/Makefile.am:
2230         * gst-libs/gst/net/Makefile.am:
2231         * gst-libs/gst/riff/Makefile.am:
2232         * gst-libs/gst/rtp/Makefile.am:
2233         * gst-libs/gst/tag/Makefile.am:
2234         * gst-libs/gst/video/Makefile.am:
2235           and use them
2236
2237 2005-11-27  Julien MOUTTE  <julien@moutte.net>
2238
2239         * docs/libs/tmpl/gstcolorbalance.sgml:
2240         * docs/libs/tmpl/gstmixer.sgml:
2241         * docs/libs/tmpl/gstxoverlay.sgml:
2242         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
2243         * sys/ximage/ximagesink.h:
2244         * sys/xvimage/xvimagesink.h: More and more documentation.
2245
2246 2005-11-26  Julien MOUTTE  <julien@moutte.net>
2247
2248         * docs/libs/gst-plugins-base-libs-docs.sgml:
2249         * docs/libs/gst-plugins-base-libs-sections.txt:
2250         * docs/libs/tmpl/gstcolorbalance.sgml:
2251         * docs/libs/tmpl/gstmixer.sgml:
2252         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
2253         to documentation.
2254
2255 2005-11-26  Julien MOUTTE  <julien@moutte.net>
2256
2257         * docs/plugins/Makefile.am:
2258         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2259         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2260         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
2261
2262 2005-11-26  Julien MOUTTE  <julien@moutte.net>
2263
2264         * docs/plugins/Makefile.am:
2265         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2266         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2267         * docs/plugins/inspect/plugin-adder.xml:
2268         * docs/plugins/inspect/plugin-alsa.xml:
2269         * docs/plugins/inspect/plugin-audioconvert.xml:
2270         * docs/plugins/inspect/plugin-audiorate.xml:
2271         * docs/plugins/inspect/plugin-audioresample.xml:
2272         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2273         * docs/plugins/inspect/plugin-decodebin.xml:
2274         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2275         * docs/plugins/inspect/plugin-gnomevfs.xml:
2276         * docs/plugins/inspect/plugin-ogg.xml:
2277         * docs/plugins/inspect/plugin-playbin.xml:
2278         * docs/plugins/inspect/plugin-subparse.xml:
2279         * docs/plugins/inspect/plugin-tcp.xml:
2280         * docs/plugins/inspect/plugin-theora.xml:
2281         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2282         * docs/plugins/inspect/plugin-video4linux.xml:
2283         * docs/plugins/inspect/plugin-videorate.xml:
2284         * docs/plugins/inspect/plugin-videoscale.xml:
2285         * docs/plugins/inspect/plugin-videotestsrc.xml:
2286         * docs/plugins/inspect/plugin-volume.xml:
2287         * docs/plugins/inspect/plugin-vorbis.xml:
2288         * docs/plugins/inspect/plugin-ximagesink.xml:
2289         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
2290         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
2291
2292 2005-11-26  Edward Hervey  <edward@fluendo.com>
2293
2294         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
2295         Properly return GstFlowReturn from gst_pad_push in chain functions.
2296
2297 2005-11-25  Michael Smith  <msmith@fluendo.com>
2298
2299         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
2300         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
2301         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
2302         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
2303           Handle various conditions better when we don't understand a stream.
2304           Removes a heap of CRITICALs on ogg streams containing unknown data.
2305
2306 2005-11-24  Andy Wingo  <wingo@pobox.com>
2307
2308         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
2309         Be threadsafe.
2310
2311 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2312
2313         * configure.ac: back to HEAD
2314
2315 === release 0.9.6 ===
2316
2317 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
2318
2319         * configure.ac:
2320           releasing 0.9.6, "White Eight"
2321
2322 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2323
2324         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2325         * docs/plugins/inspect/plugin-sine.xml:
2326           remove sinesrc some more
2327
2328 2005-11-23  Wim Taymans  <wim@fluendo.com>
2329
2330         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
2331         If we are reading too slowly, jump forward in the ringbuffer
2332         instead of blocking.
2333
2334 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
2335
2336         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
2337         (gst_visual_chain):
2338         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
2339         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
2340         (gst_videorate_chain):
2341         * gst/videotestsrc/gstvideotestsrc.c:
2342         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
2343         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
2344         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
2345         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
2346         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
2347         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
2348           Updates for API changes
2349
2350 2005-11-23  Wim Taymans  <wim@fluendo.com>
2351
2352         * gst-libs/gst/audio/gstbaseaudiosink.c:
2353         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
2354         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2355         Fix for calibration API change.
2356
2357 2005-11-23  Michael Smith <msmith@fluendo.com>
2358
2359         * gst-libs/gst/audio/multichannel.c:
2360         (gst_audio_get_channel_positions),
2361         (gst_audio_set_channel_positions),
2362         (gst_audio_set_structure_channel_positions_list),
2363         (gst_audio_fixate_channel_positions):
2364           Use gst_value_array_*() functions on value arrays, not
2365           gst_value_list_*().
2366
2367 2005-11-23  Edward Hervey  <edward@fluendo.com>
2368
2369         * autogen.sh:
2370         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
2371         Fixes autogen
2372
2373 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2374
2375         * check/Makefile.am:
2376         * check/elements/videotestsrc.c: (setup_videotestsrc),
2377         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
2378         (main):
2379           add a test for videotestsrc
2380
2381 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2382
2383         * gst/sine/.cvsignore:
2384         * gst/sine/Makefile.am:
2385         * gst/sine/gstsinesrc.c:
2386         * gst/sine/gstsinesrc.h:
2387         * gst/sine/sinesrc.vcproj:
2388           and remove sinesrc from the repository.  Closes #321446
2389
2390 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2391
2392         * configure.ac:
2393         * gst-plugins-base.spec.in:
2394           remove sinesrc from the build
2395
2396 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2397
2398         * check/Makefile.am:
2399         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
2400         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
2401         (main):
2402           add a test for audiotestsrc, testing all waves.  Even seems
2403           leak-free at first glance, nice job Stefan
2404
2405 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
2406
2407         * po/af.po:
2408         * po/az.po:
2409         * po/cs.po:
2410         * po/en_GB.po:
2411         * po/hu.po:
2412         * po/it.po:
2413         * po/nb.po:
2414         * po/nl.po:
2415         * po/or.po:
2416         * po/sq.po:
2417         * po/sr.po:
2418         * po/sv.po:
2419         * po/uk.po:
2420         * po/vi.po:
2421           Translation string updates
2422
2423         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
2424         (gst_v4lsrc_set_caps):
2425         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
2426         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
2427         * sys/v4l/v4lsrc_calls.h:
2428           Improve v4lsrc, by making it work again.
2429
2430 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
2431
2432         * ext/libvisual/visual.c: (gst_visual_chain):
2433           Fix the fps calculations.
2434
2435         * gst/ffmpegcolorspace/avcodec.h:
2436           Move structure element for clarity
2437
2438         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
2439         * gst-libs/gst/interfaces/tunernorm.h:
2440         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
2441         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
2442         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
2443         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
2444         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
2445         (gst_v4lmjpegsrc_getcaps):
2446         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
2447         (gst_v4lsrc_set_caps):
2448         * sys/v4l/gstv4lsrc.h:
2449         * sys/v4l/v4l_calls.c: (gst_v4l_open):
2450         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
2451         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
2452         * sys/v4l/v4lsrc_calls.h:
2453           Fractional framerates...
2454
2455 2005-11-22  Wim Taymans  <wim@fluendo.com>
2456
2457         * gst-libs/gst/audio/gstbaseaudiosink.c:
2458         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
2459         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2460         And we provide a clock by default, of course...
2461
2462 2005-11-22  Wim Taymans  <wim@fluendo.com>
2463
2464         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
2465         This clock can be slaved to a master clock now.
2466
2467         * gst-libs/gst/audio/gstbaseaudiosink.c:
2468         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2469         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
2470         (gst_base_audio_sink_set_clock),
2471         (gst_base_audio_sink_set_property),
2472         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
2473         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2474         * gst-libs/gst/audio/gstbaseaudiosink.h:
2475         Handle slaving the internal clock to the clock selected in the
2476         pipeline.
2477         Add property to make the basesink not provide a clock.
2478
2479         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2480         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
2481         (gst_base_rtp_depayload_wait):
2482         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2483         We can use the clock in GstElement, no need to store it ourselves.
2484
2485 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2486
2487         * docs/libs/tmpl/gstaudio.sgml:
2488           update
2489         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
2490         (gst_paranoia_endian_get_type):
2491         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
2492         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
2493         * gst/audiotestsrc/gstaudiotestsrc.c:
2494         (gst_audiostestsrc_wave_get_type):
2495         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
2496         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
2497         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
2498         (gst_sync_method_get_type), (gst_unit_type_get_type),
2499         (gst_client_status_get_type), (gst_multifdsink_class_init),
2500         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
2501         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
2502         (gst_multifdsink_get_property):
2503         * gst/tcp/gstmultifdsink.h:
2504         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
2505         * gst/videotestsrc/gstvideotestsrc.c:
2506         (gst_videotestsrc_pattern_get_type):
2507           remove deprecated properties
2508           fix up enums to correctly have short lowercase dashed nicks
2509
2510 2005-11-22  Michael Smith <msmith@fluendo.com>
2511
2512         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
2513         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2514           Add underscore.
2515
2516 2005-11-22  Michael Smith <msmith@fluendo.com>
2517
2518         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
2519         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2520           Use utility method for scaling clocktime for fractional framerates.
2521
2522 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
2523
2524         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
2525         (gst_visual_chain):
2526         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2527         * ext/theora/theoradec.c: (theora_handle_type_packet):
2528         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
2529         (theora_enc_chain):
2530         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2531         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
2532         * gst-libs/gst/video/video.h:
2533         * gst/ffmpegcolorspace/avcodec.h:
2534         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2535         (gst_ffmpeg_caps_to_pixfmt):
2536         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2537         (gst_ffmpegcsp_set_caps):
2538         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
2539         (gst_videorate_setcaps), (gst_videorate_blank_data),
2540         (gst_videorate_chain):
2541         * gst/videotestsrc/gstvideotestsrc.c:
2542         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
2543         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
2544         (gst_videotestsrc_event), (gst_videotestsrc_create):
2545         * gst/videotestsrc/gstvideotestsrc.h:
2546         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
2547         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
2548         (gst_ximagesink_get_times), (gst_ximagesink_init):
2549         * sys/ximage/ximagesink.h:
2550         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2551         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
2552         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
2553         * sys/xvimage/xvimagesink.h:
2554           Convert elements to use fractions for their framerate.
2555           V4L elements to come later tonight.
2556
2557 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2558
2559         * gst-libs/gst/audio/audio.c:
2560         * gst-libs/gst/audio/audio.h:
2561           remove some deprecated functions
2562
2563 2005-11-22  Andy Wingo  <wingo@pobox.com>
2564
2565         * Update for gst_tag_setter API changes.
2566
2567 2005-11-22  Andy Wingo  <wingo@pobox.com>
2568
2569         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
2570         (gst_ogg_demux_perform_seek):
2571         * ext/theora/theoradec.c (theora_dec_sink_event):
2572         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
2573         update-funcnames.
2574
2575 2005-11-22  Wim Taymans  <wim@fluendo.com>
2576
2577         * examples/seeking/seek.c: (main):
2578         Give higher priority to bus signals than the gtk events
2579         to fix a race condition in the segment looping.
2580
2581 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
2582
2583         * ext/theora/Makefile.am:
2584         * ext/vorbis/Makefile.am:
2585         * gst-libs/gst/tag/Makefile.am:
2586         * gst-plugins-base.spec.in:
2587           Rename libgsttagedit to libgsttag (#322117).
2588
2589 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
2590
2591         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
2592         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
2593           Call gst_x_overlay_prepare_xwindow_id() to give applications
2594           a final chance to set their own xwindow id before the video
2595           sink creates its own window.
2596
2597 2005-11-22  Julien MOUTTE  <julien@moutte.net>
2598
2599         * sys/xvimage/xvimagesink.c:
2600         (gst_xvimagesink_navigation_send_event): Handle navigation
2601         events correcly with borders if applicable.
2602
2603 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
2604
2605         Patch by: Luca Ognibene
2606
2607         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2608         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
2609         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2610         (gst_ffmpegcsp_caps_remove_format_info):
2611         * gst/ffmpegcolorspace/imgconvert.c:
2612         * gst/ffmpegcolorspace/imgconvert_template.h:
2613           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
2614           #318353); use gst_structure_has_name().
2615
2616 2005-11-22  Julien MOUTTE  <julien@moutte.net>
2617
2618         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
2619         (gst_ximagesink_class_init): Add debug macros on functions.
2620         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2621         (gst_xvimagesink_xwindow_draw_borders),
2622         (gst_xvimagesink_xvimage_put),
2623         (gst_xvimagesink_xwindow_update_geometry),
2624         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
2625         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
2626         (gst_xvimagesink_xcontext_clear),
2627         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
2628         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
2629         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
2630         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
2631         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
2632         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
2633         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
2634         expose while being PAUSED, out of data flow navigation events, etc..
2635
2636 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2637
2638         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
2639         * gst-libs/gst/audio/audio.h:
2640           fix prototype - wondering why the test worked regardless
2641
2642 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2643
2644         * check/Makefile.am:
2645         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
2646         * gst-libs/gst/audio/audio.h:
2647           add a method that returns a proper GstClockTime
2648
2649 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2650
2651         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
2652         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
2653         * gst-libs/gst/interfaces/xoverlay.h:
2654           Remove everything having to do with the desired size; add 
2655           gst_x_overlay_prepare_xwindow_id() function; remove the
2656           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
2657           post a message on the bus instead (#321816).
2658
2659         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
2660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
2661         (gst_xvimagesink_xoverlay_init):
2662           Remove desired size stuff (#321816).
2663
2664 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2665
2666         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
2667         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
2668         (mpeg_video_type_find), (mpeg_video_stream_type_find):
2669           Terminate vararg functions with NULL instead of 0 to 
2670           make gcc4 happy.
2671
2672 2005-11-21  Andy Wingo  <wingo@pobox.com>
2673
2674         patch by: Sebastien Cote <sebas642@yahoo.ca>
2675         
2676         * gst-libs/gst/rtp/gstrtpbuffer.h: 
2677         * gst-libs/gst/rtp/gstrtpbuffer.c
2678         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
2679
2680 2005-11-21  Andy Wingo  <wingo@pobox.com>
2681
2682         * gst/playback/gstplaybin.c (gen_audio_element) 
2683         (gen_video_element): Use the new MISSING_PLUGIN core error
2684         category. Closes #320060.
2685
2686         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
2687         * gst/videorate/gstvideorate.c (gst_videorate_event):
2688         * ext/theora/theoradec.c (theora_dec_sink_event): 
2689         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
2690         stream lock.
2691
2692         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
2693         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
2694         stream lock changes.
2695
2696 2005-11-21  Wim Taymans  <wim@fluendo.com>
2697
2698         * gst-libs/gst/audio/gstbaseaudiosink.c:
2699         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2700         (gst_base_audio_sink_provide_clock),
2701         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
2702         (gst_base_audio_sink_change_state):
2703         * gst/audioresample/gstaudioresample.c:
2704         Segment update fix.
2705
2706 2005-11-21  Andy Wingo  <wingo@pobox.com>
2707
2708         * *.h:
2709         * *.c: Ran scripts/update-macros. Oh yes.
2710
2711 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2712
2713         * sys/ximage/Makefile.am:
2714         * sys/ximage/ximage.c:
2715           Rename ximage plugin to ximagesink (#321426) (Don't forget to
2716           remove your old libgstximage.* manually if necessary).
2717
2718 2005-11-21  Michael Smith <msmith@fluendo.com>
2719
2720         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
2721           Minimal fix for bug #320200: set the min/max bitrate in the correct
2722           units. A better fix would be to upgrade to the RATEMANAGE2
2723           interface, rather than using the deprecated interface used here, but
2724           that would require an update in our libvorbis dependency (to 1.1),
2725           which is probably undesirable.
2726
2727 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
2728
2729         * ext/libvisual/visual.c: (get_buffer):
2730         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2731         (gst_base_audio_src_fixate):
2732         * gst/audioconvert/gstaudioconvert.c:
2733         (gst_audio_convert_fixate_caps):
2734         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
2735         * gst/audiotestsrc/gstaudiotestsrc.c:
2736         (gst_audiotestsrc_src_fixate):
2737         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
2738         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
2739         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
2740         * gst/videotestsrc/gstvideotestsrc.c:
2741         (gst_videotestsrc_src_fixate):
2742         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
2743         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
2744           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
2745           (#322027)
2746
2747
2748 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2749
2750         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2751         (gst_riff_create_iavs_caps):
2752         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
2753         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
2754         (gst_riff_parse_info):
2755         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
2756         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
2757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
2758           Fixes for GST_FOURCC_FORMAT API change.
2759
2760 2005-11-21  Andy Wingo  <wingo@pobox.com>
2761
2762         patch by: Alessandro Dessina <alessandro nnva org>
2763
2764         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
2765         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
2766         (gst_ogg_parse_chain):
2767         * ext/theora/theoraenc.c (theora_set_header_on_caps):
2768         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
2769         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
2770         gst_value_list calls on arrays. Fixes #321962.
2771
2772 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2773
2774         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
2775         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
2776         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
2777         * gst/adder/gstadder.c: (gst_adder_init),
2778         (gst_adder_request_new_pad), (gst_adder_collected),
2779         (gst_adder_change_state):
2780           Update for gst_collectpads_foo() to gst_collect_pads_foo()
2781           API change.
2782
2783 2005-11-21  Michael Smith <msmith@fluendo.com>
2784
2785         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
2786         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
2787           Properly handle pad_push return values.
2788
2789 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
2790
2791         * gst-libs/gst/tag/Makefile.am:
2792         * gst-libs/gst/tag/gstvorbistag.c:
2793         (gst_tag_list_to_vorbiscomment_buffer):
2794           Remove obsolete vorbistag element and debug category.
2795
2796         * gst/playback/gstplaybasebin.c: (check_queue):
2797           Don't divide by 0 when queue-threshold is 0.
2798
2799         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
2800           Don't modify an existing pixel-aspect-ratio if we fail to read
2801           a new one.
2802
2803 2005-11-20  Wim Taymans  <wim@fluendo.com>
2804
2805         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
2806         (gst_vorbisenc_push_packet):
2807         GST_PAD_IS_USABLE is gone, use the return value of
2808         the push or pad_alloc_buffer instead.
2809
2810 2005-11-18  Julien MOUTTE  <julien@moutte.net>
2811
2812         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
2813         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
2814         (gst_ximagesink_ximage_destroy),
2815         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
2816         (gst_ximagesink_xwindow_new),
2817         (gst_ximagesink_xwindow_update_geometry),
2818         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
2819         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
2820         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
2821         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
2822         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
2823         (gst_ximagesink_navigation_send_event),
2824         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
2825         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
2826         (gst_ximagesink_finalize), (gst_ximagesink_init),
2827         (gst_ximagesink_class_init):
2828         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
2829         This new version brings correct software scaling, non flickering
2830         window while resizing, pixel aspect ratio handling, usage of
2831         hardware buffer pools, out of data flow event thread for 
2832         navigation and handling of expose events even when being PAUSED,
2833         a new property to keep video aspect ratio when resizing, etc...
2834
2835 2005-11-18  Julien MOUTTE  <julien@moutte.net>
2836
2837         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2838         (gst_videoscale_fixate_caps): Introduce back caps fixate with
2839         handling of PAR.
2840
2841 2005-11-18    <bilboed@dvdsrc.fluendo.com>
2842
2843         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
2844         Unsetting IS_SINK flag from the fakesink, so decodebin
2845         never behaves as a sink.
2846
2847 2005-11-17  Wim Taymans  <wim@fluendo.com>
2848
2849         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2850         (gst_base_audio_src_change_state):
2851         Fix the audiosrc base class again, we did not unflush.
2852
2853 2005-11-17  Julien MOUTTE  <julien@moutte.net>
2854
2855         * examples/seeking/seek.c: (make_dv_pipeline),
2856         (make_vorbis_theora_pipeline), (make_avi_pipeline),
2857         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
2858         to ogg/vorbis/theora pipeline.
2859
2860 2005-11-17  Wim Taymans  <wim@fluendo.com>
2861
2862         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
2863         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
2864         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
2865         Fix EOS on multiple streams.
2866         More debugging.
2867
2868 2005-11-16  Wim Taymans  <wim@fluendo.com>
2869
2870         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
2871         (gst_ogg_demux_perform_seek):
2872         Segment done must include stream time.
2873
2874         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
2875         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
2876         (gst_ogg_mux_change_state):
2877         Fix ogg muxer again.
2878
2879 2005-11-16  Wim Taymans  <wim@fluendo.com>
2880
2881         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
2882         Fix compile again.
2883
2884 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2885
2886         * ext/libvisual/visual.c: (gst_visual_init):
2887         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
2888         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
2889         (gst_ogg_parse_chain):
2890         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
2891         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
2892         * ext/theora/theoradec.c: (gst_theora_dec_init):
2893         * ext/theora/theoraenc.c: (gst_theora_enc_init):
2894         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
2895         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
2896         * gst/adder/gstadder.c: (gst_adder_class_init),
2897         (gst_adder_dispose):
2898         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
2899         * gst/subparse/gstsubparse.c: (gst_subparse_init):
2900         * gst/videorate/gstvideorate.c: (gst_videorate_init):
2901           Fix a whole set of pad template leaks
2902
2903 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2904
2905         * check/generic/states.c: (GST_START_TEST):
2906           fix the test so that it only checks for elements that are part of
2907           this source module
2908
2909 2005-11-16  Michael Smith <msmith@fluendo.com>
2910
2911         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
2912         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
2913         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
2914         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
2915         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
2916         (gst_ogg_mux_change_state):
2917           Fix leaking collectpads.
2918
2919 2005-11-16  Edward Hervey  <edward@fluendo.com>
2920
2921         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
2922         (gst_videorate_event), (gst_videorate_chain):
2923         Handle segment seeks
2924
2925 2005-11-16  Wim Taymans  <wim@fluendo.com>
2926
2927         * gst-libs/gst/audio/gstbaseaudiosink.c:
2928         (gst_base_audio_sink_provide_clock),
2929         (gst_base_audio_sink_change_state):
2930         Set ringbuffer to non-flushing when going to PAUSED, set to
2931         flushing again when going to READY.
2932
2933         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2934         (gst_ring_buffer_stop):
2935         Start in flushing mode by default.
2936         Don't set flushing in the _stop method, let the app call
2937         this explicitly.
2938
2939 2005-11-16  Julien MOUTTE  <julien@moutte.net>
2940
2941         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
2942         * gst-libs/gst/video/videosink.h: Add helper function needed
2943         for video sinks.
2944
2945 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
2946
2947         * gst/videoscale/gstvideoscale.c:
2948         (gst_videoscale_handle_src_event):
2949           Don't leak reference to pad parent.
2950
2951 2005-11-16  Wim Taymans  <wim@fluendo.com>
2952
2953         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
2954         Set ringbuffer to flushing when stopping so that we don't
2955         block on wait_segment anymore and livelock.
2956
2957 2005-11-16  Wim Taymans  <wim@fluendo.com>
2958
2959         * examples/seeking/seek.c: (send_event), (do_seek),
2960         (loop_toggle_cb), (segment_done), (main):
2961         Added looping checkbox.
2962
2963 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2964
2965         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
2966         (gst_ogg_demux_init):
2967         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
2968         (gst_vorbis_dec_init):
2969           revert unrefs, they don't pass make check
2970
2971 2005-11-15  Johan Dahlin  <johan@gnome.org>
2972
2973         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
2974         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
2975         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
2976         (gst_vorbis_dec_init):
2977         Fix pad template leaks. 
2978
2979 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
2980
2981         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2982           Make state change function thread safe.
2983
2984 2005-11-15  Edward Hervey  <edward@fluendo.com>
2985
2986         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
2987         (gst_ogg_demux_class_init):
2988         Implement GstElement::send_event, so we can send seek events
2989         in GST_STATE_READY
2990
2991 2005-11-14  Julien MOUTTE  <julien@moutte.net>
2992
2993         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
2994         Discovered how to take away flickering while resizing the
2995         window. Please don't put that in ximagesink, refactoring in
2996         progress.
2997
2998 2005-11-14  Michael Smith <msmith@fluendo.com>
2999
3000         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
3001         (gst_multifdsink_render):
3002           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
3003
3004 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
3005
3006         * gst/playback/gstplaybin.c: (gen_audio_element):
3007           Use autoaudiosink, it tends to be more widely available than
3008           autoaudiiosink.
3009           
3010 2005-11-14  Andy Wingo  <wingo@pobox.com>
3011
3012         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
3013         as well if it is available. Fixes #316442.
3014
3015 2005-11-14  Michael Smith <msmith@fluendo.com>
3016
3017         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
3018         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
3019         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
3020         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
3021         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
3022         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
3023         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
3024         (gst_vorbisenc_change_state):
3025           Fix a small memory leak in vorbisenc.
3026           Fix large memory leaks in oggmux, also fix lots of state change
3027           bugs in oggmux.
3028
3029 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3030
3031         * gst/videotestsrc/gstvideotestsrc.c:
3032         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
3033         (gst_videotestsrc_src_fixate):
3034           move fixation to a fixate function
3035           remove negotiate function, basesrc's is good enough
3036           fixes a bug for check when using the element alone
3037
3038 2005-11-13  Edward Hervey  <edward@fluendo.com>
3039
3040         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
3041         (key_toggle_cb), (main):
3042         Added checkboxes for adding/removing the accurate and key_unit seek
3043         flags.
3044
3045 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3046
3047         * configure.ac: back to HEAD
3048
3049 === release 0.9.5 ===
3050
3051 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
3052
3053         * configure.ac:
3054           releasing 0.9.5, "No No Kia"
3055
3056 2005-11-11  Edward Hervey  <edward@fluendo.com>
3057
3058         * examples/seeking/seek.c: (make_parselaunch_pipeline):
3059         Added parse-launch syntax seeking mode for the seeking example.
3060         This should help stress-test even more cases.
3061         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
3062
3063 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
3064
3065         * sys/xvimage/xvimagesink.c:
3066         (gst_xvimagesink_navigation_send_event):
3067           Check whether peer pad exists before sending navigation events
3068           to it.
3069
3070 2005-11-11  Michael Smith <msmith@fluendo.com>
3071
3072         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
3073         (gst_vorbisenc_buffer_from_packet):
3074         * ext/vorbis/vorbisenc.h:
3075           Set duration on encoded buffers. This allows oggmux's
3076           max_page_delay parameter to actually work.
3077
3078 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
3079
3080         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3081         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
3082         (gst_ffmpegcsp_avpicture_fill):
3083         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3084         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
3085           Make palettes work again (see #132341). Use our own macros
3086           for rounding up.
3087
3088 2005-11-10  Andy Wingo  <wingo@pobox.com>
3089
3090         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
3091         string doober.
3092
3093 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3094
3095         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3096         (gst_ffmpegcsp_transform_caps):
3097           Prefer passthrough in transform_caps
3098
3099 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3100
3101         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
3102           check for ALSA errors properly, instead of relying on ALSA's
3103           error strings to serve to the user.
3104
3105 2005-11-10  Wim Taymans  <wim@fluendo.com>
3106
3107         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
3108         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
3109         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
3110         Modernise the seek code.
3111
3112 2005-11-10  Michael Smith <msmith@fluendo.com>
3113         
3114         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
3115         (setup_substreams), (set_active_source):
3116           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
3117           trying to go to NULL if we failed to read a file.
3118
3119 2005-11-10  Wim Taymans  <wim@fluendo.com>
3120
3121         * gst/audiotestsrc/gstaudiotestsrc.c:
3122         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
3123         (gst_audiotestsrc_create):
3124         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3125         (gst_sinesrc_get_times), (gst_sinesrc_create):
3126         * gst/videotestsrc/gstvideotestsrc.c:
3127         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
3128         (gst_videotestsrc_create):
3129         The base class can now sync for us.
3130
3131 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3132
3133         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
3134           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
3135           name=source autoprobe=false autoprobe-fps=false copy-mode=1
3136           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
3137           format=(fourcc)I420" ! xvimagesink
3138
3139 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
3140
3141         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3142         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
3143         (gst_sinesrc_newsegment):
3144           Send newsegment event in TIME format, set duration if
3145           num-buffers is set, fix duration querying.
3146
3147 2005-11-10  Michael Smith <msmith@fluendo.com>
3148
3149         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
3150         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
3151         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
3152         (gst_ogg_mux_collected):
3153          Fix EOS handling, partially. Now forwarding an EOS event once we have
3154          EOS on all pads works correctly. However, we still don't properly set
3155          EOS on the actual ogg stream pages.
3156
3157 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
3158
3159         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
3160           Set elements to NULL state before disposing of them.
3161
3162 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
3163
3164         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3165
3166         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3167         (gst_base_rtp_depayload_init),
3168         (gst_base_rtp_depayload_set_gst_timestamp):
3169         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3170           We need to send a newsegment event for each instance, not
3171           just for the first instance of this class (get rid of
3172           static variable in function). (#321011).
3173           
3174 2005-11-08  Michael Smith <msmith@fluendo.com>
3175
3176         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
3177         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
3178         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
3179         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
3180           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
3181           This makes us mux things correctly according to the ogg muxing
3182           rules. Still not handling EOS correctly right now, though.
3183
3184 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
3185
3186         * gst/audioconvert/gstaudioconvert.c:
3187           Fix typo in docs. 
3188
3189 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
3190
3191         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3192         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
3193           Initialise segment_stop to GST_CLOCK_TIME_NONE when
3194           creating a new chain; should fix live streaming. Also
3195           add more debug output and fix a typo.
3196
3197 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
3198
3199         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3200
3201         * gst/volume/gstvolume.c: (volume_set_caps):
3202           Fix compilation on Solaris with Forte. (#320923)
3203
3204 2005-11-08  Wim Taymans  <wim@fluendo.com>
3205
3206         * gst-libs/gst/audio/gstbaseaudiosink.c:
3207         (gst_base_audio_sink_render):
3208         No need to do a typecheck.
3209
3210 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
3211
3212         * ext/alsa/gstalsa.h:
3213           We register a debug category, so let's use it.
3214
3215 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
3216
3217         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3218         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
3219         Fixed a small problem.
3220
3221 2005-11-04  Wim Taymans  <wim@fluendo.com>
3222
3223         * examples/seeking/Makefile.am:
3224         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
3225         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
3226         (make_playerbin_pipeline), (format_value), (update_scale),
3227         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
3228         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
3229         (print_usage), (main):
3230         Added app for playback speed testing.
3231
3232         * examples/seeking/seek.c: (dynamic_link),
3233         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
3234         (make_mpeg_pipeline), (do_seek), (set_update_scale),
3235         (message_received), (main):
3236         Updated seek example.
3237
3238 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
3239
3240         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3241         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3242         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
3243         (gst_base_rtp_depayload_set_clock):
3244         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3245         Don't sleep on the bench (system clock) when you have a nice 
3246         comfortable bed (Gstreamer clock) to sleep on.
3247
3248 2005-11-03  Wim Taymans  <wim@fluendo.com>
3249
3250         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3251         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
3252         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
3253         Handle the case where a pad_block failed.
3254
3255 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
3256
3257         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
3258
3259         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3260         (gst_base_rtp_depayload_add_to_queue),
3261         (gst_base_rtp_depayload_push),
3262         (gst_base_rtp_depayload_set_gst_timestamp),
3263         (gst_base_rtp_depayload_queue_release):
3264           Fixes some bugs in the depayloader's queuing/de-queueing code.
3265
3266 2005-10-31  Michael Smith <msmith@fluendo.com>
3267
3268         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
3269         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3270         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
3271           Patch from Alessandro Decina <alessandro@nnva.org>.
3272           Make oggdemux only find the final time in a chain, not per-pad,
3273           since the per-pad information can be very expensive to locate, and
3274           it isn't used anywhere. This makes reading a file containing
3275           OggSkeleton reasonably fast.
3276           Also, make chain finding work when there are logical bitstreams that
3277           can't be decoded. Fixes #319110.
3278
3279 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
3280
3281         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3282         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3283         (gst_base_rtp_depayload_chain),
3284         (gst_base_rtp_depayload_add_to_queue),
3285         (gst_base_rtp_depayload_push),
3286         (gst_base_rtp_depayload_set_gst_timestamp),
3287         (gst_base_rtp_depayload_queue_release),
3288         (gst_base_rtp_depayload_start_thread),
3289         (gst_base_rtp_depayload_set_property),
3290         (gst_base_rtp_depayload_get_property):
3291         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3292         Some random fixes, to fullfill the desires of thomas.
3293
3294 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
3295
3296         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3297         (gst_base_rtp_depayload_add_to_queue),
3298         (gst_base_rtp_depayload_push):
3299         Fixed the queueing algorithm.
3300
3301 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
3302
3303         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3304         (gst_base_rtp_depayload_push):
3305         A small fix
3306
3307 2005-10-31  Wim Taymans  <wim@fluendo.com>
3308
3309         * gst-libs/gst/audio/gstringbuffer.h:
3310         Don't break ABI.
3311
3312         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3313         (gst_ffmpeg_caps_to_pixfmt):
3314         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3315         (gst_ffmpegcsp_set_caps):
3316         Some more comments.
3317         Handle missing required caps fields better.
3318
3319 2005-10-31  Wim Taymans  <wim@fluendo.com>
3320
3321         * gst-libs/gst/audio/gstbaseaudiosink.c:
3322         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
3323         (gst_base_audio_sink_render):
3324         * gst-libs/gst/audio/gstringbuffer.c:
3325         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3326         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
3327         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
3328         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
3329         (gst_ring_buffer_read):
3330         * gst-libs/gst/audio/gstringbuffer.h:
3331         Add flushing mode to the ringbuffer so that it in all cases does
3332         not try to handle more audio. This makes sure it does not try to
3333         block anymore when flushing and fixes a livelock.
3334
3335 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
3336
3337         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
3338         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
3339         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
3340           Explicitly check for -1 values before doing a conversion
3341           and always map them to -1. (#315545)
3342
3343 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3344
3345         * gst/playback/gstplaybin.c: (gen_video_element):
3346           first try autovideosink, then xvimagesink, then error out
3347         * po/POTFILES.in:
3348           add translatable file
3349         * po/af.po:
3350         * po/az.po:
3351         * po/cs.po:
3352         * po/en_GB.po:
3353         * po/hu.po:
3354         * po/it.po:
3355         * po/nb.po:
3356         * po/nl.po:
3357         * po/or.po:
3358         * po/sq.po:
3359         * po/sr.po:
3360         * po/sv.po:
3361         * po/uk.po:
3362         * po/vi.po:
3363           update translations
3364
3365 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
3366
3367         * gst-libs/gst/rtp/gstbasedepayload.c:
3368         * gst-libs/gst/rtp/gstbasedepayload.h:
3369           Minor cleanups
3370
3371 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
3372
3373         * gst/playback/.cvsignore:
3374         * gst/playback/decodetest.c:
3375         * gst/playback/test3.c:
3376           Port these two tests as well.
3377
3378 2005-10-27  Wim Taymans  <wim@fluendo.com>
3379
3380         * ext/theora/theoradec.c: (theora_dec_src_query),
3381         (theora_dec_sink_event):
3382         * ext/theora/theoraenc.c: (theora_enc_sink_event),
3383         (theora_enc_change_state):
3384         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
3385         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
3386         Take proper locks when handling events.
3387
3388 2005-10-27  Wim Taymans  <wim@fluendo.com>
3389
3390         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
3391         (gst_adder_change_state):
3392         Fix timestamps and fix deadlock when stopping the collectpads.
3393
3394 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
3395
3396         * gst-libs/gst/rtp/gstrtpbuffer.h:
3397         Declaring the payload types as strings too so that they can be used
3398         in the padtemplate inialization.
3399
3400 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
3401
3402         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
3403
3404         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3405         (gst_base_rtp_depayload_class_init):
3406         Fixes a small but nasty bug. The derived elements no longer segfaults
3407         on finalization.
3408
3409 2005-10-26  Michael Smith <msmith@fluendo.com>
3410
3411         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
3412           When clearing an audioconvert context, set tmpbufsize to zero, so
3413           we'll allocate it again later if required.
3414           This fixes audioconvert re-negotiating formats, which previously
3415           segfaulted with a NULL destination buffer.
3416
3417 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
3418
3419         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3420         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
3421         (gst_base_rtp_depayload_set_gst_timestamp),
3422         (gst_base_rtp_depayload_queue_release):
3423         Fixed a smalll memleak.
3424
3425 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
3426         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3427         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
3428         (gst_base_rtp_depayload_finalize),
3429         (gst_base_rtp_depayload_setcaps),
3430         (gst_base_rtp_depayload_add_to_queue),
3431         (gst_base_rtp_depayload_push),
3432         (gst_base_rtp_depayload_set_gst_timestamp),
3433         (gst_base_rtp_depayload_queue_release),
3434         (gst_base_rtp_depayload_thread),
3435         (gst_base_rtp_depayload_change_state):
3436         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3437         Changed the C++ comments to C comments
3438
3439 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
3440
3441         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
3442         * gst/tcp/gsttcpclientsrc.h:
3443         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
3444         * gst/tcp/gsttcpserversrc.h:
3445           Remove unused 'curoffset' structure member.
3446
3447 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
3448
3449         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3450         (gst_base_rtp_depayload_base_init),
3451         (gst_base_rtp_depayload_finalize):
3452         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3453         * gst-libs/gst/rtp/gstbasertppayload.h:
3454           The pad-template on the sinkpad should be set by the derived classes.
3455           Also added some useful macros.
3456
3457 2005-10-24  Wim Taymans  <wim@fluendo.com>
3458
3459         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3460         Correctly flush decoder samples even if we could not
3461         copy them to an output buffer. Fixes #319618.
3462
3463 2005-10-24  Julien MOUTTE  <julien@moutte.net>
3464
3465         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
3466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
3467         the caps against our xcontext caps.
3468
3469 2005-10-24  Wim Taymans  <wim@fluendo.com>
3470
3471         * gst-libs/gst/audio/gstbaseaudiosink.c:
3472         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
3473         Remove g_print
3474         Use sync property from baseclass to disable sync.
3475
3476 2005-10-24  Wim Taymans  <wim@fluendo.com>
3477
3478         * gst-libs/gst/audio/gstbaseaudiosink.c:
3479         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
3480         Buffers with no timestamps get aligned with previous buffers or
3481         on underrun, played ASAP.
3482
3483 2005-10-24  Julien MOUTTE  <julien@moutte.net>
3484
3485         * gst-libs/gst/video/video.h:
3486         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3487         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
3488         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
3489         here comes my change on caps for framerate and geometry range.
3490         We are now accepting 1 to MAXINT for width and height, and from
3491         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
3492         to be blended correctly in videomixer.
3493
3494 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3495
3496         * configure.ac:
3497           back to HEAD
3498
3499 === release 0.9.4 ===
3500
3501 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3502
3503         * NEWS:
3504         * RELEASE:
3505         * configure.ac:
3506           releasing 0.9.4, "Velociraptor"
3507
3508 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3509
3510         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
3511         * po/POTFILES.in:
3512           STOPPED -> FAILED
3513
3514 2005-10-21  Wim Taymans  <wim@fluendo.com>
3515
3516         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3517         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
3518         (pad_blocked), (close_pad_link), (new_pad):
3519         Don't try to remove elements twice.
3520
3521 2005-10-21  Wim Taymans  <wim@fluendo.com>
3522
3523         * ext/theora/theoradec.c: (theora_dec_src_query),
3524         (theora_dec_sink_event):
3525         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3526         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
3527         (vorbis_handle_data_packet):
3528         * ext/vorbis/vorbisdec.h:
3529         Fix old naming.
3530
3531         * gst-libs/gst/audio/gstbaseaudiosink.c:
3532         (gst_base_audio_sink_render):
3533         Don't try to sync on buffers without a timestamp.
3534
3535 2005-10-21  Wim Taymans  <wim@fluendo.com>
3536
3537         * ext/theora/theoradec.c: (theora_dec_src_query),
3538         (theora_dec_sink_event):
3539         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3540         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
3541         (vorbis_handle_data_packet):
3542         * ext/vorbis/vorbisdec.h:
3543         Fix old naming.
3544
3545 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
3546
3547         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
3548         (gst_vorbisenc_src_query):
3549           Implement position and duration queries.
3550
3551         * gst/playback/test3.c: (update_scale), (main):
3552           Fix for async state changes and print nicer output.
3553
3554 2005-10-20  Wim Taymans  <wim@fluendo.com>
3555
3556         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
3557         (dump_element_stats), (main):
3558         * gst/playback/test6.c: (main):
3559         Fix tests again
3560
3561 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
3562
3563         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
3564         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
3565           Don't use functions for position queries when handling
3566           duration queries.
3567
3568 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
3569
3570         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3571         (vorbis_handle_data_packet), (vorbis_dec_chain),
3572         (vorbis_dec_change_state):
3573         * ext/vorbis/vorbisdec.h:
3574           Vorbis streams can be embedded in other container formats
3575           than ogg, container formats where the demuxer might set 
3576           timestamps on encoded vorbis buffers instead of those silly 
3577           granulepos thingies. In short: make vorbisdec handle 
3578           timestamps on incoming buffers as well.
3579
3580 2005-10-20  Wim Taymans  <wim@fluendo.com>
3581
3582         * gst/playback/gstplaybasebin.c: (group_destroy),
3583         (gst_play_base_bin_change_state):
3584         Fix leak.
3585         Handle case where playbasebin is now ASYNC because
3586         decodebin is.
3587
3588 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
3589
3590         * gst/audioconvert/Makefile.am:
3591         * gst/audioconvert/bufferframesconvert.c:
3592         * gst/audioconvert/plugin.c: (plugin_init):
3593         * gst/audioconvert/plugin.h:
3594           And bye bye buffer-frames-convert
3595
3596 2005-10-19  Wim Taymans  <wim@fluendo.com>
3597
3598         * check/elements/audioconvert.c:
3599         * docs/libs/tmpl/gstaudio.sgml:
3600         * docs/libs/tmpl/gstcolorbalance.sgml:
3601         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3602         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
3603         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
3604         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
3605         * gst-libs/gst/audio/audio.h:
3606         * gst/audioconvert/audioconvert.h:
3607         * gst/audioconvert/gstaudioconvert.c:
3608         (gst_audio_convert_parse_caps):
3609         * gst/volume/gstvolume.c:
3610         Bye bye buffer-frames.
3611
3612 2005-10-19  Wim Taymans  <wim@fluendo.com>
3613
3614         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
3615         (query_positions_elems), (query_positions_pads), (update_scale),
3616         (do_seek), (set_update_scale), (message_received), (main):
3617         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
3618         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
3619         (gst_ogg_demux_loop):
3620         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
3621         * ext/theora/theoradec.c: (theora_dec_src_query),
3622         (theora_dec_sink_event):
3623         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3624         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
3625         * gst/adder/gstadder.c: (gst_adder_query):
3626         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
3627         * gst/playback/test3.c: (update_scale):
3628         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
3629         (dump_element_stats), (main):
3630         * gst/playback/test6.c: (main):
3631         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
3632         Query API update.
3633
3634 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
3635
3636         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
3637         (xml_check_first_element), (xml_type_find), (smil_type_find),
3638         (plugin_init):
3639           Add typefinding for SMIL and for generic XML. Based on patch by
3640           Akos Maroy (#308663).
3641
3642 2005-10-18  Wim Taymans  <wim@fluendo.com>
3643
3644         * gst/playback/Makefile.am:
3645         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3646         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
3647         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
3648         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
3649         (gst_decode_bin_change_state):
3650         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3651         (gst_play_bin_send_event_to_sink):
3652         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
3653         (dump_element_stats), (main):
3654         * gst/playback/test6.c: (main):
3655         Make playbin async, it'll commit state to paused when all streams
3656         are detected.
3657         Remove ugly hack.
3658         Added test6.c to show async behaviour.
3659
3660 2005-10-18  Wim Taymans  <wim@fluendo.com>
3661
3662         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
3663         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
3664         Fix for segment-start/stop API change.
3665
3666 2005-10-18  Wim Taymans  <wim@fluendo.com>
3667
3668         * check/Makefile.am:
3669         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
3670         (main):
3671         Add future test for clock selection.
3672
3673 2005-10-18  Wim Taymans  <wim@fluendo.com>
3674
3675         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
3676         (gst_alsasink_close):
3677         Set handle to NULL.
3678
3679         * gst-libs/gst/audio/gstringbuffer.c:
3680         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3681         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
3682         (gst_ring_buffer_start), (gst_ring_buffer_pause),
3683         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
3684         (gst_ring_buffer_read):
3685         More debug info.
3686
3687 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
3688
3689         * gst/audiotestsrc/Makefile.am:
3690         * gst/sine/Makefile.am:
3691         * gst/volume/Makefile.am:
3692           fix broken build of controllerized plugins
3693
3694 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
3695
3696         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3697
3698         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3699         (gst_riff_create_video_template_caps):
3700           Add support for Indeo-3 (IV32).
3701
3702 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3703
3704         * configure.ac:
3705           rewrite
3706
3707 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3708
3709         * gst-libs/gst/video/video.c: (gst_video_get_size):
3710         * gst/audiotestsrc/gstaudiotestsrc.c:
3711           doc updates
3712
3713 2005-10-17  Andy Wingo  <wingo@pobox.com>
3714
3715         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
3716         with the collectpads change.
3717         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
3718
3719         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
3720
3721         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
3722
3723         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
3724         alloc_buffer flow return to callers.
3725         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
3726         change. Fix some memleaks in theoraenc.
3727
3728         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
3729         in strange circumstance.
3730
3731 2005-10-17  Julien MOUTTE  <julien@moutte.net>
3732
3733         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3734         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
3735         from caps, let's use the caps...
3736
3737 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3738
3739         * configure.ac:
3740           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
3741
3742 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3743
3744         * gst-libs/gst/interfaces/Makefile.am:
3745           fix silly typo
3746
3747 2005-10-16  Andy Wingo  <wingo@pobox.com>
3748
3749         * gst/playback/gstdecodebin.c
3750         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
3751         function!
3752         (try_to_link_1): Increase kraziness level.
3753
3754 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3755
3756         * configure.ac:
3757           restructure like the core one
3758         * gst-libs/gst/audio/Makefile.am:
3759         * gst-libs/gst/interfaces/Makefile.am:
3760         * gst-libs/gst/net/Makefile.am:
3761         * gst-libs/gst/riff/Makefile.am:
3762         * gst-libs/gst/rtp/Makefile.am:
3763         * gst-libs/gst/tag/Makefile.am:
3764         * gst-libs/gst/video/Makefile.am:
3765           use correct linker flags, now the libs are properly versioned
3766         * check/elements/audioconvert.c: (verify_convert):
3767         * ext/alsa/gstalsaplugin.c:
3768         * ext/cdparanoia/gstcdparanoia.c:
3769         * ext/gnomevfs/gstgnomevfs.c:
3770         * ext/libvisual/visual.c:
3771         * ext/ogg/gstogg.c:
3772         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
3773         * ext/theora/theora.c:
3774         * ext/vorbis/vorbis.c:
3775         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3776         * gst-libs/gst/tag/gsttagediting.c:
3777         * gst-libs/gst/video/video.c:
3778         * gst/adder/gstadder.c:
3779         * gst/audioconvert/plugin.c:
3780         * gst/audiorate/gstaudiorate.c:
3781         * gst/audioresample/gstaudioresample.c:
3782         * gst/audioresample/resample_ref.c: (resample_scale_ref):
3783         * gst/audioscale/gstaudioscale.c:
3784         * gst/audioscale/resample.c:
3785         * gst/audiotestsrc/gstaudiotestsrc.c:
3786         * gst/ffmpegcolorspace/gstffmpeg.c:
3787         * gst/playback/gstdecodebin.c: (close_pad_link):
3788         * gst/playback/gstplaybin.c: (gen_video_element),
3789         (gen_audio_element):
3790         * gst/sine/gstsinesrc.c:
3791         * gst/subparse/gstsubparse.c:
3792         * gst/tags/gsttagediting.c:
3793         * gst/tcp/gsttcpplugin.c:
3794         * gst/typefind/gsttypefindfunctions.c:
3795         * gst/videorate/gstvideorate.c:
3796         * gst/videoscale/gstvideoscale.c:
3797         * gst/videotestsrc/gstvideotestsrc.c:
3798         * gst/volume/gstvolume.c:
3799         * sys/v4l/gstv4l.c:
3800         * sys/ximage/ximage.c:
3801         * sys/xvimage/xvimagesink.c:
3802           fix up defines
3803
3804 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
3805
3806         * ext/vorbis/vorbisenc.c:
3807         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
3808         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3809         (gst_tag_to_vorbis_comments):
3810           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
3811
3812 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
3813
3814         * examples/stats/mp2ogg.c:
3815         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3816           typo fixes
3817
3818 2005-10-13  Michael Smith <msmith@fluendo.com>
3819
3820         * ext/ogg/gstoggmux.c:
3821           Use magic glib macros to define constants as 64 bit, to ensure
3822           appropriate vararg passing.
3823
3824 2005-10-13  Michael Smith <msmith@fluendo.com>
3825
3826         * ext/ogg/gstoggmux.c:
3827         * gst/audioconvert/audioconvert.c: (float):
3828           Don't use LL suffix, as it's not portable, and neither of these
3829           uses required it anyway.
3830
3831 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
3832
3833         * examples/indexing/indexmpeg.c: (main):
3834         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
3835         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
3836         (cdparanoia_convert), (cdparanoia_query):
3837         * ext/cdparanoia/gstcdparanoia.h:
3838         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
3839         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
3840         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
3841         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
3842         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
3843         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
3844         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
3845         (gst_multifdsink_render), (gst_multifdsink_start),
3846         (gst_multifdsink_stop):
3847         * gst/tcp/gstmultifdsink.h:
3848         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
3849         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
3850         (gst_tcpclientsink_stop):
3851         * gst/tcp/gsttcpclientsink.h:
3852         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
3853         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
3854         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
3855         * gst/tcp/gsttcpclientsrc.h:
3856         * gst/tcp/gsttcpserversink.h:
3857         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
3858         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
3859         (gst_tcpserversrc_stop):
3860         * gst/tcp/gsttcpserversrc.h:
3861         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
3862         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
3863         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
3864           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
3865           moved bitshift from macro to enum definition
3866
3867 2005-10-12  Wim Taymans  <wim@fluendo.com>
3868
3869         * examples/seeking/Makefile.am:
3870         Oops.
3871
3872 2005-10-12  Wim Taymans  <wim@fluendo.com>
3873
3874         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3875         (gst_ring_buffer_read), (gst_ring_buffer_clear):
3876         Don't assert on normal stuff.
3877
3878         * gst/playback/gstplaybin.c: (do_playbin_seek):
3879         API fix.
3880
3881 2005-10-12  Wim Taymans  <wim@fluendo.com>
3882
3883         * check/pipelines/simple_launch_lines.c: (run_pipeline):
3884         * examples/seeking/Makefile.am:
3885         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
3886         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
3887         (do_seek), (set_update_scale), (message_received), (main):
3888         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3889         (gst_ring_buffer_read), (gst_ring_buffer_clear):
3890         Update for _get_state() API change.
3891
3892 2005-10-11  Wim Taymans  <wim@fluendo.com>
3893
3894         * gst-libs/gst/audio/gstbaseaudiosink.c:
3895         (gst_base_audio_sink_render):
3896         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3897         (gst_base_audio_src_create):
3898         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3899         (gst_ring_buffer_read):
3900         Cleanups.
3901         Commit and read from ringbuffer in samples rather than bytes.
3902
3903 2005-10-11  Wim Taymans  <wim@fluendo.com>
3904
3905         * gst-libs/gst/audio/gstbaseaudiosink.c:
3906         (gst_base_audio_sink_render):
3907         Respect segment rate and accum when scheduling samples.
3908
3909 2005-10-11  Julien MOUTTE  <julien@moutte.net>
3910
3911         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
3912         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
3913         EOS correctly, that needs more work.
3914
3915 2005-10-11  Wim Taymans  <wim@fluendo.com>
3916
3917         * check/generic/states.c: (GST_START_TEST):
3918         remove old property.
3919
3920         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3921         (gst_ogg_demux_perform_seek):
3922         * ext/theora/theoradec.c: (theora_dec_sink_event):
3923         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3924         (vorbis_handle_data_packet):
3925         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3926         (gst_base_rtp_depayload_set_gst_timestamp):
3927         * gst/videorate/gstvideorate.c: (gst_videorate_event):
3928         Update for newsegment API change.
3929
3930 2005-10-11  Michael Smith <msmith@fluendo.com>
3931
3932         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
3933         (do_playbin_seek), (gst_play_bin_send_event):
3934           Override send_event differently, so that we can takes bits of
3935           functionality from GstPipeline (special handling for seeks,
3936           including pausing/resuming, and resetting stream time) and still get
3937           the appropriate behaviour of only forwarding event to a single sink,
3938           rather than all of them.
3939           Unfortunately requires a lot of code duplication, but the
3940           alternatives are equally ugly in the end.
3941
3942 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3943
3944         * check/elements/audioconvert.c: (setup_audioconvert),
3945         (cleanup_audioconvert), (get_int_caps), (verify_convert),
3946         (GST_START_TEST), (audioconvert_suite):
3947           clean up tests a little, fix some leaks.
3948
3949 2005-10-10  Wim Taymans  <wim@fluendo.com>
3950
3951         * ext/alsa/gstalsasink.c:
3952         Also allow unsigned int.
3953
3954         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3955         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3956         Small cleanup
3957
3958 2005-10-10  Wim Taymans  <wim@fluendo.com>
3959
3960         * check/pipelines/simple_launch_lines.c: (run_pipeline):
3961         Small update, use API as stated in design docs.
3962
3963         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
3964         (update_scale), (do_seek), (seek_cb), (set_update_scale),
3965         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
3966         (message_received), (main):
3967         Updated seek example for GOption. Some usability improvements.
3968
3969 2005-10-10  Wim Taymans  <wim@fluendo.com>
3970
3971         * gst/audioconvert/audioconvert.h:
3972         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
3973         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
3974         Alloc temp storage somewhere else where we can do it more
3975         portable.
3976
3977 2005-10-10  Wim Taymans  <wim@fluendo.com>
3978
3979         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
3980         (gst_tcpserversrc_start):
3981         Don't block in accept while doing the state change, move
3982         to poll and make cancellable.
3983
3984 2005-10-09  Philippe Khalaf <burger@speedy.org>
3985
3986         * gst-libs/gst/rtp/rtpbasedepayload.c:
3987         Set timestamp and add queue delay to timestamp
3988         * gst-libs/gst/rtp/rtpbuffer.h:
3989         Set correct payload type for h263
3990
3991 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
3992
3993         * gst/audiotestsrc/gstaudiotestsrc.c:
3994         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
3995         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
3996         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
3997         (gst_audiotestsrc_create_triangle),
3998         (gst_audiotestsrc_create_silence),
3999         (gst_audiotestsrc_create_white_noise),
4000         (gst_audiotestsrc_init_pink_noise),
4001         (gst_audiotestsrc_generate_pink_noise_value),
4002         (gst_audiotestsrc_create_pink_noise),
4003         (gst_audiotestsrc_change_wave):
4004         * gst/audiotestsrc/gstaudiotestsrc.h:
4005           fixed typo, added pink noise
4006
4007 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
4008
4009         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
4010         (plugin_init):
4011           Add wavpack and spc typefind functions from 0.8 branch.
4012
4013 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
4014
4015         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
4016         (ar_type_find), (msdos_type_find), (plugin_init):
4017           Add typefind functions for tar archives, ar archives,
4018           RAR archives, and msdos-executables (dlls, exe, etc.).
4019           Some of those would be wrongly identified as mpeg
4020           streams of some sort before (#315550).
4021
4022 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
4023
4024         * configure.ac:
4025         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4026         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4027         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
4028         * gst/audiotestsrc/Makefile.am:
4029         * gst/audiotestsrc/gstaudiotestsrc.c:
4030         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
4031         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
4032         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
4033         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
4034         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
4035         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
4036         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
4037         (gst_audiotestsrc_create_silence),
4038         (gst_audiotestsrc_create_white_noise),
4039         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
4040         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
4041         (gst_audiotestsrc_start), (plugin_init):
4042         * gst/audiotestsrc/gstaudiotestsrc.h:
4043           add new plugin and element
4044         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
4045           use gobject_class
4046
4047 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
4048
4049         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
4050         (gst_adder_init), (gst_adder_request_new_pad),
4051         (gst_adder_change_state):
4052           Add query function to source pad, so adder reports the correct
4053           time/sample position when queried (#315457); fix state change
4054           function; use GST_DEBUG_FUNCPTR() for pad functions.
4055
4056 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4057
4058         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
4059           Fix leaks in typefind registration
4060           Clean up the gratuitous commenting and whitespacing a little
4061
4062 2005-10-08  Wim Taymans  <wim@fluendo.com>
4063
4064         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
4065         Only actually wait for the thread to be stopped if it's 
4066         running.
4067
4068 2005-10-08  Wim Taymans  <wim@fluendo.com>
4069
4070         * gst-libs/gst/audio/gstbaseaudiosink.c:
4071         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4072         If we receive EOS we can start playback of what we had.
4073
4074 2005-10-08  Wim Taymans  <wim@fluendo.com>
4075
4076         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
4077         (gst_multifdsink_finalize), (multifdsink_hash_remove),
4078         (gst_multifdsink_stop):
4079         Fix crasher when going to NULL multiple times.
4080
4081 2005-10-06  Wim Taymans  <wim@fluendo.com>
4082
4083         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
4084         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
4085         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4086         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
4087         patch from Edgard Lima <edgard.lima@indt.org.br>
4088         Fixed gstbaseaudiosrc adding ring buffer sync to it.
4089
4090 2005-10-06  Wim Taymans  <wim@fluendo.com>
4091
4092         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
4093         Report the FLOW_RETURN as string in the error message.
4094
4095         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
4096         Don't assert when clearing an unnegotiated buffer.
4097
4098 2005-10-04  Michael Smith <msmith@fluendo.com>
4099
4100         * gst/playback/gstplaybasebin.c: (group_destroy),
4101         (gen_preroll_element), (remove_groups), (setup_source):
4102         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
4103         (setup_sinks), (gst_play_bin_send_event),
4104         (gst_play_bin_change_state):
4105           Set state to NULL before removing from bin. Fix refcounting.
4106
4107 2005-10-04  Michael Smith <msmith@fluendo.com>
4108
4109         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
4110           Correct refcounting in send_event() function. Previously was wrong
4111           if the first sink was unable to handle the event.
4112
4113 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4114
4115         * configure.ac:
4116           back to development
4117
4118 === release 0.9.3 ===
4119
4120 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4121
4122         * configure.ac:
4123           Releasing 0.9.3, "De Facto"
4124
4125 2005-10-03  Andy Wingo  <wingo@pobox.com>
4126
4127         * gst/playback/gstdecodebin.c (try_to_link_1)
4128         (remove_element_chain): set element to NULL before removing it.
4129
4130 2005-10-02  Johan Dahlin  <johan@gnome.org>
4131
4132         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
4133         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
4134         MT safe.
4135
4136 2005-10-02  Andy Wingo  <wingo@pobox.com>
4137
4138         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
4139         (gst_ring_buffer_prepare_read): 
4140         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
4141         Demote to LOG.
4142
4143 2005-09-29  Wim Taymans  <wim@fluendo.com>
4144
4145         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
4146         * ext/theora/theoradec.c: (theora_handle_data_packet):
4147         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4148         Propagate error codes from alloc_buffer too.
4149
4150 2005-09-29  Wim Taymans  <wim@fluendo.com>
4151
4152         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
4153         We use fixed caps.
4154
4155         * gst/playback/Makefile.am:
4156         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4157         (dump_element_stats), (main):
4158         Added example stream introspection code.
4159
4160 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
4161
4162         * gst/adder/gstadder.c: (gst_adder_collected):
4163           fix adder for float elements
4164
4165 2005-09-28  Wim Taymans  <wim@fluendo.com>
4166
4167         * gst-libs/gst/audio/gstbaseaudiosink.c:
4168         (gst_base_audio_sink_class_init),
4169         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4170         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4171         (gst_base_audio_src_class_init),
4172         (gst_base_audio_src_provide_clock):
4173         get_clock -> provide_clock
4174
4175 2005-09-28  Andy Wingo  <wingo@pobox.com>
4176
4177         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
4178         and unlocking.
4179
4180         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
4181         unlocking.
4182
4183         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
4184         Actually add the pad template.
4185         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
4186
4187         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
4188         I'm at it...
4189
4190         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
4191         from fdsrc. Get caps in create() instead of start() so it can be
4192         interrupted. Interruption somewhat untested.
4193
4194         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
4195         Proper EOS handling.
4196
4197 2005-09-27  Andy Wingo  <wingo@pobox.com>
4198
4199         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
4200
4201         * gst/tcp/gsttcpserversrc.c: Cleaned up.
4202
4203         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
4204
4205         * gst/tcp/gsttcp.h: 
4206         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
4207         out of tcpclientsrc.c. Cancellable.
4208         (gst_tcp_socket_read): Made private, cancellable, with better
4209         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
4210         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
4211         whole buffer, and better diagnostics.
4212         (gst_tcp_gdp_read_caps): Same.
4213
4214         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
4215
4216 2005-09-26  Andy Wingo  <wingo@pobox.com>
4217
4218         * gst/sine/gstsinesrc.h:
4219         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
4220         change the 'sync' property to 'is-live' and implement it halfway,
4221         update for controller api change.
4222
4223         * gst/volume/gstvolume.c (volume_transform_ip): Update for
4224         controller api change.
4225
4226 2005-09-24  Wim Taymans  <wim@fluendo.com>
4227
4228         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
4229         * gst-libs/gst/audio/gstaudiosink.c:
4230         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
4231         (gst_audioringbuffer_stop):
4232         * gst-libs/gst/audio/gstbaseaudiosink.c:
4233         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
4234         (gst_base_audio_sink_change_state):
4235         * gst-libs/gst/audio/gstbaseaudiosink.h:
4236         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
4237         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
4238         (gst_ring_buffer_commit), (gst_ring_buffer_read):
4239         * gst-libs/gst/audio/gstringbuffer.h:
4240         Fix sync again. Moved sample alignment to basesink.
4241
4242 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4243
4244         * docs/plugins/Makefile.am:
4245         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4246         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4247         * gst/volume/gstvolume.c:
4248           add/fix docs
4249         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
4250         * gst-libs/gst/audio/audio.h:
4251           add conversion macros for frames <-> clocktime
4252
4253 2005-09-23  David Schleef  <ds@schleef.org>
4254
4255         * gst/audioresample/Makefile.am:
4256         * gst/audioresample/debug.h:
4257         * gst/audioresample/gstaudioresample.c:
4258         * gst/audioresample/resample.c: Convert to using gst debugging
4259
4260 2005-09-22  Wim Taymans  <wim@fluendo.com>
4261
4262         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4263         (gst_play_bin_send_event):
4264         Only seek on one sink, the first one that succeeds.
4265
4266 2005-09-22  Michael Smith <msmith@fluendo.com>
4267
4268         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
4269         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
4270         Don't flush encoder state unless we have an initialised encoder.
4271         Clear out encoder state on PAUSED_TO_READY.
4272
4273 2005-09-22  Wim Taymans  <wim@fluendo.com>
4274
4275         * gst-libs/gst/rtp/gstbasertppayload.c:
4276         (gst_basertppayload_class_init), (gst_basertppayload_init),
4277         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4278         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4279         (gst_basertppayload_is_filled), (gst_basertppayload_push),
4280         (gst_basertppayload_set_property),
4281         (gst_basertppayload_get_property),
4282         (gst_basertppayload_change_state):
4283         * gst-libs/gst/rtp/gstbasertppayload.h:
4284         Added max-ptime to control amount of data in the rtp packets.
4285
4286 2005-09-21  Andy Wingo  <wingo@pobox.com>
4287
4288         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
4289         thingies.
4290
4291         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
4292         can be called multiple times, dogs.
4293
4294 2005-09-21  Wim Taymans  <wim@fluendo.com>
4295
4296         * gst-libs/gst/rtp/gstbasertppayload.c:
4297         (gst_basertppayload_class_init), (gst_basertppayload_init),
4298         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4299         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4300         (gst_basertppayload_push), (gst_basertppayload_get_property),
4301         (gst_basertppayload_change_state):
4302         Allow 0 ssrc too.
4303
4304 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
4305
4306         * docs/libs/compiling.sgml:
4307           fixing typos
4308
4309 2005-09-20  Wim Taymans  <wim@fluendo.com>
4310
4311         * gst-libs/gst/rtp/gstbasertppayload.c:
4312         (gst_basertppayload_class_init), (gst_basertppayload_init),
4313         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4314         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4315         (gst_basertppayload_push), (gst_basertppayload_set_property),
4316         (gst_basertppayload_get_property),
4317         (gst_basertppayload_change_state):
4318         * gst-libs/gst/rtp/gstbasertppayload.h:
4319         Added property to configure sequence number offsets.
4320
4321 2005-09-20  Wim Taymans  <wim@fluendo.com>
4322
4323         * gst-libs/gst/rtp/gstbasertppayload.c:
4324         (gst_basertppayload_class_init), (gst_basertppayload_init),
4325         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4326         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4327         (gst_basertppayload_push), (gst_basertppayload_set_property),
4328         (gst_basertppayload_get_property),
4329         (gst_basertppayload_change_state):
4330         * gst-libs/gst/rtp/gstbasertppayload.h:
4331         Make timestamp offset configurable.
4332
4333 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4334
4335         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4336           fix wrong pop/unref
4337
4338 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
4339
4340         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4341
4342         * gst-libs/gst/interfaces/propertyprobe.c:
4343         (gst_property_probe_probe_property_name),
4344         (gst_property_probe_needs_probe_name),
4345         (gst_property_probe_get_values_name),
4346         (gst_property_probe_probe_and_get_values_name):
4347           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
4348           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
4349
4350 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4351
4352         * check/Makefile.am:
4353           have some tests be disabled for valgrinding
4354         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
4355         (GST_START_TEST):
4356         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
4357           Fix A Leak.  Chain To Parent Finalize.
4358
4359 2005-09-19  Wim Taymans  <wim@fluendo.com>
4360
4361         * examples/seeking/seek.c: (make_wav_pipeline), (main):
4362         Fixed wav pipeline.
4363
4364 2005-09-19  Wim Taymans  <wim@fluendo.com>
4365
4366         * gst-libs/gst/rtp/gstbasertppayload.c:
4367         (gst_basertppayload_class_init), (gst_basertppayload_init),
4368         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4369         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4370         (gst_basertppayload_push), (gst_basertppayload_get_property),
4371         (gst_basertppayload_change_state):
4372         Posting ERROR and WARNING messages is good.
4373
4374 2005-09-19  Wim Taymans  <wim@fluendo.com>
4375
4376         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4377         (gst_base_rtp_depayload_add_to_queue),
4378         (gst_base_rtp_depayload_push),
4379         (gst_base_rtp_depayload_set_gst_timestamp),
4380         (gst_base_rtp_depayload_queue_release):
4381         This one was not supposed to go in.
4382
4383 2005-09-19  Wim Taymans  <wim@fluendo.com>
4384
4385         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4386         Fix for bus API.
4387
4388         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4389         (gst_base_rtp_depayload_chain),
4390         (gst_base_rtp_depayload_add_to_queue),
4391         (gst_base_rtp_depayload_push),
4392         (gst_base_rtp_depayload_set_gst_timestamp),
4393         (gst_base_rtp_depayload_queue_release):
4394         Some cleanups.
4395
4396         * gst-libs/gst/rtp/gstbasertppayload.c:
4397         (gst_basertppayload_class_init), (gst_basertppayload_init),
4398         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
4399         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
4400         (gst_basertppayload_get_property),
4401         (gst_basertppayload_change_state):
4402         Added debugging category.
4403
4404 2005-09-18  David Schleef  <ds@schleef.org>
4405
4406         * gst/playback/gstdecodebin.c: free plugin list correctly
4407         * gst/playback/gstplaybin.c: emit warning if autovideosink
4408           and autoaudiosink can't be found (instead of segfaulting)
4409
4410 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4411
4412         * check/elements/audioconvert.c: (GST_START_TEST):
4413           try out 24 bit conversion
4414
4415 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4416
4417         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
4418         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
4419         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
4420         * ext/vorbis/vorbisenc.h:
4421           Fix EOS handling.  Still needs a fix in the ogg muxer to
4422           mark the last page as eos.
4423
4424 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4425
4426         * common/gtk-doc-plugins.mak:
4427         * docs/plugins/Makefile.am:
4428         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4429         * gst/ffmpegcolorspace/Makefile.am:
4430         * gst/ffmpegcolorspace/avcodec.h:
4431         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4432         * gst/tcp/gstmultifdsink.c:
4433           fix up ffmpegcolorspace docs; extract header
4434
4435 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4436
4437         * common/gtk-doc-plugins.mak:
4438         * docs/plugins/Makefile.am:
4439         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4440         * ext/theora/Makefile.am:
4441         * ext/theora/gsttheoraenc.h:
4442         * ext/theora/theoraenc.c:
4443         * ext/vorbis/vorbisenc.c:
4444           pick up signals and args for vorbis; add some docs for vorbis
4445
4446 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4447
4448         * common/gstdoc-scangobj:
4449         * common/gtk-doc-plugins.mak:
4450         * docs/libs/Makefile.am:
4451         * docs/plugins/gst-plugins-base-plugins.args:
4452         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4453         * docs/plugins/gst-plugins-base-plugins.interfaces:
4454         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4455         * docs/plugins/gst-plugins-base-plugins.signals:
4456           only scanobj stuff from our source module.  Not sure yet
4457           if that's correct, given the hierarchy stuff :)
4458
4459 2005-09-15  Wim Taymans  <wim@fluendo.com>
4460
4461         * gst/audioconvert/gstaudioconvert.c:
4462         And enable 24 bits mode as well..
4463
4464 2005-09-15  Wim Taymans  <wim@fluendo.com>
4465
4466         * gst-libs/gst/rtp/Makefile.am:
4467         * gst-libs/gst/rtp/gstbasertppayload.c:
4468         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
4469         (gst_basertppayload_class_init), (gst_basertppayload_init),
4470         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
4471         (gst_basertppayload_chain), (gst_basertppayload_set_options),
4472         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
4473         (gst_basertppayload_set_property),
4474         (gst_basertppayload_get_property),
4475         (gst_basertppayload_change_state):
4476         * gst-libs/gst/rtp/gstbasertppayload.h:
4477         Added rtp payloader base class.
4478
4479 2005-09-15  Andy Wingo  <wingo@pobox.com>
4480
4481         * configure.ac (plugindir): Remove the EOL matcher from the
4482         regexp, as it causes me problems. Libtool? Make? Who knows?
4483
4484 2005-09-14  David Schleef  <ds@schleef.org>
4485
4486         * check/generic/states.c: 
4487         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
4488         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
4489           Fixes for changes in registry API.
4490
4491         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
4492           to GST_PLUGIN_LDFLAGS.
4493         * ext/libvisual/visual.c: Make the library shut up.
4494         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
4495         * gst-libs/gst/audio/gstaudiofilter.c: same
4496
4497 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4498
4499         * docs/plugins/Makefile.am:
4500         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4501         * docs/plugins/inspect/plugin-libvisual.xml:
4502         * docs/plugins/tmpl/element-tcpserversink.sgml:
4503         * ext/theora/theoraenc.c:
4504           add libvisual plugin and theoraenc element to docs
4505
4506 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4507
4508         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4509         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4510         * ext/theora/theoraenc.c:
4511           add theoraenc
4512
4513 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
4514
4515         * gst/audioconvert/Makefile.am:
4516           Audioconvert derives from GstBaseTransform and should
4517           link to the library with our base elements to avoid
4518           unresolved symbols. Makes things work with MinGW (#316160)
4519
4520         * gst/playback/test4.c: (main):
4521           Fix MinGW build problem and use g_usleep() instead of 
4522           sleep() (#316162)
4523
4524 2005-09-12  Wim Taymans  <wim@fluendo.com>
4525
4526         * gst/audioconvert/audioconvert.c: (float),
4527         (audio_convert_prepare_context), (audio_convert_convert):
4528         * gst/audioconvert/audioconvert.h:
4529         Cleanups, speedups, simplifications, added back support
4530         for 24 bits.
4531
4532 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4533
4534         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4535         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4536         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4537         * docs/plugins/tmpl/element-tcpserversink.sgml:
4538         * gst/ffmpegcolorspace/gstffmpeg.c:
4539         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4540         * gst/videotestsrc/gstvideotestsrc.c:
4541         * gst/volume/gstvolume.c:
4542           add more elements to the docs
4543
4544 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
4545
4546         * check/Makefile.am:
4547         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
4548         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
4549           Add extra tests for basetransform based components. 
4550           Comment out the test_element_negotiation test until we decide
4551           if it's testing correct behaviour.
4552         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
4553         (gst_visual_chain), (gst_visual_change_state):
4554           Slightly more correct but still bogus timestamping.
4555           Fix state change function.
4556         * gst/audioconvert/gstaudioconvert.c:
4557         (gst_audio_convert_class_init):
4558         * gst/audioresample/gstaudioresample.c:
4559         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4560         (gst_ffmpegcsp_class_init):
4561         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
4562         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
4563         (gst_videoscale_prepare_image):
4564         * gst/volume/gstvolume.c: (gst_volume_class_init),
4565         (volume_transform_ip):
4566           Basetransform updates. Enable passthrough modes.
4567         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
4568         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
4569         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4570           Negotiation fix that allows the window to return to the original
4571           size and renegotiate passthrough upstream. Extra debug output.
4572
4573 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4574
4575         * gst/sine/gstsinesrc.c:
4576         * gst/volume/gstvolume.c:
4577           fix up header include
4578
4579 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
4580
4581         * gst-libs/gst/audio/gstbaseaudiosink.c:
4582         (gst_base_audio_sink_render):
4583         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
4584         * gst/volume/gstvolume.c: (gst_volume_class_init),
4585         (volume_transform):
4586           fixing lost sync, some more debugging
4587
4588 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
4589
4590         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
4591         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
4592         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
4593         (gst_xvimagesink_check_xshm_calls):
4594           Fix compilation when XShm is not available.
4595
4596 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
4597
4598         * ext/libvisual/visual.c: (gst_visual_dispose),
4599         (gst_visual_getcaps), (gst_visual_src_setcaps),
4600         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
4601         (gst_visual_change_state):
4602           Finish fixing up libvisual plugin so that it runs. 
4603
4604 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
4605
4606         * ext/vorbis/vorbisenc.c:
4607         * gst-libs/gst/tag/gstvorbistag.c:
4608           gsttaginterface.h -> gsttagsetter.h
4609
4610 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
4611
4612         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
4613           added another test that failes for me (test is not active by default)
4614
4615 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4616
4617         * configure.ac:
4618           v4l2 is no longer in gst-plugins-base
4619
4620 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
4621
4622         * configure.ac:
4623           In the output at the end, don't show the first plugin on the same
4624           line as "Core plug-ins, always built:".
4625           Indent the output as for other plugin categories
4626         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
4627           #define that can be used to not use peer buffer_alloc functions for
4628           test purposes.
4629         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
4630         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
4631         (gst_ximagesink_show_frame):
4632         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
4633         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
4634         (gst_xvimagesink_show_frame):
4635           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
4636           fails gracefully instead of XError aborting or deadlocking.
4637
4638 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
4639
4640         * ext/libvisual/Makefile.am:
4641           link against gst-base-libs
4642
4643 2005-09-06  David Schleef  <ds@schleef.org>
4644
4645         * configure.ac: Enable libvisual plugin.
4646         * ext/libvisual/Makefile.am:
4647         * ext/libvisual/visual.c: Fixes to make it compile.
4648
4649 === release 0.9.2 ===
4650
4651 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4652
4653         * NEWS:
4654         * RELEASE:
4655         * configure.ac:
4656         * docs/random/ChangeLog-0.8:
4657           releasing 0.9.2, "Spoon"
4658
4659 2005-09-05  Michael Smith <msmith@fluendo.com>
4660
4661         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
4662           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
4663           that in the vorbisenc element.
4664
4665 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4666
4667         * common/gtk-doc-plugins.mak:
4668         * docs/plugins/Makefile.am:
4669           fix distcheck
4670         * gst/audioresample/resample.c:
4671           fix wrong docstring
4672
4673 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4674
4675         * common/gst-xmlinspect.py:
4676         * common/gtk-doc-plugins.mak:
4677           only inspect plugins for this given package
4678           require gst-python 0.9
4679
4680 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4681
4682         * Makefile.am:
4683         * autogen.sh:
4684         * common/gst-xmlinspect.py:
4685         * configure.ac:
4686         * docs/Makefile.am:
4687         * docs/plugins/inspect/plugin-alsa.xml:
4688         * docs/plugins/inspect/plugin-audioresample.xml:
4689         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4690         * docs/plugins/inspect/plugin-ogg.xml:
4691         * docs/plugins/tmpl/element-gnomevfssink.sgml:
4692         * docs/plugins/tmpl/element-multifdsink.sgml:
4693         * docs/plugins/tmpl/element-tcpserversink.sgml:
4694         * docs/plugins/tmpl/element-vorbisenc.sgml:
4695         * gst-plugins-base.spec.in:
4696           various doc-related updates
4697
4698 2005-08-31  Wim Taymans  <wim@fluendo.com>
4699
4700         * gst-libs/gst/audio/gstbaseaudiosink.c:
4701         (gst_base_audio_sink_render):
4702         Resync if the buffer timestamps drift more than a 10th 
4703         of a second.
4704
4705 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
4706
4707         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
4708         (gst_v4lsrc_get_property):
4709           The 'timestamp-offset' property is registered as an int64, so
4710           let's use g_value_{set|get}_int64() in our setter and getter
4711           functions (makes it work and fixes warnings with gst-inspect).
4712
4713 2005-08-30  Wim Taymans  <wim@fluendo.com>
4714
4715         * check/elements/audioconvert.c: (setup_audioconvert):
4716         * check/elements/audioresample.c: (setup_audioresample):
4717         * check/elements/volume.c: (setup_volume):
4718         Fix checks.
4719
4720 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4721
4722         * common/gtk-doc-plugins.mak:
4723         * common/plugins.xsl:
4724         * docs/plugins/Makefile.am:
4725           make module a param
4726
4727 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
4728
4729         * examples/seeking/seek.c: (make_mp3_pipeline),
4730         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
4731         (play_cb), (pause_cb), (stop_cb):
4732           update the example
4733
4734 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
4735
4736         * gst/volume/gstvolume.c: (gst_volume_class_init),
4737         (volume_transform):
4738           do not update controlled params, if buffer has no timestamp
4739
4740 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
4741
4742         * configure.ac:
4743         * gst/sine/Makefile.am:
4744         * gst/volume/Makefile.am:
4745           controllerized elements also need to link against controller-libs ;)
4746
4747 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
4748
4749         * docs/libs/tmpl/gstcolorbalance.sgml:
4750         * docs/libs/tmpl/gstgconf.sgml:
4751         * docs/libs/tmpl/gstmixer.sgml:
4752         * docs/libs/tmpl/gstringbuffer.sgml:
4753         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4754         (gst_sinesrc_create):
4755         * gst/volume/gstvolume.c: (gst_volume_class_init),
4756         (volume_transform):
4757           controllerized two audio plugins
4758
4759 2005-08-29  Andy Wingo  <wingo@pobox.com>
4760
4761         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
4762         (vorbis_handle_data_packet): Fix some int overflow errors.
4763
4764         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
4765         -1.
4766         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
4767         valid.
4768         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
4769         if it's valid. Fixed streaming-mode playback.
4770
4771         * check/elements/volume.c (cleanup_volume): Fix for running
4772         CK_FORK=no.
4773
4774         * check/elements/audioconvert.c: Convert from native endian, not
4775         little endian.
4776
4777 2005-08-29  Michael Smith <msmith@fluendo.com>
4778
4779         * ext/ogg/Makefile.am:
4780         * ext/ogg/gstogg.c: (plugin_init):
4781         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
4782         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
4783         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
4784         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
4785         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
4786         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
4787         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
4788         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
4789         Add an ogg parser element.
4790
4791 2005-08-28  Andy Wingo  <wingo@pobox.com>
4792
4793         * Updates for two-arg init from GST_BOILERPLATE_FULL.
4794
4795 2005-08-26  Wim Taymans  <wim@fluendo.com>
4796
4797         * gst/audioconvert/audioconvert.c: (if), (float),
4798         (audio_convert_get_func_index), (check_default),
4799         (audio_convert_clean_fmt), (audio_convert_prepare_context),
4800         (audio_convert_clean_context), (audio_convert_get_sizes),
4801         (audio_convert_convert):
4802         Cleanups.
4803
4804 2005-08-26  Wim Taymans  <wim@fluendo.com>
4805
4806         * gst/audioconvert/audioconvert.c: (if), (float),
4807         (audio_convert_get_func_index), (check_default),
4808         (audio_convert_clean_fmt), (audio_convert_prepare_context),
4809         (audio_convert_clean_context), (audio_convert_get_sizes),
4810         (audio_convert_convert):
4811         More elegant and working temp buffer selection algo.
4812
4813 2005-08-26  Wim Taymans  <wim@fluendo.com>
4814
4815         * gst/audioconvert/audioconvert.c: (if), (float),
4816         (audio_convert_get_func_index), (check_default),
4817         (audio_convert_clean_fmt), (audio_convert_prepare_context),
4818         (audio_convert_clean_context), (audio_convert_get_sizes),
4819         (get_temp_buffer), (audio_convert_convert):
4820         Use realloc else we lose our original data.
4821
4822 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4823
4824         * gst/audioresample/gstaudioresample.c:
4825           use base class' newsegment to properly timestamp
4826
4827 2005-08-26  Wim Taymans  <wim@fluendo.com>
4828
4829         * gst/audioconvert/audioconvert.c: (if), (float),
4830         (audio_convert_get_func_index), (check_default),
4831         (audio_convert_clean_fmt), (audio_convert_prepare_context),
4832         (audio_convert_clean_context), (audio_convert_get_sizes),
4833         (get_temp_buffer), (audio_convert_convert):
4834         * gst/audioconvert/gstaudioconvert.c:
4835         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
4836         (gst_audio_convert_transform_caps),
4837         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
4838         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
4839         Oops, allocate enough space to perform the channel mix.
4840
4841 2005-08-26  Wim Taymans  <wim@fluendo.com>
4842
4843         * gst/audioconvert/Makefile.am:
4844         * gst/audioconvert/audioconvert.c: (if), (float),
4845         (audio_convert_get_func_index), (check_default),
4846         (audio_convert_clean_fmt), (audio_convert_prepare_context),
4847         (audio_convert_clean_context), (audio_convert_get_sizes),
4848         (get_temp_buffer), (audio_convert_convert):
4849         * gst/audioconvert/audioconvert.h:
4850         * gst/audioconvert/gstaudioconvert.c:
4851         (gst_audio_convert_class_init), (gst_audio_convert_init),
4852         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
4853         (gst_audio_convert_get_unit_size),
4854         (gst_audio_convert_transform_caps),
4855         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
4856         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
4857         * gst/audioconvert/gstaudioconvert.h:
4858         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
4859         (gst_channel_mix_fill_identical),
4860         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
4861         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
4862         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
4863         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
4864         (gst_channel_mix_mix):
4865         * gst/audioconvert/gstchannelmix.h:
4866         Cleanups, librarify a bit, optimize, better negotiation and more.
4867
4868 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
4869
4870         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
4871         Another from MikeS:
4872         During typefinding, don't support negative offsets
4873         (offsets from the end of the stream) in our typefind->peek() function
4874         - nothing embedded in ogg ever needs them. However, we need to recognise
4875         those requests and reject them, otherwise we return invalid pointers.
4876
4877 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
4878
4879         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4880         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
4881         (vorbisdec_finalize), (vorbis_handle_type_packet):
4882           Big shout-out to MikeS for fixing this giant memory leak.
4883           Huzzah!
4884
4885 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4886
4887         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
4888         (audio_convert_get_unit_size):
4889           plug some leaks
4890
4891 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4892
4893         * check/Makefile.am:
4894         * check/elements/audioconvert.c: (setup_audioconvert),
4895         (cleanup_audioconvert), (get_int_caps), (verify_convert),
4896         (GST_START_TEST), (audioconvert_suite), (main):
4897           add a test for audioconvert
4898         * gst/audioresample/gstaudioresample.c:
4899         * gst/audioresample/gstaudioresample.h:
4900           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
4901           note that for buffers of 1/3 sec this means DURATION(c) is 
4902           one nanosecond more than for a and b
4903
4904 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4905
4906         * check/Makefile.am:
4907         * check/elements/audioresample.c: (setup_audioresample),
4908         (cleanup_audioresample), (fail_unless_perfect_stream),
4909         (test_perfect_stream_instance), (GST_START_TEST),
4910           add a check for audioresample
4911         (audioresample_suite), (main):
4912         * check/elements/volume.c: (GST_START_TEST):
4913           remove unused method
4914         * gst/audioresample/gstaudioresample.c:
4915           set correct buffer parameters since we're changing them
4916         * gst/audioresample/resample_ref.c: (resample_scale_ref):
4917           add some debug
4918
4919 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4920
4921         * gst/audioresample/debug.c:
4922         * gst/audioresample/gstaudioresample.c:
4923           add room for extra overlap samples when asked to transform size
4924           protect against possible mem corruption and check for discrepancies
4925           between written size and outbuffer's size so we can warn for
4926           potential problems
4927         * gst/audioresample/resample.c: (resample_init),
4928         (resample_get_output_size_for_input), (resample_get_output_size),
4929         (resample_set_n_channels), (resample_set_format):
4930           set debug level based on RESAMPLE_DEBUG env var
4931           make sure that get_output_size* returns a whole number of
4932           sample_size
4933           set sample_size each time either channel or format is set
4934         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
4935         * gst/audioresample/resample_functable.c:
4936         (resample_scale_functable):
4937         * gst/audioresample/resample_ref.c: (resample_scale_ref):
4938           remove r->sample_size, it's done in resample.c now
4939           add some debugging to the ref implementation
4940           make sure we only give back bytes that are wholes of the sample
4941           size
4942
4943 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
4944         * gst/playback/gstplaybasebin.c: (fill_buffer):
4945         Revert unpopular change for GST_MESSAGE_SRC to GObject.
4946
4947 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
4948
4949         * gst/volume/gstvolume.c:
4950           made set_caps function static
4951
4952 2005-08-24  Wim Taymans  <wim@fluendo.com>
4953
4954         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
4955         (gst_vorbisenc_change_state):
4956         Stop leaking taglists.
4957
4958 2005-08-24  Wim Taymans  <wim@fluendo.com>
4959
4960         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
4961         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
4962         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
4963         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
4964         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
4965         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
4966         Parse seeking events better.
4967         Unref static caps.
4968         Generate correct newsegment events, fixes seeking in live oggs.
4969
4970         * ext/theora/theoradec.c: (theora_dec_src_query),
4971         (theora_dec_src_event), (theora_dec_src_getcaps),
4972         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
4973         Use newsegment values to report correct play time.
4974
4975         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4976         (vorbis_dec_src_event), (vorbis_dec_sink_event):
4977         * ext/vorbis/vorbisdec.h:
4978         Parse and use newsegment values to report correct play time.
4979
4980         * gst-libs/gst/audio/gstbaseaudiosink.c:
4981         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4982         Clear ringbuffer on flush.
4983         Use newsegment values to calculate playback time.
4984
4985         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
4986         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
4987         Basesink does newsegment calculations for us now.
4988
4989 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4990
4991         * check/Makefile.am:
4992         * configure.ac:
4993           add core's plugins to the mix so that playbin works
4994         * check/generic/states.c: (GST_START_TEST):
4995           set a 0 timeout on pipelines, so they don't force the next
4996           state change
4997         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
4998         (gst_play_base_bin_change_state):
4999           remove the crappy error handling and do GST error handling
5000
5001 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5002
5003         * check/Makefile.am:
5004         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
5005           add same test as to core, it bitches out on playbin atm.
5006
5007 2005-08-24  Wim Taymans  <wim@fluendo.com>
5008
5009         * configure.ac:
5010         Remove audioscale.
5011
5012 2005-08-24  Wim Taymans  <wim@fluendo.com>
5013
5014         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
5015         (gst_videoscale_prepare_size), (parse_caps),
5016         (gst_videoscale_set_caps), (gst_videoscale_get_size),
5017         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
5018         (gst_videoscale_transform):
5019         * gst/videoscale/gstvideoscale.h:
5020         Refactor, make use of BaseTranform really well.
5021
5022 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5023
5024         * configure.ac:
5025           compile audioresample
5026         * gst/audioresample/Makefile.am:
5027         * gst/audioresample/buffer.c:
5028         * gst/audioresample/functable.c:
5029         * gst/audioresample/gstaudioresample.c:
5030         * gst/audioresample/gstaudioresample.h:
5031         * gst/audioresample/resample.c:
5032         (resample_get_output_size_for_input):
5033         * gst/audioresample/resample.h:
5034         * gst/audioresample/resample_chunk.c:
5035         * gst/audioresample/resample_functable.c:
5036         * gst/audioresample/resample_ref.c:
5037           port to use basetransform; doesn't work in all cases yet
5038
5039 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5040
5041         * gst/audioconvert/gstaudioconvert.c:
5042         (gst_audio_convert_class_init), (gst_audio_convert_init),
5043         (audio_convert_get_unit_size), (audio_convert_transform_caps),
5044         (audio_convert_fixate_caps), (audio_convert_set_caps),
5045         (audio_convert_transform),
5046         (gst_audio_convert_buffer_to_default_format),
5047         (gst_audio_convert_buffer_from_default_format),
5048         (gst_audio_convert_channels):
5049         * gst/audioconvert/gstchannelmix.c:
5050         * gst/audioconvert/gstchannelmix.h:
5051           port to basetransform
5052         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5053         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
5054         (gst_ffmpegcsp_get_unit_size):
5055         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
5056         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
5057           fix for basetransform changes
5058
5059 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
5060
5061         * check/Makefile.am:
5062           Add CHECK_CFLAGS and LDFLAGS
5063
5064         * gst/playback/gstplaybasebin.c: (fill_buffer):
5065           GST_MESSAGE_SRC became a GObject
5066
5067 2005-08-24  Wim Taymans  <wim@fluendo.com>
5068
5069         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
5070         (gst_ring_buffer_clear_all):
5071         * gst-libs/gst/audio/gstringbuffer.h:
5072         Added function to clear the ringbuffer.
5073
5074 2005-08-24  Andy Wingo  <wingo@pobox.com>
5075
5076         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
5077         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
5078         of _open and _close.
5079
5080         * sys/v4l/gstv4lxoverlay.h:
5081         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
5082         an Xv connection here, instead of all the time. Make Xv only be
5083         loaded if you axe for it. Kindof a workaround for buggy behaviour
5084         of Xv when using remote xservers (XvQueryExtension would block).
5085         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
5086         replace the _open and _close public API. Only start the xv
5087         connection if necessary.
5088         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
5089
5090 2005-08-23  David Schleef  <ds@schleef.org>
5091
5092         * gst/audioresample/Makefile.am: Leet audioresampling code
5093         * gst/audioresample/buffer.c:
5094         * gst/audioresample/buffer.h:
5095         * gst/audioresample/debug.c:
5096         * gst/audioresample/debug.h:
5097         * gst/audioresample/functable.c:
5098         * gst/audioresample/functable.h:
5099         * gst/audioresample/gstaudioresample.c:
5100         * gst/audioresample/gstaudioresample.h:
5101         * gst/audioresample/resample.c:
5102         * gst/audioresample/resample.h:
5103         * gst/audioresample/resample_chunk.c:
5104         * gst/audioresample/resample_functable.c:
5105         * gst/audioresample/resample_ref.c:
5106
5107 2005-08-23  Wim Taymans  <wim@fluendo.com>
5108
5109         * examples/seeking/seek.c: (make_vorbis_pipeline),
5110         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
5111         Small seek updates.
5112
5113 2005-08-23  Andy Wingo  <wingo@pobox.com>
5114
5115         * gst-libs/gst/audio/gstbaseaudiosrc.c
5116         (gst_base_audio_src_fixate): Only fixate endianness if it is
5117         present in the caps.
5118
5119 2005-08-22  Andy Wingo  <wingo@pobox.com>
5120
5121         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
5122         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
5123         device-name property.
5124
5125         * gst-libs/gst/audio/gstaudiosrc.h:
5126         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
5127         close_device in the ring buffer, like gstaudiosink.
5128
5129         * ext/alsa/gstalsamixer.h:
5130         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
5131         macro to implement the interface without much code. Cleanups. 
5132
5133         * ext/alsa/gstalsasrc.h:
5134         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
5135         READY.
5136
5137         * ext/alsa/Makefile.am: Add new files.
5138         * ext/alsa/gstalsamixerelement.c: 
5139         * ext/alsa/gstalsamixerelement.c: Split element code out from
5140         mixer code so that alsasrc can be a mixer too.
5141
5142 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
5143
5144         * check/elements/volume.c: (setup_volume), (cleanup_volume),
5145         (GST_START_TEST):
5146         * check/elements/vorbisdec.c: (setup_vorbisdec),
5147         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
5148         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5149         (vorbis_handle_identification_packet),
5150         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
5151         (vorbis_handle_header_packet), (vorbis_dec_push),
5152         (vorbis_dec_chain):
5153           use the setup/teardown methods to save code.  save code is good.
5154
5155 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5156
5157         * check/Makefile.am:
5158           add ext dir for plugins
5159           add vorbisdec test conditionally
5160         * check/elements/volume.c: (setup_volume), (cleanup_volume),
5161         (GST_START_TEST), (volume_suite):
5162           add a test with wrong caps
5163         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
5164         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
5165           add a vorbisdec test
5166         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
5167         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
5168           clean up debug output
5169         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
5170           yay, fix a segfault/security issue in vorbisdec
5171           gst-launch fakesrc ! vorbisdec wasn't happy
5172         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
5173         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
5174         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
5175         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
5176         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
5177         (gst_vorbisenc_set_metadata), (get_constraints_string),
5178         (update_start_message), (gst_vorbisenc_setup),
5179         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5180         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
5181         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
5182         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
5183         * ext/vorbis/vorbisenc.h:
5184           march in line
5185         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5186         (gst_ffmpegcsp_transform):
5187           have the kow come home
5188         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
5189           debug my func ptr
5190         * gst/volume/gstvolume.c: (volume_set_caps):
5191           add a debug
5192
5193 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5194
5195         * Makefile.am:
5196         * check/.cvsignore:
5197         * check/Makefile.am:
5198         * check/elements/.cvsignore:
5199         * check/elements/volume.c: (chain_func), (event_func),
5200         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
5201         (main):
5202         * configure.ac:
5203           add unit test structure for gst-plugins-base
5204           add a test for volume
5205         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
5206         (gst_volume_set_volume), (gst_volume_get_volume),
5207         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
5208         (volume_funcfind), (volume_process_float), (volume_process_int16),
5209         (volume_set_caps), (volume_transform), (volume_update_mute),
5210         (volume_update_volume), (volume_set_property),
5211         (volume_get_property):
5212           document a little; use basetransform vmethod _set_caps
5213
5214 2005-08-19  Andy Wingo  <wingo@pobox.com>
5215
5216         * ext/alsa/gstalsamixertrack.h:
5217         * ext/alsa/gstalsamixertrack.c:
5218         * ext/alsa/gstalsamixeroptions.h:
5219         * ext/alsa/gstalsamixeroptions.c:
5220         * ext/alsa/gstalsamixer.h:
5221         * ext/alsa/gstalsamixer.c: Port to 0.9.
5222
5223         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
5224         Remove gstalsa.c and alsaclock. No more cruft here.
5225         
5226 2005-08-18  Wim Taymans  <wim@fluendo.com>
5227
5228         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5229         (gst_base_rtp_depayload_chain),
5230         (gst_base_rtp_depayload_add_to_queue),
5231         (gst_base_rtp_depayload_push),
5232         (gst_base_rtp_depayload_queue_release):
5233         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5234         Fix for RTPBuffer changes.
5235
5236         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
5237         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
5238         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
5239         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
5240         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
5241         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
5242         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
5243         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
5244         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
5245         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
5246         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
5247         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
5248         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
5249         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
5250         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
5251         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
5252         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
5253         (gst_rtpbuffer_get_payload):
5254         * gst-libs/gst/rtp/gstrtpbuffer.h:
5255         Don't subclass GstBuffer but add methods and helper functions
5256         to construct and manipulate RTP packets in regular GstBuffers.
5257
5258 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
5259
5260         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
5261           moved statement below switch
5262         * gst/volume/gstvolume.c: (gst_volume_class_init):
5263           added debug ptr
5264
5265 2005-08-16  Wim Taymans  <wim@fluendo.com>
5266
5267         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5268         (gst_base_audio_src_change_state):
5269         Open and close device in READY<->NULL state change.
5270
5271 2005-08-16  Andy Wingo  <wingo@pobox.com>
5272
5273         * examples/seeking/Makefile.am: Don't compile non-compiling
5274         compiled objects with the compiler.
5275
5276         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
5277         elements.
5278
5279 2005-08-12  Philippe Khalaf <burger@speedy.org>
5280         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5281         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5282           Made a thread to release the queue.
5283           Removed timestamp conversion for now.
5284
5285 2005-08-10  Philippe Khalaf <burger@speedy.org>
5286         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5287         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5288           Added rtp timestamp -> gst timestamp conversion.
5289           Fixed several problems with queue.
5290
5291 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
5292
5293         * gst-libs/gst/audio/gstaudioclock.h:
5294         * gst-libs/gst/audio/gstaudiofilter.h:
5295         * gst-libs/gst/audio/gstaudiosink.h:
5296         * gst-libs/gst/audio/gstaudiosrc.h:
5297         * gst-libs/gst/audio/gstbaseaudiosink.h:
5298         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5299         * gst-libs/gst/audio/gstringbuffer.h:
5300         * gst-libs/gst/net/gstnetbuffer.h:
5301         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5302         * gst-libs/gst/rtp/gstrtpbuffer.h:
5303           Add padding (you will need to rebuild gst-plugins-base,
5304           gst-plugins and all applications afterwards!)
5305
5306 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
5307
5308         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5309         (gst_riff_parse_chunk):
5310           Fix bug in debug message and add some more debug messages.
5311
5312 2005-08-08  Edward Hervey  <edward@fluendo.com>
5313
5314         * gst-libs/gst/riff/riff-media.c:
5315         backported updates since branch
5316
5317 2005-08-08  Andy Wingo  <wingo@pobox.com>
5318
5319         * gst-libs/gst/audio/gstbaseaudiosink.c
5320         (gst_base_audio_sink_change_state): Open the device in NULL->READY
5321         like good elements should. Close on READY->NULL too.
5322
5323         * gst-libs/gst/audio/gstaudiosink.c
5324         (gst_audioringbuffer_open_device,
5325         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
5326         (gst_audioringbuffer_release): Updates for new ring buffer API,
5327         hook into the new audio sink api.
5328
5329         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
5330         (GstAudioSinkClass.close): Just open and close the device -- no
5331         resource allocation or configuration.
5332         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
5333         vmethods, handle device setup and resource allocation.
5334
5335         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
5336         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
5337         base class API.
5338
5339         * gst-libs/gst/audio/gstringbuffer.h
5340         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
5341         New vmethods.
5342
5343         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
5344         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
5345         New API functions. The device should be opened before acquiring
5346         and closed after releasing.
5347
5348 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
5349
5350         * gst-libs/gst/interfaces/mixer.h:
5351           Reset padding to GST_PADDING.
5352
5353 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5354
5355         * gst/playback/gstplaybin.c: (remove_sinks):
5356           Remove visualization from parent explicitely; works around some
5357           apparent refcount issue that I haven't tracked down yet.
5358
5359 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5360
5361         * ext/alsa/gstalsasink.c: (set_hwparams):
5362           Assign debug category, add negotiation debug msgs.
5363
5364 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5365
5366         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
5367           Fix error code for file-not-found to NOT_FOUND.
5368
5369 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5370
5371         * common/gtk-doc-plugins.mak:
5372         * docs/plugins/Makefile.am:
5373         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5374         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5375           renamed to actual element names, so much nicer to look at
5376         * docs/plugins/tmpl/gstmultifdsink.sgml:
5377           remove
5378         * docs/plugins/tmpl/multifdsink.sgml:
5379         * docs/plugins/tmpl/tcpserversink.sgml:
5380           add
5381         * ext/alsa/gstalsa.c:
5382         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
5383         * ext/ogg/gstoggmux.c:
5384         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
5385         * gst/playback/gstdecodebin.c:
5386         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
5387         * gst/tcp/gsttcpserversink.c:
5388           various fixes and documentation additions
5389
5390 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5391
5392         * common/Makefile.am:
5393         * common/gstdoc-scangobj:
5394         * common/gtk-doc-plugins.mak:
5395         * common/gtk-doc.mak:
5396           add a custom scangobj that uses the registry
5397           add a custom gtk-doc-plugins.mak that uses it
5398           some doc build fixes
5399         * configure.ac:
5400         * docs/Makefile.am:
5401         * docs/plugins/Makefile.am:
5402         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5403         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5404         * docs/plugins/gst-plugins-base-plugins.types:
5405         * docs/plugins/tmpl/gstmultifdsink.sgml:
5406           add docs for one element, multifdsink
5407         * gst/adder/gstadder.h:
5408         * gst/volume/gstvolume.h:
5409           don't privatize enum
5410         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5411         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5412         (gst_sync_method_get_type), (gst_client_status_get_type),
5413         (gst_multifdsink_class_init),
5414         (gst_multifdsink_client_queue_buffer),
5415         (gst_multifdsink_handle_client_write):
5416         * gst/tcp/gstmultifdsink.h:
5417         * gst/tcp/gsttcp.h:
5418         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
5419         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
5420         (gst_tcpclientsink_render):
5421         * gst/tcp/gsttcpclientsink.h:
5422         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
5423         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
5424         (gst_tcpclientsrc_start):
5425         * gst/tcp/gsttcpclientsrc.h:
5426         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
5427         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
5428         * gst/tcp/gsttcpserversrc.h:
5429         * gst/typefind/gsttypefindfunctions.c:
5430           remove superfluous Type stuff
5431
5432 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5433
5434         * gst/playback/gstplaybin.c: (gen_video_element):
5435           Enable videoscale.
5436
5437 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5438
5439         * gst-libs/gst/gconf/gconf.c:
5440         * gst-libs/gst/gconf/gconf.h:
5441           Fix some Andy Problem [tm].
5442
5443 2005-08-04  Andy Wingo  <wingo@pobox.com>
5444
5445         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
5446         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
5447         (gst_ffmpegcsp_get_size): Adapt to API changes.
5448
5449         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
5450         Implement an in-place do-nothing transform.
5451
5452 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5453
5454         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
5455         (gst_ximagesink_renegotiate_size):
5456           Do not set new window sizes yet if we prepare a new buffer size
5457           for upstream renegotiation (software scaling) at some point in the
5458           future, because this new size waqs not actually accepted yet. Once
5459           accepted, renegotiation later on will set the new sizes just fine.
5460           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
5461           embedding testcase.
5462
5463 2005-08-03  Andy Wingo  <wingo@pobox.com>
5464
5465         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
5466         (gst_ximagesink_buffer_alloc): 
5467         Protect the height, width, and desired_caps with the pool_lock.
5468         Fixes videotestsrc ! queue ! ximagesink.
5469
5470 2005-08-02  Edward Hervey  <edward@fluendo.com>
5471
5472         * gst/volume/gstvolume.c:
5473         include left from controller cleanup
5474
5475 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
5476         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
5477           Stop collectpads before calling the parent state
5478           change function on PAUSED->READY.
5479
5480 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
5481         * configure.ac:
5482           When testing for X libs, use the X CFlags 
5483         * gst/adder/gstadder.c: (gst_adder_change_state):
5484           Stop the collectpads before calling parent state change function
5485           on PAUSED->READY, otherwise we deadlock deactivating pads.
5486
5487 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
5488
5489         * configure.ac:
5490         * docs/libs/tmpl/gstcolorbalance.sgml:
5491         * docs/libs/tmpl/gstmixer.sgml:
5492         * examples/Makefile.am:
5493         * gst/sine/Makefile.am:
5494         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
5495         (gst_sinesrc_set_property), (plugin_init):
5496         * gst/sine/gstsinesrc.h:
5497         * gst/volume/Makefile.am:
5498         * gst/volume/gstvolume.c: (gst_volume_set_volume),
5499         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
5500         (volume_process_float), (volume_process_int16),
5501         (volume_set_property), (plugin_init):
5502         * gst/volume/gstvolume.h:
5503           deactivate and remove dparams (libgstcontrol)
5504
5505 2005-07-29  Wim Taymans  <wim@fluendo.com>
5506
5507         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
5508         Convert me to BaseTransform!! help..
5509
5510 2005-07-29  Andy Wingo  <wingo@pobox.com>
5511
5512         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
5513         sinks.
5514
5515         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
5516         support of both endiannesses.
5517
5518 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
5519
5520         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
5521           Fix confusing debug message (s/event/query/)
5522
5523 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
5524
5525         * gst/videotestsrc/videotestsrc.h:
5526           Use "_stdint.h" instead of <stdint.h>
5527
5528 2005-07-27  Wim Taymans  <wim@fluendo.com>
5529
5530         * ext/vorbis/Makefile.am:
5531         Revert wrong commit.
5532
5533 2005-07-27  Wim Taymans  <wim@fluendo.com>
5534
5535         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
5536         More compilation fixen.
5537
5538 2005-07-27  Wim Taymans  <wim@fluendo.com>
5539
5540         * gst-libs/gst/audio/gstbaseaudiosink.c:
5541         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
5542         (gst_base_audio_sink_create_ringbuffer),
5543         (gst_base_audio_sink_change_state):
5544         Fix compilation.
5545
5546 2005-07-27  Wim Taymans  <wim@fluendo.com>
5547
5548         * examples/seeking/seek.c: (setup_dynamic_link),
5549         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
5550         (query_positions_elems), (query_positions_pads), (do_seek):
5551         Update seek example.
5552
5553         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
5554         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
5555         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
5556         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5557         (gst_ogg_demux_handle_event),
5558         (gst_ogg_demux_deactivate_current_chain),
5559         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5560         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
5561         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
5562         (gst_ogg_demux_loop):
5563         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
5564         * ext/theora/theoradec.c: (theora_dec_src_event),
5565         (theora_dec_src_getcaps), (theora_dec_sink_event),
5566         (theora_dec_push), (theora_dec_chain):
5567         * ext/vorbis/Makefile.am:
5568         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
5569         (vorbis_dec_sink_event), (vorbis_dec_push),
5570         (vorbis_handle_data_packet):
5571         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
5572         (gst_vorbisenc_chain):
5573         * gst/playback/gststreaminfo.c: (cb_probe):
5574         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
5575         * gst/videorate/gstvideorate.c: (gst_videorate_event):
5576         * gst/videoscale/gstvideoscale.c:
5577         (gst_videoscale_handle_src_event):
5578         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
5579         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
5580         (gst_ximagesink_navigation_send_event):
5581         * sys/xvimage/xvimagesink.c:
5582         (gst_xvimagesink_navigation_send_event):
5583         Various event updates and cleanups
5584
5585 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5586
5587         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
5588           Fix segfault for I420/YV12.
5589
5590 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5591
5592         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
5593           Report bitrate.
5594
5595 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5596
5597         * gst/playback/gstplaybin.c: (gen_video_element),
5598         (gen_audio_element):
5599           Switch to auto*sink elements as default sinks; add volume element
5600           so that volume control in totem works.
5601
5602 2005-07-21  Wim Taymans  <wim@fluendo.com>
5603
5604         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
5605         * gst/playback/gstplaybin.c: (setup_sinks),
5606         (gst_play_bin_change_state):
5607         Refcount fix and more comments.
5608
5609 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5610
5611         * sys/ximage/Makefile.am:
5612         * sys/ximage/ximage.c: (plugin_init):
5613         * sys/ximage/ximagesink.c:
5614         Prepare for adding ximagesrc, rename of plugin to ximage etc.
5615         
5616
5617 2005-07-21  Wim Taymans  <wim@fluendo.com>
5618
5619         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
5620         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5621         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5622         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5623         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
5624         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
5625         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
5626         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
5627         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
5628         Generate correct disconts for live chained oggs.
5629
5630         * gst-libs/gst/audio/gstbaseaudiosink.c:
5631         (gst_base_audio_sink_render),
5632         (gst_base_audio_sink_create_ringbuffer),
5633         (gst_base_audio_sink_change_state):
5634         Handle discont math correctly.
5635
5636         * gst/playback/gstplaybin.c: (add_sink):
5637         Some small debug cleanup.
5638
5639 2005-07-21  Wim Taymans  <wim@fluendo.com>
5640
5641         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
5642         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5643         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5644         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5645         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
5646         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
5647         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5648         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
5649         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
5650         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
5651         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
5652         (gst_ogg_demux_change_state), (gst_ogg_print):
5653         Reorganize code to send the right disconts when in streaming
5654         mode.
5655
5656 2005-07-20  Andy Wingo  <wingo@pobox.com>
5657
5658         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
5659         fix (?), fixes a seggie mcfalterson (#310894).
5660
5661 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5662
5663         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
5664         (gst_ogg_mux_set_header_on_caps):
5665         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
5666         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
5667         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
5668         * gst-libs/gst/audio/multichannel.c:
5669         (gst_audio_set_channel_positions),
5670         (gst_audio_set_structure_channel_positions_list):
5671         * gst/playback/gstdecodebin.c: (dynamic_create):
5672         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
5673         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
5674           Fixes for API changes in core.
5675
5676 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5677
5678         * gst/playback/gstplaybasebin.c: (fill_buffer):
5679           Use _new_custom() so we can set custom message types for buffering
5680           messages.
5681
5682 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5683
5684         * configure.ac:
5685         * gst-libs/gst/Makefile.am:
5686         * gst-libs/gst/gconf/.cvsignore:
5687         * gst-libs/gst/gconf/Makefile.am:
5688         * gst-libs/gst/gconf/test-gconf.c:
5689         * pkgconfig/Makefile.am:
5690         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
5691         * pkgconfig/gstreamer-gconf.pc.in:
5692           Remove gconf stuff, use gconf elements instead from now on.
5693
5694 2005-07-20  Wim Taymans  <wim@fluendo.com>
5695
5696         * gst-libs/gst/audio/TODO:
5697         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
5698         (gst_audio_clock_get_internal_time):
5699         * gst-libs/gst/audio/gstaudioclock.h:
5700         * gst-libs/gst/audio/gstbaseaudiosink.c:
5701         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
5702         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
5703         (gst_base_audio_sink_render),
5704         (gst_base_audio_sink_create_ringbuffer),
5705         (gst_base_audio_sink_change_state):
5706         Make sure the audio clock always returns an increasing value.
5707
5708 2005-07-19  Andy Wingo  <wingo@pobox.com>
5709
5710         * gst/videotestsrc/: Cleanups.
5711
5712 2005-07-19  Wim Taymans  <wim@fluendo.com>
5713
5714         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
5715         Better debugging.
5716
5717 2005-07-19  Wim Taymans  <wim@fluendo.com>
5718
5719         * examples/seeking/seek.c: (make_dv_pipeline),
5720         (make_vorbis_theora_pipeline), (query_rates),
5721         (query_positions_elems), (query_positions_pads), (do_seek):
5722         Make correct DV pipeline.
5723
5724 2005-07-18  Andy Wingo  <wingo@pobox.com>
5725
5726         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
5727         default. Also because it's the only thing that really works. (This
5728         is used in the GConf elements).
5729         Use AS_LIBTOOL_TAGS.
5730
5731 2005-07-18  Wim Taymans  <wim@fluendo.com>
5732
5733         * gst/playback/gstdecodebin.c: (remove_element_chain):
5734         * gst/playback/gstplaybin.c: (add_sink):
5735         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5736         (gst_stream_info_set_mute):
5737         * gst/playback/gststreamselector.c:
5738         (gst_stream_selector_get_linked_pad),
5739         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
5740         More leak and compile fixes.
5741
5742 2005-07-18  Wim Taymans  <wim@fluendo.com>
5743
5744         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
5745         (query_rates), (query_positions_elems), (query_positions_pads),
5746         (do_seek), (seek_cb), (stop_seek):
5747         Updated seek example. 
5748
5749         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
5750         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5751         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
5752         * gst/playback/gstplaybin.c: (add_sink):
5753         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5754         (gst_stream_info_set_mute):
5755         Some refcount leak fixes.
5756
5757 2005-07-16  Wim Taymans  <wim@fluendo.com>
5758
5759         * gst-libs/gst/audio/gstbaseaudiosink.c:
5760         (gst_base_audio_sink_render):
5761         Align samples even if we have roundoff errors in the 
5762         timestamp conversion.
5763
5764 2005-07-16  Wim Taymans  <wim@fluendo.com>
5765
5766         * docs/libs/tmpl/gstringbuffer.sgml:
5767         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
5768         (query_rates), (query_positions_elems), (query_positions_pads),
5769         (update_scale), (do_seek):
5770         Updated seek example.
5771
5772         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5773         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
5774         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
5775         (gst_ogg_demux_loop):
5776         Push out correct discont values.
5777
5778         * ext/theora/theoradec.c: (theora_dec_src_convert),
5779         (theora_dec_sink_convert), (theora_dec_src_getcaps),
5780         (theora_dec_sink_event), (theora_handle_type_packet),
5781         (theora_handle_header_packet), (theora_dec_push),
5782         (theora_handle_data_packet), (theora_dec_chain),
5783         (theora_dec_change_state):
5784         Better timestamping.
5785
5786         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5787         (vorbis_dec_sink_event), (vorbis_dec_push),
5788         (vorbis_handle_data_packet), (vorbis_dec_chain):
5789         * ext/vorbis/vorbisdec.h:
5790         Better timestamping.
5791
5792         * gst-libs/gst/audio/gstbaseaudiosink.c:
5793         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
5794         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5795         Handle syncing on timestamps instead of sample offsets. Make
5796         use of DISCONT values as described in design docs.
5797
5798         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5799         (gst_base_audio_src_get_time):
5800         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
5801         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
5802         (gst_ring_buffer_read):
5803         * gst-libs/gst/audio/gstringbuffer.h:
5804         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
5805         (gst_ximagesink_show_frame):
5806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
5807         Correcly convert buffer timestamp to stream time.
5808
5809 2005-07-16  Wim Taymans  <wim@fluendo.com>
5810
5811         * gst/audioconvert/gstaudioconvert.c:
5812         (gst_audio_convert_get_buffer):
5813         Timestamp buffers correctly.
5814
5815         * gst/playback/gstplaybin.c: (gen_video_element):
5816         Make internal fakesink silent.
5817
5818 2005-07-15  Wim Taymans  <wim@fluendo.com>
5819
5820         * gst/ffmpegcolorspace/Makefile.am:
5821         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5822         (gst_ffmpegcsp_caps_remove_format_info),
5823         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
5824         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
5825         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
5826         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
5827         Ported ffmpegcolorspace to basetransform.
5828
5829         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
5830         * gst/volume/gstvolume.c: (volume_transform):
5831         Ported to new API.
5832
5833 2005-07-14  Wim Taymans  <wim@fluendo.com>
5834
5835         * gst/videotestsrc/Makefile.am:
5836         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
5837         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
5838         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
5839         (gst_videotestsrc_init), (gst_videotestsrc_event),
5840         (gst_videotestsrc_create), (gst_videotestsrc_start),
5841         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
5842         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
5843         (gst_videotestsrc_get_property):
5844         * gst/videotestsrc/gstvideotestsrc.h:
5845         Make videotestsrc a pushsrc.
5846
5847 2005-07-14  Wim Taymans  <wim@fluendo.com>
5848
5849         * gst/tcp/gstfdset.c: (gst_fdset_free):
5850         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
5851         (gst_multifdsink_add), (gst_multifdsink_remove),
5852         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
5853         (gst_multifdsink_remove_client_link),
5854         (gst_multifdsink_client_queue_data),
5855         (gst_multifdsink_client_queue_caps),
5856         (gst_multifdsink_client_queue_buffer),
5857         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
5858         (gst_multifdsink_stop):
5859         * gst/tcp/gstmultifdsink.h:
5860         0.8 backporting.
5861
5862         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
5863         Also draw image when not from a pool.
5864
5865 2005-07-14  Wim Taymans  <wim@fluendo.com>
5866
5867         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
5868         (mute_stream), (silence_stream):
5869         Small debug additions.
5870
5871 2005-07-14  Wim Taymans  <wim@fluendo.com>
5872
5873         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
5874         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5875         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
5876         Better error recovery, ignore unconnected pads and
5877         non-fatal errors.
5878
5879 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5880
5881         * docs/libs/tmpl/gstaudio.sgml:
5882         * docs/libs/tmpl/gstcolorbalance.sgml:
5883         * docs/libs/tmpl/gstgconf.sgml:
5884         * docs/libs/tmpl/gstmixer.sgml:
5885         * docs/libs/tmpl/gstringbuffer.sgml:
5886         * docs/libs/tmpl/gsttuner.sgml:
5887         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5888         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
5889         (gst_tcpclientsrc_class_init):
5890         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
5891         (gst_tcpserversrc_class_init):
5892         * sys/v4l/gstv4lelement.c:
5893           more autistic cleanliness in functions/names/defines
5894
5895 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5896
5897         * configure.ac:
5898           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
5899           added manually to each Makefile.am so we are sure it goes
5900           *last* and doesn't add -L flags before linking in libs of our
5901           own, like, say, internal .la libs, that then accidentally pick
5902           up the installed copy.
5903         * docs/libs/Makefile.am:
5904         * ext/alsa/Makefile.am:
5905         * ext/cdparanoia/Makefile.am:
5906         * ext/gnomevfs/Makefile.am:
5907         * ext/libvisual/Makefile.am:
5908         * ext/ogg/Makefile.am:
5909         * ext/theora/Makefile.am:
5910         * ext/vorbis/Makefile.am:
5911         * gst-libs/gst/video/Makefile.am:
5912         * gst/adder/Makefile.am:
5913         * gst/audioconvert/Makefile.am:
5914         * gst/audiorate/Makefile.am:
5915         * gst/audioscale/Makefile.am:
5916         * gst/ffmpegcolorspace/Makefile.am:
5917         * gst/playback/Makefile.am:
5918         * gst/sine/Makefile.am:
5919         * gst/subparse/Makefile.am:
5920         * gst/tags/Makefile.am:
5921         * gst/tcp/Makefile.am:
5922         * gst/typefind/Makefile.am:
5923         * gst/videorate/Makefile.am:
5924         * gst/videoscale/Makefile.am:
5925         * gst/videotestsrc/Makefile.am:
5926         * gst/volume/Makefile.am:
5927         * sys/v4l/Makefile.am:
5928         * sys/ximage/Makefile.am:
5929         * sys/xvimage/Makefile.am:
5930           adapt properly to this change. This should make sure that
5931           plugins and libs properly link to the as-yet-uninstalled
5932           copies of stuff like libgstinterfaces and libgstvideo
5933
5934 2005-07-13  Andy Wingo  <wingo@pobox.com>
5935
5936         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
5937         (gst_v4lsrc_fixate): Fixate on format as well.
5938
5939         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
5940         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
5941         buffer points to it.
5942         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
5943         rather just doing X calls ourselves. Also fixes a memleak.
5944
5945 2005-07-12  Andy Wingo  <wingo@pobox.com>
5946
5947         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
5948         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
5949         (gst_v4lsrc_create): Re-add the copy-mode property, default to
5950         TRUE to avoid deadlocks if an element holds on to our buffers.
5951
5952 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5953
5954         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5955         (gst_sinesrc_init), (gst_sinesrc_create),
5956         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
5957         (gst_sinesrc_start):
5958         * gst/sine/gstsinesrc.h:
5959           removing num-buffers property before moving it
5960
5961 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5962
5963         * configure.ac:
5964           use overridable ERROR_CFLAGS
5965         * docs/libs/gst-plugins-base-libs.types:
5966         * docs/libs/tmpl/gstringbuffer.sgml:
5967         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
5968         (gst_alsasink_class_init):
5969         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
5970         (gst_alsasrc_class_init):
5971         * gst-libs/gst/audio/audio.h:
5972         * gst-libs/gst/audio/gstaudioclock.h:
5973         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
5974         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
5975         (gst_audio_filter_link), (gst_audio_filter_init),
5976         (gst_audio_filter_chain), (gst_audio_filter_set_property),
5977         (gst_audio_filter_get_property),
5978         (gst_audio_filter_class_add_pad_templates):
5979         * gst-libs/gst/audio/gstaudiofilter.h:
5980         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5981         (gst_audio_filter_template_get_type),
5982         (gst_audio_filter_template_base_init),
5983         (gst_audio_filter_template_class_init),
5984         (gst_audio_filter_template_init),
5985         (gst_audio_filter_template_set_property),
5986         (gst_audio_filter_template_get_property), (plugin_init),
5987         (gst_audio_filter_template_setup),
5988         (gst_audio_filter_template_filter),
5989         (gst_audio_filter_template_filter_inplace):
5990         * gst-libs/gst/audio/gstaudiosink.c:
5991         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5992         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
5993         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5994         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
5995         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
5996         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
5997         * gst-libs/gst/audio/gstaudiosink.h:
5998         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
5999         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
6000         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6001         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
6002         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
6003         (gst_audio_src_class_init), (gst_audio_src_init),
6004         (gst_audio_src_create_ringbuffer):
6005         * gst-libs/gst/audio/gstaudiosrc.h:
6006         * gst-libs/gst/audio/gstbaseaudiosink.c:
6007         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
6008         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
6009         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
6010         (gst_base_audio_sink_set_property),
6011         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
6012         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
6013         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
6014         (gst_base_audio_sink_create_ringbuffer),
6015         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
6016         * gst-libs/gst/audio/gstbaseaudiosink.h:
6017         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6018         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
6019         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
6020         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
6021         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
6022         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
6023         (gst_base_audio_src_event), (gst_base_audio_src_create),
6024         (gst_base_audio_src_create_ringbuffer),
6025         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
6026         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6027         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
6028         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
6029         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
6030         (gst_ring_buffer_debug_spec_caps),
6031         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
6032         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6033         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6034         (gst_ring_buffer_start), (gst_ring_buffer_pause),
6035         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
6036         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
6037         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
6038         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6039         (gst_ring_buffer_clear):
6040         * gst-libs/gst/audio/gstringbuffer.h:
6041         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
6042         (gst_video_sink_class_init), (gst_video_sink_get_type):
6043         * gst-libs/gst/video/videosink.h:
6044         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
6045         (gst_multifdsink_class_init),
6046         (gst_multifdsink_handle_client_write),
6047         (gst_multifdsink_change_state):
6048         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6049         (gst_tcpclientsink_setcaps):
6050         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6051         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
6052         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
6053         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
6054         (gst_ximagesink_send_pending_navigation),
6055         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
6056         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
6057         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
6058         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
6059         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
6060         (gst_xvimagesink_send_pending_navigation),
6061         (gst_xvimagesink_navigation_send_event),
6062         (gst_xvimagesink_set_xwindow_id),
6063         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
6064         (gst_xvimagesink_get_type):
6065         more macro splitting
6066
6067 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6068
6069         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6070           plug a memleak, allows me to import 1479 albums in one go
6071           in jamboree
6072         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6073         (vorbis_handle_type_packet), (vorbis_dec_chain),
6074         (vorbis_dec_change_state):
6075           fix some format strings
6076
6077 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6078
6079         * docs/libs/tmpl/gstcolorbalance.sgml:
6080         * docs/libs/tmpl/gstmixer.sgml:
6081         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
6082         (gst_alsasink_set_property), (gst_alsasink_get_property):
6083         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
6084         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
6085           add device property
6086
6087 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6088
6089         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
6090         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6091         (audiocast_register_listener), (audiocast_thread_run),
6092         (gst_gnomevfssrc_send_additional_headers_callback),
6093         (gst_gnomevfssrc_received_headers_callback),
6094         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
6095         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
6096         (gst_gnomevfssrc_get_size):
6097           add/clean up debugging
6098         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
6099           cleanups
6100
6101 2005-07-07  Andy Wingo  <wingo@pobox.com>
6102
6103         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
6104         framerate. Need to get a handle on when exactly this function is
6105         called, tho.
6106
6107         * sys/v4l/v4lsrc_calls.h:
6108         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
6109         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
6110         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
6111
6112         * sys/v4l/v4l_calls.h: Cast to V4lElement.
6113         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
6114         v4lelements are sources.
6115
6116         * sys/v4l/gstv4lxoverlay.h:
6117         * sys/v4l/gstv4lxoverlay.c:
6118         * sys/v4l/gstv4ltuner.h:
6119         * sys/v4l/gstv4ltuner.c: Header loc fixen.
6120         
6121         * sys/v4l/gstv4lsrc.h:
6122         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
6123         PushSrc/BaseSrc. Removed most sync-related properties, videorate
6124         or something should handle that. Made a live source.
6125
6126         * sys/v4l/gstv4lelement.h:
6127         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
6128         signals. Some cleanups.
6129
6130         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
6131
6132         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
6133         stuff.
6134
6135         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
6136         stuff.
6137
6138         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
6139
6140 2005-07-07  Wim Taymans  <wim@fluendo.com>
6141
6142         * ext/theora/theoradec.c: (theora_get_query_types),
6143         (theora_dec_src_getcaps), (theora_dec_push):
6144         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
6145         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
6146         Remove deprecated/unused query types.
6147
6148 2005-07-06  Wim Taymans  <wim@fluendo.com>
6149
6150         * ext/alsa/Makefile.am:
6151         * ext/alsa/gstalsaplugin.c: (plugin_init):
6152         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6153         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
6154         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
6155         (gst_alsasrc_class_init), (gst_alsasrc_init),
6156         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
6157         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
6158         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
6159         (gst_alsasrc_reset):
6160         * ext/alsa/gstalsasrc.h:
6161         * gst-libs/gst/audio/Makefile.am:
6162         * gst-libs/gst/audio/gstaudiosink.c:
6163         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6164         (gst_audioringbuffer_start):
6165         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
6166         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
6167         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
6168         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
6169         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
6170         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
6171         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
6172         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
6173         * gst-libs/gst/audio/gstaudiosrc.h:
6174         * gst-libs/gst/audio/gstbaseaudiosink.c:
6175         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
6176         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
6177         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
6178         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6179         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
6180         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
6181         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
6182         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
6183         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
6184         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
6185         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
6186         (gst_baseaudiosrc_change_state):
6187         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6188         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6189         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
6190         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
6191         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
6192         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
6193         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
6194         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
6195         * gst-libs/gst/audio/gstringbuffer.h:
6196         Added audiosource base classes.
6197         Ported alsasrc, still very basic.
6198
6199 2005-07-06  Wim Taymans  <wim@fluendo.com>
6200
6201         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
6202         (theora_dec_push), (theora_handle_data_packet):
6203         Prepare for better timestamp fix later.
6204
6205         * gst/audioconvert/gstaudioconvert.c:
6206         List most accurate caps first
6207
6208         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
6209         Use proper pad task function.
6210
6211         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6212         (gst_xvimagesink_show_frame):
6213         Fix deadlock when alloc failed.
6214
6215 2005-07-05  Andy Wingo  <wingo@pobox.com>
6216
6217         * ext/gnomevfs/gstgnomevfssrc.c:
6218         * gst/sine/gstsinesrc.c:
6219         * gst/tcp/gsttcpserversrc.c:
6220         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
6221
6222         * sys/v4l/: Port from 0.8.
6223
6224         * Many files: Null if we got it....
6225
6226 2005-07-05  Andy Wingo  <wingo@pobox.com>
6227
6228         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
6229         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
6230         Signedness fixes.
6231
6232 2005-07-05  Wim Taymans  <wim@fluendo.com>
6233
6234         * configure.ac:
6235         * gst/tcp/Makefile.am:
6236         * gst/tcp/README:
6237         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
6238         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
6239         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
6240         (is_sync_frame), (gst_multifdsink_handle_client_write),
6241         (gst_multifdsink_render), (gst_multifdsink_start),
6242         (gst_multifdsink_stop), (gst_multifdsink_change_state):
6243         * gst/tcp/gstmultifdsink.h:
6244         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
6245         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
6246         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
6247         * gst/tcp/gsttcp.h:
6248         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6249         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
6250         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
6251         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
6252         * gst/tcp/gsttcpclientsink.h:
6253         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
6254         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
6255         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
6256         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
6257         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
6258         * gst/tcp/gsttcpclientsrc.h:
6259         * gst/tcp/gsttcpplugin.c: (plugin_init):
6260         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
6261         * gst/tcp/gsttcpserversink.h:
6262         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
6263         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
6264         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
6265         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
6266         (gst_tcpserversrc_stop):
6267         * gst/tcp/gsttcpserversrc.h:
6268         * gst/tcp/gsttcpsink.c:
6269         * gst/tcp/gsttcpsink.h:
6270         * gst/tcp/gsttcpsrc.c:
6271         * gst/tcp/gsttcpsrc.h:
6272         Ported tcp plugins to 0.9. 
6273         
6274
6275 2005-07-05  Andy Wingo  <wingo@pobox.com>
6276
6277         * gst/playback/gstplaybasebin.c (fill_buffer):
6278         message_new_application fixen.
6279
6280         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
6281         Style fix.
6282
6283 2005-07-04  Wim Taymans  <wim@fluendo.com>
6284
6285         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
6286         Set caps on output buffer.
6287
6288 2005-07-04  Andy Wingo  <wingo@pobox.com>
6289
6290         * ext/gnomevfs/gstgnomevfssrc.c
6291         (gst_gnomevfssrc_received_headers_callback) 
6292         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
6293         hopefully.
6294
6295         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
6296         No refcount leakage.
6297
6298         * configure.ac: Enable -Werror.
6299         
6300         * ext/theora/theoradec.c (theora_dec_src_getcaps):
6301         * gst/audioconvert/bufferframesconvert.c
6302         (buffer_frames_convert_fixate):
6303         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
6304         (gst_audio_convert_fixate):
6305         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
6306         (gst_sinesrc_create): Fixate func changes.
6307         
6308         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6309         (gst_ximagesink_buffer_alloc): Unused var.
6310
6311 2005-07-01  Andy Wingo  <wingo@pobox.com>
6312
6313         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
6314         getcaps to do explicit caps. Needs to be done in all decoders,
6315         possibly via a base class.
6316
6317         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
6318
6319         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
6320         caps on the sink pad, just rely on the pad template. Also, setting
6321         ANY caps on a pad is not valid because the caps are not fixed.
6322
6323         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
6324         caps on the buffer, and get the width from the desired_caps if
6325         they're set.
6326         (gst_ximagesink_renegotiate_size): Implement via setting the
6327         desired_caps on the ximagesink.
6328         (gst_ximagesink_setcaps): Only reset the width of the player if it
6329         wasn't already set. Not sure if this is right.
6330         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
6331
6332         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
6333         that the user wants. NULL unless the window has been resized.
6334
6335         * gst/volume/gstvolume.c (volume_transform): Adapt to
6336         basetransform refcount changes.
6337         
6338 2005-07-01  Andy Wingo  <wingo@pobox.com>
6339
6340         * gst/videoscale/gstvideoscale.c:
6341         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
6342         from BaseTransform, implements a transform_caps. Removed dead code
6343         including some PAR stuff that was never reached -- should probably
6344         be added back somehow.
6345
6346 2005-07-01  Andy Wingo  <wingo@pobox.com>
6347
6348         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
6349         come later.
6350
6351 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6352
6353         * configure.ac:
6354         * docs/libs/Makefile.am:
6355         * docs/libs/gst-plugins-libs.types:
6356         * ext/alsa/Makefile.am:
6357         * ext/alsa/gstalsamixer.h:
6358         * ext/alsa/gstalsamixeroptions.h:
6359         * ext/alsa/gstalsamixertrack.h:
6360         * gst-libs/gst/Makefile.am:
6361         * gst-libs/gst/colorbalance/.cvsignore:
6362         * gst-libs/gst/colorbalance/Makefile.am:
6363         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
6364         * gst-libs/gst/colorbalance/colorbalance.c:
6365         * gst-libs/gst/colorbalance/colorbalance.h:
6366         * gst-libs/gst/colorbalance/colorbalance.vcproj:
6367         * gst-libs/gst/colorbalance/colorbalancechannel.c:
6368         * gst-libs/gst/colorbalance/colorbalancechannel.h:
6369         * gst-libs/gst/interfaces/Makefile.am:
6370         * gst-libs/gst/interfaces/colorbalance.c:
6371         (gst_color_balance_class_init):
6372         * gst-libs/gst/interfaces/colorbalance.h:
6373         * gst-libs/gst/interfaces/interfaces-marshal.list:
6374         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
6375         * gst-libs/gst/interfaces/mixer.h:
6376         * gst-libs/gst/interfaces/mixeroptions.h:
6377         * gst-libs/gst/interfaces/navigation.c:
6378         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
6379         * gst-libs/gst/interfaces/tuner.h:
6380         * gst/volume/Makefile.am:
6381         * gst/volume/gstvolume.c:
6382         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
6383         * sys/ximage/Makefile.am:
6384         * sys/ximage/ximagesink.c:
6385         * sys/xvimage/Makefile.am:
6386         * sys/xvimage/xvimagesink.c:
6387           fold in all interfaces into an interfaces dir, preserving CVS
6388           history
6389
6390 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6391
6392         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6393           Fix build after riff changes.
6394
6395 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6396
6397         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6398         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
6399         (gst_riff_create_video_template_caps),
6400         (gst_riff_create_audio_template_caps),
6401         (gst_riff_create_iavs_template_caps):
6402         * gst-libs/gst/riff/riff-media.h:
6403         * gst-libs/gst/riff/riff-read.h:
6404         * gst-libs/gst/riff/riff.c: (gst_riff_init):
6405           Add gst_riff_init() to initialize the debug category, instead
6406           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
6407
6408 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6409
6410         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
6411           Oops, I shouldn't apply hacks.
6412
6413 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6414
6415         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
6416           Remove pad_loop function which doesn't work.
6417
6418 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6419
6420         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
6421           Send EOS when deactivating.
6422         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
6423         (check_queue), (queue_threshold_reached), (queue_out_of_data),
6424         (gen_preroll_element), (probe_triggered), (mute_stream),
6425         (silence_stream), (new_decoded_pad), (setup_substreams),
6426         (set_active_source):
6427         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
6428         (remove_sinks), (add_sink):
6429         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
6430           Change for new probe API.
6431
6432 2005-06-29  Wim Taymans  <wim@fluendo.com>
6433
6434         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
6435         * gst-libs/gst/audio/gstbaseaudiosink.c:
6436         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
6437         (gst_baseaudiosink_change_state):
6438         * gst-libs/gst/audio/gstbaseaudiosink.h:
6439         * gst-libs/gst/audio/gstringbuffer.c:
6440         (gst_ringbuffer_set_callback):
6441         Fix compilation error.
6442         Ringbuffer starts out as not running.
6443         Free our clock in dispose.
6444         When releasing the ringbuffer we need to renegotiate so
6445         clear the pad caps.
6446
6447 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6448
6449         * autogen.sh:
6450         * configure.ac:
6451         * docs/Makefile.am:
6452         * docs/libs/Makefile.am:
6453         * docs/libs/gst-plugins-libs-docs.sgml:
6454         * docs/libs/gst-plugins-libs-sections.txt:
6455         * docs/libs/gst-plugins-libs.types:
6456         * docs/libs/tmpl/gstaudio.sgml:
6457         * docs/libs/tmpl/gstcolorbalance.sgml:
6458         * docs/libs/tmpl/gstringbuffer.sgml:
6459         * gst-libs/gst/audio/gstringbuffer.c:
6460         (gst_ringbuffer_set_callback):
6461           reinstate gtk-doc docs for plugin libs
6462
6463 2005-06-28  Wim Taymans  <wim@fluendo.com>
6464
6465         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6466         (gst_ogg_demux_init):
6467         Removed pad loop function.
6468
6469 2005-06-28  Wim Taymans  <wim@fluendo.com>
6470
6471         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
6472         If we're building a chain we are not in an error case
6473         when we queue a buffer.
6474
6475 2005-06-28  Andy Wingo  <wingo@pobox.com>
6476
6477         * *.c: Don't cast to GstObject before reffing/unreffing.
6478
6479 2005-06-27  Andy Wingo  <wingo@pobox.com>
6480
6481         * gst/videotestsrc/gstvideotestsrc.c
6482         (gst_videotestsrc_activate_push): Activation API changes.
6483
6484         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
6485         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
6486         they have refs on the decodebin.
6487
6488         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
6489         parent class.
6490         (gst_ogg_pad_typefind): Don't leak a pad ref.
6491         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
6492         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
6493         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
6494
6495 2005-06-27  Edward Hervey  <edward@fluendo.com>
6496
6497         * ext/theora/theoradec.c: (theora_dec_change_state): 
6498         re-arranged call to parent's state change in order to avoid locks (or
6499         worse).
6500
6501 2005-06-26  Edward Hervey  <edward@fluendo.com>
6502
6503         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6504         2nd argument of 'unknow-type' signal is a GstCaps and not a
6505         GstMiniObject
6506
6507 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
6508         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
6509           Set the worker thread's running flag to TRUE before starting the
6510           thread.
6511         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
6512           Catch a failure to add typefind to the bin.
6513
6514 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6515
6516         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6517         (gst_sinesrc_init), (gst_sinesrc_create),
6518         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
6519         (gst_sinesrc_start):
6520         * gst/sine/gstsinesrc.h:
6521           add num-buffers and timestamp-offset properties
6522         * gst/videotestsrc/gstvideotestsrc.c:
6523         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
6524         (gst_videotestsrc_get_property):
6525           add timestamp-offset property
6526
6527 2005-06-23  Christian Schaller  <uraeus@gnome.org>
6528
6529         * configure.ac: add videorate
6530         * gst-plugins-base.spec.in: add videorate
6531
6532 2005-06-23  Wim Taymans  <wim@fluendo.com>
6533
6534         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
6535         (gst_videorate_getcaps), (gst_videorate_setcaps),
6536         (gst_videorate_event), (gst_videorate_chain):
6537         Fixed videorate, fixating an already fixated caps is not
6538         an error.
6539
6540 2005-06-23  Wim Taymans  <wim@fluendo.com>
6541
6542         * ext/ogg/README:
6543         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
6544         Buffer on caps is not boxed anymore.
6545
6546 2005-06-22  Wim Taymans  <wim@fluendo.com>
6547
6548         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
6549         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
6550         Set buffers on caps as miniobjects and not as boxed.
6551
6552 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6553
6554         * configure.ac:
6555           back to HEAD
6556
6557 === release 0.9.1 ===
6558
6559 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6560
6561         * .cvsignore:
6562         * NEWS:
6563         * README:
6564         * RELEASE:
6565         * configure.ac:
6566         * po/af.po:
6567         * po/az.po:
6568         * po/cs.po:
6569         * po/en_GB.po:
6570         * po/hu.po:
6571         * po/it.po:
6572         * po/nb.po:
6573         * po/nl.po:
6574         * po/or.po:
6575         * po/sq.po:
6576         * po/sr.po:
6577         * po/sv.po:
6578         * po/uk.po:
6579         * po/vi.po:
6580           updates for release
6581
6582 2005-06-09  Andy Wingo  <wingo@pobox.com>
6583
6584         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
6585         
6586 2005-06-09  Andy Wingo  <wingo@pobox.com>
6587
6588         * configure.ac:
6589         * gst-libs/gst/Makefile.am:
6590         * gst-libs/gst/net/Makefile.am:
6591         Add gstnet to build.
6592
6593 2005-06-09  Andy Wingo  <wingo@pobox.com>
6594
6595         * gst-libs/gst/gconf/gconf.c:
6596         * gst/playback/test.c:
6597         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
6598         fixes.
6599
6600         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
6601
6602         * ext/theora/theoraenc.c (theora_enc_chain): 
6603         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
6604
6605         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
6606         RealPad.
6607
6608 2005-06-02  Wim Taymans  <wim@fluendo.com>
6609
6610         * gst-libs/gst/net/Makefile.am:
6611         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
6612         * pkgconfig/gstreamer-libs.pc.in:
6613         Added net stuff, version net lib.
6614
6615 2005-06-02  Wim Taymans  <wim@fluendo.com>
6616
6617         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
6618         (query_rates), (query_positions_elems), (query_positions_pads),
6619         (do_seek):
6620         Updated seek example.
6621
6622 2005-06-02  Andy Wingo  <wingo@pobox.com>
6623
6624         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
6625         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
6626         list.
6627
6628         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
6629         remove the typefind, the bin dispose will do it for us. When it's
6630         removed and unreffed, the signal handler will be disconnected,
6631         too.
6632         (unlinked): It's too difficult to disconnect from unlinked
6633         handlers, as they are on pads not elements. Just punt if the pads
6634         aren't grandkids of the bin.
6635
6636 2005-06-02  Wim Taymans  <wim@fluendo.com>
6637
6638         * ext/ogg/README:
6639         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6640         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
6641         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
6642         * ext/theora/theoradec.c: (theora_dec_src_query),
6643         (theora_handle_data_packet):
6644         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6645         (theora_enc_chain):
6646         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6647         (vorbis_handle_data_packet):
6648         * gst/audioconvert/bufferframesconvert.c:
6649         (buffer_frames_convert_chain):
6650         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6651         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6652         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
6653         (gst_ffmpegcsp_chain):
6654         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
6655         (gst_videorate_getcaps), (gst_videorate_setcaps),
6656         (gst_videorate_event), (gst_videorate_chain):
6657         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
6658         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
6659         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6660         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
6661         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6662         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
6663         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
6664         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
6665         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
6666         Cleanups and buffer alloc.
6667
6668 2005-05-31  Wim Taymans  <wim@fluendo.com>
6669
6670         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
6671         Don't try to call the delay method when the device is not
6672         opened.
6673
6674 2005-05-31  Wim Taymans  <wim@fluendo.com>
6675
6676         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
6677         Get actual segment size and buffer size after opening
6678         the device.
6679
6680 2005-05-30  Wim Taymans  <wim@fluendo.com>
6681
6682         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
6683         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
6684         Also FLUSH upstream, makes the loop function exit faster.
6685         
6686         * ext/theora/theoradec.c: (theora_dec_src_query):
6687         Some more debug info in the query.
6688         
6689         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6690         (gst_ximagesink_setcaps):
6691         Release lock on par error, better error reporting.
6692
6693 2005-05-26  Wim Taymans  <wim@fluendo.com>
6694
6695         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6696         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
6697         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
6698         Clear chains in READY
6699         Queue packets until the chain is activated.
6700
6701 2005-05-25  Wim Taymans  <wim@fluendo.com>
6702
6703         * gst-libs/gst/audio/gstaudiosink.c:
6704         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6705         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
6706         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6707         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
6708         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
6709         (gst_audiosink_create_ringbuffer):
6710         * gst-libs/gst/audio/gstbaseaudiosink.c:
6711         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
6712         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
6713         (gst_baseaudiosink_set_property), (build_linear_format),
6714         (debug_spec_caps), (debug_spec_buffer),
6715         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
6716         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
6717         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
6718         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
6719         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
6720         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
6721         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
6722         (gst_ringbuffer_play), (gst_ringbuffer_pause),
6723         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
6724         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
6725         (wait_segment), (gst_ringbuffer_commit),
6726         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
6727         (gst_ringbuffer_clear):
6728         Various small cleanups.
6729
6730         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
6731         (gst_audio_convert_change_state):
6732         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
6733         No need to take the locks anymore.
6734
6735 2005-05-25  Wim Taymans  <wim@fluendo.com>
6736
6737         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6738         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
6739         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
6740         (type_found):
6741         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
6742         (group_destroy), (group_commit), (queue_overrun),
6743         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
6744         (mute_stream), (new_decoded_pad), (setup_substreams),
6745         (setup_source), (mute_group_type), (set_active_source),
6746         (gst_play_base_bin_change_state):
6747         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
6748         (gen_video_element), (gen_text_element), (gen_audio_element),
6749         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
6750         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
6751         (gst_stream_info_dispose), (gst_stream_info_set_mute):
6752         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
6753         Some playbin cleanups mostly refcounting sloppyness.
6754
6755 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6756
6757         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
6758           Work with streaming input.
6759
6760 2005-05-25  Wim Taymans  <wim@fluendo.com>
6761
6762         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6763         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6764         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
6765         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
6766         No need to take the STREAM lock anymore.
6767
6768 2005-05-25  Wim Taymans  <wim@fluendo.com>
6769
6770         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
6771         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
6772         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
6773         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
6774         (gst_ogg_demux_sink_activate):
6775         * ext/theora/theoradec.c: (theora_dec_src_event),
6776         (theora_handle_comment_packet), (theora_dec_chain),
6777         (theora_dec_change_state):
6778         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6779         (vorbis_handle_data_packet), (vorbis_dec_chain),
6780         (vorbis_dec_change_state):
6781         Remove STREAM locks as they are taken in core now.
6782         Never set bogus granulepos on vorbis/theora.
6783         Fix leaks in theoradec tag parsing.
6784
6785 2005-05-25  Wim Taymans  <wim@fluendo.com>
6786
6787         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
6788         Fix memleaks, GST_BUFFER_DATA() is not freed.
6789
6790 2005-05-25  Wim Taymans  <wim@fluendo.com>
6791
6792         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6793         Open non-blocking, set to blocking mode afterwards to avoid
6794         lockups when audio device is busy.
6795
6796 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6797
6798         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
6799           This can't be good.
6800
6801 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6802
6803         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
6804         (gst_audio_convert_chain), (gst_audio_convert_link_src),
6805         (gst_audio_convert_setcaps):
6806           Implement instant setup switching.
6807
6808 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6809
6810         * gst/playback/gstplaybasebin.c: (probe_triggered):
6811           Fix missing unlock.
6812         * gst/playback/gstplaybin.c: (add_sink):
6813           First add, then link (otherwise pad link fails).
6814
6815 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6816
6817         * examples/Makefile.am:
6818         fix buildbot (make distcheck)
6819
6820 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6821
6822         * gst/playback/gstplaybin.c: (gen_vis_element):
6823           Remove some wrong code. Doesn't work yet.
6824
6825 2005-05-19  Wim Taymans  <wim@fluendo.com>
6826
6827         * gst-libs/gst/net/Makefile.am:
6828         * gst-libs/gst/net/README:
6829         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
6830         (gst_netbuffer_class_init), (gst_netbuffer_init),
6831         (gst_netbuffer_finalize), (gst_netbuffer_copy),
6832         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
6833         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
6834         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
6835         * gst-libs/gst/net/gstnetbuffer.h:
6836         Added buffer subclass to store extra to/from addresses for
6837         network sources/sinks.
6838
6839 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6840
6841         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
6842           Don't lock an unassigned variable.
6843
6844 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6845
6846         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
6847           Increase buffer for video, decrease buffer for other media types.
6848         * gst/playback/gstplaybin.c: (gen_video_element),
6849         (gen_audio_element):
6850           Change names for debugging purposes.
6851
6852 2005-05-18  Wim Taymans  <wim@fluendo.com>
6853
6854         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6855         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6856         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
6857         (gst_ffmpegcsp_chain):
6858         Enable buffer alloc passthrough if the source and dest
6859         formats are the same.
6860
6861 2005-05-17  Wim Taymans  <wim@fluendo.com>
6862
6863         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6864         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6865         (gst_ogg_demux_chain_unlocked):
6866         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
6867         (gst_audio_convert_caps_remove_format_info),
6868         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
6869         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
6870         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6871         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6872         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
6873         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
6874         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
6875         (gst_ffmpegcsp_get_property):
6876         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6877         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
6878         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
6879         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
6880         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
6881         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
6882         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
6883         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
6884         Leak fixes in oggdemux.
6885         Some cleanups in audioconvert.
6886         Make passthrough work along with buffer_alloc etc.
6887         Make buffer_alloc and buffer recycling actually work in
6888         xvimagesink.
6889
6890 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6891
6892         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
6893           make the compiler happy
6894
6895 2005-05-17  Wim Taymans  <wim@fluendo.com>
6896
6897         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
6898         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
6899         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
6900         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
6901         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
6902         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
6903         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
6904         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
6905         (gst_xvimagesink_set_xwindow_id):
6906         * sys/xvimage/xvimagesink.h:
6907         Port xvimagesink to new MiniObject.
6908
6909 2005-05-17  Wim Taymans  <wim@fluendo.com>
6910
6911         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
6912         (gst_audiofilter_chain):
6913         * gst-libs/gst/audio/gstaudiosink.c:
6914         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6915         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
6916         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6917         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
6918         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
6919         (gst_audiosink_create_ringbuffer):
6920         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
6921         (gst_audio_convert_caps_remove_format_info),
6922         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
6923         (gst_audio_convert_fixate), (gst_audio_convert_channels):
6924         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6925         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6926         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
6927         Fix passthrough in ffmpegcolorspace.
6928         Fix memset in audiosink on wrong memory.
6929
6930 2005-05-16  David Schleef  <ds@schleef.org>
6931
6932         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
6933         to GstMiniObject.
6934
6935 2005-05-16  David Schleef  <ds@schleef.org>
6936
6937         Port from GstData to GstMiniObject.
6938         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6939         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6940         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
6941         (gst_ogg_mux_collected):
6942         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6943         * ext/theora/theoradec.c: (theora_handle_comment_packet),
6944         (theora_handle_data_packet):
6945         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6946         (theora_set_header_on_caps), (theora_enc_chain):
6947         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6948         (vorbis_handle_comment_packet):
6949         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
6950         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
6951         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
6952         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
6953         * gst/audioconvert/gstaudioconvert.c:
6954         (gst_audio_convert_get_buffer):
6955         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6956         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
6957         (mute_stream), (silence_stream):
6958         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6959         * gst/volume/gstvolume.c: (volume_transform):
6960         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6961         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
6962         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
6963         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
6964         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
6965         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
6966         (gst_ximagesink_buffer_alloc):
6967         * sys/ximage/ximagesink.h:
6968
6969 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6970
6971         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6972         (fill_buffer), (check_queue), (queue_threshold_reached),
6973         (queue_out_of_data):
6974         * gst/playback/gstplaybasebin.h:
6975           Post buffer-fullness on the bus.
6976
6977 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6978
6979         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
6980         (try_to_link_1):
6981         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6982         (group_commit), (probe_triggered), (setup_source),
6983         (gst_play_base_bin_change_state):
6984         * gst/playback/gstplaybasebin.h:
6985         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6986         (gst_play_bin_init), (remove_sinks), (setup_sinks),
6987         (gst_play_bin_change_state):
6988           Move setup_output_pads into a virtual function, remove
6989           group-switch (no longer needed) and redirect (handled by bus
6990           now) signals.
6991
6992 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6993
6994         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
6995         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
6996         (get_active_group), (get_building_group), (group_destroy),
6997         (group_commit), (check_queue), (queue_overrun),
6998         (queue_threshold_reached), (queue_out_of_data),
6999         (gen_preroll_element), (remove_groups), (unknown_type),
7000         (add_element_stream), (no_more_pads), (probe_triggered),
7001         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
7002         (setup_substreams), (setup_source), (finish_source),
7003         (prepare_output), (muted_group_change_state),
7004         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7005         (gst_play_base_bin_change_state):
7006         * gst/playback/gstplaybasebin.h:
7007         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7008         (gst_play_bin_init), (gst_play_bin_set_property),
7009         (gen_video_element), (gen_text_element), (gen_audio_element),
7010         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
7011         (gst_play_bin_change_state):
7012         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7013         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
7014         (stream_info_change_state), (gst_stream_info_set_mute),
7015         (gst_stream_info_get_property):
7016         * gst/playback/gststreaminfo.h:
7017         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
7018         (gst_stream_selector_get_linked_pad),
7019         (gst_stream_selector_getcaps),
7020         (gst_stream_selector_get_linked_pads),
7021         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
7022         * gst/playback/gststreamselector.h:
7023           Rough port of playbin. Needs some more work, but is mostly done,
7024           and uses a few locks in important places, which should make stuff
7025           like chain-switches clean. Still uses GST_STATE() in a few places,
7026           which isn't all that good an idea, subtitles/elements disabled
7027           because no elements to test with and thus probably broken, query
7028           and event handling moved to GstBin, internal thread removed
7029           alltogether because the pipeline does that for us now. Can play
7030           Ogg/Vorbis files. Haven't tested anything else yet.
7031
7032 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7033
7034         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7035           Do no-more-pads (needed for autoplugging).
7036
7037 2005-05-10  Andy Wingo  <wingo@pobox.com>
7038
7039         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
7040         message to the bus with the tags. Still not sent downstream tho.
7041
7042         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
7043         get_parent.
7044         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
7045         avoid refcounting hassles.
7046
7047 2005-05-09  Andy Wingo  <wingo@pobox.com>
7048
7049         * gst/volume/Makefile.am:
7050         * gst/volume/demo.c
7051         * gst/volume/gstvolume.h
7052         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
7053         basetransform. Probably need an audio filter base class.
7054
7055 2005-05-09  Wim Taymans  <wim@fluendo.com>
7056
7057         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
7058         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
7059         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
7060         (gst_vorbisenc_chain):
7061         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7062         (gst_audio_convert_caps_remove_format_info),
7063         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
7064         (gst_audio_convert_fixate), (gst_audio_convert_channels):
7065         Make caps writable before writing to it.
7066         Fix negotiation in audioconvert some more.
7067
7068 2005-05-09  Wim Taymans  <wim@fluendo.com>
7069
7070         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
7071         (gst_videorate_getcaps), (gst_videorate_setcaps),
7072         (gst_videorate_event), (gst_videorate_chain):
7073         Better negotiation.
7074
7075 2005-05-09  Wim Taymans  <wim@fluendo.com>
7076
7077         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
7078         (gst_videorate_getcaps), (gst_videorate_setcaps),
7079         (gst_videorate_blank_data), (gst_videorate_init),
7080         (gst_videorate_event), (gst_videorate_chain),
7081         (gst_videorate_change_state):
7082         Port videorate, do a better job at negotiation while we're at
7083         it.
7084
7085 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
7086
7087         * configure.ac:
7088           Disable libvisual
7089
7090         * examples/Makefile.am:
7091         * gst-libs/gst/audio/Makefile.am:
7092         * gst-libs/gst/riff/Makefile.am:
7093         * gst-libs/gst/tag/Makefile.am:
7094         * gst-libs/gst/video/Makefile.am:
7095           Fixups for missing variables.
7096
7097 2005-05-09  Wim Taymans  <wim@fluendo.com>
7098
7099         * examples/seeking/seek.c: (make_theora_pipeline),
7100         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
7101         (query_rates), (query_positions_elems), (query_positions_pads),
7102         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
7103         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
7104         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
7105         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
7106         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7107         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
7108         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
7109         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
7110         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
7111         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
7112         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
7113         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7114         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7115         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
7116         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
7117         (theora_dec_src_convert), (theora_dec_sink_convert),
7118         (theora_dec_src_query), (theora_dec_sink_query),
7119         (theora_dec_src_event), (theora_dec_sink_event),
7120         (theora_handle_comment_packet), (theora_handle_type_packet),
7121         (theora_handle_header_packet), (theora_handle_data_packet),
7122         (theora_dec_chain):
7123         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7124         (vorbis_dec_convert), (vorbis_dec_src_query),
7125         (vorbis_dec_sink_query), (vorbis_dec_src_event),
7126         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7127         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
7128         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
7129         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
7130         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
7131         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
7132         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7133         (gst_play_bin_query):
7134         * gst/playback/test3.c: (update_scale):
7135         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
7136         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
7137         * gst/subparse/gstsubparse.c: (gst_subparse_init):
7138         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
7139         (gst_videotestsrc_src_query):
7140         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
7141         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
7142         (paint_hline_YUV9):
7143         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
7144         Port to new query API.
7145         Updated seek.
7146         Cleanups in x[v]imagesink
7147
7148 2005-05-09  Andy Wingo  <wingo@pobox.com>
7149
7150         * ext/alsa/gstalsasink.h:
7151         * ext/gnomevfs/gstgnomevfssrc.c:
7152         (gst_gnomevfssrc_get_icy_metadata):
7153         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
7154         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
7155         * ext/theora/theoradec.c (theora_dec_src_query)
7156         (theora_dec_src_event, theora_dec_sink_event)
7157         (theora_handle_comment_packet, theora_handle_data_packet):
7158         * ext/theora/theoraenc.c (theora_enc_chain):
7159         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
7160         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
7161         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
7162         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
7163         (qt_type_find):
7164         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
7165         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
7166         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
7167         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
7168         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
7169         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
7170         (paint_setup_xBGR8888, paint_setup_RGBx8888)
7171         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
7172         (paint_setup_RGB565, paint_setup_xRGB1555):
7173         * gst/videotestsrc/videotestsrc.h:
7174         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
7175         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
7176         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
7177         GCC4 fixes.
7178         
7179         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
7180         gst_pad_query_position. Fixes oggdemux.
7181
7182 2005-05-08  David Schleef  <ds@schleef.org>
7183
7184         * configure.ac: Require liboil.
7185         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
7186         a few more.
7187         * gst/videotestsrc/videotestsrc.c:
7188         * gst/videotestsrc/videotestsrc.h:
7189
7190 2005-05-06  Wim Taymans  <wim@fluendo.com>
7191
7192         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7193         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7194         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
7195         Well, unreffing a buffer right before pushing it is asking
7196         for trouble..
7197
7198 2005-05-06  Christian Schaller  <uraeus@gnome.org>
7199
7200         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
7201
7202 2005-05-06  Wim Taymans  <wim@fluendo.com>
7203
7204         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7205         (gst_audio_convert_caps_remove_format_info),
7206         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
7207         (gst_audio_convert_fixate), (gst_audio_convert_channels):
7208         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7209         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7210         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
7211         * gst/sine/Makefile.am:
7212         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
7213         (gst_sinesrc_class_init), (gst_sinesrc_init),
7214         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
7215         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
7216         (gst_sinesrc_update_freq):
7217         * gst/sine/gstsinesrc.h:
7218         * gst/tcp/gstmultifdsink.c:
7219         * sys/xvimage/xvimagesink.c:
7220         Fixed negotiation wrt _peer_get_caps()
7221         Some cleanups.
7222
7223
7224 2005-05-06  Wim Taymans  <wim@fluendo.com>
7225
7226         * gst-libs/gst/audio/gstaudiosink.c:
7227         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7228         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7229         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7230         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7231         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7232         (gst_audiosink_create_ringbuffer):
7233         * gst-libs/gst/audio/gstbaseaudiosink.c:
7234         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7235         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7236         (gst_baseaudiosink_set_property), (build_linear_format),
7237         (debug_spec_caps), (debug_spec_buffer),
7238         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7239         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7240         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7241         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7242         * gst-libs/gst/audio/gstbaseaudiosink.h:
7243         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7244         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7245         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
7246         (gst_ringbuffer_play), (gst_ringbuffer_pause),
7247         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
7248         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
7249         (wait_segment), (gst_ringbuffer_commit),
7250         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
7251         (gst_ringbuffer_clear):
7252         * gst-libs/gst/audio/gstringbuffer.h:
7253         Make the base audiosink return an error when there is no
7254         audiobuffer negotiated.
7255
7256 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7257
7258         * ext/Makefile.am:
7259         Disable cdparanoia until someone ports it!
7260
7261 2005-05-06  Wim Taymans  <wim@fluendo.com>
7262
7263         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7264         (gst_ogg_demux_sink_activate):
7265         And revert after wingo's revert.. sigh..
7266
7267 2005-05-05  Andy Wingo  <wingo@pobox.com>
7268
7269         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
7270         GObject.
7271         * configure.ac: Return audiorate and subparse from the ghetto.
7272         Re-enable -Wall -Werror.
7273         * gst/subparse/gstsubparse.c:
7274         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
7275         or chain-based. Cleaned up a bit. Not tested.
7276         
7277 2005-05-05  Christian Schaller <christian@fluendo.com> 
7278
7279         * Makefile.am: remove stuff that is not building
7280         * configure.ac: remove stuff that is not building
7281         * examples/Makefile.am: remove stuff that is not building
7282         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
7283         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
7284         * sys/Makefile.am: remove stuff that is not building
7285         * testsuite/Makefile.am: remove stuff that is not building
7286
7287 2005-05-05  Andy Wingo  <wingo@pobox.com>
7288
7289         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
7290         * gst-libs/gst/tag/gstvorbistag.c:
7291         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
7292         * gst/adder/gstadder.h:
7293         * gst/audioconvert/gstchannelmix.c:
7294         (gst_audio_convert_fill_one_other):
7295         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
7296         (gst_audiorate_init), (gst_audiorate_chain):
7297         * gst/playback/gstplaybasebin.c: (setup_source):
7298         * gst/playback/test3.c: (update_scale):
7299         Some GCC4 fixes
7300         
7301         * po/af.po:
7302         * po/az.po:
7303         * po/cs.po:
7304         * po/en_GB.po:
7305         * po/hu.po:
7306         * po/it.po:
7307         * po/nb.po:
7308         * po/nl.po:
7309         * po/or.po:
7310         * po/sq.po:
7311         * po/sr.po:
7312         * po/sv.po:
7313         * po/uk.po:
7314         * po/vi.po: Foo
7315
7316 2005-05-05  Wim Taymans  <wim@fluendo.com>
7317
7318         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7319         (gst_audio_convert_caps_remove_format_info),
7320         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
7321         (gst_audio_convert_change_state), (gst_audio_convert_channels):
7322         * gst/videotestsrc/gstvideotestsrc.c:
7323         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
7324         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
7325         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
7326         (gst_videotestsrc_init), (gst_videotestsrc_loop):
7327         Don't ignore _push() return values.
7328         Make sure no processing is done when shutting down.
7329         Videotestsrc pad activation fix.
7330
7331 2005-05-05  Wim Taymans  <wim@fluendo.com>
7332
7333         * gst/adder/Makefile.am:
7334         * gst/adder/gstadder.c: (gst_adder_setcaps),
7335         (gst_adder_class_init), (gst_adder_init),
7336         (gst_adder_request_new_pad), (gst_adder_collected),
7337         (gst_adder_change_state):
7338         * gst/adder/gstadder.h:
7339         Ported adder as an example of a mixer element using
7340         collect pads. Needs more negotiation work.
7341
7342 2005-05-05  Wim Taymans  <wim@fluendo.com>
7343
7344         * ext/theora/theoradec.c: (_inc_granulepos),
7345         (theora_dec_src_event), (theora_dec_sink_event),
7346         (theora_handle_comment_packet), (theora_handle_type_packet),
7347         (theora_handle_header_packet), (theora_handle_data_packet),
7348         (theora_dec_chain):
7349         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7350         (gst_theora_enc_init), (theora_enc_sink_setcaps),
7351         (theora_push_buffer), (theora_push_packet),
7352         (theora_enc_sink_event), (theora_enc_chain),
7353         (theora_enc_change_state), (theora_enc_set_property),
7354         (theora_enc_get_property):
7355         Added stream lock to decoder so that we can serialize
7356         the discont event.
7357         More theoraenc porting, recover from errors, do clean
7358         shutdown.
7359
7360 2005-05-05  Wim Taymans  <wim@fluendo.com>
7361
7362         * ext/ogg/Makefile.am:
7363         * ext/ogg/README:
7364         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7365         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
7366         (gst_ogg_print):
7367         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
7368         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
7369         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
7370         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
7371         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
7372         (gst_ogg_mux_change_state):
7373         Ported ogg muxer.
7374
7375 2005-05-05  Wim Taymans  <wim@fluendo.com>
7376
7377         * docs/design-audiosinks.txt:
7378         * gst-libs/gst/audio/TODO:
7379         * gst-libs/gst/audio/gstaudiosink.c:
7380         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7381         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7382         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7383         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7384         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7385         (gst_audiosink_create_ringbuffer):
7386         * gst-libs/gst/audio/gstbaseaudiosink.c:
7387         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7388         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7389         (gst_baseaudiosink_set_property), (build_linear_format),
7390         (debug_spec_caps), (debug_spec_buffer),
7391         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7392         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7393         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7394         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7395         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7396         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7397         (gst_ringbuffer_release), (gst_ringbuffer_play),
7398         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7399         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
7400         (gst_ringbuffer_set_sample), (wait_segment),
7401         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
7402         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
7403         More work on the audiosink, mostly debugging and a race in
7404         shutdown.
7405
7406 2005-04-28  Wim Taymans  <wim@fluendo.com>
7407
7408         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7409         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
7410         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
7411         (vorbis_dec_src_query), (vorbis_dec_src_event),
7412         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7413         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
7414         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
7415         Don't crap out when seeking back to position 0.
7416
7417 2005-04-28  Wim Taymans  <wim@fluendo.com>
7418
7419         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
7420         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
7421         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
7422         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
7423         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
7424         Make audio sink configurable, use alsasink as default.
7425
7426 2005-04-28  Wim Taymans  <wim@fluendo.com>
7427
7428         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7429         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7430         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
7431         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
7432         (vorbis_dec_change_state):
7433         * ext/vorbis/vorbisdec.h:
7434         Refactor, use STREAM_LOCK.
7435
7436 2005-04-28  Wim Taymans  <wim@fluendo.com>
7437
7438         * ext/theora/theoradec.c: (_inc_granulepos),
7439         (theora_dec_sink_event), (theora_handle_comment_packet),
7440         (theora_handle_type_packet), (theora_handle_header_packet),
7441         (theora_handle_data_packet), (theora_dec_chain),
7442         (theora_dec_change_state):
7443         Refactor a bit, use STREAM_LOCK.
7444
7445 2005-04-28  Wim Taymans  <wim@fluendo.com>
7446
7447         * ext/alsa/Makefile.am:
7448         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
7449         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
7450         (gst_alsa_link), (gst_alsa_close_audio):
7451         * ext/alsa/gstalsaplugin.c: (plugin_init):
7452         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
7453         (gst_alsasink_dispose), (gst_alsasink_base_init),
7454         (gst_alsasink_class_init), (gst_alsasink_init),
7455         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
7456         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
7457         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
7458         (gst_alsasink_reset):
7459         * ext/alsa/gstalsasink.h:
7460         Implement alsasink with simple open/write/close API. 
7461         Make alsa dir build by disabling compilation of code.
7462
7463 2005-04-28  Wim Taymans  <wim@fluendo.com>
7464
7465         * gst-libs/gst/audio/Makefile.am:
7466         * gst-libs/gst/audio/audio.h:
7467         * gst-libs/gst/audio/audioclock.c:
7468         * gst-libs/gst/audio/audioclock.h:
7469         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
7470         (gst_audio_clock_class_init), (gst_audio_clock_init),
7471         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
7472         * gst-libs/gst/audio/gstaudioclock.h:
7473         * gst-libs/gst/audio/gstaudiosink.c:
7474         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7475         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7476         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7477         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7478         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7479         (gst_audiosink_create_ringbuffer):
7480         * gst-libs/gst/audio/gstbaseaudiosink.c:
7481         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7482         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7483         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
7484         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
7485         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7486         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7487         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7488         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7489         * gst-libs/gst/audio/gstbaseaudiosink.h:
7490         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7491         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
7492         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7493         (gst_ringbuffer_release), (gst_ringbuffer_play),
7494         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7495         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
7496         (gst_ringbuffer_set_sample), (wait_segment),
7497         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
7498         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
7499         * gst-libs/gst/audio/gstringbuffer.h:
7500         Make ringbuffer faster and more simple by removing the locks
7501         in the playback thread.
7502         Add sample accurate playback based on buffer sample offsets.
7503         Make the baseaudiosink provide a clock.
7504         Parse caps in the base class.
7505         Correctly handle seeking, flushing and state changes.
7506
7507 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7508
7509         * configure.ac:
7510         * gst/audioconvert/Makefile.am:
7511         * gst/audioscale/Makefile.am:
7512           Fix part of the build.  Come on guys, autogen didn't even work :)
7513
7514 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7515
7516         * configure.ac:
7517         * gst-libs/gst/Makefile.am:
7518         * gst-libs/gst/media-info/.cvsignore:
7519         * gst-libs/gst/media-info/Makefile.am:
7520         * gst-libs/gst/media-info/README:
7521         * gst-libs/gst/media-info/media-info-priv.c:
7522         * gst-libs/gst/media-info/media-info-priv.h:
7523         * gst-libs/gst/media-info/media-info-test.c:
7524         * gst-libs/gst/media-info/media-info.c:
7525         * gst-libs/gst/media-info/media-info.h:
7526         * gst-libs/gst/media-info/media-info.vcproj:
7527         * pkgconfig/Makefile.am:
7528         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
7529         * pkgconfig/gstreamer-media-info.pc.in:
7530           Remove media-info, which is also successed by playbin (see Totem
7531           implementation).
7532
7533 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7534
7535         * configure.ac:
7536         * examples/Makefile.am:
7537         * examples/gstplay/.cvsignore:
7538         * examples/gstplay/Makefile.am:
7539         * examples/gstplay/player.c:
7540         * gst-libs/gst/Makefile.am:
7541         * gst-libs/gst/play/.cvsignore:
7542         * gst-libs/gst/play/Makefile.am:
7543         * gst-libs/gst/play/play.c:
7544         * gst-libs/gst/play/play.h:
7545         * gst-libs/gst/play/play.vcproj:
7546         * pkgconfig/Makefile.am:
7547         * pkgconfig/gstreamer-play-uninstalled.pc.in:
7548         * pkgconfig/gstreamer-play.pc.in:
7549           Remove libgstplay, playbin is now the official successor.
7550
7551 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7552
7553         * configure.ac:
7554         * gst-libs/gst/Makefile.am:
7555         * gst-libs/gst/xwindowlistener/Makefile.am:
7556         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
7557         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
7558           Remove deprecated xwindowlistener (I've moved xwindowlistening
7559           in the v4l/v4l2 plugins over to serverside).
7560
7561 2005-04-25  David Schleef  <ds@schleef.org>
7562
7563         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
7564         to examples/dynparams.  Examples do not belong interspersed with
7565         source code.
7566         * examples/dynparams/demo-dparams.c:
7567         * gst/sine/Makefile.am:
7568         * gst/sine/demo-dparams.c:
7569
7570 2005-04-25  David Schleef  <ds@schleef.org>
7571
7572         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
7573         * gst-libs/gst/audio/Makefile.am:
7574         * gst-libs/gst/riff/Makefile.am:
7575         * gst-libs/gst/tag/Makefile.am:
7576         * gst-libs/gst/video/Makefile.am:
7577         * gst-libs/gst/xwindowlistener/Makefile.am:
7578
7579         Convert to 0.9 API, seems to work:
7580         * sys/ximage/Makefile.am:
7581         * sys/ximage/ximagesink.c:
7582
7583 2005-04-24  David Schleef  <ds@schleef.org>
7584
7585         Link plugins against libraries:
7586         * ext/alsa/Makefile.am:
7587         * gst/tcp/Makefile.am:
7588
7589         Remove asm code that should be in liboil
7590         * gst/videoscale/Makefile.am:
7591         * gst/videoscale/videoscale_x86_asm.s:
7592
7593         gettext wants these checked in:
7594         * po/af.po:
7595         * po/az.po:
7596         * po/cs.po:
7597         * po/en_GB.po:
7598         * po/hu.po:
7599         * po/it.po:
7600         * po/nb.po:
7601         * po/nl.po:
7602         * po/or.po:
7603         * po/sq.po:
7604         * po/sr.po:
7605         * po/sv.po:
7606         * po/uk.po:
7607         * po/vi.po:
7608
7609 2005-04-24  David Schleef  <ds@schleef.org>
7610
7611         Convert gst_main() to g_main_loop_run()
7612         * gst/playback/decodetest.c: (main):
7613         * gst/playback/test2.c: (main):
7614         * gst/playback/test3.c: (main):
7615         * gst/playback/test4.c: (main):
7616
7617         Link plugins against libraries:
7618         * ext/libvisual/Makefile.am:
7619         * sys/xvimage/Makefile.am:
7620
7621 2005-04-24  David Schleef  <ds@schleef.org>
7622
7623         * configure.ac: Remove idct and resample libs
7624         * gst-libs/gst/Makefile.am: same
7625
7626         Remove usage of gst_library_load():
7627         * ext/alsa/gstalsaplugin.c: (plugin_init):
7628         * ext/libvisual/visual.c: (plugin_init):
7629         * ext/ogg/gstogg.c: (plugin_init):
7630         * ext/theora/theora.c: (plugin_init):
7631         * ext/vorbis/vorbis.c: (plugin_init):
7632         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
7633         * gst/audioscale/gstaudioscale.c:
7634         * gst/adder/gstadder.c: (plugin_init):
7635         * gst/audioconvert/plugin.c: (plugin_init):
7636         * sys/ximage/ximagesink.c: (plugin_init):
7637         * sys/xvimage/xvimagesink.c: (plugin_init):
7638         * gst/tcp/gsttcpplugin.c: (plugin_init):
7639
7640         Link plugins against libraries:
7641         * ext/ogg/Makefile.am:
7642         * ext/theora/Makefile.am:
7643         * ext/vorbis/Makefile.am:
7644         * gst/audioconvert/Makefile.am:
7645
7646         Create proper libraries:
7647         * gst-libs/gst/riff/Makefile.am:
7648         * gst-libs/gst/audio/Makefile.am:
7649         * gst-libs/gst/video/Makefile.am:
7650
7651         Move resample library to audioscale plugin directory:
7652         * gst-libs/gst/resample/Makefile.am:
7653         * gst-libs/gst/resample/README:
7654         * gst-libs/gst/resample/dtof.c:
7655         * gst-libs/gst/resample/dtos.c:
7656         * gst-libs/gst/resample/functable.c:
7657         * gst-libs/gst/resample/private.h:
7658         * gst-libs/gst/resample/resample.c:
7659         * gst-libs/gst/resample/resample.h:
7660         * gst-libs/gst/resample/resample.vcproj:
7661         * gst-libs/gst/resample/test.c:
7662         * gst/audioscale/Makefile.am:
7663         * gst/audioscale/README:
7664         * gst/audioscale/dtof.c:
7665         * gst/audioscale/dtos.c:
7666         * gst/audioscale/functable.c:
7667         * gst/audioscale/private.h:
7668         * gst/audioscale/resample.c:
7669         * gst/audioscale/resample.h:
7670         * gst/audioscale/test.c:
7671
7672         Move tagedit library to gst-libs:
7673         * gst-libs/gst/tag/Makefile.am:
7674         * gst-libs/gst/tag/gstid3tag.c:
7675         * gst-libs/gst/tag/gsttagediting.c:
7676         * gst-libs/gst/tag/gsttageditingprivate.h:
7677         * gst-libs/gst/tag/gstvorbistag.c:
7678         * gst/tags/Makefile.am:
7679         * gst/tags/gstid3tag.c:
7680         * gst/tags/gstvorbistag.c:
7681
7682         Fix for core changes:
7683         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7684         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
7685         (gst_sinesrc_getrange):
7686
7687 2005-04-23  David Schleef  <ds@schleef.org>
7688
7689         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
7690         in gst-plugins in a long time, and properly belongs in liboil.
7691         * gst-libs/gst/idct/Makefile.am:
7692         * gst-libs/gst/idct/README:
7693         * gst-libs/gst/idct/dct.h:
7694         * gst-libs/gst/idct/doieee:
7695         * gst-libs/gst/idct/fastintidct.c:
7696         * gst-libs/gst/idct/floatidct.c:
7697         * gst-libs/gst/idct/idct.c:
7698         * gst-libs/gst/idct/idct.h:
7699         * gst-libs/gst/idct/idtc.vcproj:
7700         * gst-libs/gst/idct/ieeetest.c:
7701         * gst-libs/gst/idct/intidct.c:
7702
7703 2005-04-20  Wim Taymans  <wim@fluendo.com>
7704
7705         * docs/design-audiosinks.txt:
7706         * gst-libs/gst/audio/Makefile.am:
7707         * gst-libs/gst/audio/TODO:
7708         * gst-libs/gst/audio/gstaudiosink.c:
7709         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7710         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7711         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
7712         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7713         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7714         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
7715         (gst_audiosink_class_init), (gst_audiosink_init),
7716         (gst_audiosink_create_ringbuffer):
7717         * gst-libs/gst/audio/gstaudiosink.h:
7718         * gst-libs/gst/audio/gstbaseaudiosink.c:
7719         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
7720         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
7721         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
7722         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
7723         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
7724         (gst_baseaudiosink_create_ringbuffer),
7725         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7726         * gst-libs/gst/audio/gstbaseaudiosink.h:
7727         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7728         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
7729         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
7730         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7731         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
7732         (gst_ringbuffer_play), (gst_ringbuffer_pause),
7733         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
7734         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
7735         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
7736         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
7737         * gst-libs/gst/audio/gstringbuffer.h:
7738         An attempt at a set of audio base classes together with some
7739         design docs.
7740
7741 2005-04-20  Wim Taymans  <wim@fluendo.com>
7742
7743         * gst/audioconvert/Makefile.am:
7744         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7745         (gst_audio_convert_caps_remove_format_info),
7746         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
7747         (gst_audio_convert_channels):
7748         Link against audio libs.
7749         Fix audio convert plugin.
7750
7751 2005-04-20  Wim Taymans  <wim@fluendo.com>
7752
7753         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
7754         (gst_ogg_demux_sink_activate):
7755         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
7756         (theora_set_header_on_caps), (theora_enc_sink_event),
7757         (theora_enc_chain):
7758         Fix theora encoder.
7759
7760 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7761
7762         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
7763         * gst/playback/gstdecodebin.c: (find_compatibles):
7764           Work with staticpadtemplates in elementfactories.
7765
7766 2005-04-12  Wim Taymans  <wim@fluendo.com>
7767
7768         * gst/playback/README:
7769         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7770         (compare_ranks), (print_feature), (gst_decode_bin_init),
7771         (dynamic_create), (dynamic_free), (find_compatibles),
7772         (mimetype_is_raw), (close_pad_link), (got_redirect),
7773         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
7774         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
7775         (gst_decode_bin_change_state):
7776         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7777         (gst_play_base_bin_init), (group_destroy), (group_commit),
7778         (check_queue), (queue_overrun), (queue_threshold_reached),
7779         (queue_out_of_data), (gen_preroll_element), (unknown_type),
7780         (new_decoded_pad), (setup_subtitle), (gen_source_element),
7781         (got_redirect), (setup_source), (play_base_eos),
7782         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
7783         (gst_play_base_bin_remove_element):
7784         * gst/playback/gstplaybasebin.h:
7785         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7786         (gst_play_bin_init), (gst_play_bin_dispose),
7787         (gst_play_bin_set_property), (gen_video_element),
7788         (gen_text_element), (gen_audio_element), (remove_sinks),
7789         (gst_play_bin_send_event):
7790         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
7791         (stream_info_change_state), (gst_stream_info_set_mute):
7792         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
7793         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
7794         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
7795         (gst_stream_selector_chain):
7796         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
7797         (main):
7798         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
7799         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
7800         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
7801         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
7802         Raw and crude port of decodebin. 
7803         Make playbin compile.
7804
7805 2005-04-06  Wim Taymans  <wim@fluendo.com>
7806
7807         * ext/gnomevfs/Makefile.am:
7808         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
7809         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
7810         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
7811         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
7812         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
7813         (gst_gnomevfssrc_stop):
7814         * ext/ogg/Makefile.am:
7815         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
7816         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
7817         * ext/theora/Makefile.am:
7818         * ext/theora/theoradec.c: (_inc_granulepos),
7819         (theora_dec_sink_event), (theora_dec_chain):
7820         * ext/vorbis/Makefile.am:
7821         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7822         (vorbis_dec_sink_event), (vorbis_dec_chain):
7823         * gst-libs/gst/audio/Makefile.am:
7824         * sys/xvimage/Makefile.am:
7825         Make gnomevfssrc extend the source base class.
7826         Fix linking against libs in various plugins.
7827
7828 2005-04-06  Andy Wingo  <wingo@pobox.com>
7829
7830         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
7831         GST_BASE_LIBS.
7832
7833         * configure.ac: Add check and AC_SUBST for libgstbase.
7834
7835 2005-03-31  Wim Taymans  <wim@fluendo.com>
7836
7837         * examples/seeking/Makefile.am:
7838         * examples/seeking/cdparanoia.c: (main):
7839         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
7840         (play_cb), (pause_cb), (stop_cb), (main):
7841         * examples/seeking/playbin.c:
7842         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
7843         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
7844         (make_sid_pipeline), (make_vorbis_pipeline),
7845         (make_theora_pipeline), (make_vorbis_theora_pipeline),
7846         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
7847         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
7848         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
7849         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
7850         (stop_cb), (main):
7851         * examples/seeking/spider_seek.c:
7852         * examples/seeking/vorbisfile.c:
7853         * ext/gnomevfs/Makefile.am:
7854         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7855         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
7856         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
7857         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
7858         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
7859         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
7860         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
7861         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
7862         * ext/ogg/README:
7863         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
7864         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
7865         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
7866         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
7867         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
7868         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
7869         (gst_ogg_pad_event), (gst_ogg_pad_reset),
7870         (gst_ogg_demux_factory_filter), (compare_ranks),
7871         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
7872         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
7873         (gst_ogg_chain_new), (gst_ogg_chain_free),
7874         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
7875         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
7876         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
7877         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
7878         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
7879         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
7880         (gst_ogg_demux_get_prev_page),
7881         (gst_ogg_demux_deactivate_current_chain),
7882         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
7883         (gst_ogg_demux_bisect_forward_serialno),
7884         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
7885         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
7886         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
7887         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
7888         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
7889         (gst_ogg_demux_change_state), (gst_ogg_print):
7890         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
7891         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
7892         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
7893         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
7894         (gst_ogg_mux_loop):
7895         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7896         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
7897         (theora_dec_src_convert), (theora_dec_sink_convert),
7898         (theora_dec_src_query), (theora_dec_src_event),
7899         (theora_dec_sink_event), (theora_dec_chain),
7900         (theora_dec_change_state):
7901         * ext/theora/theoraenc.c: (gst_theora_enc_init),
7902         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
7903         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
7904         (theora_enc_change_state):
7905         * ext/vorbis/Makefile.am:
7906         * ext/vorbis/oggvorbisenc.c:
7907         * ext/vorbis/oggvorbisenc.h:
7908         * ext/vorbis/vorbis.c: (plugin_init):
7909         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7910         (vorbis_dec_src_query), (vorbis_dec_src_event),
7911         (vorbis_dec_sink_event), (vorbis_dec_chain),
7912         (vorbis_dec_change_state):
7913         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
7914         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
7915         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
7916         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
7917         (gst_vorbisenc_change_state):
7918         * ext/vorbis/vorbisenc.h:
7919         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
7920         * gst-libs/gst/audio/audioclock.c:
7921         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
7922         (gst_audiofilter_init), (gst_audiofilter_chain):
7923         * gst-libs/gst/audio/testchannels.c: (main):
7924         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
7925         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
7926         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
7927         (gmip_find_track_streaminfo), (gmip_find_track_format):
7928         * gst-libs/gst/media-info/media-info.c:
7929         (gst_media_info_read_idler):
7930         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
7931         (gst_play_get_all_by_interface):
7932         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
7933         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
7934         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
7935         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
7936         (gst_riff_parse_info):
7937         * gst-libs/gst/riff/riff-read.h:
7938         * gst-libs/gst/riff/riff.c: (plugin_init):
7939         * gst-libs/gst/video/Makefile.am:
7940         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
7941         (gst_videosink_class_init), (gst_videosink_get_type):
7942         * gst-libs/gst/video/videosink.h:
7943         * gst/audioconvert/bufferframesconvert.c:
7944         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
7945         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
7946         * gst/audioconvert/channelmixtest.c: (main):
7947         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
7948         (gst_audio_convert_chain),
7949         (gst_audio_convert_caps_remove_format_info),
7950         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
7951         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
7952         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
7953         (gst_audio_convert_buffer_to_default_format),
7954         (gst_audio_convert_buffer_from_default_format),
7955         (gst_audio_convert_channels):
7956         * gst/audioconvert/gstchannelmix.h:
7957         * gst/ffmpegcolorspace/avcodec.h:
7958         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7959         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
7960         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
7961         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
7962         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
7963         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
7964         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
7965         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
7966         (mpeg_video_type_find), (mpeg_video_stream_type_find),
7967         (dv_type_find):
7968         * gst/videotestsrc/gstvideotestsrc.c:
7969         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
7970         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
7971         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
7972         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
7973         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
7974         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
7975         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
7976         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7977         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
7978         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
7979         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
7980         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
7981         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
7982         (gst_xvimagesink_navigation_send_event),
7983         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
7984         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
7985         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7986         * sys/xvimage/xvimagesink.h:
7987         Plugin port to 0.9, ogg/theora playback should work in the seek
7988         example now.
7989         Removed old examples.
7990         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
7991         explained in 0.9 TODO doc.
7992
7993
7994 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7995
7996         * autogen.sh:
7997         * configure.ac:
7998         * ext/Makefile.am:
7999         * gst/Makefile.am:
8000         * po/POTFILES.in:
8001         * po/af.po:
8002         * po/az.po:
8003         * po/cs.po:
8004         * po/en_GB.po:
8005         * po/hu.po:
8006         * po/it.po:
8007         * po/nb.po:
8008         * po/nl.po:
8009         * po/or.po:
8010         * po/sq.po:
8011         * po/sr.po:
8012         * po/sv.po:
8013         * po/uk.po:
8014         * po/vi.po:
8015         * sys/Makefile.am:
8016         * testsuite/Makefile.am:
8017           remove a whole bunch of plugins.  This module now contains a set
8018           of free reference plugins/elements as agreed.
8019
8020 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8021
8022         * configure.ac:
8023           hunting season on 0.9 is now OPEN
8024
8025 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8026
8027         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
8028           Kick the hell out of gcc for not warning me about a symbol conflict.
8029
8030 2005-02-22  Luca Ognibene  <luogni@tin.it>
8031
8032         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
8033
8034         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
8035           Don't leak caps string (fixes #168134)
8036
8037         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
8038         (gst_jpegenc_init), (gst_jpegenc_finalize),
8039         (gst_jpegenc_change_state):
8040           Don't leak line buffers and context struct (fixes #168133).
8041
8042 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
8043
8044         * configure.ac:
8045         * ext/dirac/gstdiracdec.cc:
8046         (gst_diracdec_chain):
8047           Since dirac 0.5.0 the framerate in dirac is expressed as a
8048           rational number. Fix build and up requirement to 0.5.0, and
8049           also pass parameters to gst_diracdec_link in the right order
8050           (fixes #167959).
8051
8052 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
8053
8054         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
8055         * ext/faad/gstfaad.h:
8056         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
8057         certain invalid muxed streams, where some packets will contain 
8058         junk after decoder data. Partially fixes #149158.
8059
8060 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
8061         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
8062           Make sure we only write to writable buffers
8063
8064 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
8065
8066         * gst-libs/gst/riff/riff-media.c:
8067         (gst_riff_create_audio_caps_with_data):
8068           Do actually fix invalid RIFF fmt header values for alaw
8069           and mulaw audio instead of just saying so.
8070
8071         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
8072           Give gst_riff_create_audio_caps_with_data() a chance to
8073           fix up broken format header fields before extracting any
8074           parameters from the header. (fixes #167633)
8075
8076 2005-02-19  Martin Holters  <martin.holters@gmx.de>
8077
8078         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
8079
8080         * gst/audioconvert/bufferframesconvert.c:
8081         (buffer_frames_convert_link):
8082           Don't leak othercaps. (fixes #167878)
8083
8084 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
8085
8086         * configure.ac:
8087         * ext/libvisual/visual.c: (gst_visual_srclink),
8088         (gst_visual_change_state):
8089           Support libvisual 0.2.0.
8090
8091 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
8092
8093         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
8094         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
8095           Use same rowstrides for I420 as used everywhere else.
8096
8097 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
8098
8099         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
8100           Declare variables at beginning of block and make gcc-2.95 happy
8101           (fixes # 167482, patch by Gergely Nagy).
8102           
8103         * gst/tcp/gsttcpclientsrc.c:
8104         * gst/tcp/gsttcpclientsrc.h:
8105           Move some includes into the header, so that struct sockaddr_in is
8106           defined when it should be defined on FreeBSD as well (fixes
8107           #167483).
8108           
8109         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
8110           Don't pass uninitialised values to setsockopt() here either.
8111
8112 2005-02-17  Luca Ognibene  <luogni at tin dot it>
8113
8114         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
8115
8116         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
8117           Don't pass uninitialised values to setsockopt(). (fixes #167704)
8118
8119 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8120
8121         * gst/playback/gstplaybin.c: (add_sink):
8122           Invert bin_add/link order to workaround deadlock in opt.
8123
8124 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8125
8126         * gst/modplug/gstmodplug.cc:
8127           Add missing break causing position queries to fail.
8128
8129 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8130
8131         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
8132           Granpos can apparently be -1, which screws up calculations...
8133
8134 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
8135
8136         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
8137         (gst_ximagesink_send_pending_navigation),
8138         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
8139         (gst_ximagesink_init):
8140         * sys/ximage/ximagesink.h:
8141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
8142         (gst_xvimagesink_send_pending_navigation),
8143         (gst_xvimagesink_navigation_send_event),
8144         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
8145         * sys/xvimage/xvimagesink.h:
8146           Use a mutex protected list to marshal navigation
8147           events into the stream thread from whichever thread
8148           sends them.
8149
8150 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
8151
8152         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
8153           Display current position and track length; misc. clean-ups.
8154           
8155         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
8156         (speed_init), (speed_chain):
8157           Add query function, so that the stream length and current position
8158           get adjusted when queried (note that current position queries may
8159           still be wrong if the audio sink returns values based on buffer
8160           timestamps instead of passing on the query).
8161
8162 2005-02-13  Benjamin Otte  <otte@gnome.org>
8163
8164         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
8165         (gst_audio_convert_channels):
8166           create channel conversion matrix when linking
8167         * gst/audioconvert/.cvsignore:
8168         * gst/audioconvert/Makefile.am:
8169         * gst/audioconvert/channelmixtest.c: (main):
8170           add (ugly) test that ensures stereo <=> mono conversion works
8171           correctly
8172
8173 2005-02-13  Benjamin Otte  <otte@gnome.org>
8174
8175         * gst/audioconvert/gstchannelmix.h:
8176           include missing header file
8177         * gst/audioconvert/gstchannelmix.c:
8178         (gst_audio_convert_fill_compatible):
8179           use same sign for both channels when converting to/from compatible
8180           channel. Previously used different signs made the signals cancel
8181           each other out and appear like silence. (fixes #167269)
8182
8183 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
8184
8185         * gst/ffmpegcolorspace/avcodec.h:
8186         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8187         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8188         (gst_ffmpegcsp_avpicture_fill):
8189         * gst/ffmpegcolorspace/imgconvert.c:
8190           Convert to and from YV12 (fixes #156379).
8191
8192 2005-02-12  Julien MOUTTE  <julien@moutte.net>
8193
8194         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
8195         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
8196         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
8197         (gst_ximagesink_expose), (gst_ximagesink_set_property),
8198         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
8199         methods from chain and negotiation and vice versa (Fixes #166142).
8200         * sys/ximage/ximagesink.h: Add stream_lock.
8201         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
8202         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
8203         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
8204         (gst_xvimagesink_expose): Check for xcontext before trying to link.
8205
8206 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
8207
8208         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
8209           Don't send "Hey! You gave me a NULL pointer you naughty person" as
8210           error message when we can't open the DVD device (when dvdnav_open()
8211           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
8212           the above). Send something more useful instead (fixes #167117).
8213
8214 2005-02-11  Julien MOUTTE  <julien@moutte.net>
8215
8216         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8217         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
8218         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
8219         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
8220         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
8221         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
8222         methods from chain and negotiation and vice versa (Fixes #166142).
8223         Fix a possible bug of images in the buffer pool being discarded because
8224         we are looking at the wrong geometry.
8225         * sys/xvimage/xvimagesink.h: Add stream_lock.
8226
8227 2005-02-11  David Schleef  <ds@schleef.org>
8228
8229         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
8230         unsigned int. (fixes #167128)
8231
8232 2005-02-11  David Schleef  <ds@schleef.org>
8233
8234         * gst/librfb/Makefile.am: Testing stuff before committing is
8235           for wimps... and people with fast machines.  Fix stupid
8236           mistake.
8237
8238 2005-02-11  David Schleef  <ds@schleef.org>
8239
8240         * configure.ac: Pull in librfb from my CVS tree, because it is
8241           too small and annoying to be separate.  Move rfbsrc plugin
8242           to gst/.
8243         * ext/Makefile.am:
8244         * ext/librfb/Makefile.am:
8245         * ext/librfb/gstrfbsrc.c:
8246         * gst/librfb/Makefile.am:
8247         * gst/librfb/gstrfbsrc.c:
8248         * gst/librfb/rfb.c:
8249         * gst/librfb/rfb.h:
8250         * gst/librfb/rfbbuffer.c:
8251         * gst/librfb/rfbbuffer.h:
8252         * gst/librfb/rfbbytestream.c:
8253         * gst/librfb/rfbbytestream.h:
8254         * gst/librfb/rfbcontext.h:
8255         * gst/librfb/rfbdecoder.c:
8256         * gst/librfb/rfbdecoder.h:
8257         * gst/librfb/rfbutil.h:
8258
8259 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
8260
8261         * gst/speed/Makefile.am:
8262         * gst/speed/demo-mp3.c: (main):
8263         * gst/speed/filter.func:
8264         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
8265         (speed_class_init), (speed_init), (speed_chain_int16),
8266         (speed_chain_float32), (speed_chain), (speed_set_property),
8267         (speed_get_property), (speed_change_state):
8268         * gst/speed/gstspeed.h:
8269           Fix speed element and make it chain-based (fixes #156467),
8270           and make it handle more than one channel.
8271
8272 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
8273
8274         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
8275         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
8276         (gst_dtsdec_chain), (gst_dtsdec_change_state):
8277         * ext/dts/gstdtsdec.h:
8278           Don't clobber the stack constructing the channels array.
8279           Make the element chain-based. DTS tracks can now be played.
8280           
8281 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
8282
8283         * gst-libs/gst/audio/multichannel.h:
8284         * gst-libs/gst/gconf/gconf.h:
8285         * gst-libs/gst/idct/idct.h:
8286         * gst-libs/gst/media-info/media-info-priv.h:
8287         * gst-libs/gst/play/play.h:
8288         * gst-libs/gst/resample/private.h:
8289         * gst-libs/gst/resample/resample.h:
8290         * gst-libs/gst/riff/riff-ids.h:
8291         * gst-libs/gst/video/video.h:
8292         * gst-libs/gst/video/videosink.h:
8293           Add G_BEGIN_DECLS and G_END_DECLS around headers where
8294           missing, so that they work when included from C++ code.
8295
8296 2005-02-09  David Schleef  <ds@schleef.org>
8297
8298         * testsuite/gst-lint: Check for non-statically scoped
8299           parent_class variables.  This won't be a problem once
8300           plugins are loaded with RTLD_LOCAL.
8301
8302 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8303
8304         * ext/mplex/gstmplexibitstream.cc:
8305           gcc madness.
8306
8307 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8308
8309         * ext/ogg/gstogmparse.c:
8310         * gst/debug/gstnavigationtest.c:
8311           Die, thou faulty symbol pollutors (non-static parent_class).
8312
8313 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8314
8315         * ext/mplex/gstmplexibitstream.cc:
8316           Fix event handling (#165525).
8317
8318 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8319
8320         * ext/mikmod/gstmikmod.c:
8321         * gst/modplug/gstmodplug.cc:
8322           Add missing endianness to template (fixes #165509).
8323
8324 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8325
8326         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
8327           Fix wrong order of reading of optional bytes (#165290).
8328
8329 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8330
8331         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8332           Implement FILLER event awareness.
8333
8334 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8335
8336         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
8337           Fix track calculations (#166208).
8338
8339 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
8340
8341         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8342
8343         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
8344         * ext/libpng/gstpngenc.c:
8345           Fix byte-order, use proper fixed caps. Fixes #164197.
8346
8347 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8348
8349         * configure.ac:
8350           Add dvdlpcmdec 
8351
8352         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
8353         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
8354           Don't push buffers if the src pad isn't negotiated yet.
8355           
8356         * gst/audioconvert/gstaudioconvert.c:
8357         (gst_audio_convert_buffer_to_default_format),
8358         (gst_audio_convert_buffer_from_default_format):
8359           Add support for 24-bit width.
8360
8361         * gst/dvdlpcmdec/.cvsignore:
8362         * gst/dvdlpcmdec/Makefile.am:
8363         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
8364         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
8365         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
8366         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
8367         (plugin_init):
8368         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
8369           New decoder for rearranging DVD LPCM into our audio/x-raw-int
8370           format. Needs support for the channels maps if someone can find 
8371           a DVD LPCM track with > 2 channels.
8372
8373         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
8374         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
8375         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
8376         * gst/mpegstream/gstdvddemux.h:
8377         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
8378         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
8379         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
8380         * gst/mpegstream/gstmpegdemux.h:
8381         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
8382         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
8383         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
8384         (gst_mpeg_parse_handle_src_query),
8385         (gst_mpeg_parse_handle_src_event):
8386           Use audio/x-dvd-lpcm for LPCM output.
8387           Add DTS output.
8388
8389 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
8390
8391         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8392
8393         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
8394         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
8395           Add BGRA handling (#165736).
8396
8397 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
8398
8399         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8400
8401         * gst/law/alaw-decode.c: (alawdec_link):
8402         * gst/law/alaw-encode.c: (alawenc_link):
8403         * gst/law/mulaw-decode.c: (mulawdec_link):
8404         * gst/law/mulaw-encode.c: (mulawenc_link):
8405           Fix caps memleaks (#166600).
8406
8407 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
8408
8409         * ext/tarkin/mem.h:
8410         * ext/tarkin/wavelet.h:
8411         * ext/tarkin/yuv.h:
8412         * gst/ffmpegcolorspace/avcodec.h:
8413           Include "_stdint.h" instead of <stdint.h>. Fixes build on
8414           systems that don't have stdint.h, like Solaris9 (fixes #166631).
8415
8416 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8417
8418         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
8419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
8420         (gst_xvimagesink_change_state):
8421           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
8422           Xv video (and thereby regenerate Xv colourkey) in clear() so
8423           that PLAY -> READY -> PLAY works (fixes #162504).
8424
8425 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8426
8427         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
8428           Switch to list instead of range, since MJPEG-devices really just
8429           support decimations, not any size.
8430
8431 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8432         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
8433         (gst_mpeg2dec_reset), (free_all_buffers),
8434         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
8435         * ext/mpeg2dec/gstmpeg2dec.h:
8436           The libmpeg2 user-allocated buffer management is awkward, 
8437           to say the least. Hopefully this fixes things.
8438
8439 2005-02-04  Andy Wingo  <wingo@pobox.com>
8440
8441         * gst/audioconvert/bufferframesconvert.c
8442         (buffer_frames_convert_fixate): New function, fixates to 256
8443         frames per buffer by default. (Much better than 1.)
8444         (buffer_frames_convert_init): Set the fixate function for both src
8445         and sink pad.
8446         (buffer_frames_convert_link): After success setting nonfixed caps,
8447         get the negotiated caps so we can know how many buffer-frames it
8448         will be. No idea how this worked at all before.
8449
8450 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8451
8452         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
8453         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
8454         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
8455         (handle_sequence), (handle_picture):
8456         * ext/mpeg2dec/gstmpeg2dec.h:
8457           Rearrange buffer tracking and refcounting and refactor
8458           a little for readability. 
8459
8460 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
8461         * sys/v4l/gstv4l.c: (plugin_init):
8462         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
8463         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
8464         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
8465         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
8466         * sys/v4l/gstv4ljpegsrc.h:
8467         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
8468         * sys/v4l/v4l_calls.h:
8469         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
8470         (gst_v4lsrc_get_fps):
8471         * sys/v4l/v4lsrc_calls.h:
8472           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
8473           you jpeg inside rgb frames" driver.
8474           Don't error in the v4lsrc link function, just return 
8475           REFUSED.
8476
8477 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8478
8479         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
8480         (gst_qcamsrc_open):
8481           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
8482
8483 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8484
8485         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8486           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
8487
8488 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8489
8490         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
8491           Reset negotiated state on PAUSED->READY.
8492
8493 2005-02-02  David Schleef  <ds@schleef.org>
8494
8495         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
8496         whereever possible.  (Fixes #165997)
8497         * examples/capsfilter/capsfilter1.c: (main):
8498         * examples/dynparams/filter.c: (create_ui):
8499         * examples/seeking/cdparanoia.c: (get_track_info), (main):
8500         * examples/seeking/chained.c: (main):
8501         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
8502         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
8503         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
8504         (make_mpeg_pipeline), (make_mpegnt_pipeline):
8505         * examples/seeking/spider_seek.c: (make_spider_pipeline):
8506         * examples/switch/switcher.c: (main):
8507         * ext/dv/demo-play.c: (main):
8508         * ext/faad/gstfaad.c: (gst_faad_change_state):
8509         * ext/mad/gstmad.c: (gst_mad_chain):
8510         * ext/smoothwave/demo-osssrc.c: (main):
8511         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
8512         (gst_gconf_render_bin_from_description),
8513         (gst_gconf_get_default_audio_sink),
8514         (gst_gconf_get_default_video_sink),
8515         (gst_gconf_get_default_audio_src),
8516         (gst_gconf_get_default_video_src),
8517         (gst_gconf_get_default_visualization_element):
8518         * gst/level/demo.c: (main):
8519         * gst/level/plot.c: (main):
8520         * gst/playback/gstplaybin.c: (gen_video_element),
8521         (gen_audio_element):
8522         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
8523         * gst/playondemand/demo-mp3.c: (setup_pipeline):
8524         * gst/sine/demo-dparams.c: (main):
8525         * gst/spectrum/demo-osssrc.c: (main):
8526         * gst/speed/demo-mp3.c: (main):
8527         * gst/volume/demo.c: (main):
8528         * testsuite/embed/embed.c: (main):
8529
8530 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
8531
8532         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
8533         (gst_tcpclientsink_finalize):
8534         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
8535         (gst_tcpclientsrc_finalize):
8536         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
8537         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
8538         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
8539         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
8540           Don't leak the hostname when shutting down.
8541           In tcpserversrc, take a copy of the default hostname.
8542
8543 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8544
8545         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
8546           Set caps to systemstream=TRUE.
8547
8548 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8549
8550         * testsuite/Makefile.am:
8551           Fix more OSX buildbots.
8552
8553 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
8554
8555         * ext/mpeg2dec/gstmpeg2dec.c:
8556           Don't send things to NULL PAD_PEERs
8557
8558         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
8559           Copy-on-write the incoming buffer.
8560
8561         * gst/mpegstream/gstdvddemux.h:
8562         * gst/mpegstream/gstmpegclock.h:
8563         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
8564         (normal_seek), (gst_mpeg_demux_handle_src_event):
8565         * gst/mpegstream/gstmpegdemux.h:
8566         * gst/mpegstream/gstmpegpacketize.h:
8567         * gst/mpegstream/gstmpegparse.c:
8568         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
8569         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
8570         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
8571         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
8572         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
8573         * gst/mpegstream/gstmpegparse.h:
8574         * gst/mpegstream/gstrfc2250enc.h:
8575           Various changes to the way time is computed that make seeking and
8576           total time estimation much better here.
8577           Use G_BEGIN/END_DECLS instead of __cplusplus
8578
8579         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
8580           Use gst_buffer_stamp instead of only copying the TIMESTAMP
8581
8582 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8583
8584         * gst/subparse/gstsubparse.c:
8585           Fix OSX buildbot.
8586
8587 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
8588
8589         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8590         (theora_enc_chain), (theora_enc_change_state):
8591         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
8592         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
8593         (gst_vorbisenc_change_state):
8594         * ext/vorbis/vorbisenc.h:
8595           Set granulepos and timestamp correctly for streams not
8596           starting at 0, taking into account the initial delay.
8597
8598 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
8599
8600         * gst/mpegstream/gstdvddemux.c:
8601           Add audio/x-dts to audio pad template caps
8602
8603 2005-01-30  David Schleef  <ds@schleef.org>
8604
8605         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
8606         (create_context), (gst_polypsink_link): Fix silly endianness
8607         bug.  Add some debugging.  Remove float from caps; it doesn't
8608         work.  Attempt to get remote audio working.
8609
8610 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8611
8612         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8613           Add 3IV2 fourcc.
8614
8615 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8616
8617         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
8618         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
8619         (gst_avi_demux_stream_data):
8620         * gst/avi/gstavidemux.h:
8621           Invert DIB images. Fixes #132341.
8622
8623 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8624
8625         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8626         (gst_ffmpegcsp_chain):
8627           D'oh, reference the palette data, not the palette structure.
8628           Fixes color distortion in #132341.
8629
8630 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8631
8632         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
8633           PAR can be non-fixed when not provided as argument (#162626).
8634
8635 2005-01-29  David Moore  <dcm@acm.org>
8636
8637         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8638
8639         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
8640         (gst_qtdemux_loop_header):
8641           Re-apply patch from #142272 that allows non-seekable sources,
8642           re-proposed by Daniel Drake <dsd@gentoo.org>.
8643
8644 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8645
8646         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
8647           Use the src template for creating the src pad (#162330).
8648
8649 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8650
8651         * configure.ac:
8652         * ext/musepack/Makefile.am:
8653         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
8654         (gst_musepackdec_init), (gst_musepackdec_dispose),
8655         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
8656         (gst_musepack_stream_init), (gst_musepackdec_loop),
8657         (gst_musepackdec_change_state):
8658         * ext/musepack/gstmusepackdec.cpp:
8659         * ext/musepack/gstmusepackdec.h:
8660         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
8661         (gst_musepack_reader_read), (gst_musepack_reader_seek),
8662         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
8663         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
8664         * ext/musepack/gstmusepackreader.cpp:
8665         * ext/musepack/gstmusepackreader.h:
8666           Update to 1.1 API (#165446).
8667
8668 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8669
8670         * ext/Makefile.am:
8671           Unbreak buildbot.
8672
8673 2005-01-28  Andy Wingo  <wingo@pobox.com>
8674
8675         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
8676         to reflect a different dubious internet source. Add a reference
8677         and some commentary.
8678
8679 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8680
8681         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
8682         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
8683         * gst/playback/gststreamselector.h:
8684           Be more selective when we're redoing caps negotiation from
8685           within the chain function on a stream change.
8686
8687 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8688
8689         * configure.ac:
8690         * ext/Makefile.am:
8691         * ext/amrnb/Makefile.am:
8692         * ext/amrnb/amrnb.c: (plugin_init):
8693         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
8694         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
8695         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
8696         (gst_amrnbdec_state_change):
8697         * ext/amrnb/amrnbdec.h:
8698         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
8699         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
8700         (gst_amrnbparse_init), (gst_amrnbparse_formats),
8701         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
8702         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
8703         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
8704         * ext/amrnb/amrnbparse.h:
8705           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
8706         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8707           Add AMR-NB/-WB raw formats.
8708         * ext/alsa/gstalsa.c: (gst_alsa_link):
8709           Keep valid time when changing format.
8710         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
8711         (qtdemux_parse_trak):
8712           Add some more format-specific options (#140141, #143555, #155163).
8713
8714 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8715
8716         * gst/matroska/matroska-demux.c:
8717         (gst_matroska_demux_parse_blockgroup):
8718           Fix logic error in timing of subtitle stream synchronization.
8719         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8720           Add skip-chunk, which is found in kodak-camera streams.
8721
8722 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8723
8724         * po/LINGUAS:
8725         * po/vi.po:
8726           Adding Vietnamese translation (submitted by Clytie Siddall)
8727
8728 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8729
8730         * gst/playback/gstdecodebin.c: (try_to_link_1):
8731           Use realpad for signal.
8732
8733 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8734
8735         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
8736           Fix category so decodebin picks it up.
8737
8738 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8739
8740         * ext/mad/Makefile.am:
8741         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
8742         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
8743         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
8744         (found_type), (gst_id3demux_bin_change_state):
8745         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
8746         (gst_id3_tag_init), (gst_id3_tag_handle_event),
8747         (gst_id3_tag_src_link), (gst_id3_tag_chain),
8748         (gst_id3_tag_change_state), (plugin_init):
8749         * ext/mad/gstmad.h:
8750           Add id3demuxbin (which is a simple bin consisting of id3demux
8751           and typefind), take over rank from id3demux, remove typefind
8752           code from id3demux. Makes all broken mp3s that I know of work,
8753           and thereby fixes #152688.
8754
8755 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
8756
8757         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8758
8759         * ext/mad/gstmad.c: (gst_mad_src_event):
8760         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
8761           Allow seeks on audio pad, make mad forward those (#164826).
8762         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
8763           Set duration (#165335).
8764
8765 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8766
8767         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
8768         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
8769         (gst_asf_demux_process_ext_content_desc),
8770         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
8771         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
8772         * gst/asfdemux/gstasfdemux.h:
8773           Improve metadata display, e.g. if the metadata comes before the
8774           streams are loaded (which is perfectly valid).
8775
8776 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8777
8778         * tools/gst-launch-ext-m.m:
8779           Fix AVI/ASF pipelines (#165340).
8780
8781 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
8782         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
8783         build failure on amd64
8784
8785 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
8786
8787         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
8788         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
8789           Check environment variables GST_ID3V2_TAG_ENCODING,
8790           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
8791           list of character encodings to force interpretation of non-unicode
8792           strings stored in an ID3v2 tag to a particular encoding. If none
8793           is specified, try to use current locale's encoding, then fall back
8794           to ISO-8859-1 (which will always succeed). (Resolves #149274)
8795         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
8796         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
8797           Check environment variables GST_ID3V1_TAG_ENCODING,
8798           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
8799           list of character encodings to use in case a string encountered
8800           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
8801           specified, try to use the current locale's encoding, then fall
8802           back to ISO-8859-1 (which will always succeed).
8803
8804 2005-01-25  Benjamin Otte  <otte@gnome.org>
8805
8806         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
8807           - on half framerate, compute the rate in advance so the comparisons
8808             don't compare wrong values
8809           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
8810             behaviour
8811           - don't use mad_header_decode anymore, mad_frame_decode does that
8812             automatically
8813           - when getting rid of consumed bytes, reset the stream's skiplen
8814           (fixes #163867)
8815
8816 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
8817
8818         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
8819           Use 1/2 a second for default max_discont, as PES streams from DVB
8820           seem to have larger spacings in the SCR. 
8821           Fix a typo.
8822
8823 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8824
8825         * gst/playback/gstplaybasebin.c: (group_commit):
8826           Notify delayed stream-info availability.
8827
8828 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
8829         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
8830         (gst_a52dec_handle_event), (gst_a52dec_chain):
8831         Add some debug output. Check that a discont has a valid
8832         time associated.
8833         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
8834         (gst_alsa_sink_loop):
8835         Ignore TAG events. A little extra debug for broken timestamps.
8836         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
8837         (dvdnavsrc_change_state):
8838         Ensure we send a discont to engage the link before we send any
8839         other events.
8840         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
8841         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
8842         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
8843         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
8844         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
8845         dvd://title works in totem because typefinding sends a seek that ends
8846         up going back to chapter 1 regardless.
8847         * ext/mpeg2dec/gstmpeg2dec.c:
8848         * ext/mpeg2dec/gstmpeg2dec.h:
8849         Output correct timestamps and handle disconts.
8850         * ext/ogg/gstoggdemux.c: (get_relative):
8851         Small guard against a null dereference.
8852         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
8853         (gst_textoverlay_set_property):
8854         Free memory when done. Don't call gst_event_filler_get_duration on
8855         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
8856         g_warning.
8857         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
8858         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
8859         (gst_sw_srclink), (gst_smoothwave_chain):
8860         Draw solid lines, prettier colours.
8861         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
8862         Add a default palette that'll work for some movies.
8863         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
8864         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
8865         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
8866         * gst/mpegstream/gstdvddemux.h:
8867         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
8868         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
8869         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
8870         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
8871         * gst/mpegstream/gstmpegparse.h:
8872         Use PTM/NAV events when for timestamp adjustment when connected to 
8873         dvdnavsrc. Don't use many discont events where one suffices.
8874         * gst/playback/gstplaybasebin.c: (group_destroy),
8875         (gen_preroll_element), (gst_play_base_bin_add_element):
8876         * gst/playback/gstplaybasebin.h:
8877         Make sure we remove subtitles from the same bin we put them in.
8878         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
8879         (gst_subparse_buffer_format_autodetect),
8880         (gst_subparse_change_state):
8881         Fix some memleaks and invalid accesses.
8882         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
8883         (oggskel_type_find), (cmml_type_find), (plugin_init):
8884         Some typefind functions for Annodex v3.0 files
8885         * gst/wavparse/gstwavparse.h:
8886         GstRiffReadClass is the correct parent class.
8887
8888 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8889
8890         * gst-libs/gst/riff/riff-media.c:
8891         (gst_riff_create_video_caps_with_data):
8892           Add extradata to huffyuv (fixes #165013).
8893         * gst-libs/gst/riff/riff-read.c:
8894         (gst_riff_read_strf_vids_with_data):
8895           Fix extradata extraction if it is in the chunk size.
8896
8897 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
8898
8899         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8900
8901         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
8902         (gst_quarktv_change_state), (gst_quarktv_dispose):
8903           Memory free'ing location fix (#164708).
8904
8905 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8906
8907         * gst/playback/gstplaybasebin.c: (group_commit),
8908         (gen_preroll_element), (probe_triggered), (gen_source_element),
8909         (setup_source), (gst_play_base_bin_change_state),
8910         (gst_play_base_bin_add_element):
8911           Don't block for streams.
8912         * gst/playback/gststreaminfo.c: (stream_info_change_state),
8913         (gst_stream_info_set_mute):
8914           Use gst_pad_set_active_recursive.
8915
8916 2005-01-25  Andy Wingo  <wingo@pobox.com>
8917
8918         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
8919         for #ifndef HAVE_XVIDEO.
8920
8921 2005-01-24  Jeffrey C. Ollie
8922
8923         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
8924
8925         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
8926         * ext/gsm/gstgsmdec.h:
8927         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
8928         * ext/gsm/gstgsmenc.h:
8929         Fix rate to 8kHz as per spec, removes obscure errors when no rate
8930         was given by property. Add proper buffer timestamps and offsets.
8931
8932 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8933
8934         * gst-libs/gst/riff/riff-media.c:
8935         (gst_riff_create_audio_caps_with_data):
8936           Audio can be <8000Hz.
8937
8938 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8939
8940         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8941           Explicit state change to workaround refcount bugs.
8942
8943 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8944
8945         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
8946         (gst_avimux_riff_get_avi_header):
8947           Fix...
8948
8949 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8950
8951         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
8952         (gst_riff_read_element_data):
8953         * gst-libs/gst/riff/riff-read.h:
8954           Add _peek version (req'ed in CDXA).
8955         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
8956         (gst_cdxaparse_loop):
8957           Fix parsing in playbin.
8958         * gst/playback/gstdecodebin.c: (close_pad_link):
8959           Ignore current_ pads, they cause major annoyance.
8960
8961 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8962
8963         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8964           Safety guard.
8965
8966 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8967
8968         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
8969           Fix padding...
8970
8971 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8972
8973         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
8974           Allow for 0-sized buffers. Fixes length query problems in
8975           starwars.mkv from the testsuite.
8976
8977 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
8978
8979         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
8980         (gst_video_box_i420), (gst_video_box_chain):
8981           Fix row strides for I420 (fixes #163159)
8982           
8983 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8984
8985         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
8986           MPEG2 has a useful rate property, so we can actually use that.
8987           For MPEG-1, continue using the bytes/time properties.
8988
8989 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8990
8991         * gst-libs/gst/riff/riff-media.c:
8992         (gst_riff_create_video_caps_with_data),
8993         (gst_riff_create_video_template_caps):
8994           Add intel-h263.
8995
8996 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8997
8998         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
8999           Fail if caps negotiation fails. Should fix #162184, and should
9000           definately be in there regardless of it fixing the actual bug.
9001         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
9002         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
9003         (gst_avimux_riff_get_avix_header),
9004         (gst_avimux_riff_get_video_header),
9005         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
9006         (gst_avimux_start_file), (gst_avimux_handle_event),
9007         (gst_avimux_change_state):
9008         * gst/avi/gstavimux.h:
9009           Refactor structure writing to use GST_WRITE_UINT macros, add
9010           metadata writing support.
9011
9012 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9013
9014         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
9015           Elements may already be destroyed when this function is called.
9016
9017 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9018
9019         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
9020         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
9021           More memory leak fixes (#149162).
9022
9023 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9024
9025         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
9026         (gst_qtdemux_add_stream):
9027           Fix two memleaks.
9028
9029 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9030
9031         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
9032           Argh...
9033
9034 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9035
9036         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
9037           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
9038           when fixating to six channels in Totem.
9039
9040 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
9041
9042         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
9043           Fix compile warnings on Solaris 10 buildbot
9044
9045 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
9046
9047         * ext/dvdread/dvdreadsrc.c: (_read):
9048           Don't read beyond the last cell in a chapter (fixes 
9049           invalid memory access)
9050
9051 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
9052
9053         * ext/dvdread/stream_labels.c:
9054         (dvdreadsrc_get_audio_stream_labels):
9055           Use NULL for an empty GList instead of g_list_alloc(); fix 
9056           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
9057           of GString (easier to bulk free later)
9058
9059 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
9060
9061         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9062
9063         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9064         (gst_ffmpeg_pixfmt_to_caps):
9065           Fix BGRA32 caps (#164209).
9066
9067 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
9068
9069         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9070
9071         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9072         (gst_ffmpeg_caps_to_pixfmt):
9073           alpha_mask can be RGBA/ABGR. Fixes #164265.
9074
9075 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
9076
9077         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9078
9079         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
9080         (gst_mpeg2dec_alloc_buffer):
9081         * ext/mpeg2dec/gstmpeg2dec.h:
9082           Crop if decoding size is not the actual image size (#163676).
9083
9084 2005-01-17  Steve Baker  <steve@stevebaker.org>
9085
9086         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9087
9088         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
9089         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
9090           Add libsndfile typefind functions (#163309).
9091
9092 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9093
9094         * tools/gst-launch-ext-m.m:
9095           Add .aac, fix .m1v/.m2v (#163891).
9096
9097 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9098
9099         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
9100           Sanity check, don't wait endlessly since the clock might not
9101           actually run at this point (which is a deadlock). Fixes #164069.
9102
9103 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9104
9105         * gst/playback/gstplaybasebin.c: (probe_triggered):
9106           Of course, only pause if group is done...
9107
9108 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9109
9110         * gst/playback/gstplaybasebin.c: (probe_triggered):
9111           Thread safety.
9112
9113 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
9114
9115         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
9116           Don't return state change success when the parent
9117           failed.
9118
9119 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9120
9121         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
9122           Free events (fix memleak in #162905).
9123
9124 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
9125
9126         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9127
9128         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9129         (gst_ffmpeg_caps_to_pixfmt):
9130           Fix for depth = 15. Fixes #161675.
9131
9132 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9133
9134         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9135           Set FPS correctly, even for webcams and the like.
9136         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
9137           Don error on setting while capturing.
9138
9139 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9140
9141         * ext/dv/gstdvdec.c:
9142         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
9143         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
9144           I'm a bad boy. using /1001. to force C to do float division
9145           and not integer division (as it did in my last commit)
9146           Thanks to David I. Lehn for pointing this mistake.
9147
9148 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9149
9150         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
9151           Revert Johan??s 1.35->1.36 since it breaks compat.
9152
9153 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9154
9155         * ext/dv/gstdvdec.c:
9156         * ext/libfame/gstlibfame.c:
9157         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
9158         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
9159           replace framerate aproximations by their real value
9160           (24000/1001, 30000/1001, 60000/1001)
9161           Finish fixing bug #164049
9162
9163 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9164
9165         * ext/ogg/gstoggmux.c:
9166           eos/bos debugging
9167         * gst/tcp/gstmultifdsink.c:
9168         * gst/tcp/gstmultifdsink.h:
9169         * gst/tcp/gsttcp.c:
9170         * gst/tcp/gsttcp.h:
9171         * gst/tcp/gsttcpclientsink.c:
9172         * gst/tcp/gsttcpclientsrc.c:
9173         * gst/tcp/gsttcpserversink.c:
9174         * gst/tcp/gsttcpserversrc.c:
9175           improve reusability of elements after state changes and errors
9176           make multifdsink throw away streamheaders when receiving new ones
9177
9178 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9179
9180         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
9181           Fix for if items are already in list...
9182
9183 2005-01-12  Benjamin Otte  <otte@gnome.org>
9184
9185         * gst/adder/gstadder.c: (gst_adder_loop):
9186           fix adder a bit so it doesn't screw up with events as much anymore
9187
9188 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
9189
9190         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
9191         (pixbufscale_scale), (gst_pixbufscale_chain):
9192         * ext/gdk_pixbuf/pixbufscale.h:
9193           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
9194           to ensure rowstrides are calculated the same way as 
9195           ffmpegcolorspace
9196           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
9197           that we pick up duration and offset also.
9198
9199 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9200
9201         * gst/avi/gstavimux.c: (gst_avimux_class_init),
9202         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
9203           Reusability fixes.
9204
9205 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9206
9207         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
9208         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
9209         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
9210         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
9211           Update flags when requested.
9212
9213 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9214
9215         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
9216           Fix dmix.
9217
9218 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9219
9220         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9221         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
9222         (probe_triggered), (new_decoded_pad), (gen_source_element),
9223         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
9224         * gst/playback/gstplaybasebin.h:
9225         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9226         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
9227         (gst_play_bin_change_state):
9228           Implement group-switch signal for use in apps to clear metadata
9229           cache, clean up subtitle, add suburi property instead of # hack,
9230           some error-out fixes.
9231
9232 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9233
9234         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9235           Debug.
9236         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
9237           If we got a state change in the _get handler, don't return success.
9238
9239 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9240
9241         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
9242         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
9243           Make jpegdec quiet on MJPEG decoding
9244         * gst/asfdemux/README:
9245           Fix mimetypes for MJPEG and H263
9246
9247 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9248
9249         * ext/theora/theoradec.c: (theora_dec_chain):
9250           Fix broken code generation by gcc by swapping arguments.
9251         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9252           Fix \n in debug.
9253
9254 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9255
9256         * TODO:
9257           delete this file, it is by far outdated
9258         * ext/alsa/gstalsa.1: remove
9259         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
9260         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
9261         (gst_alsa_get_caps):
9262           Add HW probing for supported sample rates. Fixes #161704
9263
9264 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9265
9266         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9267           Don't crash, biatch! :).
9268
9269 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9270
9271         * ext/musepack/gstmusepackreader.cpp:
9272         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
9273           Some work on tags - still doesn't work in playbin...
9274         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9275           Handle events...
9276
9277 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9278
9279         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
9280           Also shove tags on kid pads.
9281
9282 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9283
9284         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
9285           Don't bail on unknown events.
9286         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9287           Don't crash on events before negotiation.
9288         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
9289           Send tags on pads, too.
9290         * gst/playback/gststreamselector.c:
9291         (gst_stream_selector_request_new_pad):
9292           Forward events on first pad if no input was selected yet.
9293
9294 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9295
9296         * gst/playback/gstplaybasebin.c: (setup_substreams):
9297           Don't disable streamtype if the stream doesn't exist, since
9298           then playing a video after audio will disable both and nothing
9299           will happen. Fixes the testsuite.
9300
9301 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9302
9303         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
9304         (gst_v4l_xoverlay_set_xwindow_id):
9305         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
9306         (gst_v4l2_xoverlay_set_xwindow_id):
9307           Add debug categories, fix overlay disabling.
9308
9309 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9310
9311         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
9312         * ext/alsa/gstalsa.h:
9313           Add HW probing for period_count/size and buffer_size MIX/MAX
9314           Adjust default/user defined value if out of bounds
9315           Should fix bug #162024
9316
9317 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9318
9319         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
9320           Fix warning (#161191).
9321
9322 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9323
9324         * ext/dvdread/stream_labels.c:
9325         (dvdreadsrc_get_audio_stream_labels):
9326           Fix warning (init the good variable in switch default)
9327
9328 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
9329
9330         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9331
9332         * gst/tta/gstttaparse.c: (gst_tta_src_event):
9333           Fix gcc-2.95 compile (#163485).
9334
9335 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9336
9337         * configure.ac:
9338         * ext/flac/gstflacenc.c: (gst_flacenc_init),
9339         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
9340         (gst_flacenc_tell_callback), (gst_flacenc_chain),
9341         (gst_flacenc_change_state):
9342         * ext/flac/gstflacenc.h:
9343           Update for API change in flac-1.1.1. Update requirement in
9344           configure.ac. Fixes #162974.
9345
9346 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9347
9348         * gst/playback/gstplaybasebin.c: (group_destroy):
9349           Remove hack to get rid of assert and get rid of unlinked
9350           signals properly.
9351
9352 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9353
9354         * gst/playback/gstplaybasebin.c: (setup_source):
9355           Set source to NULL so that resources are free'ed. Fixes issues
9356           with playback of CDDA and similar device-accessing things.
9357
9358 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9359
9360         * testsuite/embed/Makefile.am:
9361           test->noinst, fix make test in buildbot.
9362
9363 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9364
9365         * ext/dvdread/stream_labels.c: new file
9366         * ext/dvdread/stream_labels.h: new file
9367         * ext/dvdread/Makefile.am:
9368         * ext/dvdread/dvdreadsrc.c: (_seek_title):
9369           Extract audio stream label from DVD IFO files.
9370           It only dump them on the console for now, still have to
9371           make playbin aware of them.
9372
9373 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9374
9375         * gst/playback/gstplaybasebin.c: (setup_source):
9376           Fix hanging subs.
9377
9378 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9379
9380         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9381         (gen_preroll_element), (remove_groups), (setup_subtitle),
9382         (gen_source_element), (setup_source):
9383         * gst/playback/gstplaybasebin.h:
9384           Multiple .sub files is just a stupid idea... Fix some threading
9385           mistakes. Interestingly, external .sub files cause playbin to
9386           hang, I don't know why... Parsing fixes contributed by Fran??ois
9387           Kooman <fkooman@tuxed.net>.
9388
9389 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9390
9391         * testsuite/embed/Makefile.am:
9392           Fix buildbot.
9393
9394 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
9395
9396         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9397
9398         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
9399         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
9400         (gst_pngenc_set_property):
9401         * ext/libpng/gstpngenc.h:
9402           Add compression level property (#163323).
9403
9404 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9405
9406         * configure.ac:
9407         * examples/capsfilter/capsfilter1.c: (main):
9408         * examples/seeking/spider_seek.c: (make_spider_pipeline):
9409         * ext/dvdread/Makefile.am:
9410         * ext/dvdread/demo-play:
9411         * ext/dvdread/demo-play.c:
9412         * gconf/gstreamer.schemas.in:
9413         * gst-libs/gst/gconf/gconf.c:
9414         * sys/v4l/TODO:
9415         * testsuite/Makefile.am:
9416         * testsuite/embed/Makefile.am:
9417         * testsuite/embed/embed.c: (cb_expose), (main):
9418           Remove all references to xvideosink, fix examples (#140845).
9419         * gst/playback/gstplaybasebin.c: (group_destroy):
9420           Apparently, disposal does not unlink - so do explicitely.
9421         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9422           Add debug.
9423
9424 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
9425
9426         * README: fix PKG_CONFIG_PATH instructions, what was there
9427         previously was breaking default search path, not nice. 
9428         Fixes #163358
9429
9430 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9431
9432         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
9433         (gst_audioscale_chain):
9434           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
9435           when resampling - how the ^@$^!@^! is this possible?!?
9436
9437 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9438
9439         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
9440           Reset variables on READY.
9441         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
9442         (gst_matroska_mux_loop):
9443           Require data before writing header.
9444
9445 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
9446
9447         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9448
9449         * ext/mad/gstmad.c: (gst_mad_chain):
9450           Don't call mad_stream_sync() directly after recovering sync.
9451           Fixes #151661.
9452
9453 2005-01-09  Martin Eikermann  <meiker@upb.de>
9454
9455         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9456
9457         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
9458         (snapshot_handler), (gst_snapshot_sinkconnect),
9459         (gst_snapshot_chain):
9460           Allocate resources when required, fix recursive signal emission
9461           and fix caps. Fixes #161667.
9462
9463 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
9464
9465         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9466
9467         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
9468         (gst_pngdec_chain):
9469           Handle only 8-bppc (bits-per-pixel-component) images, better
9470           error handling and correct strides. Fixes #163177.
9471         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
9472         (gst_pngenc_chain):
9473           Better error handling. Fixes #163348.
9474
9475 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9476
9477         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
9478         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
9479         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
9480         (dvdnavsrc_uri_handler_init):
9481           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
9482         * gst/playback/gstplaybasebin.c: (gen_source_element):
9483           Add MMS to streaming URIs.
9484
9485 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9486
9487         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
9488         * sys/xvimage/xvimagesink.c:
9489         (gst_xvimagesink_navigation_send_event):
9490           Check for pad availability before sending event.
9491
9492 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9493
9494         * gst-plugins.spec.in:
9495           Add subparse.
9496
9497 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9498
9499         * configure.ac:
9500           Since we use functions from CVS, up requirement.
9501
9502 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9503
9504         * gst/playback/Makefile.am:
9505         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9506         (group_destroy), (group_commit), (group_is_muted),
9507         (gen_preroll_element), (add_stream), (unknown_type),
9508         (probe_triggered), (preroll_unlinked), (mute_stream),
9509         (silence_stream), (new_decoded_pad), (setup_substreams),
9510         (setup_source), (get_active_source), (mute_group_type),
9511         (muted_group_change_state), (set_active_source),
9512         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
9513         (play_base_eos), (gst_play_base_bin_change_state):
9514         * gst/playback/gstplaybasebin.h:
9515         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9516         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9517         (gst_stream_info_dispose), (stream_info_mute_pad),
9518         (stream_info_change_state), (gst_stream_info_set_mute):
9519         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
9520         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
9521         (gst_stream_selector_init), (gst_stream_selector_dispose),
9522         (gst_stream_selector_get_linked_pad),
9523         (gst_stream_selector_get_caps), (gst_stream_selector_link),
9524         (gst_stream_selector_get_linked_pads),
9525         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9526         * gst/playback/gststreamselector.h:
9527           Adding stream selection support plus required properties for
9528           applications to use this. Fully fixes #100931.
9529
9530 2005-01-08  Benjamin Otte  <otte@gnome.org>
9531
9532         * gst/games/gstpuzzle.c: (nav_event_handler):
9533           - handle nav events differently: forward every event no matter if it
9534             was handled or not.
9535           - translate events
9536           You can now cheat by using navigationtest ! puzzle and moving the
9537           mouse close to the edge of a tile. ;)
9538
9539 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9540
9541         * configure.ac:
9542         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
9543         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
9544         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
9545         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
9546         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
9547         (gst_ogm_parse_plugin_init):
9548         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
9549         (gst_textoverlay_link), (gst_textoverlay_getcaps),
9550         (gst_textoverlay_event), (gst_textoverlay_video_chain),
9551         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
9552         * ext/pango/gsttextoverlay.h:
9553         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9554         (gst_matroska_demux_handle_seek_event),
9555         (gst_matroska_demux_sync_streams),
9556         (gst_matroska_demux_parse_blockgroup),
9557         (gst_matroska_demux_subtitle_caps),
9558         (gst_matroska_demux_plugin_init):
9559         * gst/matroska/matroska-ids.h:
9560         * gst/playback/gstdecodebin.c: (close_pad_link):
9561         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9562         (gen_preroll_element), (remove_groups), (add_stream),
9563         (new_decoded_pad), (setup_subtitles), (gen_source_element),
9564         (setup_source):
9565         * gst/playback/gstplaybasebin.h:
9566         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
9567         * gst/subparse/Makefile.am:
9568         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
9569         (gst_subparse_base_init), (gst_subparse_class_init),
9570         (gst_subparse_init), (gst_subparse_formats),
9571         (gst_subparse_eventmask), (gst_subparse_event),
9572         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
9573         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
9574         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
9575         (parse_mpsub_deinit), (parse_mpsub_init),
9576         (gst_subparse_buffer_format_autodetect),
9577         (gst_subparse_format_autodetect), (gst_subparse_loop),
9578         (gst_subparse_change_state), (gst_subparse_type_find),
9579         (plugin_init):
9580         * gst/subparse/gstsubparse.h:
9581         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
9582         (plugin_init):
9583           Add subtitle support, .sub parser (supports SRT and MPsub),
9584           OGM text support, Matroska UTF-8 text support, deadlock fixes
9585           all over the place, subtitle awareness in decodebin/playbin
9586           and some fixes to textoverlay to handle subtitles in a stream
9587           correctly. Fixes #100931.
9588
9589 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9590
9591         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9592           Check for pad availability before doing a query on it.
9593
9594 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9595
9596         * ext/dv/gstdvdec.c:
9597           really fix bpp24/32 dvdec caps (classic rgba indeed)
9598         * gst/asfdemux/gstasfdemux.c:
9599         (gst_asf_demux_process_ext_content_desc):
9600           don't send text tags if they are empty (bis repetita)
9601
9602 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9603
9604         * ext/dv/gstdvdec.c:
9605          remove unneeded comment from dvdec
9606           (related to DV 4CC codes in AVI files)
9607           moved them in gstreamer/docs/random/mimetypes
9608         * gst/asfdemux/gstasfdemux.c:
9609         (gst_asf_demux_process_ext_content_desc):
9610          don't send text tags if they are empty
9611          fix mem leak on error path
9612         * gst/ffmpegcolorspace/avcodec.h:
9613         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9614         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9615         (gst_ffmpegcsp_avpicture_fill):
9616         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
9617         * gst/ffmpegcolorspace/imgconvert_template.h:
9618          adds BGR32 and BGRA32 to ffmpegcolorspace
9619           (still bad colors, fixing it on next commit)
9620           helps with dvdec outputing BGR32
9621
9622 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9623
9624         * ext/dv/gstdvdec.c:
9625          Fix audio caps i just broke (missing ',')
9626         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
9627         (gst_matroska_mux_reset):
9628          Fix typo + add FIXME about old "x-gst-metadata" crap
9629
9630 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9631
9632         * ext/dv/demo-play.c: (main):
9633          xvideosink -> xvimagesink
9634         * ext/dv/gstdvdec.c:
9635          change rgb 32/32 caps to 24/32 (no alpha)
9636          change nb of channels to be a list (2 or 4, not 2)
9637          change sample rate to be a list (32, 44.1, 48 kHz) not a range
9638         * gst/asfdemux/gstasfdemux.c:
9639         (gst_asf_demux_process_ext_content_desc):
9640          Add 'date/year' to extracted metadata list
9641
9642 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9643
9644         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
9645           The return value of fixate_to does not imply that the requested
9646           value was set, so don't assume.
9647
9648 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
9649
9650         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9651
9652         * ext/libpng/gstpngdec.c:
9653         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
9654         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
9655         * ext/libpng/gstpngenc.h:
9656           Alpha support (encoder; #163161), mime fixage.
9657
9658 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
9659
9660         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9661
9662         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
9663         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
9664         (gst_faac_set_property), (gst_faac_get_property):
9665         * ext/faac/gstfaac.h:
9666           Allow for ADTS output (#153434).
9667
9668 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9669
9670         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9671           Fix against template (#150576).
9672
9673 2005-01-06  Benjamin Otte  <otte@gnome.org>
9674
9675         * gst/games/gstpuzzle.c: (draw_puzzle):
9676           don't draw a puzzle if either width or height of tiles would be 0.
9677
9678 2005-01-06  Benjamin Otte  <otte@gnome.org>
9679
9680         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
9681         (gst_puzzle_class_init), (gst_puzzle_finalize):
9682           no memleaks, please
9683         (gst_puzzle_create), (gst_puzzle_init),
9684         (gst_puzzle_set_property), (gst_puzzle_setup):
9685           change initialization code around so we don't reshuffle on resize
9686         (draw_puzzle):
9687           fix another stupid typo
9688
9689 2005-01-06  Benjamin Otte  <otte@gnome.org>
9690
9691         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
9692           fix stupid typo that borked copying on YUY2
9693
9694 2005-01-06  Benjamin Otte  <otte@gnome.org>
9695
9696         * gst/games/gstpuzzle.c: (draw_puzzle):
9697           fix edges when image sizes aren't multiples of tile sizes
9698
9699 2005-01-06  Benjamin Otte  <otte@gnome.org>
9700
9701         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
9702           make RGB endianness work correctly
9703         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
9704           refactor and fix race with initial shuffling
9705         (nav_event_handler):
9706           allow using the mouse to puzzle
9707         (draw_puzzle):
9708           insist on tiles having width and height as multiples of 4 to get
9709           clean YUV image handling
9710         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9711         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
9712           s/DEBUG/LOG/ for common messages
9713         (gst_xvimagesink_navigation_send_event):
9714           fix mouse event translation to not include screen PAR
9715         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
9716           fix mouse event translation to actually work
9717
9718 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9719
9720         * gst/asfdemux/gstasfdemux.c:
9721         (gst_asf_demux_process_ext_content_desc):
9722          Extract TrackNumber metadata + clean up code
9723         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
9724          Hope this is the good fix (var used unitialised)
9725
9726 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9727
9728         * ext/faad/gstfaad.c: (gst_faad_chain):
9729           Only increment timestamp if it's valid. Fixes raw AAC streams.
9730
9731 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9732
9733         * configure.ac:
9734         * gst/games/Makefile.am:
9735         * gst/games/gstpuzzle.c:
9736           add a puzzle game with...
9737         * gst/games/gstvideoimage.c:
9738         * gst/games/gstvideoimage.h:
9739           ... full colorspace support (that includes YUV9 and RGB16)) stolen
9740           from videotestsrc and made into something that would be a nice
9741           library for a lot of other plugins.
9742
9743 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9744
9745         * configure.ac:
9746          don't compile faad plugin if a RC of 2.0 is found
9747          Fixes #155346 (and FC1 buildbot)
9748         * gst/asfdemux/gstasfdemux.c:
9749         (gst_asf_demux_process_ext_content_desc):
9750          try to make Solaris compiler happier
9751
9752 2005-01-06  Paul Jack  <pjack@sfaf.org>
9753
9754         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9755
9756         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
9757           Fix segfault (#161667).
9758
9759 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9760
9761         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9762           Fix framerate reporting.
9763
9764 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9765
9766         * gst-libs/gst/riff/riff-ids.h:
9767         * gst/wavenc/riff.h:
9768          Add AMR (VBR and CBR) ids to riff.h audio codec list
9769         * gst/asfdemux/gstasfdemux.c:
9770         (gst_asf_demux_process_ext_content_desc),
9771         (gst_asf_demux_process_object):
9772           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
9773
9774 2005-01-05  Martin Eikermann  <meiker@upb.de>
9775
9776         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9777
9778         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
9779         (gst_dvd_demux_handle_discont):
9780         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
9781         (gst_mpeg_demux_handle_discont):
9782           Recreate pads on new-media (#160730).
9783         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
9784           Send discont even if manager changes timestamps (#161929).
9785
9786 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
9787
9788         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9789
9790         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
9791           Fix invalid memory access (#159211).
9792
9793 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9794
9795         * examples/gstplay/player.c: (main):
9796           Don't iterate.
9797         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
9798           Add visualizations.
9799         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
9800         (gst_a52dec_handle_frame):
9801           Set duration.
9802         * ext/dvdnav/gst-dvd:
9803           Add audioconvert. Fixes #161325.
9804         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
9805           Explicitely case to gint64. Possible valgrind error.
9806         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
9807         (gst_play_tick_callback), (gst_play_change_state),
9808         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
9809         (gst_play_set_location), (gst_play_get_location),
9810         (gst_play_seek_to_time), (gst_play_set_data_src),
9811         (gst_play_set_video_sink), (gst_play_set_audio_sink),
9812         (gst_play_set_visualization), (gst_play_connect_visualization),
9813         (gst_play_get_framerate), (gst_play_get_all_by_interface),
9814         (gst_play_new):
9815           Use playbin. Fixes #139749 and #147744.
9816         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
9817           Add genre tag.
9818         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
9819         (audioscale_get_type), (gst_audioscale_base_init),
9820         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
9821         (gst_audioscale_getcaps), (gst_audioscale_fixate),
9822         (gst_audioscale_link), (gst_audioscale_get_buffer),
9823         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
9824         (gst_audioscale_init), (gst_audioscale_dispose),
9825         (gst_audioscale_chain), (gst_audioscale_set_property),
9826         (gst_audioscale_get_property), (plugin_init):
9827           Indent properly.
9828         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
9829           Fix LPCM.
9830         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
9831         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
9832         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
9833           Add more metadata (fixes #162656).
9834
9835 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9836
9837         * configure.ac:
9838           back to cvs
9839
9840 === release 0.8.7 ===
9841
9842 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9843
9844         * NEWS:
9845         * RELEASE:
9846         * configure.ac:
9847           releasing 0.8.7, "Hyperspace"
9848
9849 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9850
9851         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9852
9853         * gst/playback/gstplaybasebin.c:
9854          Fix for #162924 - free caps after use, not before
9855
9856 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
9857
9858         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
9859
9860         * gst/playback/gstplaybasebin.c:
9861         * gst/wavparse/gstwavparse.c:
9862           Fix for #154773 - fixes playback of small .wav files
9863
9864 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9865
9866         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
9867
9868         * gst/audioscale/gstaudioscale.c:
9869           Fix for #162819 - make audioscale reusable
9870           Fixes playback of more than one file with playbin/totem
9871
9872 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9873
9874         * gst/ffmpegcolorspace/avcodec.h:
9875         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9876         * gst/ffmpegcolorspace/imgconvert.c:
9877           clean up the mess that made me cry and avoid needless duplication
9878
9879 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9880
9881         * gst/ffmpegcolorspace/imgconvert.c:
9882           give some indication of why we're segfaulting
9883
9884 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9885
9886         * configure.ac:
9887           Fix indentation, fix v4l2 plugin detection.
9888         * ext/Makefile.am:
9889           Fix libmms location (Maciej, use diff -u!).
9890         * ext/alsa/gstalsa.c: (gst_alsa_init):
9891           Initialize caps cache to NULL.
9892         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
9893           Only change state on audiosink if it exists.
9894
9895 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
9896
9897         * gst/matroska/matroska-demux.c:
9898         * gst/matroska/matroska-ids.h:
9899         * gst/matroska/matroska-demux.h:
9900         Fix Vorbis streams failing to decode in some files, where cluster_time
9901         isn't 0, because then it doesn't send codec_priv before actual data.
9902         Remove time-based test and replace it with marker set on beginning of
9903         new stream
9904
9905 2004-12-28  David Schleef  <ds@schleef.org>
9906
9907         Merge patch from Ronald fixing problems with streaming
9908         text.
9909         * ext/cairo/gstcairo.c: (plugin_init):
9910         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
9911         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
9912         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
9913         (gst_textoverlay_font_init), (gst_textoverlay_init),
9914         (gst_textoverlay_set_property):
9915         * ext/cairo/gsttextoverlay.h:
9916
9917 2004-12-27  David Schleef  <ds@schleef.org>
9918
9919         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
9920         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
9921         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
9922         (gst_textoverlay_font_init), (gst_textoverlay_init),
9923         (gst_textoverlay_set_property): Improvements to actually
9924         render text as white on black outline on video, including
9925         font selection and horizontal/vertical alignment.  (Ronald's
9926         christmas present)
9927         * ext/cairo/gsttextoverlay.h:
9928
9929 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9930
9931         * ext/ogg/gstogg.c:
9932         * ext/ogg/gstogmparse.c:
9933           fix ogm[audio/video]parse plugin registration
9934           (riff won't load if bytestream is already loaded)
9935
9936 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9937
9938         * gst/audioconvert/gstchannelmix.c:
9939           fix for GLIB < 2.4
9940
9941 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9942
9943         * Makefile.am:
9944         * configure.ac:
9945           disable docs again until it actually passes make distcheck.
9946
9947 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9948
9949         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
9950         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
9951         (plugin_init):
9952           Add 3GP (variables name Q3GP because they can't start with a
9953           number). Add samr audio fourcc (used in .3gp files), decoder
9954           is work in progress. Also do a GST_WARNING instead of ERROR
9955           in case of unknown nodes, to decrease output.
9956
9957 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9958
9959         * Makefile.am:
9960           really fix dist
9961
9962 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9963
9964         * configure.ac:
9965         * ext/speex/gstspeexdec.h:
9966         * ext/speex/gstspeexenc.h:
9967           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
9968           Fix detection code in configure.ac
9969
9970 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9971
9972         * gst/matroska/matroska-demux.c:
9973         (gst_matroska_demux_parse_blockgroup):
9974           Save position, so that queries give proper return values. Don't
9975           know how this could ever have worked before...
9976
9977 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9978
9979         * configure.ac:
9980           Put additional LAME check inside the conditional.  Fixes #152339
9981
9982 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9983
9984         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9985         (gst_avi_demux_stream_scan):
9986           Add some more debug. Fix logic error when setting movi offset
9987           while reading index.
9988
9989 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9990
9991         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9992         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
9993         (gst_avi_demux_process_next_entry):
9994           Add some debugging. Better detection of broken indexes and the
9995           accompanying index recovery. No infinite loops on state changes
9996           when we're still in our loopfunction.
9997
9998 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9999
10000         * configure.ac:
10001           Fix up.
10002
10003 2004-12-22  Archana Shah  <archana.shah@wipro.com>
10004
10005         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10006
10007         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
10008           Normalizing the value before setting
10009         (gst_sunaudiomixer_get_volume):
10010           Normalizing the value after getting. Fixes bug# 161980
10011
10012 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10013
10014         * Makefile.am: Make sure docs gets disted
10015         * docs/Makefile.am: Make sure all needed files get disted
10016         * gst-plugins.spec.in: latest updates
10017
10018 2004-12-22  Wim Taymans  <wim@fluendo.com>
10019
10020         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
10021         Revert patch 1.38 as clock distribution over schedulers does
10022         not work correcly in the core yet.
10023
10024 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10025
10026         * sys/oss/README: remove this file, which predates my birth
10027           (and which content is by far outdated)
10028
10029 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
10030
10031         * Makefile.am:
10032         * configure.ac:
10033         * docs/Makefile.am:
10034         * docs/libs/Makefile.am:
10035         * docs/libs/gst-plugins-libs-docs.sgml:
10036         * docs/libs/gst-plugins-libs-sections.txt:
10037         * docs/libs/tmpl/gstgconf.sgml:
10038         * docs/upload.mak:
10039         * docs/version.entities.in:
10040           Added boilerplate gtk-doc files for plugin-libs documentation.
10041
10042 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10043
10044         * gst/auparse/gstauparse.c: fix int and float audio caps
10045
10046 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10047
10048         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
10049         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
10050           g_assert() can be a macro, don't use #ifdef inside it.
10051
10052 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
10053
10054         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10055
10056         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10057         (gst_videorate_init), (gst_videorate_chain),
10058         (gst_videorate_change_state):
10059           Event handling (fixes #159986).
10060
10061 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10062
10063         * gst-libs/gst/riff/riff-media.c:
10064         (gst_riff_create_video_caps_with_data):
10065           Add BLZ0 (Blizzard's version of DivX) fourcc.
10066
10067 2004-12-18  David Schleef  <ds@schleef.org>
10068
10069         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
10070         portability fix.
10071
10072 2004-12-18  David Schleef  <ds@schleef.org>
10073
10074         * gst/tta/ttadec.h: Disable some header code that isn't used
10075         and clearly isn't portable.
10076
10077 2004-12-18  David Schleef  <ds@schleef.org>
10078
10079         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
10080         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
10081         (avcodec_get_pix_fmt), (avpicture_layout),
10082         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
10083         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
10084         Fix code to not use GCC extensions (and c99 extensions that
10085         Forte does not like.)
10086
10087 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10088
10089         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10090
10091         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
10092         (gst_deinterlace_chain):
10093           Rowstride fixes. Fixes #161039.
10094         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
10095         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
10096         (gst_video_crop_getcaps), (gst_video_crop_link),
10097         (gst_video_crop_i420), (gst_video_crop_chain),
10098         (gst_video_crop_change_state):
10099           Rework of negotiation. Actually works now. Fixes #158650.
10100
10101 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10102
10103         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
10104           That was very stupid.
10105
10106 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10107
10108         * gst/matroska/matroska-demux.c:
10109         (gst_matroska_demux_parse_blockgroup):
10110           Fix possible crasher.
10111
10112 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10113
10114         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
10115         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
10116           Lace sizes can be zero.
10117
10118 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10119
10120         * ext/musepack/gstmusepackdec.cpp:
10121           Fetch error return values. Fixes #161624.
10122         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
10123           Really EOS.
10124
10125 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10126
10127         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
10128           Work for truncated (unfinished download etc.) files. Fixes #160514.
10129
10130 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10131
10132         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10133           Fix for integer overflow. Makes #156001 not crash. Probably masks
10134           the real bug.
10135
10136 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10137
10138         * gst/ac3parse/gstac3parse.c: (plugin_init):
10139           Parsers never have ranks. Fixes #159651.
10140
10141 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10142
10143         * gst/playback/gstdecodebin.c: (compare_ranks):
10144           make sure the facotries are ordered the same every time even if they
10145           have the same rank by using the name
10146         * gst/playback/gstdecodebin.c: (find_compatibles):
10147           make sure we don't add factories to the list twice
10148
10149 2004-12-16  David Schleef  <ds@schleef.org>
10150
10151         * configure.ac: look for musepack headers as musepack/*.h
10152         (fixes #159847)
10153         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
10154         * ext/musepack/gstmusepackreader.h: same
10155
10156 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10157
10158         * gst-libs/gst/riff/riff-read.c:
10159         (gst_riff_read_strf_auds_with_data):
10160           Read extradata correctly (fixes #155879).
10161
10162 2004-12-16  David Schleef  <ds@schleef.org>
10163
10164         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
10165         audio.  does _not_ attempt or allow conversion unless channels
10166         is 1 or 2.
10167
10168 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10169
10170         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
10171
10172 2004-12-16  David Schleef  <ds@schleef.org>
10173
10174         * gst/audioscale/gstaudioscale.c: the resample library only
10175         handles 1 or 2 channels.  Change caps to compensate.
10176
10177 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10178
10179         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
10180         (gst_matroska_demux_audio_caps):
10181           Some MPEG-AAC hacks, because else it doesn't work...
10182
10183 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10184
10185         * gst-libs/gst/riff/riff-media.c:
10186         (gst_riff_create_video_caps_with_data),
10187         (gst_riff_create_video_template_caps):
10188           Add h264.
10189
10190 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10191
10192         * gst-libs/gst/audio/Makefile.am:
10193           Try to fix buildbot.
10194
10195 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10196
10197         * gst/tcp/gstmultifdsink.c:
10198           Clean up and uniformize debugging.
10199
10200 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
10201
10202         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10203
10204         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
10205         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
10206         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
10207         (gst_mpeg_demux_change_state):
10208           Reset on ready. Fixes 160276.
10209
10210 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
10211
10212         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10213
10214         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10215         (gst_ffmpegcsp_pad_link):
10216           Fix memleak (#154815).
10217
10218 2004-12-16  James Bowes  <bowes@cs.dal.ca>
10219
10220         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10221
10222         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
10223         (gst_musicbrainz_init), (gst_musicbrainz_chain),
10224         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
10225         * ext/musicbrainz/gsttrm.h:
10226           Add support for using a proxy server when getting a trm id from
10227           the MusicBrainz database (#149613).
10228
10229 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
10230
10231         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10232
10233         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
10234         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10235           Fix memleaks (#157233).
10236
10237 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
10238
10239         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10240
10241         * gst-libs/gst/resample/resample.c: (gst_resample_close):
10242         * gst-libs/gst/resample/resample.h:
10243         * gst/audioscale/gstaudioscale.c:
10244           Fix memleak (#159215).
10245
10246 2004-12-16  Toni Willberg  <toniw@iki.fi>
10247
10248         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10249
10250         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
10251         * sys/oss/oss_probe.c: (main):
10252           Check for mono/stereo support (similar to samplerate probing),
10253           fixes #159433. Also add missing copyright header to oss_probe.c.
10254
10255 2004-12-15  David Schleef  <ds@schleef.org>
10256
10257         * configure.ac: add audioresample and cairo plugins.  Remove
10258         HAVE_MMX stuff, because it's not used.
10259         * ext/Makefile.am: same
10260         * ext/audioresample/Makefile.am: You are not ready for an
10261         audio resampling element based on audioresample.
10262         * ext/audioresample/gstaudioresample.c:
10263         * ext/audioresample/gstaudioresample.h:
10264         * ext/cairo/Makefile.am: You are not ready for overlay elements
10265         based on cairo.  Don't look too closely, these elements kinda
10266         suck right now.
10267         * ext/cairo/gstcairo.c: new
10268         * ext/cairo/gsttextoverlay.c: new
10269         * ext/cairo/gsttextoverlay.h: new
10270         * ext/cairo/gsttimeoverlay.c: new
10271         * ext/cairo/gsttimeoverlay.h: new
10272         * gst-libs/gst/media-info/media-info-priv.h: fix compile
10273         problem with compilers that don't support variadic macros.
10274
10275 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10276
10277         Reviewed by:  David Schleef  <ds@schleef.org>
10278
10279         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
10280         Bala, registering sunaudiosrc (oops!), and cleaning up code a
10281         bit.  Also ran indent-gst.
10282         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
10283         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
10284         (gst_sunaudiosrc_setparams):
10285
10286 2004-12-14  David Schleef  <ds@schleef.org>
10287
10288         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
10289         output rate to 16000.  Should fix #160235.
10290
10291 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10292
10293         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10294         Add typefinding for mpeg2 pes streams
10295
10296 2004-12-13  David Schleef  <ds@schleef.org>
10297
10298         * configure.ac:  Applied patch from bug #143659, making default
10299         sources and sinks OS-dependent (for Solaris), and added code
10300         for OS/X.
10301         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
10302
10303 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10304
10305         * gst-libs/gst/riff/riff-media.c:
10306           forgot to add h2.64 to avidemux template caps
10307
10308 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10309
10310         * gst/wavenc/riff.h:
10311         * gst-libs/gst/riff/riff-media.c:
10312         * gst-libs/gst/riff/riff-ids.h:
10313         * gst/avi/gstavimux.c
10314         add 4CC code for VideoSoft h264 in AVI (VSSH)
10315           fixes bug #160655
10316         remove s323 from riff, it's quicktime specific :(
10317
10318 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10319
10320         * gst/asfdemux/README
10321         * gst/wavenc/riff.h
10322         * gst-libs/gst/riff/riff-ids.h
10323         * gst-libs/gst/riff/riff-media.c
10324         * gst/qtdemux/qtdemux.c:
10325           add new 4CC codes for h263 related codecs
10326           fixes partially bug #155163
10327
10328 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
10329
10330         * configure.ac: Update polyaudio requirement to 0.7
10331         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
10332
10333 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10334
10335         * gst/interleave/deinterleave.c:
10336         fix my name's spelling! :)
10337
10338 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10339
10340         * AUTHORS ChangeLog
10341         * gst/auparse/gstauparse.c
10342         * gst/interleave/deinterleave.c
10343         * gst/law/:
10344                 alaw-decode.c alaw-encode.c
10345                 mulaw-decode.c mulaw-encode.c
10346         * gst/oneton/gstoneton.c
10347         * sys/osxaudio/:
10348                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
10349         * sys/osxvideo/:
10350                 cocoawindow.h cocoawindow.m
10351                 osxvideosink.h osxvideosink.m
10352
10353         put the same mail address for Zaheer Abbas Merali everywhere
10354
10355 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10356
10357         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
10358           Align by packetsize, and assert that we a packet available before
10359           playing. The first makes webstreams work (they often include
10360           trailing padding data in a packet), the second allows pausing a
10361           ASF stream in totem without getting demux errors afterwards.
10362
10363 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10364
10365         * ext/ogg/gstoggdemux.c: (get_relative):
10366           Check for non-NULL before accessing member (end-of-chain).
10367
10368 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10369
10370         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
10371         (cdparanoia_set_property), (cdparanoia_get_property):
10372         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
10373         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
10374         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10375         (dvdreadsrc_init), (dvdreadsrc_set_property),
10376         (dvdreadsrc_get_property):
10377         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
10378         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
10379           Synchronize property names where not yet the case. Devices are
10380           now device=X, other versions are deprecated (but still exist).
10381           Also use g_free() unconditionally.
10382         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10383         (setup_source), (gst_play_base_bin_get_property):
10384           Expose source.
10385
10386 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10387
10388         * configure.ac: move GCONF macro outside conditional for the am
10389           conditional. Fixes #160439
10390
10391 2004-12-08  David Schleef  <ds@schleef.org>
10392
10393         * tools/gst-visualise-m.m: Switch to elements that currently
10394         exist.
10395
10396 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10397
10398         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10399           We love wrong commas.
10400
10401 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10402
10403         * gst/matroska/matroska-demux.c:
10404         (gst_matroska_demux_handle_src_query):
10405           Don't set DEFAULT, unsupported - makes length display incorrectly
10406           in some cases.
10407
10408 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10409
10410         * gst/monoscope/README: remove blurb about files being GPL
10411         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
10412         * gst/monoscope/monoscope.c: Change license to BSD with explanation
10413           monoscope is now effectively LGPL licensed
10414
10415 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10416
10417         * gst/monoscope/README: Update information to be more correct
10418         * gst/monoscope/convolve.c: Relicense to LGPL
10419         * gst/monoscope/convolve.h: Relicense to LGPL
10420
10421 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
10422
10423         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
10424           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
10425         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
10426           set default_duration for mpeg1 audio
10427
10428 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10429
10430         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
10431         * ext/alsa/gstalsa.h:
10432           refactor big chunks of the core caps negotiation code to make it
10433           a lot faster, because people claim it's really slow
10434           (actually, just cache the getcaps when the device is opened)
10435
10436 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10437
10438         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
10439         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
10440         (gst_a52dec_handle_frame), (gst_a52dec_chain),
10441         (gst_a52dec_change_state), (plugin_init):
10442         * ext/a52dec/gsta52dec.h:
10443           Do something useful with timestamps. Make chain-based (since
10444           there's really no reason to be loopbased).
10445         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10446           Update current_byte/frame correctly.
10447
10448 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10449
10450         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
10451         (gst_ape_demux_stream_init):
10452           Forward tags, too.
10453
10454 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10455
10456         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
10457           Let's make sure we're done typefinding when detecting tags.
10458
10459 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10460
10461         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
10462         (gst_ebml_read_init), (gst_ebml_read_use_event),
10463         (gst_ebml_read_element_id), (gst_ebml_peek_id),
10464         (gst_ebml_read_seek), (gst_ebml_read_skip),
10465         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
10466         (gst_ebml_read_master):
10467         * gst/matroska/ebml-read.h:
10468         * gst/matroska/matroska-demux.c:
10469         (gst_matroska_demux_parse_contents),
10470         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
10471           Disgustingly evil hack for working around INTERRUPT events and
10472           their extremely annoying habit of being a pain in the ass. We
10473           simply peek a cluster before reading any of it.
10474
10475 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10476
10477         * ext/musepack/gstmusepackdec.cpp:
10478           There's also floating point libmusepacks.
10479
10480 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10481
10482         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
10483         (gst_faad_chanpos_to_gst), (gst_faad_chain):
10484           Set DURATION even if source buffer didn't. Also use increasing
10485           timestamps.
10486         * gst-libs/gst/riff/riff-media.c:
10487         (gst_riff_create_audio_caps_with_data):
10488           Block_align can have larger values than 8192.
10489
10490 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10491
10492         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
10493         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
10494         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
10495         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
10496           Fix caps.
10497
10498 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10499
10500         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
10501           Fix logic bug.
10502
10503 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10504
10505         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
10506           Yay, another one.
10507
10508 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10509
10510         * ext/esd/esdsink.c: (gst_esdsink_chain):
10511           Make error actually say something useful (fixes #156798).
10512         * gst-libs/gst/riff/riff-media.c:
10513         (gst_riff_create_video_caps_with_data),
10514         (gst_riff_create_video_template_caps):
10515           Add Intel Video 5.0 fourcc (IV50).
10516
10517 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
10518
10519         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
10520         detection on mono and stereo mp3 files.
10521
10522 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10523
10524         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10525           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
10526           the contained stream).
10527
10528 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10529
10530         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
10531           Oops, remove debug.
10532
10533 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10534
10535         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10536
10537         * gst/law/alaw-decode.c: (alawdec_getcaps):
10538         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
10539           Prevent warnings when negotiating caps (fixes #159338).
10540
10541 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10542
10543         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10544         (gst_ffmpegcsp_chain):
10545           Remove old leftover that shouldn't be there...
10546
10547 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10548
10549         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10550
10551         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
10552           Don't forward DISCONT events (fixes #159684).
10553
10554 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10555
10556         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
10557           Unlink manually since sometimes bin disposal (and therefore
10558           pad unlinking) is delayed, which will cause a new media file
10559           to not be able to start playing instantly.
10560
10561 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10562
10563         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
10564           On mute of an unlinked stream, check for pad availability so
10565           we don't crash on unlinked pad.
10566
10567 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10568
10569         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10570         (gst_avi_demux_massage_index):
10571           Fix quite humiliating bug in omitting 0-sized index chunks but
10572           forgetting to count them for timestamps.
10573
10574 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10575
10576         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
10577           Actually leave the loop if we failed to sync. Don't crash.
10578
10579 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10580
10581         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
10582         (gst_dvd_demux_process_private):
10583         * gst/mpegstream/gstdvddemux.h:
10584           Fix crash (#159759). Doesn't work, though. :-(.
10585
10586 2004-11-28  Benjamin Otte  <otte@gnome.org>
10587
10588         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
10589           more overwriting protection due to modifying channels one by one
10590           instead of all at once
10591
10592 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10593
10594         * gst/audioconvert/gstchannelmix.c:
10595         (gst_audio_convert_fill_normalize):
10596           Normalize using absolute values.
10597
10598 2004-11-28  Julien MOUTTE  <julien@moutte.net>
10599
10600         * configure.ac:
10601         * ext/Makefile.am:
10602         * ext/directfb/Makefile.am:
10603         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
10604         (gst_directfbvideosink_get_pixel_format),
10605         (gst_directfbvideosink_get_format_from_fourcc),
10606         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
10607         (gst_directfbvideosink_sink_link),
10608         (gst_directfbvideosink_change_state),
10609         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
10610         (gst_directfbvideosink_buffer_alloc),
10611         (gst_directfbvideosink_interface_supported),
10612         (gst_directfbvideosink_interface_init),
10613         (gst_directfbvideosink_navigation_send_event),
10614         (gst_directfbvideosink_navigation_init),
10615         (gst_directfbvideosink_set_property),
10616         (gst_directfbvideosink_get_property),
10617         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
10618         (gst_directfbvideosink_base_init),
10619         (gst_directfbvideosink_class_init),
10620         (gst_directfbvideosink_get_type), (plugin_init):
10621         * ext/directfb/directfbvideosink.h: Adding a first version of
10622         directfbvideosink.
10623         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
10624         more.
10625
10626 2004-11-28  Benjamin Otte  <otte@gnome.org>
10627
10628         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
10629           walk the samples backwards if out_channels > in_channels so we don't
10630           overwrite data
10631
10632 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10633
10634         * gst/audioconvert/Makefile.am:
10635         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
10636         (gst_audio_convert_link), (gst_audio_convert_change_state),
10637         (gst_audio_convert_channels):
10638         * gst/audioconvert/gstchannelmix.c:
10639         (gst_audio_convert_unset_matrix),
10640         (gst_audio_convert_fill_identical),
10641         (gst_audio_convert_fill_compatible),
10642         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
10643         (gst_audio_convert_fill_others),
10644         (gst_audio_convert_fill_normalize),
10645         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
10646         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
10647         * gst/audioconvert/gstchannelmix.h:
10648           Implement a channel mixer.
10649
10650 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
10651
10652         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
10653         * ext/alsa/gstalsa.h:
10654         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
10655         Make alsasink actually honor gst_element_set_clock and use that
10656         clock instead of its internal one.
10657
10658 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
10659
10660         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
10661         (gst_play_base_bin_change_state): nullify source and decoder when
10662         going from READY to NULL so that we don't try to do weird stuff with
10663         them when going from NULL to READY
10664         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
10665         instead of g_object_unref
10666         (gen_video_element), (gen_audio_element): more refcounting fixes, now
10667         it should be correct
10668         (gst_play_bin_change_state): don't call remove_sinks if we are
10669         currently disposing the object
10670
10671 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10672
10673         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
10674           Don't forget bass if it's there. Else left channel is silent...
10675
10676 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10677
10678         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
10679         (gst_a52dec_change_state):
10680           Don't do sample adjusting anymore, we use float audio now.
10681         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
10682           Don't fixate to non-existing properties.
10683
10684 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10685
10686         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
10687         (gst_a52dec_change_state):
10688           Advertise that we can do surround sound.
10689
10690 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10691
10692         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
10693           Add buffer-frames=0.
10694         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
10695         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
10696         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
10697         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
10698         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
10699         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
10700         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
10701         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
10702         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
10703         * ext/dvdread/dvdreadsrc.h:
10704           Add seeking, querying for bytes, sectors, title, angle and
10705           chapter. Handle multiple chapters. Relicense to LGPL because
10706           Billy agreed on that (thanks Billy!).
10707
10708 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
10709
10710         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
10711         call parent dispose method
10712
10713 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
10714
10715         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
10716         (gst_audio_clock_get_internal_time):
10717         Fix active <-> inactive transitions: ensure time value always
10718         grows and avoid abrupt value changes.
10719
10720 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
10721
10722         * configure.ac:
10723         * gst/tta/Makefile.am:
10724         * gst/tta/crc32.h:
10725         * gst/tta/filters.h:
10726         * gst/tta/gsttta.c:
10727         * gst/tta/gstttadec.c:
10728         * gst/tta/gstttadec.h:
10729         * gst/tta/gstttaparse.c:
10730         * gst/tta/gstttaparse.h:
10731         * gst/tta/ttadec.h:
10732           added TTA parser and decoder
10733
10734 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10735
10736         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10737         (probe_triggered), (check_queue), (buffer_underrun),
10738         (buffer_running), (buffer_overrun), (gen_source_element),
10739         (setup_source):
10740         * gst/playback/gstplaybasebin.h:
10741           Implement buffering. Needs some more work.
10742
10743 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10744
10745         * ext/theora/theoradec.c: (theora_dec_chain):
10746           Fix ilog mask range overflow.
10747
10748 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10749
10750         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
10751           Don't omit the last (which in case of dmix is the only :) )
10752           channel count. Don't set channels if <= 2.
10753
10754 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
10755
10756         * gst/playback/gstplaybin.c: (gen_video_element),
10757         (gen_audio_element): Removed 2 obsolete comments
10758
10759 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10760
10761         * ext/vorbis/oggvorbisenc.c
10762         * ext/vorbis/vorbisenc.c :
10763           change description fields of those plugins to differentiate them
10764           (pitivi show Encoders by description, they had the same one)
10765
10766 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
10767
10768         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10769
10770         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
10771         (gst_play_bin_set_property), (gen_video_element),
10772         (gen_audio_element):
10773           Refcounting fixes for provided audio-/videosinks.
10774
10775 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10776
10777         * gst/playback/gstplaybin.c: (gen_video_element),
10778         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
10779           Don't reference all sinks, but only the video- and audiosinks.
10780           The vis. element should be disposed when we're done with it.
10781           We don't have any reason to keep it around. This fixes warnings
10782           when reusing playbin for playing multiple audio files with
10783           vis. enabled. Also release audio device on pause - idea stolen
10784           from Rhythmbox.
10785
10786 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10787
10788         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
10789         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
10790         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
10791         * ext/alsa/gstalsaplugin.c: (plugin_init):
10792         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
10793         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
10794         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
10795         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
10796         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
10797         (gst_faad_change_state), (plugin_init):
10798         * ext/faad/gstfaad.h:
10799         * ext/vorbis/vorbis.c: (plugin_init):
10800         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10801         * gst-libs/gst/audio/Makefile.am:
10802         * gst-libs/gst/audio/audio.c: (plugin_init):
10803         * gst-libs/gst/audio/multichannel.c:
10804         (gst_audio_check_channel_positions),
10805         (gst_audio_get_channel_positions),
10806         (gst_audio_set_channel_positions),
10807         (gst_audio_set_structure_channel_positions_list),
10808         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
10809         (gst_audio_fixate_channel_positions):
10810         * gst-libs/gst/audio/multichannel.h:
10811         * gst-libs/gst/audio/testchannels.c: (main):
10812         * gst/audioconvert/gstaudioconvert.c:
10813         (gst_audio_convert_class_init), (gst_audio_convert_init),
10814         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
10815         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
10816         (gst_audio_convert_fixate), (gst_audio_convert_channels):
10817         * gst/audioconvert/plugin.c: (plugin_init):
10818           Surround sound support.
10819
10820 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10821
10822         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
10823           Fix position for discont if we're close as well. Nitpicking, but
10824           saves a few milliseconds of extra waiting or skipping.
10825
10826 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10827
10828         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
10829           We sometimes need parsers for playback, so add those too.
10830
10831 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10832
10833         * configure.ac:
10834         * gst/apetag/Makefile.am:
10835         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
10836         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
10837         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
10838         (gst_ape_demux_get_src_query_types),
10839         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
10840         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
10841         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
10842         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
10843         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
10844         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
10845         (gst_ape_demux_change_state):
10846         * gst/apetag/apedemux.h:
10847         * gst/apetag/apetag.c: (plugin_init):
10848         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
10849         (plugin_init):
10850           APE v1/2 tag reader plus typefind function.
10851
10852 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10853
10854         * configure.ac:
10855         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
10856         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
10857           Remove hacks for older core. Require newer core version
10858           accordingly.
10859
10860 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10861
10862         * gst/cdxaparse/Makefile.am:
10863         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
10864         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
10865         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
10866         * gst/cdxaparse/gstcdxaparse.h:
10867         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
10868         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
10869         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
10870         (gst_cdxastrip_get_src_query_types),
10871         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
10872         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
10873         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
10874         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
10875         * gst/cdxaparse/gstcdxastrip.h:
10876           SVCD/VCD header stripping separated from CDXA image parsing.
10877         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10878         (plugin_init):
10879           Add VCD/SVCD header typefinding for VCD/SVCD.
10880         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
10881         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
10882         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
10883         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
10884         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
10885         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
10886         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
10887         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
10888         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
10889         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
10890         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
10891         * sys/vcd/vcdsrc.h:
10892           Fix up, add seeking, querying, URI interface. Works in totem now.
10893
10894 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10895
10896         * configure.ac:
10897           back to CVS
10898
10899 === release 0.8.6 ===
10900
10901 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10902
10903         * NEWS:
10904         * RELEASE:
10905         * configure.ac:
10906         * po/af.po:
10907         * po/az.po:
10908         * po/cs.po:
10909         * po/en_GB.po:
10910         * po/hu.po:
10911         * po/it.po:
10912         * po/nb.po:
10913         * po/nl.po:
10914         * po/or.po:
10915         * po/sq.po:
10916         * po/sr.po:
10917         * po/sv.po:
10918         * po/uk.po:
10919           releasing 0.8.6, "IOU Love"
10920
10921 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10922
10923         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
10924
10925         * gst/playback/gstplaybasebin.c:
10926           Fix unplayable files error handling.  Fixes #158365
10927
10928 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10929
10930         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
10931
10932         * gst/typefind/gsttypefindfunctions.c:
10933           Fix broken mp3 typefinding.  Fixes #158375
10934
10935 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10936
10937         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
10938
10939         * ext/ogg/gstoggdemux.c:
10940           Fix sync on broken files.  Fixes #158976
10941
10942 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10943
10944         patch by: Edward Hervey <bilboed@bilboed.com>
10945
10946         * ext/libpng/gstpngenc.c:
10947           Copy over buffer properties.  Fixes #158832
10948
10949 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10950
10951         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
10952
10953         * ext/dvdread/dvdreadsrc.c:
10954           Fixes invalid reads (#158462)
10955
10956 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10957
10958         * sys/v4l/gstv4lsrc.c:
10959         * sys/v4l/gstv4lsrc.h:
10960         * sys/v4l/v4lsrc_calls.c:
10961           Probe less and cache it.  Fixes #159187.
10962
10963 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10964
10965         * gst/videorate/gstvideorate.c:
10966           Handle all video formats. Fixes #159186.
10967
10968 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
10969         * gst/synaesthesia/gstsynaesthesia.c:
10970         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
10971         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
10972         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
10973         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
10974         (gst_synaesthesia_change_state), (plugin_init):
10975         Fix up synaesthesia to work under different samplerates/ buffer sizes.
10976         Force 320x200 output, as that's the only thing the underlying
10977         synaesthesia implementation supports. Still needs to be made
10978         re-entrant.
10979
10980 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10981
10982         * configure.ac:
10983           Fix mpeg2enc configure check (similar to mplex check below).
10984
10985 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
10986
10987         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10988
10989         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10990           Fix for gcc-2.95 (fixes #158221).
10991
10992 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10993
10994         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
10995           Re-add clock distribution hack (until new core is released).
10996           Fixes #158125.
10997
10998 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
10999         * configure.ac:
11000           fix mplex configure check segfaulting on some systems (bug #140994)
11001
11002 2004-11-13  Benjamin Otte  <otte@gnome.org>
11003
11004         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
11005           add debugging
11006         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11007           do a wait when we enter the loop func with no data available to
11008           write instead of getting into an 100% CPU loop by just returning and
11009           being called again by the scheduler
11010
11011 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
11012
11013         * configure.ac:
11014         * ext/libvisual/visual.c: (gst_visual_get_type),
11015         (libvisual_log_handler), (gst_visual_getcaps),
11016         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
11017         (plugin_init):
11018           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
11019         * ext/smoothwave/Makefile.am:
11020         * ext/smoothwave/demo-osssrc.c: (main):
11021         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
11022         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
11023         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
11024         (plugin_init):
11025         * ext/smoothwave/gstsmoothwave.h:
11026           Make gstsmoothwave a working element in the 20th century.
11027
11028         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
11029           Fix incorrect link function
11030
11031 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11032
11033         * gst/volume/gstvolume.c:
11034           Allow buffer-frames=0.
11035
11036 2004-11-12 Iain <iaingnome@gmail.com>
11037
11038         * configure.ac: Check for polypaudio
11039
11040         * ext/Makefile.am: Build the polyp dir
11041
11042         * ext/polyp: The polypsink sources.
11043
11044 2004-10-30 Iain <iaingnome@gmail.com>
11045
11046         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
11047         caps to reflect the new number of channels.
11048
11049 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11050
11051         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11052           Fix for negotiation order problem. This would show when the
11053           ALSA loopfuction was called before any other function. ALSA
11054           wouldn't do anything because we're not negotiated yet, leading
11055           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
11056
11057 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11058
11059         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11060
11061         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11062           No warnings (#157986).
11063
11064 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11065
11066         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11067           Prefer apev1/2 and id3v1 (at end of file) over musepack.
11068
11069 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11070
11071         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
11072           Signal no-more-pads (so it works in playbin).
11073
11074 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11075
11076         * ext/musepack/gstmusepackreader.cpp:
11077           Workaround for older core.
11078
11079 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11080
11081         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
11082           Actually test for odd width/height rather than testing whether
11083           a temporary variable that was 0 before we subtracted 1 is now
11084           not equal to zero (which it always is).
11085
11086 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11087
11088         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
11089         Fix compilation if HAVE_XVIDEO is not defined
11090
11091 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11092
11093         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
11094         Fix compilation if HAVE_XVIDEO is not defined
11095
11096 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
11097
11098         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11099         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
11100         (gst_goom_change_state), (plugin_init):
11101         Use the bytestream adapter so goom doesn't depend on the input
11102         buffer size.
11103         Add a debug category
11104
11105 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11106
11107         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
11108           Only set hardware parameters *after* negotiation. Before
11109           negotiation, it will set ANY and that seems to cause crashes
11110           (see e.g. #151288, #153227).
11111
11112 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11113
11114         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
11115           This seems to be antique leftover. It needs to pass error
11116           checking.
11117         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
11118         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
11119         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
11120         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
11121           Fix GstXOverlay implementation (#151059).
11122
11123 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11124
11125         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11126           Don't assert (#157853).
11127
11128 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11129
11130         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
11131           Fix bytes/samples confustion.
11132         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
11133           Fix for underrun (#144389).
11134
11135 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11136
11137         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
11138           Disable halfway-seek for pending release (since it needs a new
11139           core release).
11140
11141 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11142
11143         * sys/v4l/gstv4lsrc.c:
11144         * sys/v4l/gstv4lsrc.h:
11145         * sys/v4l/v4lsrc_calls.c:
11146           add autoprobe-fps property so we can separate autoprobing parts
11147
11148 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11149
11150         * sys/v4l/gstv4lsrc.c:
11151         * sys/v4l/v4lsrc_calls.c:
11152         initialise fourcc to catch unset fourcc's, and debug
11153
11154 2004-11-09  Wim Taymans  <wim@fluendo.com>
11155
11156         * gst/playback/README:
11157         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
11158         * gst/playback/gstplaybin.c: (gst_play_bin_init),
11159         (gst_play_bin_dispose), (gst_play_bin_set_property),
11160         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
11161         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
11162         (gst_play_bin_get_formats), (gst_play_bin_convert),
11163         (gst_play_bin_get_query_types), (gst_play_bin_query):
11164         Cleanups and some more documentation.
11165
11166 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
11167
11168         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
11169         (gst_cacasink_init), (gst_cacasink_chain):
11170         * ext/libcaca/gstcacasink.h:
11171         Cacasink inherits from VideoSink, so let that store the clock.
11172
11173 2004-11-09  Wim Taymans  <wim@fluendo.com>
11174
11175         * gst/playback/README:
11176         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
11177         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
11178         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
11179         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
11180         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
11181         (setup_sinks):
11182         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
11183         (gst_stream_info_is_mute), (gst_stream_info_set_property):
11184         * gst/playback/gststreaminfo.h:
11185         Updated README.
11186         Only switch groups if all streams have muted (EOSed).
11187         Send Tags in sync with the stream playback instead of in
11188         the playback/preroll phase.
11189         Some cleanups, free the fakesrc elements.
11190
11191 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11192
11193         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
11194           buffer-frames property was missing
11195         * ext/arts/gst_arts.c:
11196           rate missing from sinkcaps
11197         * ext/audiofile/gstafparse.c:
11198         * ext/audiofile/gstafsink.c:
11199         * ext/audiofile/gstafsrc.c:
11200         * ext/swfdec/gstswfdec.c:
11201           int audio doesn't know buffer-frames
11202         * ext/cdparanoia/gstcdparanoia.c:
11203           int audio doesn't know chunksize either
11204         * ext/nas/nassink.c:
11205           it's endianness, not endianess
11206         * gst-libs/gst/audio/audio.h:
11207           make float standard pad template caps really describe float
11208         * gst/law/mulaw.c: (linear_factory):
11209           signed only, please
11210         * gst/mpegstream/gstdvddemux.c:
11211           widths of 20 are not valid
11212
11213 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11214
11215         Submitted by: Luca Ferretti <elle.uca@infinito.it>
11216
11217         * po/LINGUAS:
11218         * po/it.po:
11219           Add Italian
11220
11221 2004-11-08  Wim Taymans  <wim@fluendo.com>
11222
11223         * gst/playback/README:
11224         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
11225         * gst/playback/gstplaybasebin.c: (probe_triggered),
11226         (gst_play_base_bin_change_state):
11227         Updated README, added more comments for fixmes etc..
11228
11229 2004-11-08  Wim Taymans  <wim@fluendo.com>
11230
11231         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11232         We can remove this hack now.
11233
11234 2004-11-08  Wim Taymans  <wim@fluendo.com>
11235
11236         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
11237         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
11238         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
11239         Only mix AYUV for maximum quality.
11240
11241 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11242
11243         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
11244         (gst_ogg_demux_push), (gst_ogg_pad_push):
11245           Let's act as if we're synchronized now! :).
11246         * ext/theora/theoradec.c: (theora_dec_chain):
11247           Add some debug.
11248
11249 2004-11-08  Wim Taymans  <wim@fluendo.com>
11250
11251         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
11252         (gst_alpha_set_property), (gst_alpha_sink_link),
11253         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
11254         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
11255         (gst_alpha_init_params), (gst_alpha_chain):
11256         Implement alpha functions for AYUV too, this increases
11257         accuracy quite a bit.
11258
11259 2004-11-08  Wim Taymans  <wim@fluendo.com>
11260
11261         * gst/ffmpegcolorspace/avcodec.h:
11262         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11263         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11264         (gst_ffmpegcsp_avpicture_fill):
11265         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11266         (gst_ffmpegcsp_caps_remove_format_info):
11267         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
11268         (shrink12), (img_get_alpha_info), (deinterlace_line),
11269         (deinterlace_line_inplace):
11270         * gst/ffmpegcolorspace/imgconvert_template.h:
11271         Added AYUV colorspace and handle RGBA a bit more respectful.
11272
11273 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11274
11275         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11276           Actually always send a discont (cornercase when resending the
11277           same serial-tagged chain twice).
11278
11279 2004-11-08  Julien MOUTTE  <julien@moutte.net>
11280
11281         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
11282         (gst_ximagesink_finalize):
11283         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
11284         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
11285
11286 2004-11-08  Wim Taymans  <wim@fluendo.com>
11287
11288         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
11289         Don't segfault on NULL data.
11290
11291 2004-11-08  Wim Taymans  <wim@fluendo.com>
11292
11293         * gst/playback/gstdecodebin.c: (unlinked):
11294         * gst/playback/gstplay-marshal.list:
11295         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11296         (gst_play_base_bin_init), (group_create), (get_active_group),
11297         (get_building_group), (group_destroy), (group_commit),
11298         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
11299         (add_element_stream), (no_more_pads), (probe_triggered),
11300         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
11301         (state_change), (setup_source), (gst_play_base_bin_get_property),
11302         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
11303         (gst_play_base_bin_link_stream),
11304         (gst_play_base_bin_get_streaminfo):
11305         * gst/playback/gstplaybasebin.h:
11306         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11307         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
11308         Add support for chained ogg files. Prepare for playlist
11309         support. This patch introduces the concept of pad groups, which
11310         together compose one playable media file.
11311
11312 2004-11-07  David Schleef  <ds@schleef.org>
11313
11314         * testsuite/gst-lint: Check for pad templates that aren't statically
11315         scoped.
11316
11317 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11318
11319         * configure.ac:
11320         * ext/Makefile.am:
11321         * ext/musepack/Makefile.am:
11322         * ext/musepack/gstmusepackdec.cpp:
11323         * ext/musepack/gstmusepackdec.h:
11324         * ext/musepack/gstmusepackreader.cpp:
11325         * ext/musepack/gstmusepackreader.h:
11326           Add musepack decoder.
11327         * ext/faad/gstfaad.c: (gst_faad_base_init):
11328           Make pad templates static.
11329         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
11330         (plugin_init):
11331           Add musepack typefinder, make mp3 typefinding work halfway stream,
11332           which doesn't actually work yet because id3demux doesn't implement
11333           _get_length().
11334
11335 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11336
11337         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11338         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
11339           Fix interrupt event handling (#144436).
11340
11341 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11342
11343         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
11344           Hide unused glory.
11345
11346 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11347
11348         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11349
11350         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11351           Fix weird caps (#157548).
11352
11353 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11354
11355         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11356
11357         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
11358           Add missing NULL terminator (#157543).
11359
11360 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11361
11362         * gst/tcp/gsttcp.h:
11363         * gst/tcp/gsttcpclientsink.c:
11364         * gst/tcp/gsttcpclientsrc.c:
11365         * gst/tcp/gsttcpserversink.c:
11366         * gst/tcp/gsttcpserversrc.c:
11367           ports can go up to 65535.  Move common defines to gsttcp.h
11368
11369 2004-11-05  Wim Taymans  <wim@fluendo.com>
11370
11371         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
11372         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
11373         Added two more colorspaces.
11374
11375 2004-11-05  Wim Taymans  <wim@fluendo.com>
11376
11377         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11378         (gst_ffmpegcsp_avpicture_fill):
11379         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
11380         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
11381         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
11382         More stride fixes.
11383
11384 2004-11-05  Wim Taymans  <wim@fluendo.com>
11385
11386         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
11387         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
11388         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
11389         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
11390         (gst_videomixer_loop):
11391         More stride fixes.
11392
11393 2004-11-05  Benjamin Otte  <otte@gnome.org>
11394
11395         * ext/mad/gstmad.c: (gst_mad_chain):
11396           don't overflow data buffer. Flush not needed sync data when syncing
11397           failed.
11398
11399 2004-11-04  Wim Taymans  <wim@fluendo.com>
11400
11401         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
11402         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
11403         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
11404         (gst_alpha_init_params), (gst_alpha_chain),
11405         (gst_alpha_change_state):
11406         Updated the chroma keying algorithm with something more
11407         sophisticated.
11408
11409 2004-11-03  Wim Taymans  <wim@fluendo.com>
11410
11411         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
11412         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
11413         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
11414         Fix stride issues. Does not completely work for odd
11415         heights.
11416
11417 2004-11-03  Wim Taymans  <wim@fluendo.com>
11418
11419         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
11420         (gst_alpha_chroma_key), (gst_alpha_chain):
11421         Fix stride issues. Does not completely work for odd
11422         heights.
11423
11424 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
11425
11426         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
11427         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
11428         leak fixes
11429
11430 2004-11-03  Wim Taymans  <wim@fluendo.com>
11431
11432         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11433         (gst_ffmpegcsp_avpicture_fill):
11434         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
11435         (avpicture_alloc):
11436         * gst/ffmpegcolorspace/imgconvert_template.h:
11437         Use correct _fill function to get correct strides.
11438
11439 2004-11-02  David Schleef  <ds@schleef.org>
11440
11441         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11442         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
11443         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
11444         Change all g_print()s to debugging.  Add a bunch of consistency
11445         checks.
11446
11447 2004-11-02  Wim Taymans  <wim@fluendo.com>
11448
11449         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
11450         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
11451         (unlinked), (no_more_pads), (close_link):
11452         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11453         (unknown_type), (add_element_stream), (new_decoded_pad),
11454         (removed_decoded_pad), (setup_source):
11455         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
11456         (gst_stream_info_class_init), (gst_stream_info_init),
11457         (gst_stream_info_new), (gst_stream_info_dispose),
11458         (stream_info_mute_pad), (gst_stream_info_set_property),
11459         (gst_stream_info_get_property):
11460         * gst/playback/gststreaminfo.h:
11461         Fix playback of multiple files.
11462         a slightly different approach to handling dynamic pad removals.
11463         This one only looks at pads that we have linked.
11464
11465 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
11466
11467         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
11468         free" warning from libc.
11469
11470 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11471
11472         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
11473         (get_unconnected_element), (remove_starting_from), (pad_removed),
11474         (close_link):
11475           Implement support for dynamic pad changing. We listen to "live"
11476           pad removals (i.e. while playing) and re-setup autoplugging
11477           after that. Playbasebin/playbin need some more work for this
11478           to finally work, but decodebin supports (and replugs) chained
11479           ogg now.
11480
11481 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
11482
11483         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
11484         (gst_alsa_finalize):
11485         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
11486         (gst_cdaudio_finalize):
11487         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
11488         (cdparanoia_finalize):
11489         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
11490         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
11491         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
11492         (dvdreadsrc_finalize):
11493         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
11494         (gst_flacdec_finalize):
11495         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
11496         (gst_flacenc_finalize):
11497         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
11498         (gst_gnomevfssink_finalize):
11499         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
11500         (gst_gnomevfssrc_finalize):
11501         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
11502         (gst_fameenc_finalize):
11503         * ext/nas/nassink.c: (gst_nassink_class_init),
11504         (gst_nassink_finalize):
11505         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
11506         (gst_sdlvideosink_class_init):
11507         * ext/sndfile/gstsf.c: (gst_sf_dispose):
11508         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
11509         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
11510         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
11511         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
11512         (gst_x_window_listener_dispose):
11513         * gst/audioscale/gstaudioscale.c:
11514         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
11515         (play_on_demand_finalize):
11516         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
11517         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
11518         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
11519         (cdplayer_finalize):
11520         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
11521         (gst_glimagesink_class_init):
11522         * sys/oss/gstosselement.c: (gst_osselement_class_init),
11523         (gst_osselement_finalize):
11524         * sys/oss/gstosssink.c: (gst_osssink_dispose):
11525         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
11526         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
11527           Fixes a bunch of problems with finalize and dispose functions,
11528           either assumptions that dispose is only called once, or not calling
11529           the parent class dispose/finalize function
11530
11531 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
11532
11533         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
11534           added two api precondition guards
11535           use g_strdup with getenv to fix crash when using ENVVAR
11536
11537 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
11538         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11539         (gst_esdsink_finalize):
11540         Use a finalize function, not dispose, and more importantly,
11541         call the parent class finalize function too
11542
11543 2004-11-01  Johan Dahlin  <johan@gnome.org>
11544
11545         * ext/ogg/gstoggdemux.c:
11546         * gst/tags/gstvorbistag.c:
11547         Plug leaks.
11548
11549 2004-10-31  Benjamin Otte  <otte@gnome.org>
11550
11551         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
11552           lotsa memleaks today. But they're all small...
11553
11554 2004-10-31  Benjamin Otte  <otte@gnome.org>
11555
11556         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11557           another memleak crushed
11558
11559 2004-10-31  Benjamin Otte  <otte@gnome.org>
11560
11561         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
11562           fix memleak
11563
11564 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11565
11566         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11567           Hack to prevent crash when going to READY inside signal handler
11568           while this function is active.
11569
11570 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11571
11572         * gst/ffmpegcolorspace/Makefile.am:
11573         * gst/ffmpegcolorspace/avcodec.h:
11574         * gst/ffmpegcolorspace/common.h:
11575         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
11576         * gst/ffmpegcolorspace/dsputil.h:
11577         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
11578         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11579         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11580         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
11581         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
11582         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
11583         (gst_ffmpegcsp_avpicture_fill):
11584         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
11585         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11586         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
11587         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
11588         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
11589         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
11590         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
11591         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
11592         * gst/ffmpegcolorspace/imgconvert.c:
11593         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
11594         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
11595         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
11596         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
11597         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
11598         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
11599         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
11600         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
11601         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
11602         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
11603         (grow21), (grow22), (grow41), (grow44), (conv411),
11604         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
11605         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
11606         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
11607         (avpicture_free), (is_yuv_planar), (img_convert),
11608         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
11609         (deinterlace_line_inplace), (deinterlace_bottom_field),
11610         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
11611         * gst/ffmpegcolorspace/imgconvert_template.h:
11612         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
11613         * gst/ffmpegcolorspace/mmx.h:
11614         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
11615         (av_fast_realloc), (av_mallocz_static), (av_free_static),
11616         (av_freep), (avcodec_get_context_defaults),
11617         (avcodec_alloc_context), (avcodec_init):
11618           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
11619           handling plus update from ffmpeg CVS. Large clean-up.
11620
11621 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11622
11623         * gst/playback/Makefile.am:
11624           We need the marshallers for decodebin, too.
11625
11626 2004-10-30  David Schleef  <ds@schleef.org>
11627
11628         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
11629           quicktime typefinding work with 64-bit offsets.
11630
11631 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
11632
11633         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
11634           Set EOS on the element when processing an EOS event.
11635         * ext/speex/gstspeexdec.h:
11636         * ext/speex/gstspeexenc.h:
11637           Only keep a const ptr to the mode
11638         * gst-libs/gst/riff/riff-media.c:
11639         (gst_riff_create_audio_caps_with_data),
11640         (gst_riff_create_audio_template_caps):
11641           Allow WMAV3, with up to 6 channels.
11642         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
11643           Don't call gst_pad_set_event_function on a sink pad.
11644         * gst/mpegstream/gstdvddemux.c:
11645         (gst_dvd_demux_get_subpicture_stream),
11646         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
11647           Copy the explicit caps that were set across to the cur_* pads,
11648           instead of trying to use a possibly non-existent negotiated caps.
11649           Reset the type of subpicture pads to UNKNOWN after calling
11650           init_stream, so that the caps get set.
11651
11652 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
11653
11654         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11655
11656         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
11657           Don't touch buffer if it is of size 0 (fixes #151064).
11658
11659 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11660
11661         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
11662           Synchronized discont handling.
11663
11664 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11665
11666         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
11667         (gst_ogg_demux_push):
11668           Make seeking sort-of exact again (fixes #156387).
11669
11670 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11671
11672         * gst/playback/gstplaybasebin.c: (unknown_type),
11673         (add_element_stream), (new_decoded_pad),
11674         (gst_play_base_bin_change_state):
11675         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
11676         (gst_stream_info_init), (gst_stream_info_new),
11677         (gst_stream_info_dispose), (gst_stream_info_get_property):
11678         * gst/playback/gststreaminfo.h:
11679           Make caps explicitely available. Makes testing for unsupported
11680           types possible. Improves error reporting.
11681
11682 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11683
11684         * gst/audioconvert/gstaudioconvert.c:
11685         (gst_audio_convert_buffer_to_default_format):
11686           Really don't touch read-only buffers (#156563).
11687
11688 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
11689
11690         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11691
11692         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
11693           Fix memleak (#155223).
11694
11695 2004-10-29  Wim Taymans  <wim@fluendo.com>
11696
11697         * gst/tcp/.cvsignore:
11698         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
11699         (gst_multifdsink_class_init), (gst_multifdsink_init),
11700         (gst_multifdsink_add), (gst_multifdsink_remove),
11701         (gst_multifdsink_remove_client_link), (is_sync_frame),
11702         (gst_multifdsink_new_client),
11703         (gst_multifdsink_handle_client_write),
11704         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11705         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11706         (gst_multifdsink_get_property):
11707         * gst/tcp/gstmultifdsink.h:
11708         Added burst on connect sync_method, deprecated sync_clients,
11709         streamlined the sync code some more.
11710
11711 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11712
11713         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
11714         (gst_play_base_bin_change_state):
11715           Improve error reporting.
11716
11717 2004-10-28  Wim Taymans  <wim@fluendo.com>
11718
11719         * gst/tcp/Makefile.am:
11720         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
11721         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
11722         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
11723         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11724         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11725         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11726         (gst_fdset_wait):
11727         Added more locks around fdset structures. Fixed/reworked
11728         the poll array resizing code.
11729         Added stress test for fdset.
11730
11731 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11732
11733         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
11734         fix build
11735
11736 2004-10-28  Benjamin Otte  <otte@gnome.org>
11737
11738         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
11739           fix link function to always query channels and query width for
11740           floats
11741         * configure.ac:
11742           add equalizer dir
11743         * gst/equalizer/Makefile.am:
11744         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
11745         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
11746         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
11747         (arg_to_scale), (setup_filter),
11748         (gst_iir_equalizer_compute_frequencies),
11749         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
11750         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
11751         (plugin_init):
11752           add an equalizer
11753
11754 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11755
11756         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
11757
11758         * po/LINGUAS:
11759         * po/nb.po:
11760           Added Norwegian Bokmaal translation
11761
11762 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11763
11764         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11765           Don't break on options (fixes #156488).
11766
11767 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11768
11769         * configure.ac:
11770         * ext/cdaudio/Makefile.am:
11771         * sys/Makefile.am:
11772           fix build on older automake
11773
11774 2004-10-26  Wim Taymans  <wim@fluendo.com>
11775
11776         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
11777         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
11778         Allow a little margin when negotiating the framerate.
11779
11780 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
11781
11782         * gst/level/gstlevel.c:
11783           synchonised naming of pads and pad-templates
11784
11785 2004-10-26  Wim Taymans  <wim@fluendo.com>
11786
11787         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
11788         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
11789         (_find_streams_check), (gst_ogg_demux_push):
11790         Fix EOS again. Needs to be done in a better way. We should not
11791         remove the pad if there is no new chained stream.
11792
11793 2004-10-26 Iain <iaingnome@gmail.com>
11794
11795         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
11796         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
11797         of the caps.
11798         * gst/interleave/interleave.c (interleave_class_init): Hook up release
11799         pad.
11800         (interleave_release_pad): Remove the pad.
11801         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
11802         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
11803         the set device.
11804         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
11805         attrs
11806         (gst_xvimagesink_xcontext_clear): Free the xcontext.
11807         (gst_xvimagesink_finalize): Free the par.
11808
11809 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11810
11811         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
11812         (gst_avimux_stop_file):
11813           First calculate the rate, and only then use it. Hdr.rate is a
11814           multiple and not a derivative of hdr.scale. Scale is not the
11815           same as blockalign but is solely related to rate.
11816
11817 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11818
11819         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11820         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
11821           Implement seeking.
11822
11823 2004-10-25  James Henstridge  <james@jamesh.id.au>
11824
11825         Reviewed by:  David Schleef  <ds@schleef.org>
11826
11827         * examples/gstplay/player.c: (got_stream_length), (main):
11828         * examples/seeking/cdplayer.c: (update_scale):
11829         * examples/seeking/seek.c: (format_value), (update_scale):
11830         * examples/seeking/spider_seek.c: (format_value), (update_scale),
11831         (stop_seek):
11832         Build fixes on AMD64.
11833
11834 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11835
11836         reviewed by: Ronald Bultje <rbultje at gnome dot org>
11837
11838         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
11839         Fix for some v4l cards which hang in v4lsrc
11840
11841 2004-10-25  Wim Taymans  <wim@fluendo.com>
11842
11843         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
11844         (gst_ogg_demux_push), (gst_ogg_chains_clear):
11845         Make sure to remove the pad when a new chain is
11846         encountered. Set some vars to NULL so we don't try
11847         to reference freed memory.
11848
11849 2004-10-25  Wim Taymans  <wim@fluendo.com>
11850
11851         * examples/seeking/Makefile.am:
11852         * examples/seeking/cdplayer.c: (update_scale):
11853         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
11854         * examples/seeking/playbin.c: (make_playerbin_pipeline),
11855         (format_value), (update_scale), (iterate), (start_seek),
11856         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
11857         (print_usage), (main):
11858         Added some more examples, update others.
11859
11860 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11861
11862         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
11863         * ext/speex/gstspeexdec.c: (speex_dec_chain):
11864         * ext/theora/theoradec.c: (theora_dec_chain):
11865         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
11866           Add codec-name metadata.
11867
11868 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
11869
11870         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11871
11872         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11873         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11874         * ext/alsa/gstalsamixertrack.h:
11875         * po/POTFILES.in:
11876           ALSA mixer track label internationalization (#154054).
11877
11878 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11879
11880         * ext/theora/theoradec.c: (theora_dec_chain):
11881           Export bitrate as metadata.
11882
11883 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11884
11885         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11886         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11887         * ext/alsa/gstalsamixertrack.h:
11888           Fix names, fix loop.
11889
11890 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11891
11892         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
11893         (speex_dec_convert):
11894           sinkconvert function so oggdemux can get the file length (totem).
11895
11896 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
11897
11898         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11899
11900         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
11901           Don't push incomplete packets.
11902         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
11903           Fix MPEG-4 audio typefinding.
11904
11905 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11906
11907         * sys/v4l/Makefile.am:
11908         * sys/v4l/gstv4l.c: (plugin_init):
11909         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
11910         (gst_v4lelement_init), (gst_v4lelement_dispose),
11911         (gst_v4lelement_change_state):
11912         * sys/v4l/gstv4lelement.h:
11913         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
11914         (gst_v4l_xoverlay_close), (idle_refresh),
11915         (gst_v4l_xoverlay_set_xwindow_id):
11916         * sys/v4l/gstv4lxoverlay.h:
11917         * sys/v4l/v4l-overlay_calls.c:
11918         * sys/v4l/v4l_calls.h:
11919         * sys/v4l2/Makefile.am:
11920         * sys/v4l2/gstv4l2.c: (plugin_init):
11921         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
11922         (gst_v4l2element_init), (gst_v4l2element_dispose),
11923         (gst_v4l2element_change_state):
11924         * sys/v4l2/gstv4l2element.h:
11925         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
11926         (gst_v4l2_xoverlay_close), (idle_refresh),
11927         (gst_v4l2_xoverlay_set_xwindow_id):
11928         * sys/v4l2/gstv4l2xoverlay.h:
11929         * sys/v4l2/v4l2-overlay_calls.c:
11930         * sys/v4l2/v4l2_calls.h:
11931           Remove client-side overlay handling, use the X-server v4l plugin
11932           for that. Nicer overlay, less code. Also make the plugin
11933           compileable without X (but then without overlay, obviously).
11934           Makes xwindowlistener obsolete, should we remove that?
11935
11936 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11937
11938         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
11939         (gst_osssrc_src_query):
11940         * sys/oss/gstosssrc.h:
11941           OK, so people want offset in DEFAULT. This time, actually fix all
11942           cases.
11943         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
11944           Add FPS properly.
11945
11946 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11947
11948         * gst/asfdemux/gstasfmux.c:
11949         * gst/avi/gstavimux.c:
11950           Framerate.
11951
11952 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11953
11954         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
11955           Fix properties (channel, norm, frequency).
11956
11957 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11958
11959         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
11960           Flag typo.
11961         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
11962           No warnings.
11963
11964 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11965
11966         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
11967           Fix hang.
11968
11969 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11970
11971         * sys/v4l2/gstv4l2element.h:
11972           Yet Another Hack (tm) for kernel header borkedness.
11973         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
11974         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
11975         (gst_v4l2src_link), (gst_v4l2src_getcaps),
11976         (gst_v4l2src_change_state):
11977         * sys/v4l2/gstv4l2src.h:
11978         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
11979         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
11980           Fix caps, keep track of state, work.
11981
11982 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11983
11984         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
11985           Quiet.
11986
11987 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11988
11989         * sys/oss/gstosssrc.c: (gst_osssrc_get):
11990           Don't mix bytes and samples.
11991
11992 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11993
11994         * ext/ogg/gstoggmux.c:
11995           Basic pad template which accepts OGM tracks, speex, flac, vorbis
11996           and theora. Any is incorrect.
11997         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
11998           Fix caps.
11999         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
12000         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
12001         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
12002         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
12003         * sys/v4l/gstv4lmjpegsrc.h:
12004         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
12005         (gst_v4lsrc_change_state):
12006         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
12007         (gst_v4lmjpegsrc_capture_stop):
12008           Fix caps. Keep track of internal state. Work.
12009
12010 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12011
12012         * ext/Makefile.am:
12013           Fix the build fixes.
12014
12015 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12016
12017         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12018         (gst_ogg_demux_src_event), (_find_chain_seek),
12019         (gst_ogg_pad_push):
12020           Check for pad availability before using it.
12021         * ext/ogg/gstoggdemux.c: (_find_chain_process):
12022           Fix parsing of chained ogg. Needs more work on the decoder side.
12023
12024 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12025
12026         * gst/spectrum/Makefile.am:
12027         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
12028         (idle_func):
12029           Fix demo and reenable it. Yes, I'm currently playing with audio
12030           analysis tools
12031
12032 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12033
12034         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12035           We love it if files that start at zero work too...
12036
12037 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12038
12039         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
12040           Handle files with missing EOS headers.
12041
12042 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12043
12044         * gst/tcp/gsttcpserversink.c:
12045         (gst_tcpserversink_handle_server_read),
12046         (gst_tcpserversink_init_send):
12047         Zero some variables first (need for accept not to return EINVAL)
12048
12049 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12050
12051         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12052         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
12053         * ext/theora/theoradec.c: (theora_dec_sink_convert),
12054         (theora_dec_chain):
12055         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12056         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
12057           Seeking and querying finetune.
12058
12059 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12060
12061         * configure.ac:
12062         * ext/Makefile.am:
12063         * ext/raw1394/Makefile.am:
12064           fix the build
12065
12066 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12067
12068         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
12069           Wrong return.
12070         * gst/playback/Makefile.am:
12071         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
12072         * gst/playback/gstplay-marshal.list:
12073         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
12074           Fix marshallers.
12075
12076 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12077
12078         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
12079           Silence.
12080
12081 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12082
12083         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12084         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
12085         (gst_ogg_pad_push):
12086           Yay for non-lineair granulepos in theora.
12087
12088 2004-10-18  Wim Taymans  <wim@fluendo.com>
12089
12090         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
12091         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
12092         * ext/dv/gstdvdec.h:
12093         Make sure we renegotiate aspect ratio when the camera switches.
12094
12095 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12096
12097         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12098         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
12099           Start at zero.
12100         * ext/theora/theoradec.c: (theora_dec_chain):
12101           Skip headers. Bad idea for chained ogg, but fixes seeking.
12102
12103 2004-10-18  Wim Taymans  <wim@fluendo.com>
12104
12105         * configure.ac:
12106         I swear, this is the last time I touch this.
12107
12108 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12109
12110         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12111         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
12112         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
12113           Faster seeking.
12114         * ext/theora/theoradec.c: (theora_dec_sink_convert):
12115           Time-to-default conversion.
12116         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12117           Don't error on unknown packets, just skip. We should probably
12118           read them if we want to support chained ogg.
12119
12120 2004-10-18  Wim Taymans  <wim@fluendo.com>
12121
12122         * configure.ac:
12123         Added cdaudio to wrong list.
12124
12125 2004-10-18  Wim Taymans  <wim@fluendo.com>
12126
12127         * configure.ac:
12128         Revive cdaudio.
12129
12130 2004-10-18  Wim Taymans  <wim@fluendo.com>
12131
12132         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
12133         (gst_dvdec_video_link), (gst_dvdec_push):
12134         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12135         (gst_smokeenc_resync), (gst_smokeenc_chain):
12136         Fix mimetype on smoke encoder.
12137         Add aspect ratio to dvdec. Not sure if these
12138         values are correct though....
12139
12140 2004-10-18  Wim Taymans  <wim@fluendo.com>
12141
12142         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12143         Fix vorbis property descriptions and ranges.
12144
12145 2004-10-18  Wim Taymans  <wim@fluendo.com>
12146
12147         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
12148         Really do nothing when no data is available.
12149         Go to the playing state when the stream is not seekable
12150         instead of failing.
12151
12152 2004-10-18  Wim Taymans  <wim@fluendo.com>
12153
12154         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
12155         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
12156         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
12157         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
12158         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
12159         Added uri handler for cd://
12160         Port to new API.
12161
12162 2004-10-18  Wim Taymans  <wim@fluendo.com>
12163
12164         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12165         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
12166         (try_to_link_1), (no_more_pads), (close_link), (type_found):
12167         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
12168         (remove_prerolls), (unknown_type), (add_element_stream),
12169         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
12170         (gst_play_base_bin_remove_element),
12171         (gst_play_base_bin_link_stream):
12172         * gst/playback/gstplaybin.c: (gen_video_element),
12173         (gen_vis_element), (remove_sinks), (setup_sinks):
12174         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
12175         (gst_stream_info_get_type), (gst_stream_info_class_init),
12176         (gst_stream_info_init), (gst_stream_info_new),
12177         (gst_stream_info_dispose), (stream_info_mute_pad),
12178         (gst_stream_info_set_property), (gst_stream_info_get_property):
12179         * gst/playback/gststreaminfo.h:
12180         Add sink padtemplate to decodebin.
12181         Added some more comments.
12182         Make queue size configurable in playbasebin.
12183         Added possibility to use elements as sinks (ex cdaudio).
12184
12185 2004-10-15  Wim Taymans  <wim@fluendo.com>
12186
12187         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
12188         (gst_speexenc_chain):
12189         Fix speex timestamps so that it gets muxed properly.
12190
12191 2004-10-15  Wim Taymans  <wim@fluendo.com>
12192
12193         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
12194         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
12195         (gst_dv1394src_init), (gst_dv1394src_dispose),
12196         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
12197         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
12198         (gst_dv1394src_event), (gst_dv1394src_get_formats),
12199         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
12200         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
12201         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
12202         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
12203         * ext/raw1394/gstdv1394src.h:
12204         Added conversion/query functions.
12205         Update buffer timestamps,
12206         Added signals.
12207         Added uri dv:// so it might play from the firewire in playbin.
12208         Fix a possible leak.
12209         Added debugging.
12210
12211 2004-10-15  Wim Taymans  <wim@fluendo.com>
12212
12213         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
12214         (gst_dv1394src_init), (gst_dv1394src_set_property),
12215         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
12216         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
12217         * ext/raw1394/gstdv1394src.h:
12218         Added AV/C VTR control support needed for some cameras.
12219         Added automatic port detection.
12220         Added properties for selecting the channel.
12221         The configure.ac script is not yet updated to reflect the
12222         new libavc1394 and librom1394 dependencies.
12223
12224 2004-10-15  Wim Taymans  <wim@fluendo.com>
12225
12226         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
12227         (qtdemux_parse), (gst_qtdemux_handle_esds):
12228         An esds box is not a container.
12229         Fix parsing of mp4v boxes.
12230         Do not try to renegotiate fps for each frame. Need to
12231         find a better method. This should fix mp4 playback.
12232
12233 2004-10-14  David Schleef  <ds@schleef.org>
12234
12235         * configure.ac: update for swfdec-0.3 and liboil-0.2
12236         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
12237         * ext/swfdec/gstswfdec.h: same
12238         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
12239         * gst/videotestsrc/videotestsrc.c: same
12240
12241 2004-10-14  Wim Taymans  <wim@fluendo.com>
12242
12243         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
12244         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
12245         (is_sync_frame), (gst_multifdsink_new_client),
12246         (gst_multifdsink_handle_client_write),
12247         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12248         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
12249         Turn warnings into info.
12250         Don't allow a state change in the streaming thread.
12251
12252 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12253
12254         * ext/vorbis/oggvorbisenc.c:
12255         * ext/vorbis/vorbisdec.c:
12256           fix template sample rate
12257
12258 2004-10-13  Wim Taymans  <wim@fluendo.com>
12259
12260         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
12261         Decoding the header first fixes some problems in resyncing
12262         in more mp3s.
12263
12264 2004-10-12  Wim Taymans  <wim@fluendo.com>
12265
12266         * gst/playback/gstplaybin.c: (gen_video_element),
12267         (gen_vis_element), (remove_sinks), (setup_sinks):
12268         Added vis plugin support, need to configure the vis
12269         element to activate it.
12270
12271 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12272
12273         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
12274         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
12275           Some debug.
12276         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12277         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
12278         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
12279         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
12280         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
12281         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
12282         * gst/avi/gstavidemux.h:
12283           Support for openDML-2.0 indx/ix## chunks. Support for broken index
12284           recovery (where, if part of the index is broken, we will still read
12285           the rest of the index and recover the broken part by stream
12286           scanning). More broken media support. EOS workarounds. General AVI
12287           braindamage headache recovery. Aspirin included.
12288
12289 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12290
12291         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
12292         (cdparanoia_event), (cdparanoia_query):
12293           Get rid of hideous lead-in.
12294
12295 2004-10-11  Wim Taymans  <wim@fluendo.com>
12296
12297         * gst/playback/gstplaybasebin.c: (setup_source):
12298         Wrong var used to get g_list_next.
12299
12300 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12301
12302         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
12303         (cdparanoia_get), (cdparanoia_open):
12304           Report discid as metadata, add duration.
12305
12306 2004-10-11  Wim Taymans  <wim@fluendo.com>
12307
12308         * gst/playback/gstplaybasebin.c: (setup_source):
12309         Cleanup the previous pipeline a little earlier for the
12310         case that a source element provides raw data.
12311
12312 2004-10-11  Benjamin Otte  <otte@gnome.org>
12313
12314         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
12315           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
12316           consuming the last 128 bytes, even though it was valid mp3 data.
12317
12318 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12319
12320         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
12321         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
12322         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
12323         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
12324
12325 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12326
12327         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
12328         Fix for webcams that support only specific width or height
12329
12330 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12331
12332         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12333
12334         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
12335           Fix wrong discont event setup (fixes #154967).
12336
12337 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
12338
12339         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12340
12341         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12342           Error out on invalid data (fixes #154807).
12343
12344 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12345
12346         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12347
12348         * ext/dvdread/dvdreadsrc.c: (_read):
12349           Make titles > 0 work again (fixes #154834).
12350
12351 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12352
12353         * gst-libs/gst/riff/riff-media.c:
12354         (gst_riff_create_video_template_caps):
12355           WMV3 missing in template caps.
12356
12357 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12358
12359         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12360           OK, so the original code was too strict. It makes random AVI files
12361           hang for seconds upon opening, which is unacceptable and is far
12362           beyond the original goal of getting multiple chunks for one-chunk
12363           sounc stream files. So now do just that.
12364
12365 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12366
12367         * gst/playback/gstplaybasebin.c: (setup_source),
12368         (gst_play_base_bin_change_state):
12369           Actually clean up streaminfo if output fails. This would trigger
12370           if, for example, there was no CD in the drive. No preroll, so
12371           a streaminfo structure is created, but the subsequent state change
12372           of the thread fails.
12373         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
12374           Don't change state if parent failed.
12375
12376 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12377
12378         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12379         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
12380         (gen_video_element), (remove_sinks):
12381           Add small bits of code for screenshot handling.
12382
12383 2004-10-08  Wim Taymans  <wim@fluendo.com>
12384
12385         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
12386         (gen_video_element), (gen_audio_element), (setup_sinks):
12387         Don't assume the user provided sinks are named "sink"...
12388
12389 2004-10-08  Wim Taymans  <wim@fluendo.com>
12390
12391         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
12392         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
12393         (gst_play_base_bin_link_stream):
12394         Do not try to autoplug sources that generate raw streams like
12395         cdparanoia.
12396         disconnect the preroll overrun signal when we don't need it anymore.
12397
12398 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
12399
12400         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
12401         Added reworked patch from #154903 from milosz derezynski (deadchip).
12402
12403 2004-10-08  Wim Taymans  <wim@fluendo.com>
12404
12405         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
12406         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
12407         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
12408         (cdparanoia_convert), (cdparanoia_uri_get_type),
12409         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
12410         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
12411         * ext/cdparanoia/gstcdparanoia.h:
12412         This adds the cdda://<tracknum> uri.
12413
12414 2004-10-08  Wim Taymans  <wim@fluendo.com>
12415
12416         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12417         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
12418         (try_to_link_1), (no_more_pads), (close_link), (type_found):
12419         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12420         (unknown_type), (gst_play_base_bin_remove_element),
12421         (gst_play_base_bin_link_stream):
12422         * gst/playback/gstplaybasebin.h:
12423         * gst/playback/gstplaybin.c: (gst_play_bin_init),
12424         (gst_play_bin_set_property), (gen_video_element),
12425         (gen_audio_element), (setup_sinks):
12426         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
12427         (gst_stream_info_get_type), (gst_stream_info_class_init),
12428         (gst_stream_info_init), (gst_stream_info_new),
12429         (gst_stream_info_dispose), (stream_info_mute_pad),
12430         (gst_stream_info_set_property), (gst_stream_info_get_property):
12431         * gst/playback/gststreaminfo.h:
12432         Reuse the audio and video bins.
12433         Some internal cleanups in the stream selection code.
12434
12435 2004-10-08  Julien MOUTTE  <julien@moutte.net>
12436
12437         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
12438         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
12439         * sys/ximage/ximagesink.h:
12440         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
12441         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
12442         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
12443         not coming from those elements. Moreover these elements should not keep
12444         the xid they have been given when in NULL state.
12445
12446 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12447
12448         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
12449         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
12450         * sys/ximage/ximagesink.h:
12451         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
12452         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
12453         * sys/xvimage/xvimagesink.h:
12454           Actually only create a new toplevel window if we're not gonna
12455           embed it right after.
12456
12457 2004-10-07  Wim Taymans  <wim@fluendo.com>
12458
12459         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
12460         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
12461         * gst/playback/gstplaybin.c: (setup_sinks):
12462         Implement muting/unmuting of streams, mute streams that are not
12463         used.
12464
12465 2004-10-07  Wim Taymans  <wim@fluendo.com>
12466
12467         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
12468         (plugin_init):
12469         Added lame audio/x-ac3 typefind function.
12470
12471 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12472
12473         * configure.ac:
12474           bump nano to cvs
12475
12476 === release 0.8.5 ===
12477
12478 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12479
12480         * NEWS:
12481         * RELEASE:
12482         * configure.ac:
12483           releasing 0.8.5, "Take You On"
12484
12485 2004-10-06  Wim Taymans  <wim@fluendo.com>
12486
12487         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12488         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12489         (no_more_pads), (close_link), (type_found):
12490         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
12491         * gst/playback/gstplaybin.c: (gen_video_element):
12492         Do not signal the no_more_pads after the first pad when
12493         we are plugging a non dynamic element with multiple
12494         output pads (like swfdec, dvdec, ...).
12495
12496 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12497
12498         * configure.ac:
12499           bump for prerelease
12500
12501 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12502
12503         * gst/wavparse/gstwavparse.c:
12504           add ATRAC3 to STATIC CAPS to fix a warning
12505
12506         * gst/matroska/ebml-read.c:
12507         * gst-libs/gst/riff/riff-read.c:
12508           fix typos
12509
12510 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12511
12512         * gst-libs/gst/riff/riff-media.c:
12513           generate caps for ATRAC3 audio streams
12514
12515         * gst/realmedia/rmdemux.c:
12516           generate caps for ATRAC3 audio streams
12517
12518 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12519
12520         * gst/wavparse/Makefile.am
12521         * gst/wavparse/riff.h
12522         * gst/wavparse/wavparse.vcproj
12523           riff.h removal (unused and duplication with riff-ids.h)
12524
12525 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12526
12527         * gst/wavparse/gstwavparse.h
12528           remove duplicated defines for audio codec codes
12529
12530         * gst-libs/gst/riff/riff-ids.h
12531         * gst/wavenc/riff.h:
12532           add "4CC" code for ATRAC3 audio streams
12533           add "4CC" code for ITU_G721_ADPCM (unused for now)
12534
12535 2004-10-06  Wim Taymans  <wim@fluendo.com>
12536
12537         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
12538         Actually _do_ negotiation. Pass gdouble as arg instead
12539         of guint64 for the framerate.
12540
12541 2004-10-06  Wim Taymans  <wim@fluendo.com>
12542
12543         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12544         (find_compatibles), (close_pad_link), (try_to_link_1),
12545         (no_more_pads), (close_link), (type_found):
12546         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
12547         * gst/playback/gstplaybin.c: (gen_video_element),
12548         (gen_audio_element):
12549         Set state on newly added element to READY so that negotiation
12550         can happen ASAP.
12551         Addes some more debug info.
12552         Do not try to plug pads with multiple caps structures or ANY
12553         because it is too dangerous since we do not do dynamic
12554         replugging.
12555
12556 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12557
12558         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
12559
12560         * po/LINGUAS:
12561         * po/or.po:
12562           add Oriya translation
12563
12564 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12565
12566         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12567           Prevent overwrite of size member. Makes audio sound crappy.
12568
12569 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12570
12571         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12572         Add rmvb to the list of known RealMedia extensions
12573
12574 2004-10-05  Wim Taymans  <wim@fluendo.com>
12575
12576         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
12577         (mngdec_openstream), (mngdec_closestream),
12578         (mngdec_handle_sink_event), (mngdec_readdata),
12579         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
12580         (mngdec_getcanvasline), (mngdec_refresh),
12581         (gst_mngdec_change_state):
12582         Set the framerate correctly.
12583
12584 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12585
12586         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12587           There was something wrong with the index massaging.
12588
12589 2004-10-04  Wim Taymans  <wim@fluendo.com>
12590
12591         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
12592         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12593         (gst_smokedec_chain):
12594         * ext/jpeg/gstsmokedec.h:
12595         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12596         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
12597         * ext/jpeg/gstsmokeenc.h:
12598         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
12599         (smokecodec_decode_new), (smokecodec_info_free),
12600         (smokecodec_set_quality), (smokecodec_get_quality),
12601         (smokecodec_set_threshold), (smokecodec_get_threshold),
12602         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
12603         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
12604         (smokecodec_encode), (smokecodec_parse_id),
12605         (smokecodec_parse_header), (smokecodec_decode):
12606         * ext/jpeg/smokecodec.h:
12607         * ext/jpeg/smokeformat.h:
12608         Updated smoke, new bitstream, allows embedding in ogg.
12609
12610 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12611
12612         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12613           Fix seeking in some files. All this code is no longer needed (and
12614           actually breaks stuff) because we now synchronize the full index
12615           right when reading the header.
12616
12617 2004-10-04  Wim Taymans  <wim@fluendo.com>
12618
12619         * configure.ac:
12620         configure update for libmng.
12621
12622 2004-10-04  Wim Taymans  <wim@fluendo.com>
12623
12624         * ext/libmng/Makefile.am:
12625         * ext/libmng/gstmng.c: (plugin_init):
12626         * ext/libmng/gstmng.h:
12627         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
12628         (gst_mngdec_base_init), (gst_mngdec_class_init),
12629         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
12630         (gst_mngdec_loop), (gst_mngdec_get_property),
12631         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
12632         (mngdec_closestream), (mngdec_handle_sink_event),
12633         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
12634         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
12635         (gst_mngdec_change_state):
12636         * ext/libmng/gstmngdec.h:
12637         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
12638         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
12639         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
12640         (gst_mngenc_chain), (gst_mngenc_get_property),
12641         (gst_mngenc_set_property):
12642         * ext/libmng/gstmngenc.h:
12643         Added basic MNG decoder. Needs more work. The encoder does
12644         not work yet.
12645
12646 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12647
12648         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
12649         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
12650         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
12651           Don't hang on length=0 chunks. Some negotiation fixes. Signal
12652           no-more-pads.
12653
12654 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12655
12656         * configure.ac:
12657           you need at least 1.0.4 of speex
12658
12659 2004-10-04 Iain <iaingnome@gmail.com>
12660
12661         * ext/speex/gstspeexdec.h: Revert the includes changes.
12662
12663         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
12664
12665 2004-09-30 Iain <iaingnome@gmail.com>
12666
12667         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
12668         found during init or set as a property instead of hardcoding /dev/audio
12669
12670 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12671
12672         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
12673         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
12674         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
12675         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
12676         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
12677         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
12678         (gst_rmdemux_dump_data):
12679           Use debug category, fix EOS handling. filesrc ! rmdemux now
12680           works.
12681
12682 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12683
12684         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
12685         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
12686         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
12687           Improve allocation, cutting and sorting of the index. How takes a
12688           few seconds instead of minutes.
12689
12690 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
12691
12692         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
12693           fixed compilation
12694
12695 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12696
12697         * gst-libs/gst/riff/riff-media.c:
12698         (gst_riff_create_video_caps_with_data),
12699         (gst_riff_create_video_template_caps):
12700           Add wing commander format mimetype/fourccs.
12701         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12702           Don't crash if some value is 0.
12703
12704 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12705
12706         * gst-libs/gst/riff/riff-media.c:
12707         (gst_riff_create_video_caps_with_data),
12708         (gst_riff_create_video_template_caps):
12709           Add DIB fourcc (raw, palettized 8-bit RGB).
12710         * gst-libs/gst/riff/riff-read.c:
12711         (gst_riff_read_strf_vids_with_data):
12712           Oops, fix strf_data reading bug.
12713         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
12714           Use a non-NULL tag.
12715         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
12716           Time for hacks. Sorry Dave. At least one quicktime movie (a
12717           trailer) that I've encountered contains multiple video tracks.
12718           One of those is the actual video track, the other are one-frame
12719           tracks (images). Unfortunately, the number of frames according
12720           to the trak header is 1 for each, so that doesn't help. So
12721           instead, I look at the duration and discard tracks with a
12722           duration shorter than 20% of the length of the stream. Better
12723           than nothing.
12724
12725 2004-10-01  Christian Schaller <christian@fluendo.com>
12726
12727         * ext/ivorbis/vorbis.c:
12728           Patch from Phil Blundell (Bug 152341)
12729
12730 2004-10-01  Wim Taymans  <wim@fluendo.com>
12731
12732         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
12733         (speex_dec_get_formats), (speex_dec_convert),
12734         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
12735         (speex_dec_chain), (gst_speexdec_get_property),
12736         (gst_speexdec_set_property):
12737         Small cleanups.
12738
12739 2004-10-01  Wim Taymans  <wim@fluendo.com>
12740
12741         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12742         (gst_wavparse_stream_init), (gst_wavparse_fmt),
12743         (gst_wavparse_other), (gst_wavparse_loop),
12744         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
12745         (gst_wavparse_srcpad_event):
12746         * gst/wavparse/gstwavparse.h:
12747         Added some more debugging info.
12748         Fix the case where the length of the file is 0.
12749         Make sure we seek to sample borders.
12750
12751 2004-10-01  Wim Taymans  <wim@fluendo.com>
12752
12753         * gst/playback/README:
12754         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12755         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
12756         (try_to_link_1), (no_more_pads), (close_link), (type_found):
12757         Add some debug info to decodebin, update README
12758
12759 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12760
12761         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
12762           Don't use g_print(); use GST_DEBUG().
12763
12764 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12765
12766         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
12767         (gst_ogg_mux_queue_pads):
12768           Handle EOS properly.
12769
12770 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
12771
12772         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12773
12774         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
12775         (gst_faad_chain), (gst_faad_change_state):
12776         * ext/faad/gstfaad.h:
12777           Allow playback of raw (unframed) MPEG AAC files (#148993).
12778
12779 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
12780
12781         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12782
12783         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
12784           Throw error if we didn't recognize the stream. Fixes #152289.
12785
12786 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12787
12788         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
12789           Fix negotiation.
12790
12791 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
12792
12793         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12794
12795         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
12796           Fix memleak.
12797
12798 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
12799
12800         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12801
12802         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
12803           Solve #152805.
12804         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
12805           Solve 152806.
12806
12807 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12808
12809         * gst-libs/gst/riff/riff-media.c:
12810         (gst_riff_create_video_caps_with_data),
12811         (gst_riff_create_audio_caps_with_data):
12812           Add codec_data handling (like asfdemux used to do).
12813         * gst/asfdemux/gstasf.c: (plugin_init):
12814         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
12815         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
12816           Use riff-media for caps creation instead of our own (mostly
12817           broken) copy of its functions.
12818
12819 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12820
12821         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
12822           Don't actually error out if we get another return value than
12823           -EINVAL. Opposite to what I first thought, drivers have random
12824           return values for this, although -EINVAL is the expected return
12825           value. Since this is not fatal, we shouldn't use
12826           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
12827
12828 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12829
12830         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
12831         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
12832         (dvdreadsrc_get_property), (_open), (_seek), (_read),
12833         (dvdreadsrc_get), (dvdreadsrc_open_file),
12834         (dvdreadsrc_change_state):
12835           Fix. Don't do one big huge loop around the whole DVD, that will
12836           cache all data and thus eat sizeof(dvd) (several GB) before we
12837           see something.
12838         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
12839           Actually NULL'ify event after using it.
12840         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
12841         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
12842         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
12843         (gst_ebml_read_seek), (gst_ebml_read_skip):
12844           Handle events.
12845         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
12846         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
12847         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
12848           Fix timing (this will probably break if I seek using menus, but
12849           I didn't get there yet). VOBs and normal DVDs should now work.
12850           Add a mpeg2-only pad with high rank so this get autoplugged for
12851           MPEG-2 movies.
12852         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
12853         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
12854         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
12855         (gst_mpeg_demux_get_audio_stream),
12856         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
12857         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
12858           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
12859           MPEG-1 but use dvddemux for MPEG-2.
12860         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
12861         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
12862         (gst_mpeg_parse_parse_packhead):
12863           Timing. Only add pad template if it exists. Add sink template from
12864           class and not from ourselves. This means we will always use the
12865           correct sink template even if it is not the one defined in this
12866           file.
12867
12868 2004-09-29  Wim Taymans  <wim@fluendo.com>
12869
12870         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
12871         (gst_mpeg_demux_parse_pes):
12872         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
12873         Fix playback of mpeg again, timestamps where screwed up by
12874         patch 1.61.
12875
12876 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12877
12878         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
12879           Only return true if we actually filled something in. Prevents
12880           player applications from showing a random length for flac files.
12881         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
12882         (gst_riff_read_use_event), (gst_riff_read_handle_event),
12883         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
12884         (gst_riff_read_strf_vids_with_data),
12885         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
12886           OK, ok, so I implemented event handling. Apparently it's normal
12887           that we receive random events at random points without asking
12888           for it.
12889         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12890         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12891         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
12892         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
12893         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
12894         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12895         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12896         * gst/avi/gstavidemux.h:
12897           Implement non-lineair chunk handling and subchunk processing.
12898           The first solves playback of AVI files where the audio and video
12899           data of individual buffers that we read are not synchronized.
12900           This should not happen according to the wonderful AVI specs, but
12901           of course it does happen in reality. It is also a prerequisite for
12902           the second. Subchunk processing allows us to cut chunks in small
12903           pieces and process each of these pieces separately. This is
12904           required because I've seen several AVI files with incredibly large
12905           audio chunks, even some files with only one audio chunk for the
12906           whole file. This allows for proper playback including seeking.
12907           This patch is supposed to fix all AVI A/V sync issues.
12908         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
12909         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
12910           Work.
12911         * gst/modplug/gstmodplug.cc:
12912           Proper return value setting for the query() function.
12913         * gst/playback/gstplaybasebin.c: (setup_source):
12914           Being in non-playing state (after, e.g., EOS) is not necessarily
12915           a bad thing. Allow for that. This fixes playback of short files.
12916           They don't actually playback fully now, because the clock already
12917           runs. This means that small files (<500kB) with a small length
12918           (<2sec) will still not or barely play. Other files, such as mod
12919           or flx, will work correctly, however.
12920
12921 2004-09-28  Wim Taymans  <wim@fluendo.com>
12922
12923         * ext/speex/gstspeex.c: (plugin_init):
12924         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
12925         (gst_speex_dec_class_init), (speex_dec_get_formats),
12926         (speex_get_event_masks), (speex_get_query_types),
12927         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
12928         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
12929         (gst_speexdec_get_property), (gst_speexdec_set_property),
12930         (speex_dec_change_state):
12931         * ext/speex/gstspeexdec.h:
12932         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
12933         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
12934         (gst_speexenc_base_init), (gst_speexenc_class_init),
12935         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
12936         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
12937         (gst_speexenc_src_query), (gst_speexenc_init),
12938         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
12939         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
12940         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
12941         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
12942         (gst_speexenc_chain), (gst_speexenc_get_property),
12943         (gst_speexenc_set_property), (gst_speexenc_change_state):
12944         * ext/speex/gstspeexenc.h:
12945         Rewrote speex encoder, make sure it can be embedded in ogg.
12946         Implemented speex decoder.
12947
12948 2004-09-28  Christian Schaller <christian@fluendo.com>
12949
12950         * configure.ac:
12951         Remove kioslave plugin. Markey is brewing a new working one
12952         * ext/Makefile.am: Remove kioslave plugin
12953         * ext/kio: remove
12954         * gst-plugins.spec.in: remove kio plugin from spec
12955
12956 2004-09-27  Wim Taymans  <wim@fluendo.com>
12957
12958         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
12959         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
12960         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
12961         (gst_multifdsink_new_client),
12962         (gst_multifdsink_handle_client_write),
12963         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12964         (gst_multifdsink_handle_clients):
12965         * gst/tcp/gstmultifdsink.h:
12966         Make syncing to keyframes actually work for new clients and lagging
12967         clients.
12968
12969 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12970
12971         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
12972         (gst_navigationtest_handle_src_event), (draw_box_planar411),
12973         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
12974         * gst/debug/gstnavigationtest.h:
12975           make navigationtest display button-press and button-release events
12976
12977 2004-09-26 Iain <iaingnome@gmail.com>
12978
12979         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
12980         the channels have received a new media event.
12981         (interleave_buffered_loop): Compresses a new media event on all
12982         channels into one.
12983
12984 2004-09-26 Iain <iaingnome@gmail.com>
12985
12986         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
12987         call the sinkpad's default event handler and not the srcpads. He also
12988         says this is confusing :)
12989         (gst_wavenc_stop_file): Company says that seek events only go upstream
12990         we should send a discontinuous downstream instead.
12991
12992 2004-09-25  Christian Schaller <christian@fluendo.com>
12993
12994         * Update SPEC file to be usable in conjunction with Fedora Core,
12995           Fedora.us and freshrpms packages
12996         * Fix typo in multifilesrc test Makefile
12997
12998 2004-09-24  Wim Taymans  <wim@fluendo.com>
12999
13000         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13001         Only signal the no_more_pads signal when we have
13002         added the stream to our list.
13003
13004 2004-09-24  Wim Taymans  <wim@fluendo.com>
13005
13006         * gst/playback/gstplaybasebin.c: (remove_prerolls),
13007         (new_decoded_pad):
13008         * gst/playback/gstplaybasebin.h:
13009         * gst/playback/gstplaybin.c: (setup_sinks):
13010         Don't try to preroll or decode more than one audio/video
13011         track.
13012
13013 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13014
13015         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13016           Throw error if we failed to find a suitable output. This should
13017           throw an error if we successfully set up a pipeline (e.g. because
13018           we recognized a media file) but found no decodable streams in it
13019           (e.g. because it contains only media stream types for which we
13020           have no decoders, or because it's not a media type).
13021
13022 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13023
13024         * ext/dirac/Makefile.am:
13025         * ext/dirac/gstdirac.cc:
13026         * ext/dirac/gstdiracdec.cc:
13027         * ext/dirac/gstdiracdec.h:
13028           Do something. Don't actually know if this works because I don't
13029           have a demuxer yet.
13030         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
13031           Add channels=1 to caps returned from _getcaps().
13032         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
13033         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
13034         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
13035         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
13036         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
13037         (gst_ogm_parse_change_state):
13038           Separate between audio/video so ogmaudioparse actually uses the
13039           audio pad templates. Both audio and video work now, including
13040           autoplugging. Also use sometimes-srcpad hack.
13041         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
13042           Handle events better. Don't hang on infinite loops.
13043         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13044         (gst_avi_demux_init), (gst_avi_demux_reset),
13045         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
13046         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
13047         (gst_avi_demux_change_state):
13048         * gst/avi/gstavidemux.h:
13049           Improve A/V sync. Still not perfect.
13050         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
13051         (gst_ebml_read_skip):
13052           Handle events better.
13053         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
13054         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
13055         (qtdemux_audio_caps):
13056           Add IMA4. Improve event handling. Save offset after a seek when
13057           the headers are at the end of the file so that we don't end up in
13058           an infinite loop.
13059         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
13060           Add low-priority typefind support for files with no length.
13061
13062 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13063
13064         * testsuite/multifilesink/Makefile.am:
13065         fix typo
13066
13067 2004-09-22  Julien MOUTTE  <julien@moutte.net>
13068
13069         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
13070         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
13071         mistakes from thaytan's patches.
13072
13073 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
13074
13075         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
13076           For completeness, XSync in the destroy function as xvimage does.
13077
13078 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
13079
13080         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
13081            Correct caps negotiation
13082         * gst/volume/gstvolume.c: (volume_chain_float),
13083         (volume_chain_int16):
13084            Modify debug output to be little more informative
13085         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
13086         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13087         (gst_xvimagesink_xvimage_destroy):
13088           Add XSync calls after detaching from the shared memory segment to
13089           avoid a crash.
13090
13091 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13092
13093         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13094         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
13095         * ext/vorbis/vorbis.c: (plugin_init):
13096         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13097         (gst_vorbisenc_chain):
13098         * ext/vorbis/vorbisenc.h:
13099         remove explicit newmedia support from oggmux and vorbisenc
13100         add debug category to vorbisenc
13101         * gst/multifilesink/gstmultifilesink.c:
13102         (gst_multifilesink_class_init), (gst_multifilesink_init),
13103         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
13104         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
13105         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
13106         (plugin_init):
13107         * gst/multifilesink/gstmultifilesink.h:
13108         add support for streamheader in multifilesink
13109
13110 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13111
13112         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
13113         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
13114         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
13115           Prevent infinite loops. More correct error reporting.
13116         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13117           Error out if negotiation fails.
13118         * gst/playback/gstplaybasebin.c: (setup_source),
13119         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
13120         (gst_play_base_bin_found_tag):
13121           Error/tag forwarding. Pre-roll fixes for source errors on state
13122           changes (e.g. "file does not exist") to prevent hangs.
13123
13124 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13125
13126         * testsuite/multifilesink/Makefile.am:
13127         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
13128         (gst_newmedia_class_init), (gst_newmedia_init),
13129         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
13130         (newfile_signal), (test_signal), (main):
13131         * testsuite/multifilesink/multifilesrc_test.c: (main):
13132         * testsuite/multifilesink/oggtheora_test.c:
13133         (gst_newmedia_base_init), (gst_newmedia_class_init),
13134         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
13135         (test_format), (newfile_signal), (test_signal), (main):
13136         * testsuite/multifilesink/oggvorbis_test.c:
13137         (gst_newmedia_base_init), (gst_newmedia_class_init),
13138         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
13139         (test_format), (newfile_signal), (test_signal), (main):
13140         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
13141         (gst_newmedia_class_init), (gst_newmedia_init),
13142         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
13143         (newfile_signal), (test_signal), (main):
13144         New media tests
13145
13146 2004-09-20  Christian Schaller <christian@fluendo.com>
13147
13148         * Fix mikmod license to LGPL as they have relicensed
13149         * Move Dirac and Effectv into LGPL section of README_license
13150
13151 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13152
13153         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
13154         (gst_mad_change_state):
13155           Allow for mp3 rate/channels changes. However, only very
13156           conservatively. Reason that we *have* to enable this is smiply
13157           because the mad find_sync() function is not good enough, it will
13158           regularly sync on random data as valid frames and therefore make
13159           us provide random caps as *final* caps of the stream. The best fix
13160           I could think of is to simply require several of the same stream
13161           changes in a row before we change caps.
13162           The actual testcase that works now is #
13163         * ext/ogg/Makefile.am:
13164         * ext/ogg/gstogg.c: (plugin_init):
13165         * ext/ogg/gstogmparse.c:
13166           OGM support (video only for now; I need an audio sample file).
13167         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
13168         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
13169         (gst_asf_demux_add_video_stream):
13170           WMV extradata.
13171         * gst/playback/gstplaybasebin.c: (unknown_type):
13172           Don't error out on single unknown-types after all. It's wrong.
13173           If we found type of video and audio but not of a subtitle stream,
13174           it will still error out (which is unwanted). Will find a better fix
13175           later on.
13176         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
13177         (ogmaudio_type_find), (plugin_init):
13178           OGM support.
13179
13180 2004-09-20  Johan Dahlin  <johan@gnome.org>
13181
13182         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
13183         after setting caps.
13184
13185 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13186
13187         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
13188         * gst/wavenc/gstwavenc.h:
13189         Added newmedia support to wavenc
13190
13191 2004-09-17  Wim Taymans  <wim@fluendo.com>
13192
13193         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
13194         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
13195         (gst_fdset_fd_can_write), (gst_fdset_wait):
13196         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
13197         (gst_multifdsink_init), (gst_multifdsink_add),
13198         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
13199         (gst_multifdsink_remove_client_link),
13200         (gst_multifdsink_client_queue_buffer),
13201         (gst_multifdsink_handle_client_write),
13202         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
13203         (gst_multifdsink_close), (gst_multifdsink_change_state):
13204         * gst/tcp/gstmultifdsink.h:
13205         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13206         (gst_tcpserversink_removed):
13207         Small cleanups in fdset.c
13208         Use a hastable to map fd to the client structure for faster
13209         lookup in _remove and get_stats.
13210         Added virtual function to close the fds.
13211         Handle clients even when the select/poll call was unblocked because
13212         of a command.
13213         Implement syncing to keyframe in the recovery procedure.
13214
13215 2004-09-16 Iain <iaingnome@gmail.com>
13216
13217         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
13218         try caps.
13219
13220 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13221
13222         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
13223           Caps are only set if the type of the stream is unknown, but this
13224           is initialized in ->init_stream(), so set to UNKNOWN after calling
13225           ->init_stream() so that capsnego starts.
13226
13227 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13228
13229         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13230         (gst_avi_demux_stream_data):
13231           Just hardcode for raw audio then. AVI audio sucks.
13232
13233 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
13234
13235         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
13236         * gst/matroska/matroska-mux.c: (audiosink_templ),
13237         (gst_matroska_mux_audio_pad_link):
13238         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
13239         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
13240
13241 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13242
13243         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13244         (gst_avi_demux_stream_data):
13245           Try to fix a/v sync issues.
13246
13247 2004-09-15  David Schleef  <ds@schleef.org>
13248
13249         * configure.ac: remove NASM check, since we don't use it.  Update
13250         dirac check to 0.4
13251         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
13252         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
13253         Initialized variables.
13254         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
13255         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
13256         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
13257         SVQ3 format
13258
13259 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13260
13261         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13262         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
13263         * gst/avi/gstavidemux.h:
13264           Fix for compressed audio (mp3) timestamp generation. How did this
13265           ever work?
13266
13267 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13268
13269         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13270           Volume is a double not a float.
13271
13272 2004-09-15  Wim Taymans  <wim@fluendo.com>
13273
13274         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
13275         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
13276         Don't close the fd in multifdsink as we didn't open it in the
13277         first place. Some cleanups.
13278
13279 2004-09-15  Wim Taymans  <wim@fluendo.com>
13280
13281         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13282         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13283         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
13284         Fix the case where the muxer would mark pages as delta
13285         frames when they are not (vorbis only ogg).
13286
13287 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13288
13289         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
13290         (gst_play_base_bin_change_state):
13291           Handle the case where we failed to setup a clear pipeline. This
13292           will throw an error (or EOS, another nice case) and if you don't
13293           catch that, the app will wait for the signal forever (and thus
13294           hang).
13295
13296 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13297
13298         * ext/gnomevfs/gstgnomevfssink.c:
13299         (gst_gnomevfssink_uri_get_protocols):
13300         * ext/gnomevfs/gstgnomevfssrc.c:
13301         (gst_gnomevfssrc_uri_get_protocols):
13302         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
13303         * ext/gnomevfs/gstgnomevfsuri.h:
13304           Use _uri_new() instead of _open(), so it doesn't take as long and
13305           Christophe's computer won't hang.
13306         * gst/playback/gstplaybasebin.c: (unknown_type):
13307           Throw error on unknown media type, so apps actually display it.
13308
13309 2004-09-14  Brian Cameron  <brian.cameron@sun.com
13310
13311         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
13312           this script to work on Solaris since bash shell handles echo
13313           differenly than bash.
13314
13315 2004-09-17  Wim Taymans  <wim@fluendo.com>
13316
13317         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
13318         (setup_source), (gst_play_base_bin_set_property),
13319         (gst_play_base_bin_add_element):
13320         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
13321         Some more work on making sure seeking pauses the pipeline and
13322         that changing the uri actually does something.
13323
13324 2004-09-17  Wim Taymans  <wim@fluendo.com>
13325
13326         * gst/tcp/gstfdset.c: (gst_fdset_wait):
13327         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
13328         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
13329         (gst_tcpserversink_close):
13330         Be a bit more paranoid when freeing memory.
13331
13332 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13333
13334         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
13335         (qtdemux_parse_trak):
13336           Don't crash by dividing by zero (see sample movie in #126922).
13337
13338 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13339
13340         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
13341           Don't touch non-existing data (fixes crash on file in #140147).
13342
13343 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13344
13345         * gst/playback/gstplaybasebin.c:
13346         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
13347           Handle double disposals, and proper change of URIs.
13348
13349 2004-09-13  Martin Eikermann <meiker@upb.de>
13350
13351         * gst/mpegstream/gstmpegparse.c:
13352           fix synchronistation for streams recorded from digital PCR
13353           fixes bug #119376
13354
13355 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13356
13357         * ext/gnomevfs/Makefile.am:
13358         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13359         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
13360         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
13361         (gst_gnomevfssink_uri_get_type),
13362         (gst_gnomevfssink_uri_get_protocols),
13363         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
13364         (gst_gnomevfssink_uri_handler_init),
13365         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
13366         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
13367         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
13368         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
13369         (gst_gnomevfssrc_uri_get_type),
13370         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
13371         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
13372         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
13373         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
13374         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
13375         * ext/gnomevfs/gstgnomevfsuri.h:
13376           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
13377           of fake URIs to see which this version of Gnome-VFS likes, and
13378           uses that for the Gst-URI interface. Makes playbin support http://
13379           streams. Also fix up some stupid behaviour in gnomevfssrc.
13380
13381 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13382
13383         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
13384         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
13385         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
13386         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
13387           Update mixer (to sync with other sessions) if we try to obtain
13388           a new value. This makes alsamixer work accross applications.
13389         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
13390           Only call sync functions if we're running, else alsalib asserts.
13391         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
13392           Sometimes fails to compile. Possibly a gcc bug.
13393         * gst/playback/gstplaybin.c: (gen_video_element),
13394         (gen_audio_element):
13395           Add a reference to an application-provided object, because we lose
13396           this same reference if we add it to the bin. If we don't do this,
13397           we can only use this object once and thus crash if we go from
13398           ready to playing, back to ready and back to playing again.
13399           Also add an audioscale element because several cheap soundcards -
13400           like mine - don't support all samplerates.
13401         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
13402         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
13403           Fix wrong order or PAR calls. Makes automatically obtained PAR
13404           from the X server atually being used.
13405
13406 2004-09-12  David Schleef  <ds@schleef.org>
13407
13408         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
13409         #151887, #152102, #152247.
13410         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
13411         * examples/seeking/cdparanoia.c: same
13412         * examples/seeking/cdplayer.c: same
13413         * examples/seeking/seek.c: same
13414         * examples/seeking/spider_seek.c: same
13415         * examples/seeking/vorbisfile.c: same
13416         * examples/stats/mp2ogg.c: same
13417         * ext/esd/esdsink.c: (gst_esdsink_class_init),
13418         (gst_esdsink_dispose): Dispose of element properly.
13419         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
13420         fixes.
13421         * ext/nas/nassink.c: (gst_nassink_class_init),
13422         (gst_nassink_dispose): Dispose of element correctly.
13423         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
13424         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
13425         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
13426         Fix 64-bit warning.
13427         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13428         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
13429         Fix 64-bit warning.
13430
13431 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13432
13433         * configure.ac : change speex detection as 1.1.6 now uses
13434           .pc/pkg-config and they changed their headers location.
13435
13436 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
13437
13438         * gst/matroska/matroska-mux.h:
13439         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
13440         (gst_matroska_mux_start), (gst_matroska_mux_finish),
13441         (gst_matroska_mux_write_data):
13442           Write multiple blocks/frames per cluster.
13443                 Write meta-seek information (seek heads).
13444
13445 2004-09-09  Scott Wheeler <wheeler@kde.org>
13446
13447         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
13448         (gst_play_bin_set_property), (gst_play_bin_get_property),
13449         (gen_audio_element), (gen_audio_element):
13450           Add a volume element / property to the pipeline.
13451
13452 2004-09-07  Wim Taymans  <wim@fluendo.com>
13453
13454         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
13455         Copy timestamps from the master pad to the output buffers.
13456
13457 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13458
13459         * ext/raw1394/gstdv1394src.c:
13460           throw errors when applicable
13461
13462 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
13463
13464         * gst/matroska/ebml-ids.h:
13465         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
13466         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
13467         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
13468           automatically convert unix time <-> ebml time when reading/writing
13469           a date, use gst_ebml_write_uint to write CUETIME,
13470           not gst_ebml_write_date.
13471         * gst/matroska/matroska-ids.h:
13472         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
13473         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
13474         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
13475         (gst_matroska_mux_write_data):
13476           Write track and segment UIDs, write muxing date, write
13477           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
13478           Create cues for audio only files.
13479
13480 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13481
13482         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13483         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13484           Re-commit ALSA switches.
13485         * gst/adder/gstadder.c: (gst_adder_loop):
13486           64-bit fix (#151416).
13487         * gst/debug/progressreport.c: (gst_progressreport_report):
13488           64-bit fix (#151419).
13489         * gst/matroska/matroska-demux.c:
13490         (gst_matroska_demux_parse_contents):
13491           64-bit fix (#151420).
13492         * gst/playback/test3.c: (update_scale):
13493           64-bit fix (#151421).
13494
13495 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
13496
13497         * configure.ac:
13498           bump nano to cvs
13499
13500 === release 0.8.4 ===
13501
13502 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13503
13504         * configure.ac: releasing 0.8.4, "Alias"
13505
13506 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
13507
13508         * ext/theora/Makefile.am:
13509           fix makefile.  Fixes #151462.
13510
13511 2004-08-30  Wim Taymans  <wim@fluendo.com>
13512
13513         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
13514         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13515         (gst_multifdsink_remove_client_link),
13516         (gst_multifdsink_client_queue_buffer),
13517         (gst_multifdsink_handle_client_write):
13518         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
13519         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
13520         Fix some memory leaks.
13521
13522 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13523
13524         Patch by: David Schleef
13525
13526         * configure.ac:
13527         * sys/Makefile.am:
13528           rename our detection macro for V4L2.  Fixes #151236.
13529
13530 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13531
13532         Patch by: David Schleef
13533
13534         * configure.ac:
13535           check to define LAMEPRESET.  Fixes #151232.
13536
13537 2004-08-27  David Schleef  <ds@schleef.org>
13538
13539         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
13540         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
13541         (gst_glimagesink_fixate):  Move local variable declarations to
13542         make gcc-2.95 happy.
13543
13544 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13545
13546         * configure.ac:
13547           bump nano for prerelease
13548
13549 2004-08-27  David Schleef  <ds@schleef.org>
13550
13551         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
13552         * sys/sunaudio/gstsunaudiosrc.c:
13553         * sys/sunaudio/gstsunaudiosrc.h:
13554
13555 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
13556
13557         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
13558         handle EOS correctly
13559         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
13560         * gst/matroska/matroska-mux.h:
13561         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
13562         VFW compatibility mode
13563
13564 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13565
13566         patch by: Zaheer Abbas Merali
13567
13568         * ext/ogg/gstoggmux.c:
13569         * ext/vorbis/vorbisenc.c:
13570         * ext/vorbis/vorbisenc.h:
13571           handle NEWMEDIA
13572
13573 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
13574
13575         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
13576         fix byte order reversion on little endian machines.
13577         * gst/matroska/matroska-mux.c: (audiosink_templ),
13578         (gst_matroska_mux_audio_pad_link):
13579         add TTA codec to the list of supported codecs.
13580         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
13581         (gst_matroska_mux_start), (gst_matroska_mux_finish),
13582         (gst_matroska_mux_write_data):
13583         * gst/matroska/matroska-mux.h:
13584         write segment duration correctly, write muxing app string, fixes bugs
13585         #140897 and #140898.
13586         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
13587         wait for all pads to be negotiated before starting to mux.
13588
13589 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13590
13591         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
13592         * ext/lame/gstlame.h:
13593         Added new media support to lame
13594
13595 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
13596
13597         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
13598         send vorbis headers at the beginning of a stream, fixes bug #141554.
13599         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
13600         bug #148950.
13601         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
13602         (gst_matroska_demux_plugin_init):
13603         * gst/matroska/matroska-ids.h:
13604         enable demuxing of TTA audio streams, fixes bug #148951.
13605         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
13606         enable typefinding for TTA audio files, fixes bug #148711.
13607         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
13608         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
13609         fixes playback of packed bitstream and xvid with bframes, bug #135407.
13610
13611 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
13612
13613         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
13614         (gst_riff_read_element_data), (gst_riff_read_seek),
13615         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
13616         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
13617         <teuf@gnome.org>
13618
13619 2004-08-23 Iain <iaingnome@gmail.com>
13620
13621         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
13622         tags. They appear to be handled differently to normal.
13623         (tag_list_to_id3_tag_foreach): Ditto.
13624
13625 2004-08-22  Wim Taymans  <wim@fluendo.com>
13626
13627         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13628         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
13629         Make sure we never send -1 granulepos.
13630
13631 2004-08-20  Wim Taymans  <wim@fluendo.com>
13632
13633         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13634         (gst_ogg_mux_loop):
13635         I will accept bitchslappings with non sharp objects.
13636
13637 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13638
13639         * configure.ac:
13640         Clean up the test for lame presets
13641
13642 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13643
13644         * configure.ac:
13645         * ext/lame/Makefile.am:
13646         * ext/lame/gstlame.c: (gst_lame_class_init),
13647         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
13648         Only enable lame presets if version of lame has presets in API
13649
13650 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
13651         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
13652         * gst/udp/gstudpsrc.h:
13653           Don't call gst_pad_push in a get function. Fixes #150449
13654
13655 2004-08-18  Wim Taymans  <wim@fluendo.com>
13656
13657         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
13658         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
13659         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
13660         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13661         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13662         (gst_fdset_wait):
13663         * gst/tcp/gstfdset.h:
13664         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13665         (gst_multifdsink_client_queue_buffer),
13666         (gst_multifdsink_handle_client_write):
13667         * gst/tcp/gstmultifdsink.h:
13668         Some extra checks in gstfdset.
13669         Only use send() when the fd is a socket. Don't try to
13670         read from write only fds.
13671
13672 2004-08-18  Wim Taymans  <wim@fluendo.com>
13673
13674         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
13675         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
13676         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13677         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13678         (gst_fdset_wait):
13679         Add more locking and bounds checking.
13680
13681 2004-08-18  Wim Taymans  <wim@fluendo.com>
13682
13683         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
13684         Realloc test fdset in the lock and right before starting
13685         the poll call. Bump the limit to 4096.
13686
13687 2004-08-17  David Schleef  <ds@schleef.org>
13688
13689         * sys/sunaudio/Makefile.am:
13690         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
13691         of rates and channels.  Make debugging less obnoxious.
13692
13693         Patch from Balamurali Viswanathan implementing a mixer for
13694         Sun audio.  (bug #144091):
13695         * sys/sunaudio/gstsunelement.c:
13696         * sys/sunaudio/gstsunelement.h:
13697         * sys/sunaudio/gstsunmixer.c:
13698         * sys/sunaudio/gstsunmixer.h:
13699
13700 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13701
13702         * gst/audioscale/gstaudioscale.c:
13703         * gst/audioscale/gstaudioscale.h:
13704         made audioscale resample from any sample rate to any sample rate
13705
13706 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13707
13708         * ext/libpng/gstpngdec.c:
13709           error out on unsupported types
13710
13711 2004-08-17  Iain <iaingnome@gmail.com>
13712
13713         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
13714         mid_side and loose_mid_side properties if its a stereo stream.
13715
13716 2004-08-17  Wim Taymans  <wim@fluendo.com>
13717
13718         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
13719         (theora_get_formats), (theora_dec_src_convert),
13720         (theora_dec_sink_convert), (theora_dec_src_query),
13721         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
13722         Add a debug line.
13723
13724 2004-08-17  Wim Taymans  <wim@fluendo.com>
13725
13726         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
13727         (gst_ogg_pad_push):
13728         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13729         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
13730         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
13731         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
13732         Mark delta units in the muxer.
13733         Try to decode the packet after an out-of-sync error from
13734         libogg.
13735
13736 2004-08-17  Wim Taymans  <wim@fluendo.com>
13737
13738         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13739         (gst_multifdsink_init), (gst_multifdsink_add),
13740         (gst_multifdsink_client_queue_buffer),
13741         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
13742         * gst/tcp/gstmultifdsink.h:
13743         Added option to send a keyframe to clients as the first buffer.
13744         Make timeout property writable.
13745
13746 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13747
13748         patch by: Wim Taymans
13749
13750         * gst/tcp/gstfdset.c:
13751         * gst/tcp/gstmultifdsink.c:
13752           fix index comparison, should include 0
13753
13754 2004-08-16  Wim Taymans  <wim@fluendo.com>
13755
13756         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
13757         (gst_fdset_add_fd), (gst_fdset_remove_fd),
13758         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13759         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13760         (gst_fdset_wait):
13761           copy when reallocing for poll so the select arguments don't get
13762           changed during the call
13763
13764 2004-08-16  Wim Taymans  <wim@fluendo.com>
13765
13766         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
13767         (gst_theora_enc_class_init), (theora_enc_sink_link),
13768         (theora_buffer_from_packet), (theora_enc_chain):
13769         Fix bug where buffers were not marked as keyframes
13770         correctly.
13771
13772 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13773
13774         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
13775         (gst_lame_preset_get_type), (gst_lame_class_init):
13776         describe the enum values for vbr mode and presets more verbosely
13777
13778 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13779
13780         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
13781         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
13782         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
13783         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
13784         * ext/lame/gstlame.h:
13785         add preset property to lame so it can use lame presets
13786
13787 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13788
13789         * ext/lame/gstlame.c: (gst_lame_get_property):
13790         whoops forgot break, thanks teuf
13791
13792 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13793
13794         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
13795         (gst_lame_class_init), (gst_lame_src_getcaps),
13796         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
13797         (gst_lame_get_property), (gst_lame_setup):
13798         * ext/lame/gstlame.h:
13799         fix lame's broken vbr stuff, allow it to resample if need be, and also
13800         make xing header optional
13801
13802 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13803
13804         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
13805         added getcaps function so samplerate doesnt get fixated to silly values
13806
13807 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13808
13809         * ext/lame/gstlame.c: (gst_lame_src_link):
13810         revert previous fix
13811
13812 2004-08-12  Johan Dahlin  <johan@gnome.org>
13813
13814         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
13815         checks. Doesn't matter what state we are in. Interfaces are a
13816         compile time thing, not runtime. It also broke the python bindings.
13817
13818 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13819
13820         * ext/lame/gstlame.c: (gst_lame_src_link):
13821         made source pad link function check if sinkpad is ok..fixes the problem
13822         where core fixates the output rate of lame stupidly
13823
13824 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13825
13826         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
13827         * sys/v4l/v4l_calls.c:
13828         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
13829           fix fixate function to handle nonsimple caps.
13830           remove bogus check in _link
13831           cleanups
13832
13833 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13834
13835         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
13836         set default compression ratio parameter to 0.0 so bitrate parameter
13837         works :)
13838
13839 2004-08-11  David Schleef  <ds@schleef.org>
13840
13841         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
13842
13843 2004-08-11  David Schleef  <ds@schleef.org>
13844
13845         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
13846         before.
13847
13848 2004-08-11  David Schleef  <ds@schleef.org>
13849
13850         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
13851
13852 2004-08-11  David Schleef  <ds@schleef.org>
13853
13854         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
13855           license field
13856         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
13857         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
13858           LGPL.
13859         * gst/auparse/gstauparse.c: Fix plugin license field.
13860         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
13861         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
13862         * gst/rtp/gstrtp.c: Fix plugin license field.
13863
13864 2004-08-11  Wim Taymans  <wim@fluendo.com>
13865
13866         * gst/tcp/Makefile.am:
13867         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
13868         (ensure_size), (gst_fdset_new), (gst_fdset_free),
13869         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
13870         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
13871         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
13872         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
13873         (gst_fdset_fd_can_write), (gst_fdset_wait):
13874         * gst/tcp/gstfdset.h:
13875         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
13876         (gst_multifdsink_class_init), (gst_multifdsink_init),
13877         (gst_multifdsink_add), (gst_multifdsink_remove),
13878         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13879         (gst_multifdsink_remove_client_link),
13880         (gst_multifdsink_handle_client_read),
13881         (gst_multifdsink_client_queue_data),
13882         (gst_multifdsink_client_queue_caps),
13883         (gst_multifdsink_client_queue_buffer),
13884         (gst_multifdsink_handle_client_write),
13885         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13886         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
13887         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
13888         (gst_multifdsink_close):
13889         * gst/tcp/gstmultifdsink.h:
13890         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13891         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13892         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
13893         (gst_tcpserversink_close):
13894         * gst/tcp/gsttcpserversink.h:
13895         Abstracted away the select call, implemented poll (yes we ran into
13896         the 1024 limit in production).
13897
13898 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13899
13900         * gst/tcp/gsttcp.c:
13901         * gst/tcp/gsttcpplugin.c:
13902           improve debuggging, remove assert
13903
13904 2004-08-10  Wim Taymans  <wim@fluendo.com>
13905
13906         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
13907         (gst_client_status_get_type), (gst_multifdsink_class_init),
13908         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
13909         (gst_multifdsink_handle_client_read),
13910         (gst_multifdsink_handle_client_write),
13911         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13912         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
13913         (gst_multifdsink_get_property):
13914         * gst/tcp/gstmultifdsink.h:
13915         * gst/tcp/gsttcp-marshal.list:
13916         Starting to prepare for specifying buffer time in other units
13917         than buffers. Expose remove reason in signal.
13918
13919 2004-08-10  Wim Taymans  <wim@fluendo.com>
13920
13921         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13922         (gst_multifdsink_remove), (gst_multifdsink_clear),
13923         (gst_multifdsink_remove_client_link),
13924         (gst_multifdsink_handle_client_read),
13925         (gst_multifdsink_client_queue_data),
13926         (gst_multifdsink_client_queue_buffer),
13927         (gst_multifdsink_handle_client_write),
13928         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13929         (gst_multifdsink_chain), (gst_multifdsink_close):
13930         * gst/tcp/gstmultifdsink.h:
13931         Added more debugging info. Changed the way clients are
13932         removed from the lists. Fixed a bug where a bad file descriptor
13933         could cause many clients to be removed.
13934
13935 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13936
13937         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
13938           allow all pixel-aspect-ratios, not just 1:1
13939
13940 2004-08-09  David Schleef  <ds@schleef.org>
13941
13942         * sys/glsink/ARB_multitexture.h:  Remove old files.
13943         * sys/glsink/EXT_paletted_texture.h:
13944         * sys/glsink/NV_register_combiners.h:
13945         * sys/glsink/gstgl_nvimage.c:
13946         * sys/glsink/gstgl_pdrimage.c:
13947         * sys/glsink/gstgl_rgbimage.c:
13948         * sys/glsink/gstglsink.c:
13949         * sys/glsink/gstglsink.h:
13950         * sys/glsink/gstglxwindow.c:
13951         * sys/glsink/regcomb_yuvrgb.c:
13952
13953 2004-08-09  David Schleef  <ds@schleef.org>
13954
13955         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
13956         GL sink plugin.  (Bug #147302)
13957
13958         * configure.ac: Test for OpenGL
13959         * sys/Makefile.am: Use test for OpenGL
13960         * sys/glsink/Makefile.am:
13961         * sys/glsink/glimagesink.c: rewrite
13962         * sys/glsink/glimagesink.h: rewrite
13963
13964 2004-08-09  David Schleef  <ds@schleef.org>
13965
13966         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
13967         sane framerates.
13968         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
13969         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
13970         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
13971
13972 2004-08-09  Wim Taymans  <wim@fluendo.com>
13973
13974         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13975         (gst_multifdsink_add), (gst_multifdsink_get_stats),
13976         (gst_multifdsink_client_remove),
13977         (gst_multifdsink_handle_client_read),
13978         (gst_multifdsink_handle_client_write),
13979         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
13980         Do a bit more logging, make the client_read code more robust.
13981
13982 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13983
13984         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
13985         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
13986         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
13987         (gst_jpegdec_init), (gst_jpegdec_chain):
13988         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13989         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
13990           cleanups, debugging fixes and memleak plugging
13991
13992 2004-08-09  Wim Taymans  <wim@fluendo.com>
13993
13994         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
13995         (theora_get_formats), (theora_dec_src_convert),
13996         (theora_dec_sink_convert), (theora_dec_src_query),
13997         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
13998         (theora_dec_change_state):
13999         Don't crash on missing header packets.
14000
14001 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14002
14003         * po/LINGUAS:
14004         * po/sq.po:
14005           Added Albanian translation (Laurent Dhima)
14006         * po/cs.po:
14007           updated
14008
14009 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14010
14011         * ext/lame/gstlame.c:
14012           fix/add debugging
14013
14014 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14015
14016         * sys/ximage/ximagesink.c:
14017         * sys/xvimage/xvimagesink.c:
14018           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
14019
14020 2004-08-06  Wim Taymans  <wim@fluendo.com>
14021
14022         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14023         (gst_multifdsink_add), (gst_multifdsink_get_stats),
14024         (gst_multifdsink_client_remove),
14025         (gst_multifdsink_handle_client_read),
14026         (gst_multifdsink_handle_client_write),
14027         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
14028         Make sure we don't try to read more from a client that what
14029         ioctl says us or we deadlock.
14030
14031 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14032
14033         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
14034         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
14035         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
14036           decouple running_time and n_frames so it can handle changing
14037           framerate while running
14038
14039 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14040
14041         * po/nl.po:
14042         * po/sv.po:
14043           updated translations
14044
14045 2004-08-04  Benjamin Otte  <otte@gnome.org>
14046
14047         * gst/videotestsrc/gstvideotestsrc.c:
14048         (gst_videotestsrc_get_capslist), (generate_capslist),
14049         (plugin_init):
14050           generate the list of supported caps at startup and reuse it instead
14051           of always generating it
14052
14053 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14054
14055         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
14056           whoops, last checkin broke normal build
14057
14058 2004-08-03  Benjamin Otte  <otte@gnome.org>
14059
14060         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
14061         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
14062         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
14063         (gst_alsa_mixer_get_option):
14064         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
14065         (dvdnavsrc_print_event):
14066         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
14067         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
14068         (gst_ogg_mux_pad_unlink):
14069         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
14070         (gst_multipart_mux_pad_unlink):
14071         * gst/videofilter/gstvideobalance.c:
14072         (gst_videobalance_colorbalance_set_value):
14073         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
14074         (gst_videomixer_pad_unlink):
14075         * po/uk.po:
14076         * sys/oss/gstossmixer.c:
14077         * sys/v4l/gstv4lcolorbalance.c:
14078         * sys/v4l/gstv4ltuner.c:
14079         * sys/v4l/v4lsrc_calls.c:
14080         * sys/v4l2/gstv4l2colorbalance.c:
14081         * sys/v4l2/gstv4l2tuner.c:
14082           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
14083
14084 2004-08-03  Benjamin Otte  <otte@gnome.org>
14085
14086         * examples/dynparams/filter.c: (ui_control_create):
14087         * examples/gstplay/player.c: (print_tag):
14088         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
14089         * ext/gdk_pixbuf/gstgdkanimation.c:
14090         (gst_gdk_animation_iter_may_advance):
14091         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
14092         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
14093         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
14094         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
14095         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
14096         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
14097         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
14098         * gst/sine/demo-dparams.c: (main):
14099         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
14100         * testsuite/alsa/formats.c: (create_pipeline):
14101         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
14102           fixes for G_DISABLE_ASSERT and friends
14103         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
14104         (mp3_type_frame_length_from_header), (mp3_type_find),
14105         (plugin_init):
14106           require mp3 typefinding to have at least MIN_HEADERS valid headers
14107           add typefinding for AAC adts files
14108
14109 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
14110
14111         * sys/ximage/ximagesink.c:
14112         (gst_ximagesink_calculate_pixel_aspect_ratio):
14113         * sys/xvimage/xvimagesink.c:
14114         (gst_xvimagesink_calculate_pixel_aspect_ratio):
14115         Make sure we calculate pixel-aspect-ratio using floating point maths
14116
14117 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14118
14119         * po/uk.po:
14120           updated translation
14121
14122 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14123
14124         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
14125         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
14126           add debugging for display PAR calculation
14127
14128 2004-08-02  David Schleef  <ds@schleef.org>
14129
14130         * configure.ac: Fix mikmod CFLAGS.
14131
14132 2004-07-27  Benjamin Otte  <otte@gnome.org>
14133
14134         * gst/audioscale/gstaudioscale.c:
14135         - fix templates to only support S16, it's the only format that works
14136         - make caps nego code use try_set_caps_nonfixed and fixation instead
14137         of try_set_caps twice, which is not nice for autopluggers
14138         - change rank to secondary, so autopluggers can pick it up after
14139         audioconvert
14140
14141 2004-08-02  Iain <iain@prettypeople.org>
14142
14143         * gst/interleave/interleave.c (interleave_init),
14144         (interleave_request_new_pad),
14145         (interleave_pad_removed),
14146         (interleave_buffered_loop): Use the real pad count, not the artificial
14147         one.
14148
14149 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14150
14151         * configure.ac: bump nano back to development
14152
14153 === release 0.8.3 ===
14154
14155 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14156
14157         * configure.ac: releasing 0.8.3, "Water"
14158
14159 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14160
14161         * sys/xvimage/xvimagesink.c:
14162         (gst_xvimagesink_calculate_pixel_aspect_ratio),
14163         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
14164         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
14165         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
14166         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
14167         * sys/xvimage/xvimagesink.h:
14168           apply similar PAR fixes as to ximagesink
14169
14170 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14171
14172         patch from: Benjamin Otte
14173
14174         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
14175           add link function to lame.  Fixes #148986.
14176
14177 2004-08-02  Johan Dahlin  <johan@gnome.org>
14178
14179         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
14180         fix debugging log
14181
14182 2004-07-30  David Schleef  <ds@schleef.org>
14183
14184         * gst/videomixer/Makefile.am: Fix things that should have been
14185         fixed in the last checkin.
14186
14187 2004-07-30  David Schleef  <ds@schleef.org>
14188
14189         * gst/multipart/Makefile.am: Fix things that should have been
14190         fixed in the last checkin.
14191
14192 2004-07-30  David Schleef  <ds@schleef.org>
14193
14194         * testsuite/multifilesink/Makefile.am: Fix unused variable.
14195
14196 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14197
14198         * configure.ac:
14199           bump nano for prerelease
14200         * po/af.po:
14201         * po/az.po:
14202         * po/cs.po:
14203         * po/en_GB.po:
14204         * po/hu.po:
14205         * po/nl.po:
14206         * po/sr.po:
14207         * po/sv.po:
14208         * po/uk.po:
14209           updates
14210
14211 2004-07-30  Wim Taymans  <wim@fluendo.com>
14212
14213         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14214         (gst_multifdsink_add), (gst_multifdsink_remove),
14215         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
14216         (gst_multifdsink_client_remove),
14217         (gst_multifdsink_handle_client_write),
14218         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
14219         * gst/tcp/gstmultifdsink.h:
14220         Recover from a select with a bad file descriptor by removing
14221         the client.
14222
14223 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14224
14225         * configure.ac:
14226           fix requirement of core
14227         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
14228         (gst_play_pipeline_setup):
14229           don't use colorspace element.  do use hermescolorspace element.
14230           make macro to get a colorspace element.
14231           mark strings for translation.
14232         * po/POTFILES.in:
14233           add play.c
14234         * po/af.po:
14235         * po/az.po:
14236         * po/cs.po:
14237         * po/en_GB.po:
14238         * po/hu.po:
14239         * po/nl.po:
14240         * po/sr.po:
14241         * po/sv.po:
14242         * po/uk.po:
14243           update translations
14244
14245 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14246
14247         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
14248         fix default for newmedia flag
14249
14250 2004-07-30  Wim Taymans  <wim@fluendo.com>
14251
14252         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
14253         (gst_theora_dec_init), (theora_get_formats),
14254         (theora_dec_src_convert), (theora_dec_sink_convert),
14255         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14256         (theora_dec_chain), (theora_dec_set_property),
14257         (theora_dec_get_property):
14258         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
14259         (gst_theora_enc_class_init), (gst_theora_enc_init),
14260         (theora_enc_sink_link), (theora_enc_chain),
14261         (theora_enc_set_property), (theora_enc_get_property):
14262         Added cropping option to theora decoder.
14263         Added border option to theora encoder.
14264
14265 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14266
14267         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14268         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
14269         (gst_pngenc_set_property):
14270         * ext/libpng/gstpngenc.h:
14271         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
14272
14273 2004-07-30  Wim Taymans  <wim@fluendo.com>
14274
14275         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14276         (theora_enc_sink_link), (theora_enc_chain),
14277         (theora_enc_set_property), (theora_enc_get_property):
14278         Fix encoding of non-multiple-of-16 video.
14279
14280 2004-07-29  David Schleef  <ds@schleef.org>
14281
14282         * configure.ac: make test for audiofile more strict
14283
14284 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14285
14286         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14287           give different names to typefind functions
14288
14289 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14290
14291         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14292         (gst_ximagesink_calculate_pixel_aspect_ratio),
14293         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
14294         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
14295         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
14296         (gst_ximagesink_get_property), (gst_ximagesink_init):
14297         * sys/ximage/ximagesink.h:
14298           allocate PAR's dynamically.
14299           use autodetected PAR if no object-set PAR is given.
14300           add workaround for directfb's X not setting physical size.
14301           fix to xvimagesink will follow tomorrow.
14302
14303 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14304
14305         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
14306         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
14307         (gst_shout2send_get_type), (gst_shout2send_set_clock),
14308         (gst_shout2send_class_init), (gst_shout2send_init),
14309         (set_shout_metadata), (gst_shout2send_set_metadata),
14310         (gst_shout2send_chain), (gst_shout2send_set_property),
14311         (gst_shout2send_get_property), (gst_shout2send_connect),
14312         (gst_shout2send_change_state):
14313         * ext/shout2/gstshout2.h:
14314         - fix for sending mp3 audio to icecast2 server, if pad link function not
14315         called before PAUSED state
14316         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
14317         - added tagging support for mp3 audio broadcasted
14318         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
14319         debug info
14320
14321 2004-07-28  Wim Taymans  <wim@fluendo.com>
14322
14323         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
14324         (gst_ogg_demux_push):
14325         Return query failure when we don't know the length of
14326         an ogg stream insteda of returning TRUE with a bogus value.
14327
14328 2004-07-28  Wim Taymans  <wim@fluendo.com>
14329
14330         * ext/theora/theoradec.c: (theora_get_formats),
14331         (theora_dec_src_convert), (theora_dec_sink_convert),
14332         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14333         (theora_dec_chain):
14334         Don't screw up the 1 Chroma for 1 luma sample situation when we
14335         have an odd offset/width by adding a black border in those cases.
14336
14337 2004-07-28  Wim Taymans  <wim@fluendo.com>
14338
14339         * ext/theora/theoradec.c: (theora_get_formats),
14340         (theora_dec_src_convert), (theora_dec_sink_convert),
14341         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14342         (theora_dec_chain):
14343         * ext/theora/theoraenc.c: (theora_enc_sink_link):
14344         Added first attempt at cropping of the image as required by the
14345         theora spec. We need more properties in the caps (offset_x,
14346         offset_y,stride) to implement this correctly.
14347
14348 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
14349
14350         * ext/dvdnav/README:
14351           Update the README to use dvddemux
14352         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
14353           Ensure getcaps returns a subset of the template caps
14354         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
14355         (gst_mpeg2subt_init):
14356           Ensure getcaps returns a subset of the template caps
14357         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
14358         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
14359         (gst_dvd_demux_get_subpicture_stream),
14360         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
14361         * gst/mpegstream/gstdvddemux.h:
14362           Set the explicit caps on the current_video pad before pushing
14363           anything
14364         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
14365         (gst_mpeg_demux_get_audio_stream):
14366           Free caps used to gst_pad_set_explicit_caps, which takes a const
14367           GstCaps *
14368
14369 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14370
14371         * configure.ac: update GStreamer requirement to 0.8.4 because of
14372           GstFraction.
14373
14374 2004-07-28  Wim Taymans  <wim@fluendo.com>
14375
14376         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
14377         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
14378         Add the pad to the element after setting up the caps. This
14379         makes it a lot easier to autoplug.
14380
14381 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
14382
14383         * gst/median/gstmedian.c:
14384         * gst/mpeg2subt/gstmpeg2subt.c:
14385         * gst/mpegaudioparse/gstmpegaudioparse.c:
14386         * gst/mpegstream/gstdvddemux.c:
14387         * gst/mpegstream/gstmpegdemux.c:
14388         * gst/mpegstream/gstmpegpacketize.c:
14389         * gst/rtjpeg/gstrtjpeg.c:
14390         * gst/rtjpeg/gstrtjpegdec.c:
14391         * gst/rtjpeg/gstrtjpegenc.c:
14392         * gst/sine/gstsinesrc.c:
14393         * gst/smooth/gstsmooth.c:
14394         * gst/smpte/gstsmpte.c:
14395         * gst/smpte/gstsmpte.h:
14396         * gst/stereo/gststereo.c:
14397         * gst/videofilter/gstgamma.c:
14398         * gst/videofilter/gstvideobalance.c:
14399         * gst/videofilter/gstvideofilter.c:
14400         * gst/videofilter/gstvideoflip.c:
14401         * gst/videoscale/gstvideoscale.c:
14402         * gst/videoscale/videoscale.c:
14403         * gst/videotestsrc/gstvideotestsrc.c:
14404         * gst/videotestsrc/videotestsrc.c:
14405         * gst/wavenc/gstwavenc.c:
14406         * gst/wavparse/gstwavparse.c:
14407           fix local includes and 64 bits constants
14408
14409 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
14410
14411         * win32/gst.sln:
14412         * gst-libs/gst/*/*.vcproj:
14413         * gst/*/*.vcproj:
14414           more working plugins
14415
14416 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14417
14418         * testsuite/alsa/Makefile.am:
14419         * testsuite/alsa/srcstate.c:
14420         add test for alsasrc changing state
14421
14422 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14423
14424         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
14425         (gst_silence_get):
14426         * gst/silence/gstsilence.h:
14427         fix silence generation for 16bit raw audio
14428
14429 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14430
14431         * gst/matroska/matroska-demux.c:
14432         (gst_matroska_demux_parse_metadata),
14433         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
14434         * gst/mpegaudio/common.c:
14435         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
14436         (gst_videoscale_getcaps), (gst_videoscale_link),
14437         (gst_videoscale_src_fixate), (gst_videoscale_init),
14438         (gst_videoscale_finalize):
14439         * gst/videoscale/gstvideoscale.h:
14440         * gst/videotestsrc/gstvideotestsrc.c:
14441         (gst_videotestsrc_get_capslist):
14442         * gst/wavenc/gstwavenc.c:
14443         * sys/oss/gstossmixer.c: (fill_labels):
14444         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14445         (gst_ximagesink_handle_xevents),
14446         (gst_ximagesink_calculate_pixel_aspect_ratio),
14447         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
14448         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
14449         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
14450         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
14451         (gst_ximagesink_init), (gst_ximagesink_class_init):
14452         * sys/ximage/ximagesink.h:
14453         * sys/xvimage/xvimagesink.c:
14454         (gst_xvimagesink_calculate_pixel_aspect_ratio),
14455         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
14456         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
14457         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
14458         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
14459         * sys/xvimage/xvimagesink.h:
14460           first batch of pixel aspect ratio commits.
14461
14462 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14463
14464         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14465         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
14466         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
14467           handle stride, needs work if we want to move stride handling
14468           upstream, but works correctly for our purposes.
14469
14470 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14471
14472         * gst/videoscale/README:
14473           add testing examples
14474         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
14475         (gst_videoscale_chain):
14476         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
14477         (gst_videoscale_get_size):
14478           add get_size function that handles stride like videotestsrc.
14479           fixes conversion for YUV formats for as much as I can test them.
14480
14481 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14482
14483         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
14484         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
14485         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14486         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
14487         (gst_xvimagesink_xvimage_put):
14488           further cleanups, logging, error handling and synchronizing
14489
14490 2004-07-27  Wim Taymans  <wim@fluendo.com>
14491
14492         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14493         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
14494         (gst_videomixer_pad_set_property),
14495         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
14496         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14497         (gst_videomixer_class_init), (gst_videomixer_init),
14498         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
14499         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
14500         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
14501         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
14502         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14503         (gst_videomixer_loop), (plugin_init):
14504         Be a nicer negotiation citizen and provide a getcaps function on
14505         the srcpad. This also fixes a crash when resizing.
14506
14507 2004-07-27  Julien MOUTTE  <julien@moutte.net>
14508
14509         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14510         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
14511
14512 2004-07-27  Wim Taymans  <wim@fluendo.com>
14513
14514         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
14515         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14516         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
14517         (gst_pngenc_set_property):
14518         * ext/libpng/gstpngenc.h:
14519         Added snapshot property to pngenc.
14520         removed g_print from pngdec
14521
14522 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
14523
14524         * gst/ac3parse/ac3parse.vcproj
14525         * gst/adder/adder.vcproj
14526         * gst/alpha/alpha.vcproj
14527         * gst/alpha/alphacolor.vcproj
14528         * gst/asfdemux/asf.vcproj
14529         * gst/audioconvert/audioconvert.vcproj
14530         * gst/audiorate/audiorate.vcproj
14531         * gst/audioscale/audioscale.vcproj
14532         * gst/auparse/auparse.vcproj
14533         * gst/avi/avi.vcproj
14534         * gst/cdxaparse/cdxaparse.vcproj
14535         * gst/chart/chart.vcproj
14536         * gst/colorspace/colorspace.vcproj
14537         * gst/cutter/cutter.vcproj
14538         * gst/debug/debug.vcproj
14539         * gst/debug/efence.vcproj
14540         * gst/debug/navigationtest.vcproj
14541         * gst/deinterlace/deinterlace.vcproj
14542         * gst/effectv/effectv.vcproj
14543         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
14544         * gst/filter/filter.vcproj
14545         * gst/flx/flxdec.vcproj
14546         * gst/goom/goom.vcproj
14547         * gst/interleave/interleave.vcproj
14548         * gst/law/alaw.vcproj
14549         * gst/law/mulaw.vcproj
14550         * gst/matroska/matroska.vcproj
14551         * gst/median/median.vcproj
14552         * gst/mixmatrix/mixmatrix.vcproj
14553         * gst/mpeg1sys/mpeg1systemencode.vcproj
14554         * gst/mpeg1videoparse/mp1videoparse.vcproj
14555         * gst/mpeg2sub/mpeg2subt.vcproj
14556         * gst/mpegaudio/mpegaudio.vcproj
14557         * gst/mpegaudioparse/mpegaudioparse.vcproj
14558         * gst/mpegstream/mpegstream.vcproj
14559         * gst/multifilesink/multifilesink.vcproj
14560         * gst/multipart/multipart.vcproj
14561         * gst/oneton/oneton.vcproj
14562         * gst/overlay/overlay.vcproj
14563         * gst/passthrough/passthrough.vcproj
14564         * gst/qtdemux/qtdemux.vcproj
14565         * gst/realmedia/rmdemux.vcproj
14566         * gst/rtjpeg/rtjpeg.vcproj
14567         * gst/rtp/rtp.vcproj
14568         * gst/silence/silence.vcproj
14569         * gst/sine/sinesrc.vcproj
14570         * gst/smooth/smooth.vcproj
14571         * gst/smpte/smpte.vcproj
14572         * gst/spectrum/spectrum.vcproj
14573         * gst/speed/speed.vcproj
14574         * gst/stereo/stereo.vcproj
14575         * gst/switch/switch.vcproj
14576         * gst/tags/tagedit.vcproj
14577         * gst/tcp/tcp.vcproj
14578         * gst/typefind/typefindfunctions.vcproj
14579         * gst/udp/udp.vcproj
14580         * gst/videobox/videobox.vcproj
14581         * gst/videocrop/videocrop.vcproj
14582         * gst/videodrop/videodrop.vcproj
14583         * gst/videofilter/gamma.vcproj
14584         * gst/videofilter/videobalance.vcproj
14585         * gst/videofilter/videofilter.vcproj
14586         * gst/videofilter/videoflip.vcproj
14587         * gst/videoflip/videoflip.vcproj
14588         * gst/videomixer/videomixer.vcproj
14589         * gst/videorate/videorate.vcproj
14590         * gst/videoscale/videoscale.vcproj
14591         * gst/videotestsrc/videotestsrc.vcproj
14592         * gst/virtualdub/virtualdub.vcproj
14593         * gst/volenv/volenv.vcproj
14594         * gst/volume/volume.vcproj
14595         * gst/wavenc/wavenc.vcproj
14596         * gst/wavparse/wavparse.vcproj
14597         * gst/y4m/y4menc.vcproj
14598         * gst-libs/gst/audio/audio.vcproj
14599         * gst-libs/gst/audio/audiofilter.vcproj
14600         * gst-libs/gst/colorbalance/colorbalance.vcproj
14601         * gst-libs/gst/idct/idtc.vcproj
14602         * gst-libs/gst/media-info/media-info.vcproj
14603         * gst-libs/gst/mixer/mixer.vcproj
14604         * gst-libs/gst/navigation/navigation.vcproj
14605         * gst-libs/gst/play/play.vcproj
14606         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
14607         * gst-libs/gst/resample/resample.vcproj
14608         * gst-libs/gst/riff/riff.vcproj
14609         * gst-libs/gst/tuner/tuner.vcproj
14610         * gst-libs/gst/video/video.vcproj
14611         * gst-libs/gst/xoverlay/xoverlay.vcproj
14612           avoid problems with math.h, fix release dependancy
14613           rename GStreamer-0.8.lib to libgstreamer.lib
14614
14615 2004-07-27  Julien MOUTTE  <julien@moutte.net>
14616
14617         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
14618         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
14619         the atom is not available we have to unlock the mutex. Fixes #148023
14620
14621 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14622
14623         * gst-libs/gst/media-info/media-info.h:
14624           issue for a vararg macro with MSVC
14625
14626 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14627
14628         * gst/effectv/effectv.vcproj
14629         * gst-libs/gst/idct/idct.vcproj:
14630         * gst-libs/gst/media-info/media-info.vcproj:
14631         * gst-libs/gst/navigation/navigation.vcproj:
14632         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
14633         * gst-libs/gst/video/video.vcproj:
14634         * gst-libs/gst/xoverlay/xoverlay.vcproj:
14635           fixes for build problems
14636
14637 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14638
14639         * gst-libs/gst/audio/audio.def:
14640         * gst-libs/gst/audio/riff.def:
14641           add some definitions needed by plugins
14642
14643 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14644
14645         * gst/asfdemux/gstasfmux.c
14646           Fix some 64 bits constants to be glib friendly
14647
14648 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14649
14650         * gst/ac3parse/gstac3parse.c
14651         * gst/audioscale/gstaudioscale.c
14652         * gst/auparse/gstauparse.c
14653         * gst/colorspace/gstcolorspace.c
14654         * gst/colorspace/yuv2rgb.h
14655           local include fixes
14656
14657 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14658
14659         * win32/gst.sln
14660           add more plugins to the build
14661
14662 2004-07-26  Julien MOUTTE  <julien@moutte.net>
14663
14664         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
14665         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
14666
14667 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14668
14669         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
14670         (gst_level_set_property), (gst_level_get_property),
14671         (gst_level_base_init), (gst_level_class_init):
14672           add debugging categories.  cleanups.
14673
14674 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14675
14676         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
14677         (gst_videoscale_planar411), (gst_videoscale_planar400),
14678         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
14679         (gst_videoscale_scale_nearest_str1),
14680         (gst_videoscale_scale_nearest_str2),
14681         (gst_videoscale_scale_nearest_str4),
14682         (gst_videoscale_scale_nearest_16bit),
14683         (gst_videoscale_scale_nearest_24bit):
14684           fixed stride issues
14685           tested with 320x240 -> 321, 322, 324 x240
14686           tested with YV12, I420, YUY2, UYVY
14687           fixed packed422rev (don't think it could have worked before)
14688           by testing with UYVY
14689
14690 2004-07-26  Benjamin Otte  <otte@gnome.org>
14691
14692         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
14693         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
14694         (plugin_init):
14695           add debugging category, add error checks like checking return values
14696           of setup calls, make sure it still works after
14697           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
14698
14699 2004-07-26  Wim Taymans  <wim@fluendo.com>
14700
14701         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
14702         (gst_mpeg_demux_get_audio_stream),
14703         (gst_mpeg_demux_process_private):
14704         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
14705         Check for error codes from the negotiation functions. Make sure
14706         we really set the pad caps when a new pad is created.
14707
14708 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14709
14710         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14711         (gst_ffmpeg_caps_to_pix_fmt):
14712         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
14713         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14714         (gst_ffmpegcolorspace_pad_link):
14715           don't make function do two things at the same time without reason.
14716
14717 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14718
14719         * gst/ac3parse/ac3parse.vcproj
14720         * gst/adder/adder.vcproj
14721         * gst/alpha/alpha.vcproj
14722         * gst/alpha/alphacolor.vcproj
14723         * gst/asfdemux/asf.vcproj
14724         * gst/audioconvert/audioconvert.vcproj
14725         * gst/audiorate/audiorate.vcproj
14726         * gst/audioscale/audioscale.vcproj
14727         * gst/auparse/auparse.vcproj
14728         * gst/avi/avi.vcproj
14729         * gst/cdxaparse/cdxaparse.vcproj
14730         * gst/chart/chart.vcproj
14731         * gst/colorspace/colorspace.vcproj
14732         * gst/cutter/cutter.vcproj
14733         * gst/debug/debug.vcproj
14734         * gst/debug/efence.vcproj
14735         * gst/debug/navigationtest.vcproj
14736         * gst/deinterlace/deinterlace.vcproj
14737         * gst/effectv/effectv.vcproj
14738         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
14739         * gst/filter/filter.vcproj
14740         * gst/flx/flxdec.vcproj
14741         * gst/goom/goom.vcproj
14742         * gst/interleave/interleave.vcproj
14743         * gst/law/alaw.vcproj
14744         * gst/law/mulaw.vcproj
14745         * gst/matroska/matroska.vcproj
14746         * gst/median/median.vcproj
14747         * gst/mixmatrix/mixmatrix.vcproj
14748         * gst/mpeg1sys/mpeg1systemencode.vcproj
14749         * gst/mpeg1videoparse/mp1videoparse.vcproj
14750         * gst/mpeg2sub/mpeg2subt.vcproj
14751         * gst/mpegaudio/mpegaudio.vcproj
14752         * gst/mpegaudioparse/mpegaudioparse.vcproj
14753         * gst/mpegstream/mpegstream.vcproj
14754         * gst/multifilesink/multifilesink.vcproj
14755         * gst/multipart/multipart.vcproj
14756         * gst/oneton/oneton.vcproj
14757         * gst/overlay/overlay.vcproj
14758         * gst/passthrough/passthrough.vcproj
14759         * gst/qtdemux/qtdemux.vcproj
14760         * gst/realmedia/rmdemux.vcproj
14761         * gst/rtjpeg/rtjpeg.vcproj
14762         * gst/rtp/rtp.vcproj
14763         * gst/silence/silence.vcproj
14764         * gst/sine/sinesrc.vcproj
14765         * gst/smooth/smooth.vcproj
14766         * gst/smpte/smpte.vcproj
14767         * gst/spectrum/spectrum.vcproj
14768         * gst/speed/speed.vcproj
14769         * gst/stereo/stereo.vcproj
14770         * gst/switch/switch.vcproj
14771         * gst/tags/tagedit.vcproj
14772         * gst/tcp/tcp.vcproj
14773         * gst/typefind/typefindfunctions.vcproj
14774         * gst/udp/udp.vcproj
14775         * gst/videobox/videobox.vcproj
14776         * gst/videocrop/videocrop.vcproj
14777         * gst/videodrop/videodrop.vcproj
14778         * gst/videofilter/gamma.vcproj
14779         * gst/videofilter/videobalance.vcproj
14780         * gst/videofilter/videofilter.vcproj
14781         * gst/videofilter/videoflip.vcproj
14782         * gst/videoflip/videoflip.vcproj
14783         * gst/videomixer/videomixer.vcproj
14784         * gst/videorate/videorate.vcproj
14785         * gst/videoscale/videoscale.vcproj
14786         * gst/videotestsrc/videotestsrc.vcproj
14787         * gst/virtualdub/virtualdub.vcproj
14788         * gst/volenv/volenv.vcproj
14789         * gst/volume/volume.vcproj
14790         * gst/wavenc/wavenc.vcproj
14791         * gst/wavparse/wavparse.vcproj
14792         * gst/y4m/y4menc.vcproj
14793           more plugins supported under windows
14794
14795 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14796
14797         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14798         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
14799         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
14800         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14801         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
14802           Add debugging statements.  Use the sizes as returned by the
14803           *CreateImage calls.
14804
14805 2004-07-26  Johan Dahlin  <johan@gnome.org>
14806
14807         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
14808         the pad is negotiated.
14809
14810         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
14811
14812 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14813
14814         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14815         * gst-libs/gst/idct/idct.vcproj:
14816         * gst-libs/gst/media-info/media-info.vcproj:
14817         * gst-libs/gst/mixer/mixer.vcproj:
14818         * gst-libs/gst/navigation/navigation.vcproj:
14819         * gst-libs/gst/play/play.vcproj:
14820         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
14821         * gst-libs/gst/resample/resample.vcproj:
14822         * gst-libs/gst/tuner/tuner.vcproj:
14823         * gst-libs/gst/video/video.vcproj:
14824         * gst-libs/gst/xoverlay/xoverlay.vcproj:
14825           more plugins supported under windows
14826
14827 2004-07-25 Iain <iain@prettypeople.org>
14828
14829         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
14830         pad now rather than when the pad is created because state changes wipe
14831         explicit caps (fixes #148043).
14832
14833 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
14834
14835         reviewed by Benjamin Otte  <otte@gnome.org>
14836
14837         * ext/mad/gstmad.c:
14838           fix mad plugin crashing on Sun (fixes #148289)
14839
14840 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
14841
14842         * gst/avi/avi.def:
14843         * gst/avi/avi.vcproj:
14844         * gst/matroska/matroska.def:
14845         * gst/matroska/matroska.vcproj:
14846           remove unused .def files
14847
14848 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
14849
14850         * gst-libs/gst/audio/gstaudiofilter.c:
14851           Clean the local include
14852
14853 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
14854
14855         * win32/gst.sln:
14856         * gst-libs/gst/audio/audio.def:
14857         * gst-libs/gst/audio/audio.vcproj:
14858         * gst-libs/gst/audio/audiofilter.vcproj:
14859         * gst-libs/gst/audio/riff.def:
14860         * gst-libs/gst/audio/riff.vcproj:
14861         * gst-libs/gst/gst-libs.def:
14862         * gst-libs/gst/gst-libs.vcproj:
14863         * gst/avi/avi.vcproj:
14864         * gst/avi/avi.vcproj:
14865           Copy the files where needed after building, cleaner projects
14866
14867 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
14868
14869         * gst/matroska/ebml-write.c:
14870           Fix some 64 bits constants to be glib friendly
14871
14872 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
14873
14874         * win32/gst.sln:
14875         * gst-libs/gst/gst-libs.def:
14876         * gst-libs/gst/gst-libs.vcproj:
14877         * gst/matroska/matroska.def:
14878         * gst/matroska/matroska.vcproj:
14879           Add the preliminary canvas to build plugins on Win32
14880
14881 2004-07-23  Benjamin Otte  <otte@gnome.org>
14882
14883         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14884           don't enfore negotiation from source side, it breaks
14885           sinesrc ! audioconvert ! osssink
14886
14887 2004-07-22  David Schleef  <ds@schleef.org>
14888
14889         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
14890         for ELF files, since they can easily be recognized as audio/mpeg.
14891         (bug #147441)
14892
14893 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14894
14895         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
14896         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
14897         (gst_videoscale_scale_nearest_24bit),
14898         (gst_videoscale_scale_nearest_16bit):
14899           fix 16bit and 24bit for stride (24bit might need testing)
14900           don't pretend we do more than one algorithm
14901
14902 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14903
14904         * configure.ac:
14905         * gst/Makefile.am:
14906         * gst/multifilesink/Makefile.am:
14907         * gst/multifilesink/gstmultifilesink.c:
14908         (gst_multifilesink_get_formats),
14909         (gst_multifilesink_get_query_types), (_do_init),
14910         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
14911         (gst_multifilesink_init), (gst_multifilesink_dispose),
14912         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
14913         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
14914         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
14915         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
14916         (gst_multifilesink_chain), (gst_multifilesink_change_state),
14917         (gst_multifilesink_uri_get_type),
14918         (gst_multifilesink_uri_get_protocols),
14919         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
14920         (gst_multifilesink_uri_handler_init), (plugin_init):
14921         * gst/multifilesink/gstmultifilesink.h:
14922         * testsuite/Makefile.am:
14923         * testsuite/multifilesink/Makefile.am:
14924         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
14925         (gst_newmedia_class_init), (gst_newmedia_init),
14926         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14927         (newfile_signal), (test_signal), (main):
14928         multifilesink plugin for creating new files every time a new media
14929         discontinuity event occurs
14930
14931 2004-07-22  Wim Taymans  <wim@fluendo.com>
14932
14933         * gst/alpha/Makefile.am:
14934         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
14935         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
14936         (gst_alpha_color_init), (gst_alpha_color_set_property),
14937         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
14938         (transform), (gst_alpha_color_chain),
14939         (gst_alpha_color_change_state), (plugin_init):
14940         Stupid plugin to to RGBA to AYUV conversion because none of
14941         the colorspace plugins can handle that yet.
14942
14943 2004-07-22  Wim Taymans  <wim@fluendo.com>
14944
14945         * examples/seeking/seek.c: (update_scale), (main):
14946         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
14947         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
14948         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
14949         (gst_decode_bin_init), (gst_decode_bin_dispose),
14950         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
14951         (no_more_pads), (close_link), (type_found),
14952         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
14953         (plugin_init):
14954         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14955         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
14956         (gst_play_base_bin_dispose), (queue_overrun),
14957         (gen_preroll_element), (remove_prerolls), (unknown_type),
14958         (no_more_pads), (new_stream), (setup_source),
14959         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14960         (play_base_eos), (gst_play_base_bin_change_state),
14961         (gst_play_base_bin_add_element),
14962         (gst_play_base_bin_remove_element),
14963         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
14964         (gst_play_base_bin_unlink_stream),
14965         (gst_play_base_bin_get_streaminfo):
14966         * gst/playback/gstplaybin.c: (gen_video_element),
14967         (gen_audio_element):
14968         * gst/playback/gststreaminfo.h:
14969         More playback updates, attempt to fix things after the state change
14970         breakage.
14971
14972 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14973
14974         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
14975         (gst_videoscale_scale_nearest_16bit):
14976           comment algorithm
14977
14978 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14979
14980         * gst/videotestsrc/gstvideotestsrc.c:
14981         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
14982         (gst_videotestsrc_init), (gst_videotestsrc_get),
14983         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
14984         (gst_videotestsrc_get_property):
14985         * gst/videotestsrc/gstvideotestsrc.h:
14986         * gst/videotestsrc/videotestsrc.c:
14987         * gst/videotestsrc/videotestsrc.h:
14988           cleanup and commenting
14989
14990 2004-07-21  Wim Taymans  <wim@fluendo.com>
14991
14992         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
14993         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
14994         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
14995         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
14996         (_find_chain_get_unknown_part), (_find_streams_check),
14997         (gst_ogg_demux_push), (gst_ogg_pad_push):
14998         * ext/theora/theoradec.c: (theora_get_formats),
14999         (theora_dec_src_convert), (theora_dec_sink_convert),
15000         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15001         (theora_dec_chain):
15002         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
15003         (vorbis_dec_convert), (vorbis_dec_src_query),
15004         (vorbis_dec_src_event), (vorbis_dec_event):
15005         More seeking fixes, oggdemux now supports seeking to time and
15006         uses the downstream element to convert granulepos to time.
15007         Seeking in theora-only ogg files now works.
15008
15009 2004-07-21  Wim Taymans  <wim@fluendo.com>
15010
15011         * ext/theora/theoradec.c: (gst_theora_dec_init),
15012         (theora_get_formats), (theora_get_event_masks),
15013         (theora_get_query_types), (theora_dec_src_convert),
15014         (theora_dec_sink_convert), (theora_dec_src_query),
15015         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
15016         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
15017         (vorbis_get_event_masks), (vorbis_get_query_types),
15018         (gst_vorbis_dec_init), (vorbis_dec_convert),
15019         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
15020         Added query/convert/formats functions to vorbis and theora decoders
15021         so that the outside world can use them too. Fixed seeking on an
15022         ogg/theora/vorbis file by disabling the seeking seeking on the
15023         theora srcpad.
15024
15025 2004-07-21  Julien MOUTTE  <julien@moutte.net>
15026
15027         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15028         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
15029         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
15030         images creation for both elements. We don't create the image on caps
15031         nego or renego, we just destroy the internal one if present if it does
15032         not match the needs. The chain function takes care of creating a new
15033         image when needed.
15034         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15035         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
15036         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
15037         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
15038         the image format information. The buffer pool checks for the context
15039         image format and discard images with different formats.
15040         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
15041
15042 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15043
15044         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15045         (gst_ffmpegcolorspace_chain):
15046           no point in doing any chaining if the pad we want to push from
15047           isn't usable.
15048
15049 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15050
15051         * gst-libs/gst/riff/riff-media.c:
15052         (gst_riff_create_audio_caps_with_data):
15053           Fix double end-to-native symbol conversion (#148021).
15054
15055 2004-07-20  David Schleef  <ds@schleef.org>
15056
15057         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
15058         Don't use an Atom that doesn't exist.
15059
15060 2004-07-20  Wim Taymans  <wim@fluendo.com>
15061
15062         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15063         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15064         (gst_multifdsink_client_remove),
15065         (gst_multifdsink_handle_client_write),
15066         (gst_multifdsink_queue_buffer):
15067         * gst/tcp/gstmultifdsink.h:
15068         More multifdsink stats. Avoid deadlock by releasing locks
15069         before sending out a signal.
15070
15071 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15072
15073         * po/LINGUAS:
15074         * po/hu.po:
15075           added Hungarian translation (Laszlo Dvornik)
15076
15077 2004-07-20  Wim Taymans  <wim@fluendo.com>
15078
15079         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15080         (gst_multifdsink_add), (gst_multifdsink_client_remove),
15081         (gst_multifdsink_handle_client_write),
15082         (gst_multifdsink_queue_buffer):
15083         * gst/tcp/gsttcp-marshal.list:
15084         Fixed the stupid marshal definition.
15085
15086 2004-07-20  Wim Taymans  <wim@fluendo.com>
15087
15088         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15089         (gst_multifdsink_init), (gst_multifdsink_add),
15090         (gst_multifdsink_client_remove),
15091         (gst_multifdsink_handle_client_write),
15092         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
15093         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
15094         (gst_multifdsink_init_send):
15095         * gst/tcp/gstmultifdsink.h:
15096         Added more stats, added timeout for a client, fixed some typos
15097         and added some comments.
15098
15099 2004-07-20  Wim Taymans  <wim@fluendo.com>
15100
15101         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15102         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15103         (gst_multifdsink_client_remove),
15104         (gst_multifdsink_handle_client_write):
15105         * gst/tcp/gstmultifdsink.h:
15106         * gst/tcp/gsttcp-marshal.list:
15107         Added get_stats method that returns a GValueArray of
15108         stats values.
15109
15110 2004-07-19  Benjamin Otte  <otte@gnome.org>
15111
15112         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
15113           make sure longname, description and author are valid UTF-8
15114
15115 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15116
15117         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
15118         (gst_ximagesink_set_property):
15119         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
15120         (gst_xvimagesink_set_property):
15121           make sure SYNCHRONOUS is respected after getting the X context
15122
15123 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15124
15125         * gst/matroska/matroska-demux.c:
15126         (gst_matroska_demux_handle_src_event),
15127         (gst_matroska_demux_parse_blockgroup):
15128         * gst/matroska/matroska-ids.h:
15129           add BlockReference tag and ignore it to clear out log.
15130           ignore NAVIGATION events to clear out log.
15131
15132 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15133
15134         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
15135         (gst_matroska_demux_add_stream):
15136         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
15137           add debug categories
15138
15139 2004-07-16  Wim Taymans  <wim@fluendo.com>
15140
15141         * ext/libpng/Makefile.am:
15142         * ext/libpng/gstpng.c: (plugin_init):
15143         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
15144         (gst_pngdec_get_type), (gst_pngdec_base_init),
15145         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
15146         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
15147         * ext/libpng/gstpngdec.h:
15148         Added png decoder.
15149
15150 2004-07-16  Julien MOUTTE  <julien@moutte.net>
15151
15152         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
15153         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
15154         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
15155         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
15156         (gst_ximagesink_buffer_alloc):
15157         * sys/ximage/ximagesink.h:
15158         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15159         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
15160         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15161         (gst_xvimagesink_buffer_alloc):
15162         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
15163         again. Using internal data pointer of the x(v)image to store image's
15164         data to be coherent with the buffer alloc mechanism. Investigated the
15165         image destruction code to be sure that everything gets freed correctly.
15166
15167 2004-07-16  Wim Taymans  <wim@fluendo.com>
15168
15169         * gst-libs/gst/riff/riff-read.c:
15170         (gst_riff_read_strf_vids_with_data),
15171         (gst_riff_read_strf_auds_with_data):
15172         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15173         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
15174         Make sure we don't create 0 sized subbuffers in riff-read.
15175         Signal the no more pads signal after reading the avi header.
15176
15177 2004-07-16  Wim Taymans  <wim@fluendo.com>
15178
15179         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15180         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
15181         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
15182         (gst_decode_bin_init), (gst_decode_bin_dispose),
15183         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15184         (no_more_pads), (close_link), (type_found),
15185         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15186         (gst_decode_bin_change_state), (plugin_init):
15187         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15188         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15189         (gst_play_base_bin_dispose), (queue_overrun),
15190         (gen_preroll_element), (remove_prerolls), (unknown_type),
15191         (no_more_pads), (new_stream), (setup_source),
15192         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15193         (play_base_eos), (gst_play_base_bin_change_state),
15194         (gst_play_base_bin_add_element),
15195         (gst_play_base_bin_remove_element),
15196         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15197         (gst_play_base_bin_unlink_stream),
15198         (gst_play_base_bin_get_streaminfo):
15199         * gst/playback/gstplaybasebin.h:
15200         Better error recovery. Added configurable preroll queue size. Faster
15201         detection of no-more-pads.
15202
15203 2004-07-16  Wim Taymans  <wim@fluendo.com>
15204
15205         * gst-libs/gst/video/video.h:
15206         Added 32 bits RGBA. Not sure if we should use another mime-type
15207         for alpha rgb. Currently the presence of the alpha_mask property
15208         signals an alpha channel.
15209
15210 2004-07-16  Wim Taymans  <wim@fluendo.com>
15211
15212         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15213         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
15214         FPS seems to be 0.0 to MAX everywhere else.
15215
15216 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15217
15218         * gst-libs/gst/riff/riff-media.c:
15219         (gst_riff_create_video_caps_with_data):
15220           mp42/mp43 (no caps) exist too.
15221         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
15222           Set pixel_width/height; we've got them in-caps.
15223         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15224         * gst/wavparse/gstwavparse.c: (plugin_init):
15225           Both are valid primary.
15226         * sys/oss/gstossmixer.c:
15227           Remove i18n hack and enable translations.
15228
15229 2004-07-15  Benjamin Otte  <otte@gnome.org>
15230
15231         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15232         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
15233           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
15234
15235 2004-07-15  Benjamin Otte  <otte@gnome.org>
15236
15237         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
15238         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
15239         (gst_alsa_close_audio):
15240           disable some of the debugging code for now. Writing debugging to a
15241           buffer is broken in current alsalib releases.
15242
15243 2004-07-12  Benjamin Otte  <otte@gnome.org>
15244
15245         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
15246           use bufferpools
15247
15248 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15249
15250         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15251         (theora_dec_src_query), (theora_dec_event):
15252         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
15253           add debugging categories.  Remove \n's.
15254
15255 2004-07-13  Johan Dahlin  <johan@gnome.org>
15256
15257         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
15258         (gst_play_bin_get_property): Impl.
15259
15260 2004-07-13  Wim Taymans  <wim@fluendo.com>
15261
15262         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
15263         When trying to find the stream length, seek back N pages
15264         instead of just one, where N is the number of streams in
15265         the current chain.
15266
15267 2004-07-13  Wim Taymans  <wim@fluendo.com>
15268
15269         * gst-libs/gst/riff/riff-media.c:
15270         (gst_riff_create_audio_caps_with_data),
15271         (gst_riff_create_audio_caps),
15272         (gst_riff_create_audio_template_caps):
15273         * gst-libs/gst/riff/riff-media.h:
15274         * gst-libs/gst/riff/riff-read.c:
15275         (gst_riff_read_strf_vids_with_data),
15276         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
15277         * gst-libs/gst/riff/riff-read.h:
15278         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15279         (gst_avi_demux_add_stream):
15280         Set codec_data on caps for avidemuxer.
15281
15282 2004-07-12  David Schleef  <ds@schleef.org>
15283
15284         * configure.ac: Fix test for Objective C
15285
15286 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
15287         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
15288         (gst_gdk_pixbuf_chain):
15289           Add svg and pcx to template caps, and ensure that getcaps returns a
15290           subset of the template caps.
15291           Copy each row manually for output, as gdkpixbuf may pad the
15292           rowstride to a 32-bit word boundary.
15293
15294 2004-07-12  Wim Taymans  <wim@fluendo.com>
15295
15296         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
15297         (gst_riff_create_video_template_caps):
15298         Fix the template caps to include some more media types.
15299
15300 2004-07-12  Wim Taymans  <wim@fluendo.com>
15301
15302         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15303         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15304         (compare_ranks), (print_feature), (gst_decode_bin_init),
15305         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
15306         (try_to_link_1), (new_pad), (close_link), (type_found),
15307         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15308         (gst_decode_bin_change_state), (plugin_init):
15309         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15310         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15311         (gst_play_base_bin_dispose), (queue_overrun),
15312         (gen_preroll_element), (remove_prerolls), (no_more_pads),
15313         (new_stream), (setup_source), (gst_play_base_bin_set_property),
15314         (gst_play_base_bin_get_property), (play_base_eos),
15315         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15316         (gst_play_base_bin_remove_element),
15317         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15318         (gst_play_base_bin_unlink_stream),
15319         (gst_play_base_bin_get_streaminfo):
15320         * gst/playback/gstplaybasebin.h:
15321         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15322         (gst_play_bin_class_init), (gst_play_bin_init),
15323         (gst_play_bin_dispose), (gst_play_bin_set_property),
15324         (gst_play_bin_get_property), (gen_video_element),
15325         (gen_audio_element), (remove_sinks), (setup_sinks),
15326         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
15327         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15328         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15329         (gst_play_bin_query), (plugin_init):
15330         * gst/playback/test4.c: (main):
15331         More fixes on reusing of the element.
15332
15333 2004-07-11  Benjamin Otte  <otte@gnome.org>
15334
15335         * ext/mad/gstmad.c: (normal_seek):
15336           allow seeking for other methods than just SET
15337
15338 2004-07-11  Andy Wingo  <wingo@pobox.com>
15339
15340         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
15341         float, "any" caps -> buffer_frames=[0,MAX].
15342
15343         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
15344         doesn't intersect our caps with the template any more. Do it
15345         ourselves.
15346         (interleave_buffered_loop): Use g_newa instead of malloc/free.
15347
15348 2004-07-09  Wim Taymans  <wim@fluendo.com>
15349
15350         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15351         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15352         (compare_ranks), (print_feature), (gst_decode_bin_init),
15353         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
15354         (try_to_link_1), (new_pad), (close_link), (type_found),
15355         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15356         (gst_decode_bin_change_state), (plugin_init):
15357         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15358         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15359         (gst_play_base_bin_dispose), (queue_overrun),
15360         (gen_preroll_element), (remove_prerolls), (no_more_pads),
15361         (new_stream), (setup_source), (gst_play_base_bin_set_property),
15362         (gst_play_base_bin_get_property), (play_base_eos),
15363         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15364         (gst_play_base_bin_remove_element),
15365         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15366         (gst_play_base_bin_unlink_stream),
15367         (gst_play_base_bin_get_streaminfo):
15368         * gst/playback/gstplaybasebin.h:
15369         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15370         (gst_play_bin_class_init), (gst_play_bin_init),
15371         (gst_play_bin_dispose), (gst_play_bin_set_property),
15372         (gst_play_bin_get_property), (gen_video_element),
15373         (gen_audio_element), (remove_sinks), (setup_sinks),
15374         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
15375         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15376         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15377         (gst_play_bin_query), (plugin_init):
15378         * gst/playback/test4.c: (main):
15379         Work on object reuse and seeking.
15380
15381 2004-07-09  Wim Taymans  <wim@fluendo.com>
15382
15383         * examples/seeking/seek.c: (iterate):
15384         Don't consume all CPU in the idle loop.
15385
15386 2004-07-09  Wim Taymans  <wim@fluendo.com>
15387
15388         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
15389         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
15390         Add pad to element *after* setting the pad functions so that
15391         the scheduler can use the correct ones.
15392
15393 2004-07-09  Wim Taymans  <wim@fluendo.com>
15394
15395         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
15396         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
15397         Sync to keyframe after seek
15398
15399 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15400
15401         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
15402         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
15403         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
15404         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
15405         * ext/libvisual/visual.c: (gst_visual_change_state):
15406         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
15407         * ext/theora/theoradec.c: (theora_dec_change_state):
15408         * ext/theora/theoraenc.c: (theora_enc_change_state):
15409         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
15410         * gst-libs/gst/navigation/navigation.c:
15411         * gst/adder/gstadder.c: (gst_adder_change_state):
15412         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15413         (gst_audio_convert_get_buffer):
15414         * gst/multipart/multipartdemux.c:
15415         (gst_multipart_demux_change_state):
15416         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
15417         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
15418         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
15419         * gst/videoscale/gstvideoscale.c:
15420         (gst_videoscale_handle_src_event):
15421         * gst/volume/gstvolume.c: (volume_chain_int16):
15422           don't assert in state change, this should be done by the base
15423           GstElement class.
15424           various debugging fixes.
15425
15426 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15427
15428         * configure.ac:
15429         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
15430         (gst_play_dispose), (gst_play_set_location),
15431         (gst_play_set_data_src), (gst_play_set_video_sink),
15432         (gst_play_set_audio_sink), (gst_play_set_visualization),
15433         (gst_play_connect_visualization), (gst_play_get_sink_element),
15434         (gst_play_get_all_by_interface):
15435         * gst-libs/gst/play/play.h:
15436           add new method to get elements implementing an interface.
15437           add various error logging
15438
15439 2004-07-08  Wim Taymans  <wim@fluendo.com>
15440
15441         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
15442         (make_mpeg_pipeline), (make_mpegnt_pipeline),
15443         (make_playerbin_pipeline), (query_durations_elems),
15444         (query_durations_pads), (query_positions_elems),
15445         (query_positions_pads), (update_scale), (iterate), (stop_seek),
15446         (main):
15447         Added playbin seeking example.
15448
15449 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15450
15451         * gst-libs/gst/play/play.c: (gst_play_set_location),
15452         (gst_play_set_data_src), (gst_play_set_video_sink),
15453         (gst_play_set_audio_sink), (gst_play_set_visualization),
15454         (gst_play_connect_visualization), (gst_play_get_framerate):
15455           use a macro to look up elements from hash table
15456
15457 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15458
15459         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
15460         (gst_play_get_length_callback), (gst_play_set_location),
15461         (gst_play_seek_to_time), (gst_play_set_data_src),
15462         (gst_play_set_video_sink), (gst_play_set_audio_sink),
15463         (gst_play_set_visualization), (gst_play_connect_visualization),
15464         (gst_play_get_sink_element):
15465         - add debugging info
15466         - fix looking up sink elements by iterating over complete caps
15467         - put everything except for source and autoplugger in a complete bin
15468
15469 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15470
15471         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
15472         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
15473         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
15474         (gst_alsa_sink_write), (gst_alsa_sink_loop):
15475         * ext/alsa/gstalsasink.h:
15476         - add debugging info
15477         - clean up schizophrenia of data/buffer/event
15478         - fix double event unref error
15479
15480 2004-07-08  Wim Taymans  <wim@fluendo.com>
15481
15482         * gst/playback/Makefile.am:
15483         Add headers to noinst
15484
15485 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15486
15487         * tools/gst-launch-ext-m.m:
15488         * tools/gst-launch-ext.1.in:
15489           convert to the third millenium
15490
15491 2004-07-07  David Schleef  <ds@schleef.org>
15492
15493         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
15494
15495 2004-07-07  Wim Taymans  <wim@fluendo.com>
15496
15497         * gst/playback/Makefile.am:
15498         * gst/playback/README:
15499         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15500         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15501         (compare_ranks), (print_feature), (gst_decode_bin_init),
15502         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
15503         (try_to_link_1), (new_pad), (close_link), (type_found),
15504         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15505         (plugin_init):
15506         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15507         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15508         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
15509         (gen_preroll_element), (no_more_pads), (new_stream),
15510         (setup_source), (gst_play_base_bin_set_property),
15511         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
15512         (gst_play_base_bin_add_element),
15513         (gst_play_base_bin_remove_element),
15514         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15515         (gst_play_base_bin_unlink_stream),
15516         (gst_play_base_bin_get_streaminfo):
15517         * gst/playback/gstplaybasebin.h:
15518         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15519         (gst_play_bin_class_init), (gst_play_bin_init),
15520         (gst_play_bin_dispose), (gst_play_bin_set_property),
15521         (gst_play_bin_get_property), (gen_video_element),
15522         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
15523         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
15524         (gst_play_bin_get_formats), (gst_play_bin_convert),
15525         (gst_play_bin_get_query_types), (gst_play_bin_query),
15526         (plugin_init):
15527         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
15528         (gst_stream_info_get_type), (gst_stream_info_class_init),
15529         (gst_stream_info_init), (gst_stream_info_new),
15530         (gst_stream_info_dispose), (gst_stream_info_set_property),
15531         (gst_stream_info_get_property):
15532         * gst/playback/gststreaminfo.h:
15533         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15534         (main):
15535         * gst/playback/test2.c: (main):
15536         * gst/playback/test3.c: (update_scale), (main):
15537         More playbin fixes. Added README. Do better element filtering.
15538         Added base class to preroll media. Added test apps.
15539
15540 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15541
15542         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
15543         * ext/mpeg2dec/gstmpeg2dec.h:
15544           various debugging improvements.  Reset stream to next picture
15545           instead of sequence header, otherwise seeks cannot work.
15546
15547 2004-07-07  Wim Taymans  <wim@fluendo.com>
15548
15549         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
15550         (gst_video_box_class_init), (gst_video_box_set_property),
15551         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
15552         Use pad_alloc where possible.
15553
15554 2004-07-07  Wim Taymans  <wim@fluendo.com>
15555
15556         * sys/oss/gstosselement.c: (gst_osselement_reset),
15557         (gst_osselement_parse_caps):
15558         * sys/oss/gstosselement.h:
15559         * sys/oss/gstosssrc.c: (gst_osssrc_get):
15560         Fix offset on osssrc.
15561
15562 2004-07-07  Wim Taymans  <wim@fluendo.com>
15563
15564         * ext/theora/theora.c: (plugin_init):
15565         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
15566         (theora_dec_src_query), (theora_dec_chain):
15567         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15568         (theora_enc_sink_link), (theora_buffer_from_packet),
15569         (theora_push_packet), (theora_enc_chain):
15570         Fix theora granulepos calculation.
15571         Fix overflow in duration/position calculation.
15572         Bump rank to PRIMARY for theoradec.
15573         Use granulepos of last packet to calculate position.
15574         Set keyframe flag on buffers when needed.
15575
15576 2004-07-06  David Schleef  <ds@schleef.org>
15577
15578         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
15579         serious?  (Fixed, obviously.)
15580
15581 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15582
15583         * po/LINGUAS:
15584         * po/cs.po:
15585           added Czech translation (Miloslav Trmac)
15586
15587 2004-07-05  Wim Taymans  <wim@fluendo.com>
15588
15589         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15590         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15591         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
15592         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15593         (close_link), (type_found), (gst_decode_bin_set_property),
15594         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
15595         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
15596         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
15597         (gst_decode_bin_query), (plugin_init):
15598         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15599         (gst_play_bin_class_init), (gst_play_bin_init),
15600         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
15601         (get_video_element), (new_pad), (setup_source),
15602         (gst_play_bin_set_property), (gst_play_bin_get_property),
15603         (gst_play_bin_change_state), (gst_play_bin_add_element),
15604         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
15605         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15606         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15607         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
15608         * gst/playback/test.c: (main):
15609         More fixes, cleaned up playbin, make it use decodebin. Added
15610         threaded property to playbin.
15611
15612 2004-07-05  Wim Taymans  <wim@fluendo.com>
15613
15614         * configure.ac:
15615         * gst/playback/Makefile.am:
15616         * gst/playback/decodetest.c: (main):
15617         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15618         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15619         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
15620         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15621         (close_link), (type_found), (gst_decode_bin_set_property),
15622         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
15623         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
15624         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
15625         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
15626         (plugin_init):
15627         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15628         (gst_play_bin_class_init), (gst_play_bin_init),
15629         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
15630         (collect_sink_pads), (find_compatibles), (close_pad_link),
15631         (try_to_link_1), (new_pad), (close_link), (type_found),
15632         (setup_source), (gst_play_bin_set_property),
15633         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
15634         (compare_ranks), (gst_play_bin_collect_factories),
15635         (gst_play_bin_change_state), (gst_play_bin_add_element),
15636         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
15637         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15638         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15639         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
15640         * gst/playback/test.c: (main):
15641         Added some playback helper elements and some test apps, very alpha
15642         still.
15643
15644 2004-07-04  Benjamin Otte  <otte@gnome.org>
15645
15646         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
15647           only restart audio when we indeed have an xrun to fix repeated
15648           xruns. Fix suggested by Giuliano Pochini.
15649
15650 2004-07-03  David Schleef  <ds@schleef.org>
15651
15652         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
15653         call to gst_debug_log() if debugging is disabled (bug #145118)
15654
15655 2004-07-03  Benjamin Otte  <otte@gnome.org>
15656
15657         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
15658           use our own functions for restarting the alsa device.
15659         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15660           I should apply patches myself - use MIN for the third argument, not
15661           the second, this fixes seeking
15662
15663 2004-07-02  David Schleef  <ds@schleef.org>
15664
15665         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
15666         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
15667         do with the logic.
15668
15669 2004-07-02  David Schleef  <ds@schleef.org>
15670
15671         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
15672         output buffers.  Fix logic mistake.  (bug #144866)
15673
15674 2004-07-02  David Schleef  <ds@schleef.org>
15675
15676         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
15677         on X.  (bug #144753)
15678
15679 2004-07-02  David Schleef  <ds@schleef.org>
15680
15681         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
15682         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
15683         (bug #144624)
15684         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
15685         (gst_osselement_rate_probe_check): Add another workaround for
15686         buggy drivers (bug #145336)
15687
15688 2004-07-02  David Schleef  <ds@schleef.org>
15689
15690         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
15691         Most systems don't have MSG_NOSIGNAL.
15692
15693 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15694
15695         * Makefile.am:
15696         * gst-libs/gst/colorbalance/Makefile.am:
15697         * gst-libs/gst/mixer/Makefile.am:
15698         * gst-libs/gst/play/Makefile.am:
15699         * gst-libs/gst/tuner/Makefile.am:
15700           (hopefully) fix both install and dist and make error message useful.
15701           needs testing across automakes.
15702
15703 2004-07-02  Benjamin Otte  <otte@gnome.org>
15704
15705         * ext/ogg/gstogg.c: (plugin_init):
15706           we require bytestream now
15707         * ext/ogg/gstoggdemux.c:
15708           huge diff to implement chain setup in a fast and generic way. This
15709           improves tag reading and startup of huge files (read: Theora videos)
15710           quite a bit. It probably contains bugs, too, so please test.
15711           Seeking is not improved to the fast method.
15712
15713 2004-06-29  Wim Taymans  <wim@fluendo.com>
15714
15715         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
15716         * ext/ogg/gstoggmux.c:
15717         Fix memleak in oggdemux when running unconnected pads.
15718         doc update in mux, start working on keyframe mode.
15719
15720 2004-06-29  Benjamin Otte  <otte@gnome.org>
15721
15722         * sys/oss/gstosssink.c:
15723         * sys/oss/gstosssrc.c:
15724           advertise correct template caps - we indeed do non-native endianness
15725           and 8bit audio has no endianness
15726         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
15727         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
15728           avoid (wrong) duplications in getcaps function and return
15729           template caps
15730
15731 2004-06-29  Wim Taymans  <wim@fluendo.com>
15732
15733         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15734         (gst_multifdsink_class_init), (gst_multifdsink_add),
15735         (gst_multifdsink_remove), (gst_multifdsink_clear),
15736         (gst_multifdsink_client_remove),
15737         (gst_multifdsink_handle_client_read),
15738         (gst_multifdsink_client_queue_data),
15739         (gst_multifdsink_client_queue_caps),
15740         (gst_multifdsink_client_queue_buffer),
15741         (gst_multifdsink_handle_client_write),
15742         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15743         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
15744         (gst_multifdsink_init_send), (gst_multifdsink_close):
15745         Fix wrong GList iteration that could crash the server when
15746         more then 2 clients disconnect at the same time. Read all the
15747         pending commands in one batch to recover from command storms under
15748         very heavy load.
15749
15750 2004-06-28  Wim Taymans  <wim@fluendo.com>
15751
15752         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15753         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
15754         (gst_videomixer_pad_set_property),
15755         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
15756         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
15757         (gst_videomixer_class_init), (gst_videomixer_init),
15758         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
15759         (pad_zorder_compare), (gst_videomixer_sort_pads),
15760         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
15761         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
15762         (gst_videomixer_update_queues), (gst_videomixer_loop),
15763         (plugin_init):
15764         Avoid divide by zero, choose masterpad as the pad with the highest
15765         framerate.
15766
15767 2004-06-27  Julien Moutte  <julien@moutte.net>
15768
15769         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
15770         (gst_ximagesink_xwindow_new):
15771         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
15772         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
15773         function directly. We might want to call it from somewhere else one day.
15774
15775 2004-06-27  Julien Moutte  <julien@moutte.net>
15776
15777         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
15778         (gst_ximagesink_xwindow_new):
15779         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
15780         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
15781         window decorations.
15782
15783 2004-06-27  Wim Taymans  <wim@fluendo.com>
15784
15785         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15786         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
15787         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
15788         (gst_dvdec_set_property), (gst_dvdec_get_property):
15789         * ext/dv/gstdvdec.h:
15790         Implement drop_factor property to lower the framerate with
15791         a factor.
15792
15793 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15794
15795         * gst-libs/gst/colorbalance/Makefile.am:
15796         * gst-libs/gst/mixer/Makefile.am:
15797         * gst-libs/gst/play/Makefile.am:
15798         * gst-libs/gst/tuner/Makefile.am:
15799           unbreak Company's fix that didn't install the -enum.h files
15800
15801 2004-06-27  Wim Taymans  <wim@fluendo.com>
15802
15803         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
15804         (gst_dvdec_change_state):
15805         * ext/dv/gstdvdec.h:
15806         Fix timestamp, duration and offset of the buffers.
15807
15808 2004-06-27  Wim Taymans  <wim@fluendo.com>
15809
15810         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15811         (gst_multifdsink_class_init), (gst_multifdsink_add),
15812         (gst_multifdsink_remove), (gst_multifdsink_clear),
15813         (gst_multifdsink_client_remove),
15814         (gst_multifdsink_handle_client_read),
15815         (gst_multifdsink_client_queue_data),
15816         (gst_multifdsink_client_queue_caps),
15817         (gst_multifdsink_client_queue_buffer),
15818         (gst_multifdsink_handle_client_write),
15819         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15820         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
15821         (gst_multifdsink_init_send), (gst_multifdsink_close):
15822         * gst/tcp/gstmultifdsink.h:
15823         * gst/tcp/gsttcpserversink.c:
15824         (gst_tcpserversink_handle_server_read),
15825         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
15826         More multifdsink fixes, more recovery policy fixes.
15827         Removed stupid g_print
15828
15829 2004-06-26  Wim Taymans  <wim@fluendo.com>
15830
15831         * gst/tcp/Makefile.am:
15832         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15833         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
15834         (gst_multifdsink_class_init), (gst_multifdsink_init),
15835         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
15836         (gst_multifdsink_handle_client_read),
15837         (gst_multifdsink_client_queue_data),
15838         (gst_multifdsink_client_queue_caps),
15839         (gst_multifdsink_client_queue_buffer),
15840         (gst_multifdsink_handle_client_write),
15841         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15842         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
15843         (gst_multifdsink_chain), (gst_multifdsink_set_property),
15844         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
15845         (gst_multifdsink_close), (gst_multifdsink_change_state):
15846         * gst/tcp/gstmultifdsink.h:
15847         * gst/tcp/gsttcpplugin.c: (plugin_init):
15848         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
15849         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
15850         (gst_tcpserversink_handle_server_read),
15851         (gst_tcpserversink_handle_select),
15852         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
15853         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
15854         * gst/tcp/gsttcpserversink.h:
15855         Added multifdsink, made tcpserversink a subclass of fdsink, removed
15856         one of the locks, added recovery policy to multifdsink.
15857
15858 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15859
15860         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
15861           fix decision for when getting frames with same timestamp
15862         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
15863         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
15864         (gst_v4lsrc_get_property):
15865         * sys/v4l/gstv4lsrc.h:
15866           add latency offset property
15867
15868 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15869
15870         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
15871         (plugin_init):
15872           fix debugging. add category.
15873
15874 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15875
15876         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
15877           fix wrong offsets
15878
15879 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15880
15881         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
15882         (gst_alsa_src_get_time), (gst_alsa_src_loop),
15883         (gst_alsa_src_change_state):
15884           return a time that is in sync with the element's processing
15885
15886 2004-06-25  Wim Taymans  <wim@fluendo.com>
15887
15888         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
15889         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
15890         (gst_tcpserversink_client_remove),
15891         (gst_tcpserversink_handle_client_read),
15892         (gst_tcpserversink_client_queue_data),
15893         (gst_tcpserversink_client_queue_caps),
15894         (gst_tcpserversink_client_queue_buffer),
15895         (gst_tcpserversink_handle_client_write),
15896         (gst_tcpserversink_queue_buffer),
15897         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
15898         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
15899         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
15900         (gst_tcpserversink_close):
15901         * gst/tcp/gsttcpserversink.h:
15902         Serversink rewrite. Really do non blocking writes to clients and
15903         maintain an internal queue to handle slower clients while not
15904         disturbing fast clients.
15905
15906 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15907
15908         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
15909           better debug, don't override OFFSET and OFFSET_END
15910
15911 2004-06-25  Iain <iain@prettypeople.org>
15912
15913         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
15914         name=source for the wavparse pipeline.
15915
15916 2004-06-24  Johan Dahlin  <johan@gnome.org>
15917
15918         * ext/theora/theoraenc.c (theora_enc_chain): Call
15919         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
15920         streamheader caps are set correctly.
15921
15922 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15923
15924         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15925         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
15926           respect minimum bitrate; same could be done for max bitrate
15927
15928 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15929
15930         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15931         (gst_vorbisenc_setup):
15932           fix sample rate range
15933
15934 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15935
15936         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
15937         (gst_oggvorbisenc_setup):
15938         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15939         (gst_vorbisenc_setup):
15940           resolve ambiguities in code and description
15941
15942 2004-06-24  Wim Taymans  <wim@fluendo.com>
15943
15944         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
15945         * ext/alsa/gstalsa.h:
15946         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
15947         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
15948         Use alsa trigger_tstamp to get the timestamp of the first
15949         sample in the buffer for more precise sync. Some cleanups.
15950
15951 2004-06-24  Wim Taymans  <wim@fluendo.com>
15952
15953         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
15954         (gst_audiorate_init), (gst_audiorate_chain),
15955         (gst_audiorate_set_property), (gst_audiorate_get_property):
15956         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15957         (gst_videorate_chain):
15958         Added some logging, fixed an overflow bug in videorate.
15959
15960 2004-06-24  Benjamin Otte  <otte@gnome.org>
15961
15962         * ext/kio/Makefile.am:
15963           fix for builddir != srcdir and distcheck
15964
15965 2004-06-24  Benjamin Otte  <otte@gnome.org>
15966
15967         * gst-libs/gst/colorbalance/Makefile.am:
15968         * gst-libs/gst/mixer/Makefile.am:
15969         * gst-libs/gst/play/Makefile.am:
15970         * gst-libs/gst/tuner/Makefile.am:
15971         * gst/tcp/Makefile.am:
15972         * sys/dxr3/Makefile.am:
15973           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
15974           tarball.
15975           Also add all *.list files that were missing.
15976         * Makefile.am:
15977           add a distcheck hook to ensure the above doesn't happen again.
15978
15979 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
15980
15981         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
15982
15983 2004-06-23  Colin Walters  <walters@redhat.com>
15984
15985         * m4/Makefile.am: Distribute gst-fionread.m4.
15986
15987 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15988
15989         * configure.ac: back to dev
15990
15991 2004-06-23  Wim Taymans  <wim@fluendo.com>
15992
15993         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
15994         (gst_alsa_xrun_recovery):
15995         * ext/alsa/gstalsa.h:
15996         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
15997         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
15998         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
15999         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
16000         (gst_alsa_src_loop):
16001         Add clock to alsasrc. Take new capture timestamp when
16002         restarting after an overrun. Split up some functions between
16003         alsasrc and alsasink.
16004
16005 === release 0.8.2 ===
16006
16007 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16008
16009         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
16010         (gst_alsa_change_state), (gst_alsa_update_avail),
16011         (gst_alsa_xrun_recovery):
16012         * ext/alsa/gstalsa.h:
16013         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16014           merge back changes from release
16015
16016 2004-06-23  Wim Taymans  <wim@fluendo.com>
16017
16018         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
16019         (gst_audiorate_init), (gst_audiorate_chain),
16020         (gst_audiorate_set_property), (gst_audiorate_get_property):
16021         Implement sample dropping and notify
16022
16023 2004-06-22  Wim Taymans  <wim@fluendo.com>
16024
16025         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16026         (theora_enc_sink_link), (theora_buffer_from_packet),
16027         (theora_push_packet), (theora_enc_chain):
16028         Some cleanups, make sure the timestamps are correct.
16029
16030 2004-06-22  Wim Taymans  <wim@fluendo.com>
16031
16032         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
16033         (gst_alsa_change_state), (gst_alsa_update_avail),
16034         (gst_alsa_xrun_recovery):
16035         * ext/alsa/gstalsa.h:
16036         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
16037         Cleanups, take queued samples into account when reporting
16038         the time.
16039
16040 2004-06-22  Wim Taymans  <wim@fluendo.com>
16041
16042         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
16043         (gst_videorate_init):
16044         Initialize the property as well.
16045
16046 2004-06-22  Wim Taymans  <wim@fluendo.com>
16047
16048         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
16049         (gst_videorate_init), (gst_videorate_chain),
16050         (gst_videorate_set_property), (gst_videorate_get_property):
16051         Add property to make videorate silent.
16052         Add property to prefer new frames over old ones.
16053
16054 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16055
16056         * sys/osxvideo/Makefile.am:
16057         Workaround so that the osxvideo .so file gets linked with the
16058         Cocoa, OpenGL and QuickTime frameworks
16059
16060 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16061
16062         * sys/osxaudio/Makefile.am:
16063         Workaround so that the osxaudio .so file gets linked with the
16064         CoreAudio framework
16065
16066 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16067
16068         * configure.ac:
16069         Whoops, my fault...fixed build issues
16070
16071 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16072
16073         * configure.ac:
16074         Add objective-c support if running in Darwin/Mac OS X
16075         * sys/Makefile.am:
16076         * sys/osxvideo:
16077         * sys/osxvideo/Makefile.am:
16078         * sys/osxvideo/osxvideosink.h:
16079         * sys/osxvideo/osxvideosink.m:
16080         * sys/osxvideo/cocoawindow.h:
16081         * sys/osxvideo/cocoawindow.m:
16082         Add osxvideosink, a cocoa-based osx video sink
16083
16084
16085 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
16086         * ext/dvdnav/gst-dvd:
16087         Grab the gconf key from the right spot
16088         * gst/debug/gstnavseek.c: (gst_navseek_init),
16089         (gst_navseek_segseek), (gst_navseek_handle_src_event),
16090         (gst_navseek_chain):
16091         * gst/debug/gstnavseek.h:
16092           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
16093           and loop parameters of a segment seek.
16094         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
16095         (gst_videotestsrc_get_event_masks),
16096         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
16097         * gst/videotestsrc/gstvideotestsrc.h:
16098           Add seeking support to videotestsrc
16099           Initialise the timestamp_offset variable.
16100
16101 2004-06-18  Wim Taymans  <wim@fluendo.com>
16102
16103         * ext/sidplay/gstsiddec.cc:
16104         Fix negotiation and set correct end offset.
16105
16106 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16107
16108         * configure.ac: branch and prerelease
16109
16110 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16111
16112         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
16113         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
16114         (gst_tcpclientsrc_init_receive):
16115         * gst/tcp/gsttcpclientsrc.h:
16116           read caps when connecting to server for GDP so we set them correctly
16117
16118 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16119
16120         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
16121           notify drops and duplicates
16122         * gst/videoscale/videoscale.c: (videoscale_get_structure):
16123           no good reason to limit ourselves to 100x100
16124
16125 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16126
16127         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
16128         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
16129         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16130         (gst_v4lsrc_get_property):
16131         * sys/v4l/gstv4lsrc.h:
16132         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
16133         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
16134         (gst_v4l_set_audio):
16135         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
16136         (gst_v4lsrc_try_capture):
16137         * sys/v4l/v4lsrc_calls.h:
16138           change try_palette to more general try_capture
16139           add autoprobe option so we can turn off autoprobing
16140           various fixes
16141
16142 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16143
16144         * configure.ac:
16145           add videorate
16146         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
16147         (gst_ximagesink_class_init):
16148         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
16149         (gst_xvimagesink_class_init):
16150           run them as finalize, not dispose, since dispose can be invoked
16151           multiple times
16152
16153 2004-06-17  Wim Taymans  <wim@fluendo.com>
16154
16155         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
16156         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
16157         * ext/alsa/gstalsa.h:
16158         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
16159         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
16160         (gst_alsa_src_change_state):
16161         * ext/alsa/gstalsasrc.h:
16162         Make the xrun code timestamp and offset the buffers correctly.
16163         moved the clock to the base class, use alsa methods to get time.
16164         Do correct timestamping on outgoing buffers.
16165
16166 2004-06-17  Wim Taymans  <wim@fluendo.com>
16167
16168         * gst/audiorate/Makefile.am:
16169         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
16170         (gst_audiorate_base_init), (gst_audiorate_class_init),
16171         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
16172         (gst_audiorate_set_property), (gst_audiorate_get_property),
16173         (gst_audiorate_change_state), (plugin_init):
16174         Added an audiorate converter that fills in gaps.
16175
16176 2004-06-17  Johan Dahlin  <johan@gnome.org>
16177
16178         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
16179
16180 2004-06-16  Wim Taymans  <wim@fluendo.com>
16181
16182         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
16183         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
16184         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
16185         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16186         (gst_v4lsrc_get_property):
16187         * sys/v4l/gstv4lsrc.h:
16188         Added a copy mode to v4lsrc where it will output a copied version
16189         of its internal hardware buffer.
16190         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
16191         can't | them.
16192
16193 2004-06-16  Wim Taymans  <wim@fluendo.com>
16194
16195         * sys/oss/gstosssrc.c: (gst_osssrc_get):
16196         Timestamp fixes.
16197
16198 2004-06-16  Wim Taymans  <wim@fluendo.com>
16199
16200         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
16201         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
16202         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16203         (gst_v4lsrc_get_property):
16204         * sys/v4l/gstv4lsrc.h:
16205         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
16206         Added a sync mode enum property to control v4lsrc timestamp method
16207         Removed the use-fixed-fps property and moved functionality in
16208         the enum.
16209         Don't error on an error value from v4l-conf, it might not always
16210         be a real error.
16211
16212 2004-06-16  Wim Taymans  <wim@fluendo.com>
16213
16214         * gst/videorate/Makefile.am:
16215         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
16216         (gst_videorate_base_init), (gst_videorate_class_init),
16217         (gst_videorate_getcaps), (gst_videorate_link),
16218         (gst_videorate_init), (gst_videorate_chain),
16219         (gst_videorate_set_property), (gst_videorate_get_property),
16220         (gst_videorate_change_state), (plugin_init):
16221         Added a video timestamp corrector.
16222
16223 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16224
16225         fixed a potential leak with previous commit
16226
16227         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
16228
16229 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16230
16231         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
16232         Added missing refcount, fixes bug #144425
16233         Cheers Tim for finding the bug
16234
16235 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16236
16237         * sys/v4l/gstv4l.c: (plugin_init):
16238         * sys/v4l/gstv4lcolorbalance.c:
16239         * sys/v4l/gstv4lcolorbalance.h:
16240         * sys/v4l/gstv4lelement.c:
16241         * sys/v4l/gstv4lelement.h:
16242         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16243         * sys/v4l/gstv4lmjpegsink.h:
16244         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16245         * sys/v4l/gstv4lmjpegsrc.h:
16246         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
16247         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
16248         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
16249         * sys/v4l/gstv4lsrc.h:
16250         * sys/v4l/gstv4ltuner.c:
16251         * sys/v4l/gstv4ltuner.h:
16252         * sys/v4l/gstv4lxoverlay.c:
16253         * sys/v4l/gstv4lxoverlay.h:
16254         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
16255         (gst_v4l_set_window), (gst_v4l_enable_overlay):
16256         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
16257         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
16258         (gst_v4l_set_audio):
16259         * sys/v4l/v4l_calls.h:
16260         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
16261         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
16262         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
16263         (gst_v4lmjpegsink_playback_init),
16264         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
16265         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
16266         (gst_v4lmjpegsink_playback_stop),
16267         (gst_v4lmjpegsink_playback_deinit):
16268         * sys/v4l/v4lmjpegsink_calls.h:
16269         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
16270         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
16271         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
16272         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
16273         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
16274         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
16275         * sys/v4l/v4lmjpegsrc_calls.h:
16276         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
16277         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
16278         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
16279         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
16280         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
16281         (gst_v4lsrc_try_palette):
16282         * sys/v4l/v4lsrc_calls.h:
16283           bunch of paranoia cleanups
16284
16285 2004-06-14  David Schleef  <ds@schleef.org>
16286
16287         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
16288         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
16289         Send discont events and change timestamps appropriately when
16290         we get a seek event.  (bug #144240)
16291         * ext/cdparanoia/gstcdparanoia.h:
16292
16293 2004-06-14  Benjamin Otte  <otte@gnome.org>
16294
16295         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
16296           snd_pcm_hw_params_set_rate  since the latter fails for no good
16297           reason on some setups.
16298
16299 2004-06-14  David Schleef  <ds@schleef.org>
16300
16301         * gst/volume/demo.c: (value_changed_callback): exp10() is not
16302         standard.  Thank you for playing.
16303
16304 2004-06-14  Wim Taymans  <wim@fluendo.com>
16305
16306         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
16307         Patch 1.3 broke the ordering of the colorspace info and
16308         made the plugin basically work by coincidence, reordered
16309         the info.
16310
16311 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16312
16313         * ext/lame/gstlame.c:
16314         * ext/mad/gstmad.c:
16315           sync caps.  Make sure mad can only output a list of rates, not
16316           a full range.  In the future, have three caps lists for each of the
16317           mpeg versions.  Change mpegversion to a double as well.
16318
16319 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16320
16321         * gst/volume/.cvsignore:
16322         * gst/volume/Makefile.am:
16323         * gst/volume/demo.c: (value_changed_callback), (idler),
16324         (setup_gui), (main):
16325           added small demo app
16326
16327 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
16328         * ext/esd/esdsink.c: (gst_esdsink_change_state):
16329         * ext/esd/esdsink.h:
16330         Close the esd connection on pause, because esd will just wait -
16331         blocking all other esd clients indefinitely.
16332
16333 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
16334
16335         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
16336           previous commit with GST_DEBUG
16337
16338 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16339
16340         * configure.ac:
16341           add a header check for a dvdread header in dvdnav.  Fixes #133002
16342
16343 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16344
16345         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
16346         * gst/tcp/gsttcpclientsink.h:
16347         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
16348         * gst/tcp/gsttcpclientsrc.h:
16349         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
16350         (gst_tcpserversink_handle_server_read),
16351         (gst_tcpserversink_init_send):
16352         * gst/tcp/gsttcpserversink.h:
16353         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16354         * gst/tcp/gsttcpserversrc.h:
16355         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
16356         version of IP)
16357
16358 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16359
16360         * configure.ac:
16361         Added ogg library so that OSX detects libtheora properly
16362
16363 2004-06-11  Wim Taymans  <wim@fluendo.com>
16364
16365         * ext/theora/theoradec.c: (theora_dec_chain),
16366         (theora_dec_change_state):
16367         Don't try to decode frames before we received a keyframe.
16368
16369 2004-06-11  Wim Taymans  <wim@fluendo.com>
16370
16371         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16372         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
16373         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
16374         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
16375         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
16376         Added property to set the maximum delay of a page.
16377
16378 2004-06-10  Wim Taymans  <wim@fluendo.com>
16379
16380         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16381         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
16382         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
16383         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
16384         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
16385         Added max-delay property to control the maximum amount
16386         of data to put in one page.
16387
16388 2004-06-10  Wim Taymans  <wim@fluendo.com>
16389
16390         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16391         (gst_theora_enc_init), (theora_enc_sink_link),
16392         (theora_buffer_from_packet), (theora_enc_set_property),
16393         (theora_enc_get_property):
16394         Set duration on encoded buffer, added some more properties
16395
16396 2004-06-10  Wim Taymans  <wim@fluendo.com>
16397
16398         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16399         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
16400         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16401         * ext/theora/theoraenc.c: (theora_enc_chain):
16402         Fix refcounting bugs
16403
16404 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16405
16406         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16407         (gst_asf_demux_loop), (gst_asf_demux_process_file),
16408         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
16409         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
16410         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
16411         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
16412         (gst_asf_demux_change_state):
16413         * gst/asfdemux/gstasfdemux.h:
16414           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
16415           feels like. I think we should set a new requirement for demuxers
16416           from now on to implement sane loop functions, data loops, query
16417           and seek functions before first commit into CVS. And this commit
16418           fixes all of the above.
16419
16420 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
16421
16422         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
16423           vorbis comments are properly encoded in UTF-8 before adding them
16424           to a GstTagList
16425
16426 2004-06-09  Benjamin Otte  <otte@gnome.org>
16427
16428         * ext/alsa/gstalsa.c: (add_channels):
16429           handle min <= max correctly
16430         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
16431         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
16432           add fixation functions so we fixate correctly. No preferring of alaw
16433           anymore because it's the first structure.
16434         * ext/alsa/gstalsa.h:
16435         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
16436         (gst_alsa_hw_params_dump):
16437           add functions to ease debugging in alsalib
16438         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
16439         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
16440         (gst_alsa_start_audio):
16441           only specify hw params if we really setup a format (fixes #134007 -
16442           or at least works around it)
16443
16444 2004-06-09  Wim Taymans  <wim@fluendo.com>
16445
16446         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
16447         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
16448         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
16449         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
16450         (gst_ogg_mux_loop):
16451         Use stream caps to setup the initial pages in the ogg stream.
16452         Correctly set the streamheader caps on the srcpad.
16453
16454 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16455
16456         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
16457         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
16458         (gst_v4lsrc_getcaps):
16459         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
16460         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
16461           add querying of fps lists for webcams.  Negotiating to a framerate
16462           now works.
16463
16464 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16465
16466         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16467         (theora_push_buffer), (theora_push_packet),
16468         (theora_set_header_on_caps), (theora_enc_chain):
16469           mark buffers and put on streamheader, raw theora streaming
16470           now works too, whee
16471
16472 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16473
16474         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
16475         (gst_tcp_gdp_read_caps):
16476           do a looping read for caps and GDP headers too
16477
16478 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16479
16480         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
16481         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
16482           return EOS instead of NULL in _get
16483
16484 2004-06-08  Wim Taymans  <wim@fluendo.com>
16485
16486         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
16487         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
16488         (gst_tcp_gdp_write_caps):
16489         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
16490         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
16491         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
16492         Memory leak fixes
16493
16494 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16495
16496         * ext/vorbis/Makefile.am:
16497         * ext/vorbis/vorbis.c: (plugin_init):
16498         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
16499         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
16500         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
16501         (vorbis_parse_change_state):
16502         * ext/vorbis/vorbisparse.h:
16503           adding a vorbisparse element that marks the buffers, streaming
16504           raw vorbis using GDP now works, whee
16505
16506 2004-06-08  Wim Taymans  <wim@fluendo.com>
16507
16508         * ext/jpeg/Makefile.am:
16509         * ext/jpeg/README:
16510         * ext/jpeg/gstjpeg.c: (plugin_init):
16511         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
16512         (gst_smokedec_base_init), (gst_smokedec_class_init),
16513         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
16514         * ext/jpeg/gstsmokedec.h:
16515         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
16516         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
16517         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
16518         (gst_smokeenc_resync), (gst_smokeenc_chain),
16519         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
16520         * ext/jpeg/gstsmokeenc.h:
16521         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
16522         (smokecodec_flush_destination), (smokecodec_term_destination),
16523         (smokecodec_init_source), (smokecodec_fill_input_buffer),
16524         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
16525         (smokecodec_term_source), (smokecodec_encode_new),
16526         (smokecodec_decode_new), (smokecodec_info_free),
16527         (smokecodec_set_quality), (smokecodec_get_quality),
16528         (smokecodec_set_threshold), (smokecodec_get_threshold),
16529         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
16530         (find_best_size), (abs_diff), (put), (smokecodec_encode),
16531         (smokecodec_parse_header), (smokecodec_decode):
16532         * ext/jpeg/smokecodec.h:
16533         Added a new simple jpeg based codec
16534
16535 2004-06-08  Wim Taymans  <wim@fluendo.com>
16536
16537         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
16538         (gst_multipart_mux_loop):
16539         Fix memory leak
16540
16541 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16542
16543         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
16544         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
16545         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
16546         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
16547         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
16548         * gst/tcp/gsttcpserversink.h:
16549           take streamheader into account
16550
16551 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16552
16553         * gst/level/Makefile.am:
16554         * gst/level/gstlevel.c: (gst_level_class_init):
16555           clean up marshal generation
16556
16557 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16558
16559         * gst/tcp/Makefile.am:
16560         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
16561         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
16562         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
16563         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16564         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
16565         (gst_tcpclientsrc_get_property):
16566         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16567         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
16568         (gst_tcpserversink_handle_client_read),
16569         (gst_tcpserversink_handle_client_write),
16570         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
16571         * gst/tcp/gsttcpserversink.h:
16572           add signals client-added and client-removed
16573         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16574         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
16575         (gst_tcpserversrc_get_property):
16576         uniformized, change default protocol to NONE
16577         * gst/tcp/gsttcp-marshal.list: added
16578 2004-06-07  Benjamin Otte  <otte@gnome.org>
16579
16580         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16581           handle discont events if they happen before caps nego
16582
16583 2004-06-07  Wim Taymans  <wim@fluendo.com>
16584
16585         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
16586         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
16587         (gst_multipart_demux_plugin_init):
16588         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
16589         (gst_multipart_mux_init), (gst_multipart_mux_loop),
16590         (gst_multipart_mux_change_state):
16591         Small updates, fix a memleak
16592
16593 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
16594
16595         * configure.ac: OSS portability
16596         * ext/arts/gst_arts.c: idem
16597         * sys/oss/gstosselement.c: idem
16598         * sys/oss/gstossmixer.c: idem
16599         * sys/oss/gstosssink.c: idem
16600         * sys/oss/gstosssrc.c: idem
16601         * sys/oss/oss_probe.c: idem
16602           - check for soundcard.h in different places for some BSD
16603
16604 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
16605
16606         * AUTHORS:
16607         Add me to the authors file
16608         * configure.ac:
16609         Increase the libdv requirement to >= version 0.100
16610         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
16611         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
16612         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
16613         * ext/dv/gstdvdec.h:
16614         Add support for the new_media flag when sending DISCONT events
16615         Make the querying work when video pad is not linked
16616
16617 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
16618
16619         reviewed by Benjamin Otte  <otte@gnome.org>
16620
16621         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
16622           create a NULL-initialized array of pads, so we don't think they
16623           exist already. (fixes #143130)
16624
16625 2004-06-07  Benjamin Otte  <otte@gnome.org>
16626
16627         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
16628         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
16629         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
16630           don't use // coments
16631
16632 2004-06-07  Benjamin Otte  <otte@gnome.org>
16633
16634         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
16635           cast to GstClockTime to get higher granularity
16636         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16637           use gst_element_set_time_delay to get the exact time
16638         * ext/mad/gstmad.c: (gst_mad_chain):
16639           use the negotiated rate instead of the current frame's rate which
16640           might be wrong because of bit errors. This avoids emitting totally
16641           bogus timestamps and screwing sync.
16642         (fixes #143454)
16643
16644 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
16645
16646         reviewed by Benjamin Otte  <otte@gnome.org>
16647
16648         * gst/adder/gstadder.c: (gst_adder_loop):
16649           properly error out when no negotiation has happened yet. (fixes
16650           #143032)
16651
16652 2004-06-06  Benjamin Otte  <otte@gnome.org>
16653
16654         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16655           forward correctly transformed offset in discont events. Based on
16656           patch by Arwed v. Merkatz. (fixes #142851)
16657
16658 2004-06-06  David Schleef  <ds@schleef.org>
16659
16660         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
16661         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
16662         problems on several systems.
16663
16664 2004-06-06  Benjamin Otte  <otte@gnome.org>
16665
16666         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
16667           use explicit caps on the srcpad
16668         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16669           properly error out if caps couldn't be set (fixes #142764)
16670
16671 2004-06-06  Benjamin Otte  <otte@gnome.org>
16672
16673         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
16674         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
16675         (gst_alsa_start_audio):
16676           - don't call set_periods_integer anymore, it breaks the
16677           configuration randomly
16678           - call snd_pcm_hw_params_set_access directly instead of using masks
16679           - don't fail if the sw_params can't be set, just use the default
16680           params and hope it works. Alsalib has weird issues when you touch
16681           sw_params and does no proper error reporting about what failed.
16682         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16683         (gst_alsa_close_audio):
16684           make our alsa debugging go via gst debugging and not conditionally
16685           defined
16686         * ext/alsa/gstalsa.h:
16687           add ALSA_DEBUG_FLUSH macro
16688         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
16689         (plugin_init):
16690           wrap alsa errors to be printed via the gst debugging system and not
16691           spammed to stderr
16692
16693 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16694
16695         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
16696         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
16697         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
16698         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
16699         (qtdemux_parse_trak):
16700         * gst/qtdemux/qtdemux.h:
16701           Bitch. Also known as seeking, querying & co.
16702         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
16703         (gst_osssink_change_state):
16704         * sys/oss/gstosssink.h:
16705           Resyncing is for weenies, this hack is no longer needed and was
16706           broken anyway (since it - unintendedly - always leaves resync to
16707           TRUE).
16708
16709 2004-06-05  Andrew Turner <zxombie@hotpop.com>
16710
16711         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
16712         * gst/tcp/gsttcpclientsrc.h: idem
16713           - define MSG_NOSIGNAL if not done
16714           - include unistd.h for off_t
16715           (fixes #143749)
16716
16717 2004-06-05  Benjamin Otte  <otte@gnome.org>
16718
16719         * configure.ac:
16720         * ext/kio/Makefile.am:
16721           check for qt's moc preprocessor explicitly and use it
16722
16723 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16724
16725         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
16726           don't get a signal for EPIPE on socket writes
16727           (somebody check if this works on other platforms)
16728
16729 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16730
16731         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
16732         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
16733           check error condition on available samples correctly
16734
16735 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16736
16737         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
16738           avoid a segfault
16739         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
16740         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
16741         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
16742         (gst_tcpserversrc_gdp_read_header):
16743          use ssize_t over size_t since the former is signed and thus the
16744          check for error codes can work
16745
16746 2004-06-02  Wim Taymans  <wim@fluendo.com>
16747
16748         reviewed by: Johan
16749
16750         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
16751         (gst_multipart_mux_loop):
16752         Oops
16753
16754 2004-06-02  Wim Taymans  <wim@fluendo.com>
16755
16756         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
16757         (gst_multipart_mux_init), (gst_multipart_mux_loop),
16758         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
16759         (gst_multipart_mux_change_state):
16760         Added configurable boundary specifier, added the value as a
16761         caps field as well.
16762
16763 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16764
16765         * gst/tcp/gsttcp.c:
16766         * gst/tcp/gsttcpclientsrc.c:
16767         * gst/tcp/gsttcpclientsrc.h:
16768         * gst/tcp/gsttcpserversrc.c:
16769           - portability fix, to compile on OSX
16770             (fixes #143146)
16771
16772         * sys/osxaudio/gstosxaudioelement.c:
16773         * sys/osxaudio/gstosxaudiosink.c:
16774         * sys/osxaudio/gstosxaudiosrc.c:
16775           - compilation warnings on OSX
16776             (fixes #143153)
16777
16778 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16779
16780         * ext/vorbis/vorbisdec.c : sign warning fixes
16781
16782         * gst-libs/gst/mixer/mixertrack.c :
16783           do no use defines which are glib 2.4 specific
16784
16785 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
16786
16787         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
16788           buffer since libflac doesn't expect it (reports a sync error when
16789           it encounters that)
16790
16791
16792 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
16793
16794         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
16795         * gst-libs/gst/mixer/mixertrack.c:
16796         (gst_mixer_track_get_property), (get_mixer_track_init),
16797         (get_mixer_track_get_property): Added property accessors
16798         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
16799         * gst-libs/gst/mixer/mixeroptions.c:
16800         (gst_mixer_options_get_values): Added
16801         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
16802         * gst-libs/gst/mixer/mixer.c: Fixed comment
16803
16804
16805 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16806
16807         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
16808           improve error messages on open
16809
16810
16811 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16812
16813         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
16814           check if v4l-conf is in path
16815
16816 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16817
16818         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
16819           change assert to a more readable error message
16820
16821 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
16822
16823         * gst-libs/gst/tuner/tunerchannel.h:
16824           - add a freq_multiplicator field to make the conversion
16825             between internal frequency unit and Hz
16826         * sys/v4l/gstv4lelement.c:
16827         * sys/v4l2/gstv4l2element.c:
16828           - change default video device to /dev/video0
16829         * sys/v4l/v4l_calls.c:
16830         * sys/v4l2/v4l2_calls.c:
16831           - we only expose frequency to the user in Hz instead of
16832             bastard v4lX unit (either 62.5kHz or 62.5Hz)
16833
16834 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
16835         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16836           Initialise b_o_s and e_o_s variables
16837         * gst-libs/gst/riff/riff-media.c:
16838         (gst_riff_create_video_caps_with_data):
16839           Add some unusual fourcc's from mplayer avi's
16840         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
16841           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
16842           autoplugging.
16843
16844 2004-05-28  Wim Taymans  <wim@fluendo.com>
16845
16846         * configure.ac:
16847         * gst/alpha/Makefile.am:
16848         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
16849         (gst_alpha_get_type), (gst_alpha_base_init),
16850         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
16851         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
16852         (gst_alpha_chroma_key), (gst_alpha_chain),
16853         (gst_alpha_change_state), (plugin_init):
16854         A plugin to add an alpha channel to I420 video. Can optionally do
16855         chroma keying.
16856         * gst/multipart/Makefile.am:
16857         * gst/multipart/multipart.c: (plugin_init):
16858         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
16859         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
16860         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
16861         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
16862         (gst_multipart_demux_change_state),
16863         (gst_multipart_demux_plugin_init):
16864         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
16865         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
16866         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
16867         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
16868         (gst_multipart_mux_pad_unlink),
16869         (gst_multipart_mux_request_new_pad),
16870         (gst_multipart_mux_handle_src_event),
16871         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
16872         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
16873         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
16874         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
16875         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
16876         send multipart jpeg images to a browser.
16877         * gst/videobox/Makefile.am:
16878         * gst/videobox/README:
16879         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
16880         (gst_video_box_get_type), (gst_video_box_base_init),
16881         (gst_video_box_class_init), (gst_video_box_init),
16882         (gst_video_box_set_property), (gst_video_box_get_property),
16883         (gst_video_box_sink_link), (gst_video_box_i420),
16884         (gst_video_box_ayuv), (gst_video_box_chain),
16885         (gst_video_box_change_state), (plugin_init):
16886         Crops or adds borders around an image. can do alpha channel
16887         borders as well.
16888         * gst/videomixer/Makefile.am:
16889         * gst/videomixer/README:
16890         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
16891         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
16892         (gst_videomixer_pad_get_sink_event_masks),
16893         (gst_videomixer_pad_get_property),
16894         (gst_videomixer_pad_set_property),
16895         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
16896         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
16897         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
16898         (gst_videomixer_base_init), (gst_videomixer_class_init),
16899         (gst_videomixer_init), (gst_videomixer_request_new_pad),
16900         (gst_videomixer_handle_src_event),
16901         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
16902         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
16903         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
16904         (gst_videomixer_loop), (gst_videomixer_get_property),
16905         (gst_videomixer_set_property), (gst_videomixer_change_state),
16906         (plugin_init):
16907         Generic video mixer plugin, can handle multiple inputs all with
16908         different framerates and video sizes. Is fully alpha channel
16909         aware.
16910
16911 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16912
16913         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
16914           Select first track as master track. Not sure how else to handle
16915           that...
16916         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
16917           Discard discont events. Should fix #142962.
16918
16919 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16920
16921         * ext/alsa/Makefile.am:
16922         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
16923         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
16924         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
16925         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
16926         (gst_alsa_mixer_get_option):
16927         * ext/alsa/gstalsamixer.h:
16928         * ext/alsa/gstalsamixeroptions.c:
16929         (gst_alsa_mixer_options_get_type),
16930         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
16931         (gst_alsa_mixer_options_new):
16932         * ext/alsa/gstalsamixeroptions.h:
16933         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
16934         * ext/alsa/gstalsamixertrack.h:
16935           Add enumerations (as GstMixerOptions). Make correct distinction
16936           between input/output tracks. Add capture/playback private flag.
16937           Use flag to decide on whether to set capture or playback volumes
16938           or switches. Use playback and record switches.
16939         * gst-libs/gst/mixer/Makefile.am:
16940         * gst-libs/gst/mixer/mixer-marshal.list:
16941         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
16942         (gst_mixer_set_option), (gst_mixer_get_option),
16943         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
16944         (gst_mixer_volume_changed), (gst_mixer_option_changed):
16945         * gst-libs/gst/mixer/mixer.h:
16946         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
16947         (gst_mixer_options_class_init), (gst_mixer_options_init),
16948         (gst_mixer_options_dispose):
16949         * gst-libs/gst/mixer/mixeroptions.h:
16950           Add GstMixerOptions.
16951         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16952           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
16953           broken device detection on computers with multiple OSS sound
16954           cards.
16955
16956 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16957
16958         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
16959           fixate nicely even when the peer is not negotiating
16960
16961 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16962
16963         * gst/audioconvert/gstaudioconvert.c:
16964         (gst_audio_convert_parse_caps):
16965           make sure we don't allow depth > width
16966         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
16967           fixate endianness to G_BYTE_ORDER as default
16968         * gst/audioscale/gstaudioscale.c:
16969           we don't handle another endianness as host-endianness
16970
16971 2004-05-25  David Schleef  <ds@schleef.org>
16972
16973         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
16974
16975 2004-05-24  Benjamin Otte  <otte@gnome.org>
16976
16977         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
16978         (gst_oggvorbisenc_setup):
16979           properly fail when we can't setup the vorbis encoder due to
16980           unsupported settings
16981         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
16982         (gst_vorbisenc_setup):
16983           same
16984         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16985           fix case where warnings occured when one pad was unlinked while the
16986           other's link function was called
16987
16988 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16989
16990         * gst/tcp/Makefile.am:
16991           use GST_ENABLE_NEW
16992
16993 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16994
16995         * gst-libs/gst/resample/private.h:
16996           don't use optimizations that are #if 0'ed
16997
16998 2004-05-24  Wim Taymans  <wim@fluendo.com>
16999
17000         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
17001         Fix potential division by zero error and hopefully get
17002         the position query right to get correct timestamps on avi
17003         audio.
17004
17005 2004-05-24  Wim Taymans  <wim@fluendo.com>
17006
17007         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
17008         (gst_videoscale_scale_nearest_str2),
17009         (gst_videoscale_scale_nearest_str4),
17010         (gst_videoscale_scale_nearest_32bit),
17011         (gst_videoscale_scale_nearest_24bit),
17012         (gst_videoscale_scale_nearest_16bit):
17013         Fix the scaling algorithm and avoid a buffer overflow.
17014         removed the while loop in the scaling function as it
17015         was used for point sampling only.
17016
17017 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17018
17019         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
17020         (gst_id3_tag_class_init), (gst_id3_tag_init),
17021         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
17022         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
17023         (gst_id3_tag_send_tag_event):
17024           lots of fixes to make id3mux work and id3demux work correctly
17025
17026 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17027
17028         * ext/Makefile.am:
17029           add rules to build shout2send (was removed by accident
17030           when this module was no more marked experimental/broken)
17031
17032 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17033
17034         * ext/shout2/gstshout2.c:
17035         * ext/shout2/gstshout2.h:
17036           adding a "connection problem" signal to shout2send
17037           (fixes #142954)
17038
17039 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
17040
17041         * ext/kio/kioreceiver.cpp:
17042         * ext/kio/kioreceiver.h:
17043           fix sign comparison issues
17044
17045 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17046
17047         * gst/cdxaparse/gstcdxaparse.c:
17048         * gst/cdxaparse/gstcdxaparse.h:
17049           some renaming
17050           add some checks/sanity
17051           prepare for seek addition
17052
17053         * sys/sunaudio/gstsunaudio.c:
17054           remove exported dupe init function
17055
17056 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
17057
17058         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
17059         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
17060           Fix format conversion and position querying.
17061         * gst/debug/progressreport.c: (gst_progressreport_report):
17062           Don't output a bogus total value that we didn't query.
17063         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
17064           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
17065           only a blank window after xine has been used.
17066
17067 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17068
17069         * m4/as-arts.m4:
17070           sync with upstream version to fix test on FC2
17071           readd with -ko to preserve Id header
17072
17073 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17074
17075         * configure.ac:
17076           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
17077         * gst/tcp/gsttcpclientsrc.c: idem
17078         * gst/tcp/gsttcpserversink.c: idem
17079         * gst/tcp/gsttcpserversrc.c: idem
17080         * m4/gst-fionread.m4: idem
17081
17082         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
17083
17084         * configure.ac: enable speex plugin for speex 1.1.5+
17085         * ext/speex/gstspeexenc.c: fix cast warning
17086
17087         * ext/esd/README: fix typo
17088
17089 2004-05-20  David Schleef  <ds@schleef.org>
17090
17091         * configure.ac: Minor cosmetic change to convince the buildbot to
17092         reautogen.
17093         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
17094         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
17095         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
17096         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
17097         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
17098         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
17099         More hacking.  Plays audio now.
17100
17101 2004-05-20  David Schleef  <ds@schleef.org>
17102
17103         * configure.ac:
17104         * sys/Makefile.am:
17105
17106 2004-05-20  David Schleef  <ds@schleef.org>
17107
17108         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
17109         * sys/osxaudio/gstosxaudio.c:
17110         * sys/osxaudio/gstosxaudioelement.c:
17111         * sys/osxaudio/gstosxaudioelement.h:
17112         * sys/osxaudio/gstosxaudiosink.c:
17113         * sys/osxaudio/gstosxaudiosink.h:
17114         * sys/osxaudio/gstosxaudiosrc.c:
17115         * sys/osxaudio/gstosxaudiosrc.h:
17116
17117 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17118
17119         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
17120         (gst_vorbisenc_chain):
17121           put the codec headers on the caps as streamheader as well as
17122           pushing them out
17123
17124 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17125
17126         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
17127         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
17128         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
17129         split up push_packet into two functions
17130
17131 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17132
17133         * gst/tcp/.cvsignore:
17134           ignore enums
17135         * gst/tcp/Makefile.am:
17136         * gst/tcp/README:
17137         * gst/tcp/gsttcp.c:
17138         * gst/tcp/gsttcp.h:
17139         * gst/tcp/gsttcpclientsink.c:
17140         * gst/tcp/gsttcpclientsink.h:
17141         * gst/tcp/gsttcpclientsrc.c:
17142         * gst/tcp/gsttcpclientsrc.h:
17143         * gst/tcp/gsttcpplugin.c:
17144         * gst/tcp/gsttcpserversink.c:
17145         * gst/tcp/gsttcpserversink.h:
17146         * gst/tcp/gsttcpserversrc.c:
17147         * gst/tcp/gsttcpserversrc.h:
17148           add new tcp elements
17149
17150 2004-05-19  Wim Taymans  <wim@fluendo.com>
17151
17152         * gst/law/mulaw-conversion.c: (mulaw_encode):
17153         Fix overflow bug in ulaw encoding.
17154
17155 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17156
17157         * ext/mad/gstmad.c: (gst_mad_handle_event):
17158           don't unref the event twice
17159
17160 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17161
17162         * configure.ac:
17163           remove -Wno-sign-compare
17164
17165 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17166
17167         * configure.ac:
17168           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
17169           if you want to work against glib 2.2 and 2.4
17170
17171 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17172
17173         * gst/tcp/Makefile.am:
17174         * gst/tcp/gsttcp.c:
17175         * gst/tcp/gsttcp.h:
17176         * gst/tcp/gsttcpsink.h:
17177         * gst/tcp/gsttcpsrc.h:
17178           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
17179
17180 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17181
17182         * gst/debug/tests.c: (md5_get_value):
17183           fix segfault on gst-inspect
17184
17185 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17186
17187         * gst/debug/testplugin.c:
17188         * gst/debug/tests.c:
17189         * gst/debug/tests.h:
17190           add new extensible and configurable testing element. Current tests
17191           include buffer count, stream length, timestamp/duration matching and
17192           md5.
17193         * gst/debug/Makefile.am:
17194         * gst/debug/gstdebug.c: (plugin_init):
17195           add infrastructure for new element
17196
17197 2004-05-19  Johan Dahlin  <johan@gnome.org>
17198
17199         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
17200         ending of the array. Fixes gst-inspect segfault on ppc.
17201
17202 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17203
17204         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
17205
17206         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
17207
17208 2004-05-18  David Schleef  <ds@schleef.org>
17209
17210         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
17211         warnings (bugs, actually) noticed by gcc but not forte.
17212
17213 2004-05-18  David Schleef  <ds@schleef.org>
17214
17215         * sys/sunaudio/Makefile.am:
17216         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
17217
17218 2004-05-18  David Schleef  <ds@schleef.org>
17219
17220         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17221         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
17222         to allow qtdemux to use non-seekable streams. (bug #142272)
17223
17224 2004-05-18  David Schleef  <ds@schleef.org>
17225
17226         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
17227         (gst_resample_sinc_ft_float): Remove use of static temporary
17228         buffer.  This code was obviously not supposed to last long, but
17229         it's stuck in our ABI, so it required a little hack to make it
17230         ABI-compatible.  Fixes #142585.
17231         * gst-libs/gst/resample/resample.h: same.
17232
17233 2004-05-18  David Schleef  <ds@schleef.org>
17234
17235         * configure.ac: Add sunaudio
17236         * examples/Makefile.am: make gstplay depend on gconf
17237         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
17238         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
17239         (convert_table_lookup), (img_convert): remove c99-isms
17240         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
17241           unsigned, to fix a warning on Solaris
17242         * gst/mpeg1sys/systems.c: bcopy->memcpy
17243         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
17244         * sys/Makefile.am: Add sunaudio
17245
17246 2004-05-18  Wim Taymans  <wim@fluendo.com>
17247
17248         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
17249         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
17250         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
17251         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
17252         (gst_ogg_mux_loop):
17253         Fix an ugly memleak where the muxer didn't flush enough ogg
17254         pages. This also resulted in badly muxed ogg files.
17255
17256 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17257
17258         * gst/asfdemux/asfheaders.c :
17259         * gst/asfdemux/asfheaders.h :
17260         * gst/asfdemux/gstasfdemux.c :
17261           - fix ASF_OBJ_PADDING guid
17262           - add 3 new object guids (language list, metadata,
17263             extended stream properties)
17264           - add a function to parse extended header objects
17265
17266 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17267
17268         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
17269           remove leftover debugging g_print
17270
17271 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17272
17273         * ext/mad/gstmad.c: (gst_mad_handle_event):
17274           Fix for when the first format in a discont event is not a
17275           byte-based one. Should fix #137710.
17276
17277 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17278
17279         * m4/a52.m4 : fix compilation with -Wall -Werror
17280         * m4/libfame.m4 : idem
17281         * m4/libmikmod.m4 : idem
17282
17283 2004-05-17  Benjamin Otte  <otte@gnome.org>
17284
17285         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17286           signal the new tags before giving up the reference
17287
17288 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17289
17290         * ext/shout2/gstshout2.c:
17291           use application/ogg instead of application/x-ogg (patch by Patrick
17292           Guimond, fixes #142432)
17293         * sys/oss/gstosselement.c: (gst_osselement_reset),
17294         (gst_osselement_sync_parms):
17295           don't set fragment size unless specified (fixes #142493)
17296
17297 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17298
17299         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
17300           fixes #142664
17301
17302 2004-05-17  Benjamin Otte  <otte@gnome.org>
17303
17304         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17305           compute offsets correctly for internal buffers so timestamps are set
17306           correctly when we can't seek. Also handle cases where there are no
17307           offsets. (based on a patch by David Moore, fixes #142507)
17308
17309 2004-05-17  Benjamin Otte  <otte@gnome.org>
17310
17311         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17312           use correct variable when determining amount of data to skip so we
17313           don't skip into the void and segfault
17314
17315 2004-05-16  Benjamin Otte  <otte@gnome.org>
17316
17317         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
17318           Hi, I'm a memleak
17319
17320 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17321
17322         * gst/asfdemux/gstasfdemux.c:
17323           - fix a mem leak and always propagate tags
17324           - add WMV3 to known video codecs (but no decoder yet)
17325           - replace "surplus data" at end of audio header for what
17326             it is : codec specific data
17327           - fix a typo
17328
17329 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
17330
17331         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
17332
17333         * gst-libs/gst/audio/audioclock.c:
17334           Fix wrong return type (#142205).
17335
17336 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17337
17338         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
17339           Ignore CRCs by default (fixes #142566).
17340
17341 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17342
17343         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
17344         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
17345         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
17346         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
17347         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17348         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
17349           Fix for cases where we fail to attach to a mixer.
17350
17351 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17352
17353         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
17354           Don't touch events after not owning them anymore.
17355         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
17356         (gst_wavparse_fmt), (gst_wavparse_other),
17357         (gst_wavparse_handle_seek), (gst_wavparse_loop),
17358         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
17359         (gst_wavparse_srcpad_event):
17360         * gst/wavparse/gstwavparse.h:
17361           Add seeking, fix querying.
17362
17363 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17364
17365         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17366           - process comments even if they don't end with \0\0
17367             g_convert would ignore them if present and works well without them
17368
17369 2004-05-16  Benjamin Otte  <otte@gnome.org>
17370
17371         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
17372           simplify caps
17373
17374 2004-05-16  Benjamin Otte  <otte@gnome.org>
17375
17376         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17377           don't write to memory we might not write to - g_convert does that
17378           for us anyway (fixes #142613)
17379         (gst_asf_demux_audio_caps):
17380           comment out gst_util_dump_mem
17381
17382 2004-05-16  Benjamin Otte  <otte@gnome.org>
17383
17384         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17385           compute correct expected timestamps after seek (broken since
17386           last commit)
17387         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
17388           rename element and debugging category to gdkpixbufscale
17389
17390 2004-05-16  Benjamin Otte  <otte@gnome.org>
17391
17392         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17393           add error checking to snd_pcm_delay and remove duplicate call to
17394           snd_pcm_delay that caused issues (see inline code comments)
17395         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
17396           make more readable and fix return value when snd_pcm_delay fails
17397         (fixes #142586)
17398
17399 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
17400         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
17401         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
17402         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
17403         (gst_pixbufscale_link), (gst_pixbufscale_init),
17404         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
17405         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
17406         (gst_pixbufscale_get_property), (pixbufscale_init):
17407         * ext/gdk_pixbuf/pixbufscale.h:
17408         Add these files I forgot earlier
17409
17410 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
17411         * ext/gdk_pixbuf/Makefile.am:
17412         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
17413         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17414         Add new pixbufscale element to scale RGB video
17415         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
17416         and HYPER interpolation correctly.
17417         * ext/theora/theoraenc.c: (theora_enc_chain),
17418         Discard buffer and return if explicit caps could not be set
17419         (theora_enc_get_property):
17420         Make _get return kbps for the bitrate consistent with
17421         the _set function.
17422
17423
17424 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17425
17426         * ext/libvisual/visual.c: (gst_visual_chain):
17427           add missing visual_audio_analyze
17428
17429 2004-05-14  David Schleef  <ds@schleef.org>
17430
17431         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
17432         is killed while we're playing.
17433         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
17434         gst_element_no_more_pads().
17435
17436 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17437
17438         * gst-libs/gst/riff/riff-read.c :
17439           - fix INFO tag extraction in RIFF/AVI files
17440             because gst_event_unref (event) also freed taglist
17441           - avoid a mem leak
17442
17443 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17444
17445         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
17446         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
17447
17448         * gst/auparse/gstauparse.c :
17449           - add code (commented for now) to support audio/x-adpcm on src pad
17450             (we have no decoder for those layout yet)
17451
17452         * gst/cdxaparse/gstcdxaparse.c :
17453         * gst/cdxaparse/gstcdxaparse.h :
17454           - partial rewrite using RiffRead (ripped iain's wavparse code)
17455
17456         * gst/rtp/gstrtpL16enc.c : typo
17457         * gst/rtp/gstrtpgsmenc.c : typo
17458
17459 2004-05-13  Benjamin Otte  <otte@gnome.org>
17460
17461         * configure.ac:
17462           check for exact version of libvisual, it's not supposed to be
17463           API/ABI stable yet
17464
17465 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17466
17467         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
17468           signal no-more-pads
17469
17470 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
17471
17472         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
17473         Report which format was used for GST_FORMAT_DEFAULT
17474         * gst/debug/Makefile.am:
17475         * gst/debug/gstdebug.c: (plugin_init):
17476         * gst/debug/progressreport.c: (gst_progressreport_base_init),
17477         (gst_progressreport_class_init), (gst_progressreport_init),
17478         (gst_progressreport_report), (gst_progressreport_set_property),
17479         (gst_progressreport_get_property), (gst_progressreport_chain),
17480         (gst_progressreport_plugin_init):
17481         Add progressreport element for testing.
17482
17483 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17484
17485         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
17486         * sys/v4l/gstv4lsrc.h:
17487         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
17488         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
17489         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
17490         (gst_v4lsrc_grab_frame):
17491           add more debugging
17492           send a discont at start
17493
17494 2004-05-12  Colin Walters  <walters@redhat.com>
17495
17496         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
17497         inflooping if we can't find a chunk.  Or in other words, don't blow
17498         chunks if we don't have a chunk to blow.
17499
17500 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
17501         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
17502         Remove old debug output
17503         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
17504         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
17505         (gst_dvdec_set_property), (gst_dvdec_get_property):
17506         Change the quality setting to an enum, so it works from gst-launch
17507         Don't renegotiate a non-linked pad. Allows audio only decoding.
17508         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
17509         (gst_deinterlace_link), (gst_deinterlace_init):
17510         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
17511         (gst_videodrop_link):
17512         Some caps negotiation fixes
17513
17514 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17515
17516         * ext/tarkin/gsttarkin.c :
17517           - Change RANK from NONE to PRIMARY
17518         * ext/gdk_pixbuf/gstgdkpixbuf.c :
17519           - Change RANK from NONE to MARGINAL
17520         * ext/divx/gstdivxenc.c :
17521           - Change RANK from PRIMARY to NONE (encoder/spider issue)
17522
17523 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17524
17525         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
17526         (gst_vorbisenc_push_packet):
17527           copy a function that was added between 1.0 and 1.0.1 until we
17528           depend on worthwhile features of post-1.0
17529
17530 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17531
17532         * configure.ac:
17533           enable shout2 by default
17534         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
17535         (gst_shout2send_base_init), (gst_shout2send_init),
17536         (gst_shout2send_connect), (gst_shout2send_change_state):
17537         * ext/shout2/gstshout2.h:
17538           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
17539           #142262)
17540         * ext/theora/theora.c: (plugin_init):
17541           don't set rank on encoders
17542
17543 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
17544
17545         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
17546           Use codec_data property instead of flag1 and flag2 for wma
17547
17548 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17549
17550         * gst/cdxaparse/gstcdxaparse.c :
17551           - Add mpegversion to CAPS to make it link
17552           - Rank is as GST_RANK_SECONDARY instead of NONE
17553         * gst/auparse/gstauparse.c :
17554           - Document all audio encoding we can encounter from Solaris 9
17555             headers and libsndfile information.
17556           - Increase max. rate from 48000 to 192000 (to match other elements)
17557           - Don't try to play junk data between header and samples
17558
17559 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17560
17561         * ext/libvisual/visual.c: (gst_visual_getcaps):
17562           use the right caps depending on endianness (I hope)
17563         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
17564           use GST_RANK_NONE for all non-decoding elements or spider gets
17565           mighty confused
17566
17567 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17568
17569         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17570           Fix some odd cases and fix BE metadata parsing of unicode16 text.
17571
17572 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17573
17574         * gst/switch/gstswitch.c: (gst_switch_release_pad),
17575         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
17576         (gst_switch_loop), (gst_switch_get_type):
17577           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
17578           HEADERS. Had to be said.
17579
17580 2004-05-10  David Schleef  <ds@schleef.org>
17581
17582         * configure.ac: Add prototype Dirac support.
17583         * ext/Makefile.am:
17584         * ext/dirac/Makefile.am:
17585         * ext/dirac/gstdirac.cc:
17586         * ext/dirac/gstdiracdec.cc:
17587
17588 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17589
17590         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
17591         (gst_auparse_init), (gst_auparse_chain),
17592         (gst_auparse_change_state):
17593           Hack around spider. Remove me some day please.
17594
17595 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17596
17597         * gst/auparse/gstauparse.c: (gst_auparse_chain):
17598           Fix for some uninitialized variables in previous patch, also
17599           makes it work. Fixes #142286 while we're at it.
17600
17601 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17602
17603         * gst/auparse/gstauparse.c:
17604                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
17605                 only unsupported formats are ADPCM/CCITT G.72x
17606                 reviewed by Ronald
17607         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
17608
17609 2004-05-10  Wim Taymans  <wim@fluendo.com>
17610
17611         * ext/vorbis/Makefile.am:
17612         * ext/vorbis/README:
17613         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
17614         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
17615         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
17616         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
17617         (gst_oggvorbisenc_convert_sink),
17618         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
17619         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
17620         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
17621         (get_constraints_string), (update_start_message),
17622         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
17623         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
17624         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
17625         * ext/vorbis/oggvorbisenc.h:
17626         * ext/vorbis/vorbis.c: (plugin_init):
17627         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
17628         (raw_caps_factory), (gst_vorbisenc_class_init),
17629         (gst_vorbisenc_init), (gst_vorbisenc_setup),
17630         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
17631         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
17632         * ext/vorbis/vorbisenc.h:
17633         Added a raw vorbis encoder to be used with the oggmuxer.
17634         We still need the old encoder for some gnome applications,
17635         read the README to find out how that works.
17636         The raw encoder is called "rawvorbisenc" until 0.9.
17637
17638 2004-05-10  Wim Taymans  <wim@fluendo.com>
17639
17640         * ext/ogg/gstogg.c: (plugin_init):
17641         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
17642         (gst_ogg_print):
17643         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
17644         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
17645         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
17646         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
17647         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
17648         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
17649         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
17650         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
17651         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
17652         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
17653         Added an ogg muxer.
17654         Small typo fixes in the demuxer.
17655
17656 2004-05-10  Wim Taymans  <wim@fluendo.com>
17657
17658         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17659         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
17660         (theora_enc_change_state), (theora_enc_set_property),
17661         (theora_enc_get_property):
17662         Mark the last packet with an EOS flag which is not really needed
17663         in gstreamer.
17664         Do some better video framerate initialisation.
17665         Update the buffer timestamp.
17666
17667 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
17668
17669         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
17670         Return the result of the parent state change call
17671
17672 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17673
17674         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
17675         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
17676         * gst/law/alaw-encode.c : (idem)
17677         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
17678         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
17679         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
17680
17681 2004-05-09  Benjamin Otte  <otte@gnome.org>
17682
17683         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17684           don't use a fixed buffer size when writing variable length data to
17685           it. Fixes memory corruption and makes alsasrc work
17686
17687 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17688
17689         * ext/gnomevfs/gstgnomevfssink.c:
17690         (_gst_boolean_allow_overwrite_accumulator),
17691         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
17692           Run glib's default signal handler (??) in RUN_CLEANUP rather than
17693           RUN_LAST, and don't use that to set the accumulator value because
17694           then it's always FALSE.
17695
17696 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17697
17698         * gst-libs/gst/riff/riff-media.c:
17699         (gst_riff_create_video_caps_with_data),
17700         (gst_riff_create_audio_caps),
17701         (gst_riff_create_audio_template_caps):
17702         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17703           Fix for unaligned RIFF files (i.e. where all the chunks together
17704           in a LIST chunk are not of the same size as the size given in
17705           the LIST chunk header). Fixes several odd WAVE files. Also fix
17706           ADPCM (block_align property) in audio, so that wavparse based
17707           on this works now as it used to stand-alone.
17708
17709 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
17710
17711         reviewed by Benjamin Otte  <otte@gnome.org>
17712
17713         * ext/a52dec/gsta52dec.c:
17714         * ext/divx/gstdivxdec.c:
17715         * ext/divx/gstdivxenc.c:
17716         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17717         * ext/faac/gstfaac.c: (gst_faac_base_init):
17718         * ext/faad/gstfaad.c: (gst_faad_base_init):
17719         * ext/ivorbis/vorbisfile.c:
17720         * ext/lame/gstlame.c:
17721         * ext/libfame/gstlibfame.c:
17722         * ext/mpeg2enc/gstmpeg2enc.cc:
17723         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17724         * ext/sidplay/gstsiddec.cc:
17725         * ext/speex/gstspeexdec.c:
17726         * ext/speex/gstspeexenc.c:
17727         * ext/xvid/gstxviddec.c:
17728         * ext/xvid/gstxvidenc.c:
17729           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
17730           (fixes #142193)
17731
17732 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17733
17734         * ext/alsa/gstalsa.c: (device_list),
17735         (gst_alsa_class_probe_devices):
17736         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
17737           Fix alsa oddness in mixer after the combination of using mixer
17738           in source/sink elements and using hw:x,y instead of just hw:x.
17739
17740 2004-05-09  Benjamin Otte  <otte@gnome.org>
17741
17742         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
17743         (gst_wavparse_create_sourcepad):
17744           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
17745           sourcepads
17746
17747 2004-05-09  Benjamin Otte  <otte@gnome.org>
17748
17749         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17750           allow discont events before caps nego
17751
17752 2004-05-08  Benjamin Otte  <otte@gnome.org>
17753
17754         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
17755           don't leak events
17756
17757 2004-05-08  Benjamin Otte  <otte@gnome.org>
17758
17759         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
17760         (gst_level_change_state), (gst_level_init):
17761         * gst/level/gstlevel.h:
17762           figure out if we're initialized directly instead of keeping a
17763           variable that's wrong in 90% of cases
17764           don't initialize pads and then leak them and use a new unitialized
17765           pad. (fixes #142084)
17766           these were bugs so n00bish I didn't find them for an hour :/
17767
17768 2004-05-08 Iain <iain@prettypeople.org>
17769
17770         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
17771         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
17772         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
17773         return the length that was read.
17774         (gst_riff_read_strf_auds): Allow fmt tags as well.
17775
17776 2004-05-07  David Schleef  <ds@schleef.org>
17777
17778         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
17779         signed char assumption in faad.h.
17780
17781 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17782
17783         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
17784           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
17785
17786 2004-05-07  Colin Walters  <walters@redhat.com>
17787
17788         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
17789         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
17790         function.
17791         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
17792         Add dispose function.
17793
17794 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
17795         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
17796           Fix caps nego and pad templates. RGB mode caps should
17797           work now.
17798         * ext/dvdnav/gst-dvd:
17799           Move mpeg2dec inside the thread because otherwise the
17800           queue rejects cap changes mid-stream
17801         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
17802         (gst_mpeg2dec_flush_decoder):
17803           For mpeg2dec > 0.4.0, call the flush function instead of
17804           manually extracting all in-flight frames.
17805         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
17806         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
17807           Change mime type video/dv go video/x-dv to match the
17808           rest of gst-plugins
17809
17810 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17811
17812         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
17813         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
17814         (gst_alsa_sink_class_init):
17815         * ext/alsa/gstalsasink.h:
17816         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
17817         (gst_alsa_src_class_init):
17818         * ext/alsa/gstalsasrc.h:
17819           Make alsasink/src a subclass of alsamixer so that mixer stuff
17820           shows up in gst-rec. Needs some finetuning.
17821
17822 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17823
17824         * ext/lame/gstlame.c: (gst_lame_chain):
17825           simplify
17826         * ext/mad/gstmad.c: (gst_mad_handle_event):
17827           fix event leak
17828         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17829           be able to detect mp3 files < 4096 bytes
17830
17831 2004-05-06  Wim Taymans  <wim@fluendo.com>
17832
17833         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17834         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
17835         (theora_enc_set_property), (theora_enc_get_property):
17836         Also encode the first frame, cleanup some code.
17837
17838 2004-05-06  Wim Taymans  <wim@fluendo.com>
17839
17840         * ext/mpeg2enc/gstmpeg2enc.cc:
17841         Forward events first before deciding that negotiation was
17842         not performed.
17843
17844 2004-05-06  Wim Taymans  <wim@fluendo.com>
17845
17846         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
17847         First process the events before deciding that negotiation
17848         was not performed.
17849
17850 2004-05-06  Wim Taymans  <wim@fluendo.com>
17851
17852         * ext/theora/Makefile.am:
17853         * ext/theora/theora.c: (plugin_init):
17854         * ext/theora/theoradec.c: (theora_dec_change_state):
17855         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
17856         (gst_theora_enc_class_init), (gst_theora_enc_init),
17857         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
17858         (theora_enc_chain), (theora_enc_change_state),
17859         (theora_enc_set_property), (theora_enc_get_property):
17860         Added a theora encoder, grouped the encoder and decoder into the
17861         same plugin.
17862
17863 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17864
17865         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
17866         (gst_jpegenc_chain):
17867         fix DURATION on outgoing buffers
17868         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
17869         debug using time formats
17870         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
17871         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
17872         (gst_xvimagesink_sink_link):
17873         windows with width/height 0 generate X errors, so don't allow them
17874
17875 2004-05-05  Wim Taymans  <wim@fluendo.com>
17876
17877         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
17878         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
17879         (gst_mpeg2dec_negotiate_format):
17880         * ext/mpeg2dec/gstmpeg2dec.h:
17881           removed the static pad template so that we can add the
17882           more accurate framerate value to the caps.
17883
17884
17885 2004-05-04  Benjamin Otte  <otte@gnome.org>
17886
17887         * configure.ac:
17888           check for kdemacros.h, too (should fix #141821)
17889         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
17890           don't crash if no header was sent, but nicely error out (fixes part
17891           of #141554)
17892
17893 2004-05-04  Wim Taymans  <wim@fluendo.com>
17894
17895         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
17896         parent dispose function to avoid segfault on destroy.
17897
17898 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17899
17900         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
17901         (plugin_init):
17902         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17903         (gst_xvimagesink_sink_link):
17904         clean up debugging caps
17905         also recreate xvimage when format has changed
17906
17907 2004-05-04  Benjamin Otte  <otte@gnome.org>
17908
17909         * ext/libvisual/Makefile.am:
17910         * ext/libvisual/visual.c: (gst_visual_class_init),
17911         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
17912         (gst_visual_srclink), (gst_visual_chain),
17913         (gst_visual_change_state), (plugin_init):
17914           use a GstAdapter to correctly adapt buffer sizes - allows using a
17915           framerate
17916
17917 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17918
17919         * sys/v4l/gstv4lelement.h:
17920         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17921         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
17922         (gst_v4lsrc_buffer_free):
17923         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
17924         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
17925         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
17926         (gst_v4lsrc_requeue_frame):
17927         move some debugging categories around
17928         query for fps index and set accordingly if found
17929
17930 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17931
17932         * ext/lame/gstlame.c:
17933         correct defaults that lame_init puts out of range
17934
17935 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17936
17937         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
17938         (gst_divxenc_class_init):
17939         fix range since -1 is the default
17940         * gst/mpeg1sys/gstmpeg1systemencode.c:
17941         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
17942         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
17943         (gst_rtjpegdec_chain):
17944         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
17945         (gst_rtjpegenc_chain):
17946         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
17947         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
17948         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
17949         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
17950         * sys/v4l/gstv4lsrc.c:
17951         * sys/v4l/v4l_calls.c: (gst_v4l_open):
17952         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
17953         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
17954         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
17955         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
17956           remove gst_info calls
17957
17958 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17959
17960         * Makefile.am:
17961         * po/af.po:
17962         * po/az.po:
17963         * po/en_GB.po:
17964         * po/nl.po:
17965         * po/sr.po:
17966         * po/sv.po:
17967           Updated translations
17968
17969 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17970
17971         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
17972           refactor/comment code
17973
17974 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17975
17976         * gst/asfdemux/Makefile.am:
17977         * gst/asfdemux/asfheaders.c:
17978         * gst/asfdemux/asfheaders.h:
17979         * gst/asfdemux/gstasf.c: (plugin_init):
17980         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
17981         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
17982         (gst_asf_demux_setup_pad):
17983         * gst/asfdemux/gstasfdemux.h:
17984         * gst/asfdemux/gstasfmux.c:
17985         * gst/asfdemux/gstasfmux.h:
17986           Add tagging support to demuxer, split out registration in its own
17987           file instead of in demux (hacky), and prevent having some tables
17988           in our memory multiple times (in asfheaders.h).
17989
17990 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17991
17992         * gst/matroska/matroska-demux.c:
17993         (gst_matroska_demux_parse_metadata):
17994         * gst/matroska/matroska-ids.h:
17995           Basic tag reading support.
17996
17997 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17998
17999         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
18000           Really detect ac-3 audio.
18001         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
18002           really detect matroska files (off-by-1).
18003
18004 2004-04-30  David Schleef  <ds@schleef.org>
18005
18006         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18007         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
18008         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
18009         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
18010         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
18011         hackage -- parse a lot more atoms, extract a few tags.  One might even
18012         mistake this for tag support.  Maybe it is.
18013         * gst/qtdemux/qtdemux.h:
18014
18015 2004-04-30  Colin Walters  <walters@verbum.org>
18016
18017         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
18018
18019 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18020
18021         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18022         (gst_ffmpegcolorspace_getcaps):
18023           remove broken nego fix
18024
18025 2004-04-30  Benjamin Otte  <otte@gnome.org>
18026
18027         * configure.ac:
18028         * ext/Makefile.am:
18029         * ext/libvisual/Makefile.am:
18030         * ext/libvisual/visual.c:
18031           add initial support for libvisual (http://libvisual.sourceforge.net)
18032           libvisual is still quite alpha, so expect crashes in there :)
18033
18034 2004-04-29  David Schleef  <ds@schleef.org>
18035
18036         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
18037         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
18038         up qtdemux to make it spit out codec_data.  Do _not_ look at this
18039         code; you will no longer respect me.
18040
18041 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18042
18043         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
18044         * ext/alsa/gstalsa.h :
18045         change alsa pcm device discovery to find more than 1 device
18046         per card. code review by Ronald.
18047
18048 2004-04-29  David Schleef  <ds@schleef.org>
18049
18050         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
18051         Add a check for a driver bug on FreeBSD.  (bug #140565)
18052
18053 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18054
18055         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
18056         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
18057         (gst_jpegenc_getcaps):
18058           move format setting to inner loop
18059         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18060         (gst_ffmpegcolorspace_getcaps):
18061           use GST_PAD_CAPS if available so that we use already negotiated
18062           caps
18063         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18064         (qtdemux_parse_moov), (qtdemux_parse):
18065           extra debugging
18066         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
18067         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
18068           move hardcoded path to DEFINE
18069
18070 2004-04-28  David Schleef  <ds@schleef.org>
18071
18072         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
18073         (bug #140064)
18074
18075 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18076
18077         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
18078           Don't probe for playback device if we're a source element. Fixes
18079           #139658.
18080
18081 2004-04-29  Benjamin Otte  <otte@gnome.org>
18082
18083         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
18084         (gst_id3_tag_chain):
18085           rewrite buffer offset
18086
18087 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18088
18089         * configure.ac:
18090         * ext/Makefile.am:
18091         * ext/dts/Makefile.am:
18092         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
18093         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
18094         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
18095         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
18096         (gst_dtsdec_loop), (gst_dtsdec_change_state),
18097         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
18098         (plugin_init):
18099         * ext/dts/gstdtsdec.h:
18100           New DTS decoder.
18101         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
18102         (gst_faad_srcconnect):
18103           Add ESDS atom handling (.m4a).
18104
18105 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18106
18107         * ext/divx/gstdivxdec.c: (plugin_init):
18108           Remove comment that makes no sense.
18109         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
18110           Fix for obvious typo that resulted in warnings during gst-register.
18111         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
18112         (gst_xviddec_sink_link):
18113           Fix caps negotiation a bit better.
18114         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18115           We call this 'codec_data', not 'esds'.
18116
18117 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18118
18119         * gst/monoscope/gstmonoscope.c:
18120           make sure we only provide 256x128
18121         * gst/monoscope/monoscope.c: (monoscope_init):
18122           assert size of 256x128
18123
18124 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18125
18126         * Makefile.am:
18127         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
18128         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
18129           fixate to max width and height of device
18130
18131 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18132
18133         * Makefile.am:
18134         * sys/v4l/gstv4l.c:
18135         * sys/v4l/gstv4lsrc.c:
18136         * sys/v4l/v4l_calls.c:
18137         * sys/v4l/v4lsrc_calls.c:
18138           fix for qc-usb driver which fakes having more than one buffer
18139           by handing the same buffer twice, which confused GStreamer's/v4lsrc
18140           buffer_free override
18141           add debugging
18142
18143 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18144
18145         * Makefile.am:
18146         * gst/videotestsrc/gstvideotestsrc.c:
18147         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
18148         (gst_videotestsrc_init), (gst_videotestsrc_get),
18149         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
18150         * gst/videotestsrc/gstvideotestsrc.h:
18151           add num-buffers property
18152
18153         2004-04-26  Benjamin Otte  <otte@gnome.org>
18154
18155         * ext/mad/gstid3tag.c: (plugin_init):
18156           set id3mux rank to NONE so it doesn't confuse spider
18157           require audio/mpeg,mpegversion=1 in id3mux
18158
18159 2004-04-26  Benjamin Otte  <otte@gnome.org>
18160
18161         * configure.ac:
18162           detect faad correctly as non-working if it's indeed non-working
18163
18164 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18165
18166         * Makefile.am:
18167         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
18168         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
18169         fix _getcaps so it only negotiates to its supported format
18170
18171 2004-04-25  Benjamin Otte  <otte@gnome.org>
18172
18173         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
18174           fix memleak
18175
18176 2004-04-23  Benjamin Otte  <otte@gnome.org>
18177
18178         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
18179           audio/x-raw-int with height rules! not. Now it's depth.
18180
18181 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18182
18183         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
18184         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
18185         (gst_wavparse_loop):
18186           Missing variable initialization. Add handling of DVI ADPCM. Fix
18187           mis-parsing of LIST chunks. This works around a bug where we mis-
18188           parse non-aligning LIST chunks (so LIST chunks where the contents
18189           don't align with the actual LIST size). The correct fix is to use
18190           rifflib, I'm not going to fix wavparse - too much work. All this
18191           fixes #104878.
18192
18193 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18194
18195         reviewed by Benjamin Otte  <otte@gnome.org>
18196
18197         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
18198           fix shoutcast not working (fixes #140844)
18199
18200 2004-04-22  Benjamin Otte  <otte@gnome.org>
18201
18202         * ext/hermes/gsthermescolorspace.c:
18203         (gst_hermes_colorspace_caps_remove_format_info):
18204         * gst/colorspace/gstcolorspace.c:
18205         (gst_colorspace_caps_remove_format_info):
18206         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18207         (gst_ffmpegcolorspace_caps_remove_format_info):
18208           s/gst_caps_simplify/gst_caps_do_simplify/
18209
18210 2004-04-22  Benjamin Otte  <otte@gnome.org>
18211
18212         * gst-libs/gst/riff/riff-media.c:
18213         (gst_riff_create_video_caps_with_data):
18214           mpegversion is an int
18215         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
18216           don't try to create pad templates with NULL caps, use any caps
18217           instead.
18218
18219 2004-04-20  David Schleef  <ds@schleef.org>
18220
18221         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
18222         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
18223         (bug #140384)
18224
18225 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
18226
18227         reviewed by David Schleef
18228
18229         * ext/mad/gstid3tag.c: Add stdlib.h
18230         * gst/rtp/gstrtpgsmenc.c: same
18231         * gst/tags/gstid3tag.c: same
18232         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
18233         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
18234         GST_DISABLE_LOADSAVE use.
18235         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
18236         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
18237         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
18238         atol(3)).
18239         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
18240         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
18241         strtoul(3)).
18242         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
18243         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
18244         $(ID3_CFLAGS).
18245         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
18246         $(LIBFAME_CFLAGS).
18247
18248 2004-04-20  David Schleef  <ds@schleef.org>
18249
18250         * gst/realmedia/rmdemux.c:  This was supposed to part of the
18251         last checkin.  Same idea.
18252
18253 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
18254
18255         reviewed by David Schleef
18256
18257         * configure.ac: bump required gstreamer version to 0.8.1.1
18258         because of following changes [--ds]
18259
18260         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
18261         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
18262         (gst_riff_read_header):  Use GST_READ_UINT*
18263         macros to access possibly unaligned memory.
18264
18265         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
18266         (mp3_type_find):  Use GST_READ_UINT*
18267         macros to access possibly unaligned memory.
18268         (mp3_type_find, mpeg1_parse_header, qt_type_find)
18269         (speex_type_find): Likewise
18270
18271         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
18272
18273         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
18274         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
18275         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
18276         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
18277         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
18278         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
18279         macros to access possibly unaligned memory.
18280
18281         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
18282         Likewise.
18283
18284         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
18285         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
18286
18287         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18288         Likewise.
18289
18290         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
18291         (gst_mpeg2subt_chain_subtitle): Likewise.
18292
18293         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
18294         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
18295         Likewise.
18296
18297         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
18298         Likewise.
18299
18300         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
18301         Likewise.
18302
18303         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
18304         Likewise.
18305
18306 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18307
18308         * configure.ac:
18309           update required version of GStreamer because of GST_TIME_FORMAT
18310
18311 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18312
18313         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
18314           remove leftover g_print
18315         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18316           don't try setting only a subset of the caps. We don't want to kill
18317           autoplugging on purpose
18318
18319 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18320
18321         * sys/ximage/ximagesink.c: (plugin_init):
18322         * sys/xvimage/xvimagesink.c: (plugin_init):
18323           add debugging categories
18324
18325 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18326
18327         * po/en_GB.po:
18328         * po/LINGUAS:
18329           Adding en_GB translation (Gareth Owen)
18330
18331 2004-04-20  David Schleef  <ds@schleef.org>
18332
18333         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18334         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
18335         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
18336         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
18337         A number of new features and hacks to extract the esds atom and
18338         put it into the caps.  (bug #137724)
18339
18340 2004-04-19  David Schleef  <ds@schleef.org>
18341
18342         * gconf/Makefile.am: Fix for non-GNU make
18343         * gst-libs/gst/Makefile.am: Change directory order to handle
18344         GstPlay linking with gstinterfaces
18345         * gst-libs/gst/audio/make_filter: make use of tr portable
18346         * gst-libs/gst/play/Makefile.am: Add intended \
18347         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
18348         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
18349         function prototype instead of void *.
18350         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
18351         macro.
18352         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18353         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
18354         * gst/videofilter/make_filter: make use of tr portable
18355         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
18356
18357 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18358
18359         * po/LINGUAS:
18360         * po/uk.po:
18361           Added Ukrainian translation (Maxim V. Dziumanenko)
18362
18363 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18364
18365         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
18366         (gst_gsmdec_link), (gst_gsmdec_chain):
18367           Fix capsnego, simplify chain function slightly.
18368         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
18369           Add GSM.
18370
18371 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18372
18373         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
18374         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
18375         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
18376           Hack to make wavparse work with spider (always -> sometimes pad).
18377           Fixes #135862 && #140411.
18378
18379 2004-04-18  Benjamin Otte  <otte@gnome.org>
18380
18381         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
18382         (gst_osselement_rate_probe_check),
18383         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
18384           get rid of \n in debug output
18385
18386 2004-04-17  Iain <iain@prettypeople.org>
18387
18388         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
18389         not just EOS.
18390
18391 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18392
18393         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
18394         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
18395         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
18396         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
18397         (gst_id3_tag_src_link), (gst_id3_tag_chain),
18398         (gst_id3_tag_change_state), (plugin_init):
18399           deprecate id3tag element and replace with id3demux/id3mux.
18400           great side effect: this ugly file is now even uglier, yay!
18401         * ext/mad/gstmad.h:
18402           remove non-available function
18403           update for new get_type
18404
18405 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18406
18407         * configure.ac:
18408           require mpeg2dec >= 0.4.0
18409
18410 2004-04-17  Benjamin Otte  <otte@gnome.org>
18411
18412         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18413         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
18414         (gst_xvimagesink_set_xwindow_id):
18415           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
18416           assorted cleanup fixes.
18417
18418 2004-04-16  David Schleef  <ds@schleef.org>
18419
18420         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
18421         * sys/xvimage/xvimagesink.h: same
18422
18423 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18424
18425         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
18426           Fix GST_ELEMENT_ERROR with (NULL)
18427
18428 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18429
18430         * gst-libs/gst/riff/riff-media.c:
18431         (gst_riff_create_video_caps_with_data):
18432           Add div[3456] as fourccs for DivX 3 (fixes #140137).
18433
18434 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18435
18436         * gst-libs/gst/riff/riff-media.c:
18437         (gst_riff_create_video_caps_with_data),
18438         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
18439         (gst_riff_create_video_template_caps),
18440         (gst_riff_create_audio_template_caps):
18441         * gst-libs/gst/riff/riff-media.h:
18442         * gst-libs/gst/riff/riff-read.c:
18443         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
18444         * gst-libs/gst/riff/riff-read.h:
18445         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
18446           Add MS RLE support. I added some functions to read out strf chunks
18447           into strf chunks and the data behind it. This is usually color
18448           palettes (as in RLE, but also in 8-bit RGB). Also use those during
18449           caps creation. Lastly, add ADPCM (similar to wavparse - which
18450           should eventually be rifflib based).
18451         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
18452         (gst_matroska_demux_init), (gst_matroska_demux_reset):
18453         * gst/matroska/matroska-demux.h:
18454           Remove placeholders for some prehistoric tagging system. Didn't add
18455           support for any tag system really anyway.
18456         * gst/qtdemux/qtdemux.c:
18457           Add support for audio/x-m4a (MPEG-4) through spider.
18458         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
18459         (gst_wavparse_loop):
18460           ADPCM support (#135862). Increase max. buffer size because we
18461           cannot split buffers for ADPCM (screws references) and I've seen
18462           files with 2048 byte chunks. 4096 seems safe for now.
18463
18464 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18465
18466         * configure.ac: bump nano to 1
18467
18468 === release 0.8.1 ===
18469
18470 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18471
18472         * configure.ac: releasing 0.8.1, "Comforting Sounds"
18473
18474 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18475
18476         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
18477           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
18478           Fixes #140058
18479
18480 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18481
18482         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
18483           lower rank of dvddemux so that it's not used for mpeg playback.
18484
18485 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18486
18487         * configure.ac:
18488           save libs correctly when checking mad
18489
18490 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18491
18492         * ext/mad/gstid3tag.c: (plugin_init):
18493           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
18494
18495 2004-04-13  David Schleef  <ds@schleef.org>
18496
18497         * common/m4/gst-feature.m4: Call -config scripts with
18498         --plugin-libs if it is supported.
18499         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
18500         JPEG images are image/jpeg.
18501         * gst/debug/Makefile.am:
18502         * gst/debug/negotiation.c: (gst_negotiation_class_init),
18503         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
18504         (gst_negotiation_update_caps), (gst_negotiation_get_property),
18505         (gst_negotiation_plugin_init): Add a property that acts like
18506         filter caps.
18507         * testsuite/gst-lint:  Move license checking to be a standard
18508         test.
18509
18510 2004-04-13  David Schleef  <ds@schleef.org>
18511
18512         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
18513         patch from Sebastien Cote (bug #139958)
18514
18515 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18516
18517         * examples/gstplay/Makefile.am:
18518         * examples/gstplay/player.c: (main):
18519           make the commandline player example use gconf settings
18520
18521 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18522
18523         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
18524         (gst_cacasink_sinkconnect), (gst_cacasink_init),
18525         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
18526           init/end library during state transition, not object
18527           creation/disposal.  get rid of custom dispose handler.
18528
18529
18530 2004-04-12  Christian Schaller <Uraeus@gnome.org>
18531
18532         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
18533         be a symlink
18534
18535 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18536
18537         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
18538           Handle JUNK chunks inside data section. Prevents warnings.
18539
18540 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18541
18542         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18543         (gst_riff_create_video_template_caps):
18544           Add MS video v1.
18545         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18546         (gst_avi_demux_stream_data):
18547           Add support for "rec-list" chunks.
18548
18549 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18550
18551         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
18552           Fix another codecname mismatch.
18553
18554 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18555
18556         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
18557           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
18558           so that MJPEG plays back.
18559
18560 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18561
18562         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
18563         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
18564         * gst/mpeg1videoparse/gstmp1videoparse.h:
18565           Fix for some slight mis-cuts in buffer parsing, and for some
18566           potential overflows or faults-causers. Adds disconts. Also fixes
18567           #139105 while we're at it.
18568
18569 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18570
18571         * configure.ac:
18572         * sys/v4l2/gstv4l2element.h:
18573           Workaround for missing struct v4l2_buffer declaration in Suse 9
18574           and Mandrake 10 linux/videodev2.h header file (#135919).
18575
18576 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18577
18578         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
18579           Bail out if no filename was given.
18580
18581 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18582
18583         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
18584         (gst_v4l2_fourcc_from_structure):
18585           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
18586           Y41B somewhere).
18587
18588 2004-04-09  Benjamin Otte  <otte@gnome.org>
18589
18590         * ext/gnomevfs/gstgnomevfssink.c:
18591         (_gst_boolean_allow_overwrite_accumulator),
18592         (gst_gnomevfssink_class_init):
18593           fix erase signal - if any handler returns false the file will not be
18594           overwritten. If no handler is connected, the file will not be
18595           overwritten either.
18596           renamed signal to "allow-overwrite"
18597         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
18598           free string when adding it to ID3 failed
18599         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18600           unref event when done
18601         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
18602           free caps
18603         * gst/typefind/gsttypefindfunctions.c:
18604         (mpeg_video_stream_type_find):
18605           fix invalid read
18606
18607 2004-04-08  David Schleef  <ds@schleef.org>
18608
18609         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18610         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
18611
18612 2004-04-08  David Schleef  <ds@schleef.org>
18613
18614         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
18615         we don't support (bug #139532)
18616
18617 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18618
18619         * ext/mad/gstmad.c: (gst_mad_handle_event),
18620         (gst_mad_check_caps_reset), (gst_mad_chain),
18621         (gst_mad_change_state):
18622           only set explicit caps if they haven't been set before for
18623           this stream.  MPEG-audio sample rate/channels aren't allowed
18624           to change in-stream.
18625           Fixes #139382
18626
18627 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18628
18629         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
18630         (_gst_boolean_did_something_accumulator),
18631         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
18632         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
18633         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
18634         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
18635         (gst_gnomevfssink_change_state):
18636           Fix erase signal. Don't erase by default. Remove handoff signal.
18637           Remove erase property. Don't segfault. General cleanup.
18638
18639 2004-04-07  Benjamin Otte  <otte@gnome.org>
18640
18641         * gst-libs/gst/gconf/test-gconf.c: (main):
18642           add missing gst_init
18643
18644 2004-04-07  Benjamin Otte  <otte@gnome.org>
18645
18646         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
18647           free the mutexes, too
18648
18649 2004-04-07  Benjamin Otte  <otte@gnome.org>
18650
18651         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
18652           actually free the URI string
18653         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
18654           compute offset correctly when passing discont events
18655         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
18656           don't leak discont events
18657         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
18658           add some missing breaks so caps aren't copied randomly
18659         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
18660           if we realloc memory, we better use it
18661
18662 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18663
18664         * ext/mad/gstmad.c: (normal_seek):
18665           fix GST_FORMAT_TIME usage
18666
18667 2004-04-05  David Schleef  <ds@schleef.org>
18668
18669         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
18670         a deprecated function (hack!)
18671
18672 2004-04-05  Benjamin Otte  <otte@gnome.org>
18673
18674         * ext/esd/esdmon.c: (gst_esdmon_get):
18675           fix nonterminated vararg and memleak
18676
18677 2004-04-05  Benjamin Otte  <otte@gnome.org>
18678
18679         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
18680         (gst_ladspa_init), (gst_ladspa_force_src_caps),
18681         (gst_ladspa_set_property), (gst_ladspa_get_property),
18682         (gst_ladspa_instantiate), (gst_ladspa_activate),
18683         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
18684           clean up debugging
18685
18686 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
18687
18688         reviewed by Benjamin Otte  <otte@gnome.org>
18689
18690         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
18691           check for broken LADSPA parameters (fixes #138635)
18692
18693 2004-04-05  Benjamin Otte  <otte@gnome.org>
18694
18695         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
18696           advertise buffer-frames correctly on sinkpads
18697
18698 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18699
18700         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
18701         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
18702         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
18703         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
18704         (gst_mad_check_caps_reset), (gst_mad_chain):
18705         add more debugging, only reset caps when we're not in error state
18706
18707 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18708
18709         * ext/mad/gstmad.c: add debugging category, comment + cleanups
18710
18711 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
18712
18713         reviewed by Benjamin Otte  <otte@gnome.org>
18714
18715         * configure.ac:
18716           fix == in test(1) operator
18717
18718 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
18719
18720         reviewed by Benjamin Otte  <otte@gnome.org>
18721
18722         * configure.ac:
18723           fix --export-symblos-regex to a working regex.
18724
18725 2004-04-04  Benjamin Otte  <otte@gnome.org>
18726
18727         * sys/oss/.cvsignore:
18728           add for oss_probe
18729
18730 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
18731
18732         reviewed by Benjamin Otte  <otte@gnome.org>
18733
18734         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
18735           add missing 'new_media' argument (fixes #138168)
18736         * gst/matroska/matroska-demux.c:
18737         (gst_matroska_demux_handle_seek_event):
18738           add vararg terminator (fixes #138169)
18739
18740 2004-04-02  David Schleef  <ds@schleef.org>
18741
18742         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
18743         disted (bug #138914)
18744
18745 2004-04-01  Benjamin Otte  <otte@gnome.org>
18746
18747         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
18748         (gst_alsa_close_audio):
18749           handle case better where a soundcard can't pause
18750         * ext/ogg/gstoggdemux.c:
18751           don't crash when we get events but don't have pads yet
18752
18753 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18754
18755         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18756           throw an error if we couldn't probe any caps.
18757
18758 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
18759
18760         * ext/dvdnav/gst-dvd:
18761         Add a really simple sample DVD player
18762
18763 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
18764
18765         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
18766         (gst_a52dec_push), (gst_a52dec_handle_event),
18767         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
18768         (gst_a52dec_change_state):
18769         * ext/a52dec/gsta52dec.h:
18770           Use a debug category, Output timestamps correctly
18771           Emit tag info, Handle events, tell liba52dec about cpu
18772           capabilities so it can use MMX etc.
18773         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
18774           Fix a crasher accessing invalid memory
18775         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
18776         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
18777         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
18778         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
18779         (dvdnavsrc_query):
18780           Some support for byte-format seeking.
18781           Small fixes for still frames and menu button overlays
18782         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
18783         (gst_mpeg2dec_alloc_buffer):
18784           Use a debug category. Adjust the report level of several items to
18785           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
18786           so it doesn't lose the GstBuffer pointer
18787         * gst/debug/Makefile.am:
18788         * gst/debug/gstdebug.c: (plugin_init):
18789         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
18790         (gst_navseek_base_init), (gst_navseek_class_init),
18791         (gst_navseek_init), (gst_navseek_seek),
18792         (gst_navseek_handle_src_event), (gst_navseek_set_property),
18793         (gst_navseek_get_property), (gst_navseek_chain),
18794         (gst_navseek_plugin_init):
18795         * gst/debug/gstnavseek.h:
18796           Add the navseek debug element for seeking back and forth in a
18797           video stream using arrow keys.
18798         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
18799         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
18800         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
18801         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
18802         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
18803         (gst_mpeg2subt_parse_header), (gst_get_nibble),
18804         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
18805         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
18806         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
18807         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
18808         * gst/mpeg2sub/gstmpeg2subt.h:
18809           Pretty much a complete rewrite. Now a loopbased element. May still
18810           require work to properly synchronise subtitle buffers.
18811         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
18812         (gst_dvd_demux_send_subbuffer):
18813         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
18814           Don't attempt to create subbuffers of size 0
18815           Reduce a couple of error outputs to warnings.
18816         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
18817         (gst_y4mencode_chain):
18818         Output the y4m frame header correctly.
18819
18820 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18821
18822         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
18823           throw errors instead of allowing SIGFPE
18824
18825 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18826
18827         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
18828         (gst_gconf_render_bin_from_key):
18829           leak plugging and style fixing
18830
18831 2004-03-31  David Schleef  <ds@schleef.org>
18832
18833         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
18834         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
18835         (bug #138225)
18836         * gst/debug/Makefile.am:
18837         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
18838         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
18839         plugin.
18840         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
18841         (gst_negotiation_base_init), (gst_negotiation_class_init),
18842         (gst_negotiation_init), (gst_negotiation_getcaps),
18843         (gst_negotiation_pad_link), (gst_negotiation_chain),
18844         (gst_negotiation_set_property), (gst_negotiation_get_property),
18845         (gst_negotiation_plugin_init):  New element to talk about random
18846         negotiation things happening in a pipeline.
18847
18848 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
18849
18850         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
18851           fix integer addition with help of Stefan Kost
18852
18853 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
18854
18855         * po/nl.po: updated Dutch translation (Elros Cyriatan)
18856
18857 2004-03-30  David Schleef  <ds@schleef.org>
18858
18859         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
18860         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
18861         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
18862         (bug #137504)
18863         * ext/mpeg2dec/gstmpeg2dec.h:
18864
18865 2004-03-30  David Schleef  <ds@schleef.org>
18866
18867         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
18868
18869 2004-03-30  David Schleef  <ds@schleef.org>
18870
18871         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
18872         Michael Petullo) to handle .mov
18873
18874 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18875
18876         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
18877         (gst_osselement_rate_check_rate):
18878           probe caps correctly for sound cards that only support one format
18879
18880 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18881
18882         * ext/kio/kiosrc.cpp: (process_events):
18883           update handling event processing if inside KDE - untested
18884
18885 2004-03-29  David Schleef  <ds@schleef.org>
18886
18887         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
18888         by 2 to not interfere with other colorspaces.
18889         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
18890         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
18891         one to not interfere with ffmpeg_colorspace.
18892
18893 2004-03-29  David Schleef  <ds@schleef.org>
18894
18895         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
18896         aren't in the caps.
18897         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
18898         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
18899
18900 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18901
18902         * gst-libs/gst/riff/riff-media.c:
18903           fail on error, don't try to set stuff on NULL caps
18904
18905 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18906
18907         * configure.ac:
18908         * ext/Makefile.am:
18909         * ext/kio/Makefile.am:
18910         * ext/kio/kioreceiver.cpp:
18911         * ext/kio/kioreceiver.h:
18912         * ext/kio/kiosrc.cpp:
18913         * ext/kio/kiosrc.h:
18914           add experimental kiosrc plugin
18915         * ext/alsa/gstalsaplugin.c: (plugin_init):
18916           initialize debugging category only when we're sure registering the
18917           plugins worked.
18918
18919 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18920
18921         * examples/gstplay/player.c: (main):
18922         * gst-libs/gst/play/play.c: (gst_play_class_init),
18923         (gst_play_set_location), (gst_play_set_data_src),
18924         (gst_play_set_video_sink), (gst_play_set_audio_sink),
18925         (gst_play_set_visualization), (gst_play_connect_visualization):
18926           check return values of element_set_state and return FALSE where
18927           failed
18928
18929 2004-03-29  Benjamin Otte  <otte@gnome.org>
18930
18931         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
18932           try harder to check if an event is really a discont
18933
18934 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18935
18936         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
18937         * po/az.po:
18938
18939 2004-03-28  Benjamin Otte  <otte@gnome.org>
18940
18941         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
18942         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
18943         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
18944           get rid of non-standard "..." ranges in case statements.
18945
18946 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
18947
18948         * gst/mpegstream/gstmpegdemux.c:
18949         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
18950         specific functionality split to the new dvddemux element.
18951         * gst/mpegstream/gstdvddemux.c:
18952         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
18953         streams, derived from mpegdemux.
18954         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
18955         up. SCR based timestamp rewriting can be turned off (will probably
18956         completely disappear soon).
18957         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
18958         hacking. General cleanup. All printf statements replaced by
18959         debugging messages. Almost complete libdvdnav support.
18960         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
18961         by events. New properties for audio and subpicture languages.
18962         (dvdnavsrc_update_highlight): Now uses events.
18963         (dvdnavsrc_user_op): Cleaned up.
18964         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
18965         based). Lots of cleanup, and propper support for most libdvdnav
18966         events.
18967         (dvdnavsrc_make_dvd_event): New function.
18968         (dvdnavsrc_make_dvd_nav_packet_event): New function.
18969         (dvdnavsrc_make_clut_change_event): New function.
18970
18971 2004-03-26  Benjamin Otte  <otte@gnome.org>
18972
18973         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
18974           fix bug where typefinding would claim it's theora whenever less then
18975           7 bytes of data were available
18976
18977 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18978
18979         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
18980         (gst_alawdec_base_init), (gst_alawdec_class_init),
18981         (gst_alawdec_init), (gst_alawdec_chain):
18982         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
18983         (gst_alawenc_base_init), (gst_alawenc_class_init),
18984         (gst_alawenc_init), (gst_alawenc_chain):
18985         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
18986         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
18987         (gst_mulawdec_init), (gst_mulawdec_chain):
18988         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
18989         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
18990         (gst_mulawenc_init), (gst_mulawenc_chain):
18991           Fix capsnego in all four, remove the unused property functions and
18992           simplify the chain functions slightly. I guess we could use macros
18993           or something similar for those, since the code is so similar, but
18994           I'm currently too lazy...
18995
18996 2004-03-24  David Schleef  <ds@schleef.org>
18997
18998         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
18999         (gst_osselement_close_audio), (gst_osselement_probe_caps),
19000         (gst_osselement_get_format_structure),
19001         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
19002         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
19003         (gst_osselement_rate_int_compare): Add code to handle rate probing
19004         (bug #120883)
19005         * sys/oss/gstosselement.h: same
19006         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
19007         Use rate probing provided by osselement.
19008         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
19009
19010 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19011
19012         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
19013         (gst_xvidenc_get_property):
19014           ulong/int mess-up.
19015
19016 2004-03-24  David Schleef  <ds@schleef.org>
19017
19018         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
19019         (gst_speexdec_init):
19020         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
19021         (gst_speexenc_init):  Create the pad template correctly (from
19022         the static pad template, not a NULL pointer.)
19023
19024 2004-03-25  Benjamin Otte  <otte@gnome.org>
19025
19026         * gst/debug/Makefile.am:
19027         * gst/debug/breakmydata.c:
19028           add element that quasi-randomly changes bytes in the stream.
19029           Intended use is robustness checking of demuxers and decoders in
19030           media tests.
19031
19032 2004-03-24  Benjamin Otte  <otte@gnome.org>
19033
19034         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
19035         (gst_alsa_probe_hw_params):
19036         * ext/alsa/gstalsa.h:
19037           debugging output fixes
19038
19039 2004-03-24  Benjamin Otte  <otte@gnome.org>
19040
19041         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
19042           don't g_return_if_fail if element is PLAYING, fail silently as every
19043           other element.
19044         * gst/effectv/gstquark.c: (gst_quarktv_chain):
19045           only fix needed for cast lvalue issues in gst-plugins
19046         * gst/volenv/gstvolenv.c: (gst_volenv_init):
19047           add proxy_getcaps
19048
19049 2004-03-24  Benjamin Otte  <otte@gnome.org>
19050
19051         * gst/level/gstlevel.c: (gst_level_init):
19052           add proxying getcaps function, so level doesn't advertise impossible
19053           caps
19054
19055 2004-03-24  David Schleef  <ds@schleef.org>
19056
19057         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
19058         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
19059         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
19060         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
19061         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
19062         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
19063         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
19064         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
19065         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
19066         messages.  Divide the chunk size by the compression ratio
19067         (needed for MACE audio)
19068
19069 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19070
19071         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19072           Fix buffer overflow read error.
19073
19074 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19075
19076         * ext/alsa/gstalsa.h:
19077           Remove unused entry.
19078         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19079           Add cinepak.
19080         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
19081         (gst_videodrop_link), (gst_videodrop_chain):
19082           Fix, sort of. Was horribly broken with new capsnego. Bah...
19083
19084 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
19085
19086         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
19087         (plugin_init):
19088         Add a monkeysaudio typefind function
19089
19090 2004-03-23  Johan Dahlin  <johan@gnome.org>
19091
19092         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
19093         (gst_play_video_fixate): Check so the structure has the field
19094         before trying to fixate them, this makes it possible to have
19095         fakesinks for video and audio output without printing errors on
19096         the output console.
19097
19098 2004-03-22  David Schleef  <ds@schleef.org>
19099
19100         * sys/oss/Makefile.am:
19101         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
19102         (check_rate), (add_rate):  Rate probing test app.
19103
19104 2004-03-21  Benjamin Otte  <otte@gnome.org>
19105
19106         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
19107         (_fixate_caps_to_int), (gst_audio_convert_fixate):
19108           add a fixation function that pretty much does the right thing (fixes
19109           #137556)
19110
19111 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
19112
19113         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
19114
19115 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
19116
19117         reviewed by: Benjamin Otte  <otte@gnome.org>
19118
19119         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19120           terminate gst_event_new_discontinuous correctly (fixes parts of
19121           #137711)
19122
19123 2004-03-19  David Schleef  <ds@schleef.org>
19124
19125         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
19126         since it doesn't depend on X, and it's part of our ABI.
19127
19128 2004-03-19  Iain <iain@prettypeople.org>
19129
19130         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
19131         is_int in the structure, not the local variable.
19132
19133 2004-03-19  David Schleef  <ds@schleef.org>
19134
19135         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
19136         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
19137         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
19138         Improvements in caps negotiation.
19139
19140 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19141
19142         * po/LINGUAS:
19143         * po/af.po:
19144           adding Afrikaans (Petri Jooste)
19145
19146 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19147
19148         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19149         (gst_ffmpegcolorspace_chain):
19150         throw error instead of g_critical (#137588)
19151
19152 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19153
19154         * Makefile.am:
19155         * configure.ac:
19156           dist common and m4 correctly
19157         * po/sv.po:
19158
19159 2004-03-17  David Schleef  <ds@schleef.org>
19160
19161         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
19162         (bug #137348)
19163
19164 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19165
19166         * po/LINGUAS:
19167         * po/sv.po:
19168           adding Swedish translation (Christian Rose)
19169
19170 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19171
19172         * Makefile.am: use release.mak
19173
19174 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19175
19176         * common/ChangeLog:
19177         * common/gst-autogen.sh:
19178           add some explanation about the version detection
19179         * configure.ac:
19180           fix X check
19181
19182 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19183
19184         * configure.ac: bump nano to 1
19185
19186 === release 0.8.0 ===
19187
19188 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19189
19190         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
19191
19192 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19193
19194         * configure.ac:
19195           update libtool version
19196         * gst-libs/gst/media-info/Makefile.am:
19197           actually use libtool version
19198
19199 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19200
19201         * configure.ac: fix speex detection to work with 1.0 but not 1.1
19202
19203 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19204
19205         * configure.ac:
19206         * gst-plugins.spec.in:
19207         * pkgconfig/Makefile.am:
19208         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
19209         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
19210         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
19211         * pkgconfig/gstreamer-libs.pc.in:
19212         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
19213         * pkgconfig/gstreamer-play-uninstalled.pc.in:
19214         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
19215         * pkgconfig/gstreamer-plugins.pc.in:
19216           remove @VERSION@ from some of the pc files since core and plugins
19217           are decoupled.
19218           created gstreamer-plugins.pc as it's a better name, but keeping
19219           -libs around for now to get fixes upstream done first.
19220
19221 2004-03-15  Julien MOUTTE <julien@moutte.net>
19222
19223         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
19224         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
19225         * gst-libs/gst/play/play.h:
19226
19227 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19228
19229         * *.c, *.cc: don't mix tabs and spaces
19230
19231 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19232
19233         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
19234           use the new ffmpegcolorspace
19235         * gst-plugins.spec.in:
19236           package new colorspace and media-info
19237         * configure.ac:
19238         * pkgconfig/Makefile.am:
19239           fix some more disting issues
19240         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
19241         * pkgconfig/gstreamer-media-info.pc.in:
19242           generate media-info pc files
19243
19244 2004-03-15  Johan Dahlin  <johan@gnome.org>
19245
19246         * *.h: Revert indenting
19247
19248 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19249
19250         * configure.ac:
19251           adding ffmpegcolorspace element
19252         * gst/ffmpegcolorspace/Makefile.am:
19253         * gst/ffmpegcolorspace/avcodec.h:
19254         * gst/ffmpegcolorspace/common.h:
19255         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19256         * gst/ffmpegcolorspace/dsputil.h:
19257         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19258         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19259         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
19260         (gst_ffmpeg_caps_to_pix_fmt):
19261         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19262         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19263         (gst_ffmpegcolorspace_caps_remove_format_info),
19264         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
19265         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
19266         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
19267         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
19268         (gst_ffmpegcolorspace_set_property),
19269         (gst_ffmpegcolorspace_get_property),
19270         (gst_ffmpegcolorspace_register):
19271         * gst/ffmpegcolorspace/imgconvert.c:
19272         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19273         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19274         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19275         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19276         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19277         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
19278         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
19279         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
19280         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
19281         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
19282         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
19283         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
19284         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
19285         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
19286         (img_get_alpha_info), (deinterlace_line),
19287         (deinterlace_line_inplace), (deinterlace_bottom_field),
19288         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19289         * gst/ffmpegcolorspace/imgconvert_template.h:
19290         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19291         * gst/ffmpegcolorspace/mmx.h:
19292         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
19293           adding ffmpegcolorspace element supplied by Ronald after cleaning
19294           up and pulling in the right bits of upstream source.
19295           I'm sure a better C/compiler wizard could do some cleaning up (for
19296           example use GLIB's malloc stuff), but as a first pass this
19297           works very well
19298
19299 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19300
19301         * ext/alsa/gstalsa.h:
19302           I assume Ronald forgot to commit the change to have cardname
19303           as a struct member.  Expect some public spanking at the next
19304           opportunity.
19305
19306 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19307
19308         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
19309         (gst_alsa_open_audio), (gst_alsa_close_audio):
19310         * ext/alsa/gstalsa.c:
19311           Don't open the device if we're a mixer (= padless).
19312         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
19313         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
19314         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
19315           Open mixer during state change rather than during object
19316           initialization. Also, get a device name. Currently in a somewhat
19317           hackish fashion, but I didn't really find something better.
19318
19319 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19320
19321         * *.c, *.h: run gst-indent
19322
19323 2004-03-14  Benjamin Otte  <otte@gnome.org>
19324
19325         * gst/modplug/gstmodplug.cc:
19326         * gst/modplug/gstmodplug.h:
19327           set correct timestamps on outgoing buffers
19328
19329 2004-03-14  Benjamin Otte  <otte@gnome.org>
19330
19331         * gst/modplug/gstmodplug.cc:
19332           handle events - don't do crap when a discont arrives that's not
19333           necessary
19334           This allows correct loading and playback of mods in Rhythmbox
19335
19336 2004-03-14  Benjamin Otte  <otte@gnome.org>
19337
19338         * configure.ac:
19339         * gst-libs/gst/gconf/Makefile.am:
19340         * pkgconfig/Makefile.am:
19341           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
19342           they get rebuilt properly
19343         * configure.ac:
19344           when checking for vorbis, try pkgconfig first.
19345         * gst/modplug/gstmodplug.cc:
19346           add fixate function
19347
19348 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19349
19350         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19351           Fix for obvious mistake, where we first shift the offset and then
19352           read a samplesize element assuming the old offset. Note that this
19353           part still has something weird, i.e. my movies containing those
19354           don't actually play well, but at least there's something that looks
19355           like sound now.
19356
19357 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
19358         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
19359         (plugin_init):
19360         Add a typefind function for speex format
19361
19362 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19363
19364         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
19365         (gst_asf_demux_setup_pad):
19366           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
19367           instead of 0. Reason is simple: some elements have a fps range
19368           of 1-max instead of 0-max. So now ASF video actually works.
19369
19370 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19371
19372         * po/LINGUAS:
19373         * po/sr.po:
19374           adding serbian as a language
19375
19376 2004-03-13  Benjamin Otte  <otte@gnome.org>
19377
19378         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19379           return taglist correctly from _get function, don't gst_pad_push it.
19380           (fixes #137042)
19381
19382 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
19383         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19384
19385 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19386
19387         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
19388         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
19389         (gst_alsa_mixer_track_new):
19390         * ext/alsa/gstalsamixertrack.h:
19391           Fix ancient leftovers... MixerTrack is a GObject.
19392
19393 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19394
19395         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19396         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19397           Don't block during probing...
19398
19399 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19400
19401         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
19402         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
19403         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
19404         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
19405         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
19406         (gst_alsa_open_audio), (gst_alsa_close_audio):
19407         * ext/alsa/gstalsa.h:
19408           Add propertyprobe interface implementation, add some device-name
19409           property, all this so that it looks good in gnome-volume-control.
19410
19411 2004-03-12  David Schleef  <ds@schleef.org>
19412
19413         * configure.ac: the Hermes library controls hermescolorspace, not
19414         colorspace.
19415         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
19416         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
19417         not /* */
19418         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
19419         * ext/sdl/sdlvideosink.h: ditto.
19420         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
19421
19422 2004-03-12  Benjamin Otte  <otte@gnome.org>
19423
19424         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
19425         (gst_x_overlay_got_xwindow_id):
19426         * gst-libs/gst/xoverlay/xoverlay.h:
19427           replace XID with unsigned long to get rid of the xlibs dependency in
19428           XOverlay (fixes #137004)
19429
19430 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
19431         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
19432         (gst_agingtv_setup):
19433         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
19434         (gst_dicetv_base_init), (gst_dicetv_class_init),
19435         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
19436         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
19437         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19438         (gst_edgetv_setup), (gst_edgetv_rgb32):
19439         * gst/effectv/gsteffectv.c:
19440         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
19441         (gst_quarktv_set_property):
19442         * gst/effectv/gstrev.c: (gst_revtv_get_type),
19443         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19444         (gst_revtv_setup), (gst_revtv_rgb32):
19445         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
19446         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19447         (gst_shagadelictv_init), (gst_shagadelictv_setup),
19448         (gst_shagadelictv_rgb32):
19449         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
19450         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19451         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
19452         * gst/effectv/gstwarp.c:
19453         Port everything that can be ported to videofilter and fix up the caps.
19454         Can someone with a big-endian machine please check these?
19455
19456 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19457
19458         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
19459         (gst_osssink_chain), (gst_osssink_change_state):
19460           Latest fixes for A/V sync, audio playback and such. This is about
19461           all... MPEG playback issues are mostly related to the async build-
19462           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
19463
19464 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
19465
19466         patch from: Stephane Loeuillet
19467
19468         * configure.ac:
19469           use pkg-config for some libraries, falling back to the old .m4 way
19470           (fixes #131270)
19471         * m4/libdv.m4:
19472           removed
19473
19474 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
19475
19476         * configure.ac:
19477         * tools/Makefile.am:
19478         * tools/Makefile.in:
19479         * tools/gst-launch-ext-m.m:
19480         * tools/gst-launch-ext.1.in:
19481         * tools/gst-visualise-m.m:
19482         * tools/gst-visualise.1:
19483         * tools/gst-visualise.1.in:
19484           reorganizing generation of script tools
19485
19486 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19487
19488         * ext/divx/gstdivxdec.c:
19489           Downgrade priority. We prefer ffdec_mpeg4.
19490         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
19491         (gst_faad_chain), (gst_faad_change_state):
19492           Fix capsnego. Doesn't work for some sounds because we don't have
19493           a 5:1 to stereo element.
19494         * ext/xvid/gstxvid.c: (plugin_init):
19495           Add priority.
19496         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
19497         (gst_osssink_change_state):
19498           Add discont handling.
19499
19500 2004-03-09  Colin Walters  <walters@verbum.org>
19501
19502         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
19503         conversion.
19504
19505 2004-03-09  Benjamin Otte  <otte@gnome.org>
19506
19507         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
19508           the signals take 2 arguments
19509
19510 2004-03-09  David Schleef  <ds@schleef.org>
19511
19512         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
19513         (gst_alsa_fixate): Add fixate function.  (bug #136686)
19514         * ext/alsa/gstalsa.h:
19515         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
19516
19517 2004-03-09  Benjamin Otte  <otte@gnome.org>
19518
19519         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
19520         (gst_mikmod_change_state):
19521         * ext/mikmod/gstmikmod.h:
19522           make mikmod's loop function not loop infinitely and call
19523           gst_element_yield anymore
19524         * gst/modplug/gstmodplug.cc:
19525           fix pad negotiation (fixes #136590)
19526
19527 2004-03-09  David Schleef  <ds@schleef.org>
19528
19529         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
19530         doesn't conflict with the internal colorspace plugin.
19531         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
19532         satisfy the crappy-ass shell shipped by a certain vendor.
19533         * gst/videofilter/make_filter: same (bug #135299)
19534
19535 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19536
19537         * configure.ac: bump nano to 1
19538
19539 === release 0.7.6 ===
19540
19541 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19542
19543         * configure.in: releasing 0.7.6, "There"
19544
19545 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19546
19547         * pkgconfig/gstreamer-play-uninstalled.pc.in:
19548         * pkgconfig/gstreamer-play.pc.in:
19549           synchronize the two
19550
19551 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19552
19553         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
19554         (cdparanoia_open), (cdparanoia_event):
19555           fix/add error handling
19556         * po/POTFILES.in:
19557           add cdparanoia source
19558         * tools/Makefile.am:
19559           make scripts executable
19560
19561 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19562
19563         * configure.ac:
19564         * ext/vorbis/Makefile.am:
19565         * sys/Makefile.am:
19566           remove id3types, vorbisfile and xvideosink from the build (#133783)
19567
19568 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19569
19570         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19571           Fix metadata read crash (#136537).
19572
19573 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19574
19575         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
19576         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
19577           adding mime types, fixing the one-stop function
19578
19579 2004-03-08  Christian Schaller <Uraeus@gnome.org>
19580
19581         * ext/nas/nassink.c and /ext/nas/nassink.h:
19582         More NAS love from Arwed von Merkatz
19583         So lets all sing 'Can you feel the NAS tonight'
19584
19585 2004-03-08  Christian Schaller <Uraeus@gnome.org>
19586
19587         * tools/gst-launch-ext.in:
19588         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
19589
19590 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19591
19592         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
19593         (gst_mpeg2dec_init):
19594         remove the user_data pad for now, because it is being used in
19595         fixating causing MPEG playback to fixate on 1000 Hz for playback.
19596         If someone knows how to fix this properly, please do.
19597
19598 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19599
19600         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
19601         (gst_osssink_get_time):
19602         add a warning, IMO this won't get triggered anymore, remove later
19603
19604 2004-03-07  David Schleef  <ds@schleef.org>
19605
19606         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
19607         format (bug #136470)
19608
19609 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
19610
19611         * gst-libs/Makefile.am:
19612         * gst-libs/gst/media-info/Makefile.am:
19613         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
19614         (error_callback), (gst_media_info_error_create),
19615         (gst_media_info_error_element), (gmip_init), (gmip_reset),
19616         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
19617         * gst-libs/gst/media-info/media-info-priv.h:
19618         * gst-libs/gst/media-info/media-info-test.c: (main):
19619         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
19620         (gst_media_info_class_init), (gst_media_info_instance_init),
19621         (gst_media_info_set_source), (gst_media_info_read_with_idler),
19622         (gst_media_info_read_idler), (gst_media_info_read):
19623         * gst-libs/gst/media-info/media-info.h:
19624         fixed, should work now
19625
19626 2004-03-07  Christian Schaller <Uraeus@gnome.org>
19627
19628         * ext/nas/nassink.c:
19629         A bunch of NAS fixes from Arwed von Merkatz
19630
19631 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19632
19633         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
19634         (qtdemux_parse_trak):
19635           Fix crash (j might be greater than n_samples, in which case we're
19636           writing outside the allocated space for the array) and memleak.
19637
19638 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19639
19640         * sys/oss/gstosssink.c: (gst_osssink_chain):
19641           And another caller that couldn't handle delay < 0 (unsigned
19642           integer overflow). Video now continues playing on an audio
19643           buffer underrun, and the clock continues working. Audio still
19644           stalls.
19645
19646 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19647
19648         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
19649         (gst_osssink_get_time):
19650           get_delay() may return values lower than 0. In those cases, we
19651           should not actually cast to *unsigned* int64, that will break
19652           stuff horribly. In my case, it screwed up A/V sync in movies
19653           in totem rather badly.
19654
19655 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19656
19657         * ext/faac/gstfaac.c: (gst_faac_chain):
19658         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19659         * ext/libpng/gstpngenc.c: (user_write_data):
19660         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19661         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
19662         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
19663         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
19664         Fix several misuse of gst_buffer_merge (it doesn't take ownership
19665         of any buffer), should fix some leaks. I hope I didn't unref buffers
19666         that shouldn't be...
19667
19668 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19669
19670         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
19671         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
19672         (error_callback), (gmi_reset), (gmi_seek_to_track),
19673         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
19674         (gmip_find_type_post), (gmip_find_stream_post),
19675         (gmip_find_track_streaminfo_post):
19676         * gst-libs/gst/media-info/media-info-priv.h:
19677         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
19678         (info_print), (main):
19679         * gst-libs/gst/media-info/media-info.c:
19680         (gst_media_info_error_create), (gst_media_info_error_element),
19681         (gst_media_info_instance_init), (gst_media_info_get_property),
19682         (gst_media_info_new), (gst_media_info_set_source),
19683         (gst_media_info_read_idler), (gst_media_info_read):
19684         * gst-libs/gst/media-info/media-info.h:
19685           first pass at making this work again.  This seems to work on
19686           tagged ogg/vorbis and mp3 files.
19687
19688 2004-03-06  Benjamin Otte  <otte@gnome.org>
19689
19690         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19691           fix huge leak: gst_buffer_merge doesn't unref the first argument
19692           itself.
19693
19694 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19695
19696         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
19697           report layer/mode/emphasis
19698
19699 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19700
19701         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
19702
19703 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19704
19705         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
19706           signal serial
19707
19708 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19709
19710         * ext/vorbis/vorbis.c: (plugin_init):
19711         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19712         (gst_vorbis_dec_init), (vorbis_dec_event):
19713         add debug category
19714         make vorbisdec handle _BYTE and _TIME queries
19715
19716 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19717
19718         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
19719           from the xing header
19720
19721 2004-03-06  Benjamin Otte  <otte@gnome.org>
19722
19723         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
19724         (gst_audio_convert_link), (gst_audio_convert_change_state),
19725         (gst_audio_convert_buffer_from_default_format):
19726           do conversions from/to float correctly, fix some caps nego errors,
19727           export correct supported caps in template and getcaps, use correct
19728           caps in try_set_caps functions
19729
19730 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19731
19732         For some reason, I only committed a ChangeLog entry yesterday and
19733         not the corresponding code...
19734         * ext/mad/gstmad.c: Fix detection of Xing headers
19735         * gst/tags/gstid3tag.c: Changes to support TLEN tags
19736
19737 2004-03-06  Benjamin Otte  <otte@gnome.org>
19738
19739         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
19740         (gst_ogg_demux_src_query):
19741           make sure to handle the case where there's no current chain
19742           gracefully.
19743
19744 2004-03-05  David Schleef  <ds@schleef.org>
19745
19746         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
19747         Add fixate function. (bug #131128)
19748         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19749         (gst_sdlvideosink_fixate):  Add fixate function.
19750         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19751         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
19752         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
19753         Fix missing break that was causing ulaw to be interpreted as
19754         raw int.
19755
19756 2004-03-05  David Schleef  <ds@schleef.org>
19757
19758         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
19759         Fix code that ignores return value of gst_buffer_merge().
19760         (bug #114560)
19761         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
19762         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
19763         * testsuite/gst-lint:  Check for above.
19764
19765 2004-03-05  David Schleef  <ds@schleef.org>
19766
19767         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
19768         caps and throw an element error.  (bug #136334)
19769
19770 2004-03-05  David Schleef  <ds@schleef.org>
19771
19772         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
19773         (gst_faad_chain): Fix negotiation.
19774         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
19775         key and button events.
19776         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
19777         dung heap of code.
19778         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
19779         depends on gconf
19780         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
19781         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
19782         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
19783         function to encourage better negotiation, particularly between
19784         audioconvert and osssink.
19785         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
19786         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
19787         more important.
19788         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
19789         typefinding.
19790         * gst/vbidec/vbiscreen.c:  Add glib header
19791         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
19792
19793 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
19794
19795         * ext/mad/gstmad.c: Fix detection of Xing headers
19796         * gst/tags/gstid3tag.c: Changes to support TLEN tags
19797
19798 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19799
19800         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19801         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
19802           debug updates
19803
19804 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19805
19806         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
19807         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
19808         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
19809         files, and report the parsed length as a GST_TAG_DURATION tag.
19810         * gst/tags/gstid3tag.c: support TLEN (duration) tag
19811
19812 2004-03-05  Benjamin Otte  <otte@gnome.org>
19813
19814         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
19815           convert channels correctly. convert correctly to unsigned.
19816
19817 2004-03-05  Julien MOUTTE <julien@moutte.net>
19818
19819         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
19820         we have a window before clearing it.
19821
19822 2004-03-05  Julien MOUTTE <julien@moutte.net>
19823
19824         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
19825         have a window before clearing it.
19826
19827 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19828
19829         * gconf/gstreamer.schemas.in:
19830         * gst-libs/gst/gconf/Makefile.am:
19831           version installation path the same way as for 0.6
19832         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
19833         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
19834         * pkgconfig/gstreamer-play-uninstalled.pc.in:
19835           remove comment that was fixed
19836
19837 2004-03-05  David Schleef  <ds@schleef.org>
19838
19839         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
19840         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
19841         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
19842         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
19843         Add prototype code for handling seeking and querying.
19844
19845 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19846
19847         * examples/gstplay/player.c: (main):
19848           Initialize variables to NULL. Prevents a segfault because the
19849           (uninitialized) variable is not NULL, resulting in a crash on
19850           trying to reach error->message.
19851
19852 2004-03-05  Benjamin Otte  <otte@gnome.org>
19853
19854         * gst/audioconvert/gstaudioconvert.c:
19855         (gst_audio_convert_buffer_to_default_format):
19856         make float=>int conversion work correctly even in cornercases.
19857
19858 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
19859
19860         * debian/README.Debian:
19861         * debian/build-deps:
19862         * debian/changelog:
19863         * debian/control:
19864         * debian/control.in:
19865         * debian/copyright:
19866         * debian/gstreamer-a52dec.files:
19867         * debian/gstreamer-aa.files:
19868         * debian/gstreamer-alsa.files:
19869         * debian/gstreamer-alsa.manpages:
19870         * debian/gstreamer-arts.files:
19871         * debian/gstreamer-artsd.files:
19872         * debian/gstreamer-audiofile.files:
19873         * debian/gstreamer-avifile.files:
19874         * debian/gstreamer-cdparanoia.files:
19875         * debian/gstreamer-colorspace.files:
19876         * debian/gstreamer-doc.files:
19877         * debian/gstreamer-dv.files:
19878         * debian/gstreamer-dvd.files:
19879         * debian/gstreamer-esd.files:
19880         * debian/gstreamer-festival.files:
19881         * debian/gstreamer-flac.files:
19882         * debian/gstreamer-gconf.conffiles:
19883         * debian/gstreamer-gconf.files:
19884         * debian/gstreamer-gconf.postinst:
19885         * debian/gstreamer-gnomevfs.files:
19886         * debian/gstreamer-gsm.files:
19887         * debian/gstreamer-http.files:
19888         * debian/gstreamer-jack.files:
19889         * debian/gstreamer-jpeg.files:
19890         * debian/gstreamer-mad.files:
19891         * debian/gstreamer-mikmod.files:
19892         * debian/gstreamer-misc.files:
19893         * debian/gstreamer-mpeg2dec.files:
19894         * debian/gstreamer-oss.files:
19895         * debian/gstreamer-plugin-apps.files:
19896         * debian/gstreamer-plugin-apps.manpages:
19897         * debian/gstreamer-plugin-libs-dev.files:
19898         * debian/gstreamer-plugin-libs.files:
19899         * debian/gstreamer-plugin-template.postinst:
19900         * debian/gstreamer-plugin-template.postrm:
19901         * debian/gstreamer-sdl.files:
19902         * debian/gstreamer-sid.files:
19903         * debian/gstreamer-vorbis.files:
19904         * debian/gstreamer-x.files:
19905         * debian/mk.control:
19906         * debian/rules:
19907         Debian package info not maintained here.
19908
19909 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
19910
19911         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
19912         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
19913         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
19914         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
19915         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
19916         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
19917         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
19918         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
19919         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
19920         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
19921         * gst-libs/gst/colorbalance/colorbalance.c:
19922         (gst_color_balance_class_init):
19923         * gst-libs/gst/colorbalance/colorbalancechannel.c:
19924         (gst_color_balance_channel_class_init):
19925         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
19926         * gst-libs/gst/play/play.c: (gst_play_class_init):
19927         * gst-libs/gst/propertyprobe/propertyprobe.c:
19928         (gst_property_probe_iface_init):
19929         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
19930         * gst-libs/gst/tuner/tunerchannel.c:
19931         (gst_tuner_channel_class_init):
19932         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
19933         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
19934         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
19935         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
19936         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
19937         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
19938         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
19939         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
19940         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
19941           fix signals to use - instead of _
19942         * ext/libcaca/gstcacasink.h:
19943         * ext/sdl/sdlvideosink.h:
19944           fix header rename
19945
19946 2004-03-04  David Schleef  <ds@schleef.org>
19947
19948         * testsuite/gst-lint:  Add a check for bad signal names.
19949
19950 2004-03-04  <kost@imn.htwk-leipzig.de>
19951
19952         reviewed by David Schleef
19953
19954         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
19955         modified the alpha channel and caused a warning. (bug #136192)
19956
19957 2004-04-03  Christian Schaller <Uraeus@gnome.org>
19958
19959         * gst-plugins.spec.in:
19960         Change names of plugins to actually be correct. Try to keep things
19961         alphabetical to avoid getting beat up by Thomas
19962
19963 2004-03-03  Julien MOUTTE <julien@moutte.net>
19964
19965         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
19966         Using ximagesink as a default if no gconf key found. We should
19967         probably consider using alsasink instead of osssink for the audio
19968         part.
19969
19970 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19971
19972         * configure.ac:
19973           fix --with-plugins, don't think it ever worked before
19974         * gst-plugins.spec.in:
19975           even more updates
19976
19977 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19978
19979         * ext/sdl/sdlvideosink.h:
19980         * sys/ximage/ximagesink.h:
19981         * sys/xvideo/xvideosink.h:
19982         * sys/xvimage/xvimagesink.h:
19983           Fix for move of gstvideosink.h -> videosink.h.
19984
19985 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19986
19987         * gst-libs/gst/xwindowlistener/Makefile.am:
19988           this is a plugin library, not a library
19989
19990 2004-03-01  David Schleef  <ds@schleef.org>
19991
19992         * AUTHORS:  Added some names.  Add yourself if you're still
19993         missing.
19994
19995 2004-03-01  David Schleef  <ds@schleef.org>
19996
19997         * MAINTAINERS: Add
19998
19999 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20000
20001         * gst-plugins.spec.in: clean up spec file
20002
20003 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20004
20005         * gst-libs/gst/video/Makefile.am:
20006         * gst-libs/gst/video/gstvideosink.c:
20007         * gst-libs/gst/video/gstvideosink.h:
20008           rename gstvideosink.h to videosink.h to match other headers
20009         * gst/mixmatrix/Makefile.am:
20010           fix plugin filename
20011         * gst/tags/Makefile.am: fix plugin filename
20012
20013 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20014
20015         * gst/tags/Makefile.am: fix plugin filename
20016
20017 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20018
20019         * examples/gstplay/player.c: (got_time_tick), (main):
20020           add error handler
20021           display time_tick more readably
20022         * gst/mixmatrix/Makefile.am:
20023           fix plugin file name
20024
20025 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
20026
20027         * sys/oss/gstosselement.c: (gst_osselement_probe),
20028         (device_combination_append), (gst_osselement_class_probe_devices):
20029         * sys/oss/gstosselement.h:
20030           Reworked enumeration of oss dsps and mixers so that gst-mixer works
20031           on my system using alsa oss emulation, fixes bug #135597
20032
20033 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20034
20035         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
20036         (gst_videodrop_chain), (gst_videodrop_change_state):
20037         * gst/videodrop/gstvideodrop.h:
20038           Work based on timestamp of input data, not based on the expected
20039           framerate from the input. The consequence is that this element now
20040           not only scales framerates, but also functions as a framerate
20041           corrector or framerate stabilizer/constantizer.
20042
20043 2004-02-27  David Schleef  <ds@schleef.org>
20044
20045         patches from jmmv@menta.net (Julio M. Merino Vidal)
20046
20047         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
20048         GST_ELEMENT_ERROR call (bug #135634)
20049         * gst/interleave/interleave.c: (interleave_buffered_loop),
20050         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
20051         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
20052         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
20053         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
20054         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
20055         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
20056         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
20057         Fix GST_ELEMENT_ERROR call.
20058         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
20059         GST_ELEMENT_ERROR call.
20060
20061 2004-02-27  Benjamin Otte  <otte@gnome.org>
20062
20063         * gst-libs/gst/audio/audio.h:
20064           add macro to make sure header isn't included twice
20065         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20066           don't use gst_buffer_free
20067         * gst/playondemand/filter.func:
20068           don't use gst_data_free. Free data only once.
20069
20070 2004-02-26  David Schleef  <ds@schleef.org>
20071
20072         * gst-libs/gst/colorbalance/Makefile.am:
20073         * gst-libs/gst/mixer/Makefile.am:
20074         * gst-libs/gst/tuner/Makefile.am:
20075         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
20076         should not be disted, -marshal.h files should not be installed,
20077         and -enum.h files _should_ be installed.  Fix to make this the
20078         case.
20079
20080 === release 0.7.5 ===
20081
20082 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20083
20084         * configure.ac: release 0.7.5, "Under The Sea"
20085
20086 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20087
20088         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
20089         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
20090         * gst/videoscale/gstvideoscale.c:
20091         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20092           assorted debug/warning fixes
20093
20094 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20095
20096         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
20097         (gst_videoscale_init), (gst_videoscale_chain),
20098         (gst_videoscale_set_property), (plugin_init):
20099         * gst/videoscale/gstvideoscale.h:
20100         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
20101         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
20102         (gst_videoscale_planar400), (gst_videoscale_packed422),
20103         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
20104         (gst_videoscale_24bit), (gst_videoscale_16bit),
20105         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
20106         (gst_videoscale_scale_plane_slow),
20107         (gst_videoscale_scale_point_sample),
20108         (gst_videoscale_scale_nearest),
20109         (gst_videoscale_scale_nearest_str2),
20110         (gst_videoscale_scale_nearest_str4),
20111         (gst_videoscale_scale_nearest_32bit),
20112         (gst_videoscale_scale_nearest_24bit),
20113         (gst_videoscale_scale_nearest_16bit):
20114         add debugging category and use it properly
20115         fix use of GST_PTR_FORMAT
20116
20117 2004-02-25  Andy Wingo  <wingo@pobox.com>
20118
20119         * gst/interleave/interleave.c (interleave_buffered_loop): Always
20120         push only when channel->buffer is NULL. Prevents segfaults doing
20121         the state change after a nonlocal exit, like a scheme exception.
20122
20123         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
20124         Handle the case where the intersected caps is empty.
20125
20126 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20127
20128         * gst/law/mulaw-decode.c: (mulawdec_link):
20129         * gst/law/mulaw.c: (plugin_init):
20130           fix mulawdec so it actually works again
20131
20132 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
20133
20134         reviewed by: David Schleef  <ds@schleef.org>
20135
20136         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
20137         (gst_gamma_init), (gst_gamma_set_property),
20138         (gst_gamma_get_property), (gst_gamma_calculate_tables),
20139         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
20140         for RGB, with separate r g and b correction factors. (#131167)
20141
20142 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20143
20144         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20145           only signal tags for bitrate if they're > 0 (#134894)
20146
20147 2004-02-24  David Schleef  <ds@schleef.org>
20148
20149         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
20150         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
20151         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
20152         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
20153         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
20154         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
20155         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
20156         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
20157         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
20158         category.  Attempt to fix timestamp calculation.
20159
20160 2004-02-24  Johan Dahlin  <johan@gnome.org>
20161
20162         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
20163
20164 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20165
20166         * configure.ac:
20167         * gconf/Makefile.am:
20168         * gconf/gstreamer.schemas:
20169         * gst-libs/gst/gconf/Makefile.am:
20170         * gst-libs/gst/gconf/gconf.c:
20171           version gconf schemas and install locations
20172
20173 2004-02-23  Benjamin Otte  <otte@gnome.org>
20174
20175         * ext/xine/xineinput.c: (gst_xine_input_dispose):
20176         (gst_xine_input_subclass_init):
20177           call parent dispose.
20178           change pad template for CD reader correctly
20179         * ext/xine/Makefile.am:
20180         * ext/xine/gstxine.h:
20181         * ext/xine/xine.c: (plugin_init):
20182         * ext/xine/xineaudiosink.c:
20183           wrap audio sinks, too
20184         * gst-libs/gst/resample/private.h:
20185         * gst-libs/gst/resample/resample.c: (gst_resample_init),
20186         (gst_resample_reinit), (gst_resample_scale),
20187         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
20188         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
20189         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
20190         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
20191         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
20192         * gst-libs/gst/resample/resample.h:
20193         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
20194         (gst_audioscale_class_init), (gst_audioscale_link),
20195         (gst_audioscale_get_buffer), (gst_audioscale_init),
20196         (gst_audioscale_chain), (gst_audioscale_set_property),
20197         (gst_audioscale_get_property):
20198         * gst/audioscale/gstaudioscale.h:
20199           s/resample_*/gst_resample_*/i to not clobber namespaces
20200
20201 2004-02-23  Julien MOUTTE  <julien@moutte.net>
20202
20203         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20204         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
20205         (gst_riff_create_video_template_caps),
20206         (gst_riff_create_audio_template_caps),
20207         (gst_riff_create_iavs_template_caps):
20208         * gst-libs/gst/riff/riff-media.h:
20209         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20210         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
20211         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
20212         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20213         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20214         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
20215         (gst_matroska_demux_plugin_init): First batch implementing audio and
20216         video codec tags in demuxers.
20217
20218 2004-02-22  Benjamin Otte  <otte@gnome.org>
20219
20220         * ext/xine/Makefile.am:
20221         * ext/xine/gstxine.h:
20222         * ext/xine/xine.c: (plugin_init):
20223         * ext/xine/xineinput.c:
20224           add input plugin wrapper. Playback from files, http, mms and cdda
20225           works.
20226         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
20227           remove leftover G_GNUC_UNUSED
20228         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
20229         (gst_asf_demux_identify_guid):
20230           improve debugging output
20231
20232 2004-02-22  Benjamin Otte  <otte@gnome.org>
20233
20234         reported by: Padraig O'Briain <padraig.obriain@sun.com>
20235
20236         * autogen.sh:
20237           replace test -e with test -x for mkinstalldirs to be more portable.
20238           (fixes #134816)
20239
20240 2004-02-22  Benjamin Otte  <otte@gnome.org>
20241
20242         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
20243
20244         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
20245           set rank to PRIMARY
20246         * gst/volume/gstvolume.c: (plugin_init):
20247           set rank to NONE
20248         fixes #134960
20249
20250 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
20251
20252         reviewed by Benjamin Otte  <otte@gnome.org>
20253
20254         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
20255           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
20256
20257 2004-02-22  Benjamin Otte  <otte@gnome.org>
20258
20259         * configure.ac:
20260           export [_]*{gst,Gst,GST}.* symbols from plugins
20261
20262 2004-02-22  Christophe Fergeau <teuf@gnome.org>
20263
20264         reviewed by: Benjamin Otte  <otte@gnome.org>
20265
20266         * ext/lame/gstlame.c: (add_one_tag):
20267         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20268         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
20269         (gst_vorbisenc_metadata_set1):
20270         * gst/tags/gstid3tag.c:
20271         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
20272           apply fixes from bugs #135042 (lame can't write tags) and #133817
20273           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
20274
20275 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
20276
20277         * configure.ac: Export only gst_plugin_desc from plugins.
20278          Note that this change only makes any effect with Linux using libtool
20279          1.5.2 or higher. Otherwise it is silently ignored, but it would build
20280          fine. And don't try to have several versions of libtool in different
20281          directories.
20282
20283 2004-02-20  Andy Wingo  <wingo@pobox.com>
20284
20285         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
20286         interleave respectively.
20287
20288         * gst/interleave/deinterleave.c: New plugin: deinterleave
20289         (replaces on oneton).
20290         * gst/interleave/interleave.c: New plugin: interleave.
20291         * gst/interleave/plugin.h: Support file.
20292         * gst/interleave/plugin.c: Support file.
20293
20294         * configure.ac: Remove intfloat and oneton, add interleave.
20295
20296         * ext/sndfile/gstsf.c: Handle events better.
20297
20298         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
20299         and float2int operation. int2float has scheduling problems as
20300         noted in in2float_chain.
20301
20302 2004-02-20  Benjamin Otte  <otte@gnome.org>
20303
20304         * ext/xine/Makefile.am:
20305         * ext/xine/gstxine.h:
20306         * ext/xine/xine.c:
20307         * ext/xine/xineaudiodec.c:
20308         * ext/xine/xinecaps.c:
20309           add first version of xine plugin wrapper. Currently only wraps the
20310           QDM2 win32 DLL, and even that only in proof-of-concept quality.
20311         * configure.ac:
20312         * ext/Makefile.am:
20313           add xine plugin wrapper, disabled by default. Use --enable-xine to
20314           build. Note that it'll segfault on gst-register if you don't remove
20315           the goom and tvtime post plugins from xine.
20316         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20317         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
20318           add extradata parsing for QDM2.
20319           change around debugging prints.
20320
20321 2004-02-19  Benjamin Otte  <otte@gnome.org>
20322
20323         * ext/lame/gstlame.c: (gst_lame_chain):
20324         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
20325           use gst_tag_list_insert when you want to insert tags
20326
20327 2004-02-18  David Schleef  <ds@schleef.org>
20328
20329         * configure.ac:  Move massink to gst-rotten
20330         * ext/Makefile.am:
20331         * ext/mas/Makefile.am:
20332         * ext/mas/massink.c:
20333         * ext/mas/massink.h:
20334
20335 2004-02-18  David Schleef  <ds@schleef.org>
20336
20337         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
20338         typefinding, since it seems to be worse than nothing.
20339         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
20340         atom to recognize .mp4 and .m4a files as video/quicktime.
20341
20342 2004-02-18  David Schleef  <ds@schleef.org>
20343
20344         * gst/sine/demo-dparams.c: (quit_live),
20345         (dynparm_log_value_changed), (dynparm_value_changed), (main):
20346         Use double dparams, not float.
20347         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20348         (gst_sinesrc_init): Change sync default to FALSE, since multiple
20349         sync'd elements don't really work correctly.
20350         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
20351         (volume_update_volume), (volume_get_property):  Change dparam
20352         to double.
20353
20354 2004-02-18  Julien MOUTTE  <julien@moutte.net>
20355
20356         * sys/ximage/ximagesink.c:
20357         (gst_ximagesink_xwindow_update_geometry),
20358         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
20359         (gst_ximagesink_change_state), (gst_ximagesink_expose),
20360         (gst_ximagesink_init): Rework the way software video scaling works. So
20361         now we check on each chain call if the video frames are feeling the
20362         window. If not we try to renegotiate caps. On failure we memorize that
20363         and we won't try again for that PLAYING sessions.
20364         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
20365         failure.
20366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
20367         synchronous flag.
20368
20369 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20370
20371         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
20372           break up _link so we can give a better debug message for errors
20373
20374 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20375
20376         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
20377           set up debug category
20378
20379 2004-02-18  Julien MOUTTE <julien@moutte.net>
20380
20381         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
20382         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
20383         the way renegotiation work. The event handling function is not taking
20384         care of external windows and renegotiate method check for pad flags
20385         NEGOTIATING. Should fix : #133209
20386
20387 2004-02-17  Julien MOUTTE  <julien@moutte.net>
20388
20389         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
20390         pad is negotiating before trying renegotiation.
20391
20392 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20393
20394         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
20395           pass on all possible mime types as typefind hints
20396
20397 2004-02-17  Julien MOUTTE <julien@moutte.net>
20398
20399         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
20400         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
20401         possible SHM leak if we crash. All other apps using XShm are doing
20402         that.
20403
20404 2004-02-17  Julien MOUTTE  <julien@moutte.net>
20405
20406         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
20407         (gst_ximagesink_expose): Renegotiate size on expose.
20408         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
20409         size on expose.
20410
20411 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20412
20413         * testsuite/alsa/sinesrc.c:
20414           cosmetic fix to fix compile issue with gcc 2.95.4
20415
20416 2004-02-16  Julien MOUTTE <julien@moutte.net>
20417
20418         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
20419         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
20420         failed opening the audio device.
20421         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20422         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
20423         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
20424         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
20425         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
20426         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20427         (gst_ximagesink_change_state), (gst_ximagesink_chain),
20428         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
20429         Removing some useless g_return_if_fail like wingo suggested.
20430         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20431         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
20432         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
20433         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
20434         (gst_xvimagesink_update_colorbalance),
20435         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
20436         (gst_xvimagesink_xcontext_clear),
20437         (gst_xvimagesink_get_fourcc_from_caps),
20438         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20439         (gst_xvimagesink_set_xwindow_id),
20440         (gst_xvimagesink_colorbalance_list_channels),
20441         (gst_xvimagesink_colorbalance_set_value),
20442         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
20443         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
20444
20445 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20446
20447         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
20448           throw error when not negotiated instead of asserting
20449
20450 2004-02-15  Julien MOUTTE  <julien@moutte.net>
20451
20452         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
20453         correct data refcounting.
20454
20455 2004-02-15  Julien MOUTTE  <julien@moutte.net>
20456
20457         * gst/switch/gstswitch.c: (gst_switch_change_state),
20458         (gst_switch_class_init): Cleaning the sinkpads correctly on state
20459         change, mostly the EOS flag.
20460
20461 2004-02-15  Julien MOUTTE  <julien@moutte.net>
20462
20463         * examples/gstplay/player.c: (got_eos), (main): Adding some
20464         output for debugging.
20465         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
20466         timeouts if we go to any state different from PLAYING.
20467         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
20468         more EOS bugs in riff lib.
20469
20470 2004-02-14  Julien MOUTTE  <julien@moutte.net>
20471
20472         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
20473         visualization until i find a way to fix switch correctly.
20474         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
20475         EOS arrives.
20476         * gst/switch/gstswitch.c: (gst_switch_release_pad),
20477         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
20478         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
20479         Reworked switch to get a more correct behaviour with events and refing
20480         of data stored in sinkpads.
20481         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
20482         we don't pull from a pad in EOS.
20483
20484 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20485
20486         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20487           remove v1 tag even if we can't read it (makes sure we don't detect
20488           it again)
20489
20490 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20491
20492         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
20493         (gst_alsa_xrun_recovery):
20494         * ext/alsa/gstalsa.h:
20495           try xrun recovery when wait failed. Make xrun recovery function
20496           return TRUE/FALSE to indicate success. (might fix #134354)
20497
20498 2004-02-13  David Schleef  <ds@schleef.org>
20499
20500         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
20501         (dynparm_value_changed), (main): Convert from float to double.
20502         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
20503
20504 2004-02-13  David Schleef  <ds@schleef.org>
20505
20506         * gst/silence/gstsilence.c: (gst_silence_class_init),
20507         (gst_silence_set_clock), (gst_silence_get),
20508         (gst_silence_set_property), (gst_silence_get_property):
20509         * gst/silence/gstsilence.h: Add sync property.
20510         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20511         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
20512         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
20513         * gst/sine/gstsinesrc.h: Add sync property.
20514
20515 2004-02-13  David Schleef  <ds@schleef.org>
20516
20517         * gst/intfloat/gstint2float.c: (conv_f32_s16),
20518         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
20519
20520 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20521
20522         * configure.ac:
20523         * ext/Makefile.am:
20524         * gst-libs/ext/Makefile.am:
20525           move ffmpeg plugin to gst-ffmpeg module
20526
20527 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20528
20529         * configure.ac: use GST_ARCH to detect architecture
20530
20531 2004-02-12  Julien MOUTTE  <julien@moutte.net>
20532
20533         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
20534
20535 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20536
20537         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
20538           classify LADSPA plugins based on number of src/sink pads
20539           (#133663, Stefan Kost)
20540         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
20541           fix dparams registration
20542           (#133528, Stefan Kost)
20543         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
20544           fix use of isprint and use g_ascii_isprint instead
20545           (#133316, Stefan Kost)
20546
20547 2004-02-11  David Schleef  <ds@schleef.org>
20548
20549         Convert a few inner loops to use liboil.  This is currently
20550         optional, and is only enabled if liboil is present (duh!).
20551         * configure.ac: Check for liboil-0.1
20552         * gst/intfloat/Makefile.am:
20553         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
20554         (gst_int2float_chain_gint16):
20555         * gst/videofilter/Makefile.am:
20556         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
20557         (tablelookup_u8), (gst_videobalance_planar411):
20558         * gst/videotestsrc/Makefile.am:
20559         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
20560         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
20561         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
20562         (paint_hline_RGB565), (paint_hline_xRGB1555):
20563
20564 2004-02-11  David Schleef  <ds@schleef.org>
20565
20566         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
20567         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
20568         (gst_colorspace_getcaps), (gst_colorspace_link),
20569         (gst_colorspace_base_init), (gst_colorspace_init),
20570         (gst_colorspace_chain), (gst_colorspace_change_state),
20571         (plugin_init): Merge Ronald's patch (bug #117897) and update
20572         for new caps and negotiation.  Seems to work, although it
20573         shows off bugs in lcs.
20574
20575 2004-02-11  David Schleef  <ds@schleef.org>
20576
20577         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
20578         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
20579
20580 2004-02-11  David Schleef  <ds@schleef.org>
20581
20582         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
20583         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
20584         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
20585         Add server and port properties
20586
20587 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20588
20589         * m4/a52.m4:
20590         * m4/aalib.m4:
20591         * m4/as-ffmpeg.m4:
20592         * m4/as-liblame.m4:
20593         * m4/as-slurp-ffmpeg.m4:
20594         * m4/check-libheader.m4:
20595         * m4/esd.m4:
20596         * m4/freetype2.m4:
20597         * m4/gconf-2.m4:
20598         * m4/glib.m4:
20599         * m4/gst-alsa.m4:
20600         * m4/gst-artsc.m4:
20601         * m4/gst-ivorbis.m4:
20602         * m4/gst-matroska.m4:
20603         * m4/gst-sdl.m4:
20604         * m4/gst-shout2.m4:
20605         * m4/gst-sid.m4:
20606         * m4/gtk.m4:
20607         * m4/libdv.m4:
20608         * m4/libfame.m4:
20609         * m4/libmikmod.m4:
20610         * m4/ogg.m4:
20611         * m4/vorbis.m4:
20612           fix underquotedness of macros (#133800)
20613         * m4/as-avifile.m4:
20614         * m4/xmms.m4:
20615           removed because no longer used
20616
20617 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20618
20619         * configure.ac:
20620           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
20621           by autopoint (fixes #132996)
20622
20623 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20624
20625         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
20626         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
20627         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
20628         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
20629           fix memleaks
20630
20631 2004-02-11  David Schleef  <ds@schleef.org>
20632
20633         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20634         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
20635         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
20636         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
20637         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
20638         (gst_jpegenc_class_init), (gst_jpegenc_init),
20639         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
20640         (gst_jpegenc_chain), (gst_jpegenc_set_property),
20641         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
20642         * ext/jpeg/gstjpegenc.h: Fix negotiation.
20643
20644 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20645
20646         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
20647         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
20648         * ext/mikmod/gstmikmod.h:
20649           fix caps negotiation in mikmod
20650         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
20651           output debug information
20652
20653 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20654
20655         * gst-libs/gst/colorbalance/Makefile.am:
20656         * gst-libs/gst/navigation/Makefile.am:
20657         * gst-libs/gst/xoverlay/Makefile.am:
20658           remove unused GST_OPT_CFLAGS from Makefiles
20659           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
20660
20661 2004-02-07  David Schleef  <ds@schleef.org>
20662
20663         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
20664         push events to pads that haven't been created (#133508)
20665
20666 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
20667
20668         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
20669         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
20670         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
20671         (gst_dvdec_loop), (gst_dvdec_change_state):
20672         Second attempt at committing a working dvdec element.
20673
20674 2004-02-06  David Schleef  <ds@schleef.org>
20675
20676         Build fixes for OS X: (see #129600)
20677         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
20678         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
20679         (gst_riff_read_strf_iavs):
20680         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
20681         (gst_avi_demux_stream_odml):
20682         * gst/playondemand/Makefile.am:
20683         * gst/rtp/rtp-packet.c:
20684
20685 2004-02-05  David Schleef  <ds@schleef.org>
20686
20687         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
20688         last change, because it Just Doesn't Compile.
20689
20690 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20691
20692         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20693           skip undecodable id3v2 tag instead of keeping it
20694
20695 2004-02-05  David Schleef  <ds@schleef.org>
20696
20697         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20698         Unref leaked buffer.  (Noticed by Ronald)
20699
20700 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
20701
20702         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20703         Sync requires with other checks.  >= vs =.
20704
20705 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
20706
20707         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20708         (gst_dvdec_video_link), (gst_dvdec_loop):
20709         * ext/dv/gstdvdec.h:
20710           rework the caps negotiation so that dvdec works again instead
20711           of just segfaulting.
20712
20713 === release 0.7.4 ===
20714
20715 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20716
20717         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
20718         * configure.ac: changed for release
20719
20720 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20721
20722         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
20723         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20724         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20725         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20726           reworked patch by David Lehn to fix libdir and includedir for
20727           uninstalled libraries
20728           removed play and gconf from gstreamer-libs since they have their
20729           own pkgconfig files
20730
20731 2004-02-04  David Schleef  <ds@schleef.org>
20732
20733         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
20734         memleak.
20735
20736 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20737
20738         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
20739           use correct GST_TAG_ENCODER tag
20740
20741 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20742
20743         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
20744           be sure to stop the clock when going to paused
20745         * sys/oss/gstosssink.c: (gst_osssink_change_state):
20746           reset number of transmitted when going to ready.
20747         fixes #132935
20748
20749 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
20750
20751         reviewed by Benjamin Otte
20752
20753         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20754           extract track count (fixes #133410)
20755
20756 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20757
20758         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
20759           that should be !=, not == (fixes #132519)
20760
20761 2004-02-04  David Schleef  <ds@schleef.org>
20762
20763         Make sure set_explicit_caps() is called before adding pad.
20764         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
20765         * gst/id3/gstid3types.c: (gst_id3types_loop):
20766         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
20767         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
20768
20769 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20770
20771         * configure.ac:
20772           bump nano to 2, first prerelease
20773           put back AM_PROG_LIBTOOL
20774
20775 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20776
20777         * testsuite/alsa/Makefile.am:
20778           these are user test apps, not automatic testsuite tests
20779
20780 2004-02-04  David Schleef  <ds@schleef.org>
20781
20782         Convert GST_DEBUG_CAPS() to GST_DEBUG():
20783         * gst/mpeg1videoparse/gstmp1videoparse.c:
20784         (mp1videoparse_parse_seq):
20785         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
20786         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
20787         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
20788         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
20789         (gst_xvideosink_getcaps):
20790         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
20791         * testsuite/gst-lint: more tests
20792
20793 2004-02-04  David Schleef  <ds@schleef.org>
20794
20795         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
20796         with the code that they would expand to.
20797         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
20798         (gst_flacdec_get_src_query_types),
20799         (gst_flacdec_get_src_event_masks):
20800         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
20801         (gst_gnomevfssrc_get_query_types),
20802         (gst_gnomevfssrc_get_event_mask):
20803
20804 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20805
20806         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20807         (gst_sinesrc_dispose):
20808           fix memleak by properly disposing sinesrc
20809
20810 2004-02-04  Julien MOUTTE  <julien@moutte.net>
20811
20812         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
20813         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
20814         an overlay to redraw the image because it has been exposed.
20815         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
20816         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
20817         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
20818         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
20819         interface
20820         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
20821         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
20822         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
20823         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
20824         interface
20825
20826 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20827
20828         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
20829           more memleak fixage
20830
20831 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20832
20833         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
20834         * gst/typefind/gsttypefindfunctions.c:
20835           fix memleaks shown by gst-typefind
20836
20837 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20838
20839         * common/glib-gen.mak:
20840           add hack rule to touch .Plo files
20841         * gst-libs/gst/colorbalance/Makefile.am:
20842         * gst-libs/gst/mixer/Makefile.am:
20843         * gst-libs/gst/play/Makefile.am:
20844         * gst-libs/gst/tuner/Makefile.am:
20845           remove glib_root variable
20846
20847 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20848
20849         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
20850           set explicit caps before adding the element, so the autopluggers can
20851           plug correctly.
20852         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20853         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20854         (mpeg_video_type_find), (mpeg_video_stream_type_find),
20855         (dv_type_find):
20856           fix memleaks in typefind functions. gst_type_find_suggest takes a const
20857           argument.
20858
20859 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20860
20861         * gst-libs/gst/colorbalance/Makefile.am:
20862         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
20863         * gst-libs/gst/colorbalance/colorbalance.c:
20864         * gst-libs/gst/colorbalance/colorbalance.h:
20865         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
20866         * gst-libs/gst/mixer/Makefile.am:
20867         * gst-libs/gst/mixer/mixer-marshal.list:
20868         * gst-libs/gst/mixer/mixer.c:
20869         * gst-libs/gst/mixer/mixer.h:
20870         * gst-libs/gst/mixer/mixermarshal.list:
20871         * gst-libs/gst/play/Makefile.am:
20872         * gst-libs/gst/play/play.h:
20873         * gst-libs/gst/tuner/Makefile.am:
20874         * gst-libs/gst/tuner/tuner-marshal.list:
20875         * gst-libs/gst/tuner/tuner.c:
20876         * gst-libs/gst/tuner/tuner.h:
20877         * gst-libs/gst/tuner/tunermarshal.list:
20878           use new glib-gen.mak snippet to clean up Makefile.am
20879           fix various bugs in Makefile.am's
20880
20881 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20882
20883         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
20884           handle chain parsing correctly in the multichain case
20885         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
20886         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
20887         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
20888         (theora_dec_chain):
20889           handle events and queries correctly
20890
20891 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
20892
20893         * .cvsignore:
20894         Ignore generated file _stdint.h.
20895
20896 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
20897
20898         * gst-libs/gst/colorbalance/Makefile.am:
20899         * gst-libs/gst/colorbalance/colorbalance.h:
20900         * gst-libs/gst/mixer/Makefile.am:
20901         * gst-libs/gst/mixer/mixer.h:
20902         * gst-libs/gst/play/Makefile.am:
20903         * gst-libs/gst/play/play.h:
20904         * gst-libs/gst/tuner/Makefile.am:
20905         * gst-libs/gst/tuner/tuner.h:
20906         Generate enum type code with glib-mkenums.
20907         * gst-libs/gst/colorbalance/.cvsignore:
20908         * gst-libs/gst/mixer/.cvsignore:
20909         * gst-libs/gst/play/.cvsignore:
20910         * gst-libs/gst/tuner/.cvsignore:
20911         Ignore generated files.
20912
20913 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
20914
20915         * gst-libs/gst/audio/.cvsignore:
20916         Ignore generated file.
20917         * gst-libs/gst/audio/Makefile.am:
20918         Do not install example filter.
20919
20920 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
20921
20922         * examples/switch/.cvsignore:
20923         Ignore generated file.
20924
20925 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20926
20927         * common/m4/ax_create_stdint_h.m4:
20928         * configure.ac:
20929           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
20930           _stdint.h.
20931         * Makefile.am:
20932           remove generated _stdint.h in DISTCLEANFILES
20933         * ext/a52dec/gsta52dec.c:
20934           include _stdint.h for a52dec. (should fix #133064)
20935
20936 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
20937
20938         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
20939         (gst_tag_to_vorbis_comments):
20940         Add replaygain support to vorbistag
20941
20942 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
20943         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
20944         (gst_ffmpeg_caps_to_extradata):
20945           Fix SVQ3 caps flag properties
20946           Use glib macro for bytes swap
20947
20948 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20949
20950         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
20951         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
20952         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20953         * ext/sndfile/gstsf.c: (plugin_init):
20954         * gst/avi/gstavi.c: (plugin_init):
20955         * sys/dxr3/dxr3init.c: (plugin_init):
20956         * sys/oss/gstossaudio.c: (plugin_init):
20957         * sys/v4l/gstv4l.c: (plugin_init):
20958         * sys/v4l2/gstv4l2.c: (plugin_init):
20959           remove textdomain calls
20960         * po/nl.po:
20961           update Dutch translation
20962
20963 2004-02-02  Julien MOUTTE  <julien@moutte.net>
20964
20965         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
20966         (gst_play_set_audio_sink): Moving volume in the audio thread for
20967         instantaneous volume change. Maybe i will add another volume in front
20968         of visualization later, not sure yet though.
20969
20970 2004-02-02  Julien MOUTTE  <julien@moutte.net>
20971
20972         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
20973         (gst_ximagesink_handle_xevents): Better X events handling, only take
20974         the latest events for configure and motion.
20975         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
20976
20977 2004-02-02  Jon Trowbridge  <trow@gnu.org>
20978
20979         reviewed by: David Schleef  <ds@schleef.org>
20980
20981         Fix memory leaks:
20982         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
20983         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
20984
20985 2004-02-02  David Schleef  <ds@schleef.org>
20986
20987         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
20988         of lines.
20989         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
20990         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
20991         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
20992         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
20993         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
20994         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
20995         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
20996         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
20997         (gst_float2_2_int_link):
20998         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
20999         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
21000         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
21001         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
21002         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
21003         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
21004         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
21005         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
21006         * testsuite/gst-lint: Add tests for bzero and ;;
21007
21008 2004-02-02  David Schleef  <ds@schleef.org>
21009
21010         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
21011
21012 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21013
21014         * ext/aalib/gstaasink.c: (gst_aasink_open):
21015         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
21016         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21017         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
21018         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
21019         (gst_afsink_close_file):
21020         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
21021         (gst_afsrc_close_file):
21022         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
21023         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
21024         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
21025         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
21026         * ext/esd/esdmon.c: (gst_esdmon_get):
21027         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
21028         * ext/faac/gstfaac.c: (gst_faac_chain):
21029         * ext/faad/gstfaad.c: (gst_faad_chain):
21030         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
21031         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21032         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
21033         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
21034         (gst_flacdec_loop):
21035         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
21036         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
21037         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
21038         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
21039         (gst_gnomevfssink_close_file):
21040         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
21041         (gst_gnomevfssrc_open_file):
21042         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
21043         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
21044         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
21045         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
21046         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
21047         * ext/mad/gstmad.c: (gst_mad_chain):
21048         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
21049         * ext/mpeg2dec/gstmpeg2dec.c:
21050         * ext/mpeg2enc/gstmpeg2enc.cc:
21051         * ext/mplex/gstmplex.cc:
21052         * ext/mplex/gstmplexibitstream.cc:
21053         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
21054         (gst_ogg_demux_push):
21055         * ext/raw1394/gstdv1394src.c:
21056         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
21057         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
21058         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
21059         (gst_sf_loop):
21060         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
21061         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
21062         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
21063         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
21064         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
21065         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
21066         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
21067         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
21068         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21069         (gst_riff_read_element_data), (gst_riff_read_seek),
21070         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
21071         * gst/adder/gstadder.c: (gst_adder_loop):
21072         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
21073         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
21074         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
21075         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
21076         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
21077         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
21078         * gst/goom/gstgoom.c: (gst_goom_chain):
21079         * gst/id3/gstid3types.c: (gst_id3types_loop):
21080         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
21081         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
21082         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
21083         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
21084         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
21085         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
21086         (gst_ebml_read_float), (gst_ebml_read_header):
21087         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
21088         (gst_matroska_demux_parse_blockgroup):
21089         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
21090         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
21091         * gst/oneton/gstoneton.c: (gst_oneton_chain):
21092         * gst/silence/gstsilence.c: (gst_silence_get):
21093         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
21094         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
21095         * gst/speed/gstspeed.c: (speed_loop):
21096         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
21097         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21098         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
21099         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
21100         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21101         (gst_wavparse_loop):
21102         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
21103         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
21104         (dxr3audiosink_close):
21105         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
21106         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
21107         (dxr3videosink_close), (dxr3videosink_write_data):
21108         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
21109         * sys/oss/gstosssink.c: (gst_osssink_chain):
21110         * sys/oss/gstosssrc.c: (gst_osssrc_get):
21111         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
21112         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
21113         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
21114         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
21115         (gst_v4l_set_window), (gst_v4l_enable_overlay):
21116         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
21117         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
21118         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
21119         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
21120         (gst_v4l_set_audio):
21121         * sys/v4l/v4l_calls.h:
21122         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
21123         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
21124         (gst_v4lmjpegsink_playback_init),
21125         (gst_v4lmjpegsink_playback_start):
21126         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
21127         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
21128         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
21129         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
21130         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
21131         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
21132         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
21133         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
21134         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
21135         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
21136         (gst_v4l2_get_output), (gst_v4l2_set_output),
21137         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
21138         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
21139         (gst_v4l2_set_attribute):
21140         * sys/v4l2/v4l2_calls.h:
21141         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
21142         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
21143         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
21144         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
21145         (gst_v4l2src_capture_stop):
21146         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
21147         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21148         (gst_ximagesink_chain):
21149         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
21150         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
21151         (gst_xvideosink_xwindow_new):
21152         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21153         (gst_xvimagesink_chain):
21154
21155 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21156
21157         * gst/volume/gstvolume.c: (gst_volume_set_volume),
21158         (gst_volume_get_volume), (volume_class_init), (volume_init),
21159         (volume_chain_int16), (volume_update_volume):
21160         * gst/volume/gstvolume.h:
21161           make code more readable by removing magic numbers
21162           make mixer interface export 0-100 range
21163           make it internally map to 0.0-1.0 range so users don't distort
21164           output by putting the sliders at full volume
21165
21166 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21167
21168         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
21169         (gst_play_state_change), (gst_play_seek_to_time):
21170         block the tick callback for 0.5 secs after doing a seek
21171
21172 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21173
21174         * gst-libs/gst/play/play.c: (gst_play_new):
21175           check for GError
21176
21177 2004-02-01  Julien MOUTTE  <julien@moutte.net>
21178
21179         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
21180         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
21181         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
21182         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
21183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
21184         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
21185
21186 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21187
21188         * configure.ac:
21189         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21190           check for a function added in vorbis 1.1
21191
21192 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21193
21194         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
21195         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
21196           really start/stop clock only on PLAYING <=> PAUSED
21197         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21198           remove \n from debugging lines
21199         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
21200           make it work when seeking does not
21201         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21202           reset on DISCONT
21203
21204 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21205
21206         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
21207           start clock on PAUSED=>PLAYING, not later
21208         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21209           extract correct time for different discont formats
21210         (gst_alsa_sink_get_time):
21211           don't segfault when no format is negotiated yet, just return 0
21212         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
21213         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
21214         (gst_ogg_pad_push):
21215           handle flush and discont events correctly
21216         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
21217           handle discont events correctly
21218
21219 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21220
21221         * gst-libs/gst/play/play.c: (gst_play_error_quark),
21222         (gst_play_error_create), (gst_play_error_plugin),
21223         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
21224         * gst-libs/gst/play/play.h:
21225           add error handling during creation
21226         * examples/gstplay/player.c: (main):
21227           use new gst_play_new
21228
21229
21230 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21231
21232         * ext/theora/theoradec.c: (theora_dec_chain):
21233           make comments work
21234         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21235         (vorbis_dec_src_event), (vorbis_dec_chain):
21236           add encoder tag, fix tag reading to be more error tolerant, change
21237           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
21238           gst_pad_event_default.
21239         * gst/tags/gstvorbistag.c:
21240         (gst_tag_list_from_vorbiscomment_buffer):
21241           undefine function specific define at end of function
21242
21243 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
21244
21245         * ext/flac/gstflac.c: (plugin_init):
21246         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
21247         * ext/flac/gstflacdec.h:
21248         * ext/flac/gstflacenc.h:
21249           Fix typos
21250
21251 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
21252
21253         * examples/gstplay/player.c: s/gstplay.h/play.h/
21254
21255 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21256
21257         * gst-libs/gst/play/Makefile.am:
21258         * gst-libs/gst/play/gstplay.c:
21259         * gst-libs/gst/play/gstplay.h:
21260         * gst-libs/gst/play/play.c:
21261           more surgery, operation complete
21262
21263 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21264
21265         * gst-libs/gst/play/play.old.c:
21266         * gst-libs/gst/play/play.old.h:
21267           after CVS surgery by moving, remove
21268         * gst-libs/gst/play/playpipelines.c:
21269           remove
21270
21271         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
21272           add negotiation error
21273
21274 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21275
21276         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
21277         (gst_ogg_demux_push):
21278           add some seeking debug info
21279           send a flush when seeking
21280
21281 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21282
21283         * configure.ac:
21284           use AC_C_INLINE
21285         * configure.ac:
21286         * ext/Makefile.am:
21287         * ext/theora/Makefile.am:
21288         * ext/theora/theoradec.c:
21289           add theora video decoder. Does just do simple decoding for now and
21290           has been tested against Theora cvs only. It only works when theora
21291           is compiled with --enable-static.
21292         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21293           always reset packetno on DISCONT
21294
21295 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21296
21297         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
21298           Fix audio.
21299
21300 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21301
21302         * gst/mpegaudioparse/gstmpegaudioparse.c:
21303         (mp3_type_frame_length_from_header):
21304           Fix header parsing - stolen from ffmpeg (thank you! :) ).
21305
21306 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21307
21308         * ext/esd/esdsink.c: (gst_esdsink_init):
21309           Since we have static pad template caps, we don't need to negotiate;
21310           either the core errors out or we know the format.
21311
21312 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21313
21314         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21315         (gst_riff_read_seek):
21316         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
21317         (gst_ebml_read_seek):
21318           Fix event handling.
21319
21320 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21321
21322         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
21323           removee video/x-theora from vp3 decoder, it doesn't handle raw
21324           theora streams
21325         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
21326           fix bug with finalizing element that never went to PAUSED
21327         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21328           length and position queries were swapped
21329         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
21330         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
21331         (vorbis_dec_src_event):
21332           implement querying time and bytes
21333
21334 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21335
21336         * just about every source file:
21337           gst_element_error -> GST_ELEMENT_ERROR
21338
21339 2004-01-29  Julien MOUTTE  <julien@moutte.net>
21340
21341         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
21342         emiting FLUSH and even before DISCONT.
21343         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
21344         get the best instant seeking as possible yay!
21345
21346 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21347
21348         * gst/mpeg1videoparse/gstmp1videoparse.c:
21349         (gst_mp1videoparse_real_chain):
21350           Committed wrong version last week... Grr... Didn't notice until now.
21351
21352 2004-01-29  Julien MOUTTE <julien@moutte.net>
21353
21354         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
21355         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
21356         have_xwindow_id signal in xwindow_create.
21357
21358 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21359
21360         * ext/ogg/gstoggdemux.c:
21361           lots of changes - mainly support for chained bitstreams, seeking,
21362           querying and bugfixes of course
21363         * ext/vorbis/Makefile.am:
21364         * ext/vorbis/vorbisdec.c:
21365         * ext/vorbis/vorbisdec.h:
21366           add vorbisdec raw vorbis decoder
21367         * ext/vorbis/vorbis.c: (plugin_init):
21368           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
21369         * gst/intfloat/Makefile.am:
21370         * gst/intfloat/float22int.c:
21371         * gst/intfloat/float22int.h:
21372         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
21373           add float2intnew plugin. It converts multichannel interleaved float to
21374           multichannel interleaved int. The name should probably be changed.
21375         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
21376         (plugin_init):
21377           add typefinding for raw theora video so oggdemux can detect it.
21378
21379 2004-01-28  Julien MOUTTE  <julien@moutte.net>
21380
21381         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
21382         sink element first.
21383         * gst/videoscale/gstvideoscale.c:
21384         (gst_videoscale_handle_src_event): Fixing src event handler.
21385
21386 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21387
21388         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
21389         (gst_v4lsrc_open), (gst_v4lsrc_close),
21390         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
21391         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
21392         * sys/v4l/gstv4lsrc.h:
21393         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
21394         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
21395           Implement resizing... Hack. But that's why v4l is b0rked...
21396
21397 2004-01-28  Julien MOUTTE <julien@moutte.net>
21398
21399         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21400         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
21401         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
21402         (gst_ximagesink_xwindow_destroy):
21403         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21404         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
21405         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
21406         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
21407         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
21408         correctly cleaning the image created to check xshm calls on succes,
21409         added a lot of XSync calls in X11 functions, and fixed a segfault when
21410         no image format was defined before negotiation happened.
21411
21412 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21413
21414         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
21415           use gst_element_get_time to get correct time
21416
21417 2004-01-28  Julien MOUTTE  <julien@moutte.net>
21418
21419         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
21420         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
21421         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
21422         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
21423         (gst_xvimagesink_check_xshm_calls),
21424         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
21425         X plugins are now able to detect that XShm calls will fail even if the
21426         server claims that it has XShm support (remote displays most of the
21427         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
21428         so that we use non XShm functions. This feature is almost useless for
21429         xvimagesink as Xv is not supported on remote displays anyway, but
21430         it might happen than even on the local display XShm calls fail.
21431
21432 2004-01-27  David Schleef  <ds@schleef.org>
21433
21434         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
21435         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
21436         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
21437         changed esdsink to only use 44100,16,2, since esd sucks at rate
21438         conversion and esdsink has had difficulty negotiating.
21439
21440 2004-01-27  Julien MOUTTE <julien@moutte.net>
21441
21442         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
21443         (gst_play_seek_to_time): Fixing the way to get current position.
21444
21445 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21446
21447         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
21448           use gst_element_get_time to get correct time
21449
21450 2004-01-27  Julien MOUTTE <julien@moutte.net>
21451
21452         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
21453         fix ever... Inverting 2 lines of code make spider autoplug correctly
21454         tagged mp3 !
21455
21456 2004-01-27  David Schleef  <ds@schleef.org>
21457
21458         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21459         Use gst_pad_try_set_caps_nonfixed().
21460
21461 2004-01-27  David Schleef  <ds@schleef.org>
21462
21463         * gst/ac3parse/gstac3parse.c: update to checklist 5
21464         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
21465         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
21466         * gst/audioscale/gstaudioscale.c: same
21467         * gst/auparse/gstauparse.c: same
21468         * gst/avi/gstavidemux.c: same
21469
21470 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21471
21472         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
21473           stop processing after EOS
21474
21475 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21476
21477         * gst/asfdemux/asfheaders.h:
21478         * gst/asfdemux/gstasfdemux.c:
21479         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
21480         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
21481         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
21482           lot's of fixes to make data extraction simpler and get the code
21483           architecture and compiler independant. Add debugging category
21484         * gst/goom/gstgoom.c: (gst_goom_change_state):
21485           reset channel count on PAUSED=>READY, not READY=>PAUSED
21486
21487 2004-01-26  Colin Walters  <walters@verbum.org>
21488
21489         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
21490         code to pull a bigger buffer in iradio mode.  This as a side effect
21491         makes typefinding work.
21492
21493 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
21494
21495         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
21496         Fix SVQ3 decoding on PPC
21497
21498 2004-01-26  Julien MOUTTE <julien@moutte.net>
21499
21500         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
21501         that one managed to stay there... Fixed.
21502
21503 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
21504
21505         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
21506         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
21507         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
21508         (qtdemux_video_caps):
21509         * gst/qtdemux/qtdemux.h:
21510         Add SVQ3 specific flags to qtdemux and ffmpeg
21511
21512 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21513
21514         * gst-libs/gst/audio/audio.h:
21515           remove buffer-frames from audio caps
21516         * gst/audioconvert/gstaudioconvert.c:
21517           fix plugin to really work.
21518
21519 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21520
21521         * gst-libs/gst/mixer/mixer.c:
21522         * gst-libs/gst/propertyprobe/propertyprobe.c:
21523         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
21524         (gst_tuner_find_channel_by_name):
21525         * gst-libs/gst/tuner/tuner.h:
21526           Add gtk-doc style comments. Also fix a function name.
21527
21528 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21529
21530         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
21531         (gst_divxdec_negotiate):
21532           Fix for new capsnego - also fixes gst-player with divxdec.
21533
21534 2004-01-25  Julien MOUTTE  <julien@moutte.net>
21535
21536         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
21537         (gst_play_identity_handoff), (gst_play_set_location),
21538         (gst_play_set_visualization), (gst_play_connect_visualization): Another
21539         try in visualization implementation. Still have an issue with switch
21540         blocking when pulling from video_queue and only audio comes out of
21541         spider.
21542         * gst/switch/gstswitch.c: (gst_switch_release_pad),
21543         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
21544         release method. And check if the pad is usable before pulling.
21545
21546 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21547
21548         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
21549         (gst_videobalance_init),
21550         (gst_videobalance_colorbalance_list_channels),
21551         (gst_videobalance_colorbalance_set_value),
21552         (gst_videobalance_colorbalance_get_value),
21553         (gst_videobalance_update_properties),
21554         (gst_videobalance_update_tables_planar411),
21555         (gst_videobalance_planar411):
21556         * gst/videofilter/gstvideobalance.h:
21557           Implement lookup-tables. +/- 10x faster.
21558
21559 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21560
21561         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
21562         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
21563           The index reading was broken. The rest worked fine, but the whole
21564           goal of my rewrite was to make avidemux readable, and this was
21565           not at all readable. Please use typed variables.
21566
21567 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21568
21569         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21570           Additional pad usability check.
21571         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21572         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
21573         (gst_mp1videoparse_real_chain):
21574           Fix MPEG video stream parsing. The original plugin had several
21575           issues, including not timestamping streams where the source was
21576           not timestamped (this happens with PTS values in mpeg system
21577           streams, but MPEG video is also a valid stream on its own so
21578           that needs timestamps too). We use the display time code for that
21579           for now. Also, if one incoming buffer contains multiple valid
21580           frames, we push them all on correctly now, including proper EOS
21581           handling. Lastly, several potential segfaults were fixed, and we
21582           properly sync on new sequence/gop headers to include them in next,
21583           not previous frames (since they're header for the next frame, not
21584           the previous). Also see #119206.
21585         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
21586         (bpf_from_header):
21587           Move caps setting so we only do it after finding several valid
21588           MPEG-1 fraes sequentially, not right after the first one (which
21589           might be coincidental).
21590         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
21591         (mpeg_video_type_find), (mpeg_video_stream_type_find),
21592         (plugin_init):
21593           Add unsynced MPEG video stream typefinding, and change some
21594           probability values so we detect streams rightly. The idea is as
21595           follows: I can have an unsynced system stream which contains
21596           video. In the current code, I would randomly get a type for either
21597           system or video stream type found, because the probabilities are
21598           being calculated rather randomly. I now use fixed values, so we
21599           always prefer system stream if that was found (and that is how it
21600           should be). If no system stream was found, we can still identity                the stream as video-only.
21601
21602 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21603
21604         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
21605         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
21606           don't write to buffer. Extract data without the need of
21607           __attribute__ ((packed))
21608
21609 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21610
21611         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
21612         (mpeg1_sys_type_find):
21613           Fix MPEG-1 stream typefinding.
21614
21615 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21616
21617         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
21618           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
21619
21620 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21621
21622         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
21623         * ext/esd/gstesd.c: (plugin_init):
21624           private debugging, better error reporting
21625
21626 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21627
21628         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
21629         (gst_riff_read_init), (gst_riff_read_change_state):
21630         * gst-libs/gst/riff/riff-read.h:
21631           Remove stuff fromold metadata system.
21632
21633 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21634
21635         * ext/ogg/gstoggdemux.c:
21636           Fix wrong file comment.
21637         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21638         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
21639           Add metadata reading properly.
21640
21641 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21642
21643         * ext/Makefile.am:
21644           Fix nas DIST_SUBDIRS
21645           Uraeus:
21646           Fix bug where make distcheck doesn't get run on adding stuff to
21647           the build.
21648
21649 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21650
21651         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
21652         * ext/divx/gstdivxdec.h:
21653           Fix divx3 ("msmpeg4") playback using divxdec.
21654
21655 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21656
21657         * gst/typefind/gsttypefindfunctions.c:
21658         (mp3_type_frame_length_from_header): fix bug in length computation
21659         (mp3_type_find): improve debugging output
21660
21661 2004-01-23  Julien MOUTTE  <julien@moutte.net>
21662
21663         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
21664         (gst_play_set_location), (gst_play_seek_to_time),
21665         (gst_play_set_audio_sink), (gst_play_set_visualization),
21666         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
21667         the pipeline from scratch. Visualization is back and switch went out as
21668         i realized it was not possible to use the way i wanted.
21669         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
21670         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
21671         clearing in state change from READY to NULL. So that one can clean the
21672         X ressources keeping the element.
21673         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21674         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
21675         (gst_xvimagesink_colorbalance_set_value),
21676         (gst_xvimagesink_colorbalance_get_value),
21677         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
21678         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
21679         change from READY to NULL and fixed some stupid bugs in colorbalance
21680         get/set values. Also added the following feature : when nobody tries to
21681         set some values to the colorbalance levels before the xcontext is
21682         grabbed, then when creating channels list from Xv attributes we set the
21683         internal values to the Xv defaults. This way we handle buggy Xv drivers
21684         that set default hue values far from the middle of the range (Thanks
21685         to Jon Trowbridge for pointing that issue).
21686         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
21687         colorbalance levels have been set before xcontext is grabbed.
21688
21689 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21690
21691         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
21692           Fix the ossmixer case where we shouldn't open /dev/dsp* because
21693           it might block operations (which is bad for a mixer).
21694
21695 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
21696
21697         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
21698         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
21699         (gmip_find_type_pre):
21700         * gst-libs/gst/media-info/media-info-priv.h:
21701         * gst-libs/gst/media-info/media-info.c:
21702         (gst_media_info_instance_init), (gst_media_info_read_idler):
21703         add fakesink to get caps on decoder src pad again
21704         fix callback prototype to match new have_type signal signature
21705
21706 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
21707
21708         * gst/adder/gstadder.c: (gst_adder_link):
21709           fix non-compile and cut-n-paste code
21710
21711 2004-01-21  David Schleef  <ds@schleef.org>
21712
21713         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
21714         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
21715         (gst_swfdec_init), (gst_swfdec_change_state):
21716         * ext/swfdec/gstswfdec.h:
21717         Fix negotiation.
21718         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
21719         (gst_adder_request_new_pad): Fix negotiation.
21720         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
21721         Add a fixate function.
21722         * gst/intfloat/gstfloat2int.c:
21723         * gst/intfloat/gstfloat2int.h:
21724         * gst/intfloat/gstint2float.c:
21725         * gst/intfloat/gstint2float.h:
21726         Completely rewrite the negotiation.  Doesn't quite work yet,
21727         due to some buffer-frames problem.
21728
21729 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21730
21731         * ext/gnomevfs/gstgnomevfssrc.c:
21732         * sys/v4l2/v4l2_calls.h:
21733           fix includes for distcheck
21734
21735 2004-01-21  Christian Schaller <uraeus@gnome.org>
21736
21737         * ext/nas/
21738         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
21739         based on earlier patch from Laurent Vivier
21740
21741 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
21742
21743         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
21744         Fix wma caps property
21745         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
21746         Fix typo (flags1 and flags2)
21747
21748 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21749
21750         * gst-libs/gst/media-info/media-info-priv.c:
21751         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
21752         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
21753         (gmip_find_stream), (gmip_find_track_metadata),
21754         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
21755         (gmip_find_track_format):
21756         * gst-libs/gst/media-info/media-info-priv.h:
21757         * gst-libs/gst/media-info/media-info-test.c: (main):
21758         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
21759         (gst_media_info_read_idler), (gst_media_info_read):
21760         * gst-libs/gst/media-info/media-info.h:
21761           register debugging category and use it for debugging
21762
21763 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21764
21765         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
21766         (gst_vorbisfile_new_link):
21767           signal streaminfo through tags
21768
21769 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21770
21771         * ext/mplex/gstmplex.cc:
21772         * ext/mplex/gstmplexibitstream.cc:
21773           g++ doesn't like NULL in our i18n/error macros, should be
21774           either (NULL) or ("").
21775
21776 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21777
21778         * sys/dxr3/dxr3audiosink.c:
21779         * sys/dxr3/dxr3init.c:
21780         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
21781         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
21782           Fix more error error error errors (missing includes here).
21783
21784 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21785
21786         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21787           fix thomas' error errors.
21788
21789 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21790
21791         * ext/mpeg2enc/gstmpeg2enc.cc:
21792           fix error errors.
21793
21794 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21795
21796         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
21797         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
21798           Fix for new error system.
21799
21800 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21801
21802         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
21803           fix for new error reporting
21804
21805 2004-01-20  David Schleef  <ds@schleef.org>
21806
21807         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
21808         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
21809         (gst_ximagesink_set_xwindow_id): Change to using a framerate
21810         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
21811         and neither is 100+, most likely.
21812         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
21813         (gst_xvimagesink_getcaps): same
21814
21815 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21816
21817         * configure.ac:
21818           Up version requirement to 2.0.3 (not yet released) to avoid symbol
21819           clashes with ffmpeg.
21820
21821 2004-01-20  Julien MOUTTE  <julien@moutte.net>
21822
21823         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
21824         (gst_switch_init): Fixed switch element : proxying link and setting
21825         caps from src to sink on request.
21826
21827 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21828
21829         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
21830         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
21831         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
21832         fix element_error
21833
21834 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21835
21836         * sys/v4l/v4l_calls.h:
21837         * sys/v4l2/v4l2_calls.h:
21838           element_error fixes
21839
21840 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21841
21842         * gst-libs/gst/gst-i18n-plugin.h:
21843           add locale.h
21844           remove config.h inclusion
21845
21846 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21847
21848         * autogen.sh:
21849           adding autopoint invocation
21850         * Makefile.am:
21851         * configure.ac:
21852         * gst-libs/gst/gettext.h:
21853           adding gettext bits
21854         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
21855         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
21856         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21857         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
21858         (gst_gnomevfssink_close_file):
21859         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
21860         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
21861         * gst-libs/gst/gst-i18n-plugin.h:
21862         * gst/avi/gstavi.c: (plugin_init):
21863         * sys/dxr3/dxr3init.c: (plugin_init):
21864         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
21865         * sys/oss/gstossaudio.c: (plugin_init):
21866         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
21867         * sys/v4l/gstv4l.c: (plugin_init):
21868         * sys/v4l/v4l_calls.c: (gst_v4l_open):
21869         * sys/v4l2/gstv4l2.c: (plugin_init):
21870         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
21871         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
21872         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
21873         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
21874         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
21875         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
21876           make sure locale and translation domain are set
21877           fix translated strings
21878         * po/.cvsignore:
21879         * po/LINGUAS:
21880         * po/Makevars:
21881         * po/POTFILES.in:
21882         * po/nl.po:
21883           put translation files into place
21884         * sys/xvideo/imagetest.c: (main):
21885         * ext/dv/demo-play.c: (main):
21886           fix unnecessary translations
21887
21888 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21889
21890         * ext/sndfile/gstsf.c:
21891         * gst/avi/gstavimux.c:
21892         * ext/audiofile/gstafsink.c:
21893         * ext/audiofile/gstafsrc.c:
21894         * ext/gnomevfs/gstgnomevfssink.c:
21895         * ext/gnomevfs/gstgnomevfssrc.c:
21896         * sys/oss/gstosselement.c:
21897         * sys/v4l/v4l_calls.h:
21898           fix i18n include
21899
21900 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21901
21902         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
21903         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
21904         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
21905         (gst_v4l2_get_output), (gst_v4l2_set_output),
21906         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
21907         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
21908         (gst_v4l2_set_attribute):
21909         update to new error handling
21910
21911 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21912
21913         * ext/sidplay/gstsiddec.cc:
21914         * gst/modplug/gstmodplug.cc:
21915           parenthese NULL because C++ seems angry about it
21916
21917 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21918
21919         * gst-libs/gst/gst-i18n-plugin.h:
21920           add skeleton i18n stuff, but needs to be further implemented
21921
21922 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21923
21924         * examples/gstplay/player.c: (main):
21925         * ext/aalib/gstaasink.c: (gst_aasink_open):
21926         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
21927         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21928         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
21929         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
21930         (gst_afsink_close_file):
21931         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
21932         (gst_afsrc_close_file):
21933         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
21934         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
21935         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
21936         * ext/esd/esdmon.c: (gst_esdmon_get):
21937         * ext/esd/esdsink.c: (gst_esdsink_chain):
21938         * ext/faac/gstfaac.c: (gst_faac_chain):
21939         * ext/faad/gstfaad.c: (gst_faad_chain):
21940         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
21941         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21942         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
21943         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
21944         (gst_flacdec_loop):
21945         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
21946         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
21947         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
21948         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
21949         (gst_gnomevfssink_close_file):
21950         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
21951         (gst_gnomevfssrc_open_file):
21952         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
21953         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
21954         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
21955         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
21956         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
21957         * ext/mad/gstmad.c: (gst_mad_chain):
21958         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
21959         * ext/mpeg2dec/gstmpeg2dec.c:
21960         * ext/mpeg2enc/gstmpeg2enc.cc:
21961         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21962         * ext/mplex/gstmplex.cc:
21963         * ext/mplex/gstmplexibitstream.cc:
21964         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
21965         (gst_ogg_demux_push), (gst_ogg_pad_push):
21966         * ext/raw1394/gstdv1394src.c:
21967         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
21968         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
21969         * ext/sidplay/gstsiddec.cc:
21970         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
21971         (gst_sf_loop):
21972         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
21973         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
21974         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
21975         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
21976         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
21977         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
21978         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
21979         * gst-libs/gst/Makefile.am:
21980         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21981         (gst_riff_read_element_data), (gst_riff_read_seek),
21982         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
21983         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
21984         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
21985         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
21986         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
21987         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
21988         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
21989         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
21990         * gst/goom/gstgoom.c: (gst_goom_chain):
21991         * gst/id3/gstid3types.c: (gst_id3types_loop):
21992         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
21993         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
21994         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
21995         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
21996         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
21997         (gst_ebml_read_float), (gst_ebml_read_header):
21998         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
21999         (gst_matroska_demux_parse_blockgroup):
22000         * gst/modplug/gstmodplug.cc:
22001         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
22002         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
22003         * gst/oneton/gstoneton.c: (gst_oneton_chain):
22004         * gst/silence/gstsilence.c: (gst_silence_get):
22005         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22006         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
22007         * gst/speed/gstspeed.c: (speed_loop):
22008         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22009         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22010         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
22011         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
22012         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22013         (gst_wavparse_loop):
22014         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
22015         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
22016         (dxr3audiosink_close):
22017         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
22018         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
22019         (dxr3videosink_close), (dxr3videosink_write_data):
22020         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
22021         * sys/oss/gstosselement.h:
22022         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
22023         (gst_osssink_chain):
22024         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22025         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22026         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
22027         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
22028         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
22029         (gst_v4l_enable_overlay):
22030         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
22031         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
22032         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
22033         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
22034         (gst_v4l_set_audio):
22035         * sys/v4l/v4l_calls.h:
22036         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
22037         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
22038         (gst_v4lmjpegsink_playback_init),
22039         (gst_v4lmjpegsink_playback_start):
22040         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
22041         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
22042         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
22043         (gst_v4lmjpegsrc_requeue_frame):
22044         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
22045         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
22046         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
22047         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
22048         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
22049         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
22050         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
22051         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
22052         (gst_v4l2src_capture_stop):
22053         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
22054         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22055         (gst_ximagesink_chain):
22056         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
22057         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
22058         (gst_xvideosink_xwindow_new):
22059         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22060         (gst_xvimagesink_chain):
22061         use new error signal, function and categories
22062
22063 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
22064
22065         * configure.ac:
22066         * ext/Makefile.am:
22067         * ext/musicbrainz/gsttrm.c:
22068         * ext/musicbrainz/gsttrm.h:
22069         * ext/musicbrainz/Makefile.am:
22070         Add a trm plugin
22071
22072 2004-01-18  Julien MOUTTE  <julien@moutte.net>
22073
22074         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
22075         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
22076         synchronous property for debugging.
22077         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
22078         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22079         (gst_xvimagesink_set_property): Moving a pointer declaration to a
22080         smaller block, fixing indent.
22081
22082 2004-01-16  David Schleef  <ds@schleef.org>
22083
22084         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
22085         property affects the video stream.
22086         * sys/xvimage/xvimagesink.c:
22087         * sys/xvimage/xvimagesink.h:
22088         Add synchronous property for debugging.  Should probably be
22089         disabled in non-CVS builds.  Make sure that the Xv attribute
22090         exists before we set it (crash!).  Fix a silly float bug that
22091         caused colorbalance to just not work.
22092
22093 2004-01-17  Christian Schaller <Uraeus@gnome.org>
22094
22095         * tools/gst-launch-ext.in - update for new plugins
22096
22097 2004-01-16  David Schleef  <ds@schleef.org>
22098
22099         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
22100         already-freed caps.
22101
22102 2994-01-16  Christian Schaller <Uraeus@gnome.org>
22103
22104         * Update spec for new colorspace plugin and libcaca plugin
22105         * Fix compilation of libcaca plugin (clock -> id)
22106
22107 2004-01-16  Julien MOUTTE <julien@moutte.net>
22108
22109         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
22110         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
22111         (gst_xvimagesink_set_xwindow_id),
22112         (gst_xvimagesink_colorbalance_set_value),
22113         (gst_xvimagesink_colorbalance_get_value),
22114         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22115         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
22116         correct colorbalance properties. They can now be set when the element
22117         is still in NULL state. The values will be committed to the Xv Port
22118         when xcontext is initialized.
22119         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
22120         brightness int values in the GstXvImagesink structure.
22121
22122 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22123
22124         * gst-libs/gst/Makefile.am:
22125           restructure so having local patches works easier.
22126
22127 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22128
22129         * ext/mpeg2enc/Makefile.am:
22130         * ext/mpeg2enc/gstmpeg2enc.cc:
22131         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
22132           Bugfix with respect to EOS handling.
22133
22134 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22135
22136         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
22137           Link with right caps (else, it segfaults).
22138         * ext/mplex/gstmplexjob.cc:
22139           Fix for slight API change in 1.6.1.93 release of mjpegtools.
22140
22141 2004-01-15  David Schleef  <ds@schleef.org>
22142
22143         * gst-libs/gst/audio/Makefile.am:
22144         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
22145         from the template.
22146         * gst-libs/gst/audio/gstaudiofilter.c:
22147         * gst-libs/gst/audio/gstaudiofilter.h:
22148         Add bytes_per_sample and size and n_samples calculation.
22149         * gst-libs/gst/audio/gstaudiofilterexample.c:
22150         Remove, now autogenerated.
22151         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
22152         Moved from gstaudiofilterexample, object name changed, code added
22153         so that it actually works.
22154         * gst-libs/gst/audio/make_filter:
22155         Script to build an audiofilter subclass from the template.
22156         * gst/colorspace/Makefile.am:
22157         * gst/colorspace/yuv2yuv.c:
22158         Remove file, since it's GPL, and we don't use it.
22159
22160 2004-01-15  Julien MOUTTE  <julien@moutte.net>
22161
22162         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22163         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
22164         them use the buffer free function to test how the buffer was allocated.
22165
22166 2004-01-15  David Schleef  <ds@schleef.org>
22167
22168         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
22169         that handles osssink fallback.
22170         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
22171         (gst_audio_convert_getcaps):
22172         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
22173         Add audio/x-qdm2 for QDM2 audio.
22174         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22175         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
22176         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22177         Decrease minimum size to 16x16.
22178         * gst/wavparse/gstwavparse.c:
22179         Convert disabled pad template caps to new caps.
22180         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22181         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22182         (gst_xvimagesink_chain): Throw element error when display cannot
22183         be opened.  Increase minimum framerate to 1.0.  Check the data
22184         free function on a buffer to make sure it is the type we expect
22185         before manipulating it.
22186
22187 2004-01-15  Julien MOUTTE <julien@moutte.net>
22188
22189         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
22190         (gst_videobalance_colorbalance_set_value): Implement passthru if
22191         settings are in the middle.
22192         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
22193
22194 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22195
22196         * gst/videofilter/Makefile.am:
22197         * gst/volume/Makefile.am:
22198           Since we use videofilter symbols, link to it.
22199
22200 2004-01-15  Julien MOUTTE <julien@moutte.net>
22201
22202         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
22203         mixer interface type to HARDWARE.
22204         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
22205         type to SOFTWARE.
22206         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
22207         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
22208         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
22209         (gst_volume_interface_init), (gst_volume_list_tracks),
22210         (gst_volume_set_volume), (gst_volume_get_volume),
22211         (gst_volume_set_mute), (gst_volume_mixer_init),
22212         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
22213         (volume_init): Implementing mixer interface.
22214         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
22215         * sys/oss/gstosselement.c: (gst_osselement_get_type),
22216         (gst_osselement_change_state): Removing some trailing commas in
22217         structures.
22218         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
22219         interface type to HARDWARE.
22220         * sys/v4l/gstv4lcolorbalance.c:
22221         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
22222         type to HARDWARE.
22223         * sys/v4l2/gstv4l2colorbalance.c:
22224         (gst_v4l2_color_balance_interface_init): Setting colorbalance
22225         interface type to HARDWARE.
22226         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
22227         same code than ximagesink for event handling.
22228
22229 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22230
22231         * ext/snapshot/Makefile.am:
22232         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
22233         (gst_snapshot_chain):
22234         * ext/snapshot/gstsnapshot.h:
22235           This has to be a joke... Snapshot should be connected to a tee,
22236           colorspace element before it and EOS after that, where the other
22237           src of the tee receives normal data.
22238           The current way is *wrong*.
22239
22240 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22241
22242         * ext/hermes/gsthermescolorspace.c:
22243           Fix another compile error. Same as below.
22244
22245 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22246
22247         * gst/colorspace/gstcolorspace.c:
22248         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
22249         (gst_colorspace_i420_to_yv12):
22250           Fix compiling... Didn't test if it actually works.
22251
22252 2004-01-15  David Schleef  <ds@schleef.org>
22253
22254         * configure.ac:
22255         * gst/colorspace/Makefile.am:
22256         * gst/colorspace/gstcolorspace.c:
22257         * gst/colorspace/gstcolorspace.h:
22258         * gst/colorspace/yuv2rgb.c:
22259         * gst/colorspace/yuv2rgb.h:
22260         Duplicate the ext/hermes colorspace plugin, and remove Hermes
22261         code and GPL code.  Fix for new caps negotiation.  Rewrite
22262         much of the format handling code, and some of the conversion
22263         code.  Basically, rewrote almost everything.  This element
22264         handles I420, YV12 to RGB conversions.
22265         * ext/hermes/Makefile.am:
22266         * ext/hermes/gsthermescolorspace.c:
22267         Rename colorspace to hermescolorspace.  Fix negotiation issues.
22268         Remove non-Hermes related code.  This element handles lots of
22269         RGB to RGB conversions, but no YUV.
22270         * ext/hermes/gstcolorspace.c:
22271         * ext/hermes/gstcolorspace.h:
22272         * ext/hermes/rgb2yuv.c:
22273         * ext/hermes/yuv2rgb.c:
22274         * ext/hermes/yuv2rgb.h:
22275         * ext/hermes/yuv2rgb_mmx16.s:
22276         * ext/hermes/yuv2yuv.c:
22277         * ext/hermes/yuv2yuv.h:
22278         Remove old code.
22279
22280 2004-01-14  Colin Walters  <walters@verbum.org>
22281
22282         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
22283         they've already been.
22284
22285 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22286
22287         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
22288           assume tag mode when pad is not connected
22289
22290 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22291
22292         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22293           Don't update the time of the clock
22294         (gst_alsa_sink_loop):
22295           sync to the clock given to alsasink, not the own clock
22296         * sys/oss/gstosssink.c: (gst_osssink_chain):
22297           sync to the clock
22298         (gst_osssink_change_state):
22299           activate the clock
22300         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22301         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
22302           remove bogus code that made DISCONT events unhandled
22303         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
22304           explicitly case to double in _set_simple. (fixes 2nd warning in bug
22305           #131502)
22306         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
22307         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
22308         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
22309           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
22310           2nd warning in bug #131502)
22311
22312 2004-01-14  Julien MOUTTE  <julien@moutte.net>
22313
22314         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
22315         (gst_videobalance_colorbalance_set_value),
22316         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
22317         for colorbalance interface implementation.
22318         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22319         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22320         (gst_ximagesink_dispose), (gst_ximagesink_init),
22321         (gst_ximagesink_class_init): Adding DISPLAY property.
22322         * sys/ximage/ximagesink.h: Adding display_name to store display.
22323         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22324         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22325         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
22326         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
22327         properties (they still need polishing though for gst-launch use : no
22328         xcontext yet, i ll do that tomorrow).
22329         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
22330
22331 2004-01-14  Julien MOUTTE  <julien@moutte.net>
22332
22333         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
22334         (gst_play_set_location), (gst_play_set_visualization): Preparing
22335         switch integration, adding videobalance in the pipeline.
22336
22337 2004-01-14  Julien MOUTTE <julien@moutte.net>
22338
22339         * gst-libs/gst/colorbalance/colorbalance.c:
22340         (gst_color_balance_class_init): Adding a default type.
22341         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
22342         the type.
22343         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
22344         (gst_videobalance_dispose), (gst_videobalance_class_init),
22345         (gst_videobalance_init), (gst_videobalance_interface_supported),
22346         (gst_videobalance_interface_init),
22347         (gst_videobalance_colorbalance_list_channels),
22348         (gst_videobalance_colorbalance_set_value),
22349         (gst_videobalance_colorbalance_get_value),
22350         (gst_videobalance_colorbalance_init): Implementing colorbalance
22351         interface.
22352         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
22353         list.
22354         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
22355         bug which was triggering a BadAccess X error when setting an overlay
22356         before pad was really negotiated.
22357         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
22358         Using the colorbalance type macro.
22359
22360 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22361
22362         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
22363         (gst_flacenc_chain):
22364           handle tags correctly
22365         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
22366           extract ID3v1 tags correctly
22367
22368 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22369
22370         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
22371         (plugin_init):
22372           Improve matroska typefinding for odd-typed headers...
22373
22374 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22375
22376         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
22377           Fix for using incremental number on padnames.
22378
22379 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22380
22381         * ext/divx/gstdivxdec.c:
22382         * ext/divx/gstdivxenc.c:
22383           Set category to divx4linux instead of divx (too generic).
22384         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
22385         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
22386         (gst_wavparse_loop), (gst_wavparse_change_state):
22387         * gst/wavparse/gstwavparse.h:
22388           fix parsing of WAV files with non-standard fmt-tag size and fix
22389           skipping of unrecognized chunks... Someone please fix this thing
22390           to use rifflib so all this is automated.
22391         * sys/v4l/Makefile.am:
22392         * sys/v4l2/Makefile.am:
22393           Add X_CFLAGS because we depend on X (for overlay).
22394
22395 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
22396
22397         * ext/mpeg2dec/gstmpeg2dec.c:
22398           Don't issue a timestamp unless we tagged the frame
22399           with a PTS.
22400
22401 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22402
22403         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
22404           Query the audio element to get the time, not the clock. We're
22405           interested in the element's time here.
22406
22407 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22408
22409         * ext/aalib/gstaasink.c: (gst_aasink_chain):
22410         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22411         * ext/esd/esdsink.c: (gst_esdsink_chain):
22412         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
22413         * ext/mas/massink.c: (gst_massink_chain):
22414         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
22415         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
22416         (gst_matroska_demux_parse_metadata):
22417         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
22418         (gst_mpeg_parse_release_locks):
22419         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
22420         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
22421         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22422         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
22423         (gst_osssink_change_state):
22424         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22425         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22426         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
22427         (gst_xvideosink_release_locks):
22428         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
22429           use element time.
22430         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
22431         (gst_alsa_clock_stop):
22432         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
22433         (gst_audio_clock_get_internal_time):
22434           simplify for use with new clocking code.
22435         * testsuite/alsa/Makefile.am:
22436         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
22437           fix testsuite for new caps system
22438
22439 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22440
22441         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
22442         * ext/flac/gstflacenc.c: (add_one_tag):
22443           length is already host endian, no need to convert. Fixes playback of
22444           tagged files on PPC. (bug #128384)
22445
22446 2004-01-13  Julien MOUTTE <julien@moutte.net>
22447
22448         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
22449         colorbalance interface stating if it is hardware based or software
22450         based.
22451         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
22452         Removing a trailing comma.
22453         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22454         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
22455         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
22456         the documentation seems to be wrong on the -1000 to 1000 interval.
22457
22458 2004-01-12  David Schleef  <ds@schleef.org>
22459
22460         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
22461         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
22462         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
22463         Fix negotiation.  Add a bufferalloc function for the sink pad,
22464         and generally clean up some of the code.
22465
22466 2004-01-12  Julien MOUTTE <julien@moutte.net>
22467
22468         * gst-libs/gst/colorbalance/colorbalancechannel.c:
22469         (gst_color_balance_channel_dispose): Adding safety check in dispose
22470         method.
22471         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22472         (gst_xvimagesink_xcontext_clear),
22473         (gst_xvimagesink_interface_supported),
22474         (gst_xvimagesink_colorbalance_list_channels),
22475         (gst_xvimagesink_colorbalance_set_value),
22476         (gst_xvimagesink_colorbalance_get_value),
22477         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
22478         Adding colorbalance interface support to set XV parameters such as
22479         HUE, BRIGHTNESS, CONTRAST, SATURATION.
22480         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
22481         interface.
22482
22483 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22484
22485         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
22486         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
22487         (gst_audio_convert_init), (gst_audio_convert_set_property),
22488         (gst_audio_convert_get_property), (gst_audio_convert_chain),
22489         (gst_audio_convert_link),
22490         (gst_audio_convert_buffer_to_default_format),
22491         (gst_audio_convert_buffer_from_default_format), (plugin_init):
22492           - implement _getcaps and use it
22493           - improve linking
22494           - remove float caps since no float conversion is actually done
22495           - remove properties and arguments that were to be used for rate
22496             conversion
22497
22498 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22499
22500         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
22501         (gst_audio_structure_set_int):
22502         * gst-libs/gst/audio/audio.h:
22503           add helper functions for _getcaps matching the standard audio
22504           templates
22505
22506 2004-01-12  David Schleef  <ds@schleef.org>
22507
22508         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22509         Test that pad is negotiated before getting its caps.
22510
22511 2004-01-12  Julien MOUTTE <julien@moutte.net>
22512
22513         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
22514         analyzing the pads of an element the bin is mostly in READY state so
22515         no caps were negotiated. This helper function needs to work with
22516         _get_caps directly then. I was not freeing them though, added that to
22517         fix the mem leak.
22518
22519 2004-01-12  Julien MOUTTE <julien@moutte.net>
22520
22521         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22522         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
22523         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
22524         than the free_func.
22525
22526 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22527
22528         * sys/oss/gstossaudio.c: (plugin_init):
22529         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
22530         * sys/oss/gstosselement.h:
22531           make an oss debugging category
22532           make failure more descriptive
22533
22534 2004-01-11  David Schleef  <ds@schleef.org>
22535
22536         * ext/ffmpeg/gstffmpeg.c:
22537         * ext/ffmpeg/gstffmpegcodecmap.c:
22538         * ext/ffmpeg/gstffmpegdec.c:
22539         * ext/ffmpeg/gstffmpegenc.c:
22540         * ext/ffmpeg/gstffmpegprotocol.c:
22541         * ext/gdk_pixbuf/gstgdkanimation.c:
22542         * ext/jpeg/gstjpeg.c:
22543         * ext/libpng/gstpng.c:
22544         * ext/mpeg2dec/perftest.c:
22545         * ext/speex/gstspeex.c:
22546         * gst-libs/gst/resample/dtos.c:
22547         * gst/intfloat/gstintfloatconvert.c:
22548         * gst/oneton/gstoneton.c:
22549         * gst/rtjpeg/RTjpeg.c:
22550         * gst/rtp/gstrtp.c:
22551         * sys/dxr3/dxr3init.c:
22552         * sys/glsink/gstgl_nvimage.c:
22553         * sys/glsink/gstgl_pdrimage.c:
22554         * sys/glsink/gstglsink.c:
22555         * testsuite/gst-lint:
22556         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
22557
22558 2004-01-11  David Schleef  <ds@schleef.org>
22559
22560         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
22561         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
22562         * ext/gdk_pixbuf/gstgdkanimation.c:
22563         (gst_gdk_animation_iter_create_pixbuf):
22564         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
22565         (gst_gdk_pixbuf_chain):
22566         * ext/gdk_pixbuf/gstgdkpixbuf.h:
22567         * ext/jack/gstjack.c: (gst_jack_change_state):
22568         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
22569         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
22570         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
22571         * gst/videofilter/gstvideofilter.c:
22572         (gst_videofilter_set_output_size):
22573         Remove all usage of gst_pad_get_caps(), and replace it with
22574         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
22575
22576 2004-01-11  David Schleef  <ds@schleef.org>
22577
22578         * configure.ac:
22579         * ext/Makefile.am: Fixes to make ext/libcaca compile.
22580         * ext/divx/gstdivxdec.c:
22581         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
22582         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
22583         handle images that span multiple buffers.  Now work with both
22584         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
22585         * ext/gdk_pixbuf/gstgdkpixbuf.h:
22586         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
22587         video/video.h changes
22588         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
22589         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
22590         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
22591         of GstData free function.
22592         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
22593         same.
22594
22595 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22596
22597         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
22598         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
22599         (gst_v4l2element_get_property):
22600         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
22601           add norm, channel and frequency properties.
22602         * sys/v4l2/gstv4l2tuner.c:
22603           fixes for tuner interface changes
22604         * sys/v4l2/gstv4l2element.h:
22605         * sys/v4l2/gstv4l2src.c:
22606         * sys/v4l2/gstv4l2src.h:
22607         * sys/v4l2/v4l2src_calls.c:
22608         * sys/v4l2/v4l2src_calls.h:
22609           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
22610
22611 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22612
22613         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
22614         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
22615         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
22616         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
22617         * gst-libs/gst/tuner/tuner.h:
22618           GObjects aren't const.
22619           Add find_by_name functions.
22620           Add checks to _changed functions.
22621         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
22622         (gst_v4l_tuner_get_norm):
22623           Fixes for above.
22624
22625 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22626
22627         * gst-libs/gst/video/video.h:
22628           Fix caps template names to be understandable.
22629           Prefix everything with GST_VIDEO.
22630         * ext/aalib/gstaasink.c:
22631         * ext/divx/gstdivxdec.c:
22632         * ext/divx/gstdivxenc.c:
22633         * ext/gdk_pixbuf/gstgdkpixbuf.c:
22634         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
22635         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
22636         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
22637         * ext/libcaca/gstcacasink.c:
22638         * ext/libpng/gstpngenc.c: (raw_caps_factory):
22639         * ext/snapshot/gstsnapshot.c:
22640         * ext/swfdec/gstswfdec.c:
22641         * ext/xvid/gstxviddec.c:
22642         * ext/xvid/gstxvidenc.c:
22643         * gst/chart/gstchart.c:
22644         * gst/deinterlace/gstdeinterlace.c:
22645         * gst/effectv/gsteffectv.c:
22646         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22647         * gst/goom/gstgoom.c:
22648         * gst/median/gstmedian.c:
22649         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
22650         (gst_monoscope_srcconnect), (gst_monoscope_chain):
22651         * gst/overlay/gstoverlay.c:
22652         * gst/smooth/gstsmooth.c:
22653         * gst/smpte/gstsmpte.c:
22654         * gst/synaesthesia/gstsynaesthesia.c:
22655         * gst/videocrop/gstvideocrop.c:
22656         * gst/videodrop/gstvideodrop.c:
22657         * gst/y4m/gsty4mencode.c:
22658         * sys/qcam/gstqcamsrc.c:
22659         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
22660           Make them work with new video.h file.
22661         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
22662         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
22663         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
22664         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
22665           Make it work with new buffer allocation system.
22666
22667 2004-01-11  Julien MOUTTE  <julien@moutte.net>
22668
22669         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
22670         pad_alloc_buffer implementation to use ->srcpad
22671         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
22672         pad_alloc_buffer implementation to use ->srcpad
22673         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
22674         pad_alloc_buffer implementation to use ->srcpad
22675         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22676         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
22677         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
22678         a reference to everything we need.
22679         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
22680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22681         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22682         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
22683         a reference to everything we need.
22684         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
22685
22686 2004-01-11  David Schleef  <ds@schleef.org>
22687
22688         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
22689         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
22690         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
22691         structure members.
22692         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
22693         value during a resize/renegotiation.
22694         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
22695         gst_pad_alloc_buffer();
22696         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
22697         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
22698         structure members.
22699         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
22700         Fix for rename of buffer private structure members.
22701         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
22702         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
22703         Fix for rename of buffer private structure members.
22704         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
22705         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
22706         Fix for rename of buffer private structure members.
22707
22708 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
22709
22710         reviewed by: David Schleef <ds@schleef.org>
22711
22712         * gst/videofilter/Makefile.am:
22713         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
22714         from the patch by ds to fit in with recent make_filter changes.
22715
22716 2004-01-11  Julien MOUTTE  <julien@moutte.net>
22717
22718         * configure.ac: Adding examples/switch/Makefile
22719         * examples/Makefile.am: Adding examples/switch
22720         * examples/switch/Makefile.am: Adding switcher example.
22721         * examples/switch/switcher.c: (got_eos), (idle_iterate),
22722         (switch_timer), (main): Adding an example demonstrating switch usage
22723         with 2 videotestsrc showing different patterns.
22724         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
22725         (gst_switch_init): Fixing switch with the new caps system.
22726
22727 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22728
22729         * gst-libs/gst/video/video.h:
22730           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
22731           They should probably be like
22732           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
22733
22734 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22735
22736         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22737         (qtdemux_parse_trak):
22738           fix audio chunk size/timestamp calculation
22739
22740 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22741
22742         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
22743           fix SVQ3 caps
22744
22745 2004-01-11  Steve Baker  <steve@stevebaker.org>
22746
22747         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
22748         (gst_agingtv_base_init), (gst_agingtv_class_init),
22749         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
22750         (gst_agingtv_set_property), (gst_agingtv_get_property):
22751         Port agingTV to videofilter
22752
22753 2004-01-09  Julien MOUTTE <julien@moutte.net>
22754
22755         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
22756         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
22757
22758 2004-01-09  Julien MOUTTE <julien@moutte.net>
22759
22760         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
22761         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
22762         * gst-libs/gst/xoverlay/xoverlay.c:
22763         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
22764         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
22765         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
22766         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22767         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
22768         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
22769         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
22770         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
22771         the bufferalloc_function to replace bufferpools, fixing the XOverlay
22772         interface implementation to handle xid being 0 and fix some bugs
22773         triggered by Benjamin's testcase.
22774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
22775         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
22776         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
22777         the bufferalloc_function to replace bufferpools, fixing the XOverlay
22778         interface implementation to handle xid being 0 and fix some bugs
22779         triggered by Benjamin's testcase.
22780
22781 2004-01-09  David Schleef  <ds@schleef.org>
22782
22783         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
22784         mouse pointer events.  It works.
22785
22786 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22787
22788         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
22789           Use explicit caps - fix capsnego.
22790         * ext/xvid/gstxviddec.c:
22791         * ext/xvid/gstxvidenc.c:
22792           Remove macro-inside-macro which caused compile errors.
22793         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
22794           Error out if it's not a RIFF file. Else we error out without
22795           gst_element_error() which is not good...
22796
22797 2004-01-08  David Schleef  <ds@schleef.org>
22798
22799         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
22800         Fix pad_link function to handle formats that ffmpeg returns
22801         as multiple caps structures.
22802         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
22803         Only complain if source buffer is _smaller_ than expected.
22804         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22805         (gst_videoscale_handle_src_event): Resize navigation events
22806         when passing them upstream.
22807         * gst/videotestsrc/gstvideotestsrc.c:
22808         * gst/videotestsrc/gstvideotestsrc.h:
22809         * gst/videotestsrc/videotestsrc.c:
22810         * gst/videotestsrc/videotestsrc.h:
22811         Rewrite many of the buffer painting functions to handle odd
22812         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
22813         been verified to work with my video card.
22814         * testsuite/gst-lint:  Add check for elements calling
22815         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
22816
22817 2004-01-08  David Schleef  <ds@schleef.org>
22818
22819         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
22820         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
22821
22822 2004-01-08  Julien MOUTTE  <julien@moutte.net>
22823
22824         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
22825         configure event is not emiting the desired size signal. That fixes
22826         aspect ratio issues with gst-player.
22827
22828 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22829
22830         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
22831           Fix capsnego.
22832
22833 2004-01-08  Julien MOUTTE  <julien@moutte.net>
22834
22835         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
22836         public method to fire size signal.
22837
22838 2004-01-07  Julien MOUTTE  <julien@moutte.net>
22839
22840         * examples/gstplay/Makefile.am: Adding the interface library.
22841         * gst-libs/gst/play/Makefile.am: Adding the interface library.
22842         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
22843         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
22844         GST_IS_X_OVERLAY before signal connect.
22845         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
22846         Removing the have_video_size signal.
22847         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
22848         and associated public method.
22849         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
22850         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
22851         signal.
22852         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
22853         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
22854         signal.
22855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
22856         Using XOverlay public method to fire size signal.
22857
22858 2004-01-07  David Schleef  <ds@schleef.org>
22859
22860         * gst/videofilter/Makefile.am:
22861         * gst/videofilter/gstvideotemplate.c:
22862         * gst/videofilter/make_filter:
22863         Create gstvideoexample.c in a srcdir!=builddir friendly way.
22864         Convert make_filter to /bin/sh script.
22865
22866 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
22867
22868         * gst/modplug/gstmodplug.cc: fix element description
22869
22870 2004-01-07  Julien MOUTTE  <julien@moutte.net>
22871
22872         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
22873         (got_video_size): Adding some new lines in g_print calls.
22874         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
22875         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
22876         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
22877         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
22878         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
22879         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
22880         Complete code review, reverting some stuff i disagree with, adding
22881         some fixes : time synchronization on invalid timestamps, renegotiation
22882         of private window.
22883         * sys/ximage/ximagesink.h:
22884         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
22885         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
22886         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
22887         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
22888         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
22889         (gst_xvimagesink_buffer_new),
22890         (gst_xvimagesink_navigation_send_event),
22891         (gst_xvimagesink_set_xwindow_id),
22892         (gst_xvimagesink_get_desired_size),
22893         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
22894         stuff i disagree with, adding some fixes : Renegotiation of private
22895         window, implementing get_desired_size.
22896
22897 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22898
22899         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
22900         (gst_afsink_handle_event):
22901         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
22902         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
22903         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
22904         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
22905         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
22906           Fix for instantiate-test (see core). Also remove dead code from
22907           jpegenc (which still needs fixing, but that's lower on my TODO
22908           list...).
22909         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
22910           Never return NULL as caps.
22911
22912 2004-01-07  David Schleef  <ds@schleef.org>
22913
22914         * configure.ac:
22915         * ext/Makefile.am:
22916         * ext/librfb/Makefile.am:
22917         * ext/librfb/gstrfbsrc.c:
22918         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
22919         is the protocol used by VNC.
22920
22921 2004-01-07  David Schleef  <ds@schleef.org>
22922
22923         * gst/videofilter/gstvideotemplate.c:
22924         * gst/videofilter/gstvideotemplate.h:
22925         * gst/videofilter/make_filter:
22926         Merge videotemplate header into source file.
22927         * gst/effectv/Makefile.am:
22928         * gst/effectv/gsteffectv.c: (plugin_init):
22929         * gst/effectv/gstwarp.c:
22930         Make warpTV a subclass of videofilter.
22931
22932 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22933
22934         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22935           Add guard against invalid utf-8 conversions in mad. Just in case.
22936
22937 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22938
22939         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
22940           Fix for bug shown by poisoning
22941
22942 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22943
22944         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
22945         (gst_v4lmjpegsrc_buffer_free):
22946         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
22947         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
22948         (gst_v4lsrc_buffer_free):
22949           Fix for removed bufferpools.
22950
22951 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
22952
22953         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
22954         Fix caps negotiation.
22955
22956         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
22957         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
22958         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
22959         (dvdnavsrc_event):
22960         * ext/mpeg2dec/gstmpeg2dec.c:
22961         * gst-libs/gst/navigation/navigation.c:
22962         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
22963         * gst-libs/gst/navigation/navigation.h:
22964         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
22965         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
22966         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
22967         Super-simple first version of mouse and keyboard events. Clicking
22968         on a DVD menu now works, although it may not take you where you
22969         expected.
22970
22971         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
22972         * gst/videotestsrc/gstvideotestsrc.c:
22973         (gst_videotestsrc_src_fixate):
22974         These fixate functions were broken - they never actually
22975         fixated :)
22976
22977 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22978
22979         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
22980         (gst_icecastsend_init):
22981           fix for new caps system.
22982         * gst-libs/gst/mixer/mixertrack.h:
22983         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
22984           Add 'master track' flag (for tools like ACME that only want to
22985           change the main volume).
22986
22987 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
22988
22989         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
22990         (gst_xvid_csp_to_caps):
22991         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
22992         * ext/xvid/gstxvidenc.c:
22993         ifdef out ARGB type when it isn't available
22994         in xvidcore 1.0.0beta2
22995
22996 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22997
22998         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
22999           When we have received a new SCR right in the first buffer after
23000           a seek (so in the same cycle that handles the discont), we should
23001           handle the buffer instead of unreffing it, else we lose data.
23002
23003 2004-01-06  Iain <iain@prettypeople.org>
23004
23005         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
23006           buffer-frames caps too.
23007
23008         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
23009           caps that we need, don't destroy them all and rebuild them. And when
23010           creating src pads, use the src pad template rather than the sink...
23011
23012 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23013
23014         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
23015           Add pad to element *after* setting functions such as event handler.
23016           Without this, the scheduler (opt) will link pads, set the event
23017           handler from the default event function (dispatcher in gstpad.c)
23018           and *after* that, we will set our own event function, which will
23019           thus never be used (and thus mpegdemux doesn't handle events).
23020
23021 2004-01-04  David Schleef  <ds@schleef.org>
23022
23023         Fix the fixate functions to handle new prototype:
23024         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
23025         * gst/videotestsrc/gstvideotestsrc.c:
23026         (gst_videotestsrc_src_fixate):
23027         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
23028         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
23029         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
23030
23031 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23032
23033         * sys/ximage/ximagesink.h:
23034         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
23035         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
23036         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
23037         (gst_ximagesink_xoverlay_init):
23038           assorted fixes to make (re)embedding work
23039         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
23040         (gst_ximagesink_get_desired_size):
23041           implement desired size additions to XOverlay
23042
23043 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23044
23045         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
23046         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
23047         (gst_x_overlay_got_desired_size):
23048         * gst-libs/gst/xoverlay/xoverlay.h:
23049           Add optional "desired size" signal and querying.
23050
23051 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23052
23053         * gst/matroska/matroska-demux.c:
23054         (gst_matroska_demux_parse_blockgroup):
23055           Fix EBML-laced block parsing. Diffs are relative to previous
23056           lace, not the first lace. Thanks to Mosu from the Matroska
23057           team for detecting this.
23058         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
23059         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
23060         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
23061         (gst_wavparse_change_state):
23062         * gst/wavparse/gstwavparse.h:
23063           Quickfix for capsnego.
23064
23065 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23066
23067         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
23068           Fix indenting, fix pad creation.
23069
23070 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23071
23072         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
23073         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
23074         (gst_xviddec_sink_link):
23075           Implement src_getcaps() so proper size caps is negotiated.
23076
23077 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23078
23079         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
23080           Finish flac decoder on EOS. See #116178.
23081
23082 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23083
23084         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
23085         (gst_matroska_demux_add_stream):
23086         * gst/matroska/matroska-ids.h:
23087           Add getcaps() function to fix capsnego...
23088
23089 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23090
23091         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
23092         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
23093         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
23094           Fix more integer overflows. Again, see #126967.
23095
23096 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23097
23098         * ext/mpeg2dec/gstmpeg2dec.c:
23099           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
23100           #130416.
23101
23102 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23103
23104         * configure.ac:
23105         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
23106         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
23107         * ext/xvid/gstxvid.h:
23108         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
23109         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
23110         (gst_xviddec_src_link), (gst_xviddec_sink_link),
23111         (gst_xviddec_change_state):
23112         * ext/xvid/gstxviddec.h:
23113         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
23114         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
23115         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
23116         (gst_xvidenc_link), (gst_xvidenc_set_property),
23117         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
23118         * ext/xvid/gstxvidenc.h:
23119           Update xvid plugin to latest xvid (1.0.0-beta3) API.
23120
23121 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23122
23123         * gst/rtp/rtp-packet.c:
23124           Add sys/types.h include, since OS X doesn't define in_addr_t
23125           in netinet/in.h, like it does on Linux (see #129600).
23126
23127 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
23128
23129         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
23130
23131         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
23132           Correct logic of dispose function (see #129306).
23133
23134 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23135
23136         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
23137         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
23138         (gst_mpeg_parse_init):
23139         * gst/mpegstream/gstmpegparse.h:
23140           Remove clock (which was never provided, i.e. dead code), and
23141           also fix integer overflows at high PTS values (see #126967).
23142
23143 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23144
23145         * ext/flac/gstflacdec.c:
23146         * ext/libpng/gstpngenc.h:
23147         * ext/mikmod/gstmikmod.h:
23148           OS X fixes (see #126628).
23149
23150 2004-01-02  David Schleef  <ds@schleef.org>
23151
23152         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
23153         (gst_alsa_src_base_init): Remove bogus "src" request pad.
23154         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
23155         (gst_mpeg_parse_class_init): Move pad template registration
23156         to class_init, since the derived class (mpegdemux) doesn't
23157         want them.
23158
23159 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23160
23161         * sys/ximage/Makefile.am:
23162         * sys/xvideo/Makefile.am:
23163         * sys/xvimage/Makefile.am:
23164           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
23165           after installation (see #127664).
23166
23167 2004-01-02  David Schleef  <ds@schleef.org>
23168
23169         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
23170         (gst_ffmpegenc_connect):  Negotiation fixes.
23171         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
23172         Remove inappropriate gst_caps_free().
23173         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
23174         Reenable Ronald's internal resize code, since the core handles
23175         it correctly now.
23176
23177 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23178
23179         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
23180         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
23181         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
23182           Fix pad template stuff.
23183
23184 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23185
23186         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
23187         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
23188           fix signed integer reading/writing.
23189
23190 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23191
23192         * ext/alsa/README:
23193           Remove outdated document
23194
23195 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
23196
23197         * gst/cutter/gstcutter.c: (gst_cutter_init):
23198           src pad was being created twice - oops.
23199
23200 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23201
23202         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
23203           Comment out internal resize. It doesn't handle the resulting
23204           XEvent internally, does another try_set_caps() which leads to
23205           a really nice loop.
23206           Real fix will come when Julien and Dave are awake. ;).
23207
23208 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23209
23210         * ext/mpeg2enc/gstmpeg2enc.cc:
23211           fix const/nonconst compile issue.
23212
23213 2004-01-02  David Schleef  <ds@schleef.org>
23214
23215         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
23216         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
23217         Add fixate function and a check for bad formats.
23218
23219 2004-01-01  David Schleef  <ds@schleef.org>
23220
23221         Negotiation fixes:
23222         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
23223         (gst_audiofilter_init):
23224         * gst/debug/efence.c: (gst_efence_init):
23225         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
23226         (gst_deinterlace_init):
23227         * gst/volume/gstvolume.c: (volume_connect):
23228
23229 2004-01-01  David Schleef  <ds@schleef.org>
23230
23231         Convert elements to use gst_pad_use_explicit_caps() where
23232         appropriate:
23233         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
23234         * ext/audiofile/gstafparse.c: (gst_afparse_init),
23235         (gst_afparse_open_file):
23236         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
23237         (gst_afsrc_open_file):
23238         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
23239         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
23240         (gst_ffmpegdec_chain):
23241         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23242         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
23243         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
23244         (gst_gdk_pixbuf_chain):
23245         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
23246         (gst_jpegdec_chain):
23247         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
23248         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
23249         (gst_mikmod_negotiate):
23250         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
23251         (gst_mpeg2dec_negotiate_format):
23252         * ext/mpeg2enc/gstmpeg2enc.cc:
23253         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23254         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
23255         (gst_speexdec_sinkconnect):
23256         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
23257         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
23258         (gst_vorbisfile_new_link):
23259         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
23260         (gst_ac3parse_chain):
23261         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
23262         (gst_asf_demux_setup_pad):
23263         * gst/auparse/gstauparse.c: (gst_auparse_init),
23264         (gst_auparse_chain):
23265         * gst/id3/gstid3types.c: (gst_id3types_loop):
23266         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
23267         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
23268         (mp1videoparse_parse_seq):
23269         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
23270         (bpf_from_header):
23271         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
23272         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
23273         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
23274         (gst_mpeg_parse_send_data):
23275         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23276         (gst_qtdemux_add_stream):
23277         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
23278         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
23279         (gst_wavparse_parse_fmt):
23280
23281 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23282
23283         * configure.ac:
23284           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
23285           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
23286           it therefore uses the wrong include paths. Too bad... Note
23287           that 1.6.1.93 is not release yet. ;).
23288           Also add a check for mplex, which is now using the lib'ified
23289           mplex from mjpegtools, too.
23290         * ext/ffmpeg/gstffmpegcodecmap.c:
23291           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
23292           issues. I don't think ffmpeg handles 3ivx correctly, so this
23293           probably won't work. But it won't hurt either.
23294         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
23295         (gst_ffmpegdec_chain):
23296         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
23297         (gst_ffmpegenc_chain_audio):
23298           Fix memleak in audio encoding. Close codec if open fails, this
23299           calls the cleanup routines so we can re-use the context.
23300         * ext/mpeg2enc/gstmpeg2enc.cc:
23301           Fix pad template names/types, fix memory issue with getcaps().
23302         * ext/mpeg2enc/gstmpeg2encoder.cc:
23303         * ext/mpeg2enc/gstmpeg2encoder.hh:
23304           Fix compile issue with new caps system (const thingy).
23305         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23306         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
23307           We read a first frame right on initing, so that we have a caps
23308           when we init the output. This caps is cached in padprivate and
23309           read as first frame.
23310         * ext/mplex/Makefile.am:
23311         * ext/mplex/gstmplex.cc:
23312         * ext/mplex/gstmplex.h:
23313         * ext/mplex/gstmplex.hh:
23314         * ext/mplex/gstmplexibitstream.cc:
23315         * ext/mplex/gstmplexibitstream.hh:
23316         * ext/mplex/gstmplexjob.cc:
23317         * ext/mplex/gstmplexjob.hh:
23318         * ext/mplex/gstmplexoutputstream.cc:
23319         * ext/mplex/gstmplexoutputstream.hh:
23320           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
23321           had issues, didn't do capsnego, supported only a subset of the
23322           mplex features and required a mplex fork in our local CVS. Plus
23323           that it worked agaist a very old mplex version. Rewriting was
23324           faster than updating it.
23325         * gst-libs/ext/Makefile.am:
23326         * gst-libs/ext/mplex/INSTRUCT:
23327         * gst-libs/ext/mplex/Makefile.am:
23328         * gst-libs/ext/mplex/README:
23329         * gst-libs/ext/mplex/TODO:
23330         * gst-libs/ext/mplex/ac3strm_in.cc:
23331         * gst-libs/ext/mplex/audiostrm.hh:
23332         * gst-libs/ext/mplex/audiostrm_out.cc:
23333         * gst-libs/ext/mplex/aunit.hh:
23334         * gst-libs/ext/mplex/bits.cc:
23335         * gst-libs/ext/mplex/bits.hh:
23336         * gst-libs/ext/mplex/buffer.cc:
23337         * gst-libs/ext/mplex/buffer.hh:
23338         * gst-libs/ext/mplex/fastintfns.h:
23339         * gst-libs/ext/mplex/format_codes.h:
23340         * gst-libs/ext/mplex/inputstrm.cc:
23341         * gst-libs/ext/mplex/inputstrm.hh:
23342         * gst-libs/ext/mplex/lpcmstrm_in.cc:
23343         * gst-libs/ext/mplex/mjpeg_logging.cc:
23344         * gst-libs/ext/mplex/mjpeg_logging.h:
23345         * gst-libs/ext/mplex/mjpeg_types.h:
23346         * gst-libs/ext/mplex/mpastrm_in.cc:
23347         * gst-libs/ext/mplex/mpegconsts.cc:
23348         * gst-libs/ext/mplex/mpegconsts.h:
23349         * gst-libs/ext/mplex/mplexconsts.hh:
23350         * gst-libs/ext/mplex/multplex.cc:
23351         * gst-libs/ext/mplex/outputstream.hh:
23352         * gst-libs/ext/mplex/padstrm.cc:
23353         * gst-libs/ext/mplex/padstrm.hh:
23354         * gst-libs/ext/mplex/stillsstream.cc:
23355         * gst-libs/ext/mplex/stillsstream.hh:
23356         * gst-libs/ext/mplex/systems.cc:
23357         * gst-libs/ext/mplex/systems.hh:
23358         * gst-libs/ext/mplex/vector.cc:
23359         * gst-libs/ext/mplex/vector.hh:
23360         * gst-libs/ext/mplex/videostrm.hh:
23361         * gst-libs/ext/mplex/videostrm_in.cc:
23362         * gst-libs/ext/mplex/videostrm_out.cc:
23363         * gst-libs/ext/mplex/yuv4mpeg.cc:
23364         * gst-libs/ext/mplex/yuv4mpeg.h:
23365         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
23366         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
23367           We don't fork mjpegtools' mplex in our CVS anymore.
23368         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
23369         (gst_avi_demux_add_stream):
23370         * gst/avi/gstavidemux.h:
23371           Add getcaps() function for proper caps nego. This makes some
23372           parts of AVI playback/reading work.
23373         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
23374           Resize window on new capsnego. This is probably wrong, but
23375           I'm still committing it because with current capsnego, the
23376           first successfull capsnego is auto-fixated, therefore rounded
23377           down to the lowest values in the caps. this results in a 16x16
23378           XWindow that is not reized when real capsnego finishes.
23379           Dave, I see more cases of this, do you know a proper solution?
23380         * tools/gst-launch-ext.in:
23381           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
23382
23383 2003-12-31  David Schleef  <ds@schleef.org>
23384
23385         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
23386         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
23387           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
23388
23389 2003-12-30  David Schleef  <ds@schleef.org>
23390
23391         * ext/ffmpeg/gstffmpegcolorspace.c:
23392         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
23393         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
23394         (gst_ffmpegcsp_chain): Negotiation fixes
23395         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
23396         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23397         (gst_audio_convert_link), (gst_audio_convert_channels):
23398         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
23399         (gst_audioscale_link), (gst_audioscale_get_buffer),
23400         (gst_audioscale_chain): Negotiation fixes
23401         * gst/audioscale/gstaudioscale.h:
23402         * gst/videofilter/gstvideofilter.c:
23403         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
23404         (gst_videofilter_link), (gst_videofilter_init),
23405         (gst_videofilter_set_output_size), (gst_videofilter_setup),
23406         (gst_videofilter_find_format_by_structure):
23407         * gst/videofilter/gstvideofilter.h: Negotiation fixes
23408         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
23409         (gst_videoscale_link):
23410         * gst/videoscale/videoscale.c: (videoscale_get_structure),
23411         (videoscale_find_by_structure), (gst_videoscale_setup):
23412         * gst/videoscale/videoscale.h: Negotiation fixes
23413         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
23414         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
23415         function, restrict resizing to a multiple of 4 (hack until
23416         everyone supports odd sizes correctly).
23417
23418 2003-12-29  Colin Walters  <walters@verbum.org>
23419
23420         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
23421         signed.
23422
23423 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
23424
23425         * ext/sndfile/gstsf.c: (gst_sf_loop):
23426           Fix warning about discarding const qualifier
23427
23428 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
23429
23430         * gst/cutter/gstcutter.c:
23431         * gst/videoscale/gstvideoscale.c:
23432         * gst/volenv/gstvolenv.c:
23433         * gst-libs/gst/audio/audio.c:
23434         * gst-libs/gst/video/video.c:
23435           Fix warnings
23436
23437 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23438
23439         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
23440           Don't send ALSA debugging to stderr.
23441         * ext/alsa/gstalsa.h:
23442           Use GST_WARNING instead of g_warning when ALSA functions fail.
23443
23444 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23445
23446         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23447           Free XVAdapterInfo correctly.
23448
23449 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23450
23451         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
23452         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
23453           Make id3tag use correct caps nego.
23454
23455 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
23456
23457         * ext/ivorbis/vorbis.c:
23458         * ext/ivorbis/vorbisenc.h:
23459         * ext/ivorbis/vorbisfile.c:
23460           Modify so that it uses the new caps things
23461
23462 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23463
23464         * testsuite/spider/spider1.c: (main):
23465         * testsuite/spider/spider2.c: (main):
23466         * testsuite/spider/spider3.c: (main):
23467           Make tests compile again. They probably don't work.
23468
23469 2003-12-24  Colin Walters  <walters@verbum.org>
23470
23471         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
23472         we can't fixate the caps anymore.
23473
23474 2003-12-23  David Schleef  <ds@schleef.org>
23475
23476         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
23477         * sys/oss/gstosssink.c: (gst_osssink_init),
23478         (gst_osssink_sink_fixate): Add fixate function.
23479
23480 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23481
23482         * ext/ffmpeg/gstffmpegcodecmap.c:
23483         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
23484         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
23485         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
23486         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
23487         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
23488         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
23489         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
23490           fix typo in RGB masks, and move back to "old" colorspace
23491           capsnego code until whoever wrote this new crap has actually
23492           tested it so that it works.
23493           And yes, this works, keep it that way please.
23494
23495 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23496
23497         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
23498         (gst_divxdec_init), (gst_divxdec_negotiate):
23499         * ext/divx/gstdivxdec.h:
23500         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
23501         (gst_divxenc_init):
23502         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
23503         (gst_faac_sinkconnect), (gst_faac_srcconnect):
23504         * ext/mpeg2enc/gstmpeg2enc.cc:
23505         * ext/mpeg2enc/gstmpeg2encoder.cc:
23506         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23507         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
23508         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
23509         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
23510         (dxr3spusink_init):
23511         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
23512         (dxr3videosink_init):
23513           Fix caps breakage after Dave's caps branch merge.
23514
23515 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23516
23517         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23518           Fix for 24bpp display.
23519
23520 2003-12-23  Colin Walters  <walters@verbum.org>
23521
23522         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
23523         a GnomeVFSHandle directly.
23524
23525 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23526
23527         * gst/volume/Makefile.am:
23528         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
23529         (volume_base_init), (volume_init):
23530           Reenable volume element and fix to work with new caps stuff.
23531           Rhythmbox needs this.
23532
23533 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23534
23535         * gst/qtdemux/qtdemux.c: (plugin_init):
23536           qtdemux requires bytestream
23537
23538 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23539
23540         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
23541           Fix remaining caps handling errors due to CAPS merge.
23542
23543 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23544
23545         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
23546         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
23547         (gst_faad_srcconnect):
23548           Port to new caps system.
23549
23550 2003-12-21  Julien MOUTTE  <julien@moutte.net>
23551
23552         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
23553         (got_video_size), (main): using g_print instead of g_message.
23554         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
23555         signal which was not emitted because of "switch" element added to the
23556         bin but not connected. (Removing from the bin temporarily)
23557
23558 2003-12-21  Julien MOUTTE  <julien@moutte.net>
23559
23560         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
23561         find X development files. I don't understand the previous tests and
23562         they fail on my debian/ppc unstable. This one works.
23563         * examples/gstplay/player.c: (main): Set the pipeline to READY before
23564         exiting.
23565         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
23566         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23567         (gst_play_set_visualization): Add some safety checks in set_ methods
23568         and state_change. This was throwing some ugly CRITICAL messages when
23569         pipeline was getting disposed and casts were failing.
23570
23571 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23572
23573         * configure.ac:
23574           Improve mpeg2enc detection. This is for distributions that do
23575           ship mjpegtools, but without mpeg2enc. Also does object check
23576           for might there ever be ABI incompatibility.
23577         * ext/mpeg2enc/gstmpeg2enc.cc:
23578           Add Andrew as second maintainer (he's helping me), and also add
23579           an error if no caps was set. This happens if I pull before capsnego
23580           and that's something I should solve sometime else.
23581         * gst/matroska/matroska-demux.c:
23582         (gst_matroska_demux_parse_blockgroup):
23583           Fix time parsing.
23584         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
23585         (gst_matroska_mux_track_header):
23586           Add caps to templates.
23587         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
23588           Add mpegversion=1 to prevent confusion with MPEG/AAC.
23589         * gst/mpegstream/gstmpegdemux.c:
23590           Remove layer since it causes warnings about unfixed caps.
23591         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23592           Fix obvious typo (we error out if caps were set, we should of
23593           course error out if *no* caps were set).
23594         * sys/oss/gstosselement.c: (gst_osselement_convert):
23595           Fix format conversion, we confused bits/bytes.
23596         * sys/oss/gstosselement.h:
23597           Improve documentation for 'bps'.
23598         * sys/v4l/TODO:
23599           Remove stuff about plugins that need removing - this was done
23600           ages ago.
23601         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
23602         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
23603         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
23604         (gst_v4lsrc_src_query):
23605         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
23606         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
23607           Add get_query_types(), get_formats() and query() functions.
23608
23609 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23610
23611         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
23612         * moved CVS to freedesktop.org